// Minified using Javascript Aggregator - see /sites/default/files/js/js_21af7f3868a7a930523ab4997ae3f069.js for original source including licensing information.

(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")}})})();;var Drupal=Drupal||{'settings':{},'behaviors':{},'themes':{},'locale':{}};Drupal.jsEnabled=document.getElementsByTagName&&document.createElement&&document.createTextNode&&document.documentElement&&document.getElementById;Drupal.attachBehaviors=function(context){context=context||document;if(Drupal.jsEnabled){jQuery.each(Drupal.behaviors,function(){this(context);});}};Drupal.checkPlain=function(str){str=String(str);var replace={'&':'&amp;','"':'&quot;','<':'&lt;','>':'&gt;'};for(var character in replace){var regex=new RegExp(character,'g');str=str.replace(regex,replace[character]);}
return str;};Drupal.t=function(str,args){if(Drupal.locale.strings&&Drupal.locale.strings[str]){str=Drupal.locale.strings[str];}
if(args){for(var key in args){switch(key.charAt(0)){case'@':args[key]=Drupal.checkPlain(args[key]);break;case'!':break;case'%':default:args[key]=Drupal.theme('placeholder',args[key]);break;}
str=str.replace(key,args[key]);}}
return str;};Drupal.formatPlural=function(count,singular,plural,args){var args=args||{};args['@count']=count;var index=Drupal.locale.pluralFormula?Drupal.locale.pluralFormula(args['@count']):((args['@count']==1)?0:1);if(index==0){return Drupal.t(singular,args);}
else if(index==1){return Drupal.t(plural,args);}
else{args['@count['+index+']']=args['@count'];delete args['@count'];return Drupal.t(plural.replace('@count','@count['+index+']'));}};Drupal.theme=function(func){for(var i=1,args=[];i<arguments.length;i++){args.push(arguments[i]);}
return(Drupal.theme[func]||Drupal.theme.prototype[func]).apply(this,args);};Drupal.parseJson=function(data){if((data.substring(0,1)!='{')&&(data.substring(0,1)!='[')){return{status:0,data:data.length?data:Drupal.t('Unspecified error')};}
return eval('('+data+');');};Drupal.freezeHeight=function(){Drupal.unfreezeHeight();var div=document.createElement('div');$(div).css({position:'absolute',top:'0px',left:'0px',width:'1px',height:$('body').css('height')}).attr('id','freeze-height');$('body').append(div);};Drupal.unfreezeHeight=function(){$('#freeze-height').remove();};Drupal.encodeURIComponent=function(item,uri){uri=uri||location.href;item=encodeURIComponent(item).replace(/%2F/g,'/');return(uri.indexOf('?q=')!=-1)?item:item.replace(/%26/g,'%2526').replace(/%23/g,'%2523').replace(/\/\//g,'/%252F');};Drupal.getSelection=function(element){if(typeof(element.selectionStart)!='number'&&document.selection){var range1=document.selection.createRange();var range2=range1.duplicate();range2.moveToElementText(element);range2.setEndPoint('EndToEnd',range1);var start=range2.text.length-range1.text.length;var end=start+range1.text.length;return{'start':start,'end':end};}
return{'start':element.selectionStart,'end':element.selectionEnd};};Drupal.ahahError=function(xmlhttp,uri){if(xmlhttp.status==200){if(jQuery.trim($(xmlhttp.responseText).text())){var message=Drupal.t("An error occurred. \n@uri\n@text",{'@uri':uri,'@text':xmlhttp.responseText});}
else{var message=Drupal.t("An error occurred. \n@uri\n(no information available).",{'@uri':uri,'@text':xmlhttp.responseText});}}
else{var message=Drupal.t("An HTTP error @status occurred. \n@uri",{'@uri':uri,'@status':xmlhttp.status});}
return message;}
if(Drupal.jsEnabled){$(document.documentElement).addClass('js');document.cookie='has_js=1; path=/';$(document).ready(function(){Drupal.attachBehaviors(this);});}
Drupal.theme.prototype={placeholder:function(str){return'<em>'+Drupal.checkPlain(str)+'</em>';}};;Drupal.locale={'pluralFormula':function($n){return Number(($n>1));},'strings':{"Your server has been successfully tested to support this feature.":"Le test a réussi. Votre serveur supporte cette fonctionnalité.","Your system configuration does not currently support this feature. The \x3ca href=\"http://drupal.org/node/15365\"\x3ehandbook page on Clean URLs\x3c/a\x3e has additional troubleshooting information.":"La configuration de votre système ne supporte pas cette fonctionnalité. La \x3ca href=\"http://drupal.org/node/15365\"\x3epage du manuel sur les URLs simplifiées\x3c/a\x3e apporte une aide supplémentaire.","Testing clean URLs...":"Test des URLs simplifiées...","jQuery UI Tabs: Mismatching fragment identifier.":"Onglets d\'interface jQuery : identifiant de fragment ne correspondant pas.","Settings":"Paramètres","Published":"Publié","Not published":"Non publié","An error occurred at ":"Une erreur s\'est produite à","Edit":"Modifier","Promoted to front page":"Promu en page d\'accueil","Unspecified error":"Erreur non spécifiée","An error occurred. \n@uri\n@text":"Une erreur s\'est produite. \n@uri\n@text","An error occurred. \n@uri\n(no information available).":"Une erreur s\'est produite. \n@uri\n(aucune information supplémentaire)","An HTTP error @status occurred. \n@uri":"Une erreur HTTP @status s\'est produite. \n@uri","Drag to re-order":"Cliquer-déposer pour ré-organiser","Changes made in this table will not be saved until the form is submitted.":"Les modifications réalisées sur cette table ne seront enregistrés que lorsque le formulaire sera soumis.","Select all rows in this table":"Sélectionner toutes les lignes du tableau","Deselect all rows in this table":"Désélectionner toutes les lignes du tableau","Split summary at cursor":"Créer un résumé à partir du curseur","Join summary":"Fusionner le résumé et le corps du message","The changes to these blocks will not be saved until the \x3cem\x3eSave blocks\x3c/em\x3e button is clicked.":"N\'oubliez pas de cliquer sur \x3cem\x3eEnregistrer les blocs\x3c/em\x3e pour confirmer les modifications apportées ici.","Next":"Suivant","jQuery UI Tabs: Not enough arguments to add tab.":"Onglets d\'interface jQuery : pas assez d\'arguments pour ajouter l\'onglet.","Automatic alias":"Alias automatique","1 attachment":["@count fichier attaché","@count fichiers attachés"],"The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"Le fichier sélectionné %filename n\'a pas pu être transféré. Seuls les fichiers possédant les extensions suivantes sont autorisés : %extensions.","Close":"Fermer","Are you sure you want to remove this item?":"Êtes-vous sûr de vouloir supprimer cet article ?","The selected file %filename cannot not be uploaded. Only files with the following extensions are allowed: %extensions.":"Le fichier sélectionné %filename n\'a pas pu être transféré. Seuls les fichiers possédant les extensions suivantes sont autorisés : %extensions.","An error occured while trying to save you settings.":"Une erreur est survenue lors de la sauvegarde de vos paramètres.","Save and send":"Sauvegarder et envoyer","Save and send test":"Sauvegarder et envoyer un test","The document already contains a teaser break. Do you want to proceed by removing it first?":"Le document contient déjà une séparation de résumé. Voulez-vous continuer en la retirant d\'abord ?","Insert Page Break":"Insérer un saut de page","Content can be only inserted into CKEditor in WYSIWYG mode.":"Le contenu ne peut être inséré que dans CKEditor en mode WYSIWYG.","Insert Teaser Break":"Insérer une séparation de résumé","Error !msg":"Erreur !msg","Error on retrieving data from module.":"Erreur pendant la récupération des données depuis le module.","Embed Media Dialog":"Inclure le Dialogue Média","Embed media code":"Inclure le code média","Paste embed code here":"Coller le code inclus ici"}};;;(function($){if(/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery)||/^1.1/.test($.fn.jquery)){alert('blockUI requires jQuery v1.2.3 or later!  You are using v'+$.fn.jquery);return;}
$.fn._fadeIn=$.fn.fadeIn;var mode=document.documentMode||0;var setExpr=$.browser.msie&&(($.browser.version<8&&!mode)||mode<8);var ie6=$.browser.msie&&/MSIE 6.0/.test(navigator.userAgent)&&!mode;$.blockUI=function(opts){install(window,opts);};$.unblockUI=function(opts){remove(window,opts);};$.growlUI=function(title,message,timeout,onClose){var $m=$('<div class="growlUI"></div>');if(title)$m.append('<h1>'+title+'</h1>');if(message)$m.append('<h2>'+message+'</h2>');if(timeout==undefined)timeout=3000;$.blockUI({message:$m,fadeIn:700,fadeOut:1000,centerY:false,timeout:timeout,showOverlay:false,onUnblock:onClose,css:$.blockUI.defaults.growlCSS});};$.fn.block=function(opts){return this.unblock({fadeOut:0}).each(function(){if($.css(this,'position')=='static')
this.style.position='relative';if($.browser.msie)
this.style.zoom=1;install(this,opts);});};$.fn.unblock=function(opts){return this.each(function(){remove(this,opts);});};$.blockUI.version=2.26;$.blockUI.defaults={message:'<h1>Please wait...</h1>',title:null,draggable:true,theme:false,css:{padding:0,margin:0,width:'30%',top:'40%',left:'35%',textAlign:'center',color:'#000',border:'3px solid #aaa',backgroundColor:'#fff',cursor:'wait'},themedCSS:{width:'30%',top:'40%',left:'35%'},overlayCSS:{backgroundColor:'#000',opacity:0.6,cursor:'wait'},growlCSS:{width:'350px',top:'10px',left:'',right:'10px',border:'none',padding:'5px',opacity:0.6,cursor:'default',color:'#fff',backgroundColor:'#000','-webkit-border-radius':'10px','-moz-border-radius':'10px'},iframeSrc:/^https/i.test(window.location.href||'')?'javascript:false':'about:blank',forceIframe:false,baseZ:1000,centerX:true,centerY:true,allowBodyStretch:true,bindEvents:true,constrainTabKey:true,fadeIn:200,fadeOut:400,timeout:0,showOverlay:true,focusInput:true,applyPlatformOpacityRules:true,onUnblock:null,quirksmodeOffsetHack:4};var pageBlock=null;var pageBlockEls=[];function install(el,opts){var full=(el==window);var msg=opts&&opts.message!==undefined?opts.message:undefined;opts=$.extend({},$.blockUI.defaults,opts||{});opts.overlayCSS=$.extend({},$.blockUI.defaults.overlayCSS,opts.overlayCSS||{});var css=$.extend({},$.blockUI.defaults.css,opts.css||{});var themedCSS=$.extend({},$.blockUI.defaults.themedCSS,opts.themedCSS||{});msg=msg===undefined?opts.message:msg;if(full&&pageBlock)
remove(window,{fadeOut:0});if(msg&&typeof msg!='string'&&(msg.parentNode||msg.jquery)){var node=msg.jquery?msg[0]:msg;var data={};$(el).data('blockUI.history',data);data.el=node;data.parent=node.parentNode;data.display=node.style.display;data.position=node.style.position;if(data.parent)
data.parent.removeChild(node);}
var z=opts.baseZ;var lyr1=($.browser.msie||opts.forceIframe)?$('<iframe class="blockUI" style="z-index:'+(z++)+';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+opts.iframeSrc+'"></iframe>'):$('<div class="blockUI" style="display:none"></div>');var lyr2=$('<div class="blockUI blockOverlay" style="z-index:'+(z++)+';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>');var lyr3;if(opts.theme&&full){var s='<div class="blockUI blockMsg blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+z+';display:none;position:fixed">'+'<div class="ui-widget-header ui-dialog-titlebar blockTitle">'+(opts.title||'&nbsp;')+'</div>'+'<div class="ui-widget-content ui-dialog-content"></div>'+'</div>';lyr3=$(s);}
else{lyr3=full?$('<div class="blockUI blockMsg blockPage" style="z-index:'+z+';display:none;position:fixed"></div>'):$('<div class="blockUI blockMsg blockElement" style="z-index:'+z+';display:none;position:absolute"></div>');}
if(msg){if(opts.theme){lyr3.css(themedCSS);lyr3.addClass('ui-widget-content');}
else
lyr3.css(css);}
if(!opts.applyPlatformOpacityRules||!($.browser.mozilla&&/Linux/.test(navigator.platform)))
lyr2.css(opts.overlayCSS);lyr2.css('position',full?'fixed':'absolute');if($.browser.msie||opts.forceIframe)
lyr1.css('opacity',0.0);$([lyr1[0],lyr2[0],lyr3[0]]).appendTo(full?'body':el);if(opts.theme&&opts.draggable&&$.fn.draggable){lyr3.draggable({handle:'.ui-dialog-titlebar',cancel:'li'});}
var expr=setExpr&&(!$.boxModel||$('object,embed',full?null:el).length>0);if(ie6||expr){if(full&&opts.allowBodyStretch&&$.boxModel)
$('html,body').css('height','100%');if((ie6||!$.boxModel)&&!full){var t=sz(el,'borderTopWidth'),l=sz(el,'borderLeftWidth');var fixT=t?'(0 - '+t+')':0;var fixL=l?'(0 - '+l+')':0;}
$.each([lyr1,lyr2,lyr3],function(i,o){var s=o[0].style;s.position='absolute';if(i<2){full?s.setExpression('height','Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.boxModel?0:'+opts.quirksmodeOffsetHack+') + "px"'):s.setExpression('height','this.parentNode.offsetHeight + "px"');full?s.setExpression('width','jQuery.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):s.setExpression('width','this.parentNode.offsetWidth + "px"');if(fixL)s.setExpression('left',fixL);if(fixT)s.setExpression('top',fixT);}
else if(opts.centerY){if(full)s.setExpression('top','(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"');s.marginTop=0;}
else if(!opts.centerY&&full){var top=(opts.css&&opts.css.top)?parseInt(opts.css.top):0;var expression='((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + '+top+') + "px"';s.setExpression('top',expression);}});}
if(msg){if(opts.theme)
lyr3.find('.ui-widget-content').append(msg);else
lyr3.append(msg);if(msg.jquery||msg.nodeType)
$(msg).show();}
if(($.browser.msie||opts.forceIframe)&&opts.showOverlay)
lyr1.show();if(opts.fadeIn){if(opts.showOverlay)
lyr2._fadeIn(opts.fadeIn);if(msg)
lyr3.fadeIn(opts.fadeIn);}
else{if(opts.showOverlay)
lyr2.show();if(msg)
lyr3.show();}
bind(1,el,opts);if(full){pageBlock=lyr3[0];pageBlockEls=$(':input:enabled:visible',pageBlock);if(opts.focusInput)
setTimeout(focus,20);}
else
center(lyr3[0],opts.centerX,opts.centerY);if(opts.timeout){var to=setTimeout(function(){full?$.unblockUI(opts):$(el).unblock(opts);},opts.timeout);$(el).data('blockUI.timeout',to);}};function remove(el,opts){var full=(el==window);var $el=$(el);var data=$el.data('blockUI.history');var to=$el.data('blockUI.timeout');if(to){clearTimeout(to);$el.removeData('blockUI.timeout');}
opts=$.extend({},$.blockUI.defaults,opts||{});bind(0,el,opts);var els;if(full)
els=$('body').children().filter('.blockUI').add('body > .blockUI');else
els=$('.blockUI',el);if(full)
pageBlock=pageBlockEls=null;if(opts.fadeOut){els.fadeOut(opts.fadeOut);setTimeout(function(){reset(els,data,opts,el);},opts.fadeOut);}
else
reset(els,data,opts,el);};function reset(els,data,opts,el){els.each(function(i,o){if(this.parentNode)
this.parentNode.removeChild(this);});if(data&&data.el){data.el.style.display=data.display;data.el.style.position=data.position;if(data.parent)
data.parent.appendChild(data.el);$(data.el).removeData('blockUI.history');}
if(typeof opts.onUnblock=='function')
opts.onUnblock(el,opts);};function bind(b,el,opts){var full=el==window,$el=$(el);if(!b&&(full&&!pageBlock||!full&&!$el.data('blockUI.isBlocked')))
return;if(!full)
$el.data('blockUI.isBlocked',b);if(!opts.bindEvents||(b&&!opts.showOverlay))
return;var events='mousedown mouseup keydown keypress';b?$(document).bind(events,opts,handler):$(document).unbind(events,handler);};function handler(e){if(e.keyCode&&e.keyCode==9){if(pageBlock&&e.data.constrainTabKey){var els=pageBlockEls;var fwd=!e.shiftKey&&e.target==els[els.length-1];var back=e.shiftKey&&e.target==els[0];if(fwd||back){setTimeout(function(){focus(back)},10);return false;}}}
if($(e.target).parents('div.blockMsg').length>0)
return true;return $(e.target).parents().children().filter('div.blockUI').length==0;};function focus(back){if(!pageBlockEls)
return;var e=pageBlockEls[back===true?pageBlockEls.length-1:0];if(e)
e.focus();};function center(el,x,y){var p=el.parentNode,s=el.style;var l=((p.offsetWidth-el.offsetWidth)/2)-sz(p,'borderLeftWidth');var t=((p.offsetHeight-el.offsetHeight)/2)-sz(p,'borderTopWidth');if(x)s.left=l>0?(l+'px'):'0';if(y)s.top=t>0?(t+'px'):'0';};function sz(el,p){return parseInt($.css(el,p))||0;};})(jQuery);;Drupal.behaviors.ucAjaxCart=function(context)
{jQuery.blockUI.defaults.growlCSS.opacity=1;jQuery.blockUI.defaults.timeout=Drupal.settings.uc_ajax_cart.TIMEOUT;ajaxCartCheckCartToggle();jQuery('a.ajax-cart-link').live('click',function(){ajaxCartBlockUI(Drupal.settings.uc_ajax_cart.ADD_TITLE,'<div class="messages status">'+Drupal.settings.uc_ajax_cart.ADD_MESSAGE+'</div>')
jQuery.get(Drupal.settings.uc_ajax_cart.CART_LINK_CALLBACK,{href:this.href},ajaxCartFormSubmitted);return false;});jQuery('form.ajax-cart-submit-form input.ajax-cart-submit-form-button').not('.ajax-cart-processed,#edit-update').click(function(){var form=jQuery(this).parents('form').eq(0);form.ajaxSubmit({url:Drupal.settings.uc_ajax_cart.CALLBACK,beforeSubmit:function(){ajaxCartBlockUI(Drupal.settings.uc_ajax_cart.ADD_TITLE,'<div class="messages status">'+Drupal.settings.uc_ajax_cart.ADD_MESSAGE+'</div>')},success:ajaxCartFormSubmitted,type:'post'});return false;}).addClass('ajax-cart-processed');if(Drupal.settings.uc_ajax_cart.CART_VIEW_ON)
{ajaxCartInitCartView();jQuery('#ajaxCartUpdate #cart-block-contents-ajax').show();}
if(jQuery('#ajaxCartUpdate').hasClass('load-on-view'))
{ajaxCartUpdateCart();}}
var ajaxCartBlockTimeoutVar;function ajaxCartInitCartView()
{jQuery('#uc-cart-view-form #edit-update').bind('click',function(){jQuery(this).parents('form').ajaxSubmit({url:Drupal.settings.uc_ajax_cart.UPDATE_CALLBACK,success:ajaxCartUpdateCartView,beforeSubmit:function(){jQuery('#uc-cart-view-form input').attr('disabled','disabled');ajaxCartBlockUI(Drupal.settings.uc_ajax_cart.ADD_TITLE,'<div class="messages status">'+Drupal.settings.uc_ajax_cart.UPDATE_MESSAGE+'</div>')}});return false;});jQuery('#uc-cart-view-form input').bind('change',function(){jQuery('#uc-cart-view-form #edit-update').trigger('click');});}
function ajaxCartCheckCartToggle()
{jQuery('#ajaxCartUpdate #cart-block-contents-ajax').show();}
function ajaxCartShowMessageProxy(title,message)
{if(Drupal.settings.uc_ajax_cart.BLOCK_UI==1)
{jQuery.blockUI({message:'<h2>'+title+'</h2>'+message});}else{jQuery.growlUI(title,message,jQuery.blockUI.defaults.timeout);}}
function ajaxCartShowMessageProxyClose()
{jQuery.unblockUI();}
function ajaxCartToggleView()
{jQuery('#ajaxCartUpdate #cart-block-contents-ajax').toggle();if(jQuery.cookie('ajax-cart-visible')=='1')
{jQuery.cookie('ajax-cart-visible','0')}else{jQuery.cookie('ajax-cart-visible','1')}}
function ajaxCartFormSubmitted(e)
{jQuery('form.ajax-cart-submit-form input').attr('disabled',false);ajaxCartUpdateCart();ajaxCartBlockUI(Drupal.settings.uc_ajax_cart.CART_OPERATION,e);ajaxCartReloadCartView();}
function ajaxCartBlockUI(title,message)
{ajaxCartShowMessageProxy(title,message);}
function ajaxCartBlockUIRemove(url)
{jQuery('#uc-cart-view-form input').attr('disabled','disabled');ajaxCartShowMessageProxy(Drupal.settings.uc_ajax_cart.REMOVE_TITLE,Drupal.settings.uc_ajax_cart.REMOVE_MESSAGE);jQuery.post(url,ajaxCartFormSubmitted);return false;}
function ajaxCartUpdateCart()
{jQuery('#ajaxCartUpdate').load(Drupal.settings.uc_ajax_cart.SHOW_CALLBACK,{},ajaxCartInitCartView);}
function ajaxCartUpdateCartView(e)
{ajaxCartFormSubmitted(e);ajaxCartReloadCartView();}
function ajaxCartReloadCartView()
{jQuery('#cart-form-pane').parent().load(Drupal.settings.uc_ajax_cart.SHOW_VIEW_CALLBACK,ajaxCartInitCartView);}
function ajaxCartUpdateCartViewUpdated(e)
{ajaxCartUpdateCart();ajaxCartInitCartView();}
function ajaxCartShowMessages(e)
{if(e!="")
{clearTimeout(ajaxCartBlockTimeoutVar);ajaxCartShowMessageProxy('Message',e,ajaxCartBlockTimeoutVar);}};jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires=='number'||options.expires.toUTCString)){var date;if(typeof options.expires=='number'){date=new Date();date.setTime(date.getTime()+(options.expires*24*60*60*1000));}else{date=options.expires;}
expires='; expires='+date.toUTCString();}
var path=options.path?'; path='+(options.path):'';var domain=options.domain?'; domain='+(options.domain):'';var secure=options.secure?'; secure':'';document.cookie=[name,'=',encodeURIComponent(value),expires,path,domain,secure].join('');}else{var cookieValue=null;if(document.cookie&&document.cookie!=''){var cookies=document.cookie.split(';');for(var i=0;i<cookies.length;i++){var cookie=jQuery.trim(cookies[i]);if(cookie.substring(0,name.length+1)==(name+'=')){cookieValue=decodeURIComponent(cookie.substring(name.length+1));break;}}}
return cookieValue;}};;$(document).ready(function(){$(document.body).click(function(event){$(event.target).parents("a:first,area:first").andSelf().filter("a,area").each(function(){var ga=Drupal.settings.googleanalytics;var isInternal=new RegExp("^(https?):\/\/"+window.location.host,"i");var isInternalSpecial=new RegExp("(\/go\/.*)$","i");var isDownload=new RegExp("\\.("+ga.trackDownloadExtensions+")$","i");if(isInternal.test(this.href)){if(ga.trackDownload&&isDownload.test(this.href)){var extension=isDownload.exec(this.href);_gaq.push(["_trackEvent","Downloads",extension[1].toUpperCase(),this.href.replace(isInternal,'')]);}
else if(isInternalSpecial.test(this.href)){_gaq.push(["_trackPageview",this.href.replace(isInternal,'')]);}}
else{if(ga.trackMailto&&$(this).is("a[href^=mailto:],area[href^=mailto:]")){_gaq.push(["_trackEvent","Mails","Click",this.href.substring(7)]);}
else if(ga.trackOutgoing&&this.href){if(ga.trackOutboundAsPageview){_gaq.push(["_trackPageview",'/outbound/'+this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i,'').split('/').join('--')]);}
else{_gaq.push(["_trackEvent","Outbound links","Click",this.href]);}}}});});});;jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.3",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(j,k){return this.each(function(){if(!k){if(!j||c.filter(j,[this]).length){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")})}}return i.call(c(this),j,k)})},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return!!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return!(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return!this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;(function(c){var b={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},a="ui-dialog ui-widget ui-widget-content ui-corner-all ";c.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var l=this,m=this.options,j=m.title||this.originalTitle||"&nbsp;",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("<div/>")).appendTo(document.body).hide().addClass(a+m.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:m.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(n){(m.closeOnEscape&&n.keyCode&&n.keyCode==c.ui.keyCode.ESCAPE&&l.close(n))}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(n){l.moveToTop(false,n)}),g=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k),f=(this.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('<a href="#"/>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).mousedown(function(n){n.stopPropagation()}).click(function(n){l.close(n);return false}).appendTo(f),h=(this.uiDialogTitlebarCloseText=c("<span/>")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("<span/>").addClass("ui-dialog-title").attr("id",e).html(j).prependTo(f);f.find("*").add(f).disableSelection();(m.draggable&&c.fn.draggable&&this._makeDraggable());(m.resizable&&c.fn.resizable&&this._makeResizable());this._createButtons(m.buttons);this._isOpen=false;(m.bgiframe&&c.fn.bgiframe&&k.bgiframe());(m.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(f){var d=this;if(false===d._trigger("beforeclose",f)){return}(d.overlay&&d.overlay.destroy());d.uiDialog.unbind("keypress.ui-dialog");(d.options.hide?d.uiDialog.hide(d.options.hide,function(){d._trigger("close",f)}):d.uiDialog.hide()&&d._trigger("close",f));c.ui.dialog.overlay.resize();d._isOpen=false;if(d.options.modal){var e=0;c(".ui-dialog").each(function(){if(this!=d.uiDialog[0]){e=Math.max(e,c(this).css("z-index"))}});c.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(f,e){if((this.options.modal&&!f)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",e)}if(this.options.zIndex>c.ui.dialog.maxZ){c.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=++c.ui.dialog.maxZ));var d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++c.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",e)},open:function(){if(this._isOpen){return}var e=this.options,d=this.uiDialog;this.overlay=e.modal?new c.ui.dialog.overlay(this):null;(d.next().length&&d.appendTo("body"));this._size();this._position(e.position);d.show(e.show);this.moveToTop(true);(e.modal&&d.bind("keypress.ui-dialog",function(h){if(h.keyCode!=c.ui.keyCode.TAB){return}var g=c(":tabbable",this),i=g.filter(":first")[0],f=g.filter(":last")[0];if(h.target==f&&!h.shiftKey){setTimeout(function(){i.focus()},1)}else{if(h.target==i&&h.shiftKey){setTimeout(function(){f.focus()},1)}}}));c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(g){var f=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof g=="object"&&g!==null&&c.each(g,function(){return!(d=true)}));if(d){c.each(g,function(h,i){c('<button type="button"></button>').addClass("ui-state-default ui-corner-all").text(h).click(function(){i.apply(f.element[0],arguments)}).hover(function(){c(this).addClass("ui-state-hover")},function(){c(this).removeClass("ui-state-hover")}).focus(function(){c(this).addClass("ui-state-focus")}).blur(function(){c(this).removeClass("ui-state-focus")}).appendTo(e)});e.appendTo(this.uiDialog)}},_makeDraggable:function(){var d=this,f=this.options,e;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){e=f.height;c(this).height(c(this).height()).addClass("ui-dialog-dragging");(f.dragStart&&f.dragStart.apply(d.element[0],arguments))},drag:function(){(f.drag&&f.drag.apply(d.element[0],arguments))},stop:function(){c(this).removeClass("ui-dialog-dragging").height(e);(f.dragStop&&f.dragStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}})},_makeResizable:function(g){g=(g===undefined?this.options.resizable:g);var d=this,f=this.options,e=typeof g=="string"?g:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:f.minHeight,start:function(){c(this).addClass("ui-dialog-resizing");(f.resizeStart&&f.resizeStart.apply(d.element[0],arguments))},resize:function(){(f.resize&&f.resize.apply(d.element[0],arguments))},handles:e,stop:function(){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();(f.resizeStop&&f.resizeStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(i){var e=c(window),f=c(document),g=f.scrollTop(),d=f.scrollLeft(),h=g;if(c.inArray(i,["center","top","right","bottom","left"])>=0){i=[i=="right"||i=="left"?i:"center",i=="top"||i=="bottom"?i:"middle"]}if(i.constructor!=Array){i=["center","middle"]}if(i[0].constructor==Number){d+=i[0]}else{switch(i[0]){case"left":d+=0;break;case"right":d+=e.width()-this.uiDialog.outerWidth();break;default:case"center":d+=(e.width()-this.uiDialog.outerWidth())/2}}if(i[1].constructor==Number){g+=i[1]}else{switch(i[1]){case"top":g+=0;break;case"bottom":g+=e.height()-this.uiDialog.outerHeight();break;default:case"middle":g+=(e.height()-this.uiDialog.outerHeight())/2}}g=Math.max(g,h);this.uiDialog.css({top:g,left:d})},_setData:function(e,f){(b[e]&&this.uiDialog.data(b[e],f));switch(e){case"buttons":this._createButtons(f);break;case"closeText":this.uiDialogTitlebarCloseText.text(f);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(a+f);break;case"draggable":(f?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(f);break;case"position":this._position(f);break;case"resizable":var d=this.uiDialog,g=this.uiDialog.is(":data(resizable)");(g&&!f&&d.resizable("destroy"));(g&&typeof f=="string"&&d.resizable("option","handles",f));(g||this._makeResizable(f));break;case"title":c(".ui-dialog-title",this.uiDialogTitlebar).html(f||"&nbsp;");break;case"width":this.uiDialog.width(f);break}c.widget.prototype._setData.apply(this,arguments)},_size:function(){var e=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var d=this.uiDialog.css({height:"auto",width:e.width}).height();this.element.css({minHeight:Math.max(e.minHeight-d,0),height:e.height=="auto"?"auto":Math.max(e.height-d,0)})}});c.extend(c.ui.dialog,{version:"1.7.3",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(d){return"ui-dialog-title-"+(d.attr("id")||++this.uuid)},overlay:function(d){this.$el=c.ui.dialog.overlay.create(d)}});c.extend(c.ui.dialog.overlay,{instances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(d){return d+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){if(c.ui.dialog.overlay.instances.length){c(document).bind(c.ui.dialog.overlay.events,function(f){var g=c(f.target).parents(".ui-dialog").css("zIndex")||0;return(g>c.ui.dialog.overlay.maxZ)})}},1);c(document).bind("keydown.dialog-overlay",function(f){(e.options.closeOnEscape&&f.keyCode&&f.keyCode==c.ui.keyCode.ESCAPE&&e.close(f))});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var d=c("<div></div>").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(e.options.bgiframe&&c.fn.bgiframe&&d.bgiframe());this.instances.push(d);return d},destroy:function(d){this.instances.splice(c.inArray(this.instances,d),1);if(this.instances.length===0){c([document,window]).unbind(".dialog-overlay")}d.remove();var e=0;c.each(this.instances,function(){e=Math.max(e,this.css("z-index"))});this.maxZ=e},height:function(){if(c.browser.msie&&c.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e<d){return c(window).height()+"px"}else{return e+"px"}}else{return c(document).height()+"px"}},width:function(){if(c.browser.msie&&c.browser.version<7){var d=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var e=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(d<e){return c(window).width()+"px"}else{return d+"px"}}else{return c(document).width()+"px"}},resize:function(){var d=c([]);c.each(c.ui.dialog.overlay.instances,function(){d=d.add(this)});d.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);;Drupal.functions={};Drupal.safe=function(string){string=string+"";string=string.replace(/\W/g," ");return jQuery.trim(string);}
Drupal.console=function(method,variable){if(typeof console!==undefined){switch(method){case'info':console.info(variable);}}}
Drupal.shinto={ajax:{functions:{ajax_class:function(op,args){switch(op){case"before":(args.clicker&&args.clicker_class)?$(args.clicker).addClass(args.clicker_class+"-unactived"):"";args.receiver?$(args.receiver).addClass(args.receiver_class+"-unactived"):"";$(args.receiver).parent().length?$(args.receiver).parent().addClass(args.receiver_class+"-parent-unactived"):"";args.body_class?$("body").addClass(args.body_class+"-unactived"):"";break;case"loading":(args.clicker&&args.clicker_class)?$(args.clicker).addClass(args.clicker_class+"-loading"):"";args.receiver?$(args.receiver).addClass(args.receiver_class+"-loading"):"";$(args.receiver).parent().length?$(args.receiver).parent().addClass(args.receiver_class+"-parent-loading"):"";args.body_class?$("body").addClass(args.body_class+"-loading"):"";break;case"after":(args.clicker&&args.clicker_class)?$(args.clicker).addClass(args.clicker_class+"-actived").removeClass(args.clicker_class+"-loading "+args.clicker_class+"-unactived"):"";args.receiver?$(args.receiver).addClass(args.receiver_class+"-actived").removeClass(args.receiver_class+"-loading "+args.receiver_class+"-unactived"):"";$(args.receiver).parent().length?$(args.receiver).parent().addClass(args.receiver_class+"-parent-actived").removeClass(args.receiver_class+"-parent-loading "+args.receiver_class+"-parent-unactived"):"";args.body_class?$("body").addClass(args.body_class+"-actived").removeClass(args.body_class+"-loading "+args.body_class+"-unactived"):"";break;}},post:function(fn,url,post,receiver,ajax_class){Drupal.shinto.ajax.functions.ajax_class("loading",ajax_class)
jQuery.post(url,post,function(data){$(receiver).html(data);Drupal.shinto.ajax.functions.ajax_class("after",ajax_class)
typeof fn=='function'?fn():"";});}},put:function(args,fn){args.debug===true?Drupal.console("info",args):"";!args.ajax_class?args.ajax_class={clicker_class:"ajax-clicker",receiver_class:"ajax-container",body_class:"ajax-body",receiver:args.receiver}:"";!args.variable?args.variable="content":"";!args.post?args.post={}:"";var post={shinto_ajax:true};jQuery.extend(post,{"variable":args.variable},args.post);args.debug===true?Drupal.console("info",post):"";!args.event_method&&$(args.clicker).attr("href")?args.event_method='click':"";args.event_method&&!args.event_namespace?args.event_namespace="shinto_ajax":"";!args.url&&args.clicker?args.url=$(args.clicker).attr("href"):"";args.url==undefined?args.url=window.location.pathname:"";if(args.receiver){if(args.clicker&&$(args.clicker).length){args.ajax_class.clicker=args.clicker;args.ajax_class!=={}?Drupal.shinto.ajax.functions.ajax_class("before",args.ajax_class):"";args.before?args.before(args):"";$(args.clicker).bind(args.event_method+"."+args.event_namespace,function(){Drupal.shinto.ajax.functions.post(fn,args.url,post,args.receiver,args.ajax_class);args.after?args.after(args):"";return false;});}
if(args.auto===true){args.ajax_class!=={}?Drupal.shinto.ajax.functions.ajax_class("before",args.ajax_class):"";args.before?args.before(args):"";Drupal.shinto.ajax.functions.post(fn,args.url,post,args.receiver,args.ajax_class);args.after?args.after(args):"";}}else{return"No receiving block !";}}}};jQuery.keyProps={login:{title:"Se connecter",css_class:"submit-button submit-login-button"},password:{title:"Mot de passe oublié",css_class:"password-button"},register:{title:"Créer mon compte",css_class:"register-button"},submit_button:{title:"Envoyer",css_class:"submit-button"},password_submit:{title:"Envoyer",css_class:"submit-button password-submit-button"},register_submit:{title:"S'inscrire",css_class:"submit-button register-submit-button"},close_button:{title:"Fermer",css_class:"close-button"}}
Drupal.shinto.login={c_uid:null,redirection:{a:"/dashboard/store",c:"/dashboard/store",u:"/user"},ubercart:{cart:"/cart",checkout:"/cart/checkout",complete:"/cart/checkout/complete"},dialogTitle:{login:"Se connecter",password:"J'ai oublié mon mot de passe",register:"Créer un compte sur le site"}}
jQuery.props.colspan="colSpan";Drupal.behaviors.few_settings=function(){Drupal.settings.webforms={newsletter:"/node/615",contact:"/node/614",pro:"/node/1037"}
Drupal.settings.cart_webform=Drupal.settings.basePath+"node/743";Drupal.shinto.login.c_uid="chaix";if(Drupal.settings.lang=="en"){jQuery.keyProps.login.title="Log in";jQuery.keyProps.password.title="Forgot password?";jQuery.keyProps.register.title="Sign up";jQuery.keyProps.submit_button.title="Send";jQuery.keyProps.password_submit.title="Send";jQuery.keyProps.register_submit.title="Sign up";jQuery.keyProps.close_button.title="Close";Drupal.settings.webforms={newsletter:"/node/1047",contact:"/node/1282",pro:"/node/1280"}}
if(Drupal.settings.lang=="it"){jQuery.keyProps.login.title="Entra";jQuery.keyProps.password.title="Password dimenticata?"
jQuery.keyProps.register.title="Registrati";jQuery.keyProps.submit_button.title="Invia";jQuery.keyProps.password_submit.title="Invia";jQuery.keyProps.register_submit.title="Registrati";jQuery.keyProps.close_button.title="Chiudi";Drupal.settings.webforms={newsletter:"/node/1048",contact:"/node/1283",pro:"/node/1281"}}}
Drupal.shinto.ajax.UItweaker=function(){if($.ui&&$.ui.dialog&&jQuery.keyProps){$.ui.dialog.prototype._createButtons=function(buttons){var self=this,hasButtons=false,uiDialogButtonPane=$('<div></div>').addClass('ui-dialog-buttonpane '+'ui-widget-content '+'ui-helper-clearfix');this.uiDialog.find('.ui-dialog-buttonpane').remove();(typeof buttons=='object'&&buttons!==null&&$.each(buttons,function(){return!(hasButtons=true);}));if(hasButtons){$.each(buttons,function(name,fn){$('<div class="button"></div>').addClass('ui-state-default '+'ui-corner-all '+jQuery.keyProps[name]?jQuery.keyProps[name]["css_class"]:"").text(jQuery.keyProps[name]?jQuery.keyProps[name]["title"]:name).click(function(){fn.apply(self.element[0],arguments);}).appendTo(uiDialogButtonPane);});uiDialogButtonPane.appendTo(this.uiDialog);}}}}
function formValues(form){var output={};var values=form.serializeArray();jQuery.each(values,function(key,field){output[field.name]=field.value;});return output;}
function ModalCallback(modal,op,form_values){var href=modal.data("source_href");switch(href){case Drupal.settings.webforms.contact:switch(op){case"success":if(form_values["submitted[newsletter][oui]"]=="oui"){var newsletter_form="";$.ajax({url:Drupal.settings.webforms.newsletter,type:"post",data:{shinto_ajax:true,variable:"content,messages"},success:function(response,status,form){newsletter_form=$(response).find("form");newsletter_form.ajaxSubmit({data:{'submitted[first_name]':form_values["submitted[nom]"],'submitted[last_name]':form_values["submitted[prenom]"],'submitted[email1]':form_values["submitted[e_mail]"]},type:"post"});}});}
break;}
break;case Drupal.settings.cart_webform:switch(op){case"before":var cart=$("#uc_ajax_cart-0").clone();cart.remove(".admin-inline");var output={};var cart_html={"cart":cart.html()};var products=[];cart.find("tbody tr").each(function(){var product_title=$(this).find(".cart-block-item-title a").text();var attributes=$(this).find(".cart-block-item-infos a").text();var price=$(this).find(".cart-block-item-price").text();if(attributes.length>0){attributes=attributes.split("\n");attributes.pop();attributes=" ("+attributes.join(" - ")+")";product_title=product_title+attributes;}
var product=product_title+" - "+price;if(product.length>3){products.push(product);}});var cart_text={"cart2":products.join("\n")};output=$.extend({},cart_html,cart_text);return output;break;}
break;}}
function CloserDialog(modal){if(modal==undefined){modal=".ui-dialog > .ui-dialog-content";}
modal=$(modal);modal.dialog("destroy").remove();$("body > form").remove();if($(".paused-slideshow").length>0){$(".paused-slideshow").cycle("resume").removeClass("paused-slideshow");}}
function CloserTweaker(modal){$(".ui-dialog-titlebar-close").removeAttr("href").unbind('click').bind('click',function(){CloserDialog(modal);return false;}).addClass("processed");}
function SubmitTweaker(modal){$(modal).find(".form-submit").remove();}
function LabelInner(labels){$(labels).each(function(){var for_attribute=$(this).attr("for");if(for_attribute.length>0){var input=$("#"+for_attribute),text=$(this).text();if(input.hasClass("form-file")==false){text=jQuery.trim(text.substring(0,text.lastIndexOf(":",text.length)));var label=text;if(input.hasClass("required")==true){text+=" *";}
input.data("text",text).data("label",label).addClass("label-processed");if(input.val().length==0||input.val()==$(this).data("text")||input.val()==$(this).data("label")){input.addClass("label-in").val(input.data("text"));}
input.focus(function(){input.addClass("focused");if($(this).val()==$(this).data("text")||$(this).val()==$(this).data("label")){$(this).val("").removeClass("label-in").addClass("text-in");}});input.blur(function(){input.removeClass("focused");if(input.hasClass("lowercase")==true){var value=$(this).val();if(value){input.val(value.toLowerCase())}}
if(input.hasClass("first-letter-capitalized")==true){var value=$(this).val();if(value){value=value.split("");value=value.shift().toUpperCase()+value.join("");input.val(value)}}
if($(this).val().length==0){$(this).val($(this).data("text")).removeClass("text-in").addClass("label-in");}});}
if(input.hasClass("form-select")==true&&input.hasClass("required")==true){input.find("option:first").text(text);}}});}
$(document).keyup(function(e){if(e.keyCode==27){CloserDialog();}
if(e.keyCode==13&&$(".ui-dialog").find("textarea.focused").length==0){$(".submit-button:first",".ui-dialog-buttonpane").trigger("click");}});$(document).ready(function(){Drupal.shinto.ajax.UItweaker();$(".ui-widget-overlay").live("click",function(){CloserDialog();});$(".ajax-modal").addClass("processed").live("click.modal",function(){var is_link_valid=true;var clicker=$(this);var href=clicker.attr("href");if(href==undefined){href=clicker.attr("data-href");}
var user_link="/user";var password_link="/user/password";var register_link="/user/register";var type_of_link=href.indexOf(user_link)>-1?"user":"other";if(Drupal.settings.lang!="fr"){var user_link="/"+Drupal.settings.lang+"/user";var password_link="/"+Drupal.settings.lang+"/user/password";var register_link="/"+Drupal.settings.lang+"/user/register"}
if(href==user_link&&$("body").hasClass("logged-in")==true){is_link_valid=false;}
if(is_link_valid==true){function PasswordLink(modal){var password_link_in_modal=modal.find(".messages a[href*='password']");if(password_link_in_modal.length>0){password_link_in_modal.click(function(){password_buttons.password();return false;});}}
$("body").append('<div id="dialog"></div>');var modal_source="#dialog";var modal=$(modal_source);var modal_close={close_button:function(){CloserDialog(modal_source);}};var modal_buttons={submit_button:function(ev){var form=modal.find("form");modal.addClass("ajax-container-loading");var data=ModalCallback(modal,"before",formValues(form));form.appendTo($('body')).find(".label-processed").each(function(){if($(this).val()==$(this).data("text")){$(this).val("");};}).end().ajaxSubmit({data:jQuery.extend({shinto_ajax:true,variable:"title,messages,content"},data),success:function(response,status,form){modal.html(response).removeClass("ajax-container-loading").dialog("option","title",modal.find("#ajax-output-title"));if(Cufon){Cufon.refresh();}
SubmitTweaker(modal_source);if(type_of_link=="other"){LabelInner(modal.find("label"));}else{PasswordLink(modal);}
ModalCallback(modal,"success",formValues(form));if($(response).find(".error").length>0){modal.dialog("option","buttons",modal_buttons);}else{modal.html(modal.find("#ajax-output-messages"));modal.dialog("option","buttons",modal_close);}}});modal.empty().addClass("ajax-container-loading").dialog("option","buttons","");}};var login_buttons={"login":function(ev){var target=$(ev.target)
target.addClass("ajax-clicker-loading");modal.find("form").ajaxSubmit({data:{shinto_ajax:true,variable:"messages,content"},success:function(response,status,form){if($(response).find(".error").length>0){modal.html(response).removeClass("ajax-container-loading").dialog("option","buttons",buttons);SubmitTweaker(modal_source);PasswordLink(modal);return false;}else{if(form.find("#edit-name").val()==Drupal.shinto.login.c_uid||form.find("#edit-name").val()=='admin'){form.find("#edit-name").val()==Drupal.shinto.login.c_uid?window.location.href=Drupal.shinto.login.redirection.c:"";form.find("#edit-name").val()=='admin'?window.location.href=Drupal.shinto.login.redirection.a:"";}else{switch(window.location.pathname){case Drupal.shinto.login.ubercart.checkout:window.location.href=window.location.href;break;default:window.location.href=Drupal.shinto.login.redirection.u;break;}}}}});modal.empty().addClass("ajax-container-loading").dialog("option","buttons","");}};var password_buttons={"password":function(){modal.html("").dialog("option","buttons",{});Drupal.shinto.ajax.put({receiver:modal_source,url:password_link,auto:true,variable:"messages,content,title"},function(){SubmitTweaker(modal_source);modal.dialog("option","buttons",jQuery.extend(modal_buttons,modal_close));modal.dialog("option","title",modal.find("#ajax-output-title"));if(Cufon){Cufon.refresh();}});}};var register_buttons={"register":function(){modal.html("").dialog("option","buttons",{});Drupal.shinto.ajax.put({receiver:modal_source,url:register_link,auto:true,variable:"messages,content,title"},function(){SubmitTweaker(modal_source);modal.dialog("option","buttons",jQuery.extend(modal_buttons,modal_close));modal.dialog("option","title",modal.find("#ajax-output-title"));if(Cufon){Cufon.refresh();}
PasswordLink(modal);});}};var buttons=modal_buttons;if(href==user_link){buttons=jQuery.extend(login_buttons,password_buttons,register_buttons);}
modal.dialog({autoOpen:true,modal:true,position:[$("body").width()/2-480,30],width:960,height:"auto",closeText:jQuery.keyProps.close_button.title}).addClass("ajax-container-loading").data("source_href",href);$(".ui-dialog").css("top","-600px").animate({top:document.documentElement.scrollTop+50},600);CloserTweaker(modal_source);Drupal.shinto.ajax.put({post:ModalCallback(modal,"before",""),receiver:modal,auto:true,variable:"title,content",url:href},function(){modal.dialog("option","title",modal.find("#ajax-output-title")).dialog("option","buttons",buttons).removeClass("ajax-container-loading");if(Cufon){Cufon.refresh();}
SubmitTweaker(modal_source);if(clicker.attr("href")!=user_link){LabelInner(modal.find("label"));}});if(Cufon){Cufon.refresh();}
return false;}});$("body").removeClass("page-no-js").addClass("page-has-js");$("#scroll_top").click(function(){var speed=1000;if($(this).attr("rel")!=undefined){speed=$(this).attr("rel");}
$("body, html").animate({scrollTop:0},speed);return false;});$("ul.menu").find(".no-link").click(function(){$(this).find("ul.menu").toggle();});});Drupal.behaviors.ismobile=function(context){return((navigator.platform.indexOf("iPhone")!=-1)||(navigator.platform.indexOf("iPod")!=-1)||(navigator.platform.indexOf("android")!=-1)||(navigator.platform.indexOf("windows ce")!=-1)||(navigator.platform.indexOf("blackberry")!=-1)||(navigator.platform.indexOf("palm")!=-1)||(navigator.platform.indexOf("series60")!=-1))};(function(b){function o(){if(b.fn.ajaxSubmit.debug){var a="[jquery.form] "+Array.prototype.join.call(arguments,"");if(window.console&&window.console.log)window.console.log(a);else window.opera&&window.opera.postError&&window.opera.postError(a)}}b.fn.ajaxSubmit=function(a){function d(){function r(){var p=h.attr("target"),n=h.attr("action");j.setAttribute("target",z);j.getAttribute("method")!="POST"&&j.setAttribute("method","POST");j.getAttribute("action")!=g.url&&j.setAttribute("action",g.url);g.skipEncodingOverride||h.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"});g.timeout&&setTimeout(function(){C=true;s()},g.timeout);var m=[];try{if(g.extraData)for(var u in g.extraData)m.push(b('<input type="hidden" name="'+u+'" value="'+g.extraData[u]+'" />').appendTo(j)[0]);t.appendTo("body");t.data("form-plugin-onload",s);j.submit()}finally{j.setAttribute("action",n);p?j.setAttribute("target",p):h.removeAttr("target");b(m).remove()}}function s(){if(!D){var p=true;try{if(C)throw"timeout";var n,m;m=v.contentWindow?v.contentWindow.document:v.contentDocument?v.contentDocument:v.document;var u=g.dataType=="xml"||m.XMLDocument||b.isXMLDoc(m);o("isXml="+u);if(!u&&(m.body==null||m.body.innerHTML=="")){if(--G){o("requeing onLoad callback, DOM not available");setTimeout(s,250);return}o("Could not access iframe DOM after 100 tries.");return}o("response detected");D=true;i.responseText=m.body?m.body.innerHTML:null;i.responseXML=m.XMLDocument?m.XMLDocument:m;i.getResponseHeader=function(H){return{"content-type":g.dataType}[H]};if(g.dataType=="json"||g.dataType=="script"){var E=m.getElementsByTagName("textarea")[0];if(E)i.responseText=E.value;else{var F=m.getElementsByTagName("pre")[0];if(F)i.responseText=F.innerHTML}}else if(g.dataType=="xml"&&!i.responseXML&&i.responseText!=null)i.responseXML=A(i.responseText);n=b.httpData(i,g.dataType)}catch(B){o("error caught:",B);p=false;i.error=B;b.handleError(g,i,"error",B)}if(p){g.success(n,"success");w&&b.event.trigger("ajaxSuccess",[i,g])}w&&b.event.trigger("ajaxComplete",[i,g]);w&&!--b.active&&b.event.trigger("ajaxStop");if(g.complete)g.complete(i,p?"success":"error");setTimeout(function(){t.removeData("form-plugin-onload");t.remove();i.responseXML=null},100)}}function A(p,n){if(window.ActiveXObject){n=new ActiveXObject("Microsoft.XMLDOM");n.async="false";n.loadXML(p)}else n=(new DOMParser).parseFromString(p,"text/xml");return n&&n.documentElement&&n.documentElement.tagName!="parsererror"?n:null}var j=h[0];if(b(":input[name=submit]",j).length)alert('Error: Form elements must not be named "submit".');else{var g=b.extend({},b.ajaxSettings,a),q=b.extend(true,{},b.extend(true,{},b.ajaxSettings),g),z="jqFormIO"+(new Date).getTime(),t=b('<iframe id="'+z+'" name="'+z+'" src="'+g.iframeSrc+'" onload="(jQuery(this).data(\'form-plugin-onload\'))()" />'),v=t[0];t.css({position:"absolute",top:"-1000px",left:"-1000px"});var i={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;t.attr("src",g.iframeSrc)}},w=g.global;w&&!b.active++&&b.event.trigger("ajaxStart");w&&b.event.trigger("ajaxSend",[i,g]);if(q.beforeSend&&q.beforeSend(i,q)===false)q.global&&b.active--;else if(!i.aborted){var D=false,C=0;if(q=j.clk){var y=q.name;if(y&&!q.disabled){g.extraData=g.extraData||{};g.extraData[y]=q.value;if(q.type=="image"){g.extraData[y+".x"]=j.clk_x;g.extraData[y+".y"]=j.clk_y}}}g.forceSync?r():setTimeout(r,10);var G=100}}}if(!this.length){o("ajaxSubmit: skipping submit process - no element selected");return this}if(typeof a=="function")a={success:a};var e=b.trim(this.attr("action"));if(e)e=(e.match(/^([^#]+)/)||[])[1];e=e||window.location.href||"";a=b.extend({url:e,type:this.attr("method")||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},a||{});e={};this.trigger("form-pre-serialize",[this,a,e]);if(e.veto){o("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(a.beforeSerialize&&a.beforeSerialize(this,a)===false){o("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var f=this.formToArray(a.semantic);if(a.data){a.extraData=a.data;for(var c in a.data)if(a.data[c]instanceof Array)for(var l in a.data[c])f.push({name:c,value:a.data[c][l]});else f.push({name:c,value:a.data[c]})}if(a.beforeSubmit&&a.beforeSubmit(f,this,a)===false){o("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[f,this,a,e]);if(e.veto){o("ajaxSubmit: submit vetoed via form-submit-validate trigger");return this}c=b.param(f);if(a.type.toUpperCase()=="GET"){a.url+=(a.url.indexOf("?")>=0?"&":"?")+c;a.data=null}else a.data=c;var h=this,k=[];a.resetForm&&k.push(function(){h.resetForm()});a.clearForm&&k.push(function(){h.clearForm()});if(!a.dataType&&a.target){var x=a.success||function(){};k.push(function(r){var s=a.replaceTarget?"replaceWith":"html";b(a.target)[s](r).each(x,arguments)})}else a.success&&k.push(a.success);a.success=function(r,s,A){for(var j=0,g=k.length;j<g;j++)k[j].apply(a,[r,s,A||h,h])};c=b("input:file",this).fieldValue();l=false;for(e=0;e<c.length;e++)if(c[e])l=true;if(c.length&&a.iframe!==false||a.iframe||l||0)a.closeKeepAlive?b.get(a.closeKeepAlive,d):d();else b.ajax(a);this.trigger("form-submit-notify",[this,a]);return this};b.fn.ajaxForm=function(a){return this.ajaxFormUnbind().bind("submit.form-plugin",function(d){d.preventDefault();b(this).ajaxSubmit(a)}).bind("click.form-plugin",function(d){var e=d.target,f=b(e);if(!f.is(":submit,input:image")){e=f.closest(":submit");if(e.length==0)return;e=e[0]}var c=this;c.clk=e;if(e.type=="image")if(d.offsetX!=undefined){c.clk_x=d.offsetX;c.clk_y=d.offsetY}else if(typeof b.fn.offset=="function"){f=f.offset();c.clk_x=d.pageX-f.left;c.clk_y=d.pageY-f.top}else{c.clk_x=d.pageX-e.offsetLeft;c.clk_y=d.pageY-e.offsetTop}setTimeout(function(){c.clk=c.clk_x=c.clk_y=null},100)})};b.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin")};b.fn.formToArray=function(a){var d=[];if(this.length==0)return d;var e=this[0],f=a?e.getElementsByTagName("*"):e.elements;if(!f)return d;for(var c=0,l=f.length;c<l;c++){var h=f[c],k=h.name;if(k)if(a&&e.clk&&h.type=="image"){if(!h.disabled&&e.clk==h){d.push({name:k,value:b(h).val()});d.push({name:k+".x",value:e.clk_x},{name:k+".y",value:e.clk_y})}}else if((h=b.fieldValue(h,true))&&h.constructor==Array)for(var x=0,r=h.length;x<r;x++)d.push({name:k,value:h[x]});else h!==null&&typeof h!="undefined"&&d.push({name:k,value:h})}if(!a&&e.clk){a=b(e.clk);f=a[0];if((k=f.name)&&!f.disabled&&f.type=="image"){d.push({name:k,value:a.val()});d.push({name:k+".x",value:e.clk_x},{name:k+".y",value:e.clk_y})}}return d};b.fn.formSerialize=function(a){return b.param(this.formToArray(a))};b.fn.fieldSerialize=function(a){var d=[];this.each(function(){var e=this.name;if(e){var f=b.fieldValue(this,a);if(f&&f.constructor==Array)for(var c=0,l=f.length;c<l;c++)d.push({name:e,value:f[c]});else f!==null&&typeof f!="undefined"&&d.push({name:this.name,value:f})}});return b.param(d)};b.fn.fieldValue=function(a){for(var d=[],e=0,f=this.length;e<f;e++){var c=b.fieldValue(this[e],a);c===null||typeof c=="undefined"||c.constructor==Array&&!c.length||(c.constructor==Array?b.merge(d,c):d.push(c))}return d};b.fieldValue=function(a,d){var e=a.name,f=a.type,c=a.tagName.toLowerCase();if(typeof d=="undefined")d=true;if(d&&(!e||a.disabled||f=="reset"||f=="button"||(f=="checkbox"||f=="radio")&&!a.checked||(f=="submit"||f=="image")&&a.form&&a.form.clk!=a||c=="select"&&a.selectedIndex==-1))return null;if(c=="select"){c=a.selectedIndex;if(c<0)return null;d=[];a=a.options;e=(f=f=="select-one")?c+1:a.length;for(c=f?c:0;c<e;c++){var l=a[c];if(l.selected){var h=l.value;h||(h=l.attributes&&l.attributes.value&&!l.attributes.value.specified?l.text:l.value);if(f)return h;d.push(h)}}return d}return a.value};b.fn.clearForm=function(){return this.each(function(){b("input,select,textarea",this).clearFields()})};b.fn.clearFields=b.fn.clearInputs=function(){return this.each(function(){var a=this.type,d=this.tagName.toLowerCase();if(a=="text"||a=="password"||d=="textarea")this.value="";else if(a=="checkbox"||a=="radio")this.checked=false;else if(d=="select")this.selectedIndex=-1})};b.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||typeof this.reset=="object"&&!this.reset.nodeType)this.reset()})};b.fn.enable=function(a){if(a==undefined)a=true;return this.each(function(){this.disabled=!a})};b.fn.selected=function(a){if(a==undefined)a=true;return this.each(function(){var d=this.type;if(d=="checkbox"||d=="radio")this.checked=a;else if(this.tagName.toLowerCase()=="option"){d=b(this).parent("select");a&&d[0]&&d[0].type=="select-one"&&d.find("option").selected(false);this.selected=a}})}})(jQuery);;Drupal.behaviors.tao=function(context){$('fieldset.collapsible:not(.tao-processed) > legend > .fieldset-title').each(function(){var fieldset=$(this).parents('fieldset').eq(0);fieldset.addClass('tao-processed');if($('input.error, textarea.error, select.error',fieldset).size()>0){$(fieldset).removeClass('collapsed');}
$(this).click(function(){if(fieldset.is('.collapsed')){$(fieldset).removeClass('collapsed').children('.fieldset-content').show();}
else{$(fieldset).addClass('collapsed').children('.fieldset-content').hide();}
return false;});});};;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;Cufon.registerFont({"w":216,"face":{"font-family":"ITC Avant Garde Gothic Std Demi","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 2 2 2 2 2 2 4","ascent":"266","descent":"-94","x-height":"6","bbox":"-44 -359 426 96.6065","underline-thickness":"18","underline-position":"-18","stemh":"44","stemv":"47","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":108,"k":{"\u201c":49,"\u2018":49,"T":29,"V":33,"W":14,"Y":36,"\u00dd":36,"\u0178":36,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"!":{"d":"81,-266r0,185r-49,0r0,-185r49,0xm81,-53r0,53r-49,0r0,-53r49,0","w":113},"\"":{"d":"65,-160r-36,0r0,-106r36,0r0,106xm126,-160r-36,0r0,-106r36,0r0,106","w":154},"#":{"d":"150,-87r-10,69r-32,0r9,-69r-34,0r-10,69r-32,0r9,-69r-40,0r4,-32r41,0r4,-32r-41,0r4,-32r41,0r9,-63r33,0r-9,63r34,0r9,-63r33,0r-9,63r44,0r-4,32r-45,0r-4,32r44,0r-4,32r-44,0xm122,-119r4,-32r-34,0r-5,32r35,0"},"$":{"d":"139,-78v-6,-59,-107,-26,-106,-110v0,-41,28,-62,57,-69r0,-35r40,0r0,35v32,6,51,30,51,65r-44,0v0,-37,-56,-38,-55,-1v0,23,20,30,51,41v77,27,71,118,-3,142r0,36r-40,0r0,-36v-40,-5,-61,-40,-61,-71r49,0v-1,44,65,42,61,3"},"%":{"d":"12,-208v0,-35,28,-63,63,-63v36,0,63,27,63,63v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63xm44,-208v0,17,14,31,31,31v17,0,31,-13,31,-31v0,-18,-13,-31,-31,-31v-17,0,-31,13,-31,31xm221,5v-35,0,-63,-27,-63,-64v0,-35,27,-63,63,-63v35,0,64,29,64,64v0,36,-29,63,-64,63xm190,-58v0,17,13,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-32,-31,-32v-18,0,-31,14,-31,32xm226,-266r-123,266r-35,0r124,-266r34,0","w":296},"&":{"d":"204,-159r49,0r-44,84r47,48r-32,32r-41,-42v-11,21,-32,42,-75,42v-55,0,-90,-35,-90,-76v0,-41,33,-63,55,-76v-50,-42,-28,-124,41,-124v39,0,67,28,67,63v0,35,-25,52,-42,62r38,39xm114,-233v-34,2,-23,50,-3,61v16,-10,27,-19,27,-36v0,-13,-9,-25,-24,-25xm152,-68r-50,-50v-44,16,-42,76,8,78v22,0,33,-12,42,-28","w":269},"\u2019":{"d":"9,-185r28,-81r41,0r-34,81r-35,0","w":109,"k":{"\u2019":52," ":49,"v":31,"l":24,"\u0142":24,"d":57,"t":18,"r":43,"s":47,"\u0161":47}},"(":{"d":"152,-271r0,52v-35,17,-74,66,-74,132v0,63,37,112,74,130r0,53v-87,-33,-125,-114,-125,-184v0,-69,39,-151,125,-183","w":165},")":{"d":"14,96r0,-52v35,-18,74,-66,74,-132v0,-63,-37,-112,-74,-131r0,-52v87,33,125,114,125,184v0,69,-39,151,-125,183","w":165},"*":{"d":"132,-266r-9,52r42,-33r15,27r-48,18r48,18r-16,29r-41,-34r9,52r-32,0r9,-53r-40,35r-17,-29r49,-18r-49,-18r16,-27r41,33r-9,-52r32,0","w":232},"+":{"d":"131,-182r0,68r67,0r0,46r-67,0r0,68r-46,0r0,-68r-67,0r0,-46r67,0r0,-68r46,0"},",":{"d":"80,-53r-33,81r-40,0r23,-81r50,0","w":109,"k":{"\u201d":54,"\u2019":54," ":49}},"-":{"d":"0,-126r100,0r0,46r-100,0r0,-46","w":99},".":{"d":"80,-53r0,53r-50,0r0,-53r50,0","w":109,"k":{"\u201d":54,"\u2019":54," ":49}},"\/":{"d":"26,36r103,-302r52,0r-103,302r-52,0","w":206},"0":{"d":"13,-92r0,-82v0,-77,63,-97,96,-97v37,0,95,25,95,97r0,82v0,73,-58,97,-95,97v-37,0,-96,-24,-96,-97xm108,-224v-60,0,-42,77,-42,133v0,24,13,49,42,49v60,0,42,-77,42,-134v0,-15,-5,-48,-42,-48"},"1":{"d":"86,0r0,-221r-48,0r0,-45r101,0r0,266r-53,0"},"2":{"d":"19,0r0,-42r78,-70v27,-23,48,-41,48,-72v0,-26,-16,-40,-38,-40v-26,0,-38,23,-38,50r-51,0v1,-21,4,-42,19,-62v52,-70,162,-28,162,47v0,60,-72,106,-106,144r107,0r0,45r-181,0"},"3":{"d":"76,-194r-53,0v2,-108,164,-94,162,-7v0,33,-22,48,-36,56v49,17,52,55,52,67v3,82,-128,112,-173,47v-12,-16,-14,-36,-15,-48r54,0v1,17,14,37,40,37v26,0,40,-18,40,-40v0,-34,-32,-42,-67,-39r0,-40v26,2,51,-6,51,-33v0,-16,-9,-30,-26,-30v-23,0,-28,18,-29,30"},"4":{"d":"127,0r0,-48r-123,0r0,-39r124,-179r51,0r0,176r29,0r0,42r-29,0r0,48r-52,0xm59,-90r72,0r0,-111"},"5":{"d":"44,-266r140,0r0,45r-99,0r-9,53v8,-5,18,-12,41,-12v125,0,116,183,-10,185v-51,0,-91,-32,-98,-78r54,0v13,47,90,36,90,-16v0,-43,-64,-70,-89,-22r-43,-10"},"6":{"d":"109,5v-88,0,-122,-102,-76,-169r70,-102r62,0r-62,86v52,-15,106,20,106,86v0,58,-45,99,-100,99xm108,-137v-24,0,-46,18,-46,48v0,28,22,47,46,47v27,0,47,-20,47,-47v0,-27,-20,-48,-47,-48"},"7":{"d":"26,-266r165,0r0,41r-100,225r-59,0r103,-221r-109,0r0,-45"},"8":{"d":"54,-148v-51,-29,-34,-123,54,-123v85,0,106,93,55,123v75,38,33,153,-55,153v-87,0,-129,-115,-54,-153xm108,-228v-17,0,-31,14,-31,33v0,18,14,31,31,31v17,0,32,-14,32,-32v0,-18,-15,-32,-32,-32xm69,-82v0,20,15,40,39,40v24,0,40,-20,40,-40v0,-21,-16,-41,-40,-41v-24,0,-39,20,-39,41"},"9":{"d":"108,-271v89,0,123,102,77,169r-70,102r-62,0r61,-86v-52,15,-104,-20,-105,-86v0,-58,44,-99,99,-99xm156,-177v0,-28,-22,-47,-47,-47v-26,0,-47,20,-47,47v0,27,20,47,47,47v24,0,47,-17,47,-47"},":":{"d":"80,-198r0,54r-50,0r0,-54r50,0xm80,-53r0,53r-50,0r0,-53r50,0","w":109,"k":{" ":20}},";":{"d":"80,-198r0,54r-50,0r0,-54r50,0xm80,-53r-35,81r-37,0r22,-81r50,0","w":109,"k":{" ":23}},"<":{"d":"17,-113r182,-79r0,50r-134,51r134,51r0,50r-182,-79r0,-44"},"=":{"d":"18,-158r180,0r0,46r-180,0r0,-46xm18,-69r180,0r0,45r-180,0r0,-45"},">":{"d":"17,-40r134,-51r-134,-51r0,-50r182,79r0,44r-182,79r0,-50"},"?":{"d":"191,-195v0,48,-72,81,-69,117r-50,0v-10,-37,64,-77,64,-112v0,-18,-11,-32,-32,-32v-24,1,-36,16,-35,42r-52,0v-2,-58,40,-90,90,-91v52,0,84,38,84,76xm122,-53r0,53r-50,0r0,-53r50,0","w":208},"@":{"d":"228,-47r8,25v-32,23,-76,27,-92,27v-198,-4,-175,-276,-1,-277v71,0,127,49,127,117v0,57,-40,97,-75,97v-15,0,-29,-8,-33,-26v-26,46,-95,28,-95,-33v0,-56,75,-121,108,-63r5,-18r31,0r-22,100v-1,10,6,13,12,13v17,0,41,-29,41,-70v0,-55,-44,-90,-97,-90v-65,0,-112,53,-112,114v0,41,26,110,110,110v29,0,61,-8,85,-26xm126,-85v29,-2,42,-31,42,-60v0,-16,-9,-30,-25,-30v-23,0,-45,27,-45,57v0,25,16,33,28,33","w":273},"A":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"B":{"d":"212,-78v-2,52,-42,78,-105,78r-82,0r0,-266r88,0v81,-11,114,89,53,123v45,15,46,53,46,65xm147,-190v-1,-34,-35,-28,-68,-29r0,59v34,1,69,3,68,-30xm161,-82v0,-37,-43,-34,-82,-33r0,68v39,1,82,5,82,-35","w":223,"k":{"U":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u00d9":5,",":4,".":4,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"C":{"d":"227,-89r57,0v-16,55,-69,94,-131,94v-81,0,-139,-65,-139,-139v0,-71,55,-137,139,-137v77,0,121,56,131,95r-57,0v-8,-18,-32,-48,-74,-48v-52,0,-86,43,-86,90v0,49,35,92,86,92v48,0,69,-37,74,-47","w":295,"k":{",":2,".":2,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20}},"D":{"d":"25,0r0,-266v88,4,147,-22,198,46v63,83,25,226,-109,220r-89,0xm197,-133v0,-63,-42,-95,-118,-86r0,172v75,8,118,-23,118,-86","w":263,"k":{"V":15,"W":7,"Y":20,"\u00dd":20,"\u0178":20,",":19,".":18,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17}},"E":{"d":"25,0r0,-266r150,0r0,47r-96,0r0,60r94,0r0,47r-94,0r0,65r96,0r0,47r-150,0","w":191},"F":{"d":"25,0r0,-266r142,0r0,47r-88,0r0,63r86,0r0,48r-86,0r0,108r-54,0","w":179,"k":{"\u00eb":7,"\u00e3":7,"\u00e0":7,"\u00e4":7,",":62,".":53,"A":23,"\u00c6":23,"\u00c1":23,"\u00c2":23,"\u00c4":23,"\u00c0":23,"\u00c5":23,"\u00c3":23,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e5":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"G":{"d":"296,-142v8,85,-75,147,-142,147v-80,0,-141,-62,-141,-139v0,-80,63,-137,141,-137v60,0,114,37,131,86r-61,0v-36,-64,-157,-46,-157,51v0,108,144,120,167,35r-100,0r0,-43r162,0","w":307,"k":{",":9,".":8,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19}},"H":{"d":"79,0r-54,0r0,-266r54,0r0,107r102,0r0,-107r54,0r0,266r-54,0r0,-112r-102,0r0,112","w":259},"I":{"d":"25,0r0,-266r54,0r0,266r-54,0","w":103},"J":{"d":"89,-42v25,0,29,-21,29,-43r0,-181r54,0r0,168v4,70,-30,98,-86,103v-14,5,-88,-17,-84,-82r57,0v2,20,14,35,30,35","w":196,"k":{"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,",":6,".":9,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"K":{"d":"32,0r0,-266r53,0r0,123r89,-123r56,0r-96,132r106,134r-66,0r-89,-120r0,120r-53,0","w":239,"k":{"y":16,"\u00fd":16,"\u00ff":16,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"a":17,"\u00e6":17,"\u00e1":17,"\u00e2":17,"\u00e4":17,"\u00e0":17,"\u00e5":17,"\u00e3":17,"e":17,"\u00e9":17,"\u00ea":17,"\u00eb":17,"\u00e8":17,"o":17,"\u00f8":17,"\u0153":17,"\u00f3":17,"\u00f4":17,"\u00f6":17,"\u00f2":17,"\u00f5":17}},"L":{"d":"26,0r0,-266r54,0r0,219r87,0r0,47r-141,0","w":169,"k":{"y":13,"\u00fd":13,"\u00ff":13,"O":16,"\u00d8":16,"\u0152":16,"\u00d3":16,"\u00d4":16,"\u00d6":16,"\u00d2":16,"\u00d5":16,"T":20,"V":34,"W":19,"Y":32,"\u00dd":32,"\u0178":32,"\u201d":24,"\u2019":24,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"M":{"d":"75,0r-50,0r0,-266r73,0r68,191r67,-191r73,0r0,266r-50,0r2,-213r-75,213r-35,0r-75,-213","w":331},"N":{"d":"73,-266r122,184r-1,-184r52,0r0,266r-48,0r-122,-184r1,184r-52,0r0,-266r48,0","w":271},"O":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"P":{"d":"213,-180v0,69,-51,97,-135,89r0,91r-54,0r0,-266r81,0v81,-3,108,28,108,86xm162,-179v0,-43,-42,-41,-84,-40r0,80v43,1,84,3,84,-40","w":217,"k":{"\u00e4":7,",":77,".":72,"A":31,"\u00c6":31,"\u00c1":31,"\u00c2":31,"\u00c4":31,"\u00c0":31,"\u00c5":31,"\u00c3":31,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"Q":{"d":"311,-39r0,44v-34,1,-72,-11,-80,-22v-97,64,-217,-19,-217,-115v0,-72,56,-139,140,-139v84,0,141,65,141,136v0,48,-19,72,-28,84v12,9,24,11,44,12xm71,-134v60,-24,119,8,154,49v43,-55,-4,-144,-71,-139v-45,3,-86,34,-83,90xm193,-52v-25,-31,-69,-57,-115,-39v26,50,73,59,115,39","w":313,"k":{",":-5}},"R":{"d":"167,-172v0,-42,-41,-52,-89,-47r0,219r-54,0r0,-266r81,0v81,-1,109,27,113,89v3,41,-26,73,-58,78r59,99r-56,0r-72,-124v43,4,76,-9,76,-48","w":226,"k":{"V":7,"Y":8,"\u00dd":8,"\u0178":8}},"S":{"d":"11,-83r53,0v5,63,74,50,74,8v0,-23,-19,-29,-56,-43v-20,-8,-67,-25,-67,-75v0,-51,45,-78,88,-78v35,0,83,18,85,77r-53,0v-2,-12,-7,-32,-33,-32v-18,0,-33,12,-33,30v0,20,13,28,59,43v91,29,84,157,-26,158v-60,0,-91,-37,-91,-88","w":201,"k":{",":-2,".":4}},"T":{"d":"61,0r0,-219r-58,0r0,-47r169,0r0,47r-58,0r0,219r-53,0","w":174,"k":{"\u00fc":22,"\u0161":16,"\u00f2":27,"\u00f6":27,"\u00e8":27,"\u00eb":27,"\u00ea":27,"\u00e3":27,"\u00e5":27,"\u00e0":27,"\u00e4":27,"\u00e2":27,"w":21,"y":9,"\u00fd":9,"\u00ff":9,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"u":22,"\u00fa":22,"\u00fb":22,"\u00f9":22,",":33,".":38,"A":24,"\u00c6":24,"\u00c1":24,"\u00c2":24,"\u00c4":24,"\u00c0":24,"\u00c5":24,"\u00c3":24,"a":27,"\u00e6":27,"\u00e1":27,"e":27,"\u00e9":27,"o":27,"\u00f8":27,"\u0153":27,"\u00f3":27,"\u00f4":27,"\u00f5":27,"c":27,"\u00e7":27,"-":27,"r":14,"s":16,":":14,";":17}},"U":{"d":"122,5v-50,3,-98,-46,-98,-108r0,-163r54,0r0,163v-1,30,10,61,44,61v34,0,43,-31,43,-61r0,-163r54,0r0,163v1,70,-33,103,-97,108","w":243,"k":{",":9,".":9,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"V":{"d":"100,0r-95,-266r55,0r67,202r67,-202r56,0r-96,266r-54,0","w":254,"k":{"\u00f6":37,"\u00f4":37,"\u00ee":10,"\u00e8":37,"\u00eb":37,"\u00ea":37,"\u00e3":37,"\u00e5":37,"\u00e0":37,"\u00e4":37,"\u00e2":37,"y":4,"\u00fd":4,"\u00ff":4,"G":17,"O":17,"\u00d8":17,"\u0152":17,"\u00d3":17,"\u00d4":17,"\u00d6":17,"\u00d2":17,"\u00d5":17,"u":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u00f9":21,",":54,".":54,"A":38,"\u00c6":38,"\u00c1":38,"\u00c2":38,"\u00c4":38,"\u00c0":38,"\u00c5":38,"\u00c3":38,"a":37,"\u00e6":37,"\u00e1":37,"e":37,"\u00e9":37,"i":10,"\u0131":10,"\u00ed":10,"\u00ef":10,"\u00ec":10,"o":37,"\u00f8":37,"\u0153":37,"\u00f3":37,"\u00f2":37,"\u00f5":37,"-":27,"r":20,":":14,";":20}},"W":{"d":"76,0r-71,-266r55,0r45,193r47,-193r41,0r47,193r45,-193r54,0r-72,266r-48,0r-47,-189r-46,189r-50,0","w":344,"k":{"\u00fc":16,"\u00f6":24,"\u00ea":24,"\u00e4":23,"y":11,"\u00fd":11,"\u00ff":11,"O":6,"\u00d8":6,"\u0152":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"u":16,"\u00fa":16,"\u00fb":16,"\u00f9":16,",":38,".":38,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"h":4,"a":23,"\u00e6":23,"\u00e1":23,"\u00e2":23,"\u00e0":23,"\u00e5":23,"\u00e3":23,"e":24,"\u00e9":24,"\u00eb":24,"\u00e8":24,"i":5,"\u0131":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"o":24,"\u00f8":24,"\u0153":24,"\u00f3":24,"\u00f4":24,"\u00f2":24,"\u00f5":24,"-":13,"r":12,":":8,";":13}},"X":{"d":"4,0r92,-140r-83,-126r60,0r55,87r53,-87r61,0r-83,127r92,139r-61,0r-64,-102r-62,102r-60,0","w":254,"k":{"C":19,"\u00c7":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"e":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u0153":13,"\u00f3":13,"\u00f4":13,"\u00f6":13,"\u00f2":13,"\u00f5":13}},"Y":{"d":"86,0r0,-95r-82,-171r58,0r50,121r51,-121r58,0r-82,171r0,95r-53,0","w":224,"k":{"\u00fc":26,"\u00f6":36,"v":18,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"u":26,"\u00fa":26,"\u00fb":26,"\u00f9":26,",":50,".":50,"A":35,"\u00c6":35,"\u00c1":35,"\u00c2":35,"\u00c4":35,"\u00c0":35,"\u00c5":35,"\u00c3":35,"a":36,"\u00e6":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"e":36,"\u00e9":36,"\u00ea":36,"\u00eb":36,"\u00e8":36,"i":9,"\u0131":9,"\u00ed":9,"\u00ee":9,"\u00ef":9,"\u00ec":9,"o":36,"\u00f8":36,"\u0153":36,"\u00f3":36,"\u00f4":36,"\u00f2":36,"\u00f5":36,"p":21,"q":36,"-":38,":":14,";":18,"S":10,"\u0160":10}},"Z":{"d":"173,-224r-101,177r103,0r0,47r-169,0r0,-35r107,-184r-108,0r0,-47r168,0r0,42","w":179},"[":{"d":"140,36r0,38r-102,0r0,-340r102,0r0,38r-56,0r0,264r56,0","w":165},"\\":{"d":"129,36r-103,-302r52,0r103,302r-52,0","w":206},"]":{"d":"26,74r0,-38r56,0r0,-264r-56,0r0,-38r102,0r0,340r-102,0","w":165},"^":{"d":"22,-135r62,-131r48,0r62,131r-51,0r-35,-90r-35,90r-51,0"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"73,-266r28,81r-35,0r-35,-81r42,0","w":109,"k":{"\u2018":52,"A":31,"\u00c6":31,"\u00c1":31,"\u00c2":31,"\u00c4":31,"\u00c0":31,"\u00c5":31,"\u00c3":31}},"a":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59","w":250},"b":{"d":"23,0r0,-266r48,0r0,93v61,-65,158,-26,164,73v6,99,-120,140,-166,72r0,28r-46,0xm188,-99v0,-32,-24,-61,-59,-61v-37,0,-60,29,-60,61v0,33,22,61,58,61v39,0,61,-30,61,-61","w":247,"k":{"v":9,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7}},"c":{"d":"118,-160v-33,-1,-59,27,-58,61v0,36,25,61,58,61v30,0,47,-18,54,-34r48,0v-11,44,-51,78,-102,78v-63,0,-105,-48,-105,-105v0,-58,45,-105,104,-105v50,0,91,32,103,80r-48,0v-8,-21,-28,-36,-54,-36","w":231,"k":{"y":5,"\u00fd":5,"\u00ff":5,",":4,"h":4,"k":4,"l":4,"\u0142":4}},"d":{"d":"226,-266r0,266r-45,0r0,-28v-9,15,-28,34,-68,34v-61,0,-100,-47,-100,-105v0,-64,45,-105,99,-105v38,0,60,20,67,32r0,-94r47,0xm181,-100v0,-35,-26,-60,-60,-60v-39,0,-61,30,-61,61v0,33,25,61,61,61v34,0,60,-27,60,-62","w":249},"e":{"d":"212,-61v-16,39,-49,66,-97,67v-61,0,-104,-49,-104,-104v0,-56,43,-106,103,-106v66,0,112,58,103,121r-159,0v2,55,85,65,105,22r49,0xm59,-119r112,0v-2,-19,-21,-45,-56,-45v-35,0,-54,26,-56,45","w":230,"k":{"v":10,"w":6,"y":9,"\u00fd":9,"\u00ff":9,",":4,".":5,"x":11}},"f":{"d":"26,0r0,-161r-24,0r0,-37r24,0v-6,-63,42,-76,79,-73r0,36v-15,-3,-36,7,-32,37r32,0r0,37r-32,0r0,161r-47,0","w":108,"k":{"\u0131":5,"\u201d":-9,"\u2019":-9,",":18,".":18,"l":5,"\u0142":5,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"f":5,"\ufb01":5,"\ufb02":5,"\u00df":5,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"o":8,"\u00f8":8,"\u0153":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8}},"g":{"d":"73,20v27,50,118,26,105,-49v-10,18,-31,35,-64,35v-57,0,-101,-43,-101,-104v0,-94,116,-140,165,-73r0,-27r47,0r0,175v0,75,-39,110,-109,110v-62,0,-91,-36,-98,-67r55,0xm178,-97v0,-34,-20,-62,-59,-62v-32,0,-59,25,-59,60v0,35,25,61,59,61v35,0,59,-25,59,-59","w":247},"h":{"d":"115,-159v-69,0,-37,97,-44,159r-48,0r0,-266r48,0r0,92v11,-21,35,-30,58,-30v98,-2,74,112,77,204r-48,0v-6,-61,24,-159,-43,-159","w":228,"k":{"y":10,"\u00fd":10,"\u00ff":10,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5}},"i":{"d":"23,-224r0,-42r48,0r0,42r-48,0xm23,0r0,-198r48,0r0,198r-48,0","w":93},"j":{"d":"32,-224r0,-42r47,0r0,42r-47,0xm79,-198r0,194v3,46,-14,82,-79,78r0,-37v28,2,32,-17,32,-39r0,-196r47,0","w":106},"k":{"d":"25,0r0,-266r47,0r0,144r68,-76r57,0r-83,87r83,111r-54,0r-71,-99r0,99r-47,0","w":201,"k":{"y":7,"\u00fd":7,"\u00ff":7,"a":14,"\u00e6":14,"\u00e1":14,"\u00e2":14,"\u00e4":14,"\u00e0":14,"\u00e5":14,"\u00e3":14,"e":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"o":14,"\u00f8":14,"\u0153":14,"\u00f3":14,"\u00f4":14,"\u00f6":14,"\u00f2":14,"\u00f5":14}},"l":{"d":"23,0r0,-266r48,0r0,266r-48,0","w":93},"m":{"d":"112,-159v-65,0,-34,98,-41,159r-48,0r0,-198r45,0r0,25v4,-9,23,-31,57,-31v23,0,53,17,61,38v35,-65,139,-43,139,58r0,108r-47,0v-7,-60,25,-159,-39,-159v-65,0,-34,98,-41,159r-48,0v-7,-59,24,-159,-38,-159","w":347,"k":{"y":10,"\u00fd":10,"\u00ff":10,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5}},"n":{"d":"23,0r0,-198r45,0v0,9,-1,18,-1,27v9,-15,27,-33,62,-33v110,0,69,110,77,204r-48,0v-7,-61,25,-159,-42,-159v-71,0,-38,97,-45,159r-48,0","w":228,"k":{"v":14,"y":11,"\u00fd":11,"\u00ff":11,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5}},"o":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"p":{"d":"23,69r0,-267r45,0r0,29v14,-20,37,-35,70,-35v69,0,98,59,98,107v0,56,-40,103,-98,103v-39,0,-59,-19,-67,-32r0,95r-48,0xm68,-98v0,34,27,60,61,60v36,0,60,-29,60,-61v0,-28,-21,-61,-61,-61v-34,0,-60,27,-60,62","w":249,"k":{"y":9,"\u00fd":9,"\u00ff":9,",":7,".":8}},"q":{"d":"226,-198r0,267r-47,0r0,-97v-8,13,-28,34,-68,34v-58,0,-98,-46,-98,-102v0,-65,43,-108,100,-108v39,0,59,22,67,35r0,-29r46,0xm180,-98v0,-35,-26,-62,-60,-62v-80,1,-79,122,1,122v33,0,59,-27,59,-60","w":249},"r":{"d":"23,0r0,-198r45,0r0,26v9,-18,24,-32,54,-32v-2,15,4,37,-2,48v-73,-5,-45,93,-50,156r-47,0","w":125,"k":{"v":-2,"y":-3,"\u00fd":-3,"\u00ff":-3,"u":-3,"\u00fa":-3,"\u00fb":-3,"\u00fc":-3,"\u00f9":-3,",":28,".":29,"h":-3,"k":-3,"l":-3,"\u0142":-3,"x":3,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"e":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"i":-3,"\u0131":-3,"\u00ed":-3,"\u00ee":-3,"\u00ef":-3,"\u00ec":-3,"o":9,"\u00f8":9,"\u0153":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9,"c":9,"\u00e7":9,"d":8,"g":7,"m":-3,"n":-3,"\u00f1":-3,"p":-3,"q":7,"t":-8,"z":-3,"\u017e":-3,"-":18}},"s":{"d":"156,-144r-47,0v0,-10,-6,-22,-24,-22v-16,0,-23,10,-23,20v0,13,14,20,33,25v32,9,66,19,66,61v1,81,-141,95,-150,2r47,0v5,38,56,31,56,3v0,-17,-15,-22,-51,-34v-27,-9,-49,-24,-49,-52v1,-76,131,-93,142,-3","w":173,"k":{"w":4,".":2}},"t":{"d":"36,0r0,-161r-32,0r0,-37r32,0r0,-68r48,0r0,68r33,0r0,37r-33,0r0,161r-48,0","w":121,"k":{"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"e":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"o":9,"\u00f8":9,"\u0153":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9}},"u":{"d":"206,-198r0,198r-45,0r0,-26v-8,15,-25,32,-61,32v-112,0,-68,-110,-77,-204r47,0v7,62,-25,160,43,160v71,0,37,-97,45,-160r48,0","w":228},"v":{"d":"198,-198r-73,198r-47,0r-73,-198r49,0r48,139r47,-139r49,0","w":203,"k":{",":32,".":32,"a":11,"\u00e6":11,"\u00e1":11,"\u00e2":11,"\u00e4":11,"\u00e0":11,"\u00e5":11,"\u00e3":11,"e":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"w":{"d":"66,0r-63,-198r49,0r39,138r38,-131r40,0r38,131r39,-138r49,0r-64,198r-44,0r-39,-134r-37,134r-45,0","w":297,"k":{",":31,".":31,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":9,"\u00f8":9,"\u0153":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9}},"x":{"d":"1,0r73,-104r-66,-94r56,0r39,61r38,-61r57,0r-67,94r74,104r-58,0r-44,-68r-45,68r-57,0","w":206,"k":{"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"e":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u0153":13,"\u00f3":13,"\u00f4":13,"\u00f6":13,"\u00f2":13,"\u00f5":13}},"y":{"d":"44,69r32,-77r-75,-190r51,0r48,132r48,-132r50,0r-104,267r-50,0","w":198,"k":{",":34,".":36,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"r":4}},"z":{"d":"5,0r0,-33r93,-128r-91,0r0,-37r142,0r0,37r-88,125r90,0r0,36r-146,0","w":156},"{":{"d":"161,-267r0,36v-25,-3,-41,3,-41,28r0,73v0,32,-31,43,-36,46v14,3,36,15,36,42r0,73v-4,26,15,30,41,28r0,37v-48,2,-88,2,-89,-49r0,-74v0,-23,-21,-30,-33,-33r0,-49v11,-1,33,-9,33,-35r0,-75v1,-49,41,-50,89,-48","w":187},"|":{"d":"74,-270r52,0r0,360r-52,0r0,-360","w":199},"}":{"d":"27,-231r0,-36v48,-2,89,-2,89,48r0,75v0,26,22,34,33,35r0,49v-12,3,-33,10,-33,33r0,74v-1,50,-41,51,-89,49r0,-37v25,2,40,-2,40,-28r0,-73v0,-27,33,-40,37,-43v-14,-4,-37,-13,-37,-45r0,-73v4,-23,-14,-31,-40,-28","w":187},"~":{"d":"70,-128v25,-1,56,24,78,25v14,0,23,-13,32,-25r11,44v-11,15,-23,31,-43,31v-38,0,-89,-51,-112,-1r-11,-44v9,-16,23,-30,45,-30"},"\u00a1":{"d":"32,-144r0,-54r49,0r0,54r-49,0xm32,69r0,-186r49,0r0,186r-49,0","w":113},"\u00a2":{"d":"130,-12r-40,0r0,-38v-52,-14,-67,-57,-67,-84v0,-32,18,-73,67,-85r0,-37r38,0r0,36v38,10,60,38,66,64r-49,0v-20,-35,-75,-17,-75,21v0,39,61,54,74,23r50,0v-9,29,-32,56,-64,62r0,38"},"\u00a3":{"d":"212,-90v13,48,-19,90,-77,90r-120,0r0,-42v29,0,54,3,56,-28v0,-17,-12,-30,-22,-40r-45,0r0,-38r21,0v-32,-54,11,-123,82,-123v48,0,88,30,92,82r-50,0v-3,-15,-14,-35,-41,-35v-41,0,-52,54,-27,76r67,0r0,38r-43,0v17,15,27,47,4,68v39,5,70,-12,57,-48r46,0"},"\u2044":{"d":"-44,0r113,-266r40,0r-114,266r-39,0","w":64},"\u00a5":{"d":"207,-178r0,40r-64,0v-5,8,-10,16,-8,31r72,0r0,39r-73,0r0,68r-52,0r0,-68r-73,0r0,-39r73,0v2,-15,-4,-23,-9,-31r-63,0r0,-40r43,0r-50,-88r57,0r48,95r50,-95r56,0r-50,88r43,0"},"\u0192":{"d":"96,-188v6,-51,36,-89,96,-82r-6,38v-29,-1,-37,20,-41,44r32,0r0,37r-38,0v-15,66,-12,146,-46,195v-20,29,-50,34,-88,28r7,-42v37,6,49,-17,54,-45r24,-136r-32,0r0,-37r38,0"},"\u00a7":{"d":"201,-201r-47,0v-5,-24,-23,-28,-37,-28v-15,0,-33,8,-33,27v0,16,15,21,25,27v43,26,107,19,107,88v0,27,-16,43,-32,56v41,44,16,124,-65,124v-31,0,-92,-16,-95,-84r47,0v1,57,87,49,87,10v-8,-37,-67,-45,-97,-63v-14,-8,-45,-20,-45,-62v0,-10,3,-35,35,-57v-7,-10,-12,-22,-12,-40v0,-48,40,-68,80,-68v51,0,81,33,82,70xm174,-80v0,-15,-13,-22,-28,-29r-68,-31v-31,15,-19,45,3,55r75,34v9,-5,18,-16,18,-29","w":232},"\u00a4":{"d":"189,-20r-29,-29v-29,22,-74,22,-103,0r-30,29r-23,-24r29,-29v-21,-28,-19,-74,1,-101r-30,-30r23,-24r31,31v28,-21,72,-21,100,-1r31,-30r23,24r-30,30v21,27,23,73,1,101r30,29xm63,-123v0,25,20,46,45,46v25,0,46,-20,46,-46v0,-25,-20,-46,-46,-46v-25,0,-45,21,-45,46"},"'":{"d":"61,-160r-37,0r0,-106r37,0r0,106","w":85},"\u201c":{"d":"83,-266r28,81r-35,0r-35,-81r42,0xm141,-266r28,81r-35,0r-35,-81r42,0","w":183,"k":{"A":31,"\u00c6":31,"\u00c1":31,"\u00c2":31,"\u00c4":31,"\u00c0":31,"\u00c5":31,"\u00c3":31}},"\u00ab":{"d":"11,-102r37,-66r34,0r-37,66r37,67r-34,0xm70,-102r37,-66r34,0r-37,66r37,67r-34,0","w":145},"\u2039":{"d":"7,-102r37,-66r34,0r-37,66r37,67r-34,0","w":82},"\u203a":{"d":"39,-168r37,66r-37,67r-35,0r37,-67r-37,-66r35,0","w":82},"\ufb01":{"d":"127,-161r-54,0r0,161r-47,0r0,-161r-24,0r0,-37r24,0v-6,-63,42,-76,79,-73r0,36v-15,-3,-36,7,-32,37r101,0r0,198r-47,0r0,-161xm174,-224r-47,0r0,-42r47,0r0,42","w":197},"\ufb02":{"d":"127,-161r-54,0r0,161r-47,0r0,-161r-24,0r0,-37r24,0v-6,-63,42,-76,79,-73r0,36v-15,-3,-36,7,-32,37r54,0r0,-68r47,0r0,266r-47,0r0,-161","w":197},"\u2013":{"d":"13,-126r154,0r0,46r-154,0r0,-46","w":180},"\u2020":{"d":"140,-266r0,67r59,0r0,40r-59,0r0,234r-47,0r0,-234r-59,0r0,-40r59,0r0,-67r47,0","w":232},"\u2021":{"d":"140,-266r0,56r59,0r0,40r-59,0r0,125r59,0r0,41r-59,0r0,79r-47,0r0,-79r-59,0r0,-41r59,0r0,-125r-59,0r0,-40r59,0r0,-56r47,0","w":232},"\u00b7":{"d":"80,-118r0,53r-50,0r0,-53r50,0","w":109},"\u00b6":{"d":"77,39r0,-166v-44,0,-78,-21,-78,-68v0,-63,59,-71,90,-71r119,0r0,34r-19,0r0,271r-37,0r0,-271r-38,0r0,271r-37,0","w":239},"\u2022":{"d":"117,-185v27,0,49,23,49,50v0,27,-22,49,-49,49v-27,0,-49,-22,-49,-49v0,-26,21,-50,49,-50","w":233},"\u201a":{"d":"9,34r28,-81r41,0r-34,81r-35,0","w":109},"\u201e":{"d":"14,34r28,-81r42,0r-35,81r-35,0xm72,34r28,-81r41,0r-34,81r-35,0","w":183},"\u201d":{"d":"14,-185r28,-81r42,0r-35,81r-35,0xm72,-185r28,-81r41,0r-34,81r-35,0","w":183,"k":{" ":49}},"\u00bb":{"d":"98,-168r37,66r-37,67r-34,0r36,-67r-36,-66r34,0xm39,-168r37,66r-37,67r-34,0r36,-67r-36,-66r34,0","w":145},"\u2026":{"d":"36,0r0,-53r49,0r0,53r-49,0xm156,0r0,-53r49,0r0,53r-49,0xm275,0r0,-53r50,0r0,53r-50,0","w":360},"\u2030":{"d":"12,-208v0,-35,28,-63,63,-63v35,0,63,27,63,63v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63xm44,-208v0,17,13,31,31,31v17,0,30,-13,30,-31v0,-18,-13,-31,-30,-31v-18,0,-31,13,-31,31xm221,5v-35,0,-63,-27,-63,-64v0,-35,28,-63,63,-63v35,0,63,29,63,64v0,36,-28,63,-63,63xm190,-58v0,17,13,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-32,-31,-32v-18,0,-31,14,-31,32xm363,5v-35,0,-63,-27,-63,-64v0,-35,28,-63,63,-63v35,0,63,29,63,64v0,36,-28,63,-63,63xm332,-58v0,17,13,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-32,-31,-32v-18,0,-31,14,-31,32xm226,-266r-124,266r-34,0r124,-266r34,0","w":437},"\u00bf":{"d":"86,-144r0,-54r50,0r0,54r-50,0xm17,-2v0,-48,72,-81,69,-117r50,0v10,37,-63,77,-64,111v0,18,11,33,32,33v23,-1,36,-17,35,-42r52,0v1,57,-40,90,-90,91v-52,0,-84,-38,-84,-76","w":208},"`":{"d":"58,-294r87,47r-14,28r-88,-42","w":199},"\u00b4":{"d":"55,-249r86,-48r16,35r-88,41","w":199},"\u02c6":{"d":"116,-283r60,55r-47,0r-29,-24r-29,24r-47,0r61,-55r31,0","w":199},"\u02dc":{"d":"29,-262v31,-32,91,11,125,-12r17,31v-33,35,-92,-15,-126,13","w":199},"\u00af":{"d":"164,-273r0,37r-129,0r0,-37r129,0","w":199},"\u02d8":{"d":"27,-276r36,0v11,18,60,20,73,0r36,0v-6,66,-138,64,-145,0","w":199},"\u02d9":{"d":"123,-280r0,51r-46,0r0,-51r46,0","w":199},"\u00a8":{"d":"84,-280r0,51r-46,0r0,-51r46,0xm161,-280r0,51r-45,0r0,-51r45,0","w":199},"\u02da":{"d":"100,-298v23,0,42,19,42,42v0,23,-19,42,-42,42v-23,0,-42,-19,-42,-42v0,-23,19,-42,42,-42xm117,-257v0,-10,-7,-17,-18,-17v-10,0,-17,8,-17,18v0,9,8,17,18,17v10,0,17,-8,17,-18","w":199},"\u00b8":{"d":"110,0r-10,19v19,-4,35,8,36,30v1,35,-60,57,-73,4r23,0v3,16,27,14,27,-4v0,-14,-18,-17,-24,-7r-20,-10r16,-32r25,0","w":199},"\u02dd":{"d":"32,-244r56,-53r27,27r-60,50xm109,-244r56,-53r27,27r-60,50","w":199},"\u02db":{"d":"95,0r26,0v-21,5,-34,43,-4,47v6,0,11,-1,18,-4r0,26v-27,13,-70,0,-70,-30v0,-15,9,-26,30,-39","w":199},"\u02c7":{"d":"24,-280r47,0r29,23r29,-23r47,0r-61,55r-31,0","w":199},"\u2014":{"d":"13,-126r334,0r0,46r-334,0r0,-46","w":360},"\u00c6":{"d":"-3,0r184,-266r147,0r0,47r-90,0r0,60r88,0r0,47r-88,0r0,65r90,0r0,47r-142,0r0,-57r-87,0r-37,57r-65,0xm122,-99r64,0r0,-93","w":348},"\u00aa":{"d":"127,-268r0,107r-29,0r0,-15v-27,42,-88,8,-88,-38v0,-51,63,-77,88,-38r0,-16r29,0xm98,-214v0,-18,-11,-30,-30,-30v-36,0,-41,59,0,59v19,0,30,-12,30,-29","w":143},"\u0141":{"d":"2,-68r0,-54r25,-18r0,-126r53,0r0,87r44,-31r0,54r-44,31r0,78r88,0r0,47r-141,0r0,-86","w":169,"k":{"y":13,"\u00fd":13,"\u00ff":13,"O":16,"\u00d8":16,"\u0152":16,"\u00d3":16,"\u00d4":16,"\u00d6":16,"\u00d2":16,"\u00d5":16,"T":20,"V":34,"W":19,"Y":32,"\u00dd":32,"\u0178":32,"\u201d":24,"\u2019":24,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"\u00d8":{"d":"218,-256r15,-20r52,0r-33,45v17,16,41,49,41,98v0,98,-112,170,-204,123r-16,20r-52,0r33,-45v-19,-18,-41,-49,-41,-98v-2,-101,107,-170,205,-123xm86,-77r102,-139v-82,-39,-159,68,-102,139xm220,-189r-102,139v82,36,160,-66,102,-139","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"\u0152":{"d":"289,-219r0,60r89,0r0,47r-89,0r0,65r91,0r0,47r-142,0r0,-34v-79,88,-225,14,-225,-99v0,-73,54,-138,139,-138v46,0,73,19,86,38r0,-33r142,0r0,47r-91,0xm152,-224v-54,0,-85,44,-85,92v0,42,30,90,85,90v54,0,86,-45,86,-92v0,-50,-35,-90,-86,-90","w":398},"\u00ba":{"d":"72,-157v-76,-1,-77,-113,0,-114v77,1,74,113,0,114xm43,-214v0,16,14,29,29,29v15,0,28,-12,28,-29v0,-17,-12,-30,-28,-30v-15,0,-29,13,-29,30","w":143},"\u00e6":{"d":"385,-85r-159,0v10,67,84,60,106,24r47,0v-15,36,-45,67,-93,67v-28,0,-51,-14,-63,-36r0,30r-43,0r0,-30v-11,22,-37,36,-66,36v-68,0,-101,-60,-101,-105v0,-90,122,-143,167,-70r0,-29r43,0r0,29v27,-47,98,-44,133,-6v19,19,33,50,29,90xm180,-98v0,-35,-26,-62,-61,-62v-40,0,-59,36,-59,61v0,36,27,61,61,61v33,0,59,-27,59,-60xm227,-117r112,0v-10,-67,-106,-54,-112,0","w":398},"\u0131":{"d":"23,0r0,-198r48,0r0,198r-48,0","w":93},"\u0142":{"d":"32,-95r-24,15r0,-49r24,-16r0,-121r47,0r0,91r26,-18r0,49r-26,18r0,126r-47,0r0,-95","w":111},"\u00f8":{"d":"177,-210r47,0r-28,39v59,62,24,177,-77,177v-22,0,-38,-5,-47,-10r-12,16r-47,0r28,-38v-57,-60,-24,-179,78,-177v23,0,39,6,47,10xm72,-64r67,-91v-53,-24,-102,47,-67,91xm166,-132r-67,90v54,22,100,-45,67,-90","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"\u0153":{"d":"375,-60v-11,28,-49,66,-96,66v-46,0,-71,-26,-80,-44v-12,21,-37,44,-82,44v-64,0,-104,-51,-104,-104v0,-56,42,-106,107,-106v36,0,66,19,79,43v12,-19,40,-42,80,-42v62,-1,111,58,102,118r-159,0v0,55,84,67,105,25r48,0xm119,-160v-30,0,-59,23,-59,62v0,33,26,60,59,60v77,-2,75,-121,0,-122xm224,-117r111,0v-4,-24,-25,-46,-56,-46v-28,0,-51,18,-55,46","w":394,"k":{"v":10,"w":6,"y":9,"\u00fd":9,"\u00ff":9,",":4,".":5,"x":11}},"\u00df":{"d":"23,-158v-7,-78,38,-110,93,-115v77,-7,105,97,52,125v32,7,57,36,57,70v0,43,-36,84,-89,84v-35,0,-56,-17,-66,-39r0,33r-47,0r0,-158xm111,-229v-63,0,-35,95,-41,156r27,0v3,19,16,35,39,35v25,0,41,-18,41,-39v0,-32,-31,-46,-76,-41r0,-36v29,3,48,-12,49,-37v0,-23,-16,-38,-39,-38","w":237,"k":{"w":4,".":2}},"\u00b9":{"d":"91,-266r0,159r-36,0r0,-128r-30,0r0,-31r66,0","w":141},"\u00ac":{"d":"17,-153r182,0r0,111r-46,0r0,-65r-136,0r0,-46"},"\u00b5":{"d":"110,-38v63,0,40,-97,44,-160r47,0r0,198r-45,0r0,-30v-4,10,-16,34,-45,34v-25,0,-38,-14,-43,-23r0,87r-47,0r0,-266r47,0v4,65,-19,160,42,160","w":221},"\u2122":{"d":"135,-107r0,-159r47,0r43,110r42,-110r46,0r0,159r-34,0r0,-117r-43,117r-24,0r-42,-117r0,117r-35,0xm42,-107r0,-129r-36,0r0,-30r108,0r0,30r-36,0r0,129r-36,0","w":356},"\u00d0":{"d":"25,-159r0,-107v88,4,146,-21,198,46v63,82,19,226,-104,220r-94,0r0,-112r-25,0r0,-47r25,0xm197,-133v0,-63,-42,-95,-118,-86r0,60r51,0r0,47r-51,0r0,65v75,8,118,-23,118,-86","w":263,"k":{"V":15,"W":7,"Y":20,"\u00dd":20,"\u0178":20,",":19,".":18,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17}},"\u00bd":{"d":"82,-266r0,159r-36,0r0,-128r-29,0r0,-31r65,0xm217,-266r-114,266r-39,0r113,-266r40,0xm182,-103v-4,-33,31,-65,59,-60v62,-4,70,61,34,95r-39,37r63,0r0,31r-116,0r0,-28v22,-24,68,-49,75,-83v0,-12,-5,-21,-19,-21v-15,0,-22,15,-22,29r-35,0","w":315},"\u00b1":{"d":"85,-141r0,-54r46,0r0,54r68,0r0,46r-68,0r0,53r-46,0r0,-53r-68,0r0,-46r68,0xm17,22r0,-45r182,0r0,45r-182,0"},"\u00de":{"d":"213,-140v0,69,-51,97,-135,89r0,51r-54,0r0,-266r54,0r0,40v90,-7,135,19,135,86xm162,-139v0,-43,-42,-41,-84,-40r0,80v43,1,84,3,84,-40","w":217},"\u00bc":{"d":"217,-266r-114,266r-39,0r113,-266r40,0xm236,-114r-39,58r39,0r0,-58xm82,-266r0,159r-36,0r0,-128r-29,0r0,-31r65,0xm271,-160r0,104r18,0r0,28r-18,0r0,28r-36,0r0,-28r-77,0r0,-26r78,-106r35,0","w":306},"\u00f7":{"d":"130,-197r0,50r-45,0r0,-50r45,0xm18,-68r0,-46r180,0r0,46r-180,0xm130,-35r0,50r-45,0r0,-50r45,0"},"\u00a6":{"d":"74,-243r52,0r0,126r-52,0r0,-126xm74,-63r52,0r0,126r-52,0r0,-126","w":199},"\u00b0":{"d":"123,-204v0,28,-22,51,-51,51v-29,0,-51,-22,-51,-51v0,-29,22,-52,51,-52v29,0,51,23,51,52xm46,-204v0,14,12,26,26,26v14,0,26,-11,26,-26v0,-14,-12,-27,-26,-27v-14,0,-26,13,-26,27","w":144},"\u00fe":{"d":"23,69r0,-335r47,0r0,95v13,-19,37,-32,68,-32v68,0,99,57,99,106v0,58,-42,103,-99,103v-38,0,-59,-19,-68,-32r0,95r-47,0xm68,-98v0,32,25,61,61,60v37,0,60,-29,60,-61v0,-31,-22,-60,-60,-60v-36,0,-61,27,-61,61","w":248,"k":{"v":9,"y":7,"\u00fd":7,"\u00ff":7,",":7,".":7}},"\u00be":{"d":"275,-116r-40,60r40,0r0,-60xm257,-266r-114,266r-39,0r113,-266r40,0xm310,-160r0,104r18,0r0,28r-18,0r0,28r-36,0r0,-28r-77,0r0,-26r78,-106r35,0xm21,-221v-2,-34,29,-48,55,-49v48,-1,69,51,30,76v56,20,25,91,-31,91v-31,0,-61,-22,-60,-53r37,0v1,12,9,21,24,21v14,0,23,-9,23,-22v0,-15,-21,-23,-42,-20r0,-26v17,1,33,-3,34,-19v0,-8,-5,-16,-16,-16v-14,0,-16,9,-17,17r-37,0","w":342},"\u00b2":{"d":"12,-209v-5,-32,32,-67,59,-61v62,-4,73,65,34,96v-14,11,-26,24,-39,36r63,0r0,31r-116,0r0,-28v22,-24,75,-48,75,-82v0,-12,-5,-21,-19,-21v-15,0,-21,15,-21,29r-36,0","w":141},"\u00ae":{"d":"145,-271v77,0,137,63,137,138v0,77,-62,138,-138,138v-76,0,-138,-61,-138,-138v0,-75,60,-138,139,-138xm144,-248v-64,0,-113,52,-113,115v0,64,51,115,113,115v62,0,113,-51,113,-115v0,-62,-49,-115,-113,-115xm178,-57v-11,-24,9,-64,-38,-62r-24,0r0,62r-31,0r0,-155v55,2,121,-14,121,44v0,14,-5,28,-26,37v14,5,22,14,23,36v2,28,2,30,5,38r-30,0xm175,-166v-5,-34,-32,-20,-59,-23r0,49v28,-3,53,11,59,-26","w":288},"\u2212":{"d":"18,-68r0,-46r180,0r0,46r-180,0"},"\u00f0":{"d":"157,-181v-7,-16,-24,-31,-38,-38r-84,21r0,-31r49,-12v-12,-6,-26,-11,-40,-16r49,-14v12,4,25,10,41,19r74,-19r0,31r-42,10v29,18,59,71,59,121v0,68,-45,115,-106,115v-58,0,-106,-40,-106,-104v-1,-87,86,-131,144,-83xm60,-99v0,31,21,60,59,60v79,-1,75,-121,1,-121v-40,0,-60,30,-60,61","w":237},"\u00d7":{"d":"52,0r-33,-32r56,-56r-56,-56r33,-32r56,55r56,-55r33,32r-57,56r56,56r-33,32r-55,-56"},"\u00b3":{"d":"15,-221v-2,-34,29,-49,55,-49v48,0,71,51,30,76v56,20,25,91,-31,91v-30,0,-62,-22,-60,-53r37,0v1,12,9,21,24,21v15,0,23,-9,23,-22v0,-15,-21,-23,-42,-20r0,-26v17,1,33,-3,34,-19v0,-8,-5,-16,-16,-16v-14,0,-16,9,-17,17r-37,0","w":141},"\u00a9":{"d":"145,-271v77,0,137,63,137,138v0,77,-62,138,-138,138v-76,0,-138,-61,-138,-138v0,-75,60,-138,139,-138xm144,-248v-64,0,-113,52,-113,115v0,64,51,115,113,115v62,0,113,-51,113,-115v0,-62,-49,-115,-113,-115xm215,-158r-31,0v-17,-57,-84,-25,-84,24v0,32,18,54,46,54v6,0,33,-1,39,-38r32,0v-3,41,-33,65,-72,65v-45,0,-76,-32,-76,-81v0,-44,28,-81,77,-81v41,0,67,29,69,57","w":288},"\u00c1":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0xm89,-306r86,-47r16,34r-88,42","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"\u00c2":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0xm150,-339r60,55r-48,0r-28,-24r-29,24r-48,0r61,-55r32,0","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"\u00c4":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0xm117,-336r0,51r-45,0r0,-51r45,0xm195,-336r0,51r-46,0r0,-51r46,0","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"\u00c0":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0xm91,-350r86,47r-13,28r-88,-42","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"\u00c5":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0xm91,-317v0,-23,19,-42,43,-42v23,0,41,19,41,42v0,23,-19,42,-42,42v-23,0,-42,-19,-42,-42xm133,-335v-10,0,-17,8,-17,18v0,9,7,17,17,17v10,0,18,-8,18,-18v0,-10,-8,-17,-18,-17","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"\u00c3":{"d":"80,-52r-19,52r-58,0r108,-266r47,0r106,266r-59,0r-20,-52r-105,0xm171,-95r-39,-108r-38,108r77,0xm62,-325v31,-32,93,13,126,-12r16,32v-33,33,-92,-15,-125,13","w":266,"k":{"v":22,"w":16,"y":20,"\u00fd":20,"\u00ff":20,"C":19,"\u00c7":19,"G":19,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"Q":19,"T":24,"u":13,"\u00fa":13,"\u00fb":13,"\u00fc":13,"\u00f9":13,"U":13,"\u00da":13,"\u00db":13,"\u00dc":13,"\u00d9":13,"V":38,"W":20,"Y":35,"\u00dd":35,"\u0178":35,"\u201d":31,"\u2019":31}},"\u00c7":{"d":"158,5r-8,14v18,-4,35,8,36,30v0,35,-59,58,-73,4r23,0v3,16,28,13,27,-4v0,-14,-18,-17,-24,-7r-19,-10r14,-28v-71,-9,-120,-70,-120,-138v0,-71,55,-137,139,-137v77,0,121,56,131,95r-57,0v-8,-18,-32,-48,-74,-48v-52,0,-86,43,-86,90v0,49,35,92,86,92v48,0,69,-37,74,-47r57,0v-16,53,-65,92,-126,94","w":295,"k":{",":2,".":2,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20}},"\u00c9":{"d":"25,0r0,-266r150,0r0,47r-96,0r0,60r94,0r0,47r-94,0r0,65r96,0r0,47r-150,0xm51,-311r87,-48r15,34r-88,42","w":191},"\u00ca":{"d":"25,0r0,-266r150,0r0,47r-96,0r0,60r94,0r0,47r-94,0r0,65r96,0r0,47r-150,0xm112,-345r60,56r-47,0r-29,-25r-29,25r-47,0r61,-56r31,0","w":191},"\u00cb":{"d":"25,0r0,-266r150,0r0,47r-96,0r0,60r94,0r0,47r-94,0r0,65r96,0r0,47r-150,0xm80,-342r0,51r-46,0r0,-51r46,0xm158,-342r0,51r-46,0r0,-51r46,0","w":191},"\u00c8":{"d":"25,0r0,-266r150,0r0,47r-96,0r0,60r94,0r0,47r-94,0r0,65r96,0r0,47r-150,0xm54,-356r87,47r-14,28r-88,-42","w":191},"\u00cd":{"d":"25,0r0,-266r54,0r0,266r-54,0xm16,-311r86,-47r15,34r-87,42","w":103},"\u00ce":{"d":"25,0r0,-266r54,0r0,266r-54,0xm68,-344r60,55r-47,0r-29,-24r-29,24r-47,0r61,-55r31,0","w":103},"\u00cf":{"d":"25,0r0,-266r54,0r0,266r-54,0xm36,-341r0,51r-46,0r0,-51r46,0xm113,-341r0,51r-45,0r0,-51r45,0","w":103},"\u00cc":{"d":"25,0r0,-266r54,0r0,266r-54,0xm1,-356r87,47r-13,29r-89,-42","w":103},"\u00d1":{"d":"73,-266r122,184r-1,-184r52,0r0,266r-48,0r-122,-184r1,184r-52,0r0,-266r48,0xm65,-324v31,-32,93,13,125,-12r17,31v-33,35,-91,-13,-126,13","w":271},"\u00d3":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182xm108,-311r87,-48r15,34r-88,42","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"\u00d4":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182xm170,-345r59,56r-47,0r-29,-24r-28,24r-48,0r61,-56r32,0","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"\u00d6":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182xm137,-342r0,51r-46,0r0,-51r46,0xm215,-342r0,51r-46,0r0,-51r46,0","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"\u00d2":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182xm111,-356r87,47r-14,28r-88,-42","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"\u00d5":{"d":"13,-131v0,-85,66,-140,140,-140v81,0,140,62,140,138v0,76,-59,138,-140,138v-82,0,-140,-65,-140,-136xm153,-224v-53,0,-86,43,-86,91v0,49,35,91,87,91v112,-2,112,-182,-1,-182xm82,-324v32,-32,93,13,126,-12r16,31v-32,35,-91,-13,-125,13","w":306,"k":{"T":14,"V":17,"W":6,"Y":20,"\u00dd":20,"\u0178":20,",":13,".":13,"A":19,"\u00c6":19,"\u00c1":19,"\u00c2":19,"\u00c4":19,"\u00c0":19,"\u00c5":19,"\u00c3":19,"X":19}},"\u0160":{"d":"11,-83r53,0v5,63,74,50,74,8v0,-23,-19,-29,-56,-43v-20,-8,-67,-25,-67,-75v0,-51,45,-78,88,-78v35,0,83,18,85,77r-53,0v-2,-12,-7,-32,-33,-32v-18,0,-33,12,-33,30v0,20,13,28,59,43v91,29,84,157,-26,158v-60,0,-91,-37,-91,-88xm24,-342r48,0r28,24r29,-24r48,0r-61,55r-32,0","w":201,"k":{",":-2,".":4}},"\u00da":{"d":"122,5v-50,3,-98,-46,-98,-108r0,-163r54,0r0,163v-1,30,10,61,44,61v34,0,43,-31,43,-61r0,-163r54,0r0,163v1,70,-33,103,-97,108xm86,-310r86,-47r16,34r-88,41","w":243,"k":{",":9,".":9,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"\u00db":{"d":"122,5v-50,3,-98,-46,-98,-108r0,-163r54,0r0,163v-1,30,10,61,44,61v34,0,43,-31,43,-61r0,-163r54,0r0,163v1,70,-33,103,-97,108xm138,-343r60,55r-48,0r-28,-24r-29,24r-48,0r61,-55r32,0","w":243,"k":{",":9,".":9,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"\u00dc":{"d":"122,5v-50,3,-98,-46,-98,-108r0,-163r54,0r0,163v-1,30,10,61,44,61v34,0,43,-31,43,-61r0,-163r54,0r0,163v1,70,-33,103,-97,108xm105,-341r0,52r-45,0r0,-52r45,0xm183,-341r0,52r-45,0r0,-52r45,0","w":243,"k":{",":9,".":9,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"\u00d9":{"d":"122,5v-50,3,-98,-46,-98,-108r0,-163r54,0r0,163v-1,30,10,61,44,61v34,0,43,-31,43,-61r0,-163r54,0r0,163v1,70,-33,103,-97,108xm67,-355r87,47r-14,28r-87,-41","w":243,"k":{",":9,".":9,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13}},"\u00dd":{"d":"86,0r0,-95r-82,-171r58,0r50,121r51,-121r58,0r-82,171r0,95r-53,0xm80,-310r86,-47r15,34r-87,41","w":224,"k":{"v":18,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"u":26,"\u00fa":26,"\u00fb":26,"\u00fc":26,"\u00f9":26,",":50,".":50,"A":35,"\u00c6":35,"\u00c1":35,"\u00c2":35,"\u00c4":35,"\u00c0":35,"\u00c5":35,"\u00c3":35,"a":36,"\u00e6":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"e":36,"\u00e9":36,"\u00ea":36,"\u00eb":36,"\u00e8":36,"i":9,"\u0131":9,"\u00ed":9,"\u00ee":9,"\u00ef":9,"\u00ec":9,"o":36,"\u00f8":36,"\u0153":36,"\u00f3":36,"\u00f4":36,"\u00f6":36,"\u00f2":36,"\u00f5":36,"p":21,"q":36,"-":38,":":14,";":18,"S":10,"\u0160":10}},"\u0178":{"d":"86,0r0,-95r-82,-171r58,0r50,121r51,-121r58,0r-82,171r0,95r-53,0xm96,-341r0,52r-46,0r0,-52r46,0xm174,-341r0,52r-46,0r0,-52r46,0","w":224,"k":{"v":18,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"u":26,"\u00fa":26,"\u00fb":26,"\u00fc":26,"\u00f9":26,",":50,".":50,"A":35,"\u00c6":35,"\u00c1":35,"\u00c2":35,"\u00c4":35,"\u00c0":35,"\u00c5":35,"\u00c3":35,"a":36,"\u00e6":36,"\u00e1":36,"\u00e2":36,"\u00e4":36,"\u00e0":36,"\u00e5":36,"\u00e3":36,"e":36,"\u00e9":36,"\u00ea":36,"\u00eb":36,"\u00e8":36,"i":9,"\u0131":9,"\u00ed":9,"\u00ee":9,"\u00ef":9,"\u00ec":9,"o":36,"\u00f8":36,"\u0153":36,"\u00f3":36,"\u00f4":36,"\u00f6":36,"\u00f2":36,"\u00f5":36,"p":21,"q":36,"-":38,":":14,";":18,"S":10,"\u0160":10}},"\u017d":{"d":"173,-224r-101,177r103,0r0,47r-169,0r0,-35r107,-184r-108,0r0,-47r168,0r0,42xm14,-339r48,0r28,24r29,-24r47,0r-61,55r-31,0","w":179},"\u00e1":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59xm80,-249r86,-48r16,35r-88,41","w":250},"\u00e2":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59xm138,-283r60,55r-48,0r-28,-24r-29,24r-48,0r61,-55r32,0","w":250},"\u00e4":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59xm104,-280r0,51r-45,0r0,-51r45,0xm182,-280r0,51r-45,0r0,-51r45,0","w":250},"\u00e0":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59xm80,-294r86,47r-13,28r-89,-42","w":250},"\u00e5":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59xm77,-256v0,-23,19,-42,43,-42v23,0,41,19,41,42v0,23,-19,42,-42,42v-23,0,-42,-19,-42,-42xm119,-274v-10,0,-17,8,-17,18v0,9,7,17,17,17v10,0,18,-8,18,-18v0,-10,-8,-17,-18,-17","w":250},"\u00e3":{"d":"227,-198r0,198r-47,0r0,-28v-13,23,-39,34,-67,34v-63,0,-100,-49,-100,-105v0,-62,45,-105,100,-105v36,0,58,19,67,35r0,-29r47,0xm180,-97v0,-37,-22,-63,-60,-63v-38,0,-60,31,-60,62v0,24,18,60,60,60v37,0,60,-24,60,-59xm52,-262v30,-32,92,11,125,-12r17,31v-33,35,-92,-15,-126,13","w":250},"\u00e7":{"d":"118,-159v-33,0,-59,25,-58,60v0,36,25,61,58,61v30,0,47,-18,54,-34r48,0v-11,42,-48,75,-97,77r-7,14v18,-4,35,8,36,30v1,35,-60,58,-73,4r23,0v3,16,27,13,27,-4v0,-14,-18,-17,-24,-7r-20,-10r14,-28v-49,-8,-86,-50,-86,-103v0,-58,45,-105,104,-105v50,0,91,32,103,80r-48,0v-8,-20,-28,-35,-54,-35","w":231,"k":{"y":5,"\u00fd":5,"\u00ff":5,",":4,"h":4,"k":4,"l":4,"\u0142":4}},"\u00e9":{"d":"212,-61v-16,39,-49,66,-97,67v-61,0,-104,-49,-104,-104v0,-56,43,-106,103,-106v66,0,112,58,103,121r-159,0v2,55,85,65,105,22r49,0xm59,-119r112,0v-2,-19,-21,-45,-56,-45v-35,0,-54,26,-56,45xm70,-249r86,-48r16,35r-88,41","w":230,"k":{"v":10,"w":6,"y":9,"\u00fd":9,"\u00ff":9,",":4,".":5,"x":11}},"\u00ea":{"d":"212,-61v-16,39,-49,66,-97,67v-61,0,-104,-49,-104,-104v0,-56,43,-106,103,-106v66,0,112,58,103,121r-159,0v2,55,85,65,105,22r49,0xm59,-119r112,0v-2,-19,-21,-45,-56,-45v-35,0,-54,26,-56,45xm132,-283r59,55r-47,0r-29,-24r-28,24r-48,0r61,-55r32,0","w":230,"k":{"v":10,"w":6,"y":9,"\u00fd":9,"\u00ff":9,",":4,".":5,"x":11}},"\u00eb":{"d":"212,-61v-16,39,-49,66,-97,67v-61,0,-104,-49,-104,-104v0,-56,43,-106,103,-106v66,0,112,58,103,121r-159,0v2,55,85,65,105,22r49,0xm59,-119r112,0v-2,-19,-21,-45,-56,-45v-35,0,-54,26,-56,45xm98,-280r0,51r-45,0r0,-51r45,0xm176,-280r0,51r-45,0r0,-51r45,0","w":230,"k":{"v":10,"w":6,"y":9,"\u00fd":9,"\u00ff":9,",":4,".":5,"x":11}},"\u00e8":{"d":"212,-61v-16,39,-49,66,-97,67v-61,0,-104,-49,-104,-104v0,-56,43,-106,103,-106v66,0,112,58,103,121r-159,0v2,55,85,65,105,22r49,0xm59,-119r112,0v-2,-19,-21,-45,-56,-45v-35,0,-54,26,-56,45xm73,-294r87,47r-13,28r-89,-42","w":230,"k":{"v":10,"w":6,"y":9,"\u00fd":9,"\u00ff":9,",":4,".":5,"x":11}},"\u00ed":{"d":"23,0r0,-198r48,0r0,198r-48,0xm9,-249r86,-48r16,35r-88,41","w":93},"\u00ee":{"d":"23,0r0,-198r48,0r0,198r-48,0xm63,-283r60,55r-47,0r-29,-24r-29,24r-47,0r61,-55r31,0","w":93},"\u00ef":{"d":"23,0r0,-198r48,0r0,198r-48,0xm31,-280r0,51r-46,0r0,-51r46,0xm109,-280r0,51r-46,0r0,-51r46,0","w":93},"\u00ec":{"d":"23,0r0,-198r48,0r0,198r-48,0xm-3,-294r87,47r-13,28r-89,-42","w":93},"\u00f1":{"d":"23,0r0,-198r45,0v0,9,-1,18,-1,27v9,-15,27,-33,62,-33v110,0,69,110,77,204r-48,0v-7,-61,25,-159,-42,-159v-71,0,-38,97,-45,159r-48,0xm43,-262v31,-33,91,11,126,-12r16,31v-32,36,-91,-16,-125,13","w":228,"k":{"v":14,"y":11,"\u00fd":11,"\u00ff":11,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5}},"\u00f3":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60xm74,-249r86,-48r15,35r-88,41","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"\u00f4":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60xm135,-283r60,55r-47,0r-29,-24r-29,24r-48,0r62,-55r31,0","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"\u00f6":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60xm103,-280r0,51r-46,0r0,-51r46,0xm180,-280r0,51r-45,0r0,-51r45,0","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"\u00f2":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60xm77,-294r86,47r-13,28r-88,-42","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"\u00f5":{"d":"119,6v-140,-2,-141,-207,0,-209v141,1,140,207,0,209xm60,-99v0,35,27,60,59,60v32,0,58,-25,58,-60v0,-35,-26,-60,-58,-60v-32,0,-59,25,-59,60xm48,-262v31,-32,92,11,126,-12r16,31v-33,35,-92,-15,-126,13","w":237,"k":{"v":11,"w":9,"y":10,"\u00fd":10,"\u00ff":10,",":7,".":8,"x":13}},"\u0161":{"d":"156,-144r-47,0v0,-10,-6,-22,-24,-22v-16,0,-23,10,-23,20v0,13,14,20,33,25v32,9,66,19,66,61v1,81,-141,95,-150,2r47,0v5,38,56,31,56,3v0,-17,-15,-22,-51,-34v-27,-9,-49,-24,-49,-52v1,-76,131,-93,142,-3xm10,-280r48,0r28,23r29,-23r48,0r-61,55r-32,0","w":173,"k":{"w":4,".":2}},"\u00fa":{"d":"206,-198r0,198r-45,0r0,-26v-8,15,-25,32,-61,32v-112,0,-68,-110,-77,-204r47,0v7,62,-25,160,43,160v71,0,37,-97,45,-160r48,0xm79,-249r86,-48r16,35r-88,41","w":228},"\u00fb":{"d":"206,-198r0,198r-45,0r0,-26v-8,15,-25,32,-61,32v-112,0,-68,-110,-77,-204r47,0v7,62,-25,160,43,160v71,0,37,-97,45,-160r48,0xm131,-283r59,55r-47,0r-28,-24r-29,24r-48,0r61,-55r32,0","w":228},"\u00fc":{"d":"206,-198r0,198r-45,0r0,-26v-8,15,-25,32,-61,32v-112,0,-68,-110,-77,-204r47,0v7,62,-25,160,43,160v71,0,37,-97,45,-160r48,0xm98,-280r0,51r-45,0r0,-51r45,0xm176,-280r0,51r-45,0r0,-51r45,0","w":228},"\u00f9":{"d":"206,-198r0,198r-45,0r0,-26v-8,15,-25,32,-61,32v-112,0,-68,-110,-77,-204r47,0v7,62,-25,160,43,160v71,0,37,-97,45,-160r48,0xm60,-294r87,47r-13,28r-89,-42","w":228},"\u00fd":{"d":"44,69r32,-77r-75,-190r51,0r48,132r48,-132r50,0r-104,267r-50,0xm67,-249r86,-48r15,35r-87,41","w":198,"k":{",":34,".":36,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"r":4}},"\u00ff":{"d":"44,69r32,-77r-75,-190r51,0r48,132r48,-132r50,0r-104,267r-50,0xm83,-280r0,51r-46,0r0,-51r46,0xm161,-280r0,51r-46,0r0,-51r46,0","w":198,"k":{",":34,".":36,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"r":4}},"\u017e":{"d":"5,0r0,-33r93,-128r-91,0r0,-37r142,0r0,37r-88,125r90,0r0,36r-146,0xm7,-279r47,0r29,24r29,-24r47,0r-61,55r-31,0","w":156},"\u2126":{"d":"15,-39v17,-1,38,2,53,-1v-24,-22,-48,-59,-48,-108v0,-67,48,-123,119,-123v75,0,115,64,115,121v1,51,-25,87,-48,111r54,0r0,39r-103,0r0,-29v24,-16,48,-51,48,-111v0,-47,-23,-91,-67,-91v-42,0,-69,40,-69,93v0,55,23,94,48,109r0,29r-102,0r0,-39","w":275},"\u03c0":{"d":"223,-159r-27,0v1,49,-3,122,5,159r-47,0v-12,-32,-5,-111,-7,-159r-54,0v-2,42,-11,120,-25,159r-47,0v13,-44,23,-117,24,-159v-18,0,-29,0,-38,3r-5,-31v45,-24,156,-9,225,-13","w":232},"\u20ac":{"d":"34,-173v1,-56,34,-99,91,-99v42,0,69,25,77,38r-16,43v-9,-21,-27,-35,-61,-35v-31,0,-44,27,-44,53r99,0r-13,34r-86,0r0,20r79,0r-12,34r-66,0v4,21,16,45,43,45v23,0,48,-10,57,-26r0,53v-5,5,-25,18,-57,18v-57,0,-87,-41,-91,-90r-33,0r13,-34r19,0r0,-20r-32,0r13,-34r20,0","w":201},"\u212e":{"d":"69,-53v38,66,153,64,197,4r22,0v-27,32,-73,54,-122,54v-85,0,-153,-62,-153,-138v0,-76,68,-138,153,-138v86,1,156,62,154,142r-251,1r0,75xm264,-215v-37,-63,-145,-61,-191,-7v-8,19,-5,62,-2,85r193,-2r0,-76","w":333},"\u2202":{"d":"40,-243r-14,-35v75,-50,177,-10,177,123v0,94,-39,158,-108,158v-54,0,-81,-49,-81,-90v0,-61,38,-100,84,-100v32,0,52,21,58,31v3,-55,-23,-104,-65,-105v-24,0,-41,10,-51,18xm62,-86v1,27,15,51,38,50v30,0,48,-43,52,-80v-21,-58,-93,-30,-90,30","w":222},"\u220f":{"d":"269,-223r-40,0r0,260r-48,0r0,-260r-85,0r0,260r-47,0r0,-260r-40,0r0,-43r260,0r0,43","w":278},"\u2211":{"d":"209,37r-200,0r0,-31r94,-121r-91,-118r0,-33r190,0r0,40v-40,2,-89,-4,-125,2r80,102r-88,114r140,0r0,45"},"\u2219":{"d":"80,-118r0,53r-50,0r0,-53r50,0","w":109},"\u221a":{"d":"232,-319r-87,373r-38,0r-58,-168r-29,11r-8,-26r65,-27r41,123v3,12,6,24,8,33v1,-8,3,-22,6,-35r67,-284r33,0","w":228},"\u221e":{"d":"280,-110v0,79,-88,89,-130,23v-20,24,-40,43,-71,43v-32,0,-61,-26,-61,-64v0,-39,28,-66,64,-66v28,0,49,17,69,43v17,-19,36,-43,70,-43v34,0,59,26,59,64xm45,-108v0,21,16,38,38,38v22,0,38,-20,52,-37v-16,-21,-29,-41,-54,-41v-22,0,-36,17,-36,40xm220,-70v47,-1,41,-78,-2,-78v-23,0,-41,25,-53,39v23,29,36,39,55,39","w":298},"\u222b":{"d":"52,-226v0,-74,27,-114,91,-99r-5,33v-39,-11,-45,22,-44,71v0,62,6,115,6,183v0,77,-32,120,-93,97r6,-33v36,11,45,-11,45,-63v0,-69,-6,-124,-6,-189","w":151},"\u2248":{"d":"71,-173v33,0,48,28,74,28v15,0,25,-10,35,-27r17,15v-12,23,-30,40,-52,40v-24,0,-50,-28,-77,-28v-17,0,-27,13,-36,27r-17,-16v11,-22,32,-39,56,-39xm71,-102v34,1,45,27,74,29v15,0,24,-11,35,-28r17,16v-12,23,-29,39,-52,39v-25,0,-53,-28,-77,-29v-17,0,-27,15,-36,29r-17,-16v11,-22,33,-40,56,-40","w":212},"\u2260":{"d":"156,-196r-15,34r53,0r0,28r-64,0r-22,52r86,0r0,28r-97,0r-20,44r-22,-9r16,-35r-52,0r0,-28r63,0r22,-52r-85,0r0,-28r96,0r19,-43","w":212},"\u2264":{"d":"193,-38r-172,-85r0,-30r172,-86r0,32r-145,69r145,68r0,32xm194,5r-175,0r0,-29r175,0r0,29","w":212},"\u2265":{"d":"21,-239r173,86r0,30r-173,85r0,-32r145,-69r-145,-68r0,-32xm194,5r-175,0r0,-29r175,0r0,29","w":212},"\u25ca":{"d":"210,-133r-78,152r-38,0r-75,-152r77,-152r38,0xm167,-132v-17,-38,-39,-72,-52,-114v-14,39,-35,75,-53,112v17,38,40,72,51,115","w":228},"\u02c9":{"d":"164,-273r0,37r-129,0r0,-37r129,0","w":199},"\u00ad":{"d":"0,-126r100,0r0,46r-100,0r0,-46","w":99},"\u03a9":{"d":"15,-39v17,-1,38,2,53,-1v-24,-22,-48,-59,-48,-108v0,-67,48,-123,119,-123v75,0,115,64,115,121v1,51,-25,87,-48,111r54,0r0,39r-103,0r0,-29v24,-16,48,-51,48,-111v0,-47,-23,-91,-67,-91v-42,0,-69,40,-69,93v0,55,23,94,48,109r0,29r-102,0r0,-39","w":275},"\u00a0":{"w":108},"\u2113":{"d":"172,-70r20,20v-20,39,-51,54,-81,54v-48,0,-65,-31,-70,-67v-6,5,-13,10,-20,15r-12,-25v12,-9,23,-18,32,-27r0,-95v0,-68,32,-98,69,-98v37,0,54,31,54,68v0,45,-30,87,-77,132v-3,34,11,58,35,58v21,0,39,-18,50,-35xm87,-197r0,61v27,-30,46,-63,46,-91v0,-19,-6,-31,-21,-31v-12,0,-25,13,-25,61","w":198},"\u03bc":{"d":"110,-38v63,0,40,-97,44,-160r47,0r0,198r-45,0r0,-30v-4,10,-16,34,-45,34v-25,0,-38,-14,-43,-23r0,87r-47,0r0,-266r47,0v4,65,-19,160,42,160","w":221},"\u2215":{"d":"-44,0r113,-266r40,0r-114,266r-39,0","w":64},"\u2206":{"d":"10,0r0,-28r89,-244r58,0r86,243r0,29r-233,0xm60,-39r132,0r-43,-114r-23,-68","w":254},"\u2010":{"d":"0,-126r100,0r0,46r-100,0r0,-46","w":99}}});;Cufon.registerFont({"w":207,"face":{"font-family":"ITC Avant Garde Gothic Std Book","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 2 2 2 4","ascent":"266","descent":"-94","x-height":"5","bbox":"-47 -348 403 98","underline-thickness":"18","underline-position":"-18","stemh":"25","stemv":"27","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":103,"k":{"\u201c":42,"\u2018":42,"T":33,"V":28,"W":14,"Y":36,"\u00dd":36,"\u0178":36,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18}},"!":{"d":"65,-266r0,197r-28,0r0,-197r28,0xm65,-40r0,40r-28,0r0,-40r28,0","w":102},"\"":{"d":"54,-160r-22,0r0,-106r22,0r0,106xm104,-160r-22,0r0,-106r22,0r0,106","w":135},"#":{"d":"139,-93r-12,79r-19,0r11,-79r-43,0r-11,79r-20,0r11,-79r-48,0r2,-19r49,0r5,-41r-48,0r2,-19r49,0r10,-72r20,0r-10,72r43,0r10,-72r20,0r-10,72r49,0r-1,19r-51,0r-6,41r50,0r-2,19r-50,0xm122,-112r6,-41r-44,0r-6,41r44,0"},"$":{"d":"150,-80v-3,-72,-112,-29,-113,-115v0,-36,25,-60,56,-65r0,-32r24,0r0,32v37,5,54,32,55,61r-26,0v-7,-56,-80,-50,-81,2v0,30,24,37,55,47v27,9,58,28,58,68v0,32,-23,64,-61,70r0,35r-24,0r0,-35v-38,-4,-62,-34,-63,-69r27,0v2,65,96,57,93,1"},"%":{"d":"10,-211v0,-34,26,-60,60,-60v35,0,61,25,61,60v0,35,-26,61,-61,61v-34,0,-60,-26,-60,-61xm70,-252v-24,0,-40,17,-40,42v0,23,16,41,40,41v24,0,41,-18,41,-42v0,-24,-17,-41,-41,-41xm144,-56v0,-34,26,-61,61,-61v34,0,61,26,61,61v0,35,-27,61,-61,61v-35,0,-61,-26,-61,-61xm205,-98v-24,0,-41,18,-41,43v0,23,17,41,41,41v24,0,41,-18,41,-42v0,-24,-17,-42,-41,-42xm221,-266r-146,266r-22,0r147,-266r21,0","w":275},"&":{"d":"213,-164r28,0r-47,89r60,61r-19,18r-55,-56v-18,35,-38,57,-81,57v-49,0,-80,-37,-80,-76v0,-44,38,-67,64,-79v-18,-19,-33,-36,-33,-61v0,-33,27,-60,62,-60v36,0,63,27,63,60v0,36,-28,51,-53,63r54,55xm112,-248v-22,0,-36,19,-36,36v0,21,17,35,30,48v29,-14,43,-23,43,-47v0,-19,-15,-37,-37,-37xm162,-70r-62,-64v-40,19,-52,40,-52,62v0,27,22,51,53,51v31,0,46,-18,61,-49","w":263},"\u2019":{"d":"22,-199r25,-67r25,0r-28,67r-22,0","w":104,"k":{"\u2019":60," ":42,"v":24,"l":19,"\u0142":19,"d":55,"t":13,"r":39,"s":36,"\u0161":36}},"(":{"d":"146,-271r0,30v-44,25,-84,83,-84,154v0,70,39,128,84,154r0,31v-151,-73,-150,-297,0,-369","w":158},")":{"d":"13,98r0,-31v44,-26,84,-83,84,-154v0,-69,-39,-127,-84,-153r0,-31v151,73,149,297,0,369","w":158},"*":{"d":"119,-266r-4,47r40,-27r9,17r-42,21r43,20r-10,18r-40,-28r4,48r-20,0r4,-48r-39,28r-11,-18r43,-20r-43,-20r10,-18r40,27r-4,-47r20,0","w":217},"+":{"d":"121,-181r0,78r77,0r0,26r-77,0r0,77r-26,0r0,-77r-77,0r0,-26r77,0r0,-78r26,0","w":216},",":{"d":"67,-40r-27,67r-25,0r23,-67r29,0","w":104,"k":{"\u201d":59,"\u2019":59," ":42}},"-":{"d":"0,-114r98,0r0,26r-98,0r0,-26","w":97},".":{"d":"66,-40r0,40r-28,0r0,-40r28,0","w":104,"k":{"\u201d":59,"\u2019":59," ":42}},"\/":{"d":"25,36r116,-302r30,0r-116,302r-30,0","w":195},"0":{"d":"13,-85r0,-94v0,-77,64,-92,90,-92v43,0,91,30,91,90r0,96v0,70,-60,90,-90,90v-34,0,-91,-22,-91,-90xm43,-180r0,95v0,37,27,63,61,63v28,0,60,-22,60,-63v0,-75,22,-160,-61,-160v-35,0,-60,26,-60,65"},"1":{"d":"93,0r0,-241r-54,0r0,-25r84,0r0,266r-30,0"},"2":{"d":"22,-180v-3,-51,43,-91,86,-91v49,0,82,36,81,82v-1,29,-14,50,-41,76r-88,87r130,0r0,26r-170,0r0,-24r88,-86v24,-23,51,-45,51,-78v0,-35,-23,-57,-54,-57v-31,0,-54,24,-55,65r-28,0"},"3":{"d":"59,-203r-29,0v4,-93,141,-87,141,-3v0,27,-16,46,-37,57v100,40,52,153,-34,154v-44,1,-88,-37,-87,-83r30,0v1,36,29,56,58,56v35,0,57,-26,57,-57v1,-33,-32,-63,-81,-57r0,-23v41,5,64,-23,64,-43v0,-24,-16,-43,-40,-43v-28,0,-41,21,-42,42"},"4":{"d":"135,0r0,-50r-132,0r0,-23r130,-193r30,0r0,192r29,0r0,24r-29,0r0,50r-28,0xm34,-74r102,0r0,-156"},"5":{"d":"48,-266r128,0r0,25r-105,0r-15,79v9,-6,23,-16,50,-16v55,0,89,46,89,90v0,48,-39,93,-94,93v-42,0,-87,-28,-93,-81r30,0v11,78,130,65,127,-11v-2,-60,-75,-95,-117,-38r-24,-6"},"6":{"d":"104,5v-87,0,-112,-100,-70,-161r75,-110r34,0r-66,96v52,-29,120,11,120,80v0,52,-40,95,-93,95xm40,-86v0,35,25,64,63,64v37,0,64,-29,64,-65v0,-42,-32,-66,-63,-66v-28,0,-64,20,-64,67"},"7":{"d":"29,-266r152,0r0,23r-111,243r-32,0r112,-241r-121,0r0,-25"},"8":{"d":"65,-149v-56,-25,-38,-122,39,-122v76,0,94,97,38,122v30,11,48,39,48,71v0,47,-37,83,-86,83v-88,0,-120,-126,-39,-154xm104,-247v-24,0,-44,19,-44,45v0,24,20,43,44,43v24,0,43,-20,43,-44v0,-25,-19,-44,-43,-44xm47,-78v0,31,25,56,57,56v32,0,56,-25,56,-56v0,-31,-24,-58,-56,-58v-33,0,-57,27,-57,58"},"9":{"d":"104,-271v85,0,111,100,70,160r-76,111r-34,0r66,-96v-54,27,-120,-12,-120,-81v0,-52,41,-94,94,-94xm103,-113v28,0,66,-20,65,-68v0,-35,-26,-64,-64,-64v-37,0,-64,30,-64,66v0,42,32,66,63,66"},":":{"d":"66,-194r0,40r-28,0r0,-40r28,0xm66,-40r0,40r-28,0r0,-40r28,0","w":104,"k":{" ":29}},";":{"d":"66,-194r0,40r-28,0r0,-40r28,0xm67,-40r-28,67r-24,0r23,-67r29,0","w":104,"k":{" ":30}},"<":{"d":"18,-104r180,-82r0,29r-153,67r153,66r0,29r-180,-82r0,-27","w":216},"=":{"d":"18,-142r180,0r0,25r-180,0r0,-25xm18,-64r180,0r0,25r-180,0r0,-25","w":216},">":{"d":"18,-24r153,-67r-153,-66r0,-29r180,82r0,27r-180,82r0,-29","w":216},"?":{"d":"98,-243v-26,0,-55,18,-53,54r-30,0v1,-110,164,-103,163,-6v0,31,-22,50,-42,69v-26,25,-27,44,-27,58r-28,0v1,-24,6,-44,34,-72v19,-18,33,-31,33,-53v0,-27,-20,-50,-50,-50xm108,-40r0,40r-27,0r0,-40r27,0","w":199},"@":{"d":"246,-58r9,10v-27,39,-78,53,-108,53v-86,0,-138,-67,-138,-136v0,-75,59,-140,140,-140v64,0,125,43,125,114v0,65,-50,99,-80,99v-10,0,-29,-4,-31,-26v-20,34,-89,39,-90,-27v0,-46,34,-95,75,-95v22,0,31,12,37,27r7,-21r19,0r-31,109v0,14,10,16,16,16v22,0,60,-30,60,-82v0,-63,-54,-97,-106,-97v-67,0,-122,52,-122,123v0,61,46,119,119,119v34,0,76,-14,99,-46xm121,-76v46,0,48,-44,58,-81v0,-21,-17,-31,-30,-31v-27,0,-56,35,-56,77v0,28,16,35,28,35","w":280},"A":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"B":{"d":"194,-74v1,76,-84,78,-167,74r0,-266r70,0v84,-13,106,98,46,124v48,15,51,56,51,68xm149,-196v0,-48,-44,-45,-93,-44r0,89v49,4,93,-2,93,-45xm165,-76v0,-51,-53,-53,-109,-50r0,100v54,1,109,5,109,-50","k":{"U":6,"\u00da":6,"\u00db":6,"\u00dc":6,"\u00d9":6,",":10,".":10,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11}},"C":{"d":"244,-72r32,0v-17,41,-64,77,-123,77v-79,0,-139,-61,-139,-138v0,-76,59,-138,139,-138v66,0,108,44,123,78r-32,0v-9,-16,-40,-52,-91,-52v-62,0,-109,49,-109,111v0,63,47,112,109,112v56,0,85,-40,91,-50","w":288,"k":{",":5,".":5,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17}},"D":{"d":"106,-266v73,-5,137,51,137,132v0,80,-45,134,-135,134r-81,0r0,-266r79,0xm213,-132v0,-85,-61,-118,-157,-108r0,214v94,9,157,-21,157,-106","w":257,"k":{"V":11,"W":3,"Y":18,"\u00dd":18,"\u0178":18,",":24,".":22,"A":15,"\u00c6":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15}},"E":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0","w":194},"F":{"d":"27,0r0,-266r135,0r0,26r-106,0r0,93r105,0r0,27r-105,0r0,120r-29,0","w":175,"k":{"\u00eb":7,"\u00e3":7,"\u00e0":7,"\u00e4":7,",":67,".":63,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e5":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"G":{"d":"295,-126v-2,78,-72,131,-142,131v-78,0,-139,-60,-139,-139v0,-80,63,-137,140,-137v54,0,104,30,125,74r-34,0v-19,-26,-50,-48,-92,-48v-58,0,-109,44,-109,111v0,134,194,148,217,33r-133,0r0,-25r167,0","w":307,"k":{",":12,".":10,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"H":{"d":"56,0r-29,0r0,-266r29,0r0,118r129,0r0,-118r30,0r0,266r-30,0r0,-122r-129,0r0,122","w":241},"I":{"d":"27,0r0,-266r29,0r0,266r-29,0","w":83},"J":{"d":"78,-22v37,-2,44,-24,44,-58r0,-186r30,0r0,180v4,55,-28,89,-76,91v-22,1,-72,-19,-74,-67r32,0v4,29,32,42,44,40","w":177,"k":{"u":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u00f9":4,",":8,".":8,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f8":3,"\u0153":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"K":{"d":"32,0r0,-266r30,0r0,128r108,-128r33,0r-112,132r123,134r-37,0r-115,-126r0,126r-30,0","w":213,"k":{"y":13,"\u00fd":13,"\u00ff":13,"O":13,"\u00d8":13,"\u0152":13,"\u00d3":13,"\u00d4":13,"\u00d6":13,"\u00d2":13,"\u00d5":13,"u":17,"\u00fa":17,"\u00fb":17,"\u00fc":17,"\u00f9":17,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15}},"L":{"d":"27,0r0,-266r30,0r0,240r101,0r0,26r-131,0","w":159,"k":{"y":12,"\u00fd":12,"\u00ff":12,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"T":24,"V":39,"W":19,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":29,"\u2019":29,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"M":{"d":"54,0r-27,0r0,-266r41,0r99,223r98,-223r42,0r0,266r-28,0r1,-237r-104,237r-19,0r-103,-237r0,237","w":333},"N":{"d":"57,-266r156,222r0,-222r29,0r0,266r-29,0r-158,-224r0,224r-28,0r0,-266r30,0","w":268},"O":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"P":{"d":"194,-186v0,70,-58,88,-140,81r0,105r-30,0r0,-266r70,0v68,-4,100,26,100,80xm166,-185v0,-55,-52,-58,-112,-55r0,109v58,2,112,2,112,-54","w":198,"k":{"\u00e4":6,",":75,".":72,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u0153":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6}},"Q":{"d":"315,5v-33,-3,-62,-12,-78,-25v-19,13,-47,25,-80,25v-85,0,-139,-67,-139,-138v0,-76,59,-138,139,-138v80,0,139,61,139,137v0,54,-26,82,-38,95v16,10,31,15,57,18r0,26xm107,-118v66,0,74,18,127,61v69,-61,17,-188,-78,-188v-66,0,-121,62,-103,136v12,-4,29,-9,54,-9xm216,-39v-36,-37,-98,-70,-158,-45v42,75,105,74,158,45","w":315,"k":{",":-3}},"R":{"d":"156,-130v44,-43,14,-122,-60,-110r-42,0r0,240r-30,0r0,-266r70,0v83,-3,105,25,111,85v5,44,-34,83,-75,81r66,100r-33,0r-75,-116v25,0,52,2,68,-14","w":211,"k":{"O":-2,"\u00d8":-2,"\u0152":-2,"\u00d3":-2,"\u00d4":-2,"\u00d6":-2,"\u00d2":-2,"\u00d5":-2,"U":-3,"\u00da":-3,"\u00db":-3,"\u00dc":-3,"\u00d9":-3,"V":3,"W":-2,"Y":5,"\u00dd":5,"\u0178":5}},"S":{"d":"49,-200v0,69,133,36,131,127v0,44,-33,78,-83,78v-45,0,-81,-28,-83,-79r30,0v4,44,36,53,53,53v28,0,53,-20,53,-50v0,-81,-128,-30,-131,-127v-3,-91,147,-103,155,-4r-30,0v-3,-17,-12,-44,-47,-44v-27,0,-48,18,-48,46","w":192,"k":{",":7,".":10}},"T":{"d":"68,0r0,-240r-65,0r0,-26r161,0r0,26r-66,0r0,240r-30,0","w":166,"k":{"\u00fc":32,"\u0161":19,"\u00f2":30,"\u00f6":30,"\u00e8":30,"\u00eb":30,"\u00ea":30,"\u00e3":30,"\u00e5":30,"\u00e0":30,"\u00e4":30,"\u00e2":30,"y":14,"\u00fd":14,"\u00ff":14,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"u":32,"\u00fa":32,"\u00fb":32,"\u00f9":32,"w":23,",":39,".":41,"A":28,"\u00c6":28,"\u00c1":28,"\u00c2":28,"\u00c4":28,"\u00c0":28,"\u00c5":28,"\u00c3":28,"h":3,"a":30,"\u00e6":30,"\u00e1":30,"e":30,"\u00e9":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f5":30,"c":29,"\u00e7":29,"-":28,"r":21,"s":19,":":24,";":27}},"U":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"V":{"d":"109,0r-105,-266r31,0r88,227r89,-227r31,0r-106,266r-28,0","w":246,"k":{"\u00f6":39,"\u00f4":39,"\u00ee":8,"\u00e8":39,"\u00eb":39,"\u00ea":39,"\u00e3":39,"\u00e5":39,"\u00e0":39,"\u00e4":39,"\u00e2":39,"y":5,"\u00fd":5,"\u00ff":5,"G":17,"O":17,"\u00d8":17,"\u0152":17,"\u00d3":17,"\u00d4":17,"\u00d6":17,"\u00d2":17,"\u00d5":17,"u":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u00f9":21,",":56,".":56,"A":36,"\u00c6":36,"\u00c1":36,"\u00c2":36,"\u00c4":36,"\u00c0":36,"\u00c5":36,"\u00c3":36,"a":39,"\u00e6":39,"\u00e1":39,"e":39,"\u00e9":39,"i":8,"\u0131":8,"\u00ed":8,"\u00ef":8,"\u00ec":8,"o":39,"\u00f8":39,"\u0153":39,"\u00f3":39,"\u00f2":39,"\u00f5":39,"-":26,"r":17,":":21,";":24}},"W":{"d":"78,0r-73,-266r30,0r61,225r58,-225r22,0r60,225r60,-225r30,0r-75,266r-29,0r-57,-216r-57,216r-30,0","w":330,"k":{"\u00fc":13,"\u00f6":22,"\u00ea":22,"\u00e4":21,"y":6,"\u00fd":6,"\u00ff":6,"O":5,"\u00d8":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"u":13,"\u00fa":13,"\u00fb":13,"\u00f9":13,",":38,".":38,"A":18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,"h":2,"a":21,"\u00e6":21,"\u00e1":21,"\u00e2":21,"\u00e0":21,"\u00e5":21,"\u00e3":21,"e":22,"\u00e9":22,"\u00eb":22,"\u00e8":22,"i":4,"\u0131":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"o":22,"\u00f8":22,"\u0153":22,"\u00f3":22,"\u00f4":22,"\u00f2":22,"\u00f5":22,"-":14,"r":8,":":10,";":12}},"X":{"d":"3,0r92,-138r-86,-128r34,0r69,106r69,-106r34,0r-86,129r92,137r-34,0r-76,-116r-75,116r-33,0","w":224,"k":{"C":14,"\u00c7":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e4":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f8":12,"\u0153":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12}},"Y":{"d":"90,0r0,-94r-85,-172r32,0r68,144r69,-144r32,0r-86,172r0,94r-30,0","w":210,"k":{"\u00fc":28,"\u00f6":37,"v":12,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":28,"\u00fa":28,"\u00fb":28,"\u00f9":28,",":48,".":48,"A":34,"\u00c6":34,"\u00c1":34,"\u00c2":34,"\u00c4":34,"\u00c0":34,"\u00c5":34,"\u00c3":34,"a":37,"\u00e6":37,"\u00e1":37,"\u00e2":37,"\u00e4":37,"\u00e0":37,"\u00e5":37,"\u00e3":37,"e":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00e8":37,"i":8,"\u0131":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"o":37,"\u00f8":37,"\u0153":37,"\u00f3":37,"\u00f4":37,"\u00f2":37,"\u00f5":37,"q":37,"-":41,":":21,";":23,"p":25,"S":14,"\u0160":14}},"Z":{"d":"171,-244r-128,218r133,0r0,26r-169,0r0,-19r131,-221r-135,0r0,-26r168,0r0,22","w":179},"[":{"d":"133,46r0,24r-88,0r0,-336r88,0r0,23r-62,0r0,289r62,0","w":158},"\\":{"d":"141,36r-116,-302r30,0r116,302r-30,0","w":195},"]":{"d":"26,70r0,-24r61,0r0,-289r-61,0r0,-23r88,0r0,336r-88,0","w":158},"^":{"d":"32,-135r62,-131r28,0r62,131r-29,0r-47,-107r-47,107r-29,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"57,-266r25,67r-22,0r-28,-67r25,0","w":104,"k":{"\u2018":60,"A":33,"\u00c6":33,"\u00c1":33,"\u00c2":33,"\u00c4":33,"\u00c0":33,"\u00c5":33,"\u00c3":33}},"a":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78","w":246},"b":{"d":"26,0r0,-266r27,0r0,111v44,-79,178,-42,178,58v0,58,-41,102,-100,102v-36,0,-66,-17,-80,-45r0,40r-25,0xm204,-97v0,-44,-33,-78,-76,-78v-45,0,-77,35,-77,78v0,42,31,78,76,78v51,0,77,-41,77,-78","w":244,"k":{"v":4,"y":7,"\u00fd":7,"\u00ff":7,",":13,".":13}},"c":{"d":"187,-127v-28,-79,-147,-54,-147,30v0,46,35,78,77,78v37,0,62,-24,70,-47r28,0v-13,41,-51,71,-97,71v-66,0,-104,-50,-104,-102v0,-57,43,-102,102,-102v44,0,86,26,99,72r-28,0","w":226,"k":{",":2,"h":2,"k":2,"l":2,"\u0142":2}},"d":{"d":"220,-266r0,266r-26,0r0,-40v-14,26,-40,45,-80,45v-62,0,-100,-48,-100,-102v0,-58,42,-102,100,-102v42,0,70,25,79,45r0,-112r27,0xm195,-98v-1,-43,-34,-76,-77,-77v-45,0,-78,34,-78,78v0,39,28,78,78,78v44,0,78,-35,77,-79","w":246},"e":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"f":{"d":"31,0r0,-172r-29,0r0,-22r29,0r0,-16v0,-60,47,-61,68,-61r0,21v-16,-4,-48,13,-42,56r42,0r0,22r-42,0r0,172r-26,0","w":100,"k":{"\u0131":12,",":18,".":18,"l":12,"\u0142":12,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"f":12,"\ufb01":12,"\ufb02":12,"\u00df":12,"i":12,"\u00ed":12,"\u00ee":12,"\u00ef":12,"\u00ec":12,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"g":{"d":"52,21v7,18,42,40,66,40v45,0,83,-40,75,-102v-14,27,-41,46,-78,46v-60,0,-101,-45,-101,-101v0,-58,42,-103,101,-103v38,0,67,21,78,45r0,-40r27,0r0,172v1,69,-46,106,-103,106v-48,0,-83,-28,-95,-63r30,0xm194,-96v0,-40,-28,-78,-77,-78v-42,0,-77,32,-77,77v0,39,28,78,78,78v43,0,76,-35,76,-77","w":245,"k":{",":3,".":3}},"h":{"d":"115,-174v-81,0,-60,98,-62,174r-27,0r0,-266r27,0r0,104v12,-26,42,-37,69,-37v99,0,81,106,82,199r-26,0v-3,-76,20,-174,-63,-174","w":229,"k":{"y":8,"\u00fd":8,"\u00ff":8,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"i":{"d":"26,-229r0,-37r27,0r0,37r-27,0xm26,0r0,-194r27,0r0,194r-27,0","w":78},"j":{"d":"33,-229r0,-37r27,0r0,37r-27,0xm60,-194r0,191v2,38,-9,77,-63,79r0,-23v33,-1,36,-25,36,-55r0,-192r27,0","w":91},"k":{"d":"27,0r0,-266r26,0r0,152r87,-80r33,0r-93,85r97,109r-31,0r-93,-103r0,103r-26,0","w":182,"k":{"y":7,"\u00fd":7,"\u00ff":7,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e4":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"e":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u0153":13,"\u00f3":13,"\u00f4":13,"\u00f6":13,"\u00f2":13,"\u00f5":13}},"l":{"d":"26,0r0,-266r27,0r0,266r-27,0","w":78},"m":{"d":"159,0v-5,-71,23,-174,-52,-174v-73,0,-51,103,-54,174r-27,0r0,-194r25,0r0,31v27,-54,109,-42,127,6v10,-20,36,-42,67,-42v50,0,74,35,74,91r0,108r-26,0v-5,-71,22,-174,-53,-174v-34,0,-54,26,-54,66r0,108r-27,0","w":344,"k":{"y":8,"\u00fd":8,"\u00ff":8,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"n":{"d":"26,0r0,-194r25,0r0,35v11,-25,37,-41,72,-40v103,2,78,105,81,199r-26,0v-3,-76,21,-174,-62,-174v-82,0,-61,98,-63,174r-27,0","w":229,"k":{"v":10,"y":12,"\u00fd":12,"\u00ff":12,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"o":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"p":{"d":"26,73r0,-267r25,0r0,41v16,-28,44,-46,81,-46v65,0,99,53,99,103v0,54,-39,101,-99,101v-43,0,-70,-25,-79,-45r0,113r-27,0xm51,-96v0,44,33,77,77,77v44,0,77,-34,77,-78v0,-36,-26,-78,-78,-78v-44,0,-76,34,-76,79","w":246,"k":{"y":7,"\u00fd":7,"\u00ff":7,",":9,".":10}},"q":{"d":"220,-194r0,267r-27,0r0,-112v-9,20,-36,44,-80,44v-60,0,-99,-47,-99,-101v0,-57,40,-103,100,-103v40,0,67,20,80,44r0,-39r26,0xm118,-19v67,0,101,-89,55,-133v-14,-14,-34,-23,-55,-23v-52,0,-78,42,-78,79v0,42,33,77,78,77","w":245},"r":{"d":"26,0r0,-194r25,0r0,32v14,-29,39,-36,62,-37v-1,8,3,22,-2,26v-75,-5,-58,100,-59,173r-26,0","w":115,"k":{"v":-6,"y":-7,"\u00fd":-7,"\u00ff":-7,",":30,".":30,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"e":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00e8":14,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15,"c":15,"\u00e7":15,"d":12,"g":10,"q":9,"t":-10,"-":17}},"s":{"d":"118,-53v0,-48,-98,-32,-98,-91v0,-69,115,-78,119,-1r-26,0v0,-21,-14,-32,-33,-32v-21,0,-36,14,-34,31v6,49,99,23,99,90v0,36,-27,61,-64,61v-31,0,-67,-19,-67,-60r27,0v0,52,77,47,77,2","w":162,"k":{"w":8,",":4,".":5}},"t":{"d":"41,0r0,-172r-38,0r0,-22r38,0r0,-72r26,0r0,72r43,0r0,22r-43,0r0,172r-26,0","w":113,"k":{"a":11,"\u00e6":11,"\u00e1":11,"\u00e2":11,"\u00e4":11,"\u00e0":11,"\u00e5":11,"\u00e3":11,"e":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"u":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0","w":230},"v":{"d":"183,-194r-76,194r-28,0r-76,-194r28,0r62,161r62,-161r28,0","w":186,"k":{",":32,".":32,"a":9,"\u00e6":9,"\u00e1":9,"\u00e2":9,"\u00e4":9,"\u00e0":9,"\u00e5":9,"\u00e3":9,"e":9,"\u00e9":9,"\u00ea":9,"\u00eb":9,"\u00e8":9,"o":9,"\u00f8":9,"\u0153":9,"\u00f3":9,"\u00f4":9,"\u00f6":9,"\u00f2":9,"\u00f5":9}},"w":{"d":"71,0r-68,-194r28,0r54,160r46,-142r22,0r47,142r53,-160r27,0r-67,194r-26,0r-46,-141r-45,141r-25,0","w":283,"k":{",":29,".":29,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"x":{"d":"3,0r67,-99r-65,-95r33,0r48,75r49,-75r32,0r-64,95r68,99r-33,0r-52,-78r-51,78r-32,0","w":173,"k":{"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"y":{"d":"45,73r33,-77r-75,-190r28,0r61,157r63,-157r29,0r-111,267r-28,0","w":184,"k":{",":31,".":32,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u0153":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"r":2}},"z":{"d":"5,0r0,-19r107,-153r-103,0r0,-22r133,0r0,22r-105,151r109,0r0,21r-141,0","w":150},"{":{"d":"140,-270r0,22v-29,-1,-43,-1,-41,35v3,53,2,114,-32,128v36,8,34,75,32,125v-2,38,11,37,41,36r0,21v-42,3,-69,-1,-69,-47v0,-49,8,-111,-31,-121r0,-28v34,-3,32,-78,31,-125v-1,-46,27,-48,69,-46","w":168},"|":{"d":"85,-270r29,0r0,360r-29,0r0,-360","w":199},"}":{"d":"28,-248r0,-22v42,-2,70,0,69,46v-2,48,-3,122,31,125r0,28v-64,9,7,166,-69,168r-31,0r0,-21v30,1,41,3,41,-36r0,-70v0,-29,21,-50,33,-55v-38,-14,-35,-75,-33,-128v2,-36,-11,-36,-41,-35","w":168},"~":{"d":"189,-91v-35,74,-119,-43,-154,25r-9,-23v9,-17,25,-29,45,-28v26,0,56,25,79,26v14,0,23,-13,31,-24","w":216},"\u00a1":{"d":"37,-154r0,-40r28,0r0,40r-28,0xm37,72r0,-197r28,0r0,197r-28,0","w":102},"\u00a2":{"d":"119,-13r-24,0r0,-38v-52,-8,-71,-51,-71,-82v0,-32,20,-75,71,-83r0,-35r23,0r0,35v28,5,54,22,66,53r-29,0v-31,-53,-106,-23,-104,29v0,29,19,57,56,57v27,0,42,-16,47,-26r30,0v-14,33,-44,48,-65,52r0,38"},"\u00a3":{"d":"202,-90v8,55,-19,90,-81,90r-107,0r0,-24v40,1,64,3,64,-41v0,-24,-14,-41,-33,-57r-42,0r0,-22r27,0v-36,-51,5,-127,75,-127v41,0,80,26,88,73r-29,0v-6,-26,-27,-47,-58,-47v-51,-1,-80,63,-44,101r85,0r0,22r-69,0v23,18,47,59,14,98v57,7,97,-17,83,-66r27,0"},"\u2044":{"d":"-47,0r116,-266r24,0r-117,266r-23,0","w":45},"\u00a5":{"d":"194,-161r0,23r-70,0v-6,8,-7,21,-6,35r76,0r0,23r-76,0r0,80r-29,0r0,-80r-75,0r0,-23r75,0v1,-15,0,-28,-7,-35r-68,0r0,-23r56,0r-62,-105r31,0r64,112r65,-112r32,0r-63,105r57,0"},"\u0192":{"d":"105,-184v4,-47,29,-95,86,-86r-4,22v-42,-4,-51,33,-55,64r43,0r0,22r-46,0v-17,71,-16,153,-48,211v-13,23,-45,30,-79,24r5,-25v39,13,66,-21,65,-49r29,-161r-43,0r0,-22r47,0"},"\u00a7":{"d":"184,-206r-26,0v-5,-59,-90,-50,-92,-1v19,73,133,31,133,121v0,25,-15,44,-33,56v48,43,15,116,-55,116v-43,0,-86,-24,-85,-82r27,0v0,39,22,57,57,57v59,1,68,-60,17,-83r-68,-31v-12,-6,-40,-18,-40,-59v0,-15,8,-39,36,-56v-6,-8,-15,-20,-15,-39v0,-42,35,-64,72,-64v44,0,71,27,72,65xm174,-82v0,-23,-18,-32,-33,-39r-70,-33v-35,14,-34,61,-2,76r78,36v12,-5,27,-21,27,-40","w":217},"\u00a4":{"d":"183,-30r-29,-28v-28,24,-73,23,-101,0r-29,28r-14,-15r29,-28v-24,-28,-24,-73,0,-101r-30,-28r15,-15r29,29v28,-24,73,-23,101,0r29,-29r14,15r-28,28v23,28,24,74,-1,101r29,28xm46,-123v0,31,27,57,58,57v31,0,57,-26,57,-57v0,-32,-26,-57,-57,-57v-31,0,-58,25,-58,57"},"'":{"d":"52,-160r-22,0r0,-106r22,0r0,106","w":82},"\u201c":{"d":"62,-266r25,67r-22,0r-28,-67r25,0xm105,-266r26,67r-23,0r-28,-67r25,0","w":155,"k":{"A":33,"\u00c6":33,"\u00c1":33,"\u00c2":33,"\u00c4":33,"\u00c0":33,"\u00c5":33,"\u00c3":33}},"\u00ab":{"d":"14,-100r39,-69r22,0r-39,69r39,67r-22,0xm62,-100r40,-69r22,0r-39,69r39,67r-22,0","w":135},"\u2039":{"d":"13,-100r39,-68r23,0r-40,68r40,68r-23,0","w":86},"\u203a":{"d":"34,-168r39,68r-39,68r-22,0r39,-68r-39,-68r22,0","w":86},"\ufb01":{"d":"114,-172r-57,0r0,172r-26,0r0,-172r-29,0r0,-22r29,0r0,-16v0,-60,47,-61,68,-61r0,21v-16,-4,-48,13,-42,56r83,0r0,194r-26,0r0,-172xm140,-229r-26,0r0,-37r26,0r0,37","w":166},"\ufb02":{"d":"114,-172r-57,0r0,172r-26,0r0,-172r-29,0r0,-22r29,0r0,-16v0,-60,47,-61,68,-61r0,21v-16,-4,-48,13,-42,56r57,0r0,-72r26,0r0,266r-26,0r0,-172","w":166},"\u2013":{"d":"13,-114r154,0r0,26r-154,0r0,-26","w":180},"\u2020":{"d":"122,-266r0,72r64,0r0,24r-64,0r0,223r-27,0r0,-223r-63,0r0,-24r63,0r0,-72r27,0","w":217},"\u2021":{"d":"123,-266r0,62r63,0r0,24r-63,0r0,137r63,0r0,24r-63,0r0,72r-27,0r0,-72r-64,0r0,-24r64,0r0,-137r-64,0r0,-24r64,0r0,-62r27,0","w":217},"\u00b7":{"d":"66,-112r0,40r-28,0r0,-40r28,0","w":104},"\u00b6":{"d":"82,42r0,-167v-45,0,-80,-22,-80,-70v0,-94,103,-67,189,-71r0,20r-21,0r0,288r-23,0r0,-287r-43,0r0,287r-22,0","w":218},"\u2022":{"d":"90,-174v21,0,39,17,39,39v0,22,-18,39,-40,39v-22,0,-39,-18,-39,-39v0,-21,17,-39,40,-39","w":178},"\u201a":{"d":"22,30r25,-67r25,0r-28,67r-22,0","w":104},"\u201e":{"d":"24,30r26,-67r25,0r-28,67r-23,0xm68,30r26,-67r24,0r-28,67r-22,0","w":155},"\u201d":{"d":"24,-199r26,-67r25,0r-28,67r-23,0xm68,-199r26,-67r24,0r-28,67r-22,0","w":155,"k":{" ":42}},"\u00bb":{"d":"82,-168r39,68r-39,68r-23,0r40,-68r-40,-68r23,0xm33,-168r39,68r-39,68r-22,0r39,-68r-39,-68r22,0","w":135},"\u2026":{"d":"46,0r0,-40r28,0r0,40r-28,0xm166,0r0,-40r28,0r0,40r-28,0xm286,0r0,-40r28,0r0,40r-28,0","w":360},"\u2030":{"d":"9,-211v0,-34,26,-60,61,-60v35,0,61,25,61,60v0,35,-26,61,-61,61v-34,0,-61,-26,-61,-61xm70,-252v-24,0,-41,17,-41,42v0,23,17,41,41,41v23,0,41,-18,41,-42v0,-24,-17,-41,-41,-41xm144,-56v0,-34,25,-61,60,-61v35,0,61,26,61,61v0,35,-27,61,-61,61v-34,0,-60,-26,-60,-61xm204,-98v-24,0,-40,18,-40,43v0,23,16,41,40,41v24,0,42,-18,42,-42v0,-24,-18,-42,-42,-42xm282,-56v0,-34,26,-61,61,-61v34,0,60,26,60,61v0,35,-26,61,-60,61v-35,0,-61,-26,-61,-61xm343,-98v-24,0,-41,18,-41,43v0,23,17,41,41,41v23,0,40,-18,40,-42v0,-24,-17,-42,-40,-42xm221,-266r-147,266r-21,0r146,-266r22,0","w":412},"\u00bf":{"d":"91,-154r0,-40r28,0r0,40r-28,0xm91,-126r28,0v-1,24,-5,45,-34,72v-19,19,-33,31,-34,53v-2,59,95,70,103,6v0,-3,1,-6,1,-10r29,0v1,111,-164,102,-162,6v0,-30,22,-50,42,-69v26,-25,27,-44,27,-58","w":199},"`":{"d":"57,-281r86,49r-8,17r-87,-46","w":199},"\u00b4":{"d":"57,-233r85,-49r10,20r-87,46","w":199},"\u02c6":{"d":"110,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":199},"\u02dc":{"d":"32,-247v33,-36,93,19,125,-12r11,18v-32,37,-93,-18,-125,13","w":199},"\u00af":{"d":"164,-256r0,22r-128,0r0,-22r128,0","w":199},"\u02d8":{"d":"29,-263r24,0v6,22,89,21,94,0r24,0v-6,44,-127,56,-142,0","w":199},"\u02d9":{"d":"113,-269r0,46r-26,0r0,-46r26,0","w":199},"\u00a8":{"d":"79,-269r0,46r-26,0r0,-46r26,0xm147,-269r0,46r-26,0r0,-46r26,0","w":199},"\u02da":{"d":"100,-285v20,0,37,16,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-21,17,-37,37,-37xm120,-248v0,-12,-8,-21,-21,-21v-11,0,-20,10,-20,21v0,11,10,20,21,20v12,0,20,-9,20,-20","w":199},"\u00b8":{"d":"107,0r-9,20v17,-5,33,10,33,27v0,31,-50,51,-62,4r16,0v7,19,29,15,30,-4v0,-16,-22,-20,-28,-7r-13,-5r16,-35r17,0","w":199},"\u02dd":{"d":"37,-230r63,-52r16,16r-66,50xm99,-230r64,-52r15,16r-65,50","w":199},"\u02db":{"d":"68,39v3,-22,18,-41,48,-39v-16,12,-27,19,-27,33v0,21,24,30,42,19r0,17v-24,13,-67,-2,-63,-30","w":199},"\u02c7":{"d":"27,-269r30,0r43,30r43,-30r30,0r-63,48r-20,0","w":199},"\u2014":{"d":"13,-114r334,0r0,26r-334,0r0,-26","w":360},"\u00c6":{"d":"-3,0r184,-266r139,0r0,26r-104,0r0,92r103,0r0,27r-103,0r0,95r104,0r0,26r-132,0r0,-78r-102,0r-54,78r-35,0xm100,-102r88,0r0,-128","w":343},"\u00aa":{"d":"134,-268r0,114r-18,0r0,-23v-26,51,-107,20,-107,-34v0,-58,83,-82,107,-33r0,-24r18,0xm116,-211v0,-25,-20,-42,-44,-43v-23,0,-44,18,-44,44v0,18,15,42,44,42v26,-1,44,-18,44,-43","w":151},"\u0141":{"d":"1,-86r0,-31r27,-20r0,-129r30,0r0,107r51,-36r0,30r-51,38r0,101r101,0r0,26r-131,0r0,-106","w":159,"k":{"y":12,"\u00fd":12,"\u00ff":12,"O":19,"\u00d8":19,"\u0152":19,"\u00d3":19,"\u00d4":19,"\u00d6":19,"\u00d2":19,"\u00d5":19,"T":24,"V":39,"W":19,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":29,"\u2019":29,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"\u00d8":{"d":"226,-251r21,-30r31,0r-32,44v25,21,46,57,46,104v0,105,-120,173,-210,119r-21,28r-30,0r31,-42v-26,-22,-48,-57,-48,-105v0,-106,119,-174,212,-118xm80,-52r129,-177v-71,-45,-165,13,-165,95v0,34,14,64,36,82xm228,-214r-129,178v73,42,163,-17,163,-97v0,-32,-13,-60,-34,-81","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u0152":{"d":"289,-240r0,92r102,0r0,27r-102,0r0,95r103,0r0,26r-132,0r0,-61v-19,40,-62,66,-108,66v-78,0,-138,-59,-138,-138v0,-78,57,-138,137,-138v54,0,95,28,109,65r0,-60r132,0r0,26r-103,0xm152,-245v-63,0,-108,49,-108,113v0,60,44,110,108,110v64,0,108,-51,108,-112v0,-62,-44,-111,-108,-111","w":412},"\u00ba":{"d":"75,-151v-35,0,-60,-28,-60,-60v0,-32,24,-60,60,-60v38,0,61,29,61,60v0,34,-27,60,-61,60xm33,-210v0,22,19,42,42,42v22,0,43,-18,43,-43v0,-23,-18,-43,-42,-43v-22,0,-43,18,-43,44","w":151},"\u00e6":{"d":"394,-90r-175,0v15,98,111,83,141,32r28,0v-21,68,-142,90,-170,12r0,46r-25,0r0,-46v-10,29,-42,51,-78,51v-70,0,-101,-58,-101,-101v0,-58,43,-103,101,-103v38,0,64,19,78,49r0,-44r25,0r0,44v22,-59,109,-63,148,-19v18,19,29,47,28,79xm194,-97v0,-43,-35,-77,-77,-78v-47,0,-77,38,-77,78v0,45,34,78,78,78v42,0,76,-37,76,-78xm220,-109r147,0v-10,-68,-83,-89,-128,-43v-14,15,-16,30,-19,43","w":407},"\u0131":{"d":"26,0r0,-194r27,0r0,194r-27,0","w":78},"\u0142":{"d":"33,-119r-26,19r0,-28r26,-19r0,-119r27,0r0,103r31,-22r0,27r-31,23r0,135r-27,0r0,-119","w":93},"\u00f8":{"d":"183,-206r27,0r-24,33v66,56,29,182,-69,178v-22,0,-38,-5,-51,-13r-15,20r-28,0r24,-33v-64,-54,-29,-178,70,-178v22,0,39,5,51,13xm64,-42r89,-122v-49,-29,-113,10,-113,67v0,23,10,43,24,55xm170,-151r-89,122v50,30,112,-12,112,-68v0,-23,-9,-42,-23,-54","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u0153":{"d":"386,-58v-6,26,-51,63,-93,63v-47,0,-76,-28,-88,-58v-17,39,-50,58,-89,58v-147,0,-125,-206,1,-204v41,0,74,24,88,58v8,-21,34,-57,87,-57v60,0,104,52,101,108r-174,0v2,82,110,95,139,32r28,0xm117,-175v-42,0,-77,32,-77,79v0,43,33,77,77,77v99,-1,99,-156,0,-156xm219,-110r146,0v-3,-27,-27,-65,-73,-65v-37,0,-68,26,-73,65","w":406,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00df":{"d":"25,-165v-5,-73,28,-102,80,-107v77,-7,101,104,40,131v92,17,65,146,-25,146v-32,0,-61,-16,-68,-55r0,50r-27,0r0,-165xm103,-247v-72,1,-47,104,-51,176r17,0v3,76,109,61,108,0v0,-29,-29,-63,-83,-53r0,-21v35,3,60,-17,60,-51v0,-33,-21,-51,-51,-51","w":217,"k":{"w":8,",":4,".":5}},"\u00b9":{"d":"80,-266r0,159r-22,0r0,-141r-32,0r0,-18r54,0","w":133},"\u00ac":{"d":"18,-140r180,0r0,94r-25,0r0,-68r-155,0r0,-26","w":216},"\u00b5":{"d":"105,-19v71,-4,54,-102,56,-175r26,0r0,194r-26,0r0,-37v-5,13,-17,41,-56,41v-33,0,-48,-18,-54,-28r0,90r-26,0r0,-260r26,0r0,105v-6,35,23,72,54,70","w":210},"\u2122":{"d":"130,-107r0,-159r28,0r61,130r60,-130r28,0r0,159r-21,0r0,-133r-61,133r-14,0r-61,-132r0,132r-20,0xm45,-107r0,-141r-40,0r0,-18r103,0r0,18r-41,0r0,141r-22,0","w":356},"\u00d0":{"d":"107,-266v73,-5,136,52,136,132v0,80,-48,134,-133,134r-83,0r0,-122r-27,0r0,-26r27,0r0,-118r80,0xm213,-132v0,-85,-61,-118,-157,-108r0,92r74,0r0,26r-74,0r0,96v94,9,157,-21,157,-106","w":257,"k":{"V":11,"W":3,"Y":18,"\u00dd":18,"\u0178":18,",":24,".":22,"A":15,"\u00c6":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15}},"\u00bd":{"d":"70,-266r0,159r-21,0r0,-141r-33,0r0,-18r54,0xm197,-266r-117,266r-23,0r116,-266r24,0xm169,-106v-3,-33,26,-57,53,-57v56,0,62,60,28,94r-50,50r74,0r0,19r-106,0r0,-17v25,-29,72,-57,82,-96v0,-15,-7,-31,-29,-31v-19,0,-30,16,-30,38r-22,0","w":290},"\u00b1":{"d":"95,-125r0,-63r26,0r0,63r78,0r0,26r-78,0r0,63r-26,0r0,-63r-78,0r0,-26r78,0xm17,10r0,-26r182,0r0,26r-182,0","w":216},"\u00de":{"d":"194,-137v0,70,-57,88,-140,81r0,56r-30,0r0,-266r30,0r0,49r40,0v72,-5,100,26,100,80xm166,-136v0,-55,-52,-58,-112,-55r0,109v59,2,112,2,112,-54","w":198},"\u00bc":{"d":"197,-266r-117,266r-23,0r116,-266r24,0xm222,-132r-56,85r56,0r0,-85xm70,-266r0,159r-21,0r0,-141r-33,0r0,-18r54,0xm243,-160r0,113r17,0r0,17r-17,0r0,30r-21,0r0,-30r-80,0r0,-15r79,-115r22,0","w":275},"\u00f7":{"d":"121,-188r0,39r-26,0r0,-39r26,0xm18,-77r0,-26r180,0r0,26r-180,0xm121,-32r0,39r-26,0r0,-39r26,0","w":216},"\u00a6":{"d":"85,-243r29,0r0,126r-29,0r0,-126xm85,-63r29,0r0,126r-29,0r0,-126","w":199},"\u00b0":{"d":"123,-204v0,28,-22,51,-51,51v-29,0,-51,-22,-51,-51v0,-29,22,-52,51,-52v29,0,51,23,51,52xm37,-204v0,19,16,35,35,35v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35v-19,0,-35,16,-35,35","w":144},"\u00fe":{"d":"26,73r0,-339r26,0r0,113v52,-90,181,-36,181,57v0,57,-43,101,-100,101v-40,0,-68,-22,-81,-45r0,113r-26,0xm51,-96v0,41,35,77,78,77v45,0,77,-35,77,-78v0,-42,-31,-77,-77,-77v-43,0,-78,35,-78,78","w":246,"k":{"v":4,"y":7,"\u00fd":7,"\u00ff":7,",":13,".":13}},"\u00be":{"d":"261,-133r-57,86r57,0r0,-86xm236,-266r-116,266r-24,0r116,-266r24,0xm282,-160r0,113r16,0r0,17r-16,0r0,30r-21,0r0,-30r-80,0r0,-15r79,-115r22,0xm14,-155r23,0v0,47,65,40,65,1v0,-17,-18,-37,-48,-32r0,-17v24,3,39,-12,39,-24v0,-12,-8,-24,-23,-24v-16,0,-23,11,-24,24r-22,0v5,-61,89,-52,90,-2v0,16,-10,27,-20,33v50,17,31,92,-25,92v-27,0,-56,-21,-55,-51","w":313},"\u00b2":{"d":"14,-213v-4,-33,27,-56,53,-56v56,0,64,63,28,93v-18,15,-34,34,-51,51r75,0r0,18r-106,0r0,-17v24,-29,72,-57,81,-96v0,-15,-6,-31,-28,-31v-19,0,-31,16,-31,38r-21,0","w":133},"\u00ae":{"d":"6,-133v0,-75,59,-138,139,-138v77,0,137,62,137,138v0,77,-62,137,-138,137v-77,0,-138,-59,-138,-137xm144,-255v-69,0,-121,55,-121,122v0,68,53,122,121,122v67,0,121,-53,121,-122v0,-66,-52,-122,-121,-122xm189,-54v-12,-21,12,-76,-46,-68r-39,0r0,68r-19,0r0,-158v55,5,121,-21,121,43v0,16,-7,31,-29,39v18,5,25,17,26,36v2,30,2,34,5,40r-19,0xm187,-168v-8,-45,-46,-24,-83,-29r0,60v39,-4,73,14,83,-31","w":288},"\u2212":{"d":"18,-77r0,-26r180,0r0,26r-180,0","w":216},"\u00f0":{"d":"174,-172v-13,-22,-38,-41,-58,-53r-83,26r0,-20r61,-19v-16,-8,-33,-14,-52,-21r28,-9v18,6,35,13,52,22r73,-22r0,20r-51,16v44,25,75,68,76,130v0,66,-48,107,-103,107v-54,0,-103,-36,-103,-101v0,-90,102,-133,160,-76xm40,-97v0,43,31,78,77,78v46,0,76,-37,76,-78v0,-41,-33,-78,-75,-78v-47,0,-78,36,-78,78","w":233},"\u00d7":{"d":"37,0r-18,-18r70,-71r-70,-70r18,-19r71,70r71,-70r18,19r-71,70r71,71r-18,18r-71,-71","w":216},"\u00b3":{"d":"10,-155r23,0v1,23,18,33,33,33v21,0,32,-14,32,-32v0,-17,-18,-37,-48,-32r0,-17v24,3,39,-12,39,-24v0,-12,-8,-24,-23,-24v-16,0,-23,11,-24,24r-22,0v5,-61,89,-52,90,-2v0,16,-10,27,-20,33v50,17,31,92,-25,92v-28,0,-55,-21,-55,-51","w":133},"\u00a9":{"d":"6,-133v0,-75,59,-138,139,-138v77,0,137,62,137,138v0,77,-62,137,-138,137v-77,0,-138,-59,-138,-137xm144,-255v-70,0,-121,56,-121,122v0,68,53,122,121,122v67,0,121,-53,121,-122v0,-67,-52,-122,-121,-122xm215,-161r-19,0v-19,-65,-108,-39,-108,27v0,45,29,65,58,65v9,0,47,-3,53,-49r19,0v-3,42,-35,67,-73,67v-40,0,-76,-29,-76,-82v0,-47,29,-83,77,-83v39,0,66,25,69,55","w":288},"\u00c1":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm86,-296r85,-49r10,20r-86,46","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"\u00c2":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm138,-334r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"\u00c4":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm107,-332r0,46r-26,0r0,-46r26,0xm175,-332r0,46r-26,0r0,-46r26,0","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"\u00c0":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm84,-344r86,48r-8,18r-87,-46","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"\u00c5":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm128,-348v20,0,37,16,37,37v0,20,-16,37,-37,37v-21,0,-37,-17,-37,-37v0,-21,17,-37,37,-37xm148,-311v0,-12,-8,-21,-21,-21v-11,0,-20,10,-20,21v0,11,10,20,21,20v12,0,20,-9,20,-20","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"\u00c3":{"d":"66,-75r-31,75r-32,0r111,-266r29,0r110,266r-32,0r-31,-75r-124,0xm181,-99r-54,-134r-52,134r106,0xm60,-313v32,-37,92,17,125,-12r11,18v-32,37,-92,-20,-125,12","w":255,"k":{"v":15,"y":13,"\u00fd":13,"\u00ff":13,"C":14,"\u00c7":14,"G":14,"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"Q":14,"T":28,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"U":12,"\u00da":12,"\u00db":12,"\u00dc":12,"\u00d9":12,"V":36,"w":12,"W":18,"Y":34,"\u00dd":34,"\u0178":34,"\u201d":33,"\u2019":33}},"\u00c7":{"d":"154,5r-7,15v18,-5,33,9,33,27v0,31,-50,51,-62,4r16,0v6,19,31,15,31,-4v0,-16,-22,-20,-29,-7r-13,-5r15,-31v-71,-7,-124,-65,-124,-137v0,-76,59,-138,139,-138v66,0,108,44,123,78r-32,0v-9,-16,-40,-52,-91,-52v-62,0,-109,49,-109,111v0,63,47,112,109,112v56,0,85,-40,91,-50r32,0v-17,40,-63,76,-122,77","w":288,"k":{",":5,".":5,"A":17,"\u00c6":17,"\u00c1":17,"\u00c2":17,"\u00c4":17,"\u00c0":17,"\u00c5":17,"\u00c3":17}},"\u00c9":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm54,-300r86,-48r9,19r-86,46","w":194},"\u00ca":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm107,-337r63,48r-30,0r-43,-30r-43,30r-30,0r64,-48r19,0","w":194},"\u00cb":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm76,-336r0,46r-26,0r0,-46r26,0xm144,-336r0,46r-26,0r0,-46r26,0","w":194},"\u00c8":{"d":"27,0r0,-266r147,0r0,26r-118,0r0,92r118,0r0,27r-118,0r0,95r118,0r0,26r-147,0xm55,-347r86,48r-9,17r-87,-46","w":194},"\u00cd":{"d":"27,0r0,-266r29,0r0,266r-29,0xm6,-299r86,-48r9,19r-86,46","w":83},"\u00ce":{"d":"27,0r0,-266r29,0r0,266r-29,0xm51,-335r63,48r-29,0r-44,-29r-42,29r-30,0r63,-48r19,0","w":83},"\u00cf":{"d":"27,0r0,-266r29,0r0,266r-29,0xm21,-334r0,45r-26,0r0,-45r26,0xm88,-334r0,45r-26,0r0,-45r26,0","w":83},"\u00cc":{"d":"27,0r0,-266r29,0r0,266r-29,0xm-9,-346r86,48r-9,17r-86,-46","w":83},"\u00d1":{"d":"57,-266r156,222r0,-222r29,0r0,266r-29,0r-158,-224r0,224r-28,0r0,-266r30,0xm66,-312v32,-37,92,18,125,-12r11,18v-32,37,-90,-18,-125,12","w":268},"\u00d3":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm110,-300r85,-48r10,19r-87,46","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d4":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm163,-336r63,48r-30,0r-43,-30r-43,30r-30,0r64,-48r19,0","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d6":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm132,-336r0,46r-26,0r0,-46r26,0xm200,-336r0,46r-26,0r0,-46r26,0","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d2":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm111,-347r86,48r-9,17r-87,-46","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u00d5":{"d":"14,-132v0,-82,64,-139,139,-139v78,0,139,60,139,138v0,78,-61,138,-139,138v-79,0,-139,-61,-139,-137xm153,-245v-63,0,-109,49,-109,112v0,63,47,111,109,111v63,0,109,-50,109,-111v0,-61,-46,-112,-109,-112xm85,-312v32,-37,92,18,125,-12r11,18v-32,37,-90,-18,-125,12","w":306,"k":{"T":18,"V":17,"W":5,"Y":15,"\u00dd":15,"\u0178":15,",":15,".":15,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14,"X":14}},"\u0160":{"d":"49,-200v0,69,133,36,131,127v0,44,-33,78,-83,78v-45,0,-81,-28,-83,-79r30,0v4,44,36,53,53,53v28,0,53,-20,53,-50v0,-81,-128,-30,-131,-127v-3,-91,147,-103,155,-4r-30,0v-3,-17,-12,-44,-47,-44v-27,0,-48,18,-48,46xm24,-333r30,0r43,30r42,-30r31,0r-63,48r-21,0","w":192,"k":{",":7,".":10}},"\u00da":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm75,-296r86,-49r10,20r-87,46","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00db":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm125,-334r63,48r-31,0r-43,-29r-42,29r-31,0r64,-48r20,0","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00dc":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm94,-332r0,46r-26,0r0,-46r26,0xm161,-332r0,46r-26,0r0,-46r26,0","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00d9":{"d":"203,-98v12,77,-81,137,-147,83v-28,-23,-30,-54,-30,-83r0,-168r30,0r0,168v-5,39,18,76,59,76v40,0,58,-36,58,-76r0,-168r30,0r0,168xm60,-344r87,49r-9,17r-87,-46","w":228,"k":{",":12,".":12,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12}},"\u00dd":{"d":"90,0r0,-94r-85,-172r32,0r68,144r69,-144r32,0r-86,172r0,94r-30,0xm73,-296r86,-49r10,20r-87,46","w":210,"k":{"v":12,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":28,"\u00fa":28,"\u00fb":28,"\u00fc":28,"\u00f9":28,",":48,".":48,"A":34,"\u00c6":34,"\u00c1":34,"\u00c2":34,"\u00c4":34,"\u00c0":34,"\u00c5":34,"\u00c3":34,"a":37,"\u00e6":37,"\u00e1":37,"\u00e2":37,"\u00e4":37,"\u00e0":37,"\u00e5":37,"\u00e3":37,"e":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00e8":37,"i":8,"\u0131":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"o":37,"\u00f8":37,"\u0153":37,"\u00f3":37,"\u00f4":37,"\u00f6":37,"\u00f2":37,"\u00f5":37,"q":37,"-":41,":":21,";":23,"p":25,"S":14,"\u0160":14}},"\u0178":{"d":"90,0r0,-94r-85,-172r32,0r68,144r69,-144r32,0r-86,172r0,94r-30,0xm85,-332r0,46r-27,0r0,-46r27,0xm152,-332r0,46r-26,0r0,-46r26,0","w":210,"k":{"v":12,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":28,"\u00fa":28,"\u00fb":28,"\u00fc":28,"\u00f9":28,",":48,".":48,"A":34,"\u00c6":34,"\u00c1":34,"\u00c2":34,"\u00c4":34,"\u00c0":34,"\u00c5":34,"\u00c3":34,"a":37,"\u00e6":37,"\u00e1":37,"\u00e2":37,"\u00e4":37,"\u00e0":37,"\u00e5":37,"\u00e3":37,"e":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00e8":37,"i":8,"\u0131":8,"\u00ed":8,"\u00ee":8,"\u00ef":8,"\u00ec":8,"o":37,"\u00f8":37,"\u0153":37,"\u00f3":37,"\u00f4":37,"\u00f6":37,"\u00f2":37,"\u00f5":37,"q":37,"-":41,":":21,";":23,"p":25,"S":14,"\u0160":14}},"\u017d":{"d":"171,-244r-128,218r133,0r0,26r-169,0r0,-19r131,-221r-135,0r0,-26r168,0r0,22xm15,-332r30,0r43,30r43,-30r30,0r-63,48r-20,0","w":179},"\u00e1":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm79,-233r86,-49r9,20r-87,46","w":246},"\u00e2":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm131,-271r63,48r-29,0r-44,-29r-43,29r-29,0r63,-48r19,0","w":246},"\u00e4":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm98,-269r0,46r-26,0r0,-46r26,0xm166,-269r0,46r-26,0r0,-46r26,0","w":246},"\u00e0":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm79,-281r86,49r-9,17r-87,-46","w":246},"\u00e5":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm81,-248v0,-21,17,-37,38,-37v20,0,37,16,37,37v0,20,-17,37,-38,37v-21,0,-37,-17,-37,-37xm118,-269v-11,0,-20,10,-20,21v0,11,8,20,20,20v12,0,21,-9,21,-20v0,-12,-9,-21,-21,-21","w":246},"\u00e3":{"d":"220,-194r0,194r-26,0r0,-40v-15,29,-45,45,-80,45v-63,0,-100,-49,-100,-102v0,-57,41,-102,100,-102v41,0,71,24,80,46r0,-41r26,0xm194,-97v0,-47,-33,-78,-77,-78v-45,0,-77,35,-77,79v0,35,25,77,78,77v45,0,76,-32,76,-78xm54,-247v33,-36,93,19,125,-12r11,18v-32,37,-92,-18,-124,13","w":246},"\u00e7":{"d":"187,-127v-29,-76,-147,-54,-147,30v0,46,35,78,77,78v37,0,62,-24,70,-47r28,0v-13,41,-49,70,-97,71r-7,15v18,-5,34,9,34,27v0,31,-50,51,-62,4r15,0v7,19,30,16,31,-4v0,-16,-21,-20,-28,-7r-13,-5r14,-31v-50,-6,-88,-46,-88,-101v0,-57,44,-102,102,-102v44,0,86,26,99,72r-28,0","w":226,"k":{",":2,"h":2,"k":2,"l":2,"\u0142":2}},"\u00e9":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm68,-233r86,-49r10,20r-87,46","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00ea":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm123,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00eb":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm91,-269r0,46r-26,0r0,-46r26,0xm159,-269r0,46r-26,0r0,-46r26,0","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00e8":{"d":"208,-58v-16,37,-47,62,-95,63v-67,0,-102,-53,-102,-101v0,-87,112,-137,173,-76v22,22,33,52,30,83r-176,0v4,84,113,92,142,31r28,0xm38,-111r150,0v-2,-34,-35,-65,-75,-65v-42,0,-72,30,-75,65xm71,-281r86,49r-9,17r-87,-46","w":226,"k":{"v":6,"y":6,"\u00fd":6,"\u00ff":6,"w":5,",":2,".":3,"x":5}},"\u00ed":{"d":"26,0r0,-194r27,0r0,194r-27,0xm3,-233r86,-49r9,20r-86,46","w":78},"\u00ee":{"d":"26,0r0,-194r27,0r0,194r-27,0xm49,-271r63,48r-30,0r-43,-29r-43,29r-29,0r63,-48r19,0","w":78},"\u00ef":{"d":"26,0r0,-194r27,0r0,194r-27,0xm18,-269r0,46r-26,0r0,-46r26,0xm86,-269r0,46r-26,0r0,-46r26,0","w":78},"\u00ec":{"d":"26,0r0,-194r27,0r0,194r-27,0xm-11,-281r86,49r-8,17r-87,-46","w":78},"\u00f1":{"d":"26,0r0,-194r25,0r0,35v11,-25,37,-41,72,-40v103,2,78,105,81,199r-26,0v-3,-76,21,-174,-62,-174v-82,0,-61,98,-63,174r-27,0xm47,-247v33,-36,93,19,125,-12r11,18v-32,37,-93,-18,-125,13","w":229,"k":{"v":10,"y":12,"\u00fd":12,"\u00ff":12,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"\u00f3":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm72,-233r86,-49r10,20r-87,46","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f4":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm127,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f6":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm96,-269r0,46r-26,0r0,-46r26,0xm164,-269r0,46r-26,0r0,-46r26,0","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f2":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm75,-281r85,49r-8,17r-87,-46","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u00f5":{"d":"14,-97v0,-54,41,-102,103,-102v63,0,103,48,103,102v0,54,-40,102,-103,102v-62,0,-103,-48,-103,-102xm117,-174v-43,0,-77,33,-77,78v0,44,34,77,77,77v43,0,76,-34,76,-78v0,-44,-33,-77,-76,-77xm49,-247v33,-36,93,19,125,-12r11,18v-32,37,-93,-18,-125,13","w":233,"k":{"v":9,"y":8,"\u00fd":8,"\u00ff":8,"w":7,",":9,".":10,"x":10}},"\u0161":{"d":"118,-53v0,-48,-98,-32,-98,-91v0,-69,115,-78,119,-1r-26,0v0,-21,-14,-32,-33,-32v-21,0,-36,14,-34,31v6,49,99,23,99,90v0,36,-27,61,-64,61v-31,0,-67,-19,-67,-60r27,0v0,52,77,47,77,2xm8,-269r30,0r43,30r43,-30r30,0r-63,48r-20,0","w":162,"k":{"w":8,",":4,".":5}},"\u00fa":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm76,-233r86,-49r9,20r-86,46","w":230},"\u00fb":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm125,-271r63,48r-30,0r-43,-29r-43,29r-30,0r63,-48r20,0","w":230},"\u00fc":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm94,-269r0,46r-26,0r0,-46r26,0xm162,-269r0,46r-26,0r0,-46r26,0","w":230},"\u00f9":{"d":"204,-194r0,194r-25,0r0,-35v-11,25,-37,40,-72,40v-103,-2,-78,-105,-81,-199r26,0v3,76,-21,175,62,175v82,0,61,-99,63,-175r27,0xm61,-281r86,49r-9,17r-87,-46","w":230},"\u00fd":{"d":"45,73r33,-77r-75,-190r28,0r61,157r63,-157r29,0r-111,267r-28,0xm60,-233r86,-49r10,20r-87,46","w":184,"k":{",":31,".":32,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u0153":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"r":2}},"\u00ff":{"d":"45,73r33,-77r-75,-190r28,0r61,157r63,-157r29,0r-111,267r-28,0xm71,-269r0,46r-26,0r0,-46r26,0xm139,-269r0,46r-26,0r0,-46r26,0","w":184,"k":{",":31,".":32,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u0153":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8,"r":2}},"\u017e":{"d":"5,0r0,-19r107,-153r-103,0r0,-22r133,0r0,22r-105,151r109,0r0,21r-141,0xm4,-268r29,0r44,30r43,-30r29,0r-63,47r-20,0","w":150},"\u2126":{"d":"19,-23v18,-1,40,2,56,-1v-27,-24,-51,-65,-51,-119v0,-75,48,-127,111,-127v67,0,109,59,109,126v1,56,-26,97,-51,121r56,0r0,23r-88,0r0,-17v29,-19,56,-62,56,-122v0,-50,-28,-108,-82,-108v-51,0,-84,48,-84,108v0,57,29,103,57,122r0,17r-89,0r0,-23","w":268},"\u03c0":{"d":"202,-174r-30,0v1,52,-4,136,5,174r-26,0v-11,-33,-4,-125,-6,-174r-68,0v-2,50,-14,138,-28,174r-26,0v14,-41,25,-122,27,-174v-23,0,-34,1,-42,4r-4,-18v42,-19,139,-7,201,-10","w":212},"\u20ac":{"d":"126,5v-48,0,-94,-42,-90,-103r-33,0r9,-23r23,0r0,-25r-32,0r9,-22r23,0v0,-51,27,-103,91,-103v36,0,64,19,75,34r-11,26v-10,-18,-31,-36,-64,-36v-46,0,-64,44,-64,79r112,0r-9,22r-103,0r0,25r93,0r-9,23r-84,0v-3,38,29,79,64,79v21,0,49,-10,58,-26r0,31v-5,5,-24,19,-58,19","w":199},"\u212e":{"d":"69,-53v37,68,153,63,196,4r22,0v-27,32,-72,53,-121,53v-85,0,-153,-61,-153,-137v0,-76,68,-138,153,-138v86,1,155,62,153,142r-250,1r0,75xm263,-215v-37,-65,-158,-62,-194,2v2,24,-3,55,2,76r192,-2r0,-76","w":332},"\u2202":{"d":"38,-257r-9,-20v71,-50,156,-8,156,123v0,90,-34,157,-98,157v-48,0,-71,-44,-71,-88v0,-59,37,-97,79,-97v36,0,55,26,63,37v8,-99,-55,-163,-120,-112xm90,-20v36,0,59,-47,64,-98v-6,-17,-25,-41,-54,-41v-31,0,-57,33,-57,74v0,37,19,65,47,65","w":203},"\u220f":{"d":"251,-241r-41,0r0,278r-27,0r0,-278r-106,0r0,278r-26,0r0,-278r-41,0r0,-25r241,0r0,25","w":260},"\u2211":{"d":"198,37r-189,0r0,-19r101,-132r-97,-133r0,-19r179,0r0,24r-142,1r91,123r-98,129r155,0r0,26"},"\u2219":{"d":"66,-112r0,40r-28,0r0,-40r28,0","w":104},"\u221a":{"d":"213,-316r-83,373r-24,0r-60,-177r-28,11r-5,-17r50,-20r48,142v3,9,6,21,7,28r75,-340r20,0","w":213},"\u221e":{"d":"218,-168v33,0,55,23,55,58v0,36,-28,59,-58,59v-24,0,-42,-14,-68,-44v-20,23,-41,44,-72,44v-31,0,-56,-25,-56,-58v0,-34,25,-59,59,-59v28,0,50,22,70,45v20,-22,38,-45,70,-45xm78,-68v24,0,43,-23,58,-40v-17,-21,-34,-44,-61,-44v-24,0,-38,21,-38,44v0,22,17,40,41,40xm216,-152v-25,0,-46,29,-59,42v25,28,39,42,60,42v24,0,38,-21,38,-41v0,-27,-17,-43,-39,-43","w":291},"\u222b":{"d":"52,-229v0,-67,21,-106,75,-90r-5,19v-37,-13,-45,22,-45,73v0,59,5,130,5,192v0,72,-22,107,-77,90r5,-20v39,11,47,-14,47,-70v0,-62,-5,-134,-5,-194","w":133},"\u2248":{"d":"69,-163v47,0,85,57,113,0r11,10v-10,20,-25,36,-48,36v-25,0,-52,-29,-79,-29v-18,0,-28,13,-37,28r-12,-9v11,-22,30,-36,52,-36xm68,-100v48,0,85,59,114,1r11,10v-10,19,-25,35,-48,35v-25,0,-53,-28,-79,-28v-18,0,-28,13,-37,28r-12,-10v11,-22,30,-36,51,-36","w":210},"\u2260":{"d":"149,-190r-17,37r60,0r0,17r-67,0r-25,56r92,0r0,17r-99,0r-21,45r-14,-7r18,-38r-57,0r0,-17r64,0r25,-56r-89,0r0,-17r97,0r19,-44","w":210},"\u2264":{"d":"190,-37r-169,-85r0,-19r169,-85r0,22r-149,73r149,73r0,21xm192,-3r-173,0r0,-19r173,0r0,19","w":210},"\u2265":{"d":"22,-226r169,85r0,19r-169,85r0,-21r149,-74r-149,-72r0,-22xm192,-3r-173,0r0,-19r173,0r0,19","w":210},"\u25ca":{"d":"193,-133r-76,150r-22,0r-74,-150r75,-150r22,0xm168,-132r-62,-127v-16,46,-41,84,-61,126v20,42,46,81,61,127","w":213},"\u02c9":{"d":"164,-256r0,22r-128,0r0,-22r128,0","w":199},"\u00ad":{"d":"0,-114r98,0r0,26r-98,0r0,-26","w":97},"\u03a9":{"d":"19,-23v18,-1,40,2,56,-1v-27,-24,-51,-65,-51,-119v0,-75,48,-127,111,-127v67,0,109,59,109,126v1,56,-26,97,-51,121r56,0r0,23r-88,0r0,-17v29,-19,56,-62,56,-122v0,-50,-28,-108,-82,-108v-51,0,-84,48,-84,108v0,57,29,103,57,122r0,17r-89,0r0,-23","w":268},"\u00a0":{"w":103},"\u2113":{"d":"159,-55r13,11v-16,31,-40,47,-69,47v-45,-1,-62,-34,-62,-76r-22,18r-8,-16v10,-9,21,-18,30,-27r0,-104v0,-69,29,-91,57,-91v31,0,46,27,46,61v0,48,-31,94,-77,140v-3,44,15,73,41,73v24,0,42,-19,51,-36xm98,-272v-35,0,-33,104,-31,153v33,-36,58,-74,58,-112v0,-24,-7,-41,-27,-41","w":180},"\u03bc":{"d":"105,-19v71,-4,54,-102,56,-175r26,0r0,194r-26,0r0,-37v-5,13,-17,41,-56,41v-33,0,-48,-18,-54,-28r0,90r-26,0r0,-260r26,0r0,105v-6,35,23,72,54,70","w":210},"\u2215":{"d":"-47,0r116,-266r24,0r-117,266r-23,0","w":45},"\u2206":{"d":"12,0r0,-19r94,-254r31,0r93,254r0,19r-218,0xm39,-22r162,0r-81,-218","w":241},"\u2010":{"d":"0,-114r98,0r0,26r-98,0r0,-26","w":97}}});;Cufon.registerFont({"w":187,"face":{"font-family":"ITC Avant Garde Gothic Std Book Condensed","font-weight":300,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 4 6 2 2 2 2 2 4","ascent":"266","descent":"-94","x-height":"5","bbox":"-54 -347 373 90.8808","underline-thickness":"18","underline-position":"-18","stemh":"23","stemv":"24","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":86,"k":{"\u201c":42,"\u2018":36,"T":28,"V":15,"W":12,"Y":26,"\u00dd":26,"\u0178":26,"A":14,"\u00c6":14,"\u00c1":14,"\u00c2":14,"\u00c4":14,"\u00c0":14,"\u00c5":14,"\u00c3":14}},"!":{"d":"58,-266r0,201r-27,0r0,-201r27,0xm58,-39r0,39r-27,0r0,-39r27,0","w":89},"\"":{"d":"35,-167r-23,0r0,-99r23,0r0,99xm86,-167r-23,0r0,-99r23,0r0,99","w":98},"#":{"d":"130,-89r-10,75r-20,0r11,-75r-45,0r-11,75r-19,0r10,-75r-41,0r0,-19r44,0r7,-48r-42,0r0,-18r44,0r10,-70r19,0r-10,70r45,0r10,-70r19,0r-10,70r41,0r0,18r-43,0r-7,48r41,0r0,19r-43,0xm113,-108r7,-48r-45,0r-7,48r45,0"},"$":{"d":"139,-75v-3,-72,-111,-32,-110,-118v0,-34,22,-61,55,-65r0,-27r22,0r0,27v37,5,52,35,54,63r-26,0v-4,-28,-25,-40,-40,-40v-19,0,-39,16,-39,41v0,67,113,28,112,119v0,35,-24,67,-61,69r0,33r-22,0r0,-33v-37,-3,-62,-33,-63,-71r27,0v3,65,93,62,91,2"},"%":{"d":"11,-209v0,-37,25,-62,60,-62v35,0,61,25,61,62v0,37,-26,62,-61,62v-35,0,-60,-25,-60,-62xm71,-252v-23,0,-40,17,-40,44v0,25,17,42,40,42v23,0,41,-17,41,-43v0,-26,-18,-43,-41,-43xm150,-58v0,-37,25,-62,60,-62v35,0,61,25,61,62v0,37,-26,63,-61,63v-35,0,-60,-26,-60,-63xm210,-101v-23,0,-40,17,-40,44v0,26,17,43,40,43v23,0,41,-18,41,-44v0,-26,-18,-43,-41,-43xm228,-268r-152,269r-23,0r153,-269r22,0","w":281},"&":{"d":"186,-162r27,0r-43,88r51,60r-18,17r-46,-54v-13,21,-33,56,-72,56v-44,0,-71,-37,-71,-76v0,-45,30,-70,57,-83v-15,-18,-29,-32,-29,-58v0,-34,25,-59,57,-59v33,0,56,27,56,57v0,31,-24,53,-48,66r46,54xm99,-249v-48,0,-34,63,-6,83v25,-14,37,-28,37,-48v0,-17,-12,-35,-31,-35xm140,-71r-52,-63v-37,18,-47,40,-47,61v0,27,17,52,46,52v30,0,45,-34,53,-50","w":229},"\u2019":{"d":"21,-198r25,-68r27,0r-29,68r-23,0","w":92,"k":{"\u2019":48," ":36,"v":13,"l":9,"\u0142":9,"d":34,"r":28,"s":36,"\u0161":36,"t":12}},"(":{"d":"109,-270r0,27v-35,29,-61,83,-61,153v0,70,25,121,61,154r0,26v-48,-34,-85,-99,-85,-180v0,-80,38,-149,85,-180","w":119},")":{"d":"10,90r0,-26v35,-29,62,-84,62,-153v0,-70,-26,-121,-62,-154r0,-27v48,34,86,100,86,181v0,80,-39,148,-86,179","w":119},"*":{"d":"75,-266r-4,48r40,-28r10,18r-43,20r43,21r-10,18r-40,-28r4,48r-21,0r5,-48r-40,28r-10,-19r43,-20r-43,-20r10,-18r40,28r-5,-48r21,0","w":129},"+":{"d":"108,-181r0,79r73,0r0,23r-73,0r0,79r-23,0r0,-79r-73,0r0,-23r73,0r0,-79r23,0","w":193},",":{"d":"64,-38r-27,68r-21,0r24,-68r24,0","w":92,"k":{"\u201d":56,"\u2019":56," ":36}},"-":{"d":"9,-113r76,0r0,24r-76,0r0,-24","w":94},".":{"d":"59,-38r0,38r-25,0r0,-38r25,0","w":92,"k":{"\u201d":56,"\u2019":56," ":36}},"\/":{"d":"-18,24r111,-292r25,0r-110,292r-26,0","w":100},"0":{"d":"15,-82r0,-102v0,-54,35,-87,79,-87v44,0,78,33,78,87r0,102v0,54,-34,87,-78,87v-44,0,-79,-33,-79,-87xm41,-183r0,99v0,48,31,64,53,64v22,0,52,-16,52,-64r0,-99v0,-48,-30,-64,-52,-64v-22,0,-53,16,-53,64"},"1":{"d":"84,0r0,-242r-43,0r0,-24r69,0r0,266r-26,0"},"2":{"d":"163,-194v0,65,-72,120,-114,169r115,0r0,25r-149,0r0,-26r74,-83v28,-31,47,-53,47,-85v0,-33,-19,-50,-45,-50v-26,0,-47,16,-49,61r-26,0v0,-54,29,-88,76,-88v42,0,71,32,71,77"},"3":{"d":"55,-203r-27,0v1,-45,30,-68,68,-68v70,0,91,104,25,121v84,26,59,155,-27,155v-44,0,-78,-35,-79,-84r27,0v1,40,26,59,53,59v31,0,49,-22,49,-58v0,-36,-26,-63,-71,-59r0,-24v38,3,62,-14,61,-43v0,-24,-13,-42,-39,-42v-27,0,-39,18,-40,43"},"4":{"d":"119,0r0,-52r-105,0r0,-24r103,-190r28,0r0,190r22,0r0,24r-22,0r0,52r-26,0xm39,-76r80,0r0,-153"},"5":{"d":"44,-266r115,0r0,23r-92,0r-11,82v8,-10,22,-20,46,-20v42,0,70,38,70,90v0,57,-28,96,-77,96v-41,0,-73,-28,-78,-83r27,0v3,36,25,58,51,58v33,0,49,-28,49,-69v0,-67,-58,-94,-91,-40r-25,-1"},"6":{"d":"94,5v-90,1,-87,-118,-49,-174r67,-97r29,0r-73,103v50,-32,103,8,104,75v0,54,-31,93,-78,93xm44,-82v0,40,22,63,50,63v31,0,50,-25,50,-67v0,-38,-18,-64,-50,-64v-30,0,-50,25,-50,68"},"7":{"d":"23,-266r142,0r0,22r-97,244r-28,0r97,-242r-114,0r0,-24"},"8":{"d":"60,-149v-57,-26,-33,-122,34,-122v67,0,89,97,33,122v27,10,46,39,46,72v0,49,-34,82,-79,82v-45,0,-80,-33,-80,-82v0,-35,20,-62,46,-72xm54,-201v0,24,18,43,40,43v21,0,39,-19,39,-43v0,-26,-17,-45,-40,-45v-21,0,-39,19,-39,45xm42,-77v0,31,23,57,52,57v29,0,51,-25,51,-57v0,-31,-22,-57,-51,-57v-29,0,-52,26,-52,57"},"9":{"d":"94,-271v90,0,87,119,49,174r-67,97r-30,0r74,-103v-52,30,-104,-9,-105,-76v0,-54,32,-92,79,-92xm144,-184v0,-40,-23,-64,-51,-64v-31,0,-50,26,-50,68v0,38,18,64,50,64v30,0,51,-25,51,-68"},":":{"d":"59,-185r0,38r-25,0r0,-38r25,0xm59,-38r0,38r-25,0r0,-38r25,0","w":92,"k":{" ":36}},";":{"d":"62,-185r0,38r-25,0r0,-38r25,0xm64,-38r-27,68r-21,0r24,-68r24,0","w":92,"k":{" ":23}},"<":{"d":"12,-102r169,-81r0,25r-140,68r140,66r0,25r-169,-80r0,-23","w":193},"=":{"d":"12,-138r169,0r0,22r-169,0r0,-22xm12,-65r169,0r0,23r-169,0r0,-23","w":193},">":{"d":"12,-24r140,-66r-140,-68r0,-25r169,81r0,23r-169,80r0,-25","w":193},"?":{"d":"97,-64r-26,0v0,-25,0,-48,23,-76v17,-19,35,-33,36,-57v3,-56,-84,-69,-90,-5r0,10r-27,0v-2,-55,38,-80,73,-79v38,0,72,31,72,76v0,29,-19,48,-36,65v-26,26,-25,41,-25,66xm97,-39r0,39r-26,0r0,-39r26,0","w":171},"@":{"d":"228,-62r19,0v-22,45,-66,67,-105,67v-73,0,-127,-60,-127,-137v0,-79,55,-139,128,-139v56,0,114,40,114,112v0,76,-58,103,-80,103v-8,0,-23,-3,-24,-24v-18,31,-81,36,-81,-31v0,-66,72,-132,106,-69r6,-21r18,0r-28,111v0,12,7,14,12,14v20,0,54,-25,54,-78v0,-66,-48,-99,-97,-99v-59,0,-107,49,-107,121v0,116,136,161,192,70xm118,-78v41,0,45,-41,52,-76v0,-23,-16,-31,-28,-31v-23,0,-49,33,-49,72v0,25,13,35,25,35","w":272},"A":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0","w":178},"B":{"d":"115,-143v82,26,58,148,-26,143r-65,0r0,-266r56,0v84,-15,90,109,35,123xm125,-197v-2,-43,-27,-47,-74,-45r0,91v44,6,76,-9,74,-46xm138,-75v-1,-47,-35,-56,-87,-52r0,103v50,3,88,-2,87,-51","w":179,"k":{"U":3,"\u00da":3,"\u00db":3,"\u00dc":3,"\u00d9":3,",":8,".":8,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"C":{"d":"162,-87r27,0v0,46,-27,92,-83,92v-57,0,-93,-48,-93,-138v0,-84,32,-138,93,-138v56,0,83,47,83,97r-27,0v-1,-35,-14,-72,-55,-72v-46,0,-66,45,-66,115v0,76,28,110,66,110v41,0,54,-34,55,-66","w":199,"k":{",":12,".":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"D":{"d":"85,-266v74,-3,114,51,111,133v-4,131,-65,138,-172,133r0,-266r61,0xm168,-133v0,-84,-31,-117,-117,-109r0,217v83,8,117,-26,117,-108","w":209,"k":{"V":10,"Y":13,"\u00dd":13,"\u0178":13,",":21,".":21,"A":10,"\u00c6":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10}},"E":{"d":"25,0r0,-266r125,0r0,24r-98,0r0,93r98,0r0,25r-98,0r0,99r98,0r0,25r-125,0","w":171},"F":{"d":"24,0r0,-266r115,0r0,24r-88,0r0,93r88,0r0,25r-88,0r0,124r-27,0","w":152,"k":{"\u00eb":5,"\u00e3":5,"\u00e0":5,"\u00e4":5,",":45,".":45,"A":12,"\u00c6":12,"\u00c1":12,"\u00c2":12,"\u00c4":12,"\u00c0":12,"\u00c5":12,"\u00c3":12,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e5":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"G":{"d":"205,-136v2,72,-10,141,-91,141v-68,0,-101,-58,-101,-138v0,-83,39,-138,101,-138v56,0,84,43,87,93r-27,0v-3,-35,-19,-69,-60,-69v-44,0,-73,39,-73,114v0,79,32,113,73,113v43,0,67,-47,63,-92r-74,0r0,-24r102,0","w":220,"k":{",":13,".":13,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"H":{"d":"51,0r-27,0r0,-266r27,0r0,117r95,0r0,-117r27,0r0,266r-27,0r0,-124r-95,0r0,124","w":197},"I":{"d":"24,0r0,-266r27,0r0,266r-27,0","w":75},"J":{"d":"67,-20v28,0,36,-24,36,-57r0,-189r27,0r0,193v13,86,-118,109,-127,20v0,-3,-1,-6,-1,-10v9,2,25,-5,27,5v5,32,24,38,38,38","w":153,"k":{",":9,".":9,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6}},"K":{"d":"24,0r0,-266r27,0r0,128r84,-128r30,0r-87,131r94,135r-32,0r-89,-129r0,129r-27,0","w":167,"k":{"O":9,"\u00d8":9,"\u0152":9,"\u00d3":9,"\u00d4":9,"\u00d6":9,"\u00d2":9,"\u00d5":9,"u":8,"\u00fa":8,"\u00fb":8,"\u00fc":8,"\u00f9":8,"y":4,"\u00fd":4,"\u00ff":4,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"o":8,"\u00f8":8,"\u0153":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8}},"L":{"d":"25,0r0,-266r27,0r0,241r85,0r0,25r-112,0","w":142,"k":{"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"T":25,"V":17,"W":13,"y":12,"\u00fd":12,"\u00ff":12,"Y":23,"\u00dd":23,"\u0178":23,"\u201d":37,"\u2019":36,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"M":{"d":"49,0r-24,0r0,-266r42,0r62,227r59,-227r42,0r0,266r-25,0r0,-242r-63,242r-25,0r-68,-242r0,242","w":254},"N":{"d":"57,-266r108,222r0,-222r25,0r0,266r-31,0r-110,-228r0,228r-24,0r0,-266r32,0","w":214},"O":{"d":"110,5v-64,0,-97,-61,-97,-139v0,-78,33,-137,97,-137v64,0,97,60,97,138v0,68,-27,138,-97,138xm41,-133v0,73,26,113,69,113v43,0,70,-40,70,-113v0,-73,-27,-114,-70,-114v-43,0,-69,41,-69,114","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"P":{"d":"168,-187v-1,62,-45,87,-116,80r0,107r-27,0r0,-266v80,-6,144,7,143,79xm141,-186v0,-48,-35,-60,-89,-56r0,110v53,3,90,-5,89,-54","w":176,"k":{"\u00e4":12,",":50,".":50,"A":23,"\u00c6":23,"\u00c1":23,"\u00c2":23,"\u00c4":23,"\u00c0":23,"\u00c5":23,"\u00c3":23,"a":12,"\u00e6":12,"\u00e1":12,"\u00e2":12,"\u00e0":12,"\u00e5":12,"\u00e3":12,"e":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00e8":12,"o":12,"\u00f8":12,"\u0153":12,"\u00f3":12,"\u00f4":12,"\u00f6":12,"\u00f2":12,"\u00f5":12}},"Q":{"d":"211,-21r0,25v-20,3,-34,-2,-48,-18v-12,10,-32,19,-53,19v-64,0,-97,-60,-97,-138v0,-78,33,-138,97,-138v101,0,120,173,70,238v9,11,19,13,31,12xm48,-84v39,-30,93,-4,112,31v8,-11,20,-40,20,-80v0,-73,-27,-114,-70,-114v-42,0,-69,41,-69,114v0,24,5,42,7,49xm148,-34v-15,-29,-62,-58,-96,-28v14,36,60,59,96,28","w":222},"R":{"d":"141,-184v0,-43,-35,-67,-90,-58r0,242r-27,0r0,-266r51,0v76,-1,87,24,93,80v4,40,-22,75,-57,79r53,107r-30,0r-60,-124v44,4,67,-21,67,-60","w":180,"k":{"T":7,"V":5,"W":3,"y":-2,"\u00fd":-2,"\u00ff":-2,"Y":5,"\u00dd":5,"\u0178":5}},"S":{"d":"45,-201v0,77,120,29,120,129v0,47,-34,77,-77,77v-42,0,-74,-25,-75,-78r26,0v5,78,99,67,99,2v0,-82,-121,-31,-121,-126v0,-47,29,-74,70,-74v40,0,66,20,72,67r-26,0v-3,-20,-12,-44,-45,-44v-27,0,-43,19,-43,47","w":177,"k":{",":9,".":9}},"T":{"d":"61,0r0,-242r-54,0r0,-24r135,0r0,24r-54,0r0,242r-27,0","w":148,"k":{"\u00fc":28,"\u0161":21,"\u00f2":28,"\u00f6":28,"\u00ec":6,"\u00ee":6,"\u00ed":6,"\u00e8":28,"\u00eb":28,"\u00ea":28,"\u00e3":30,"\u00e5":30,"\u00e0":30,"\u00e4":30,"\u00e2":30,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"u":28,"\u00fa":28,"\u00fb":28,"\u00f9":28,"w":20,"y":19,"\u00fd":19,"\u00ff":19,",":33,".":33,"A":26,"\u00c6":26,"\u00c1":26,"\u00c2":26,"\u00c4":26,"\u00c0":26,"\u00c5":26,"\u00c3":26,"a":30,"\u00e6":30,"\u00e1":30,"e":28,"\u00e9":28,"i":6,"\u0131":6,"\u00ef":6,"o":28,"\u00f8":28,"\u0153":28,"\u00f3":28,"\u00f4":28,"\u00f5":28,"c":24,"\u00e7":24,"r":25,"s":21,"-":25,":":21,";":21}},"U":{"d":"100,5v-50,0,-77,-24,-77,-75r0,-196r27,0r0,194v-3,29,19,52,49,52v30,0,50,-22,50,-52r0,-194r27,0r0,196v0,50,-26,75,-76,75","w":199,"k":{",":6,".":6,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"V":{"d":"78,0r-77,-266r27,0r63,229r63,-229r27,0r-77,266r-26,0","w":181,"k":{"\u00f6":14,"\u00f4":14,"\u00e8":14,"\u00eb":14,"\u00ea":14,"\u00e3":14,"\u00e5":14,"\u00e0":14,"\u00e4":14,"\u00e2":14,"G":6,"O":6,"\u00d8":6,"\u0152":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"u":8,"\u00fa":8,"\u00fb":8,"\u00fc":8,"\u00f9":8,"y":3,"\u00fd":3,"\u00ff":3,",":36,".":36,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":14,"\u00e6":14,"\u00e1":14,"e":14,"\u00e9":14,"o":14,"\u00f8":14,"\u0153":14,"\u00f3":14,"\u00f2":14,"\u00f5":14,"r":7,"-":14,":":17,";":17}},"W":{"d":"65,0r-64,-266r27,0r52,225r48,-225r27,0r48,225r52,-225r26,0r-64,266r-28,0r-48,-229r-48,229r-28,0","w":281,"k":{"\u00fc":3,"\u00f6":7,"\u00ea":7,"\u00e4":7,"O":3,"\u00d8":3,"\u0152":3,"\u00d3":3,"\u00d4":3,"\u00d6":3,"\u00d2":3,"\u00d5":3,"u":3,"\u00fa":3,"\u00fb":3,"\u00f9":3,",":22,".":22,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f2":7,"\u00f5":7,"-":8,":":13,";":13}},"X":{"d":"1,0r68,-142r-59,-124r28,0r45,101r46,-101r28,0r-59,124r67,142r-29,0r-53,-117r-53,117r-29,0","w":166,"k":{"C":6,"\u00c7":6,"O":6,"\u00d8":6,"\u0152":6,"\u00d3":6,"\u00d4":6,"\u00d6":6,"\u00d2":6,"\u00d5":6,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"Y":{"d":"67,0r0,-97r-68,-169r28,0r54,143r54,-143r28,0r-69,169r0,97r-27,0","w":161,"k":{"\u00fc":12,"\u00f6":20,"O":8,"\u00d8":8,"\u0152":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"u":12,"\u00fa":12,"\u00fb":12,"\u00f9":12,"v":5,",":35,".":35,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"i":4,"\u0131":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f2":20,"\u00f5":20,"q":20,"-":17,":":24,";":24,"p":12,"S":5,"\u0160":5}},"Z":{"d":"160,-244r-116,219r121,0r0,25r-153,0r0,-22r117,-220r-117,0r0,-24r148,0r0,22","w":174},"[":{"d":"103,64r0,21r-73,0r0,-351r73,0r0,20r-50,0r0,310r50,0","w":119},"\\":{"d":"93,24r-110,-292r24,0r110,292r-24,0","w":100},"]":{"d":"16,85r0,-21r51,0r0,-310r-51,0r0,-20r73,0r0,351r-73,0","w":119},"^":{"d":"24,-137r61,-129r23,0r62,129r-25,0r-49,-106r-48,106r-24,0","w":193},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"46,-266r26,68r-24,0r-28,-68r26,0","w":92,"k":{"\u2018":48,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27}},"a":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79","w":176},"b":{"d":"24,0r0,-266r24,0r-1,108v7,-25,25,-43,50,-43v41,0,66,43,66,103v0,96,-84,144,-117,60r0,38r-22,0xm139,-98v0,-42,-14,-79,-45,-79v-63,1,-63,157,0,158v31,0,45,-37,45,-79","w":176,"k":{"v":3,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14}},"c":{"d":"86,-178v-34,0,-48,38,-48,80v0,89,80,108,90,31r25,0v-4,40,-26,72,-65,72v-52,0,-76,-50,-76,-103v0,-64,31,-103,75,-103v40,0,63,32,65,73r-25,0v-4,-39,-23,-50,-41,-50","w":160,"k":{"y":-3,"\u00fd":-3,"\u00ff":-3,",":6,".":6}},"d":{"d":"153,-266r0,266r-23,0v0,-18,1,-29,1,-39v-7,27,-27,44,-52,44v-39,0,-66,-42,-66,-103v0,-93,83,-145,116,-61r0,-107r24,0xm83,-19v63,-2,64,-157,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79","w":176},"e":{"d":"157,-57v-7,36,-30,62,-68,62v-54,0,-75,-53,-75,-103v0,-90,81,-136,127,-75v17,22,18,54,18,82r-120,0v0,41,17,73,50,73v24,0,39,-16,44,-39r24,0xm39,-112r95,0v-1,-41,-17,-68,-47,-68v-28,0,-47,29,-48,68","w":172,"k":{"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":6,".":6,"x":4}},"f":{"d":"29,0r0,-173r-22,0r0,-23r22,0r0,-15v0,-59,46,-60,58,-60r0,21v-22,-2,-37,19,-34,54r34,0r0,23r-34,0r0,173r-24,0","w":90,"k":{"\u0131":5,",":11,".":13,"a":8,"\u00e6":8,"\u00e1":8,"\u00e2":8,"\u00e4":8,"\u00e0":8,"\u00e5":8,"\u00e3":8,"e":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00e8":8,"f":8,"\ufb01":8,"\ufb02":8,"\u00df":8,"i":5,"\u00ed":5,"\u00ee":5,"\u00ef":5,"\u00ec":5,"l":5,"\u0142":5,"o":8,"\u00f8":8,"\u0153":8,"\u00f3":8,"\u00f4":8,"\u00f6":8,"\u00f2":8,"\u00f5":8}},"g":{"d":"42,15v0,25,21,39,43,39v21,0,44,-9,44,-56r0,-35v-7,26,-25,42,-50,42v-42,0,-66,-43,-66,-103v0,-95,84,-145,119,-60v0,-12,-1,-23,-1,-38r22,0r0,192v0,53,-22,81,-69,81v-23,0,-63,-14,-66,-62r24,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79","w":176,"k":{",":7,".":7}},"h":{"d":"95,-177v-26,-1,-47,23,-47,66r0,111r-24,0r0,-266r24,0r-1,101v8,-25,29,-36,53,-36v83,-1,50,122,56,201r-24,0v-7,-64,23,-174,-37,-177","w":178,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":4,"\u00fd":4,"\u00ff":4}},"i":{"d":"27,-231r0,-35r24,0r0,35r-24,0xm27,0r0,-196r24,0r0,196r-24,0","w":77},"j":{"d":"26,-231r0,-35r24,0r0,35r-24,0xm50,-196r0,199v1,35,-10,70,-50,71r0,-24v23,-2,25,-21,26,-50r0,-196r24,0","w":76},"k":{"d":"23,0r0,-266r24,0r0,154r63,-84r27,0r-68,87r73,109r-27,0r-68,-101r0,101r-24,0","w":141,"k":{"y":3,"\u00fd":3,"\u00ff":3,"a":6,"\u00e6":6,"\u00e1":6,"\u00e2":6,"\u00e4":6,"\u00e0":6,"\u00e5":6,"\u00e3":6,"e":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00e8":6,"o":6,"\u00f8":6,"\u0153":6,"\u00f3":6,"\u00f4":6,"\u00f6":6,"\u00f2":6,"\u00f5":6}},"l":{"d":"27,0r0,-266r24,0r0,266r-24,0","w":77,"k":{"y":2,"\u00fd":2,"\u00ff":2}},"m":{"d":"91,-177v-64,2,-36,109,-42,177r-25,0r0,-196r24,0v0,10,0,20,-1,32v16,-55,86,-46,94,0v8,-23,26,-37,53,-37v82,0,47,123,54,201r-24,0r0,-120v1,-32,-6,-57,-34,-57v-62,0,-38,109,-42,177r-24,0r0,-119v2,-31,-5,-58,-33,-58","w":271,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":4,"\u00fd":4,"\u00ff":4}},"n":{"d":"24,0r0,-196r21,0v0,11,1,22,0,34v22,-60,111,-53,111,28r0,134r-24,0r0,-126v0,-20,-2,-51,-37,-51v-66,0,-44,112,-47,177r-24,0","w":178,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":4,"\u00fd":4,"\u00ff":4}},"o":{"d":"13,-98v0,-56,23,-103,76,-103v52,0,75,47,75,103v0,56,-23,103,-75,103v-53,0,-76,-47,-76,-103xm39,-98v0,52,16,80,50,80v33,0,50,-28,50,-80v0,-52,-17,-80,-50,-80v-33,0,-50,28,-50,80","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"p":{"d":"24,72r0,-268r22,0r0,38v10,-30,28,-43,51,-43v39,0,66,41,66,103v0,95,-85,141,-116,62v2,29,1,75,1,108r-24,0xm93,-177v-62,0,-62,158,0,158v30,0,46,-34,46,-79v0,-44,-16,-79,-46,-79","w":176,"k":{"y":3,"\u00fd":3,"\u00ff":3,",":13,".":12}},"q":{"d":"153,-196r0,268r-24,0r0,-109v-8,26,-26,42,-50,42v-41,0,-66,-43,-66,-103v0,-62,27,-103,66,-103v23,0,42,13,51,43r0,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79","w":176},"r":{"d":"24,0r0,-196r22,0v0,18,0,29,-1,41v10,-38,36,-45,53,-46r0,29v-26,-11,-50,14,-50,67r0,105r-24,0","w":99,"k":{"v":-5,"w":-3,"y":-3,"\u00fd":-3,"\u00ff":-3,"\u2019":2,",":14,".":14,"x":-2,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"c":4,"\u00e7":4,"d":4,"g":4,"q":4,"r":-3,"s":-3,"\u0161":-3,"t":-2,"z":-2,"\u017e":-2,"-":2}},"s":{"d":"106,-52v-1,-53,-89,-30,-89,-97v0,-31,23,-52,55,-52v33,0,53,20,54,56r-23,0v0,-25,-13,-34,-32,-34v-17,0,-29,12,-29,29v0,52,89,23,89,96v0,35,-25,59,-58,59v-36,0,-59,-22,-61,-63r24,0v0,27,15,40,37,40v21,0,33,-14,33,-34","w":145,"k":{"w":3,",":6,".":6}},"t":{"d":"33,0r0,-173r-27,0r0,-23r27,0r0,-62r24,0r0,62r27,0r0,23r-27,0r0,173r-24,0","w":90,"k":{"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"u":{"d":"155,-196r0,196r-22,0v0,-11,0,-22,1,-34v-22,60,-111,53,-111,-28r0,-134r24,0r0,126v0,20,2,51,37,51v66,0,44,-112,47,-177r24,0","w":178},"v":{"d":"140,-196r-56,196r-25,0r-59,-196r25,0r46,164r45,-164r24,0","w":140,"k":{",":22,".":22,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f8":3,"\u0153":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"w":{"d":"54,0r-53,-196r25,0r40,161r35,-144r22,0r35,144r40,-161r24,0r-52,196r-24,0r-34,-143r-34,143r-24,0","w":223,"k":{",":20,".":20,"a":3,"\u00e6":3,"\u00e1":3,"\u00e2":3,"\u00e4":3,"\u00e0":3,"\u00e5":3,"\u00e3":3,"e":3,"\u00e9":3,"\u00ea":3,"\u00eb":3,"\u00e8":3,"o":3,"\u00f8":3,"\u0153":3,"\u00f3":3,"\u00f4":3,"\u00f6":3,"\u00f2":3,"\u00f5":3}},"x":{"d":"2,0r52,-100r-50,-96r27,0r38,77r38,-77r27,0r-51,96r53,100r-28,0r-39,-80r-40,80r-27,0","w":137,"k":{"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"y":{"d":"33,72r26,-77r-57,-191r25,0r44,156r46,-156r25,0r-84,268r-25,0","w":143,"k":{",":22,".":22,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"z":{"d":"7,0r0,-22r94,-151r-88,0r0,-23r117,0r0,23r-94,150r97,0r0,23r-126,0","w":142},"{":{"d":"99,-266r0,19v-54,-14,-37,60,-37,102v0,28,-17,50,-30,57v35,6,31,76,30,123v-1,37,10,34,37,34r0,20v-40,4,-60,-6,-60,-47v0,-46,11,-108,-26,-120r0,-20v33,-6,26,-79,26,-123v0,-41,21,-48,60,-45","w":119},"|":{"d":"60,-270r23,0r0,360r-23,0r0,-360","w":142},"}":{"d":"20,-247r0,-19v40,-3,61,5,61,46v0,47,-11,109,26,121r0,19v-64,13,29,191,-87,169r0,-20v27,1,39,1,38,-34v-2,-50,-2,-112,29,-125v-34,-6,-30,-75,-29,-122v1,-38,-10,-35,-38,-35","w":119},"~":{"d":"63,-114v35,2,81,49,99,2r9,18v-8,15,-20,27,-36,27v-37,-2,-80,-51,-104,-2r-9,-18v9,-16,23,-28,41,-27","w":193},"\u00a1":{"d":"31,-157r0,-39r27,0r0,39r-27,0xm31,71r0,-202r27,0r0,202r-27,0","w":89},"\u00a2":{"d":"107,5r-22,0r0,-35v-51,-3,-64,-61,-64,-100v0,-54,16,-98,64,-104r0,-34r22,0r0,34v41,4,55,38,57,75r-25,0v-2,-26,-13,-52,-43,-52v-33,0,-48,29,-48,79v0,49,14,79,49,79v28,0,42,-24,43,-51r26,0v-1,40,-24,73,-59,74r0,35"},"\u00a3":{"d":"177,-91v10,52,-19,91,-70,91r-92,0r0,-26r37,0v23,-33,19,-68,-10,-99r-35,0r0,-24r23,0v-28,-48,2,-122,65,-122v38,0,68,27,74,72r-27,0v-6,-27,-26,-45,-49,-45v-44,0,-61,61,-35,95r72,0r0,24r-60,0v26,25,32,68,10,99v49,6,81,-17,70,-65r27,0"},"\u2044":{"d":"-54,1r129,-269r20,0r-129,269r-20,0","w":40},"\u00a5":{"d":"171,-160r0,24r-59,0v-5,7,-5,19,-5,31r64,0r0,24r-64,0r0,81r-26,0r0,-81r-64,0r0,-24r64,0v0,-12,1,-25,-5,-31r-59,0r0,-24r48,0r-53,-106r28,0r54,116r53,-116r29,0r-53,106r48,0"},"\u0192":{"d":"91,-174v5,-54,30,-112,95,-94r-5,24v-45,-11,-60,30,-63,70r52,0r0,22r-53,0v-14,66,-13,147,-40,201v-11,23,-51,31,-83,21r6,-25v38,15,62,-15,67,-48r23,-149r-51,0r0,-22r52,0"},"\u00a7":{"d":"143,-217r-19,0v1,-49,-64,-43,-62,-7v3,57,93,56,93,120v0,19,-11,39,-30,49v31,27,21,96,-33,96v-35,0,-53,-27,-55,-59r18,0v1,18,10,40,36,40v44,0,37,-58,1,-79v-23,-20,-67,-42,-67,-79v0,-21,12,-39,32,-47v-29,-30,-19,-90,36,-88v28,0,47,15,50,54xm114,-67v29,-20,19,-53,-8,-74r-39,-30v-26,17,-29,47,3,71","w":180},"\u00a4":{"d":"169,-35r-29,-29v-22,19,-70,20,-92,0r-30,29r-15,-16r29,-30v-21,-21,-23,-70,-1,-92r-29,-30r16,-16r29,30v23,-21,72,-21,93,0r29,-30r17,16r-29,30v19,21,20,72,-1,92r29,30xm39,-127v0,30,26,55,55,55v30,0,55,-25,55,-55v0,-31,-25,-55,-55,-55v-29,0,-55,24,-55,55"},"'":{"d":"51,-167r-23,0r0,-99r23,0r0,99","w":79},"\u201c":{"d":"49,-266r26,68r-24,0r-29,-68r27,0xm94,-266r26,68r-24,0r-29,-68r27,0","w":142,"k":{"A":26,"\u00c6":26,"\u00c1":26,"\u00c2":26,"\u00c4":26,"\u00c0":26,"\u00c5":26,"\u00c3":26}},"\u00ab":{"d":"14,-100r39,-69r23,0r-39,69r39,67r-23,0xm63,-100r39,-69r23,0r-39,69r39,67r-23,0","w":138},"\u2039":{"d":"15,-100r39,-68r24,0r-39,68r39,67r-24,0","w":93},"\u203a":{"d":"39,-168r39,68r-39,67r-24,0r39,-67r-39,-68r24,0","w":93},"\ufb01":{"d":"105,-173r-51,0r0,173r-24,0r0,-173r-22,0r0,-23r22,0r0,-15v0,-59,47,-60,59,-60r0,21v-22,-1,-38,19,-35,54r75,0r0,196r-24,0r0,-173xm129,-231r-24,0r0,-35r24,0r0,35","w":154},"\ufb02":{"d":"105,-173r-51,0r0,173r-24,0r0,-173r-22,0r0,-23r22,0r0,-15v0,-59,47,-60,59,-60r0,21v-22,-1,-38,19,-35,54r51,0r0,-70r24,0r0,266r-24,0r0,-173","w":154,"k":{"y":2,"\u00fd":2,"\u00ff":2}},"\u2013":{"d":"8,-113r164,0r0,24r-164,0r0,-24","w":180},"\u2020":{"d":"102,-266r0,71r60,0r0,24r-60,0r0,207r-24,0r0,-207r-60,0r0,-24r60,0r0,-71r24,0","w":180},"\u2021":{"d":"102,-266r0,64r60,0r0,24r-60,0r0,125r60,0r0,24r-60,0r0,65r-24,0r0,-65r-60,0r0,-24r60,0r0,-125r-60,0r0,-24r60,0r0,-64r24,0","w":180},"\u00b7":{"d":"60,-112r0,40r-28,0r0,-40r28,0","w":92},"\u00b6":{"d":"87,37r0,-166v-47,0,-80,-21,-80,-68v-1,-85,101,-68,183,-69r0,18r-20,0r0,285r-23,0r0,-285r-36,0r0,285r-24,0","w":195},"\u2022":{"d":"76,-176v24,0,44,19,44,43v0,24,-20,44,-44,44v-25,0,-44,-20,-44,-44v0,-24,19,-43,44,-43","w":151},"\u201a":{"d":"21,30r25,-68r27,0r-29,68r-23,0","w":92},"\u201e":{"d":"24,30r25,-68r27,0r-29,68r-23,0xm68,30r26,-68r27,0r-29,68r-24,0","w":142},"\u201d":{"d":"24,-198r25,-68r27,0r-29,68r-23,0xm68,-198r26,-68r27,0r-29,68r-24,0","w":142,"k":{" ":36}},"\u00bb":{"d":"86,-168r39,68r-39,67r-23,0r39,-67r-39,-68r23,0xm37,-168r39,68r-39,67r-24,0r39,-67r-39,-68r24,0","w":138},"\u2026":{"d":"48,0r0,-38r24,0r0,38r-24,0xm168,0r0,-38r24,0r0,38r-24,0xm288,0r0,-38r24,0r0,38r-24,0","w":360},"\u2030":{"d":"8,-210v0,-37,25,-61,57,-61v32,0,57,23,57,61v0,38,-25,61,-57,61v-32,0,-57,-23,-57,-61xm26,-210v0,26,16,44,39,44v23,0,39,-17,39,-44v0,-27,-16,-43,-39,-43v-23,0,-39,16,-39,43xm131,-57v0,-37,25,-61,57,-61v32,0,57,23,57,61v0,38,-25,62,-57,62v-32,0,-57,-24,-57,-62xm188,-100v-23,0,-39,16,-39,44v0,26,16,43,39,43v23,0,38,-17,38,-44v0,-27,-15,-43,-38,-43xm260,-57v0,-37,24,-61,56,-61v32,0,57,23,57,61v0,38,-25,62,-57,62v-32,0,-56,-24,-56,-62xm316,-100v-23,0,-38,16,-38,44v0,26,15,43,38,43v23,0,39,-17,39,-44v0,-27,-16,-43,-39,-43xm213,-268r-152,269r-22,0r152,-269r22,0","w":381},"\u00bf":{"d":"75,-157r0,-39r26,0r0,39r-26,0xm14,0v-1,-52,74,-79,61,-131r26,0v0,25,1,48,-23,75v-17,20,-36,33,-36,57v0,56,84,69,89,5v0,-3,1,-7,1,-10r27,0v2,107,-143,101,-145,4","w":171},"`":{"d":"35,-277r79,46r-9,16r-80,-42","w":150},"\u00b4":{"d":"36,-231r80,-46r10,20r-81,42","w":150},"\u02c6":{"d":"87,-266r51,44r-26,0r-37,-31r-37,31r-25,0r51,-44r23,0","w":150},"\u02dc":{"d":"9,-242v26,-37,90,13,120,-15r11,14v-23,36,-93,-14,-119,16","w":150},"\u00af":{"d":"138,-251r0,18r-125,0r0,-18r125,0","w":150},"\u02d8":{"d":"12,-262r20,0v5,13,19,21,44,21v27,0,38,-9,42,-21r21,0v-4,45,-114,58,-127,0","w":150},"\u02d9":{"d":"58,-263r0,41r-23,0r0,-41r23,0","w":92},"\u00a8":{"d":"32,-263r0,41r-24,0r0,-41r24,0xm85,-263r0,41r-23,0r0,-41r23,0","w":93},"\u02da":{"d":"47,-285v19,0,36,16,36,36v0,19,-16,36,-36,36v-20,0,-36,-17,-36,-36v0,-20,16,-36,36,-36xm68,-249v0,-12,-9,-21,-22,-21v-12,0,-20,9,-20,21v0,12,9,21,21,21v12,0,21,-9,21,-21","w":93},"\u00b8":{"d":"46,0r-11,22v17,-7,37,8,36,24v-1,31,-48,46,-65,13r8,-6v11,16,39,14,39,-6v0,-16,-23,-19,-31,-8r-8,-4r18,-35r14,0","w":77},"\u02dd":{"d":"19,-228r61,-48r15,16r-63,45xm80,-228r60,-48r15,16r-63,45","w":150},"\u02db":{"d":"12,39v3,-23,18,-43,48,-42v-18,13,-28,22,-28,36v0,21,25,27,42,18r0,17v-22,14,-66,1,-62,-29","w":77},"\u02c7":{"d":"14,-264r25,0r36,30r36,-30r25,0r-49,43r-24,0","w":150},"\u2014":{"d":"8,-113r344,0r0,24r-344,0r0,-24","w":360},"\u00c6":{"d":"-3,0r132,-266r144,0r0,24r-103,0r0,93r103,0r0,25r-103,0r0,99r103,0r0,25r-130,0r0,-77r-79,0r-37,77r-30,0xm75,-102r68,0r0,-141","w":295},"\u00aa":{"d":"98,-269r0,118r-18,0r0,-24v-24,51,-76,24,-76,-35v0,-57,55,-87,76,-34r0,-25r18,0xm76,-211v0,-22,-7,-42,-27,-42v-17,0,-27,20,-27,44v0,21,8,43,28,43v20,0,26,-22,26,-45","w":108},"\u0141":{"d":"-2,-87r0,-27r27,-20r0,-132r27,0r0,113r49,-35r0,28r-49,35r0,100r85,0r0,25r-112,0r0,-107","w":142,"k":{"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"T":25,"V":17,"W":13,"y":12,"\u00fd":12,"\u00ff":12,"Y":23,"\u00dd":23,"\u0178":23,"\u201d":37,"\u2019":36,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"\u00d8":{"d":"179,-237r29,-38r23,0r-42,55v37,78,21,226,-79,225v-29,0,-52,-13,-67,-34r-30,38r-23,0r42,-55v-41,-77,-16,-225,78,-225v30,0,53,12,69,34xm51,-71r111,-144v-47,-67,-121,-23,-121,82v0,24,4,45,10,62xm169,-195r-110,144v47,66,121,22,121,-82v0,-24,-4,-47,-11,-62","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"\u0152":{"d":"208,-242r0,93r102,0r0,25r-102,0r0,99r102,0r0,25r-126,0r1,-53v-14,36,-39,58,-75,58v-60,0,-97,-55,-97,-138v0,-83,37,-138,97,-138v35,0,61,20,75,57r-1,-52r126,0r0,24r-102,0xm41,-132v0,71,30,112,71,112v41,0,69,-36,69,-112v0,-78,-28,-114,-70,-114v-41,0,-70,41,-70,114","w":330},"\u00ba":{"d":"5,-210v0,-33,14,-61,49,-61v35,0,49,27,49,61v0,33,-14,62,-49,62v-35,0,-49,-29,-49,-62xm54,-255v-21,0,-30,15,-30,46v0,30,11,44,30,44v20,0,30,-15,30,-45v0,-31,-9,-45,-30,-45","w":108},"\u00e6":{"d":"276,-92r-122,0v0,41,15,74,50,74v24,0,41,-16,46,-39r24,0v-5,67,-102,87,-122,20r1,37r-23,0r1,-37v-8,27,-27,42,-52,42v-41,0,-68,-42,-68,-103v0,-94,87,-145,120,-60r-1,-38r23,0r-1,38v17,-53,77,-55,105,-17v17,24,19,55,19,83xm129,-98v1,-42,-11,-79,-46,-79v-30,0,-48,34,-48,79v0,44,18,79,48,79v37,0,46,-44,46,-79xm154,-111r98,0v4,-66,-57,-91,-86,-48v-9,13,-12,30,-12,48","w":287},"\u0131":{"d":"27,0r0,-196r24,0r0,196r-24,0","w":77},"\u0142":{"d":"27,-130r-29,25r0,-23r29,-24r0,-114r24,0r0,94r28,-24r0,22r-28,24r0,150r-24,0r0,-130","w":77,"k":{"y":2,"\u00fd":2,"\u00ff":2}},"\u00f8":{"d":"164,-204r21,0r-35,42v30,59,14,167,-61,167v-23,0,-39,-10,-51,-25r-24,28r-21,0r34,-42v-30,-60,-13,-167,62,-167v23,0,40,10,51,25xm44,-58r82,-99v-33,-45,-88,-14,-88,59v0,15,2,29,6,40xm133,-138r-81,99v33,45,87,14,87,-59v0,-15,-2,-29,-6,-40","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"\u0153":{"d":"282,-57v-7,35,-30,62,-67,62v-35,0,-55,-22,-64,-50v-9,31,-30,50,-64,50v-51,0,-74,-47,-74,-103v0,-56,23,-103,75,-103v34,0,54,20,63,49v12,-54,87,-65,115,-21v15,24,18,53,18,81r-121,0v0,41,15,74,50,74v24,0,40,-16,45,-39r24,0xm38,-98v0,52,18,80,51,80v33,0,50,-28,50,-80v0,-52,-17,-80,-51,-80v-33,0,-50,28,-50,80xm163,-111r97,0v-1,-44,-18,-69,-48,-69v-32,0,-48,33,-49,69","w":295,"k":{"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":6,".":6,"x":4}},"\u00df":{"d":"24,-180v-1,-65,16,-86,67,-91v70,-7,80,116,25,133v33,6,50,36,50,69v0,80,-107,108,-121,23r1,46r-22,0r0,-180xm88,-248v-65,0,-32,113,-40,176r12,0v1,40,22,54,40,54v27,0,41,-20,41,-50v0,-29,-18,-63,-63,-55v1,-9,-5,-25,8,-23v27,-1,41,-22,41,-55v0,-28,-16,-47,-39,-47","w":181,"k":{"w":3,",":6,".":6}},"\u00b9":{"d":"64,-266r0,158r-20,0r0,-141r-27,0r0,-17r47,0","w":101},"\u00ac":{"d":"12,-138r169,0r0,96r-22,0r0,-74r-147,0r0,-22","w":193},"\u00b5":{"d":"85,-19v26,0,47,-24,47,-67r0,-110r24,0r0,196r-22,0v0,-12,1,-22,1,-35v-10,39,-67,57,-88,20r1,80r-24,0r0,-261r24,0v7,64,-24,174,37,177","w":180},"\u2122":{"d":"139,-109r0,-157r30,0r60,123r59,-123r30,0r0,157r-21,0r0,-129r-60,129r-16,0r-60,-129r0,129r-22,0xm53,-109r0,-139r-43,0r0,-18r110,0r0,18r-44,0r0,139r-23,0","w":339},"\u00d0":{"d":"85,-266v74,-3,114,51,111,133v-4,131,-65,138,-172,133r0,-122r-29,0r0,-25r29,0r0,-119r61,0xm168,-133v0,-84,-31,-117,-117,-109r0,95r60,0r0,25r-60,0r0,97v81,6,117,-17,117,-108","w":209,"k":{"V":10,"Y":13,"\u00dd":13,"\u0178":13,",":21,".":21,"A":10,"\u00c6":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10}},"\u00bd":{"d":"69,-266r0,158r-20,0r0,-141r-27,0r0,-17r47,0xm190,-268r-124,269r-21,0r123,-269r22,0xm155,-108v-2,-33,21,-53,48,-53v49,0,58,58,27,91r-49,51r70,0r0,19r-97,0r0,-18v22,-29,75,-54,75,-95v0,-14,-7,-30,-26,-30v-15,0,-28,12,-28,35r-20,0","w":269},"\u00b1":{"d":"85,-122r0,-60r23,0r0,60r73,0r0,23r-73,0r0,60r-23,0r0,-60r-73,0r0,-23r73,0xm12,0r0,-23r169,0r0,23r-169,0","w":193},"\u00de":{"d":"168,-135v0,60,-46,86,-116,79r0,56r-27,0r0,-266r27,0r0,52v71,-5,116,17,116,79xm141,-135v0,-48,-35,-58,-89,-54r0,108v53,3,90,-5,89,-54","w":179},"\u00bc":{"d":"225,-158r0,110r16,0r0,18r-16,0r0,30r-19,0r0,-30r-70,0r0,-16r68,-112r21,0xm206,-130r-49,82r49,0r0,-82xm69,-266r0,158r-20,0r0,-141r-27,0r0,-17r47,0xm194,-268r-124,269r-22,0r124,-269r22,0","w":258},"\u00f7":{"d":"111,-188r0,39r-28,0r0,-39r28,0xm12,-79r0,-23r169,0r0,23r-169,0xm111,-32r0,40r-28,0r0,-40r28,0","w":193},"\u00a6":{"d":"60,-243r23,0r0,126r-23,0r0,-126xm60,-63r23,0r0,126r-23,0r0,-126","w":142},"\u00b0":{"d":"72,-261v29,0,52,23,52,53v0,29,-23,51,-52,51v-29,0,-52,-23,-52,-52v0,-29,23,-52,52,-52xm72,-247v-21,0,-37,17,-37,39v0,21,16,37,37,37v21,0,37,-17,37,-38v0,-21,-16,-38,-37,-38","w":144},"\u00fe":{"d":"24,72r0,-338r24,0r-1,104v9,-26,27,-39,50,-39v39,0,66,41,66,103v0,60,-25,103,-66,103v-23,0,-42,-17,-50,-40r1,107r-24,0xm93,-177v-62,0,-62,158,0,158v30,0,46,-34,46,-79v0,-44,-16,-79,-46,-79","w":176,"k":{"v":3,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14}},"\u00be":{"d":"248,-158r0,110r16,0r0,18r-16,0r0,30r-19,0r0,-30r-70,0r0,-16r68,-112r21,0xm229,-130r-49,82r49,0r0,-82xm12,-157r20,0v0,47,60,42,60,3v0,-20,-15,-38,-44,-34r0,-16v23,4,38,-14,35,-24v0,-12,-7,-24,-21,-24v-14,0,-22,10,-22,24r-20,0v-1,-56,85,-53,84,-2v0,19,-11,28,-20,32v45,13,34,97,-21,93v-29,-2,-51,-20,-51,-52xm219,-268r-124,269r-22,0r124,-269r22,0","w":281},"\u00b2":{"d":"12,-216v-1,-32,22,-53,49,-53v48,0,58,60,27,92r-49,50r69,0r0,19r-97,0r0,-18v22,-29,75,-54,75,-95v0,-15,-7,-30,-26,-30v-15,0,-27,12,-27,35r-21,0","w":123},"\u00ae":{"d":"6,-133v0,-75,59,-138,139,-138v77,0,137,62,137,138v0,77,-62,137,-138,137v-77,0,-138,-59,-138,-137xm144,-255v-69,0,-120,56,-120,122v0,68,53,121,120,121v67,0,120,-53,120,-121v0,-66,-51,-122,-120,-122xm188,-55v-10,-22,12,-74,-45,-67r-38,0r0,67r-20,0r0,-157v55,5,121,-21,121,43v0,17,-9,31,-29,39v18,5,25,17,26,36v2,30,2,33,5,39r-20,0xm186,-168v-8,-43,-45,-24,-81,-28r0,59v38,-3,71,13,81,-31","w":288},"\u2212":{"d":"12,-79r0,-23r169,0r0,23r-169,0","w":193},"\u00f0":{"d":"125,-169v-8,-20,-26,-43,-41,-54r-58,23r0,-20r45,-17v-10,-9,-21,-16,-33,-22r22,-9v11,6,21,12,33,22r57,-22r0,20r-43,17v30,26,57,72,57,131v0,61,-24,105,-77,105v-52,0,-74,-44,-74,-98v0,-54,24,-97,71,-97v16,0,29,3,41,21xm37,-93v0,47,17,75,50,75v35,0,52,-28,52,-75v0,-38,-12,-75,-51,-75v-34,0,-51,27,-51,75","w":177},"\u00d7":{"d":"28,0r-16,-17r68,-74r-68,-73r16,-17r68,74r69,-74r16,17r-68,73r68,74r-16,17r-69,-75","w":193},"\u00b3":{"d":"10,-157r20,0v-1,47,60,42,60,3v0,-20,-15,-38,-44,-34r0,-16v23,4,38,-14,35,-24v0,-12,-7,-24,-21,-24v-14,0,-22,10,-22,24r-20,0v-1,-56,85,-53,84,-2v0,19,-11,28,-20,32v45,13,34,97,-21,93v-29,-2,-51,-20,-51,-52","w":123},"\u00a9":{"d":"6,-133v0,-75,59,-138,139,-138v77,0,137,62,137,138v0,77,-62,137,-138,137v-77,0,-138,-59,-138,-137xm144,-255v-69,0,-120,56,-120,122v0,68,53,121,120,121v67,0,120,-53,120,-121v0,-66,-51,-122,-120,-122xm215,-159r-19,0v-17,-60,-104,-42,-104,26v0,45,29,63,55,63v13,0,47,-5,51,-46r19,0v-11,93,-146,81,-146,-16v0,-47,31,-82,77,-82v35,0,62,22,67,55","w":288},"\u00c1":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0xm51,-296r80,-45r10,20r-81,42","w":178},"\u00c2":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0xm101,-330r50,44r-25,0r-37,-31r-37,31r-25,0r50,-44r24,0","w":178},"\u00c4":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0xm74,-327r0,41r-23,0r0,-41r23,0xm127,-327r0,41r-23,0r0,-41r23,0","w":178},"\u00c0":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0xm48,-341r79,45r-9,17r-80,-42","w":178},"\u00c5":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0xm89,-347v20,0,36,17,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36v0,-20,17,-36,36,-36xm89,-333v-12,0,-21,10,-21,22v0,12,9,20,21,20v12,0,21,-8,21,-20v0,-12,-9,-22,-21,-22","w":178},"\u00c3":{"d":"49,-79r-22,79r-28,0r76,-266r27,0r77,266r-27,0r-23,-79r-80,0xm122,-103r-33,-128r-33,128r66,0xm23,-305v27,-37,90,13,120,-15r11,15v-24,34,-94,-14,-119,15","w":178},"\u00c7":{"d":"112,4r-8,18v17,-7,34,6,34,24v0,31,-47,46,-63,13r9,-7v9,17,35,14,36,-5v1,-16,-20,-19,-27,-8r-10,-4r15,-31v-52,-3,-86,-50,-86,-137v0,-84,31,-138,91,-138v56,0,85,47,85,97r-27,0v0,-34,-15,-72,-56,-72v-46,0,-65,45,-65,115v0,76,27,110,66,110v41,0,54,-35,55,-66r27,0v0,45,-26,87,-76,91","w":198,"k":{",":12,".":12,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"\u00c9":{"d":"25,0r0,-266r125,0r0,24r-98,0r0,93r98,0r0,25r-98,0r0,99r98,0r0,25r-125,0xm46,-297r80,-45r10,19r-80,43","w":171},"\u00ca":{"d":"25,0r0,-266r125,0r0,24r-98,0r0,93r98,0r0,25r-98,0r0,99r98,0r0,25r-125,0xm97,-332r51,45r-26,0r-37,-31r-36,31r-26,0r51,-45r23,0","w":171},"\u00cb":{"d":"25,0r0,-266r125,0r0,24r-98,0r0,93r98,0r0,25r-98,0r0,99r98,0r0,25r-125,0xm70,-328r0,41r-23,0r0,-41r23,0xm124,-328r0,41r-24,0r0,-41r24,0","w":171},"\u00c8":{"d":"25,0r0,-266r125,0r0,24r-98,0r0,93r98,0r0,25r-98,0r0,99r98,0r0,25r-125,0xm45,-342r80,45r-9,17r-81,-43","w":171},"\u00cd":{"d":"24,0r0,-266r27,0r0,266r-27,0xm0,-296r80,-45r9,20r-80,42","w":75},"\u00ce":{"d":"24,0r0,-266r27,0r0,266r-27,0xm49,-330r51,44r-25,0r-37,-31r-37,31r-25,0r50,-44r23,0","w":75},"\u00cf":{"d":"24,0r0,-266r27,0r0,266r-27,0xm23,-328r0,41r-24,0r0,-41r24,0xm76,-328r0,41r-23,0r0,-41r23,0","w":75},"\u00cc":{"d":"24,0r0,-266r27,0r0,266r-27,0xm-4,-341r80,45r-9,17r-81,-42","w":75},"\u00d1":{"d":"57,-266r108,222r0,-222r25,0r0,266r-31,0r-110,-228r0,228r-24,0r0,-266r32,0xm41,-304v27,-38,90,13,120,-15r11,14v-23,36,-93,-13,-119,16","w":214},"\u00d3":{"d":"110,5v-64,0,-97,-61,-97,-139v0,-78,33,-137,97,-137v64,0,97,60,97,138v0,68,-27,138,-97,138xm41,-133v0,73,26,113,69,113v43,0,70,-40,70,-113v0,-73,-27,-114,-70,-114v-43,0,-69,41,-69,114xm72,-296r79,-45r10,20r-80,42","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"\u00d4":{"d":"110,5v-64,0,-97,-61,-97,-139v0,-78,33,-137,97,-137v64,0,97,60,97,138v0,68,-27,138,-97,138xm41,-133v0,73,26,113,69,113v43,0,70,-40,70,-113v0,-73,-27,-114,-70,-114v-43,0,-69,41,-69,114xm122,-330r50,44r-25,0r-36,-31r-38,31r-25,0r51,-44r23,0","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"\u00d6":{"d":"110,5v-64,0,-97,-61,-97,-139v0,-78,33,-137,97,-137v64,0,97,60,97,138v0,68,-27,138,-97,138xm41,-133v0,73,26,113,69,113v43,0,70,-40,70,-113v0,-73,-27,-114,-70,-114v-43,0,-69,41,-69,114xm95,-328r0,41r-23,0r0,-41r23,0xm149,-328r0,41r-23,0r0,-41r23,0","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"\u00d2":{"d":"110,5v-64,0,-97,-61,-97,-139v0,-78,33,-137,97,-137v64,0,97,60,97,138v0,68,-27,138,-97,138xm41,-133v0,73,26,113,69,113v43,0,70,-40,70,-113v0,-73,-27,-114,-70,-114v-43,0,-69,41,-69,114xm70,-341r79,45r-9,17r-80,-42","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"\u00d5":{"d":"110,5v-64,0,-97,-61,-97,-139v0,-78,33,-137,97,-137v64,0,97,60,97,138v0,68,-27,138,-97,138xm41,-133v0,73,26,113,69,113v43,0,70,-40,70,-113v0,-73,-27,-114,-70,-114v-43,0,-69,41,-69,114xm45,-306v26,-37,89,13,119,-15r11,15v-24,34,-94,-14,-119,15","w":220,"k":{"T":15,"V":6,"W":3,"Y":8,"\u00dd":8,"\u0178":8,",":14,".":14,"A":8,"\u00c6":8,"\u00c1":8,"\u00c2":8,"\u00c4":8,"\u00c0":8,"\u00c5":8,"\u00c3":8,"X":6}},"\u0160":{"d":"45,-201v0,77,120,29,120,129v0,47,-34,77,-77,77v-42,0,-74,-25,-75,-78r26,0v5,78,99,67,99,2v0,-82,-121,-31,-121,-126v0,-47,29,-74,70,-74v40,0,66,20,72,67r-26,0v-3,-20,-12,-44,-45,-44v-27,0,-43,19,-43,47xm28,-328r25,0r36,30r36,-30r25,0r-49,43r-24,0","w":177,"k":{",":9,".":9}},"\u00da":{"d":"100,5v-50,0,-77,-24,-77,-75r0,-196r27,0r0,194v-3,29,19,52,49,52v30,0,50,-22,50,-52r0,-194r27,0r0,196v0,50,-26,75,-76,75xm62,-296r79,-45r11,20r-81,42","w":199,"k":{",":6,".":6,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"\u00db":{"d":"100,5v-50,0,-77,-24,-77,-75r0,-196r27,0r0,194v-3,29,19,52,49,52v30,0,50,-22,50,-52r0,-194r27,0r0,196v0,50,-26,75,-76,75xm111,-333r51,45r-26,0r-36,-31r-37,31r-26,0r51,-45r23,0","w":199,"k":{",":6,".":6,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"\u00dc":{"d":"100,5v-50,0,-77,-24,-77,-75r0,-196r27,0r0,194v-3,29,19,52,49,52v30,0,50,-22,50,-52r0,-194r27,0r0,196v0,50,-26,75,-76,75xm85,-328r0,41r-24,0r0,-41r24,0xm138,-328r0,41r-23,0r0,-41r23,0","w":199,"k":{",":6,".":6,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"\u00d9":{"d":"100,5v-50,0,-77,-24,-77,-75r0,-196r27,0r0,194v-3,29,19,52,49,52v30,0,50,-22,50,-52r0,-194r27,0r0,196v0,50,-26,75,-76,75xm51,-341r80,45r-9,17r-81,-42","w":199,"k":{",":6,".":6,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"\u00dd":{"d":"67,0r0,-97r-68,-169r28,0r54,143r54,-143r28,0r-69,169r0,97r-27,0xm49,-296r79,-45r10,20r-80,42","w":161,"k":{"O":8,"\u00d8":8,"\u0152":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"v":5,",":35,".":35,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"i":4,"\u0131":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"q":20,"-":17,":":24,";":24,"p":12,"S":5,"\u0160":5}},"\u0178":{"d":"67,0r0,-97r-68,-169r28,0r54,143r54,-143r28,0r-69,169r0,97r-27,0xm66,-328r0,41r-24,0r0,-41r24,0xm120,-328r0,41r-24,0r0,-41r24,0","w":161,"k":{"O":8,"\u00d8":8,"\u0152":8,"\u00d3":8,"\u00d4":8,"\u00d6":8,"\u00d2":8,"\u00d5":8,"u":12,"\u00fa":12,"\u00fb":12,"\u00fc":12,"\u00f9":12,"v":5,",":35,".":35,"A":13,"\u00c6":13,"\u00c1":13,"\u00c2":13,"\u00c4":13,"\u00c0":13,"\u00c5":13,"\u00c3":13,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"i":4,"\u0131":4,"\u00ed":4,"\u00ee":4,"\u00ef":4,"\u00ec":4,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"q":20,"-":17,":":24,";":24,"p":12,"S":5,"\u0160":5}},"\u017d":{"d":"160,-244r-116,219r121,0r0,25r-153,0r0,-22r117,-220r-117,0r0,-24r148,0r0,22xm26,-326r24,0r36,30r36,-30r25,0r-48,44r-24,0","w":174},"\u00e1":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79xm54,-231r79,-46r10,20r-80,42","w":176},"\u00e2":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79xm96,-266r51,44r-26,0r-36,-31r-37,31r-26,0r51,-44r23,0","w":176},"\u00e4":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79xm68,-263r0,41r-23,0r0,-41r23,0xm122,-263r0,41r-24,0r0,-41r24,0","w":176},"\u00e0":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79xm46,-277r79,46r-9,16r-80,-42","w":176},"\u00e5":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79xm47,-249v0,-20,16,-36,37,-36v19,0,35,16,35,36v0,19,-16,36,-36,36v-20,0,-36,-17,-36,-36xm83,-270v-12,0,-21,9,-21,21v0,12,9,21,21,21v12,0,21,-9,21,-21v0,-12,-9,-21,-21,-21","w":176},"\u00e3":{"d":"153,-196r0,196r-23,0v0,-17,1,-28,1,-37v-9,27,-27,42,-52,42v-39,0,-66,-42,-66,-103v0,-94,85,-145,118,-60v0,-12,-1,-23,-1,-38r23,0xm83,-19v63,-2,63,-156,0,-158v-30,0,-46,34,-46,79v0,44,16,79,46,79xm22,-242v26,-37,90,13,120,-15r11,14v-24,36,-94,-14,-120,16","w":176},"\u00e7":{"d":"82,-178v-35,0,-49,38,-49,80v0,89,81,109,91,31r24,0v-4,37,-23,67,-57,71r-7,17v16,-7,34,7,33,25v-1,29,-46,43,-62,12r9,-7v10,18,34,13,35,-5v1,-15,-19,-18,-26,-7r-10,-4r14,-31v-48,-3,-69,-52,-69,-102v0,-64,30,-103,74,-103v40,0,63,32,65,73r-24,0v-4,-39,-23,-50,-41,-50","w":154,"k":{"y":-3,"\u00fd":-3,"\u00ff":-3,",":6,".":6}},"\u00e9":{"d":"157,-57v-7,36,-30,62,-68,62v-54,0,-75,-53,-75,-103v0,-90,81,-136,127,-75v17,22,18,54,18,82r-120,0v0,41,17,73,50,73v24,0,39,-16,44,-39r24,0xm39,-112r95,0v-1,-41,-17,-68,-47,-68v-28,0,-47,29,-48,68xm47,-231r80,-46r10,20r-81,42","w":172,"k":{"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":6,".":6,"x":4}},"\u00ea":{"d":"157,-57v-7,36,-30,62,-68,62v-54,0,-75,-53,-75,-103v0,-90,81,-136,127,-75v17,22,18,54,18,82r-120,0v0,41,17,73,50,73v24,0,39,-16,44,-39r24,0xm39,-112r95,0v-1,-41,-17,-68,-47,-68v-28,0,-47,29,-48,68xm98,-266r50,44r-25,0r-37,-31r-37,31r-25,0r51,-44r23,0","w":172,"k":{"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":6,".":6,"x":4}},"\u00eb":{"d":"157,-57v-7,36,-30,62,-68,62v-54,0,-75,-53,-75,-103v0,-90,81,-136,127,-75v17,22,18,54,18,82r-120,0v0,41,17,73,50,73v24,0,39,-16,44,-39r24,0xm39,-112r95,0v-1,-41,-17,-68,-47,-68v-28,0,-47,29,-48,68xm71,-263r0,41r-23,0r0,-41r23,0xm125,-263r0,41r-24,0r0,-41r24,0","w":172,"k":{"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":6,".":6,"x":4}},"\u00e8":{"d":"157,-57v-7,36,-30,62,-68,62v-54,0,-75,-53,-75,-103v0,-90,81,-136,127,-75v17,22,18,54,18,82r-120,0v0,41,17,73,50,73v24,0,39,-16,44,-39r24,0xm39,-112r95,0v-1,-41,-17,-68,-47,-68v-28,0,-47,29,-48,68xm46,-277r79,46r-9,16r-80,-42","w":172,"k":{"v":3,"w":3,"y":3,"\u00fd":3,"\u00ff":3,",":6,".":6,"x":4}},"\u00ed":{"d":"27,0r0,-196r24,0r0,196r-24,0xm-1,-231r80,-46r10,20r-80,42","w":77},"\u00ee":{"d":"27,0r0,-196r24,0r0,196r-24,0xm50,-266r51,44r-25,0r-37,-31r-37,31r-26,0r51,-44r23,0","w":77},"\u00ef":{"d":"27,0r0,-196r24,0r0,196r-24,0xm24,-263r0,41r-24,0r0,-41r24,0xm77,-263r0,41r-23,0r0,-41r23,0","w":77},"\u00ec":{"d":"27,0r0,-196r24,0r0,196r-24,0xm-1,-277r79,46r-9,16r-80,-42","w":77},"\u00f1":{"d":"24,0r0,-196r21,0v0,11,1,22,0,34v22,-60,111,-53,111,28r0,134r-24,0r0,-126v0,-20,-2,-51,-37,-51v-66,0,-44,112,-47,177r-24,0xm24,-242v27,-37,89,13,120,-15r10,14v-23,36,-93,-14,-119,16","w":178,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":4,"\u00fd":4,"\u00ff":4}},"\u00f3":{"d":"13,-98v0,-56,23,-103,76,-103v52,0,75,47,75,103v0,56,-23,103,-75,103v-53,0,-76,-47,-76,-103xm39,-98v0,52,16,80,50,80v33,0,50,-28,50,-80v0,-52,-17,-80,-50,-80v-33,0,-50,28,-50,80xm50,-231r80,-46r9,20r-80,42","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"\u00f4":{"d":"13,-98v0,-56,23,-103,76,-103v52,0,75,47,75,103v0,56,-23,103,-75,103v-53,0,-76,-47,-76,-103xm39,-98v0,52,16,80,50,80v33,0,50,-28,50,-80v0,-52,-17,-80,-50,-80v-33,0,-50,28,-50,80xm100,-266r51,44r-25,0r-37,-31r-37,31r-25,0r50,-44r23,0","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"\u00f6":{"d":"13,-98v0,-56,23,-103,76,-103v52,0,75,47,75,103v0,56,-23,103,-75,103v-53,0,-76,-47,-76,-103xm39,-98v0,52,16,80,50,80v33,0,50,-28,50,-80v0,-52,-17,-80,-50,-80v-33,0,-50,28,-50,80xm74,-263r0,41r-24,0r0,-41r24,0xm127,-263r0,41r-23,0r0,-41r23,0","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"\u00f2":{"d":"13,-98v0,-56,23,-103,76,-103v52,0,75,47,75,103v0,56,-23,103,-75,103v-53,0,-76,-47,-76,-103xm39,-98v0,52,16,80,50,80v33,0,50,-28,50,-80v0,-52,-17,-80,-50,-80v-33,0,-50,28,-50,80xm49,-277r79,46r-9,16r-80,-42","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"\u00f5":{"d":"13,-98v0,-56,23,-103,76,-103v52,0,75,47,75,103v0,56,-23,103,-75,103v-53,0,-76,-47,-76,-103xm39,-98v0,52,16,80,50,80v33,0,50,-28,50,-80v0,-52,-17,-80,-50,-80v-33,0,-50,28,-50,80xm23,-242v27,-37,89,13,120,-15r10,14v-23,36,-93,-14,-119,16","w":177,"k":{"v":4,"w":2,"y":3,"\u00fd":3,"\u00ff":3,",":14,".":14,"x":4}},"\u0161":{"d":"106,-52v-1,-53,-89,-30,-89,-97v0,-31,23,-52,55,-52v33,0,53,20,54,56r-23,0v0,-25,-13,-34,-32,-34v-17,0,-29,12,-29,29v0,52,89,23,89,96v0,35,-25,59,-58,59v-36,0,-59,-22,-61,-63r24,0v0,27,15,40,37,40v21,0,33,-14,33,-34xm12,-264r25,0r36,30r35,-30r26,0r-49,43r-24,0","w":145,"k":{"w":3,",":6,".":6}},"\u00fa":{"d":"155,-196r0,196r-22,0v0,-11,0,-22,1,-34v-22,60,-111,53,-111,-28r0,-134r24,0r0,126v0,20,2,51,37,51v66,0,44,-112,47,-177r24,0xm55,-231r80,-46r10,20r-81,42","w":178},"\u00fb":{"d":"155,-196r0,196r-22,0v0,-11,0,-22,1,-34v-22,60,-111,53,-111,-28r0,-134r24,0r0,126v0,20,2,51,37,51v66,0,44,-112,47,-177r24,0xm101,-266r51,44r-26,0r-36,-31r-37,31r-26,0r51,-44r23,0","w":178},"\u00fc":{"d":"155,-196r0,196r-22,0v0,-11,0,-22,1,-34v-22,60,-111,53,-111,-28r0,-134r24,0r0,126v0,20,2,51,37,51v66,0,44,-112,47,-177r24,0xm75,-263r0,41r-24,0r0,-41r24,0xm128,-263r0,41r-23,0r0,-41r23,0","w":178},"\u00f9":{"d":"155,-196r0,196r-22,0v0,-11,0,-22,1,-34v-22,60,-111,53,-111,-28r0,-134r24,0r0,126v0,20,2,51,37,51v66,0,44,-112,47,-177r24,0xm42,-277r80,46r-9,16r-81,-42","w":178},"\u00fd":{"d":"33,72r26,-77r-57,-191r25,0r44,156r46,-156r25,0r-84,268r-25,0xm37,-231r80,-46r10,20r-81,42","w":143,"k":{",":22,".":22,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u00ff":{"d":"33,72r26,-77r-57,-191r25,0r44,156r46,-156r25,0r-84,268r-25,0xm57,-263r0,41r-24,0r0,-41r24,0xm110,-263r0,41r-23,0r0,-41r23,0","w":143,"k":{",":22,".":22,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4}},"\u017e":{"d":"7,0r0,-22r94,-151r-88,0r0,-23r117,0r0,23r-94,150r97,0r0,23r-126,0xm9,-264r24,0r37,31r35,-31r25,0r-48,44r-24,0","w":142},"\u2126":{"d":"17,-21v16,-1,37,2,51,-1v-24,-25,-46,-67,-46,-121v0,-77,43,-127,100,-127v59,0,98,56,98,125v0,57,-25,99,-47,124r52,0r0,21r-80,0r0,-15v59,-34,81,-234,-23,-234v-46,0,-76,48,-76,110v0,55,25,104,51,124r0,15r-80,0r0,-21","w":242},"\u03c0":{"d":"183,-176r-27,0v1,52,-4,137,5,176r-23,0v-11,-36,-4,-125,-6,-176r-63,0v-2,51,-12,139,-25,176r-23,0v14,-41,23,-123,25,-176v-22,0,-31,1,-38,4r-4,-16v37,-18,126,-7,182,-10","w":193},"\u20ac":{"d":"150,-120r-3,21r-81,0v5,50,22,80,52,80v18,0,40,-6,45,-46r29,0v-4,52,-39,69,-76,69v-50,0,-74,-42,-80,-103r-30,0r4,-21r25,0r0,-26r-29,0r4,-21r27,0v7,-58,32,-98,81,-98v57,0,71,47,74,75r-27,0v-4,-34,-23,-51,-47,-51v-31,0,-47,25,-52,74r93,0r-3,21r-91,0r0,26r85,0","w":200},"\u212e":{"d":"69,-53v37,68,153,63,196,4r22,0v-27,32,-72,53,-121,53v-85,0,-153,-61,-153,-137v0,-76,68,-138,153,-138v86,1,155,62,153,142r-250,1r0,75xm263,-215v-37,-65,-158,-62,-194,2v2,24,-3,55,2,76r192,-2r0,-76","w":332},"\u2202":{"d":"35,-259r-8,-19v68,-48,141,-8,141,123v0,94,-30,158,-88,158v-43,0,-65,-41,-65,-87v0,-60,36,-97,74,-97v32,0,48,22,56,33v7,-95,-49,-163,-110,-111xm82,-18v33,0,55,-48,60,-103v-6,-17,-23,-40,-50,-40v-29,0,-53,35,-53,77v0,40,17,66,43,66","w":186},"\u220f":{"d":"228,-243r-37,0r0,280r-24,0r0,-280r-97,0r0,280r-24,0r0,-280r-37,0r0,-23r219,0r0,23","w":237},"\u2211":{"d":"181,37r-173,0r0,-17r94,-134r-89,-134r0,-18r162,0r0,22r-130,1r84,125r-91,131r143,0r0,24","w":189},"\u2219":{"d":"60,-112r0,40r-28,0r0,-40r28,0","w":92},"\u221a":{"d":"196,-316r-76,374r-22,0r-56,-179r-25,10r-5,-16r46,-18v16,57,39,107,50,169r70,-340r18,0","w":197},"\u221e":{"d":"256,-111v0,34,-25,56,-53,56v-23,0,-40,-14,-65,-42v-19,21,-38,42,-67,42v-29,0,-53,-23,-53,-54v0,-32,23,-56,55,-56v27,0,47,21,66,43v18,-21,36,-43,66,-43v31,0,51,22,51,54xm73,-71v23,0,41,-22,56,-38v-16,-19,-32,-41,-58,-41v-23,0,-36,19,-36,41v0,21,15,38,38,38xm203,-150v-24,0,-43,27,-56,40v24,26,38,39,57,39v23,0,36,-19,36,-38v0,-26,-16,-41,-37,-41","w":274},"\u222b":{"d":"49,-230v0,-65,18,-105,69,-89r-4,17v-38,-9,-42,23,-42,74v0,59,4,132,4,193v0,71,-17,104,-71,90r5,-19v38,10,44,-15,44,-71v0,-62,-5,-136,-5,-195","w":124},"\u2248":{"d":"63,-159v44,0,79,55,105,0r10,8v-9,19,-22,34,-44,34v-23,0,-49,-26,-73,-27v-16,0,-25,13,-34,27r-11,-8v10,-21,27,-34,47,-34xm63,-100v44,0,79,55,105,0r10,9v-9,19,-22,34,-44,34v-23,0,-49,-27,-73,-28v-16,0,-26,13,-34,27r-11,-8v10,-21,27,-34,47,-34","w":194},"\u2260":{"d":"138,-185r-16,35r54,0r0,16r-60,0r-24,52r84,0r0,16r-91,0r-18,41r-13,-6r16,-35r-52,0r0,-16r59,0r23,-52r-82,0r0,-16r88,0r19,-41","w":194},"\u2264":{"d":"175,-40r-155,-81r0,-17r155,-81r0,20r-138,70r138,69r0,20xm176,-8r-158,0r0,-16r158,0r0,16","w":194},"\u2265":{"d":"20,-219r156,81r0,17r-156,81r0,-20r138,-70r-138,-69r0,-20xm176,-8r-158,0r0,-16r158,0r0,16","w":194},"\u25ca":{"d":"178,-133r-70,148r-20,0r-69,-148r70,-148r20,0xm156,-132v-18,-43,-43,-80,-57,-127r-57,125r57,128v14,-47,39,-83,57,-126","w":198},"\u02c9":{"d":"138,-251r0,18r-125,0r0,-18r125,0","w":150},"\u00ad":{"d":"9,-113r76,0r0,24r-76,0r0,-24","w":94},"\u03a9":{"d":"17,-21v16,-1,37,2,51,-1v-24,-25,-46,-67,-46,-121v0,-77,43,-127,100,-127v59,0,98,56,98,125v0,57,-25,99,-47,124r52,0r0,21r-80,0r0,-15v59,-34,81,-234,-23,-234v-46,0,-76,48,-76,110v0,55,25,104,51,124r0,15r-80,0r0,-21","w":242},"\u00a0":{"w":86},"\u2113":{"d":"145,-51r12,10v-14,28,-35,44,-62,44v-41,0,-57,-35,-57,-78r-20,17r-8,-14v10,-9,20,-18,28,-27r0,-105v0,-68,27,-89,52,-89v28,0,41,26,41,60v0,48,-28,94,-70,139v-3,46,13,77,38,77v22,0,37,-18,46,-34xm90,-274v-34,0,-30,106,-29,154v30,-36,54,-74,54,-113v0,-25,-7,-41,-25,-41","w":165},"\u03bc":{"d":"85,-19v26,0,47,-24,47,-67r0,-110r24,0r0,196r-22,0v0,-12,1,-22,1,-35v-10,39,-67,57,-88,20r1,80r-24,0r0,-261r24,0v7,64,-24,174,37,177","w":180},"\u2215":{"d":"-54,1r129,-269r20,0r-129,269r-20,0","w":40},"\u2206":{"d":"11,0r0,-17r86,-256r27,0r84,255r0,18r-197,0xm35,-21r148,0r-73,-219r-2,0","w":218},"\u2010":{"d":"9,-113r76,0r0,24r-76,0r0,-24","w":94}}});;Cufon.registerFont({"w":180,"face":{"font-family":"ITC Avant Garde Gothic Std Extra Light Condensed","font-weight":275,"font-stretch":"condensed","units-per-em":"360","panose-1":"1 11 3 6 2 2 2 2 2 4","ascent":"266","descent":"-94","x-height":"5","bbox":"-50 -339 386 99","underline-thickness":"18","underline-position":"-18","stemh":"9","stemv":"10","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":79,"k":{"\u201c":36,"\u2018":36,"T":18,"V":4,"W":2,"Y":14,"\u00dd":14,"\u0178":14,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"!":{"d":"47,-266r0,206r-11,0r0,-206r11,0xm47,-29r0,29r-11,0r0,-29r11,0","w":83},"\"":{"d":"28,-171r-11,0r0,-95r11,0r0,95xm69,-171r-11,0r0,-95r11,0r0,95","w":86},"#":{"d":"120,-98r-12,87r-9,0r12,-87r-52,0r-11,87r-9,0r12,-87r-47,0r0,-8r48,0r7,-49r-47,0r0,-8r48,0r11,-80r9,0r-11,80r51,0r11,-80r9,0r-11,80r47,0r0,8r-49,0r-6,49r47,0r0,8r-48,0xm112,-106r7,-49r-51,0r-8,49r52,0"},"$":{"d":"146,-75v-1,-82,-113,-32,-113,-120v0,-32,22,-57,53,-61r0,-29r10,0r0,29v39,5,53,34,55,58r-10,0v-5,-37,-33,-49,-49,-49v-23,0,-48,20,-48,52v0,79,113,24,113,120v0,33,-25,65,-61,68r0,34r-10,0r0,-34v-34,-3,-61,-30,-63,-68r10,0v7,81,114,72,113,0"},"%":{"d":"67,-154v-34,0,-59,-24,-59,-59v0,-33,25,-58,59,-58v34,0,58,25,58,59v0,34,-24,58,-58,58xm18,-212v0,28,20,49,49,49v29,0,48,-20,48,-49v0,-29,-19,-50,-48,-50v-29,0,-49,21,-49,50xm134,-54v0,-33,24,-59,58,-59v34,0,59,25,59,59v0,34,-25,59,-59,59v-34,0,-58,-25,-58,-59xm144,-54v0,28,19,50,48,50v29,0,49,-21,49,-50v0,-29,-20,-50,-49,-50v-29,0,-48,21,-48,50xm217,-266r-164,266r-12,0r165,-266r11,0","w":258},"&":{"d":"193,-168r11,0r-44,94r62,71r-7,7r-59,-68v-9,17,-26,69,-75,69v-40,0,-67,-38,-67,-75v0,-46,37,-71,64,-83v-17,-22,-33,-34,-33,-63v0,-28,21,-55,51,-55v30,0,52,26,52,54v0,32,-26,52,-54,67r59,68xm137,-218v0,-22,-15,-43,-41,-43v-28,0,-40,23,-40,44v0,27,14,40,31,59v34,-18,50,-34,50,-60xm148,-72r-63,-73v-50,24,-60,51,-60,76v0,33,21,64,56,64v41,0,59,-49,67,-67","w":223},"\u2019":{"d":"32,-211r23,-55r12,0r-23,55r-12,0","w":99,"k":{"\u2019":68," ":36,"v":14,"l":11,"\u0142":11,"d":40,"r":36,"s":45,"\u0161":45,"t":14}},"(":{"d":"100,-271r0,13v-32,31,-60,89,-60,171v0,82,27,136,60,173r0,13v-94,-75,-93,-297,0,-370","w":107},")":{"d":"8,99r0,-13v32,-31,60,-90,60,-172v0,-82,-27,-135,-60,-172r0,-13v44,42,72,107,72,185v0,76,-30,149,-72,185","w":107},"*":{"d":"61,-266r0,44r38,-22r5,9r-37,22r38,22r-5,9r-39,-22r0,44r-10,0r0,-44r-38,22r-6,-9r39,-22r-39,-22r6,-9r38,22r0,-44r10,0","w":112},"+":{"d":"95,-180r0,85r76,0r0,10r-76,0r0,85r-10,0r0,-85r-76,0r0,-10r76,0r0,-85r10,0"},",":{"d":"56,-30r-23,56r-11,0r23,-56r11,0","w":88,"k":{"\u201d":58,"\u2019":58," ":36}},"-":{"d":"5,-105r69,0r0,11r-69,0r0,-11","w":79},".":{"d":"50,-29r0,29r-11,0r0,-29r11,0","w":88,"k":{"\u201d":58,"\u2019":58," ":36}},"\/":{"d":"-19,36r126,-302r12,0r-126,302r-12,0","w":100},"0":{"d":"15,-80r0,-106v0,-51,34,-85,75,-85v41,0,75,34,75,85r0,106v0,51,-34,85,-75,85v-41,0,-75,-34,-75,-85xm26,-186r0,106v0,58,40,75,64,75v24,0,64,-17,64,-75r0,-106v0,-58,-40,-75,-64,-75v-24,0,-64,17,-64,75"},"1":{"d":"86,0r0,-257r-46,0r0,-9r57,0r0,266r-11,0"},"2":{"d":"16,-185v1,-52,28,-85,73,-86v39,0,64,31,64,72v1,59,-92,142,-128,189r128,0r0,10r-140,0r0,-10r75,-89v27,-31,54,-58,54,-99v0,-41,-23,-63,-56,-63v-34,0,-56,23,-60,76r-10,0"},"3":{"d":"46,-211r-10,0v2,-41,29,-60,60,-60v33,0,57,23,57,62v0,24,-15,47,-46,56v89,26,67,160,-17,158v-38,0,-73,-35,-73,-82r10,0v1,51,34,72,64,72v40,0,61,-26,61,-72v0,-39,-28,-74,-79,-71r0,-9v44,2,70,-18,69,-52v0,-31,-16,-52,-47,-52v-34,0,-48,20,-49,50"},"4":{"d":"126,0r0,-52r-111,0r0,-9r109,-205r13,0r0,204r21,0r0,10r-21,0r0,52r-11,0xm26,-62r100,0r0,-190"},"5":{"d":"52,-266r99,0r0,9r-90,0r-16,101v7,-8,22,-21,49,-21v42,0,69,43,69,90v0,52,-27,92,-70,92v-33,0,-71,-25,-76,-83r9,0v5,48,36,73,66,73v40,0,61,-36,61,-81v0,-77,-67,-114,-113,-50r-8,-3"},"6":{"d":"90,5v-85,2,-78,-123,-45,-171r69,-100r12,0r-76,105v53,-37,113,-4,113,72v0,58,-31,94,-73,94xm28,-82v0,50,29,77,62,77v38,0,62,-32,62,-84v0,-45,-22,-77,-62,-77v-37,0,-62,30,-62,84"},"7":{"d":"25,-266r132,0r0,9r-111,257r-10,0r110,-257r-121,0r0,-9"},"8":{"d":"67,-151v-56,-21,-41,-120,23,-120v63,0,80,99,23,120v30,10,51,40,51,76v0,45,-33,80,-74,80v-41,0,-74,-35,-74,-80v0,-36,21,-66,51,-76xm42,-208v0,29,22,53,49,53v25,0,47,-23,47,-53v0,-30,-22,-53,-49,-53v-25,0,-47,23,-47,53xm27,-75v0,39,28,70,63,70v35,0,63,-31,63,-70v0,-39,-28,-70,-63,-70v-35,0,-63,31,-63,70"},"9":{"d":"90,-271v86,0,78,123,45,171r-69,100r-12,0r76,-106v-48,36,-114,7,-113,-71v0,-58,31,-94,73,-94xm152,-184v0,-50,-29,-77,-62,-77v-38,0,-62,32,-62,84v0,45,22,77,62,77v37,0,62,-30,62,-84"},":":{"d":"50,-191r0,29r-11,0r0,-29r11,0xm50,-29r0,29r-11,0r0,-29r11,0","w":88,"k":{" ":36}},";":{"d":"55,-191r0,29r-11,0r0,-29r11,0xm56,-30r-23,56r-11,0r23,-56r11,0","w":88,"k":{" ":36}},"<":{"d":"9,-96r162,-85r0,11r-150,80r150,79r0,11r-162,-85r0,-11"},"=":{"d":"9,-130r162,0r0,10r-162,0r0,-10xm9,-60r162,0r0,10r-162,0r0,-10"},">":{"d":"9,-11r150,-79r-150,-80r0,-11r162,85r0,11r-162,85r0,-11"},"?":{"d":"90,-60r-10,0v1,-23,1,-46,30,-76v17,-19,31,-33,32,-60v3,-73,-105,-93,-116,-10v0,4,-1,7,-1,11r-11,0v7,-106,137,-96,139,0v0,29,-21,50,-39,69v-24,27,-24,50,-24,66xm90,-29r0,29r-10,0r0,-29r10,0","w":167},"@":{"d":"233,-67r9,0v-55,127,-227,71,-227,-64v0,-77,53,-140,123,-140v52,0,111,38,111,112v0,71,-53,101,-76,101v-5,0,-26,-1,-26,-27v-13,27,-75,49,-76,-21v0,-50,34,-101,69,-101v21,0,28,11,34,28v5,-8,1,-26,17,-23r-35,117v-1,17,12,18,18,18v23,0,65,-31,65,-91v0,-70,-53,-104,-100,-104v-62,0,-114,53,-114,131v1,130,150,175,208,64xm106,-69v52,0,48,-56,61,-97v0,-24,-18,-32,-28,-32v-26,0,-58,41,-58,92v0,30,15,37,25,37","w":263},"A":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0","w":165},"B":{"d":"152,-71v3,69,-56,75,-127,71r0,-266r41,0v56,-5,72,30,72,67v0,37,-20,50,-33,58v44,14,47,57,47,70xm127,-201v-2,-54,-31,-58,-91,-56r0,113r39,0v37,3,53,-29,52,-57xm141,-71v0,-57,-41,-69,-105,-64r0,125v61,3,105,1,105,-61","w":167,"k":{"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,",":11,".":11,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"C":{"d":"170,-77r10,0v0,37,-24,82,-76,82v-56,0,-90,-50,-90,-138v0,-79,27,-138,90,-138v51,0,76,46,76,90r-10,0v0,-27,-14,-80,-66,-80v-59,0,-79,58,-79,132v0,82,33,124,79,124v48,0,65,-38,66,-72","w":187,"k":{",":11,".":11,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"D":{"d":"25,-266v107,-10,169,21,164,133v-7,145,-65,133,-164,133r0,-266xm178,-133v0,-101,-41,-131,-142,-124r0,247v97,5,142,-14,142,-123","w":203,"k":{"V":7,"W":-4,"Y":13,"\u00dd":13,"\u0178":13,",":27,".":27,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"E":{"d":"25,0r0,-266r123,0r0,9r-112,0r0,118r112,0r0,10r-112,0r0,119r112,0r0,10r-123,0","w":165},"F":{"d":"25,0r0,-266r111,0r0,9r-100,0r0,118r100,0r0,10r-100,0r0,129r-11,0","w":147,"k":{"\u00eb":5,"\u00e3":5,"\u00e0":5,"\u00e4":5,",":45,".":45,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11,"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e5":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00e8":5,"i":2,"\u0131":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"G":{"d":"205,-131v0,65,-8,136,-90,136v-68,0,-101,-62,-101,-138v0,-83,42,-138,101,-138v56,0,81,46,84,90r-10,0v-4,-41,-24,-81,-74,-80v-52,0,-90,47,-90,128v0,88,41,128,90,128v52,0,85,-60,79,-116r-92,0r0,-10r103,0","w":220,"k":{",":14,".":14,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"H":{"d":"36,0r-11,0r0,-266r11,0r0,127r112,0r0,-127r11,0r0,266r-11,0r0,-129r-112,0r0,129","w":183},"I":{"d":"25,0r0,-266r11,0r0,266r-11,0","w":61},"J":{"d":"12,-51v12,61,77,58,87,15v16,-65,2,-155,5,-230r11,0r0,190v4,40,-20,81,-56,81v-27,0,-53,-20,-57,-56r10,0","w":138,"k":{",":9,".":9,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"K":{"d":"25,0r0,-266r11,0r0,134r98,-134r13,0r-98,133r106,133r-14,0r-105,-132r0,132r-11,0","w":147,"k":{"O":7,"\u00d8":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"u":9,"\u00fa":9,"\u00fb":9,"\u00fc":9,"\u00f9":9,"y":2,"\u00fd":2,"\u00ff":2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"L":{"d":"25,0r0,-266r11,0r0,256r94,0r0,10r-105,0","w":133,"k":{"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"T":27,"V":14,"W":9,"y":11,"\u00fd":11,"\u00ff":11,"Y":23,"\u00dd":23,"\u0178":23,"\u201d":40,"\u2019":40,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"M":{"d":"36,0r-11,0r0,-266r20,0r78,259r71,-259r20,0r0,266r-11,0r0,-262r-71,262r-17,0r-79,-262r0,262","w":239},"N":{"d":"45,-266r130,260r0,-260r11,0r0,266r-19,0r-131,-261r0,261r-11,0r0,-266r20,0","w":211},"O":{"d":"111,5v-63,0,-97,-62,-97,-139v0,-75,34,-137,97,-137v63,0,96,62,96,138v0,59,-24,138,-96,138xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"P":{"d":"157,-191v0,61,-48,83,-121,76r0,115r-11,0r0,-266v77,-6,132,9,132,75xm146,-190v0,-59,-43,-72,-110,-67r0,132v65,4,110,-7,110,-65","w":162,"k":{"\u00e4":13,",":50,".":50,"A":22,"\u00c6":22,"\u00c1":22,"\u00c2":22,"\u00c4":22,"\u00c0":22,"\u00c5":22,"\u00c3":22,"a":13,"\u00e6":13,"\u00e1":13,"\u00e2":13,"\u00e0":13,"\u00e5":13,"\u00e3":13,"e":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00e8":13,"o":13,"\u00f8":13,"\u0153":13,"\u00f3":13,"\u00f4":13,"\u00f6":13,"\u00f2":13,"\u00f5":13}},"Q":{"d":"214,-5v-1,4,2,12,-4,10v-15,0,-29,-4,-44,-22v-10,10,-32,22,-55,22v-63,0,-97,-62,-97,-138v0,-76,34,-138,97,-138v63,0,96,62,96,138v0,50,-15,90,-35,109v12,16,27,20,42,19xm35,-67v47,-41,110,-6,132,35v12,-12,29,-48,29,-101v0,-78,-34,-128,-86,-128v-51,0,-85,50,-85,128v0,34,6,59,10,66xm160,-25v-20,-37,-79,-75,-121,-33v17,46,75,75,121,33","w":223},"R":{"d":"72,-117v76,10,100,-88,50,-129v-21,-17,-53,-10,-86,-11r0,257r-11,0r0,-266v33,-1,97,0,101,11v53,33,37,150,-37,147r55,108r-13,0","w":169,"k":{"T":7,"U":2,"\u00da":2,"\u00db":2,"\u00dc":2,"\u00d9":2,"V":4,"W":2,"y":-4,"\u00fd":-4,"\u00ff":-4,"Y":4,"\u00dd":4,"\u0178":4}},"S":{"d":"28,-204v0,88,119,29,124,133v4,92,-134,108,-139,4r10,0v5,49,38,62,56,62v33,0,62,-23,62,-63v0,-100,-114,-32,-123,-133v-4,-44,27,-70,63,-70v34,0,59,18,64,62r-10,0v-4,-20,-13,-52,-54,-52v-32,0,-53,23,-53,57","w":164,"k":{",":11,".":11}},"T":{"d":"66,0r0,-257r-60,0r0,-9r130,0r0,9r-60,0r0,257r-10,0","w":141,"k":{"\u00fc":32,"\u0161":22,"\u00f2":32,"\u00f6":32,"\u00ec":2,"\u00ed":2,"\u00e8":32,"\u00eb":32,"\u00ea":32,"\u00e3":32,"\u00e5":32,"\u00e0":32,"\u00e4":32,"\u00e2":32,"O":18,"\u00d8":18,"\u0152":18,"\u00d3":18,"\u00d4":18,"\u00d6":18,"\u00d2":18,"\u00d5":18,"u":32,"\u00fa":32,"\u00fb":32,"\u00f9":32,"w":20,"y":22,"\u00fd":22,"\u00ff":22,",":36,".":36,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"a":32,"\u00e6":32,"\u00e1":32,"e":32,"\u00e9":32,"i":2,"\u0131":2,"\u00ee":2,"\u00ef":2,"o":32,"\u00f8":32,"\u0153":32,"\u00f3":32,"\u00f4":32,"\u00f5":32,"c":27,"\u00e7":27,"r":29,"s":22,"-":27,":":22,";":22}},"U":{"d":"94,5v-46,0,-71,-23,-71,-72r0,-199r11,0r0,202v-5,32,26,63,59,59v33,4,60,-26,60,-59r0,-202r10,0r0,199v0,49,-25,72,-69,72","w":186,"k":{",":5,".":5,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"V":{"d":"79,0r-80,-266r12,0r74,256r74,-256r12,0r-79,266r-13,0","w":170,"k":{"\u00f6":14,"\u00f4":14,"\u00e8":14,"\u00eb":14,"\u00ea":14,"\u00e3":14,"\u00e5":14,"\u00e0":14,"\u00e4":14,"\u00e2":14,"G":5,"O":5,"\u00d8":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"u":5,"\u00fa":5,"\u00fb":5,"\u00fc":5,"\u00f9":5,",":36,".":36,"A":9,"\u00c6":9,"\u00c1":9,"\u00c2":9,"\u00c4":9,"\u00c0":9,"\u00c5":9,"\u00c3":9,"a":14,"\u00e6":14,"\u00e1":14,"e":14,"\u00e9":14,"i":-2,"\u0131":-2,"\u00ed":-2,"\u00ee":-2,"\u00ef":-2,"\u00ec":-2,"o":14,"\u00f8":14,"\u0153":14,"\u00f3":14,"\u00f2":14,"\u00f5":14,"r":5,"-":11,":":18,";":18}},"W":{"d":"65,0r-64,-266r10,0r62,258r55,-258r16,0r55,258r62,-258r10,0r-64,266r-17,0r-54,-258r-55,258r-16,0","w":271,"k":{"\u00fc":2,"\u00f6":7,"\u00ea":7,"\u00e4":7,"O":2,"\u00d8":2,"\u0152":2,"\u00d3":2,"\u00d4":2,"\u00d6":2,"\u00d2":2,"\u00d5":2,"u":2,"\u00fa":2,"\u00fb":2,"\u00f9":2,"y":-2,"\u00fd":-2,"\u00ff":-2,",":18,".":18,"A":2,"\u00c6":2,"\u00c1":2,"\u00c2":2,"\u00c4":2,"\u00c0":2,"\u00c5":2,"\u00c3":2,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f2":7,"\u00f5":7,"-":5,":":14,";":14}},"X":{"d":"2,0r66,-140r-59,-126r12,0r52,116r53,-116r11,0r-59,126r66,140r-12,0r-59,-131r-59,131r-12,0","w":146,"k":{"C":5,"\u00c7":5,"O":5,"\u00d8":5,"\u0152":5,"\u00d3":5,"\u00d4":5,"\u00d6":5,"\u00d2":5,"\u00d5":5,"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"Y":{"d":"70,0r0,-91r-71,-175r12,0r65,164r64,-164r12,0r-71,175r0,91r-11,0","w":150,"k":{"\u00fc":11,"\u00f6":22,"O":7,"\u00d8":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"u":11,"\u00fa":11,"\u00fb":11,"\u00f9":11,"v":2,",":36,".":36,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"e":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00e8":22,"i":2,"\u0131":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"o":22,"\u00f8":22,"\u0153":22,"\u00f3":22,"\u00f4":22,"\u00f2":22,"\u00f5":22,"q":22,"-":11,":":27,";":27,"p":11,"S":4,"\u0160":4}},"Z":{"d":"158,-260r-134,250r141,0r0,10r-153,0r0,-6r133,-251r-138,0r0,-9r151,0r0,6","w":172},"[":{"d":"95,85r0,11r-60,0r0,-362r60,0r0,10r-49,0r0,341r49,0","w":107},"\\":{"d":"107,36r-126,-302r12,0r126,302r-12,0","w":100},"]":{"d":"13,96r0,-11r49,0r0,-341r-49,0r0,-10r60,0r0,362r-60,0","w":107},"^":{"d":"22,-135r62,-131r12,0r62,131r-12,0r-56,-120r-56,120r-12,0"},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18"},"\u2018":{"d":"44,-266r23,55r-12,0r-23,-55r12,0","w":99,"k":{"\u2018":68,"A":31,"\u00c6":31,"\u00c1":31,"\u00c2":31,"\u00c4":31,"\u00c0":31,"\u00c5":31,"\u00c3":31}},"a":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181","w":174},"b":{"d":"25,0r0,-266r10,0r0,123v9,-32,30,-52,58,-52v41,0,67,45,67,99v0,95,-96,146,-125,48v1,15,0,29,0,48r-10,0xm93,-5v76,-1,76,-180,0,-181v-77,1,-77,180,0,181","w":174,"k":{"v":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18}},"c":{"d":"87,-186v-41,0,-63,46,-63,91v0,96,104,125,118,35r10,0v-7,39,-29,65,-65,65v-54,0,-73,-55,-73,-100v0,-61,30,-100,72,-100v37,0,61,25,64,66r-9,0v-6,-47,-32,-57,-54,-57","w":160,"k":{"y":-5,"\u00fd":-5,"\u00ff":-5,",":7,".":7}},"d":{"d":"149,-266r0,266r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48r-1,-123r10,0xm82,-5v77,-4,78,-177,0,-181v-77,1,-77,180,0,181","w":174},"e":{"d":"152,-51v-7,30,-29,55,-65,56v-54,0,-73,-55,-73,-100v0,-88,75,-131,121,-76v17,21,19,51,19,77r-130,0v0,53,23,89,63,89v30,0,49,-20,55,-46r10,0xm24,-104r120,0v-1,-57,-27,-82,-60,-82v-35,0,-59,37,-60,82","w":167,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":7,".":7,"x":2}},"f":{"d":"31,0r0,-181r-24,0r0,-10r24,0r0,-18v0,-62,46,-62,49,-62r0,9v-27,-1,-43,29,-39,71r39,0r0,10r-39,0r0,181r-10,0","w":83,"k":{"\u0131":7,"\u201d":5,"\u2019":5,",":14,".":18,"a":11,"\u00e6":11,"\u00e1":11,"\u00e2":11,"\u00e4":11,"\u00e0":11,"\u00e5":11,"\u00e3":11,"e":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00e8":11,"f":13,"\ufb01":13,"\ufb02":13,"\u00df":13,"i":7,"\u00ed":7,"\u00ee":7,"\u00ef":7,"\u00ec":7,"l":7,"\u0142":7,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"g":{"d":"29,17v-2,34,27,56,55,55v20,0,55,-7,55,-71v0,-12,0,-31,1,-49v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0r0,186v1,58,-19,86,-66,86v-18,0,-63,-10,-64,-64r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181","w":174,"k":{",":11,".":11}},"h":{"d":"97,-186v-33,0,-62,32,-62,91r0,95r-10,0r0,-266r10,0r-1,117v11,-35,38,-46,62,-46v82,-3,53,116,58,195r-10,0v-4,-73,21,-186,-47,-186","w":178,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":4,"\u00fd":4,"\u00ff":4}},"i":{"d":"27,-234r0,-32r10,0r0,32r-10,0xm27,0r0,-191r10,0r0,191r-10,0","w":64},"j":{"d":"25,-233r0,-33r10,0r0,33r-10,0xm35,-191r0,189v1,30,0,75,-38,79v0,-5,-2,-13,4,-12v22,-7,24,-31,24,-67r0,-189r10,0","w":62},"k":{"d":"25,0r0,-266r10,0r0,159r77,-84r11,0r-76,84r83,107r-12,0r-83,-107r0,107r-10,0","w":131,"k":{"a":7,"\u00e6":7,"\u00e1":7,"\u00e2":7,"\u00e4":7,"\u00e0":7,"\u00e5":7,"\u00e3":7,"e":7,"\u00e9":7,"\u00ea":7,"\u00eb":7,"\u00e8":7,"o":7,"\u00f8":7,"\u0153":7,"\u00f3":7,"\u00f4":7,"\u00f6":7,"\u00f2":7,"\u00f5":7}},"l":{"d":"27,0r0,-266r10,0r0,266r-10,0","w":64},"m":{"d":"88,-186v-69,0,-52,108,-53,186r-10,0r0,-191r10,0v0,12,0,23,-1,37v12,-36,40,-41,55,-41v27,-1,47,18,48,45v6,-27,25,-45,56,-45v79,0,41,120,50,195r-10,0v-7,-68,25,-186,-41,-186v-67,0,-53,107,-53,186r-10,0v-7,-69,26,-186,-41,-186","w":267,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"y":4,"\u00fd":4,"\u00ff":4}},"n":{"d":"25,0r0,-191r10,0v0,14,0,27,-1,42v27,-69,120,-65,120,24r0,125r-10,0r0,-121v0,-23,-2,-65,-47,-65v-37,0,-62,27,-62,82r0,104r-10,0","w":178,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":2,"y":4,"\u00fd":4,"\u00ff":4}},"o":{"d":"88,5v-52,0,-74,-46,-74,-101v0,-54,22,-99,74,-99v51,0,74,46,74,100v0,54,-23,100,-74,100xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"p":{"d":"25,77r0,-268r10,0v0,19,1,33,0,48v12,-39,33,-52,58,-52v41,0,67,45,67,100v0,54,-26,100,-67,100v-28,0,-49,-21,-58,-53r0,125r-10,0xm93,-186v-78,5,-79,176,0,181v76,-1,76,-180,0,-181","w":174,"k":{"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18}},"q":{"d":"149,-191r0,268r-10,0r1,-125v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181","w":174},"r":{"d":"25,0r0,-191r10,0v0,24,0,36,-1,50v11,-46,40,-53,52,-54v-1,3,1,8,-1,9v-15,0,-50,24,-50,90r0,96r-10,0","w":88,"k":{"v":-7,"w":-5,"y":-5,"\u00fd":-5,"\u00ff":-5,"\u2019":5,",":9,".":9,"x":-4,"a":4,"\u00e6":4,"\u00e1":4,"\u00e2":4,"\u00e4":4,"\u00e0":4,"\u00e5":4,"\u00e3":4,"e":4,"\u00e9":4,"\u00ea":4,"\u00eb":4,"\u00e8":4,"o":4,"\u00f8":4,"\u0153":4,"\u00f3":4,"\u00f4":4,"\u00f6":4,"\u00f2":4,"\u00f5":4,"c":4,"\u00e7":4,"d":4,"g":4,"q":4,"r":-5,"s":-5,"\u0161":-5,"t":-2,"z":-4,"\u017e":-4,"-":-5}},"s":{"d":"110,-47v0,-61,-87,-40,-87,-102v0,-30,22,-46,45,-46v27,0,47,15,47,49r-10,0v0,-31,-16,-40,-37,-40v-20,0,-35,15,-35,37v1,60,89,29,87,100v0,32,-23,54,-51,54v-33,0,-52,-21,-52,-58r9,0v0,33,18,48,43,48v25,0,41,-16,41,-42","w":136,"k":{"w":5,",":7,".":7}},"t":{"d":"37,0r0,-181r-31,0r0,-10r31,0r0,-75r10,0r0,75r31,0r0,10r-31,0r0,181r-10,0","w":84,"k":{"a":5,"\u00e6":5,"\u00e1":5,"\u00e2":5,"\u00e4":5,"\u00e0":5,"\u00e5":5,"\u00e3":5,"e":5,"\u00e9":5,"\u00ea":5,"\u00eb":5,"\u00e8":5,"o":5,"\u00f8":5,"\u0153":5,"\u00f3":5,"\u00f4":5,"\u00f6":5,"\u00f2":5,"\u00f5":5}},"u":{"d":"153,-191r0,191r-10,0v0,-14,0,-27,1,-42v-27,70,-120,66,-120,-24r0,-125r10,0r0,122v0,23,2,64,47,64v37,0,62,-27,62,-82r0,-104r10,0","w":178},"v":{"d":"130,-191r-59,191r-12,0r-60,-191r11,0r55,183r56,-183r9,0","w":129,"k":{",":22,".":22,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f8":2,"\u0153":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"w":{"d":"57,0r-56,-191r11,0r50,179r40,-151r11,0r39,151r51,-179r10,0r-56,191r-11,0r-39,-150r-39,150r-11,0","w":214,"k":{",":23,".":23,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f8":2,"\u0153":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"x":{"d":"2,0r49,-96r-49,-95r10,0r45,86r44,-86r10,0r-49,95r49,96r-10,0r-44,-86r-45,86r-10,0","w":113,"k":{"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f8":2,"\u0153":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"y":{"d":"34,77r26,-77r-57,-191r10,0r52,178r57,-178r10,0r-88,268r-10,0","w":133,"k":{",":22,".":22,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f8":2,"\u0153":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"z":{"d":"5,0r0,-9r106,-172r-100,0r0,-10r111,0r0,10r-105,172r111,0r0,9r-123,0","w":133},"{":{"d":"91,-266r0,9v-53,-14,-35,64,-35,106v0,23,-8,56,-29,67v34,14,30,79,29,130v0,44,6,41,35,41r0,9v-91,18,-7,-145,-75,-175r0,-10v33,-6,30,-85,29,-134v-1,-38,13,-46,46,-43","w":107},"|":{"d":"85,-270r10,0r0,360r-10,0r0,-360"},"}":{"d":"16,-257r0,-9v92,-19,6,144,75,175r0,10v-33,6,-30,85,-29,134v1,38,-12,46,-46,43r0,-9v53,14,35,-64,35,-106v0,-23,9,-56,30,-67v-34,-14,-31,-78,-30,-130v0,-44,-6,-41,-35,-41","w":107},"~":{"d":"18,-82v22,-52,77,-8,112,0v13,0,20,-12,26,-22r6,6v-32,74,-104,-47,-138,22"},"\u00a1":{"d":"36,-162r0,-29r11,0r0,29r-11,0xm36,75r0,-206r11,0r0,206r-11,0","w":83},"\u00a2":{"d":"99,5r-11,0r0,-33v-54,-4,-67,-60,-67,-102v0,-44,13,-97,67,-103r0,-33r11,0r0,33v41,4,55,37,58,74r-10,0v-2,-29,-13,-64,-53,-64v-43,0,-62,39,-62,92v0,51,16,93,62,93v37,0,54,-30,55,-62r10,0v0,40,-28,72,-60,72r0,33"},"\u00a3":{"d":"169,-90v9,53,-18,90,-70,90r-81,0r0,-10r38,0v31,-43,27,-79,-13,-122r-34,0r0,-9r27,0v-30,-42,-5,-130,58,-130v31,0,61,23,70,66r-11,0v-8,-33,-32,-56,-61,-56v-53,-2,-78,79,-43,120r80,0r0,9r-74,0v35,35,45,80,13,122v62,7,102,-18,90,-80r11,0"},"\u2044":{"d":"-50,0r118,-266r11,0r-119,266r-10,0","w":29},"\u00a5":{"d":"158,-147r0,9r-58,0v-7,7,-5,25,-5,39r63,0r0,9r-63,0r0,90r-10,0r0,-90r-63,0r0,-9r63,0v0,-14,2,-32,-5,-39r-58,0r0,-9r54,0r-62,-119r11,0r65,126r64,-126r12,0r-62,119r54,0"},"\u0192":{"d":"102,-181v4,-41,22,-100,78,-89v-3,17,-36,6,-44,22v-17,16,-19,46,-23,67r50,0r0,10r-52,0v-17,75,-21,158,-49,224v-8,18,-42,29,-72,20r2,-10v6,1,11,4,20,4v44,0,50,-33,54,-57r34,-181r-52,0r0,-10r54,0"},"\u00a7":{"d":"141,-216r-9,0v1,-62,-79,-53,-79,-8v0,35,39,58,64,72v11,7,32,19,32,51v0,19,-8,38,-26,51v34,24,24,100,-30,100v-43,0,-54,-35,-54,-60r9,0v1,19,9,49,45,49v49,0,53,-69,9,-92v-28,-15,-71,-38,-71,-77v0,-18,10,-37,28,-49v-28,-28,-19,-94,33,-92v30,0,46,16,49,55xm139,-100v-1,-45,-47,-51,-73,-72v-31,22,-40,65,5,90r45,26v15,-10,23,-26,23,-44"},"\u00a4":{"d":"167,-38r-27,-27v-28,24,-73,23,-100,0r-28,27r-7,-7r28,-28v-26,-26,-26,-74,-1,-100r-28,-28r8,-7r28,27v28,-26,73,-25,100,0r28,-27r8,7r-28,28v25,26,26,74,-1,100r28,28xm23,-123v0,36,32,65,67,65v36,0,67,-29,67,-65v0,-37,-31,-66,-67,-66v-35,0,-67,29,-67,66"},"'":{"d":"45,-171r-10,0r0,-95r10,0r0,95","w":79},"\u201c":{"d":"45,-266r23,55r-12,0r-23,-55r12,0xm77,-266r23,55r-12,0r-23,-55r12,0","w":133,"k":{"A":31,"\u00c6":31,"\u00c1":31,"\u00c2":31,"\u00c4":31,"\u00c0":31,"\u00c5":31,"\u00c3":31}},"\u00ab":{"d":"17,-99r41,-70r12,0r-41,70r41,68r-12,0xm57,-99r41,-70r12,0r-41,70r41,68r-12,0","w":126},"\u2039":{"d":"18,-99r41,-70r13,0r-41,70r41,69r-13,0","w":89},"\u203a":{"d":"30,-169r41,70r-41,69r-12,0r41,-69r-41,-70r12,0","w":89},"\ufb01":{"d":"93,-181r-52,0r0,181r-10,0r0,-181r-24,0r0,-10r24,0r0,-18v0,-62,46,-62,49,-62r0,9v-27,-1,-43,29,-39,71r62,0r0,191r-10,0r0,-181xm103,-234r-10,0r0,-32r10,0r0,32","w":127},"\ufb02":{"d":"93,-181r-52,0r0,181r-10,0r0,-181r-24,0r0,-10r24,0r0,-18v0,-62,46,-62,49,-62r0,9v-27,-1,-43,29,-39,71r52,0r0,-75r10,0r0,266r-10,0r0,-181","w":127},"\u2013":{"d":"13,-105r154,0r0,11r-154,0r0,-11"},"\u2020":{"d":"95,-266r0,77r68,0r0,10r-68,0r0,215r-11,0r0,-215r-67,0r0,-10r67,0r0,-77r11,0"},"\u2021":{"d":"96,-266r0,66r67,0r0,11r-67,0r0,148r67,0r0,10r-67,0r0,67r-11,0r0,-67r-68,0r0,-10r68,0r0,-148r-68,0r0,-11r68,0r0,-66r11,0"},"\u00b7":{"d":"50,-107r0,30r-11,0r0,-30r11,0","w":88},"\u00b6":{"d":"86,45r0,-168v-45,0,-82,-22,-82,-71v1,-83,91,-73,173,-72r0,10r-23,0r0,301r-11,0r0,-301r-46,0r0,301r-11,0"},"\u2022":{"d":"68,-165v17,0,31,14,31,31v0,17,-13,30,-31,30v-18,0,-32,-13,-32,-30v0,-17,14,-31,32,-31","w":135},"\u201a":{"d":"32,26r23,-56r12,0r-23,56r-12,0","w":99},"\u201e":{"d":"33,26r23,-56r12,0r-23,56r-12,0xm65,26r23,-56r12,0r-23,56r-12,0","w":133},"\u201d":{"d":"33,-211r23,-55r12,0r-23,55r-12,0xm65,-211r23,-55r12,0r-23,55r-12,0","w":133,"k":{" ":36}},"\u00bb":{"d":"69,-169r41,70r-41,69r-13,0r41,-69r-41,-70r13,0xm29,-169r41,70r-41,69r-13,0r41,-69r-41,-70r13,0","w":126},"\u2026":{"d":"55,0r0,-30r11,0r0,30r-11,0xm175,0r0,-30r10,0r0,30r-10,0xm294,0r0,-30r11,0r0,30r-11,0","w":360},"\u2030":{"d":"67,-154v-34,0,-59,-24,-59,-59v0,-33,25,-58,59,-58v34,0,58,25,58,59v0,34,-24,58,-58,58xm18,-212v0,28,20,49,49,49v29,0,48,-20,48,-49v0,-29,-19,-50,-48,-50v-29,0,-49,21,-49,50xm134,-54v0,-33,24,-59,58,-59v34,0,59,25,59,59v0,34,-25,59,-59,59v-34,0,-58,-25,-58,-59xm144,-54v0,28,19,50,48,50v29,0,49,-21,49,-50v0,-29,-20,-50,-49,-50v-29,0,-48,21,-48,50xm269,-54v0,-33,24,-59,58,-59v34,0,59,25,59,59v0,34,-25,59,-59,59v-34,0,-58,-25,-58,-59xm279,-54v0,28,19,50,48,50v29,0,49,-21,49,-50v0,-29,-20,-50,-49,-50v-29,0,-48,21,-48,50xm217,-266r-164,266r-12,0r165,-266r11,0","w":393},"\u00bf":{"d":"77,-162r0,-29r10,0r0,29r-10,0xm77,-131r10,0v-1,23,-1,46,-30,76v-17,19,-31,33,-32,60v-3,73,105,93,116,10v0,-4,1,-6,1,-10r11,0v-8,105,-137,95,-139,-1v0,-29,21,-50,39,-69v24,-27,24,-50,24,-66","w":167},"`":{"d":"54,-269r78,47r-5,8r-78,-46"},"\u00b4":{"d":"49,-222r78,-47r5,9r-79,46"},"\u02c6":{"d":"95,-259r56,39v-32,1,-40,-21,-61,-31v-21,10,-29,33,-62,31r57,-39r10,0"},"\u02dc":{"d":"27,-231v23,-38,89,12,118,-16r6,5v-22,36,-95,-15,-117,16"},"\u00af":{"d":"154,-243r0,11r-128,0r0,-11r128,0"},"\u02d8":{"d":"25,-252r14,0v6,9,20,19,51,19v46,1,38,-21,66,-19v-7,28,-109,48,-131,0"},"\u02d9":{"d":"50,-259r0,42r-11,0r0,-42r11,0","w":88},"\u00a8":{"d":"28,-259r0,42r-10,0r0,-42r10,0xm72,-259r0,42r-10,0r0,-42r10,0","w":90},"\u02da":{"d":"45,-274v18,0,33,14,33,32v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33v0,-18,15,-32,33,-32xm68,-242v0,-13,-10,-23,-24,-23v-12,0,-22,10,-22,23v0,12,10,23,23,23v13,0,23,-11,23,-23","w":90},"\u00b8":{"d":"37,0r-9,21v16,-7,31,11,31,24v0,26,-42,44,-53,5r9,0v9,23,34,15,34,-5v0,-17,-24,-22,-31,-7r-8,-2r16,-36r11,0","w":64},"\u02dd":{"d":"32,-221r67,-46r6,8r-67,47xm81,-221r67,-46r6,8r-67,47"},"\u02db":{"d":"3,39v0,-27,21,-39,42,-39v-22,16,-31,23,-31,38v0,23,29,33,47,21v1,14,-4,15,-20,15v-23,0,-38,-14,-38,-35","w":64},"\u02c7":{"d":"31,-256v31,-1,39,21,59,31v20,-10,28,-32,59,-31r-54,38r-10,0"},"\u2014":{"d":"13,-105r334,0r0,11r-334,0r0,-11","w":360},"\u00c6":{"d":"-2,0r134,-266r131,0r0,9r-112,0r0,118r112,0r0,10r-112,0r0,119r112,0r0,10r-123,0r0,-92r-85,0r-46,92r-11,0xm60,-102r80,0r0,-158","w":280},"\u00aa":{"d":"95,-268r0,114r-9,0v0,-14,0,-22,1,-31v-6,22,-21,34,-39,34v-26,0,-43,-28,-43,-60v0,-59,64,-87,82,-26v-1,-12,-1,-19,-1,-31r9,0xm49,-160v45,-2,44,-102,-2,-102v-43,4,-47,98,2,102","w":108},"\u0141":{"d":"-4,-101v-2,-23,20,-22,29,-34r0,-131r11,0r0,123r50,-36r0,12r-50,38r0,119r94,0r0,10r-105,0r0,-122","w":133,"k":{"O":14,"\u00d8":14,"\u0152":14,"\u00d3":14,"\u00d4":14,"\u00d6":14,"\u00d2":14,"\u00d5":14,"T":27,"V":14,"W":9,"y":11,"\u00fd":11,"\u00ff":11,"Y":23,"\u00dd":23,"\u0178":23,"\u201d":40,"\u2019":40,"o":11,"\u00f8":11,"\u0153":11,"\u00f3":11,"\u00f4":11,"\u00f6":11,"\u00f2":11,"\u00f5":11}},"\u00d8":{"d":"181,-232r34,-43r12,0r-41,51v40,76,29,229,-75,229v-31,0,-55,-15,-71,-40r-35,44r-12,0r41,-53v-43,-77,-16,-227,77,-227v31,0,54,15,70,39xm41,-53r133,-170v-54,-80,-149,-25,-149,90v0,32,6,59,16,80xm179,-215r-133,171v52,80,150,28,150,-89v0,-32,-7,-61,-17,-82","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"\u0152":{"d":"207,-257r0,118r111,0r0,10r-111,0r0,119r111,0r0,10r-122,0r1,-69v-14,42,-40,74,-86,74v-63,0,-97,-62,-97,-138v0,-76,34,-138,97,-138v42,0,71,29,86,74r-1,-69r122,0r0,9r-111,0xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128","w":336},"\u00ba":{"d":"6,-211v0,-32,13,-60,48,-60v35,0,48,28,48,60v0,33,-13,60,-48,60v-35,0,-48,-27,-48,-60xm15,-211v0,31,13,51,39,51v26,0,39,-20,39,-51v0,-32,-12,-51,-39,-51v-27,0,-39,19,-39,51","w":108},"\u00e6":{"d":"279,-94r-130,0v0,53,23,89,63,89v30,0,49,-20,55,-46r9,0v-8,36,-32,56,-64,56v-33,0,-53,-20,-64,-54r1,49r-10,0r1,-49v-9,34,-31,54,-59,54v-41,0,-67,-46,-67,-100v0,-96,97,-144,126,-46r-1,-50r10,0r-1,50v17,-59,79,-71,111,-30v17,21,20,51,20,77xm139,-95v1,-42,-17,-91,-57,-91v-77,0,-77,180,0,181v43,0,57,-55,57,-90xm149,-104r120,0v2,-82,-67,-106,-103,-58v-11,14,-16,35,-17,58","w":291},"\u0131":{"d":"27,0r0,-191r10,0r0,191r-10,0","w":64},"\u0142":{"d":"27,-139r-29,26v-2,-24,20,-25,29,-38r0,-115r10,0r0,105r29,-25v1,23,-20,24,-29,37r0,149r-10,0r0,-139","w":64},"\u00f8":{"d":"176,-200r11,0r-38,43v29,59,12,162,-61,162v-26,0,-44,-12,-56,-31r-32,35r-11,0r38,-43v-28,-59,-12,-161,61,-161v26,0,45,11,57,30xm34,-42r104,-115v-10,-18,-27,-29,-50,-29v-61,0,-77,91,-54,144xm142,-149r-104,116v10,18,27,28,50,28v60,0,78,-91,54,-144","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"\u0153":{"d":"289,-51v-7,29,-29,55,-64,56v-39,0,-59,-28,-68,-60v-9,35,-32,60,-69,60v-52,0,-74,-46,-74,-100v0,-54,22,-100,74,-100v37,0,60,24,69,59v11,-59,81,-79,115,-35v17,22,19,51,19,77r-129,0v0,53,23,89,63,89v30,0,48,-20,54,-46r10,0xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91xm162,-104r119,0v-1,-57,-27,-82,-60,-82v-35,0,-58,37,-59,82","w":304,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":7,".":7,"x":2}},"\u00df":{"d":"25,-170v0,-70,9,-95,60,-101v63,-7,70,117,21,136v67,12,64,140,-12,140v-27,0,-55,-16,-60,-67r1,62r-10,0r0,-170xm84,-262v-74,0,-42,119,-49,193r10,0v1,51,28,64,48,64v35,0,51,-25,51,-60v0,-24,-19,-73,-69,-64r0,-9v37,3,53,-23,54,-66v0,-34,-19,-58,-45,-58","w":171,"k":{"w":5,",":7,".":7}},"\u00b9":{"d":"53,-266r0,159r-10,0r0,-150r-27,0r0,-9r37,0","w":90},"\u00ac":{"d":"9,-130r162,0r0,80r-10,0r0,-70r-152,0r0,-10"},"\u00b5":{"d":"83,-5v33,1,62,-31,62,-90r0,-96r10,0r0,191r-10,0v0,-14,1,-27,1,-42v-11,35,-38,47,-62,47v-21,0,-43,-10,-49,-31r1,91r-10,0r0,-256r10,0v4,73,-21,186,47,186"},"\u2122":{"d":"131,-107r0,-159r14,0r75,144r75,-144r13,0r0,159r-10,0r0,-145r-76,145r-5,0r-76,-145r0,145r-10,0xm56,-107r0,-151r-45,0r0,-8r100,0r0,8r-45,0r0,151r-10,0","w":327},"\u00d0":{"d":"25,-266v107,-10,169,21,164,133v-7,145,-65,133,-164,133r0,-129r-34,0r0,-9r34,0r0,-128xm178,-133v0,-101,-41,-131,-142,-124r0,119r70,0r0,9r-70,0r0,119v97,5,142,-14,142,-123","w":203,"k":{"V":7,"W":-4,"Y":13,"\u00dd":13,"\u0178":13,",":27,".":27,"A":7,"\u00c6":7,"\u00c1":7,"\u00c2":7,"\u00c4":7,"\u00c0":7,"\u00c5":7,"\u00c3":7}},"\u00bd":{"d":"57,-266r0,159r-11,0r0,-150r-27,0r0,-9r38,0xm166,-266r-118,266r-11,0r119,-266r10,0xm141,-109v-2,-32,21,-54,45,-54v46,0,50,60,21,92r-55,62r77,0r0,9r-90,0r0,-8v24,-34,79,-62,79,-109v0,-17,-8,-37,-33,-37v-20,0,-34,17,-34,45r-10,0","w":252},"\u00b1":{"d":"85,-111r0,-71r10,0r0,71r76,0r0,10r-76,0r0,71r-10,0r0,-71r-76,0r0,-10r76,0xm9,0r0,-10r162,0r0,10r-162,0"},"\u00de":{"d":"157,-133v0,61,-48,82,-121,75r0,58r-11,0r0,-266r11,0r0,57v73,-6,121,14,121,76xm146,-133v0,-58,-44,-70,-110,-66r0,132v65,4,110,-7,110,-66","w":167},"\u00bc":{"d":"166,-266r-118,266r-11,0r119,-266r10,0xm188,-145r-63,105r63,0r0,-105xm57,-266r0,159r-11,0r0,-150r-27,0r0,-9r38,0xm198,-160r0,120r15,0r0,9r-15,0r0,31r-10,0r0,-31r-75,0r0,-7r73,-122r12,0","w":234},"\u00f7":{"d":"95,-180r0,29r-10,0r0,-29r10,0xm9,-85r0,-10r162,0r0,10r-162,0xm95,-29r0,29r-10,0r0,-29r10,0"},"\u00a6":{"d":"85,-243r10,0r0,126r-10,0r0,-126xm85,-63r10,0r0,126r-10,0r0,-126"},"\u00b0":{"d":"72,-255v29,0,51,22,51,52v0,28,-22,51,-51,51v-29,0,-51,-23,-51,-52v0,-29,22,-51,51,-51xm72,-245v-23,0,-41,18,-41,42v0,23,18,41,41,41v23,0,41,-19,41,-42v0,-23,-18,-41,-41,-41","w":144},"\u00fe":{"d":"25,77r0,-343r10,0r-1,121v13,-37,34,-50,59,-50v41,0,67,45,67,100v0,54,-26,100,-67,100v-28,0,-50,-20,-59,-51r1,123r-10,0xm93,-186v-78,5,-79,176,0,181v76,-1,76,-180,0,-181","w":174,"k":{"v":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18}},"\u00be":{"d":"224,-145r-63,105r63,0r0,-105xm201,-266r-119,266r-10,0r118,-266r11,0xm234,-160r0,120r15,0r0,9r-15,0r0,31r-10,0r0,-31r-75,0r0,-7r73,-122r12,0xm12,-155r10,0v2,61,73,51,73,2v0,-19,-15,-44,-48,-40r0,-9v28,5,43,-22,39,-29v0,-15,-11,-29,-26,-29v-15,0,-26,12,-26,29r-10,0v3,-54,71,-47,72,0v0,21,-13,30,-19,33v44,15,33,94,-18,94v-24,0,-48,-21,-47,-51","w":270},"\u00b2":{"d":"17,-216v-3,-32,21,-53,44,-53v47,0,56,65,21,91r-55,62r78,0r0,9r-91,0r0,-8v24,-33,80,-62,80,-108v0,-17,-9,-37,-34,-37v-20,0,-33,16,-33,44r-10,0","w":126},"\u00ae":{"d":"144,-270v78,0,137,61,137,137v0,78,-61,137,-137,137v-77,0,-138,-58,-138,-137v0,-75,58,-137,138,-137xm144,-261v-74,0,-127,59,-127,128v0,72,55,128,127,128v71,0,127,-56,127,-128v0,-70,-53,-128,-127,-128xm85,-212r66,0v9,0,55,0,55,43v0,20,-12,32,-31,39v22,6,27,19,28,36v2,32,2,35,5,41v-20,-1,-10,0,-14,-36v-2,-22,-4,-36,-48,-36r-51,0r0,72r-10,0r0,-159xm196,-169v0,-53,-56,-29,-101,-34r0,69r50,0v12,-1,51,-1,51,-35","w":288},"\u2212":{"d":"9,-85r0,-10r162,0r0,10r-162,0"},"\u00f0":{"d":"139,-167v-12,-25,-35,-52,-55,-67r-57,22r0,-9r50,-19v-13,-9,-24,-16,-36,-21v17,-11,30,7,46,17r57,-22r0,9r-50,19v36,31,69,73,68,143v0,54,-23,100,-74,100v-52,0,-74,-46,-74,-100v0,-54,22,-100,74,-100v20,0,37,5,51,28xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-41,-15,-91,-64,-91v-43,0,-64,37,-64,91","w":176},"\u00d7":{"d":"16,0r-7,-8r73,-82r-73,-82r7,-8r74,82r74,-82r7,8r-73,82r73,82r-7,8r-74,-83"},"\u00b3":{"d":"13,-155r10,0v1,61,73,50,73,2v0,-19,-15,-44,-48,-40r0,-9v28,5,42,-22,38,-29v0,-15,-10,-29,-25,-29v-15,0,-26,12,-26,29r-11,0v4,-54,71,-48,72,0v0,21,-13,30,-19,33v45,14,34,94,-18,94v-24,0,-47,-22,-46,-51","w":126},"\u00a9":{"d":"144,-270v78,0,137,61,137,137v0,78,-61,137,-137,137v-77,0,-138,-58,-138,-137v0,-75,58,-137,138,-137xm144,-261v-74,0,-127,59,-127,128v0,72,55,128,127,128v71,0,127,-56,127,-128v0,-70,-53,-128,-127,-128xm216,-162r-10,0v-20,-75,-128,-52,-128,29v0,54,38,73,68,73v12,0,57,-4,63,-58r10,0v-10,94,-152,92,-151,-15v0,-49,32,-83,79,-83v36,0,65,22,69,54","w":288},"\u00c1":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0xm43,-291r78,-46r5,8r-78,46","w":165},"\u00c2":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0xm88,-328r56,39v-32,1,-40,-21,-61,-31v-21,10,-30,32,-62,31r57,-39r10,0","w":165},"\u00c4":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0xm66,-327r0,42r-10,0r0,-42r10,0xm110,-327r0,42r-11,0r0,-42r11,0","w":165},"\u00c0":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0xm45,-337r78,46r-5,8r-78,-46","w":165},"\u00c5":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0xm50,-306v0,-18,14,-33,33,-33v18,0,33,15,33,33v0,18,-16,32,-34,32v-18,0,-32,-14,-32,-32xm82,-330v-12,0,-22,10,-22,23v0,12,9,23,22,23v13,0,23,-11,23,-23v0,-13,-10,-23,-23,-23","w":165},"\u00c3":{"d":"37,-95r-27,95r-11,0r77,-266r13,0r78,266r-11,0r-28,-95r-91,0xm125,-105r-42,-152r-42,152r84,0xm19,-298v25,-38,91,14,119,-16r6,6v-23,35,-96,-17,-117,16","w":165},"\u00c7":{"d":"107,4r-7,17v16,-7,31,11,31,24v0,26,-42,44,-53,5r9,0v9,23,34,15,34,-5v0,-17,-24,-22,-31,-7r-8,-2r14,-32v-51,-3,-84,-52,-84,-137v0,-79,28,-138,88,-138v51,0,77,47,77,90r-9,0v0,-26,-15,-80,-68,-80v-58,0,-77,58,-77,132v0,82,33,124,79,124v48,0,65,-39,66,-72r9,0v0,37,-23,79,-70,81","w":185,"k":{",":11,".":11,"A":4,"\u00c6":4,"\u00c1":4,"\u00c2":4,"\u00c4":4,"\u00c0":4,"\u00c5":4,"\u00c3":4}},"\u00c9":{"d":"25,0r0,-266r123,0r0,9r-112,0r0,118r112,0r0,10r-112,0r0,119r112,0r0,10r-123,0xm41,-293r79,-46r5,9r-79,46","w":165},"\u00ca":{"d":"25,0r0,-266r123,0r0,9r-112,0r0,118r112,0r0,10r-112,0r0,119r112,0r0,10r-123,0xm88,-329r56,38v-32,1,-40,-21,-61,-30v-21,10,-31,31,-62,30r57,-38r10,0","w":165},"\u00cb":{"d":"25,0r0,-266r123,0r0,9r-112,0r0,118r112,0r0,10r-112,0r0,119r112,0r0,10r-123,0xm66,-329r0,42r-10,0r0,-42r10,0xm110,-329r0,42r-11,0r0,-42r11,0","w":165},"\u00c8":{"d":"25,0r0,-266r123,0r0,9r-112,0r0,118r112,0r0,10r-112,0r0,119r112,0r0,10r-123,0xm46,-339r79,46r-5,9r-79,-46","w":165},"\u00cd":{"d":"25,0r0,-266r11,0r0,266r-11,0xm-9,-291r78,-46r5,8r-78,46","w":61},"\u00ce":{"d":"25,0r0,-266r11,0r0,266r-11,0xm36,-328r56,39v-32,1,-40,-21,-61,-31v-21,10,-30,32,-62,31r57,-39r10,0","w":61},"\u00cf":{"d":"25,0r0,-266r11,0r0,266r-11,0xm14,-329r0,42r-10,0r0,-42r10,0xm58,-329r0,42r-11,0r0,-42r11,0","w":61},"\u00cc":{"d":"25,0r0,-266r11,0r0,266r-11,0xm-8,-337r79,46r-5,8r-79,-46","w":61},"\u00d1":{"d":"45,-266r130,260r0,-260r11,0r0,266r-19,0r-131,-261r0,261r-11,0r0,-266r20,0xm42,-298v25,-38,91,14,119,-16r6,6v-23,35,-96,-17,-117,16","w":211},"\u00d3":{"d":"111,5v-63,0,-97,-62,-97,-139v0,-75,34,-137,97,-137v63,0,96,62,96,138v0,59,-24,138,-96,138xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128xm69,-291r78,-46r5,8r-78,46","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"\u00d4":{"d":"111,5v-63,0,-97,-62,-97,-139v0,-75,34,-137,97,-137v63,0,96,62,96,138v0,59,-24,138,-96,138xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128xm116,-328r56,39v-32,1,-40,-21,-61,-31v-21,10,-30,32,-62,31r56,-39r11,0","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"\u00d6":{"d":"111,5v-63,0,-97,-62,-97,-139v0,-75,34,-137,97,-137v63,0,96,62,96,138v0,59,-24,138,-96,138xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128xm94,-329r0,42r-10,0r0,-42r10,0xm138,-329r0,42r-11,0r0,-42r11,0","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"\u00d2":{"d":"111,5v-63,0,-97,-62,-97,-139v0,-75,34,-137,97,-137v63,0,96,62,96,138v0,59,-24,138,-96,138xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128xm74,-337r78,46r-4,8r-79,-46","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"\u00d5":{"d":"111,5v-63,0,-97,-62,-97,-139v0,-75,34,-137,97,-137v63,0,96,62,96,138v0,59,-24,138,-96,138xm25,-133v0,78,35,128,86,128v51,0,85,-50,85,-128v0,-78,-34,-128,-85,-128v-51,0,-86,50,-86,128xm47,-300v24,-38,89,13,118,-15r7,5v-23,34,-96,-14,-118,16","w":221,"k":{"T":18,"V":5,"W":2,"Y":7,"\u00dd":7,"\u0178":7,",":18,".":18,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5,"X":5}},"\u0160":{"d":"28,-204v0,88,119,29,124,133v4,92,-134,108,-139,4r10,0v5,49,38,62,56,62v33,0,62,-23,62,-63v0,-100,-114,-32,-123,-133v-4,-44,27,-70,63,-70v34,0,59,18,64,62r-10,0v-4,-20,-13,-52,-54,-52v-32,0,-53,23,-53,57xm23,-324v31,-1,39,21,59,31v20,-10,28,-32,59,-31r-53,38r-11,0","w":164,"k":{",":11,".":11}},"\u00da":{"d":"94,5v-46,0,-71,-23,-71,-72r0,-199r11,0r0,202v-5,32,26,63,59,59v33,4,60,-26,60,-59r0,-202r10,0r0,199v0,49,-25,72,-69,72xm54,-291r78,-46r5,8r-78,46","w":186,"k":{",":5,".":5,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00db":{"d":"94,5v-46,0,-71,-23,-71,-72r0,-199r11,0r0,202v-5,32,26,63,59,59v33,4,60,-26,60,-59r0,-202r10,0r0,199v0,49,-25,72,-69,72xm99,-331r56,39v-32,1,-40,-21,-61,-31v-21,10,-30,32,-62,31r57,-39r10,0","w":186,"k":{",":5,".":5,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00dc":{"d":"94,5v-46,0,-71,-23,-71,-72r0,-199r11,0r0,202v-5,32,26,63,59,59v33,4,60,-26,60,-59r0,-202r10,0r0,199v0,49,-25,72,-69,72xm77,-329r0,42r-10,0r0,-42r10,0xm121,-329r0,42r-11,0r0,-42r11,0","w":186,"k":{",":5,".":5,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00d9":{"d":"94,5v-46,0,-71,-23,-71,-72r0,-199r11,0r0,202v-5,32,26,63,59,59v33,4,60,-26,60,-59r0,-202r10,0r0,199v0,49,-25,72,-69,72xm44,-337r78,46r-4,8r-79,-46","w":186,"k":{",":5,".":5,"A":5,"\u00c6":5,"\u00c1":5,"\u00c2":5,"\u00c4":5,"\u00c0":5,"\u00c5":5,"\u00c3":5}},"\u00dd":{"d":"70,0r0,-91r-71,-175r12,0r65,164r64,-164r12,0r-71,175r0,91r-11,0xm45,-291r78,-46r5,8r-79,46","w":150,"k":{"O":7,"\u00d8":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,"v":2,",":36,".":36,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"e":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00e8":22,"i":2,"\u0131":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"o":22,"\u00f8":22,"\u0153":22,"\u00f3":22,"\u00f4":22,"\u00f6":22,"\u00f2":22,"\u00f5":22,"q":22,"-":11,":":27,";":27,"p":11,"S":4,"\u0160":4}},"\u0178":{"d":"70,0r0,-91r-71,-175r12,0r65,164r64,-164r12,0r-71,175r0,91r-11,0xm59,-329r0,42r-10,0r0,-42r10,0xm103,-329r0,42r-11,0r0,-42r11,0","w":150,"k":{"O":7,"\u00d8":7,"\u0152":7,"\u00d3":7,"\u00d4":7,"\u00d6":7,"\u00d2":7,"\u00d5":7,"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,"v":2,",":36,".":36,"A":11,"\u00c6":11,"\u00c1":11,"\u00c2":11,"\u00c4":11,"\u00c0":11,"\u00c5":11,"\u00c3":11,"a":22,"\u00e6":22,"\u00e1":22,"\u00e2":22,"\u00e4":22,"\u00e0":22,"\u00e5":22,"\u00e3":22,"e":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00e8":22,"i":2,"\u0131":2,"\u00ed":2,"\u00ee":2,"\u00ef":2,"\u00ec":2,"o":22,"\u00f8":22,"\u0153":22,"\u00f3":22,"\u00f4":22,"\u00f6":22,"\u00f2":22,"\u00f5":22,"q":22,"-":11,":":27,";":27,"p":11,"S":4,"\u0160":4}},"\u017d":{"d":"158,-260r-134,250r141,0r0,10r-153,0r0,-6r133,-251r-138,0r0,-9r151,0r0,6xm23,-320v31,-1,39,21,59,30v20,-9,29,-31,59,-30r-53,37r-11,0","w":172},"\u00e1":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181xm53,-222r78,-47r5,9r-78,46","w":174},"\u00e2":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181xm89,-259r56,39v-32,1,-40,-21,-61,-31v-21,10,-30,32,-62,31r56,-39r11,0","w":174},"\u00e4":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181xm67,-259r0,42r-10,0r0,-42r10,0xm111,-259r0,42r-11,0r0,-42r11,0","w":174},"\u00e0":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181xm47,-269r78,47r-4,8r-79,-46","w":174},"\u00e5":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181xm50,-242v0,-18,15,-32,34,-32v18,0,32,14,32,32v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm83,-265v-12,0,-23,10,-23,23v0,12,10,23,23,23v13,0,23,-11,23,-23v0,-13,-10,-23,-23,-23","w":174},"\u00e3":{"d":"149,-191r0,191r-10,0v0,-24,0,-37,1,-48v-9,32,-31,53,-59,53v-41,0,-67,-46,-67,-100v0,-95,96,-144,126,-48v-1,-15,-1,-29,-1,-48r10,0xm82,-5v78,-4,77,-177,0,-181v-77,1,-77,180,0,181xm24,-231v23,-38,89,12,118,-16r6,5v-22,36,-95,-15,-117,16","w":174},"\u00e7":{"d":"80,-186v-41,0,-62,46,-62,91v0,96,104,125,117,35r10,0v-6,36,-25,60,-56,64r-7,17v16,-7,31,11,31,24v0,26,-42,44,-53,5r9,0v9,23,34,15,34,-5v0,-17,-24,-22,-31,-7r-8,-2r14,-32v-53,-1,-70,-55,-70,-99v0,-61,29,-100,71,-100v37,0,61,25,64,66r-9,0v-6,-47,-32,-57,-54,-57","w":151,"k":{"y":-5,"\u00fd":-5,"\u00ff":-5,",":7,".":7}},"\u00e9":{"d":"152,-51v-7,30,-29,55,-65,56v-54,0,-73,-55,-73,-100v0,-88,75,-131,121,-76v17,21,19,51,19,77r-130,0v0,53,23,89,63,89v30,0,49,-20,55,-46r10,0xm24,-104r120,0v-1,-57,-27,-82,-60,-82v-35,0,-59,37,-60,82xm42,-222r79,-47r5,9r-79,46","w":167,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":7,".":7,"x":2}},"\u00ea":{"d":"152,-51v-7,30,-29,55,-65,56v-54,0,-73,-55,-73,-100v0,-88,75,-131,121,-76v17,21,19,51,19,77r-130,0v0,53,23,89,63,89v30,0,49,-20,55,-46r10,0xm24,-104r120,0v-1,-57,-27,-82,-60,-82v-35,0,-59,37,-60,82xm89,-259r56,39v-32,1,-40,-21,-61,-31v-21,10,-29,33,-62,31r57,-39r10,0","w":167,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":7,".":7,"x":2}},"\u00eb":{"d":"152,-51v-7,30,-29,55,-65,56v-54,0,-73,-55,-73,-100v0,-88,75,-131,121,-76v17,21,19,51,19,77r-130,0v0,53,23,89,63,89v30,0,49,-20,55,-46r10,0xm24,-104r120,0v-1,-57,-27,-82,-60,-82v-35,0,-59,37,-60,82xm67,-259r0,42r-10,0r0,-42r10,0xm111,-259r0,42r-11,0r0,-42r11,0","w":167,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":7,".":7,"x":2}},"\u00e8":{"d":"152,-51v-7,30,-29,55,-65,56v-54,0,-73,-55,-73,-100v0,-88,75,-131,121,-76v17,21,19,51,19,77r-130,0v0,53,23,89,63,89v30,0,49,-20,55,-46r10,0xm24,-104r120,0v-1,-57,-27,-82,-60,-82v-35,0,-59,37,-60,82xm48,-269r78,47r-5,8r-79,-46","w":167,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":7,".":7,"x":2}},"\u00ed":{"d":"27,0r0,-191r10,0r0,191r-10,0xm-6,-222r78,-47r5,9r-78,46","w":64},"\u00ee":{"d":"27,0r0,-191r10,0r0,191r-10,0xm37,-259r56,39v-32,1,-40,-21,-61,-31v-21,10,-29,33,-62,31r57,-39r10,0","w":64},"\u00ef":{"d":"27,0r0,-191r10,0r0,191r-10,0xm15,-259r0,42r-10,0r0,-42r10,0xm59,-259r0,42r-10,0r0,-42r10,0","w":64},"\u00ec":{"d":"27,0r0,-191r10,0r0,191r-10,0xm-8,-269r78,47r-4,8r-79,-46","w":64},"\u00f1":{"d":"25,0r0,-191r10,0v0,14,0,27,-1,42v27,-69,120,-65,120,24r0,125r-10,0r0,-121v0,-23,-2,-65,-47,-65v-37,0,-62,27,-62,82r0,104r-10,0xm26,-231v24,-37,89,12,118,-16r6,5v-22,36,-95,-15,-117,16","w":178,"k":{"u":2,"\u00fa":2,"\u00fb":2,"\u00fc":2,"\u00f9":2,"v":2,"y":4,"\u00fd":4,"\u00ff":4}},"\u00f3":{"d":"88,5v-52,0,-74,-46,-74,-101v0,-54,22,-99,74,-99v51,0,74,46,74,100v0,54,-23,100,-74,100xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91xm47,-222r78,-47r5,9r-79,46","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"\u00f4":{"d":"88,5v-52,0,-74,-46,-74,-101v0,-54,22,-99,74,-99v51,0,74,46,74,100v0,54,-23,100,-74,100xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91xm93,-259r56,39v-32,1,-40,-21,-61,-31v-21,10,-29,32,-61,31r56,-39r10,0","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"\u00f6":{"d":"88,5v-52,0,-74,-46,-74,-101v0,-54,22,-99,74,-99v51,0,74,46,74,100v0,54,-23,100,-74,100xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91xm72,-259r0,42r-11,0r0,-42r11,0xm115,-259r0,42r-10,0r0,-42r10,0","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"\u00f2":{"d":"88,5v-52,0,-74,-46,-74,-101v0,-54,22,-99,74,-99v51,0,74,46,74,100v0,54,-23,100,-74,100xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91xm52,-269r78,47r-5,8r-78,-46","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"\u00f5":{"d":"88,5v-52,0,-74,-46,-74,-101v0,-54,22,-99,74,-99v51,0,74,46,74,100v0,54,-23,100,-74,100xm24,-95v0,54,21,90,64,90v42,0,64,-36,64,-90v0,-54,-22,-91,-64,-91v-43,0,-64,37,-64,91xm25,-231v24,-37,89,12,118,-16r6,5v-22,36,-95,-15,-117,16","w":176,"k":{"v":2,"w":2,"y":2,"\u00fd":2,"\u00ff":2,",":18,".":18,"x":2}},"\u0161":{"d":"110,-47v0,-61,-87,-40,-87,-102v0,-30,22,-46,45,-46v27,0,47,15,47,49r-10,0v0,-31,-16,-40,-37,-40v-20,0,-35,15,-35,37v1,60,89,29,87,100v0,32,-23,54,-51,54v-33,0,-52,-21,-52,-58r9,0v0,33,18,48,43,48v25,0,41,-16,41,-42xm9,-256v31,-1,39,21,59,31v20,-10,28,-32,59,-31r-53,38r-11,0","w":136,"k":{"w":5,",":7,".":7}},"\u00fa":{"d":"153,-191r0,191r-10,0v0,-14,0,-27,1,-42v-27,70,-120,66,-120,-24r0,-125r10,0r0,122v0,23,2,64,47,64v37,0,62,-27,62,-82r0,-104r10,0xm55,-222r78,-47r5,9r-78,46","w":178},"\u00fb":{"d":"153,-191r0,191r-10,0v0,-14,0,-27,1,-42v-27,70,-120,66,-120,-24r0,-125r10,0r0,122v0,23,2,64,47,64v37,0,62,-27,62,-82r0,-104r10,0xm94,-259r56,39v-32,1,-40,-21,-61,-31v-21,10,-29,32,-61,31r56,-39r10,0","w":178},"\u00fc":{"d":"153,-191r0,191r-10,0v0,-14,0,-27,1,-42v-27,70,-120,66,-120,-24r0,-125r10,0r0,122v0,23,2,64,47,64v37,0,62,-27,62,-82r0,-104r10,0xm73,-259r0,42r-11,0r0,-42r11,0xm116,-259r0,42r-10,0r0,-42r10,0","w":178},"\u00f9":{"d":"153,-191r0,191r-10,0v0,-14,0,-27,1,-42v-27,70,-120,66,-120,-24r0,-125r10,0r0,122v0,23,2,64,47,64v37,0,62,-27,62,-82r0,-104r10,0xm42,-269r78,47r-5,8r-78,-46","w":178},"\u00fd":{"d":"34,77r26,-77r-57,-191r10,0r52,178r57,-178r10,0r-88,268r-10,0xm33,-222r78,-47r5,9r-79,46","w":133,"k":{",":22,".":22,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f8":2,"\u0153":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"\u00ff":{"d":"34,77r26,-77r-57,-191r10,0r52,178r57,-178r10,0r-88,268r-10,0xm50,-259r0,42r-10,0r0,-42r10,0xm94,-259r0,42r-10,0r0,-42r10,0","w":133,"k":{",":22,".":22,"a":2,"\u00e6":2,"\u00e1":2,"\u00e2":2,"\u00e4":2,"\u00e0":2,"\u00e5":2,"\u00e3":2,"e":2,"\u00e9":2,"\u00ea":2,"\u00eb":2,"\u00e8":2,"o":2,"\u00f8":2,"\u0153":2,"\u00f3":2,"\u00f4":2,"\u00f6":2,"\u00f2":2,"\u00f5":2}},"\u017e":{"d":"5,0r0,-9r106,-172r-100,0r0,-10r111,0r0,10r-105,172r111,0r0,9r-123,0xm5,-256v32,-1,39,21,60,31v20,-10,28,-32,59,-31r-54,38r-11,0","w":133},"\u2126":{"d":"19,-11v17,-1,38,2,53,-1v-26,-27,-48,-72,-48,-129v0,-83,43,-129,96,-129v53,0,93,51,93,128v0,61,-26,106,-49,131r53,0r0,11r-73,0r0,-8v30,-25,57,-75,57,-132v0,-51,-27,-119,-82,-119v-51,0,-83,53,-83,119v0,54,28,109,56,132r0,8r-73,0r0,-11","w":236},"\u03c0":{"d":"168,-185r-28,0v1,55,-4,144,5,185v-23,2,-16,-13,-16,-51r0,-134r-70,0v-2,58,-13,152,-26,185r-12,0v14,-38,24,-125,26,-185v-29,-3,-36,11,-42,-3v35,-16,114,-5,165,-8","w":178},"\u20ac":{"d":"132,-117r-2,9r-91,0v4,72,31,103,66,103v26,0,45,-16,53,-52r10,0v-8,37,-28,62,-63,62v-44,0,-71,-41,-76,-113r-24,0r2,-9r21,0r0,-34r-23,0r2,-10r22,0v5,-65,28,-110,76,-110v32,0,56,24,63,70r-10,0v-5,-28,-16,-60,-53,-60v-42,0,-61,41,-65,100r101,0r-2,10r-100,0r0,34r93,0"},"\u212e":{"d":"69,-53v37,68,153,63,196,4r22,0v-27,32,-72,53,-121,53v-85,0,-153,-61,-153,-137v0,-76,68,-138,153,-138v86,1,155,62,153,142r-250,1r0,75xm263,-215v-37,-65,-158,-62,-194,2v2,24,-3,55,2,76r192,-2r0,-76","w":332},"\u2202":{"d":"33,-268r-6,-9v65,-47,129,-9,129,122v0,94,-28,158,-81,158v-39,0,-60,-36,-60,-85v0,-58,35,-97,71,-97v32,0,52,24,58,37v5,-105,-45,-181,-111,-126xm28,-84v0,47,18,76,48,76v36,0,61,-48,66,-114v-7,-21,-27,-46,-55,-46v-31,0,-59,36,-59,84","w":172},"\u220f":{"d":"213,-255r-37,0r0,292r-11,0r0,-292r-108,0r0,292r-11,0r0,-292r-37,0r0,-11r204,0r0,11","w":222},"\u2211":{"d":"174,37r-166,0r0,-10r96,-140r-91,-144r0,-9r154,0r0,11v-44,2,-97,-4,-137,2r88,139r-94,139r150,0r0,12","w":181},"\u2219":{"d":"50,-107r0,30r-11,0r0,-30r11,0","w":88},"\u221a":{"d":"184,-314r-73,375r-13,0r-58,-186r-25,9r-3,-9r37,-14r49,154v3,8,2,22,6,26r69,-355r11,0","w":187},"\u221e":{"d":"199,-161v30,0,48,20,48,50v0,30,-23,51,-50,51v-23,0,-40,-16,-65,-42v-18,19,-37,42,-65,42v-27,0,-49,-23,-49,-50v0,-29,21,-51,51,-51v26,0,47,22,65,43v20,-22,37,-43,65,-43xm30,-110v0,22,14,39,39,39v24,0,42,-24,57,-39v-16,-19,-34,-41,-60,-41v-23,0,-36,20,-36,41xm198,-151v-24,0,-45,28,-58,40v24,24,39,40,58,40v24,0,37,-20,37,-40v0,-27,-16,-40,-37,-40","w":264},"\u222b":{"d":"48,-233v1,-54,5,-82,43,-89v9,0,21,6,12,14v-39,-9,-43,22,-43,77v0,58,4,141,4,198v0,62,-4,82,-42,91v-13,0,-24,-5,-15,-16v3,1,9,5,15,5v27,-11,30,-26,30,-81v0,-57,-4,-142,-4,-199","w":111},"\u2248":{"d":"61,-153v43,0,80,56,105,0r8,5v-8,17,-20,32,-42,32v-21,0,-49,-27,-73,-27v-16,0,-26,11,-35,26r-8,-5v10,-21,26,-31,45,-31xm61,-100v43,0,80,56,105,0r8,6v-8,17,-20,31,-42,31v-22,0,-49,-27,-73,-27v-17,0,-27,12,-35,27r-8,-5v10,-21,26,-32,45,-32","w":190},"\u2260":{"d":"132,-180r-16,36r56,0r0,10r-61,0r-25,52r86,0r0,10r-90,0r-19,40r-8,-4r16,-36r-53,0r0,-10r58,0r24,-52r-82,0r0,-10r87,0r18,-40","w":190},"\u2264":{"d":"171,-42r-151,-80r0,-10r151,-79r0,13r-138,71r138,71r0,14xm172,-16r-154,0r0,-11r154,0r0,11","w":190},"\u2265":{"d":"20,-211r151,79r0,10r-151,80r0,-14r138,-71r-138,-71r0,-13xm172,-16r-154,0r0,-11r154,0r0,11","w":190},"\u25ca":{"d":"168,-133r-69,146r-10,0r-70,-146r70,-146r10,0xm156,-132r-63,-134r-61,133r62,133v17,-47,42,-88,62,-132","w":187},"\u02c9":{"d":"154,-243r0,11r-128,0r0,-11r128,0"},"\u00ad":{"d":"5,-105r69,0r0,11r-69,0r0,-11","w":79},"\u03a9":{"d":"19,-11v17,-1,38,2,53,-1v-26,-27,-48,-72,-48,-129v0,-83,43,-129,96,-129v53,0,93,51,93,128v0,61,-26,106,-49,131r53,0r0,11r-73,0r0,-8v30,-25,57,-75,57,-132v0,-51,-27,-119,-82,-119v-51,0,-83,53,-83,119v0,54,28,109,56,132r0,8r-73,0r0,-11","w":236},"\u00a0":{"w":79},"\u2113":{"d":"137,-42r8,5v-12,22,-30,40,-56,40v-39,0,-52,-39,-51,-85v-6,6,-13,13,-20,19r-6,-9v9,-9,18,-17,26,-26r0,-108v0,-71,25,-87,45,-87v24,0,37,23,37,55v0,50,-29,98,-71,144v-3,54,16,91,41,86v23,0,39,-19,47,-34xm81,-282v-39,0,-33,118,-32,172v33,-39,60,-81,60,-127v0,-28,-9,-45,-28,-45","w":154},"\u03bc":{"d":"83,-5v33,1,62,-31,62,-90r0,-96r10,0r0,191r-10,0v0,-14,1,-27,1,-42v-11,35,-38,47,-62,47v-21,0,-43,-10,-49,-31r1,91r-10,0r0,-256r10,0v4,73,-21,186,47,186"},"\u2215":{"d":"-50,0r118,-266r11,0r-119,266r-10,0","w":29},"\u2206":{"d":"12,0r0,-11r87,-263r12,0r86,263r0,11r-185,0xm24,-10r160,0r-81,-244","w":208},"\u2010":{"d":"5,-105r69,0r0,11r-69,0r0,-11","w":79}}});;(function(au,k){var Q={version:"3.0.3"};var J=navigator.userAgent.toLowerCase();if(J.indexOf("windows")>-1||J.indexOf("win32")>-1){Q.isWindows=true}else{if(J.indexOf("macintosh")>-1||J.indexOf("mac os x")>-1){Q.isMac=true}else{if(J.indexOf("linux")>-1){Q.isLinux=true}}}Q.isIE=J.indexOf("msie")>-1;Q.isIE6=J.indexOf("msie 6")>-1;Q.isIE7=J.indexOf("msie 7")>-1;Q.isGecko=J.indexOf("gecko")>-1&&J.indexOf("safari")==-1;Q.isWebKit=J.indexOf("applewebkit/")>-1;var ab=/#(.+)$/,af=/^(light|shadow)box\[(.*?)\]/i,az=/\s*([a-z_]*?)\s*=\s*(.+)\s*/,f=/[0-9a-z]+$/i,aD=/(.+\/)shadowbox\.js/i;var A=false,a=false,l={},z=0,R,ap;Q.current=-1;Q.dimensions=null;Q.ease=function(K){return 1+Math.pow(K-1,3)};Q.errorInfo={fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}};Q.gallery=[];Q.onReady=aj;Q.path=null;Q.player=null;Q.playerId="sb-player";Q.options={animate:true,animateFade:true,autoplayMovies:true,continuous:false,enableKeys:true,flashParams:{bgcolor:"#000000",allowfullscreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",onChange:aj,onClose:aj,onFinish:aj,onOpen:aj,showMovieControls:true,skipSetup:false,slideshowDelay:0,viewportPadding:20};Q.getCurrent=function(){return Q.current>-1?Q.gallery[Q.current]:null};Q.hasNext=function(){return Q.gallery.length>1&&(Q.current!=Q.gallery.length-1||Q.options.continuous)};Q.isOpen=function(){return A};Q.isPaused=function(){return ap=="pause"};Q.applyOptions=function(K){l=aC({},Q.options);aC(Q.options,K)};Q.revertOptions=function(){aC(Q.options,l)};Q.init=function(aG,aJ){if(a){return}a=true;if(Q.skin.options){aC(Q.options,Q.skin.options)}if(aG){aC(Q.options,aG)}if(!Q.path){var aI,S=document.getElementsByTagName("script");for(var aH=0,K=S.length;aH<K;++aH){aI=aD.exec(S[aH].src);if(aI){Q.path=aI[1];break}}}if(aJ){Q.onReady=aJ}P()};Q.open=function(S){if(A){return}var K=Q.makeGallery(S);Q.gallery=K[0];Q.current=K[1];S=Q.getCurrent();if(S==null){return}Q.applyOptions(S.options||{});G();if(Q.gallery.length){S=Q.getCurrent();if(Q.options.onOpen(S)===false){return}A=true;Q.skin.onOpen(S,c)}};Q.close=function(){if(!A){return}A=false;if(Q.player){Q.player.remove();Q.player=null}if(typeof ap=="number"){clearTimeout(ap);ap=null}z=0;aq(false);Q.options.onClose(Q.getCurrent());Q.skin.onClose();Q.revertOptions()};Q.play=function(){if(!Q.hasNext()){return}if(!z){z=Q.options.slideshowDelay*1000}if(z){R=aw();ap=setTimeout(function(){z=R=0;Q.next()},z);if(Q.skin.onPlay){Q.skin.onPlay()}}};Q.pause=function(){if(typeof ap!="number"){return}z=Math.max(0,z-(aw()-R));if(z){clearTimeout(ap);ap="pause";if(Q.skin.onPause){Q.skin.onPause()}}};Q.change=function(K){if(!(K in Q.gallery)){if(Q.options.continuous){K=(K<0?Q.gallery.length+K:0);if(!(K in Q.gallery)){return}}else{return}}Q.current=K;if(typeof ap=="number"){clearTimeout(ap);ap=null;z=R=0}Q.options.onChange(Q.getCurrent());c(true)};Q.next=function(){Q.change(Q.current+1)};Q.previous=function(){Q.change(Q.current-1)};Q.setDimensions=function(aS,aJ,aQ,aR,aI,K,aO,aL){var aN=aS,aH=aJ;var aM=2*aO+aI;if(aS+aM>aQ){aS=aQ-aM}var aG=2*aO+K;if(aJ+aG>aR){aJ=aR-aG}var S=(aN-aS)/aN,aP=(aH-aJ)/aH,aK=(S>0||aP>0);if(aL&&aK){if(S>aP){aJ=Math.round((aH/aN)*aS)}else{if(aP>S){aS=Math.round((aN/aH)*aJ)}}}Q.dimensions={height:aS+aI,width:aJ+K,innerHeight:aS,innerWidth:aJ,top:Math.floor((aQ-(aS+aM))/2+aO),left:Math.floor((aR-(aJ+aG))/2+aO),oversized:aK};return Q.dimensions};Q.makeGallery=function(aI){var K=[],aH=-1;if(typeof aI=="string"){aI=[aI]}if(typeof aI.length=="number"){aF(aI,function(aK,aL){if(aL.content){K[aK]=aL}else{K[aK]={content:aL}}});aH=0}else{if(aI.tagName){var S=Q.getCache(aI);aI=S?S:Q.makeObject(aI)}if(aI.gallery){K=[];var aJ;for(var aG in Q.cache){aJ=Q.cache[aG];if(aJ.gallery&&aJ.gallery==aI.gallery){if(aH==-1&&aJ.content==aI.content){aH=K.length}K.push(aJ)}}if(aH==-1){K.unshift(aI);aH=0}}else{K=[aI];aH=0}}aF(K,function(aK,aL){K[aK]=aC({},aL)});return[K,aH]};Q.makeObject=function(aH,aG){var aI={content:aH.href,title:aH.getAttribute("title")||"",link:aH};if(aG){aG=aC({},aG);aF(["player","title","height","width","gallery"],function(aJ,aK){if(typeof aG[aK]!="undefined"){aI[aK]=aG[aK];delete aG[aK]}});aI.options=aG}else{aI.options={}}if(!aI.player){aI.player=Q.getPlayer(aI.content)}var K=aH.getAttribute("rel");if(K){var S=K.match(af);if(S){aI.gallery=escape(S[2])}aF(K.split(";"),function(aJ,aK){S=aK.match(az);if(S){aI[S[1]]=S[2]}})}return aI};Q.getPlayer=function(aG){if(aG.indexOf("#")>-1&&aG.indexOf(document.location.href)==0){return"inline"}var aH=aG.indexOf("?");if(aH>-1){aG=aG.substring(0,aH)}var S,K=aG.match(f);if(K){S=K[0].toLowerCase()}if(S){if(Q.img&&Q.img.ext.indexOf(S)>-1){return"img"}if(Q.swf&&Q.swf.ext.indexOf(S)>-1){return"swf"}if(Q.flv&&Q.flv.ext.indexOf(S)>-1){return"flv"}if(Q.qt&&Q.qt.ext.indexOf(S)>-1){if(Q.wmp&&Q.wmp.ext.indexOf(S)>-1){return"qtwmp"}else{return"qt"}}if(Q.wmp&&Q.wmp.ext.indexOf(S)>-1){return"wmp"}}return"iframe"};function G(){var aH=Q.errorInfo,aI=Q.plugins,aK,aL,aO,aG,aN,S,aM,K;for(var aJ=0;aJ<Q.gallery.length;++aJ){aK=Q.gallery[aJ];aL=false;aO=null;switch(aK.player){case"flv":case"swf":if(!aI.fla){aO="fla"}break;case"qt":if(!aI.qt){aO="qt"}break;case"wmp":if(Q.isMac){if(aI.qt&&aI.f4m){aK.player="qt"}else{aO="qtf4m"}}else{if(!aI.wmp){aO="wmp"}}break;case"qtwmp":if(aI.qt){aK.player="qt"}else{if(aI.wmp){aK.player="wmp"}else{aO="qtwmp"}}break}if(aO){if(Q.options.handleUnsupported=="link"){switch(aO){case"qtf4m":aN="shared";S=[aH.qt.url,aH.qt.name,aH.f4m.url,aH.f4m.name];break;case"qtwmp":aN="either";S=[aH.qt.url,aH.qt.name,aH.wmp.url,aH.wmp.name];break;default:aN="single";S=[aH[aO].url,aH[aO].name]}aK.player="html";aK.content='<div class="sb-message">'+s(Q.lang.errors[aN],S)+"</div>"}else{aL=true}}else{if(aK.player=="inline"){aG=ab.exec(aK.content);if(aG){aM=ad(aG[1]);if(aM){aK.content=aM.innerHTML}else{aL=true}}else{aL=true}}else{if(aK.player=="swf"||aK.player=="flv"){K=(aK.options&&aK.options.flashVersion)||Q.options.flashVersion;if(Q.flash&&!Q.flash.hasFlashPlayerVersion(K)){aK.width=310;aK.height=177}}}}if(aL){Q.gallery.splice(aJ,1);if(aJ<Q.current){--Q.current}else{if(aJ==Q.current){Q.current=aJ>0?aJ-1:aJ}}--aJ}}}function aq(K){if(!Q.options.enableKeys){return}(K?F:M)(document,"keydown",an)}function an(aG){if(aG.metaKey||aG.shiftKey||aG.altKey||aG.ctrlKey){return}var S=v(aG),K;switch(S){case 81:case 88:case 27:K=Q.close;break;case 37:K=Q.previous;break;case 39:K=Q.next;break;case 32:K=typeof ap=="number"?Q.pause:Q.play;break}if(K){n(aG);K()}}function c(aK){aq(false);var aJ=Q.getCurrent();var aG=(aJ.player=="inline"?"html":aJ.player);if(typeof Q[aG]!="function"){throw"unknown player "+aG}if(aK){Q.player.remove();Q.revertOptions();Q.applyOptions(aJ.options||{})}Q.player=new Q[aG](aJ,Q.playerId);if(Q.gallery.length>1){var aH=Q.gallery[Q.current+1]||Q.gallery[0];if(aH.player=="img"){var S=new Image();S.src=aH.content}var aI=Q.gallery[Q.current-1]||Q.gallery[Q.gallery.length-1];if(aI.player=="img"){var K=new Image();K.src=aI.content}}Q.skin.onLoad(aK,W)}function W(){if(!A){return}if(typeof Q.player.ready!="undefined"){var K=setInterval(function(){if(A){if(Q.player.ready){clearInterval(K);K=null;Q.skin.onReady(e)}}else{clearInterval(K);K=null}},10)}else{Q.skin.onReady(e)}}function e(){if(!A){return}Q.player.append(Q.skin.body,Q.dimensions);Q.skin.onShow(I)}function I(){if(!A){return}if(Q.player.onLoad){Q.player.onLoad()}Q.options.onFinish(Q.getCurrent());if(!Q.isPaused()){Q.play()}aq(true)}if(!Array.prototype.indexOf){Array.prototype.indexOf=function(S,aG){var K=this.length>>>0;aG=aG||0;if(aG<0){aG+=K}for(;aG<K;++aG){if(aG in this&&this[aG]===S){return aG}}return-1}}function aw(){return(new Date).getTime()}function aC(K,aG){for(var S in aG){K[S]=aG[S]}return K}function aF(aH,aI){var S=0,K=aH.length;for(var aG=aH[0];S<K&&aI.call(aG,S,aG)!==false;aG=aH[++S]){}}function s(S,K){return S.replace(/\{(\w+?)\}/g,function(aG,aH){return K[aH]})}function aj(){}function ad(K){return document.getElementById(K)}function C(K){K.parentNode.removeChild(K)}var h=true,x=true;function d(){var K=document.body,S=document.createElement("div");h=typeof S.style.opacity==="string";S.style.position="fixed";S.style.margin=0;S.style.top="20px";K.appendChild(S,K.firstChild);x=S.offsetTop==20;K.removeChild(S)}Q.getStyle=(function(){var K=/opacity=([^)]*)/,S=document.defaultView&&document.defaultView.getComputedStyle;return function(aJ,aI){var aH;if(!h&&aI=="opacity"&&aJ.currentStyle){aH=K.test(aJ.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return aH===""?"1":aH}if(S){var aG=S(aJ,null);if(aG){aH=aG[aI]}if(aI=="opacity"&&aH==""){aH="1"}}else{aH=aJ.currentStyle[aI]}return aH}})();Q.appendHTML=function(aG,S){if(aG.insertAdjacentHTML){aG.insertAdjacentHTML("BeforeEnd",S)}else{if(aG.lastChild){var K=aG.ownerDocument.createRange();K.setStartAfter(aG.lastChild);var aH=K.createContextualFragment(S);aG.appendChild(aH)}else{aG.innerHTML=S}}};Q.getWindowSize=function(K){if(document.compatMode==="CSS1Compat"){return document.documentElement["client"+K]}return document.body["client"+K]};Q.setOpacity=function(aG,K){var S=aG.style;if(h){S.opacity=(K==1?"":K)}else{S.zoom=1;if(K==1){if(typeof S.filter=="string"&&(/alpha/i).test(S.filter)){S.filter=S.filter.replace(/\s*[\w\.]*alpha\([^\)]*\);?/gi,"")}}else{S.filter=(S.filter||"").replace(/\s*[\w\.]*alpha\([^\)]*\)/gi,"")+" alpha(opacity="+(K*100)+")"}}};Q.clearOpacity=function(K){Q.setOpacity(K,1)};function o(S){var K=S.target?S.target:S.srcElement;return K.nodeType==3?K.parentNode:K}function V(S){var K=S.pageX||(S.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft)),aG=S.pageY||(S.clientY+(document.documentElement.scrollTop||document.body.scrollTop));return[K,aG]}function n(K){K.preventDefault()}function v(K){return K.which?K.which:K.keyCode}function F(aH,aG,S){if(aH.addEventListener){aH.addEventListener(aG,S,false)}else{if(aH.nodeType===3||aH.nodeType===8){return}if(aH.setInterval&&(aH!==au&&!aH.frameElement)){aH=au}if(!S.__guid){S.__guid=F.guid++}if(!aH.events){aH.events={}}var K=aH.events[aG];if(!K){K=aH.events[aG]={};if(aH["on"+aG]){K[0]=aH["on"+aG]}}K[S.__guid]=S;aH["on"+aG]=F.handleEvent}}F.guid=1;F.handleEvent=function(aH){var K=true;aH=aH||F.fixEvent(((this.ownerDocument||this.document||this).parentWindow||au).event);var S=this.events[aH.type];for(var aG in S){this.__handleEvent=S[aG];if(this.__handleEvent(aH)===false){K=false}}return K};F.preventDefault=function(){this.returnValue=false};F.stopPropagation=function(){this.cancelBubble=true};F.fixEvent=function(K){K.preventDefault=F.preventDefault;K.stopPropagation=F.stopPropagation;return K};function M(aG,S,K){if(aG.removeEventListener){aG.removeEventListener(S,K,false)}else{if(aG.events&&aG.events[S]){delete aG.events[S][K.__guid]}}}var y=false,al;if(document.addEventListener){al=function(){document.removeEventListener("DOMContentLoaded",al,false);Q.load()}}else{if(document.attachEvent){al=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",al);Q.load()}}}}function g(){if(y){return}try{document.documentElement.doScroll("left")}catch(K){setTimeout(g,1);return}Q.load()}function P(){if(document.readyState==="complete"){return Q.load()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",al,false);au.addEventListener("load",Q.load,false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",al);au.attachEvent("onload",Q.load);var K=false;try{K=au.frameElement===null}catch(S){}if(document.documentElement.doScroll&&K){g()}}}}Q.load=function(){if(y){return}if(!document.body){return setTimeout(Q.load,13)}y=true;d();Q.onReady();if(!Q.options.skipSetup){Q.setup()}Q.skin.init()};Q.plugins={};if(navigator.plugins&&navigator.plugins.length){var w=[];aF(navigator.plugins,function(K,S){w.push(S.name)});w=w.join(",");var ai=w.indexOf("Flip4Mac")>-1;Q.plugins={fla:w.indexOf("Shockwave Flash")>-1,qt:w.indexOf("QuickTime")>-1,wmp:!ai&&w.indexOf("Windows Media")>-1,f4m:ai}}else{var p=function(K){var S;try{S=new ActiveXObject(K)}catch(aG){}return!!S};Q.plugins={fla:p("ShockwaveFlash.ShockwaveFlash"),qt:p("QuickTime.QuickTime"),wmp:p("wmplayer.ocx"),f4m:false}}var X=/^(light|shadow)box/i,am="shadowboxCacheKey",b=1;Q.cache={};Q.select=function(S){var aG=[];if(!S){var K;aF(document.getElementsByTagName("a"),function(aJ,aK){K=aK.getAttribute("rel");if(K&&X.test(K)){aG.push(aK)}})}else{var aI=S.length;if(aI){if(typeof S=="string"){if(Q.find){aG=Q.find(S)}}else{if(aI==2&&typeof S[0]=="string"&&S[1].nodeType){if(Q.find){aG=Q.find(S[0],S[1])}}else{for(var aH=0;aH<aI;++aH){aG[aH]=S[aH]}}}}else{aG.push(S)}}return aG};Q.setup=function(K,S){aF(Q.select(K),function(aG,aH){Q.addCache(aH,S)})};Q.teardown=function(K){aF(Q.select(K),function(S,aG){Q.removeCache(aG)})};Q.addCache=function(aG,K){var S=aG[am];if(S==k){S=b++;aG[am]=S;F(aG,"click",u)}Q.cache[S]=Q.makeObject(aG,K)};Q.removeCache=function(K){M(K,"click",u);delete Q.cache[K[am]];K[am]=null};Q.getCache=function(S){var K=S[am];return(K in Q.cache&&Q.cache[K])};Q.clearCache=function(){for(var K in Q.cache){Q.removeCache(Q.cache[K].link)}Q.cache={}};function u(K){Q.open(this);if(Q.gallery.length){n(K)}}
Q.find=(function(){var aP=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,aQ=0,aS=Object.prototype.toString,aK=false,aJ=true;[0,0].sort(function(){aJ=false;return 0});var aG=function(a1,aW,a4,a5){a4=a4||[];var a7=aW=aW||document;if(aW.nodeType!==1&&aW.nodeType!==9){return[]}if(!a1||typeof a1!=="string"){return a4}var a2=[],aY,a9,bc,aX,a0=true,aZ=aH(aW),a6=a1;while((aP.exec(""),aY=aP.exec(a6))!==null){a6=aY[3];a2.push(aY[1]);if(aY[2]){aX=aY[3];break}}if(a2.length>1&&aL.exec(a1)){if(a2.length===2&&aM.relative[a2[0]]){a9=aT(a2[0]+a2[1],aW)}else{a9=aM.relative[a2[0]]?[aW]:aG(a2.shift(),aW);while(a2.length){a1=a2.shift();if(aM.relative[a1]){a1+=a2.shift()}a9=aT(a1,a9)}}}else{if(!a5&&a2.length>1&&aW.nodeType===9&&!aZ&&aM.match.ID.test(a2[0])&&!aM.match.ID.test(a2[a2.length-1])){var a8=aG.find(a2.shift(),aW,aZ);aW=a8.expr?aG.filter(a8.expr,a8.set)[0]:a8.set[0]}if(aW){var a8=a5?{expr:a2.pop(),set:aO(a5)}:aG.find(a2.pop(),a2.length===1&&(a2[0]==="~"||a2[0]==="+")&&aW.parentNode?aW.parentNode:aW,aZ);a9=a8.expr?aG.filter(a8.expr,a8.set):a8.set;if(a2.length>0){bc=aO(a9)}else{a0=false}while(a2.length){var bb=a2.pop(),ba=bb;if(!aM.relative[bb]){bb=""}else{ba=a2.pop()}if(ba==null){ba=aW}aM.relative[bb](bc,ba,aZ)}}else{bc=a2=[]}}if(!bc){bc=a9}if(!bc){throw"Syntax error, unrecognized expression: "+(bb||a1)}if(aS.call(bc)==="[object Array]"){if(!a0){a4.push.apply(a4,bc)}else{if(aW&&aW.nodeType===1){for(var a3=0;bc[a3]!=null;a3++){if(bc[a3]&&(bc[a3]===true||bc[a3].nodeType===1&&aN(aW,bc[a3]))){a4.push(a9[a3])}}}else{for(var a3=0;bc[a3]!=null;a3++){if(bc[a3]&&bc[a3].nodeType===1){a4.push(a9[a3])}}}}}else{aO(bc,a4)}if(aX){aG(aX,a7,a4,a5);aG.uniqueSort(a4)}return a4};aG.uniqueSort=function(aX){if(aR){aK=aJ;aX.sort(aR);if(aK){for(var aW=1;aW<aX.length;aW++){if(aX[aW]===aX[aW-1]){aX.splice(aW--,1)}}}}return aX};aG.matches=function(aW,aX){return aG(aW,null,null,aX)};aG.find=function(a3,aW,a4){var a2,a0;if(!a3){return[]}for(var aZ=0,aY=aM.order.length;aZ<aY;aZ++){var a1=aM.order[aZ],a0;if((a0=aM.leftMatch[a1].exec(a3))){var aX=a0[1];a0.splice(1,1);if(aX.substr(aX.length-1)!=="\\"){a0[1]=(a0[1]||"").replace(/\\/g,"");a2=aM.find[a1](a0,aW,a4);if(a2!=null){a3=a3.replace(aM.match[a1],"");break}}}}if(!a2){a2=aW.getElementsByTagName("*")}return{set:a2,expr:a3}};aG.filter=function(a6,a5,a9,aZ){var aY=a6,bb=[],a3=a5,a1,aW,a2=a5&&a5[0]&&aH(a5[0]);while(a6&&a5.length){for(var a4 in aM.filter){if((a1=aM.match[a4].exec(a6))!=null){var aX=aM.filter[a4],ba,a8;aW=false;if(a3===bb){bb=[]}if(aM.preFilter[a4]){a1=aM.preFilter[a4](a1,a3,a9,bb,aZ,a2);if(!a1){aW=ba=true}else{if(a1===true){continue}}}if(a1){for(var a0=0;(a8=a3[a0])!=null;a0++){if(a8){ba=aX(a8,a1,a0,a3);var a7=aZ^!!ba;if(a9&&ba!=null){if(a7){aW=true}else{a3[a0]=false}}else{if(a7){bb.push(a8);aW=true}}}}}if(ba!==k){if(!a9){a3=bb}a6=a6.replace(aM.match[a4],"");if(!aW){return[]}break}}}if(a6===aY){if(aW==null){throw"Syntax error, unrecognized expression: "+a6}else{break}}aY=a6}return a3};var aM=aG.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\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(aW){return aW.getAttribute("href")}},relative:{"+":function(a2,aX){var aZ=typeof aX==="string",a1=aZ&&!/\W/.test(aX),a3=aZ&&!a1;if(a1){aX=aX.toLowerCase()}for(var aY=0,aW=a2.length,a0;aY<aW;aY++){if((a0=a2[aY])){while((a0=a0.previousSibling)&&a0.nodeType!==1){}a2[aY]=a3||a0&&a0.nodeName.toLowerCase()===aX?a0||false:a0===aX}}if(a3){aG.filter(aX,a2,true)}},">":function(a2,aX){var a0=typeof aX==="string";if(a0&&!/\W/.test(aX)){aX=aX.toLowerCase();for(var aY=0,aW=a2.length;aY<aW;aY++){var a1=a2[aY];if(a1){var aZ=a1.parentNode;a2[aY]=aZ.nodeName.toLowerCase()===aX?aZ:false}}}else{for(var aY=0,aW=a2.length;aY<aW;aY++){var a1=a2[aY];if(a1){a2[aY]=a0?a1.parentNode:a1.parentNode===aX}}if(a0){aG.filter(aX,a2,true)}}},"":function(aZ,aX,a1){var aY=aQ++,aW=aU;if(typeof aX==="string"&&!/\W/.test(aX)){var a0=aX=aX.toLowerCase();aW=K}aW("parentNode",aX,aY,aZ,a0,a1)},"~":function(aZ,aX,a1){var aY=aQ++,aW=aU;if(typeof aX==="string"&&!/\W/.test(aX)){var a0=aX=aX.toLowerCase();aW=K}aW("previousSibling",aX,aY,aZ,a0,a1)}},find:{ID:function(aX,aY,aZ){if(typeof aY.getElementById!=="undefined"&&!aZ){var aW=aY.getElementById(aX[1]);return aW?[aW]:[]}},NAME:function(aY,a1){if(typeof a1.getElementsByName!=="undefined"){var aX=[],a0=a1.getElementsByName(aY[1]);for(var aZ=0,aW=a0.length;aZ<aW;aZ++){if(a0[aZ].getAttribute("name")===aY[1]){aX.push(a0[aZ])}}return aX.length===0?null:aX}},TAG:function(aW,aX){return aX.getElementsByTagName(aW[1])}},preFilter:{CLASS:function(aZ,aX,aY,aW,a2,a3){aZ=" "+aZ[1].replace(/\\/g,"")+" ";if(a3){return aZ}for(var a0=0,a1;(a1=aX[a0])!=null;a0++){if(a1){if(a2^(a1.className&&(" "+a1.className+" ").replace(/[\t\n]/g," ").indexOf(aZ)>=0)){if(!aY){aW.push(a1)}}else{if(aY){aX[a0]=false}}}}return false},ID:function(aW){return aW[1].replace(/\\/g,"")},TAG:function(aX,aW){return aX[1].toLowerCase()},CHILD:function(aW){if(aW[1]==="nth"){var aX=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(aW[2]==="even"&&"2n"||aW[2]==="odd"&&"2n+1"||!/\D/.test(aW[2])&&"0n+"+aW[2]||aW[2]);aW[2]=(aX[1]+(aX[2]||1))-0;aW[3]=aX[3]-0}aW[0]=aQ++;return aW},ATTR:function(a0,aX,aY,aW,a1,a2){var aZ=a0[1].replace(/\\/g,"");if(!a2&&aM.attrMap[aZ]){a0[1]=aM.attrMap[aZ]}if(a0[2]==="~="){a0[4]=" "+a0[4]+" "}return a0},PSEUDO:function(a0,aX,aY,aW,a1){if(a0[1]==="not"){if((aP.exec(a0[3])||"").length>1||/^\w/.test(a0[3])){a0[3]=aG(a0[3],null,null,aX)}else{var aZ=aG.filter(a0[3],aX,aY,true^a1);if(!aY){aW.push.apply(aW,aZ)}return false}}else{if(aM.match.POS.test(a0[0])||aM.match.CHILD.test(a0[0])){return true}}return a0},POS:function(aW){aW.unshift(true);return aW}},filters:{enabled:function(aW){return aW.disabled===false&&aW.type!=="hidden"},disabled:function(aW){return aW.disabled===true},checked:function(aW){return aW.checked===true},selected:function(aW){aW.parentNode.selectedIndex;return aW.selected===true},parent:function(aW){return!!aW.firstChild},empty:function(aW){return!aW.firstChild},has:function(aY,aX,aW){return!!aG(aW[3],aY).length},header:function(aW){return/h\d/i.test(aW.nodeName)},text:function(aW){return"text"===aW.type},radio:function(aW){return"radio"===aW.type},checkbox:function(aW){return"checkbox"===aW.type},file:function(aW){return"file"===aW.type},password:function(aW){return"password"===aW.type},submit:function(aW){return"submit"===aW.type},image:function(aW){return"image"===aW.type},reset:function(aW){return"reset"===aW.type},button:function(aW){return"button"===aW.type||aW.nodeName.toLowerCase()==="button"},input:function(aW){return/input|select|textarea|button/i.test(aW.nodeName)}},setFilters:{first:function(aX,aW){return aW===0},last:function(aY,aX,aW,aZ){return aX===aZ.length-1},even:function(aX,aW){return aW%2===0},odd:function(aX,aW){return aW%2===1},lt:function(aY,aX,aW){return aX<aW[3]-0},gt:function(aY,aX,aW){return aX>aW[3]-0},nth:function(aY,aX,aW){return aW[3]-0===aX},eq:function(aY,aX,aW){return aW[3]-0===aX}},filter:{PSEUDO:function(a2,aY,aZ,a3){var aX=aY[1],a0=aM.filters[aX];if(a0){return a0(a2,aZ,aY,a3)}else{if(aX==="contains"){return(a2.textContent||a2.innerText||S([a2])||"").indexOf(aY[3])>=0}else{if(aX==="not"){var a1=aY[3];for(var aZ=0,aW=a1.length;aZ<aW;aZ++){if(a1[aZ]===a2){return false}}return true}else{throw"Syntax error, unrecognized expression: "+aX}}}},CHILD:function(aW,aZ){var a2=aZ[1],aX=aW;switch(a2){case"only":case"first":while((aX=aX.previousSibling)){if(aX.nodeType===1){return false}}if(a2==="first"){return true}aX=aW;case"last":while((aX=aX.nextSibling)){if(aX.nodeType===1){return false}}return true;case"nth":var aY=aZ[2],a5=aZ[3];if(aY===1&&a5===0){return true}var a1=aZ[0],a4=aW.parentNode;if(a4&&(a4.sizcache!==a1||!aW.nodeIndex)){var a0=0;for(aX=a4.firstChild;aX;aX=aX.nextSibling){if(aX.nodeType===1){aX.nodeIndex=++a0}}a4.sizcache=a1}var a3=aW.nodeIndex-a5;if(aY===0){return a3===0}else{return(a3%aY===0&&a3/aY>=0)}}},ID:function(aX,aW){return aX.nodeType===1&&aX.getAttribute("id")===aW},TAG:function(aX,aW){return(aW==="*"&&aX.nodeType===1)||aX.nodeName.toLowerCase()===aW},CLASS:function(aX,aW){return(" "+(aX.className||aX.getAttribute("class"))+" ").indexOf(aW)>-1},ATTR:function(a1,aZ){var aY=aZ[1],aW=aM.attrHandle[aY]?aM.attrHandle[aY](a1):a1[aY]!=null?a1[aY]:a1.getAttribute(aY),a2=aW+"",a0=aZ[2],aX=aZ[4];return aW==null?a0==="!=":a0==="="?a2===aX:a0==="*="?a2.indexOf(aX)>=0:a0==="~="?(" "+a2+" ").indexOf(aX)>=0:!aX?a2&&aW!==false:a0==="!="?a2!==aX:a0==="^="?a2.indexOf(aX)===0:a0==="$="?a2.substr(a2.length-aX.length)===aX:a0==="|="?a2===aX||a2.substr(0,aX.length+1)===aX+"-":false},POS:function(a0,aX,aY,a1){var aW=aX[2],aZ=aM.setFilters[aW];if(aZ){return aZ(a0,aY,aX,a1)}}}};var aL=aM.match.POS;for(var aI in aM.match){aM.match[aI]=new RegExp(aM.match[aI].source+/(?![^\[]*\])(?![^\(]*\))/.source);aM.leftMatch[aI]=new RegExp(/(^(?:.|\r|\n)*?)/.source+aM.match[aI].source)}var aO=function(aX,aW){aX=Array.prototype.slice.call(aX,0);if(aW){aW.push.apply(aW,aX);return aW}return aX};try{Array.prototype.slice.call(document.documentElement.childNodes,0)}catch(aV){aO=function(a0,aZ){var aX=aZ||[];if(aS.call(a0)==="[object Array]"){Array.prototype.push.apply(aX,a0)}else{if(typeof a0.length==="number"){for(var aY=0,aW=a0.length;aY<aW;aY++){aX.push(a0[aY])}}else{for(var aY=0;a0[aY];aY++){aX.push(a0[aY])}}}return aX}}var aR;if(document.documentElement.compareDocumentPosition){aR=function(aX,aW){if(!aX.compareDocumentPosition||!aW.compareDocumentPosition){if(aX==aW){aK=true}return aX.compareDocumentPosition?-1:1}var aY=aX.compareDocumentPosition(aW)&4?-1:aX===aW?0:1;if(aY===0){aK=true}return aY}}else{if("sourceIndex"in document.documentElement){aR=function(aX,aW){if(!aX.sourceIndex||!aW.sourceIndex){if(aX==aW){aK=true}return aX.sourceIndex?-1:1}var aY=aX.sourceIndex-aW.sourceIndex;if(aY===0){aK=true}return aY}}else{if(document.createRange){aR=function(aZ,aX){if(!aZ.ownerDocument||!aX.ownerDocument){if(aZ==aX){aK=true}return aZ.ownerDocument?-1:1}var aY=aZ.ownerDocument.createRange(),aW=aX.ownerDocument.createRange();aY.setStart(aZ,0);aY.setEnd(aZ,0);aW.setStart(aX,0);aW.setEnd(aX,0);var a0=aY.compareBoundaryPoints(Range.START_TO_END,aW);if(a0===0){aK=true}return a0}}}}function S(aW){var aX="",aZ;for(var aY=0;aW[aY];aY++){aZ=aW[aY];if(aZ.nodeType===3||aZ.nodeType===4){aX+=aZ.nodeValue}else{if(aZ.nodeType!==8){aX+=S(aZ.childNodes)}}}return aX}(function(){var aX=document.createElement("div"),aY="script"+(new Date).getTime();aX.innerHTML="<a name='"+aY+"'/>";var aW=document.documentElement;aW.insertBefore(aX,aW.firstChild);if(document.getElementById(aY)){aM.find.ID=function(a0,a1,a2){if(typeof a1.getElementById!=="undefined"&&!a2){var aZ=a1.getElementById(a0[1]);return aZ?aZ.id===a0[1]||typeof aZ.getAttributeNode!=="undefined"&&aZ.getAttributeNode("id").nodeValue===a0[1]?[aZ]:k:[]}};aM.filter.ID=function(a1,aZ){var a0=typeof a1.getAttributeNode!=="undefined"&&a1.getAttributeNode("id");return a1.nodeType===1&&a0&&a0.nodeValue===aZ}}aW.removeChild(aX);aW=aX=null})();(function(){var aW=document.createElement("div");aW.appendChild(document.createComment(""));if(aW.getElementsByTagName("*").length>0){aM.find.TAG=function(aX,a1){var a0=a1.getElementsByTagName(aX[1]);if(aX[1]==="*"){var aZ=[];for(var aY=0;a0[aY];aY++){if(a0[aY].nodeType===1){aZ.push(a0[aY])}}a0=aZ}return a0}}aW.innerHTML="<a href='#'></a>";if(aW.firstChild&&typeof aW.firstChild.getAttribute!=="undefined"&&aW.firstChild.getAttribute("href")!=="#"){aM.attrHandle.href=function(aX){return aX.getAttribute("href",2)}}aW=null})();if(document.querySelectorAll){(function(){var aW=aG,aY=document.createElement("div");aY.innerHTML="<p class='TEST'></p>";if(aY.querySelectorAll&&aY.querySelectorAll(".TEST").length===0){return}aG=function(a2,a1,aZ,a0){a1=a1||document;if(!a0&&a1.nodeType===9&&!aH(a1)){try{return aO(a1.querySelectorAll(a2),aZ)}catch(a3){}}return aW(a2,a1,aZ,a0)};for(var aX in aW){aG[aX]=aW[aX]}aY=null})()}(function(){var aW=document.createElement("div");aW.innerHTML="<div class='test e'></div><div class='test'></div>";if(!aW.getElementsByClassName||aW.getElementsByClassName("e").length===0){return}aW.lastChild.className="e";if(aW.getElementsByClassName("e").length===1){return}aM.order.splice(1,0,"CLASS");aM.find.CLASS=function(aX,aY,aZ){if(typeof aY.getElementsByClassName!=="undefined"&&!aZ){return aY.getElementsByClassName(aX[1])}};aW=null})();function K(aX,a2,a1,a5,a3,a4){for(var aZ=0,aY=a5.length;aZ<aY;aZ++){var aW=a5[aZ];if(aW){aW=aW[aX];var a0=false;while(aW){if(aW.sizcache===a1){a0=a5[aW.sizset];break}if(aW.nodeType===1&&!a4){aW.sizcache=a1;aW.sizset=aZ}if(aW.nodeName.toLowerCase()===a2){a0=aW;break}aW=aW[aX]}a5[aZ]=a0}}}function aU(aX,a2,a1,a5,a3,a4){for(var aZ=0,aY=a5.length;aZ<aY;aZ++){var aW=a5[aZ];if(aW){aW=aW[aX];var a0=false;while(aW){if(aW.sizcache===a1){a0=a5[aW.sizset];break}if(aW.nodeType===1){if(!a4){aW.sizcache=a1;aW.sizset=aZ}if(typeof a2!=="string"){if(aW===a2){a0=true;break}}else{if(aG.filter(a2,[aW]).length>0){a0=aW;break}}}aW=aW[aX]}a5[aZ]=a0}}}var aN=document.compareDocumentPosition?function(aX,aW){return aX.compareDocumentPosition(aW)&16}:function(aX,aW){return aX!==aW&&(aX.contains?aX.contains(aW):true)};var aH=function(aW){var aX=(aW?aW.ownerDocument||aW:0).documentElement;return aX?aX.nodeName!=="HTML":false};var aT=function(aW,a3){var aZ=[],a0="",a1,aY=a3.nodeType?[a3]:a3;while((a1=aM.match.PSEUDO.exec(aW))){a0+=a1[0];aW=aW.replace(aM.match.PSEUDO,"")}aW=aM.relative[aW]?aW+"*":aW;for(var a2=0,aX=aY.length;a2<aX;a2++){aG(aW,aY[a2],aZ)}return aG.filter(a0,aZ)};return aG})();Q.lang={code:"fr",of:"de",loading:"chargement",cancel:"Annuler",next:"Suivant",previous:"Précédent",play:"Lire",pause:"Pause",close:"Fermer",errors:{single:'Vous devez installer le plugin <a href="{0}">{1}</a> pour afficher ce contenu.',shared:'Vous devez installer les plugins <a href="{0}">{1}</a> et <a href="{2}">{3}</a> pour afficher ce contenu.',either:'Vous devez installer le plugin <a href="{0}">{1}</a> ou <a href="{2}">{3}</a> pour afficher ce contenu.'}};var D,at="sb-drag-proxy",E,j,ag;function ax(){E={x:0,y:0,startX:null,startY:null}}function aA(){var K=Q.dimensions;aC(j.style,{height:K.innerHeight+"px",width:K.innerWidth+"px"})}function O(){ax();var K=["position:absolute","cursor:"+(Q.isGecko?"-moz-grab":"move"),"background-color:"+(Q.isIE?"#fff;filter:alpha(opacity=0)":"transparent")].join(";");Q.appendHTML(Q.skin.body,'<div id="'+at+'" style="'+K+'"></div>');j=ad(at);aA();F(j,"mousedown",L)}function B(){if(j){M(j,"mousedown",L);C(j);j=null}ag=null}function L(S){n(S);var K=V(S);E.startX=K[0];E.startY=K[1];ag=ad(Q.player.id);F(document,"mousemove",H);F(document,"mouseup",i);if(Q.isGecko){j.style.cursor="-moz-grabbing"}}function H(aI){var K=Q.player,aJ=Q.dimensions,aH=V(aI);var aG=aH[0]-E.startX;E.startX+=aG;E.x=Math.max(Math.min(0,E.x+aG),aJ.innerWidth-K.width);var S=aH[1]-E.startY;E.startY+=S;E.y=Math.max(Math.min(0,E.y+S),aJ.innerHeight-K.height);aC(ag.style,{left:E.x+"px",top:E.y+"px"})}function i(){M(document,"mousemove",H);M(document,"mouseup",i);if(Q.isGecko){j.style.cursor="-moz-grab"}}Q.img=function(S,aG){this.obj=S;this.id=aG;this.ready=false;var K=this;D=new Image();D.onload=function(){K.height=S.height?parseInt(S.height,10):D.height;K.width=S.width?parseInt(S.width,10):D.width;K.ready=true;D.onload=null;D=null};D.src=S.content};Q.img.ext=["bmp","gif","jpg","jpeg","png"];Q.img.prototype={append:function(S,aI){var aG=document.createElement("img");aG.id=this.id;aG.src=this.obj.content;aG.style.position="absolute";var K,aH;if(aI.oversized&&Q.options.handleOversize=="resize"){K=aI.innerHeight;aH=aI.innerWidth}else{K=this.height;aH=this.width}aG.setAttribute("height",K);aG.setAttribute("width",aH);S.appendChild(aG)},remove:function(){var K=ad(this.id);if(K){C(K)}B();if(D){D.onload=null;D=null}},onLoad:function(){var K=Q.dimensions;if(K.oversized&&Q.options.handleOversize=="drag"){O()}},onWindowResize:function(){var aH=Q.dimensions;switch(Q.options.handleOversize){case"resize":var K=ad(this.id);K.height=aH.innerHeight;K.width=aH.innerWidth;break;case"drag":if(ag){var aG=parseInt(Q.getStyle(ag,"top")),S=parseInt(Q.getStyle(ag,"left"));if(aG+this.height<aH.innerHeight){ag.style.top=aH.innerHeight-this.height+"px"}if(S+this.width<aH.innerWidth){ag.style.left=aH.innerWidth-this.width+"px"}aA()}break}}};var ao=false,Y=[],q=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"],aa,ae,Z,m=true;function N(aG,aQ,aN,aL,aR){var K=(aQ=="opacity"),aM=K?Q.setOpacity:function(aS,aT){aS.style[aQ]=""+aT+"px"};if(aL==0||(!K&&!Q.options.animate)||(K&&!Q.options.animateFade)){aM(aG,aN);if(aR){aR()}return}var aO=parseFloat(Q.getStyle(aG,aQ))||0;var aP=aN-aO;if(aP==0){if(aR){aR()}return}aL*=1000;var aH=aw(),aK=Q.ease,aJ=aH+aL,aI;var S=setInterval(function(){aI=aw();if(aI>=aJ){clearInterval(S);S=null;aM(aG,aN);if(aR){aR()}}else{aM(aG,aO+aK((aI-aH)/aL)*aP)}},10)}function aB(){aa.style.height=Q.getWindowSize("Height")+"px";aa.style.width=Q.getWindowSize("Width")+"px"}function aE(){aa.style.top=document.documentElement.scrollTop+"px";aa.style.left=document.documentElement.scrollLeft+"px"}function ay(K){if(K){aF(Y,function(S,aG){aG[0].style.visibility=aG[1]||""})}else{Y=[];aF(Q.options.troubleElements,function(aG,S){aF(document.getElementsByTagName(S),function(aH,aI){Y.push([aI,aI.style.visibility]);aI.style.visibility="hidden"})})}}function r(aG,K){var S=ad("sb-nav-"+aG);if(S){S.style.display=K?"":"none"}}function ah(K,aJ){var aI=ad("sb-loading"),aG=Q.getCurrent().player,aH=(aG=="img"||aG=="html");if(K){Q.setOpacity(aI,0);aI.style.display="block";var S=function(){Q.clearOpacity(aI);if(aJ){aJ()}};if(aH){N(aI,"opacity",1,Q.options.fadeDuration,S)}else{S()}}else{var S=function(){aI.style.display="none";Q.clearOpacity(aI);if(aJ){aJ()}};if(aH){N(aI,"opacity",0,Q.options.fadeDuration,S)}else{S()}}}function t(aO){var aJ=Q.getCurrent();ad("sb-title-inner").innerHTML=aJ.title||"";var aP,aL,S,aQ,aM;if(Q.options.displayNav){aP=true;var aN=Q.gallery.length;if(aN>1){if(Q.options.continuous){aL=aM=true}else{aL=(aN-1)>Q.current;aM=Q.current>0}}if(Q.options.slideshowDelay>0&&Q.hasNext()){aQ=!Q.isPaused();S=!aQ}}else{aP=aL=S=aQ=aM=false}r("close",aP);r("next",aL);r("play",S);r("pause",aQ);r("previous",aM);var K="";if(Q.options.displayCounter&&Q.gallery.length>1){var aN=Q.gallery.length;if(Q.options.counterType=="skip"){var aI=0,aH=aN,aG=parseInt(Q.options.counterLimit)||0;if(aG<aN&&aG>2){var aK=Math.floor(aG/2);aI=Q.current-aK;if(aI<0){aI+=aN}aH=Q.current+(aG-aK);if(aH>aN){aH-=aN}}while(aI!=aH){if(aI==aN){aI=0}K+='<a onclick="Shadowbox.change('+aI+');"';if(aI==Q.current){K+=' class="sb-counter-current"'}K+=">"+(++aI)+"</a>"}}else{K=[Q.current+1,Q.lang.of,aN].join(" ")}}ad("sb-counter").innerHTML=K;aO()}function U(aH){var K=ad("sb-title-inner"),aG=ad("sb-info-inner"),S=0.35;K.style.visibility=aG.style.visibility="";if(K.innerHTML!=""){N(K,"marginTop",0,S)}N(aG,"marginTop",0,S,aH)}function av(aG,aM){var aK=ad("sb-title"),K=ad("sb-info"),aH=aK.offsetHeight,aI=K.offsetHeight,aJ=ad("sb-title-inner"),aL=ad("sb-info-inner"),S=(aG?0.35:0);N(aJ,"marginTop",aH,S);N(aL,"marginTop",aI*-1,S,function(){aJ.style.visibility=aL.style.visibility="hidden";aM()})}function ac(K,aH,S,aJ){var aI=ad("sb-wrapper-inner"),aG=(S?Q.options.resizeDuration:0);N(Z,"top",aH,aG);N(aI,"height",K,aG,aJ)}function ar(K,aH,S,aI){var aG=(S?Q.options.resizeDuration:0);N(Z,"left",aH,aG);N(Z,"width",K,aG,aI)}function ak(aM,aG){var aI=ad("sb-body-inner"),aM=parseInt(aM),aG=parseInt(aG),S=Z.offsetHeight-aI.offsetHeight,K=Z.offsetWidth-aI.offsetWidth,aK=ae.offsetHeight,aL=ae.offsetWidth,aJ=parseInt(Q.options.viewportPadding)||20,aH=(Q.player&&Q.options.handleOversize!="drag");return Q.setDimensions(aM,aG,aK,aL,S,K,aJ,aH)}var T={};T.markup='<div id="sb-container"><div id="sb-overlay"></div><div id="sb-wrapper"><div id="sb-title"><div id="sb-title-inner"></div></div><div id="sb-wrapper-inner"><div id="sb-body"><div id="sb-body-inner"></div><div id="sb-loading"><div id="sb-loading-inner"><span>{loading}</span></div></div></div></div><div id="sb-info"><div id="sb-info-inner"><div id="sb-counter"></div><div id="sb-nav"><a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a><a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a><a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a><a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a><a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a></div></div></div></div></div>';T.options={animSequence:"sync",counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,fadeDuration:0.35,initialHeight:160,initialWidth:320,modal:false,overlayColor:"#000",overlayOpacity:0.5,resizeDuration:0.35,showOverlay:true,troubleElements:["select","object","embed","canvas"]};T.init=function(){Q.appendHTML(document.body,s(T.markup,Q.lang));T.body=ad("sb-body-inner");aa=ad("sb-container");ae=ad("sb-overlay");Z=ad("sb-wrapper");if(!x){aa.style.position="absolute"}if(!h){var aG,K,S=/url\("(.*\.png)"\)/;aF(q,function(aI,aJ){aG=ad(aJ);if(aG){K=Q.getStyle(aG,"backgroundImage").match(S);if(K){aG.style.backgroundImage="none";aG.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+K[1]+",sizingMethod=scale);"}}})}var aH;F(au,"resize",function(){if(aH){clearTimeout(aH);aH=null}if(A){aH=setTimeout(T.onWindowResize,10)}})};T.onOpen=function(K,aG){m=false;aa.style.display="block";aB();var S=ak(Q.options.initialHeight,Q.options.initialWidth);ac(S.innerHeight,S.top);ar(S.width,S.left);if(Q.options.showOverlay){ae.style.backgroundColor=Q.options.overlayColor;Q.setOpacity(ae,0);if(!Q.options.modal){F(ae,"click",Q.close)}ao=true}if(!x){aE();F(au,"scroll",aE)}ay();aa.style.visibility="visible";if(ao){N(ae,"opacity",Q.options.overlayOpacity,Q.options.fadeDuration,aG)}else{aG()}};T.onLoad=function(S,K){ah(true);while(T.body.firstChild){C(T.body.firstChild)}av(S,function(){if(!A){return}if(!S){Z.style.visibility="visible"}t(K)})};T.onReady=function(aH){if(!A){return}var S=Q.player,aG=ak(S.height,S.width);var K=function(){U(aH)};switch(Q.options.animSequence){case"hw":ac(aG.innerHeight,aG.top,true,function(){ar(aG.width,aG.left,true,K)});break;case"wh":ar(aG.width,aG.left,true,function(){ac(aG.innerHeight,aG.top,true,K)});break;default:ar(aG.width,aG.left,true);ac(aG.innerHeight,aG.top,true,K)}};T.onShow=function(K){ah(false,K);m=true};T.onClose=function(){if(!x){M(au,"scroll",aE)}M(ae,"click",Q.close);Z.style.visibility="hidden";var K=function(){aa.style.visibility="hidden";aa.style.display="none";ay(true)};if(ao){N(ae,"opacity",0,Q.options.fadeDuration,K)}else{K()}};T.onPlay=function(){r("play",false);r("pause",true)};T.onPause=function(){r("pause",false);r("play",true)};T.onWindowResize=function(){if(!m){return}aB();var K=Q.player,S=ak(K.height,K.width);ar(S.width,S.left);ac(S.innerHeight,S.top);if(K.onWindowResize){K.onWindowResize()}};Q.skin=T;au.Shadowbox=Q})(window);;(function($){var ver="2.88";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,(!opts2.rev&&!opts.backwards));},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,(!opts.rev&&!opts.backwards));}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=false;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing; currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,(!opts.rev&&!opts.backwards));},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,onPrevNextEvent:null,prevNextEvent:"click.cycle",pager:null,onPagerEvent:null,pagerEvent:"click.cycle",allowPagerClickBubble:false,pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250,activePagerClass:"activeSlide",updateActivePagerLink:null,backwards:false};})(jQuery);(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);;﻿$(document).ready(function(){if($("body").hasClass("page-taxonomy")==true)
{var content=$("#content-inner");var nodes=$(".node",content);var reste=nodes.length%4;if(reste==0)
{reste=4;}
$(".node").each(function(i){if(i>=nodes.length-reste)
{$(this).addClass("last-four");}});}
if($("#title-actu").length>0)
{Cufon.replace('div#title-actu',{fontFamily:"ITC Avant Garde Gothic Std Demi"});}
if($("#title-promo").length>0)
{Cufon.replace('div#title-promo',{fontFamily:"ITC Avant Garde Gothic Std Book Condensed"});}
if($("#page-title").length>0)
{Cufon.replace('#page-title h1',{fontFamily:"ITC Avant Garde Gothic Std Book"});}
if($("#sous-titre-services").length>0)
{Cufon.replace('#sous-titre-services',{fontFamily:"ITC Avant Garde Gothic Std Book"});}
Cufon.replace('#box .reference a, #box .reference > span',{fontFamily:"ITC Avant Garde Gothic Std Extra Light Condensed"});Cufon.replace('#box .reference a span, #box .reference > span span',{fontFamily:"ITC Avant Garde Gothic Std Book Condensed"});Cufon.replace('#ajax-output-title',{fontFamily:"ITC Avant Garde Gothic Std Extra Light Condensed"});Cufon.replace('#webform-component-bas--renseignements',{fontFamily:"ITC Avant Garde Gothic Std Book"});LabelInner("#edit-search-theme-form-1-wrapper label");Shadowbox.init({troubleElements:[],slideshowDelay:3});$("body").append('<div id="tooltip">zoom</div>');var tooltip=$("#tooltip");$("#image-tissu a").bind("mousemove",function(e){tooltip.addClass("tooltip-slideshow").css({"top":e.pageY-18,"left":e.pageX+4,"display":"block"});});$("#image-tissu-thumbnails a").bind("mousemove",function(e){tooltip.addClass("tooltip-slideshow").css({"top":e.pageY-18,"left":e.pageX+4,"display":"block"});});$("#image-tissu a").bind("mouseleave",function(){tooltip.hide();});$("#image-tissu-thumbnails a").bind("mouseleave",function(){tooltip.hide();});if(window.location.hash=="#user"){$("a.ajax-login-processed:first").trigger("click");}
if(Drupal.mobile==true){$(".select-transform").each(function(i){var menu=$(this),items=menu.find("li"),select_options=[];items.each(function(i){select_options[i]='<option value="'+$(this).find("a").attr("href")+'" >'+$(this).text()+"</option>";});menu.html('<select class="form-select select-transform-select" ><option selected="selected" >'+menu.find(".header").text()+'</option>'+select_options.join("")+'</select>').find("select").change(function(){window.location.href=$(this).find("option:selected").val();});});}
var drupal_console=$("#console");if(drupal_console.find(".messages").length>0&&$("body").hasClass("page-cart-checkout-complete")==false){var if_error=drupal_console.find(".error").length==0&&$("body").hasClass("global-path-user-edit")==false;drupal_console.dialog({autoOpen:true,dialogClass:"console"});$(".ui-dialog-titlebar").remove();if(if_error==true){setTimeout(function(){$(".ui-dialog").fadeOut(250,function(){drupal_console.dialog("destroy").remove();})},2000);}else{drupal_console.dialog("option","buttons",{close_button:function(){drupal_console.dialog("destroy").remove();}});}}
if($("body").hasClass("node-type-references")==true){var ref=$(".ref-outer"),height=0;ref.each(function(){if($(this).height()>height){height=$(this).height();}}).height(height);}
if($("body").hasClass("global-path-user-addresses")==true){var ref=$(".list_address"),height=0;ref.each(function(){if($(this).height()>height){height=$(this).height();}}).height(height);}
$(".voc").each(function(){var $this=$(this);$(".header",$this).click(function(){$this.toggleClass("opened");$("ul",$this).slideToggle(400);});});});$('#slideshow').cycle({fx:'scrollHorz',speed:700,timeout:0,pager:'#pager',timeout:0,slideExpr:"a",pagerAnchorBuilder:function(idx,slide){return'#pager img:eq('+idx+')';}});function ScrollCart($div){if(Drupal.mobile==false&&$(".node-product").length>1&&$div.height()<$("#content").height()){var see_header=$(window).scrollTop()<$("#header").height()+$("#before-cart").height(),cart_bigger_than_screen=$div.outerHeight()>$(window).height()&&$(window).scrollTop()>$("#header").height(),see_footer=$(window).scrollTop()>parseInt(document.documentElement.scrollHeight-document.documentElement.clientHeight-$("#footer").height());if(see_header==false&&see_footer==false){$div.css("position","fixed");}else{$div.css({position:"relative",top:0});}
if(cart_bigger_than_screen==true&&see_header==false&&see_footer==false){$div.css("top",-($div.outerHeight()-$(window).height()+30)+"px");}else{$div.css("top","0");}
if(see_footer==true&&see_header==false){$div.css({position:"fixed",top:"auto",bottom:$("#footer").height()});}else{$div.css({bottom:"auto"});}}}
$(window).scroll(function(){});Drupal.behaviors.ucAjaxCart=function(context)
{ajaxCartCheckCartToggle();jQuery('a.ajax-cart-link').live('click',function(){if(jQuery(this).hasClass("ajax-cart-link-loading")==false){jQuery("#ajaxCartUpdate, body").addClass("ajax-cart-loading");jQuery.get(Drupal.settings.uc_ajax_cart.CART_LINK_CALLBACK,{href:this.href},function(response){ajaxCartFormSubmitted(response)});jQuery(this).addClass("ajax-cart-link-loading");}
return false;});jQuery('form.ajax-cart-submit-form input.ajax-cart-submit-form-button').not('.ajax-cart-processed,#edit-update').click(function(){if(jQuery(this).hasClass("ajax-cart-link-loading")==false){var form=jQuery(this).parents('form').eq(0),clicker=jQuery(this);form.ajaxSubmit({url:Drupal.settings.uc_ajax_cart.CALLBACK,beforeSend:function(){clicker.attr("disabled","disabled").addClass("ajax-cart-button-loading");jQuery("#ajaxCartUpdate, body").addClass("ajax-cart-loading");},success:function(response){ajaxCartFormSubmitted(response);},type:'post',data:{shinto_ajax:true,variable:"messages,content"}});return false;}}).addClass('ajax-cart-processed');if(Drupal.settings.uc_ajax_cart.CART_VIEW_ON)
{ajaxCartInitCartView();jQuery('#ajaxCartUpdate #cart-block-contents-ajax').show();}
if(jQuery('#ajaxCartUpdate').hasClass('load-on-view'))
{ajaxCartUpdateCart();}}
var ajaxCartBlockTimeoutVar;function ajaxCartInitCartView()
{jQuery("#ajaxCartUpdate, body").removeClass("ajax-cart-loading");jQuery(".ajax-cart-link-loading").removeClass("ajax-cart-link-loading");jQuery(".ajax-cart-button-loading").removeClass("ajax-cart-button-loading").attr("disabled","");jQuery('#uc-cart-view-form #edit-update').bind('click',function(){jQuery(this).parents('form').ajaxSubmit({url:Drupal.settings.uc_ajax_cart.UPDATE_CALLBACK,success:ajaxCartUpdateCartView,beforeSubmit:function(){jQuery('#uc-cart-view-form input').attr('disabled','disabled');},data:{shinto_ajax:true,variable:"messages,content"}});return false;});jQuery('#uc-cart-view-form input').bind('change',function(){jQuery('#uc-cart-view-form #edit-update').trigger('click');});}
function ajaxCartCheckCartToggle()
{jQuery('#ajaxCartUpdate #cart-block-contents-ajax').show();}
function ajaxCartToggleView()
{jQuery('#ajaxCartUpdate #cart-block-contents-ajax').toggle();if(jQuery.cookie('ajax-cart-visible')=='1')
{jQuery.cookie('ajax-cart-visible','0')}else{jQuery.cookie('ajax-cart-visible','1')}}
function ajaxCartFormSubmitted(response){if($("#cart-dialog").length==0){var text=$(response).text();textArray=text.split(".");if(textArray[1].length>0){text=text.replace(/\./,".<br />");}
$("body").append('<div id="cart-dialog">'+text+'</div>');var dialog_class=$(response).attr("class");dialog_class=dialog_class.split(" ");for(i in dialog_class){dialog_class[i]="dialog-"+dialog_class[i];}
dialog_class=dialog_class.join(" ");$("#cart-dialog").dialog({title:null,autoOpen:true,dialogClass:dialog_class,height:"auto",width:350});if($(response).hasClass("error")==false){setTimeout(function(){$(".dialog-messages").fadeOut(250,function(){$("#cart-dialog").dialog("destroy").remove();jQuery('form.ajax-cart-submit-form input').removeAttr('disabled');})},1500);}else{$("#cart-dialog").dialog("option","buttons",{close_button:function(){$("#cart-dialog").dialog("destroy").remove();jQuery('form.ajax-cart-submit-form input').removeAttr('disabled');}});}}else{$("#cart-dialog").text($(response).text());}
ajaxCartUpdateCart();$(".ui-dialog-titlebar").remove();}
function ajaxCartUpdateCart(){jQuery('#ajaxCartUpdate').load(Drupal.settings.uc_ajax_cart.SHOW_CALLBACK,{},function(){ajaxCartInitCartView();});}
function ajaxCartUpdateCartView(e)
{ajaxCartFormSubmitted(e);}
function ajaxCartUpdateCartViewUpdated(e)
{ajaxCartUpdateCart();ajaxCartInitCartView();}
function ajaxCartShowMessages(e)
{if(e!="")
{clearTimeout(ajaxCartBlockTimeoutVar);ajaxCartShowMessageProxy('Message',e,ajaxCartBlockTimeoutVar);}}
Drupal.behaviors.attribute_link=function(context){var add_to_cart=$("#add-to-cart",context);var attributes_select=$(".attribute");var selects=$("select",attributes_select);var price=$(".node").find(".produits-prix");if(price.find(".discount-price").length>0){price=price.find(".discount-price");}
if(add_to_cart.length>0){selects.change(function(){var select_item=$(this);var selected=selects.find(":selected");var add_href=add_to_cart.attr("data-link");var add_action=add_to_cart.attr("data-action");var joining="";var final_price=0;Drupal.settings.node_price_array={};selected.each(function(){var attr=$(this).parent().attr("name");var oid=$(this).val();if(oid!=="none"){joining=joining+"_a"+attr+"o"+oid;}
var option_text=$(this).text();var string_test=" ( + ";if(option_text.indexOf(string_test)>-1){option_text=option_text.split(string_test);option_text=option_text[1];option_text=option_text.substr(0,(option_text.length-2));option_text=option_text.replace(/,/,".");option_text=(parseFloat(option_text));Drupal.settings.node_price_array[oid]=option_text;}});add_to_cart.attr("href",add_href+joining+add_action);jQuery.each(Drupal.settings.node_price_array,function(index,value){final_price=final_price+value;});final_price=(parseFloat(final_price)+parseFloat(Drupal.settings.node_price));final_price=final_price+"";final_price=final_price.split(".");var length_of_price=final_price[0].length+1;final_price[0]=parseFloat(final_price[0]);if(final_price[0]>1000){final_price[0]=final_price[0]/1000+"";final_price[0]=final_price[0].replace(/\./," ");}
while(final_price[0].length<length_of_price){final_price[0]=final_price[0]+"0";}
if(final_price[1]<10){}
final_price=final_price.join(",");final_price=final_price+"€";price.text(final_price);}).trigger("change");}};(function($){var defaults={vertical:false,rtl:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:'normal',easing:'swing',auto:0,wrap:null,initCallback:null,setupCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,animationStepCallback:null,buttonNextHTML:'<div></div>',buttonPrevHTML:'<div></div>',buttonNextEvent:'click',buttonPrevEvent:'click',buttonNextCallback:null,buttonPrevCallback:null,itemFallbackDimension:null},windowLoaded=false;$(window).bind('load.jcarousel',function(){windowLoaded=true;});$.jcarousel=function(e,o){this.options=$.extend({},defaults,o||{});this.locked=false;this.autoStopped=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.buttonNextState=null;this.buttonPrevState=null;if(!o||o.rtl===undefined){this.options.rtl=($(e).attr('dir')||$('html').attr('dir')||'').toLowerCase()=='rtl';}
this.wh=!this.options.vertical?'width':'height';this.lt=!this.options.vertical?(this.options.rtl?'right':'left'):'top';var skin='',split=e.className.split(' ');for(var i=0;i<split.length;i++){if(split[i].indexOf('jcarousel-skin')!=-1){$(e).removeClass(split[i]);skin=split[i];break;}}
if(e.nodeName.toUpperCase()=='UL'||e.nodeName.toUpperCase()=='OL'){this.list=$(e);this.clip=this.list.parents('.jcarousel-clip');this.container=this.list.parents('.jcarousel-container');}else{this.container=$(e);this.list=this.container.find('ul,ol').eq(0);this.clip=this.container.find('.jcarousel-clip');}
if(this.clip.size()===0){this.clip=this.list.wrap('<div></div>').parent();}
if(this.container.size()===0){this.container=this.clip.wrap('<div></div>').parent();}
if(skin!==''&&this.container.parent()[0].className.indexOf('jcarousel-skin')==-1){this.container.wrap('<div class=" '+skin+'"></div>');}
this.buttonPrev=$('.jcarousel-prev',this.container);if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null){this.buttonPrev=$(this.options.buttonPrevHTML).appendTo(this.container);}
this.buttonPrev.addClass(this.className('jcarousel-prev'));this.buttonNext=$('.jcarousel-next',this.container);if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null){this.buttonNext=$(this.options.buttonNextHTML).appendTo(this.container);}
this.buttonNext.addClass(this.className('jcarousel-next'));this.clip.addClass(this.className('jcarousel-clip')).css({position:'relative'});this.list.addClass(this.className('jcarousel-list')).css({overflow:'hidden',position:'relative',top:0,margin:0,padding:0}).css((this.options.rtl?'right':'left'),0);this.container.addClass(this.className('jcarousel-container')).css({position:'relative'});if(!this.options.vertical&&this.options.rtl){this.container.addClass('jcarousel-direction-rtl').attr('dir','rtl');}
var di=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;var li=this.list.children('li');var self=this;if(li.size()>0){var wh=0,j=this.options.offset;li.each(function(){self.format(this,j++);wh+=self.dimension(this,di);});this.list.css(this.wh,(wh+100)+'px');if(!o||o.size===undefined){this.options.size=li.size();}}
this.container.css('display','block');this.buttonNext.css('display','block');this.buttonPrev.css('display','block');this.funcNext=function(){self.next();};this.funcPrev=function(){self.prev();};this.funcResize=function(){if(self.resizeTimer){clearTimeout(self.resizeTimer);}
self.resizeTimer=setTimeout(function(){self.reload();},100);};if(this.options.initCallback!==null){this.options.initCallback(this,'init');}
if(!windowLoaded&&$.browser.safari){this.buttons(false,false);$(window).bind('load.jcarousel',function(){self.setup();});}else{this.setup();}};var $jc=$.jcarousel;$jc.fn=$jc.prototype={jcarousel:'0.2.8'};$jc.fn.extend=$jc.extend=$.extend;$jc.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.resizeTimer=null;this.tail=null;this.inTail=false;if(this.locked){return;}
this.list.css(this.lt,this.pos(this.options.offset)+'px');var p=this.pos(this.options.start,true);this.prevFirst=this.prevLast=null;this.animate(p,false);$(window).unbind('resize.jcarousel',this.funcResize).bind('resize.jcarousel',this.funcResize);if(this.options.setupCallback!==null){this.options.setupCallback(this);}},reset:function(){this.list.empty();this.list.css(this.lt,'0px');this.list.css(this.wh,'10px');if(this.options.initCallback!==null){this.options.initCallback(this,'reset');}
this.setup();},reload:function(){if(this.tail!==null&&this.inTail){this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+this.tail);}
this.tail=null;this.inTail=false;if(this.options.reloadCallback!==null){this.options.reloadCallback(this);}
if(this.options.visible!==null){var self=this;var di=Math.ceil(this.clipping()/this.options.visible),wh=0,lt=0;this.list.children('li').each(function(i){wh+=self.dimension(this,di);if(i+1<self.first){lt=wh;}});this.list.css(this.wh,wh+'px');this.list.css(this.lt,-lt+'px');}
this.scroll(this.first,false);},lock:function(){this.locked=true;this.buttons();},unlock:function(){this.locked=false;this.buttons();},size:function(s){if(s!==undefined){this.options.size=s;if(!this.locked){this.buttons();}}
return this.options.size;},has:function(i,i2){if(i2===undefined||!i2){i2=i;}
if(this.options.size!==null&&i2>this.options.size){i2=this.options.size;}
for(var j=i;j<=i2;j++){var e=this.get(j);if(!e.length||e.hasClass('jcarousel-item-placeholder')){return false;}}
return true;},get:function(i){return $('>.jcarousel-item-'+i,this.list);},add:function(i,s){var e=this.get(i),old=0,n=$(s);if(e.length===0){var c,j=$jc.intval(i);e=this.create(i);while(true){c=this.get(--j);if(j<=0||c.length){if(j<=0){this.list.prepend(e);}else{c.after(e);}
break;}}}else{old=this.dimension(e);}
if(n.get(0).nodeName.toUpperCase()=='LI'){e.replaceWith(n);e=n;}else{e.empty().append(s);}
this.format(e.removeClass(this.className('jcarousel-item-placeholder')),i);var di=this.options.visible!==null?Math.ceil(this.clipping()/this.options.visible):null;var wh=this.dimension(e,di)-old;if(i>0&&i<this.first){this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-wh+'px');}
this.list.css(this.wh,$jc.intval(this.list.css(this.wh))+wh+'px');return e;},remove:function(i){var e=this.get(i);if(!e.length||(i>=this.first&&i<=this.last)){return;}
var d=this.dimension(e);if(i<this.first){this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+d+'px');}
e.remove();this.list.css(this.wh,$jc.intval(this.list.css(this.wh))-d+'px');},next:function(){if(this.tail!==null&&!this.inTail){this.scrollTail(false);}else{this.scroll(((this.options.wrap=='both'||this.options.wrap=='last')&&this.options.size!==null&&this.last==this.options.size)?1:this.first+this.options.scroll);}},prev:function(){if(this.tail!==null&&this.inTail){this.scrollTail(true);}else{this.scroll(((this.options.wrap=='both'||this.options.wrap=='first')&&this.options.size!==null&&this.first==1)?this.options.size:this.first-this.options.scroll);}},scrollTail:function(b){if(this.locked||this.animating||!this.tail){return;}
this.pauseAuto();var pos=$jc.intval(this.list.css(this.lt));pos=!b?pos-this.tail:pos+this.tail;this.inTail=!b;this.prevFirst=this.first;this.prevLast=this.last;this.animate(pos);},scroll:function(i,a){if(this.locked||this.animating){return;}
this.pauseAuto();this.animate(this.pos(i),a);},pos:function(i,fv){var pos=$jc.intval(this.list.css(this.lt));if(this.locked||this.animating){return pos;}
if(this.options.wrap!='circular'){i=i<1?1:(this.options.size&&i>this.options.size?this.options.size:i);}
var back=this.first>i;var f=this.options.wrap!='circular'&&this.first<=1?1:this.first;var c=back?this.get(f):this.get(this.last);var j=back?f:f-1;var e=null,l=0,p=false,d=0,g;while(back?--j>=i:++j<i){e=this.get(j);p=!e.length;if(e.length===0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c[back?'before':'after'](e);if(this.first!==null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length){e=this.add(j,g.clone(true));}}}
c=e;d=this.dimension(e);if(p){l+=d;}
if(this.first!==null&&(this.options.wrap=='circular'||(j>=1&&(this.options.size===null||j<=this.options.size)))){pos=back?pos+d:pos-d;}}
var clipping=this.clipping(),cache=[],visible=0,v=0;c=this.get(i-1);j=i;while(++visible){e=this.get(j);p=!e.length;if(e.length===0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));if(c.length===0){this.list.prepend(e);}else{c[back?'before':'after'](e);}
if(this.first!==null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length){e=this.add(j,g.clone(true));}}}
c=e;d=this.dimension(e);if(d===0){throw new Error('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...');}
if(this.options.wrap!='circular'&&this.options.size!==null&&j>this.options.size){cache.push(e);}else if(p){l+=d;}
v+=d;if(v>=clipping){break;}
j++;}
for(var x=0;x<cache.length;x++){cache[x].remove();}
if(l>0){this.list.css(this.wh,this.dimension(this.list)+l+'px');if(back){pos-=l;this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-l+'px');}}
var last=i+visible-1;if(this.options.wrap!='circular'&&this.options.size&&last>this.options.size){last=this.options.size;}
if(j>last){visible=0;j=last;v=0;while(++visible){e=this.get(j--);if(!e.length){break;}
v+=this.dimension(e);if(v>=clipping){break;}}}
var first=last-visible+1;if(this.options.wrap!='circular'&&first<1){first=1;}
if(this.inTail&&back){pos+=this.tail;this.inTail=false;}
this.tail=null;if(this.options.wrap!='circular'&&last==this.options.size&&(last-visible+1)>=1){var m=$jc.intval(this.get(last).css(!this.options.vertical?'marginRight':'marginBottom'));if((v-m)>clipping){this.tail=v-clipping-m;}}
if(fv&&i===this.options.size&&this.tail){pos-=this.tail;this.inTail=true;}
while(i-->first){pos+=this.dimension(this.get(i));}
this.prevFirst=this.first;this.prevLast=this.last;this.first=first;this.last=last;return pos;},animate:function(p,a){if(this.locked||this.animating){return;}
this.animating=true;var self=this;var scrolled=function(){self.animating=false;if(p===0){self.list.css(self.lt,0);}
if(!self.autoStopped&&(self.options.wrap=='circular'||self.options.wrap=='both'||self.options.wrap=='last'||self.options.size===null||self.last<self.options.size||(self.last==self.options.size&&self.tail!==null&&!self.inTail))){self.startAuto();}
self.buttons();self.notify('onAfterAnimation');if(self.options.wrap=='circular'&&self.options.size!==null){for(var i=self.prevFirst;i<=self.prevLast;i++){if(i!==null&&!(i>=self.first&&i<=self.last)&&(i<1||i>self.options.size)){self.remove(i);}}}};this.notify('onBeforeAnimation');if(!this.options.animation||a===false){this.list.css(this.lt,p+'px');scrolled();}else{var o=!this.options.vertical?(this.options.rtl?{'right':p}:{'left':p}):{'top':p};var settings={duration:this.options.animation,easing:this.options.easing,complete:scrolled};if($.isFunction(this.options.animationStepCallback)){settings.step=this.options.animationStepCallback;}
this.list.animate(o,settings);}},startAuto:function(s){if(s!==undefined){this.options.auto=s;}
if(this.options.auto===0){return this.stopAuto();}
if(this.timer!==null){return;}
this.autoStopped=false;var self=this;this.timer=window.setTimeout(function(){self.next();},this.options.auto*1000);},stopAuto:function(){this.pauseAuto();this.autoStopped=true;},pauseAuto:function(){if(this.timer===null){return;}
window.clearTimeout(this.timer);this.timer=null;},buttons:function(n,p){if(n==null){n=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='first')||this.options.size===null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=='first')&&this.options.size!==null&&this.last>=this.options.size){n=this.tail!==null&&!this.inTail;}}
if(p==null){p=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='last')||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=='last')&&this.options.size!==null&&this.first==1){p=this.tail!==null&&this.inTail;}}
var self=this;if(this.buttonNext.size()>0){this.buttonNext.unbind(this.options.buttonNextEvent+'.jcarousel',this.funcNext);if(n){this.buttonNext.bind(this.options.buttonNextEvent+'.jcarousel',this.funcNext);}
this.buttonNext[n?'removeClass':'addClass'](this.className('jcarousel-next-disabled')).attr('disabled',n?false:true);if(this.options.buttonNextCallback!==null&&this.buttonNext.data('jcarouselstate')!=n){this.buttonNext.each(function(){self.options.buttonNextCallback(self,this,n);}).data('jcarouselstate',n);}}else{if(this.options.buttonNextCallback!==null&&this.buttonNextState!=n){this.options.buttonNextCallback(self,null,n);}}
if(this.buttonPrev.size()>0){this.buttonPrev.unbind(this.options.buttonPrevEvent+'.jcarousel',this.funcPrev);if(p){this.buttonPrev.bind(this.options.buttonPrevEvent+'.jcarousel',this.funcPrev);}
this.buttonPrev[p?'removeClass':'addClass'](this.className('jcarousel-prev-disabled')).attr('disabled',p?false:true);if(this.options.buttonPrevCallback!==null&&this.buttonPrev.data('jcarouselstate')!=p){this.buttonPrev.each(function(){self.options.buttonPrevCallback(self,this,p);}).data('jcarouselstate',p);}}else{if(this.options.buttonPrevCallback!==null&&this.buttonPrevState!=p){this.options.buttonPrevCallback(self,null,p);}}
this.buttonNextState=n;this.buttonPrevState=p;},notify:function(evt){var state=this.prevFirst===null?'init':(this.prevFirst<this.first?'next':'prev');this.callback('itemLoadCallback',evt,state);if(this.prevFirst!==this.first){this.callback('itemFirstInCallback',evt,state,this.first);this.callback('itemFirstOutCallback',evt,state,this.prevFirst);}
if(this.prevLast!==this.last){this.callback('itemLastInCallback',evt,state,this.last);this.callback('itemLastOutCallback',evt,state,this.prevLast);}
this.callback('itemVisibleInCallback',evt,state,this.first,this.last,this.prevFirst,this.prevLast);this.callback('itemVisibleOutCallback',evt,state,this.prevFirst,this.prevLast,this.first,this.last);},callback:function(cb,evt,state,i1,i2,i3,i4){if(this.options[cb]==null||(typeof this.options[cb]!='object'&&evt!='onAfterAnimation')){return;}
var callback=typeof this.options[cb]=='object'?this.options[cb][evt]:this.options[cb];if(!$.isFunction(callback)){return;}
var self=this;if(i1===undefined){callback(self,state,evt);}else if(i2===undefined){this.get(i1).each(function(){callback(self,this,i1,state,evt);});}else{var call=function(i){self.get(i).each(function(){callback(self,this,i,state,evt);});};for(var i=i1;i<=i2;i++){if(i!==null&&!(i>=i3&&i<=i4)){call(i);}}}},create:function(i){return this.format('<li></li>',i);},format:function(e,i){e=$(e);var split=e.get(0).className.split(' ');for(var j=0;j<split.length;j++){if(split[j].indexOf('jcarousel-')!=-1){e.removeClass(split[j]);}}
e.addClass(this.className('jcarousel-item')).addClass(this.className('jcarousel-item-'+i)).css({'float':(this.options.rtl?'right':'left'),'list-style':'none'}).attr('jcarouselindex',i);return e;},className:function(c){return c+' '+c+(!this.options.vertical?'-horizontal':'-vertical');},dimension:function(e,d){var el=$(e);if(d==null){return!this.options.vertical?(el.outerWidth(true)||$jc.intval(this.options.itemFallbackDimension)):(el.outerHeight(true)||$jc.intval(this.options.itemFallbackDimension));}else{var w=!this.options.vertical?d-$jc.intval(el.css('marginLeft'))-$jc.intval(el.css('marginRight')):d-$jc.intval(el.css('marginTop'))-$jc.intval(el.css('marginBottom'));$(el).css(this.wh,w+'px');return this.dimension(el);}},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-$jc.intval(this.clip.css('borderLeftWidth'))-$jc.intval(this.clip.css('borderRightWidth')):this.clip[0].offsetHeight-$jc.intval(this.clip.css('borderTopWidth'))-$jc.intval(this.clip.css('borderBottomWidth'));},index:function(i,s){if(s==null){s=this.options.size;}
return Math.round((((i-1)/s)-Math.floor((i-1)/s))*s)+1;}});$jc.extend({defaults:function(d){return $.extend(defaults,d||{});},intval:function(v){v=parseInt(v,10);return isNaN(v)?0:v;},windowLoaded:function(){windowLoaded=true;}});$.fn.jcarousel=function(o){if(typeof o=='string'){var instance=$(this).data('jcarousel'),args=Array.prototype.slice.call(arguments,1);return instance[o].apply(instance,args);}else{return this.each(function(){var instance=$(this).data('jcarousel');if(instance){if(o){$.extend(instance.options,o);}
instance.reload();}else{$(this).data('jcarousel',new $jc(this,o));}});}};})(jQuery);;function mycarousel_initCallback(carousel){jQuery('.thumbnails').bind('click',function(){carousel.scroll($(this).attr("id"));return false;});Drupal.settings.slideshow_next.bind('click',function(){carousel.next();return false;});Drupal.settings.slideshow_prev.bind('click',function(){carousel.prev();return false;});};Drupal.behaviors.front_cycle=function(context){var slideshow_container=$("#container",context);Drupal.settings.slideshow_prev=$("#main-slideshow-previous",context);Drupal.settings.slideshow_next=$("#main-slideshow-next",context);var slideshow_timeout=3000;var slideshow_speed=1000;var delay=-1000;var first=true;var nbrSlide=$("li","#clip").length;if(slideshow_container.length>0)
{$("#box ul",slideshow_container).cycle({timeout:slideshow_timeout,delay:delay,speed:slideshow_speed,fx:"scrollVert",next:"#main-slideshow-next",prev:"#main-slideshow-previous",pager:'#thumbnails-container',activePagerClass:"active",pagerAnchorBuilder:function(idx,slide){return'#thumbnails-container .thumbnails:eq('+idx+')';}});$("#clip").cycle({fx:"scrollHorz",timeout:slideshow_timeout,next:"#main-slideshow-next",prev:"#main-slideshow-previous",pager:'#thumbnails-container',delay:delay,activePagerClass:"active",pagerAnchorBuilder:function(idx,slide){return'#thumbnails-container .thumbnails:eq('+idx+')';},slideExpr:"li",before:function(curr,next,opts,fwd){$("#pager-mask").show();if(fwd){if(first==true){first=false;curr=$(curr);curr.show().css("left",0).css("z-index",9);$('#slide-2').show();$('#slide-2').css("left",805);$('#slide-2').css("z-index",9);$("#pager-mask").hide();}else{var previous=$(curr);var middle=$(next)
var new_sidebar;if(middle.attr("id")=="slide-"+(nbrSlide)){new_sidebar=$("#slide-1");}else{new_sidebar=middle.next();}
if(previous.attr("id")=="slide-1"&&middle.attr("id")=="slide-"+nbrSlide){opts.$cont.append($("#slide-1").clone().css("left",805*2).attr("id","slide-7"));setTimeout(function(){new_sidebar.css("left",805*2);$(".previous-slide").removeClass("previous-slide");new_sidebar.addClass("previous-slide");new_sidebar.css("z-index",0);$("#slide-7").animate({"left":805},930,function(){$("#pager-mask").hide();});new_sidebar.animate({"left":805},0,function(){$("#slide-7").remove();$("#pager-mask").hide();});},50);}else{setTimeout(function(){new_sidebar.css("left",805*2);$(".previous-slide").removeClass("previous-slide");new_sidebar.addClass("previous-slide");new_sidebar.css("z-index",0);new_sidebar.animate({"left":805},930,function(){$("#pager-mask").hide();});},50);}}}else{var sidebar=$(curr);var middle=$(next);var old_sidebar=sidebar.next();$(".previous-slide").removeClass("previous-slide");sidebar.addClass("previous-slide");if(old_sidebar.length>0){old_sidebar.addClass("previous-slide").animate({left:805*2},1050,function(){$("#pager-mask").hide();});}else{$("#pager-mask").hide();}
if(sidebar.attr("id")=="slide-1"){middle=$("#slide-"+nbrSlide);}
if(sidebar.attr("id")==="slide-"+nbrSlide){old_sidebar=$("#slide-1");}
if(middle.attr("id")=="slide-1"&&sidebar.attr("id")=="slide-"+nbrSlide){old_sidebar=$("#slide-2");}}}});$(".thumbnails").click(function(){$("#clip, #box ul").cycle("pause");return false;});}};;
