// Minified using Javascript Aggregator - see /sites/all/files/js/js_3ffde6330963fa733987f0b67c06ac4c.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':{"Unspecified error":"Onbekend probleem","Save":"Opslaan","Upload":"Uploaden","Your server has been successfully tested to support this feature.":"De server is getest en kan deze functie gebruiken.","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.":"De systeem configuratie ondersteunt deze functie momenteel niet. De \x3ca href=\"http://drupal.org/node/15365\"\x3e handboekpagina over Clean URLs\x3c/a\x3e geeft meer informatie.","Testing clean URLs...":"Testen van schone URLs.","Only files with the following extensions are allowed: %files-allowed.":"Uitsluitend bestanden met de volgende extensies zijn toegelaten: %files-allowed.","Select all rows in this table":"Selecteer alle regels van deze tabel","Deselect all rows in this table":"De-selecteer alle regels van deze tabel","Drag to re-order":"Slepen om de volgorde te wijzigen","Changes made in this table will not be saved until the form is submitted.":"Wijzigingen in deze tabel worden pas opgeslagen wanneer het formulier wordt ingediend.","The changes to these blocks will not be saved until the \x3cem\x3eSave blocks\x3c/em\x3e button is clicked.":"Wijzigingen aan de blokken worden pas opgeslagen wanneer u de knop \x3cem\x3eBlokken opslaan\x3c/em\x3e aanklikt.","Automatic alias":"Automatische alias","Close":"Sluiten","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"Het bestand %filename kan niet geüpload worden. Alleen bestanden met de volgende extensies zijn toegestaan: %extensions","unlimited":"ongelimiteerd","Please select a file.":"Selecteer a.u.b. een bestand.","Upload failed.":"Upload mislukt.","%filename is not an image.":"%filename is geen afbeelding.","File browsing is disabled in directory %dir.":"Bestanden zoeken is uitgeschakeld in folder %dir.","Do you want to refresh the current directory?":"Wilt u de huidige map verversen?","Delete selected files?":"Geselecteerde bestanden verwijderen?","You must select at least %num files.":"Er dienen tenminste %num bestanden geselecteerd te worden.","You can not perform this operation.":"U kunt deze actie niet uitvoeren.","Insert file":"Bestand toevoegen","By @name on @date":"Door @name op @date","By @name":"Door @name","Not in menu":"Niet in een menu","Alias: @alias":"Alias: @alias","No alias":"Geen alias","New revision":"Nieuwe revisie","No revision":"Geen revisie","@number comments per page":"@number reacties per pagina","Requires a title":"Een titel is verplicht","No body":"Geen berichttekst","Not restricted":"Geen beperking","No terms":"Geen termen","Sticky on top of lists":"Vastgeplakt bovenaan lijsten","Log messages":"Log berichten","Please select a thumbnail.":"Kies een miniatuur","You are not allowed to operate on more than %num files.":"U mag aan niet meer dan %num bestanden werken.","Resume":"Hervatten","one file.":["een bestand.","maximaal @count bestanden."]}};;$(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){_gaq.push(["_trackEvent","Outgoing links","Click",this.href]);}}});});});;(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);;Drupal.behaviors.viewsSlideshowSingleFrame=function(context){$('.views_slideshow_singleframe_main:not(.viewsSlideshowSingleFrame-processed)',context).addClass('viewsSlideshowSingleFrame-processed').each(function(){var fullId='#'+$(this).attr('id');var settings=Drupal.settings.viewsSlideshowSingleFrame[fullId];settings.targetId='#'+$(fullId+" :first").attr('id');settings.paused=false;settings.opts={speed:settings.speed,timeout:parseInt(settings.timeout),delay:parseInt(settings.delay),sync:settings.sync==1,random:settings.random==1,pause:false,allowPagerClickBubble:(settings.pager_hover==1||settings.pager_click_to_page),prev:(settings.controls>0)?'#views_slideshow_singleframe_prev_'+settings.vss_id:null,next:(settings.controls>0)?'#views_slideshow_singleframe_next_'+settings.vss_id:null,pager:(settings.pager>0)?'#views_slideshow_singleframe_pager_'+settings.vss_id:null,nowrap:parseInt(settings.nowrap),pagerAnchorBuilder:function(idx,slide){var classes='pager-item pager-num-'+(idx+1);if(idx==0){classes+=' first';}
if($(slide).siblings().length==idx){classes+=' last';}
if(idx%2){classes+=' odd';}
else{classes+=' even';}
var theme='viewsSlideshowPager'+settings.pager_type;return Drupal.theme.prototype[theme]?Drupal.theme(theme,classes,idx,slide,settings):'';},after:function(curr,next,opts){if(settings.image_count){$('#views_slideshow_singleframe_image_count_'+settings.vss_id+' span.num').html(opts.currSlide+1);$('#views_slideshow_singleframe_image_count_'+settings.vss_id+' span.total').html(opts.slideCount);}},before:function(curr,next,opts){if(settings.remember_slide){createCookie(settings.vss_id,opts.currSlide+1,settings.remember_slide_days);}
if(settings.fixed_height==0){var $ht=$(this).height();$(this).parent().animate({height:$ht});}},cleartype:(settings.ie.cleartype=='true')?true:false,cleartypeNoBg:(settings.ie.cleartypenobg=='true')?true:false}
if(settings.remember_slide){var startSlide=readCookie(settings.vss_id);if(startSlide==null){startSlide=0;}
settings.opts.startingSlide=startSlide;}
if(settings.pager_hover==1){settings.opts.pagerEvent='mouseover';settings.opts.pauseOnPagerHover=true;}
if(settings.effect=='none'){settings.opts.speed=1;}
else{settings.opts.fx=settings.effect;}
if(settings.pause==1){$('#views_slideshow_singleframe_teaser_section_'+settings.vss_id).hover(function(){$(settings.targetId).cycle('pause');},function(){if(settings.paused==false){$(settings.targetId).cycle('resume');}});}
if(settings.pause_on_click==1){$('#views_slideshow_singleframe_teaser_section_'+settings.vss_id).click(function(){viewsSlideshowSingleFramePause(settings);});}
if(settings.advanced!="\n"){var advanced=settings.advanced.split("\n");for(i=0;i<advanced.length;i++){var prop='';var value='';var property=advanced[i].split(":");for(j=0;j<property.length;j++){if(j==0){prop=property[j];}
else if(j==1){value=property[j];}
else{value+=":"+property[j];}}
if(value=='true'||value=='false'||IsNumeric(value)){value=eval(value);}
else{var func=value.match(/function\s*\((.*?)\)\s*\{(.*)\}/i);if(func){value=new Function(func[1].match(/(\w+)/g),func[2]);}}
if(typeof(value)=="function"&&prop in settings.opts){var callboth=function(before_func,new_func){return function(){before_func.apply(null,arguments);new_func.apply(null,arguments);};};settings.opts[prop]=callboth(settings.opts[prop],value);}
else{settings.opts[prop]=value;}}}
$(settings.targetId).cycle(settings.opts);if(settings.start_paused){viewsSlideshowSingleFramePause(settings);}
if(settings.pause_when_hidden){var checkPause=function(settings){var visible=viewsSlideshowSingleFrameIsVisible(settings.targetId,settings.pause_when_hidden_type,settings.amount_allowed_visible);if(visible&&settings.paused){viewsSlideshowSingleFrameResume(settings);}
else if(!visible&&!settings.paused){viewsSlideshowSingleFramePause(settings);}}
$(window).scroll(function(){checkPause(settings);});$(window).resize(function(){checkPause(settings);});}
$('#views_slideshow_singleframe_image_count_'+settings.vss_id).show();if(settings.controls>0){$('#views_slideshow_singleframe_controls_'+settings.vss_id).show();$('#views_slideshow_singleframe_playpause_'+settings.vss_id).click(function(e){if(settings.paused){viewsSlideshowSingleFrameResume(settings);}
else{viewsSlideshowSingleFramePause(settings);}
e.preventDefault();});}});}
viewsSlideshowSingleFramePause=function(settings){var resume=Drupal.t('Resume');$(settings.targetId).cycle('pause');if(settings.controls>0){$('#views_slideshow_singleframe_playpause_'+settings.vss_id).addClass('views_slideshow_singleframe_play').addClass('views_slideshow_play').removeClass('views_slideshow_singleframe_pause').removeClass('views_slideshow_pause').text(resume);}
settings.paused=true;}
viewsSlideshowSingleFrameResume=function(settings){$(settings.targetId).cycle('resume');if(settings.controls>0){$('#views_slideshow_singleframe_playpause_'+settings.vss_id).addClass('views_slideshow_singleframe_pause').addClass('views_slideshow_pause').removeClass('views_slideshow_singleframe_play').removeClass('views_slideshow_play').text('Pause');}
settings.paused=false;}
Drupal.theme.prototype.viewsSlideshowPagerThumbnails=function(classes,idx,slide,settings){var href='#';if(settings.pager_click_to_page){href=$(slide).find('a').attr('href');}
return'<div class="'+classes+'"><a href="'+href+'"><img src="'+$(slide).find('img').attr('src')+'" /></a></div>';}
Drupal.theme.prototype.viewsSlideshowPagerNumbered=function(classes,idx,slide,settings){var href='#';if(settings.pager_click_to_page){href=$(slide).find('a').attr('href');}
return'<div class="'+classes+'"><a href="'+href+'">'+(idx+1)+'</a></div>';}
function IsNumeric(sText){var ValidChars="0123456789";var IsNumber=true;var Char;for(var i=0;i<sText.length&&IsNumber==true;i++){Char=sText.charAt(i);if(ValidChars.indexOf(Char)==-1){IsNumber=false;}}
return IsNumber;}
function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
else{var expires="";}
document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0){return c.substring(nameEQ.length,c.length);}}
return null;}
function eraseCookie(name){createCookie(name,"",-1);}
function viewsSlideshowSingleFrameIsVisible(elem,type,amountVisible){var docViewTop=$(window).scrollTop();var docViewBottom=docViewTop+$(window).height();var docViewLeft=$(window).scrollLeft();var docViewRight=docViewLeft+$(window).width();var elemTop=$(elem).offset().top;var elemHeight=$(elem).height();var elemBottom=elemTop+elemHeight;var elemLeft=$(elem).offset().left;var elemWidth=$(elem).width();var elemRight=elemLeft+elemWidth;var elemArea=elemHeight*elemWidth;var missingLeft=0;var missingRight=0;var missingTop=0;var missingBottom=0;if(elemLeft<docViewLeft){missingLeft=docViewLeft-elemLeft;}
if(elemRight>docViewRight){missingRight=elemRight-docViewRight;}
if(elemTop<docViewTop){missingTop=docViewTop-elemTop;}
if(elemBottom>docViewBottom){missingBottom=elemBottom-docViewBottom;}
if(type=='full'){return((elemBottom>=docViewTop)&&(elemTop<=docViewBottom)&&(elemBottom<=docViewBottom)&&(elemTop>=docViewTop)&&(elemLeft>=docViewLeft)&&(elemRight<=docViewRight)&&(elemLeft<=docViewRight)&&(elemRight>=docViewLeft));}
else if(type=='vertical'){var verticalShowing=elemHeight-missingTop-missingBottom;if(amountVisible.indexOf('%')){return(((verticalShowing/elemHeight)*100)>=parseInt(amountVisible));}
else{return(verticalShowing>=parseInt(amountVisible));}}
else if(type=='horizontal'){var horizontalShowing=elemWidth-missingLeft-missingRight;if(amountVisible.indexOf('%')){return(((horizontalShowing/elemWidth)*100)>=parseInt(amountVisible));}
else{return(horizontalShowing>=parseInt(amountVisible));}}
else if(type=='area'){var areaShowing=(elemWidth-missingLeft-missingRight)*(elemHeight-missingTop-missingBottom);if(amountVisible.indexOf('%')){return(((areaShowing/elemArea)*100)>=parseInt(amountVisible));}
else{return(areaShowing>=parseInt(amountVisible));}}};Drupal.behaviors.viewsSlideshowThumbnailHover=function(context){$('.views_slideshow_thumbnailhover_main:not(.viewsSlideshowThumbnailHover-processed)',context).addClass('viewsSlideshowThumbnailHover-processed').each(function(){var fullId='#'+$(this).attr('id');var settings=Drupal.settings.viewsSlideshowThumbnailHover[fullId];settings.targetId='#'+$(fullId+" :first").attr('id');settings.paused=false;settings.opts={speed:settings.speed,timeout:parseInt(settings.timeout),delay:parseInt(settings.delay),sync:settings.sync==1,random:settings.random==1,pause:false,allowPagerClickBubble:(settings.pager_event=='click')?false:true,pager:(settings.pager_event=='hoverIntent')?null:'#views_slideshow_breakout_teasers_'+settings.vss_id,nowrap:parseInt(settings.nowrap),pagerAnchorBuilder:(settings.pager_event=='hoverIntent')?null:function(idx,slide){return'#views_slideshow_thumbnailhover_div_breakout_teaser_'+settings.vss_id+'_'+idx;},after:function(curr,next,opts){if(settings.image_count){$('#views_slideshow_thumbnailhover_image_count_'+settings.vss_id+' span.num').html(opts.currSlide+1);$('#views_slideshow_thumbnailhover_image_count_'+settings.vss_id+' span.total').html(opts.slideCount);}},before:function(current,next,opts){if(settings.remember_slide){createCookie(settings.view_id,opts.currSlide+1,settings.remember_slide_days);}
if(settings.fixed_height==0){var $ht=$(this).height();$(this).parent().animate({height:$ht});}
var currId=(currId=$(current).attr('id')).substring(currId.lastIndexOf('_')+1)
var nextId=(nextId=$(next).attr('id')).substring(nextId.lastIndexOf('_')+1)
$('#views_slideshow_thumbnailhover_div_breakout_teaser_'+settings.vss_id+'_'+currId).removeClass('activeSlide');$('#views_slideshow_thumbnailhover_div_breakout_teaser_'+settings.vss_id+'_'+nextId).addClass('activeSlide');},pagerEvent:(settings.pager_event=='hoverIntent')?null:settings.pager_event,prev:(settings.controls>0)?'#views_slideshow_thumbnailhover_prev_'+settings.vss_id:null,next:(settings.controls>0)?'#views_slideshow_thumbnailhover_next_'+settings.vss_id:null,cleartype:(settings.ie.cleartype=='true')?true:false,cleartypeNoBg:(settings.ie.cleartypenobg=='true')?true:false};if(settings.remember_slide){var startSlide=readCookie(settings.view_id);if(startSlide==null){startSlide=0;}
settings.opts.startingSlide=startSlide;}
if(settings.effect=='none'){settings.opts.speed=1;}
else{settings.opts.fx=settings.effect;}
if(settings.pause==1){$('#views_slideshow_thumbnailhover_teaser_section_'+settings.vss_id).hover(function(){$(settings.targetId).cycle('pause');},function(){if(settings.paused==false){$(settings.targetId).cycle('resume');}});}
if(settings.pause_on_click==1){$('#views_slideshow_thumbnailhover_teaser_section_'+settings.vss_id).click(function(){viewsSlideshowThumbnailHoverPause(settings);});}
if(settings.advanced!="\n"){var advanced=settings.advanced.split("\n");for(i=0;i<advanced.length;i++){var prop='';var value='';var property=advanced[i].split(":");for(j=0;j<property.length;j++){if(j==0){prop=property[j];}
else if(j==1){value=property[j];}
else{value+=":"+property[j];}}
if(value=='true'||value=='false'||IsNumeric(value)){value=eval(value);}
else{var func=value.match(/function\s*\((.*?)\)\s*\{(.*)\}/i);if(func){value=new Function(func[1].match(/(\w+)/g),func[2]);}}
if(typeof(value)=="function"&&prop in settings.opts){var callboth=function(before_func,new_func){return function(){before_func.apply(null,arguments);new_func.apply(null,arguments);};};settings.opts[prop]=callboth(settings.opts[prop],value);}
else{settings.opts[prop]=value;}}}
$(settings.targetId).cycle(settings.opts);if(settings.start_paused){viewsSlideshowThumbnailHoverPause(settings);}
if(settings.pause_when_hidden){var checkPause=function(settings){var visible=viewsSlideshowThumbnailHoverIsVisible(settings.targetId,settings.pause_when_hidden_type,settings.amount_allowed_visible);if(visible&&settings.paused){viewsSlideshowThumbnailHoverResume(settings);}
else if(!visible&&!settings.paused){viewsSlideshowThumbnailHoverPause(settings);}}
$(window).scroll(function(){checkPause(settings);});$(window).resize(function(){checkPause(settings);});}
$('#views_slideshow_thumbnailhover_image_count_'+settings.vss_id).show();if(settings.pager_event=='hoverIntent'){$('#views_slideshow_thumbnailhover_breakout_teasers_'+settings.vss_id+' .views_slideshow_thumbnailhover_div_breakout_teaser').each(function(i,obj){$(obj).hoverIntent(function(){$('.views_slideshow_thumbnailhover_div_breakout_teaser').removeClass('activeSlide');var id=$(this).attr('id');id=parseInt(id.substring(id.lastIndexOf('_')+1));$(settings.targetId).cycle(id);$('#views_slideshow_thumbnailhover_div_breakout_teaser_'+settings.vss_id+'_'+id).addClass('activeSlide');$(settings.targetId).cycle('stop');},function(){var id=$(this).attr('id');settings.opts.startingSlide=parseInt(id.substring(id.lastIndexOf('_')+1));$(settings.targetId).cycle(settings.opts);});});}
if(settings.controls>0){$('#views_slideshow_thumbnailhover_controls_'+settings.vss_id).show();$('#views_slideshow_thumbnailhover_playpause_'+settings.vss_id).click(function(e){if(settings.paused){viewsSlideshowThumbnailHoverResume(settings);}
else{viewsSlideshowThumbnailHoverPause(settings);}
e.preventDefault();});}});}
viewsSlideshowThumbnailHoverPause=function(settings){var resume=Drupal.t('Resume');$(settings.targetId).cycle('pause');if(settings.controls>0){$('#views_slideshow_thumbnailhover_playpause_'+settings.vss_id).addClass('views_slideshow_thumbnailhover_play').addClass('views_slideshow_play').removeClass('views_slideshow_thumbnailhover_pause').removeClass('views_slideshow_pause').text(resume);}
settings.paused=true;}
viewsSlideshowThumbnailHoverResume=function(settings){$(settings.targetId).cycle('resume');if(settings.controls>0){$('#views_slideshow_thumbnailhover_playpause_'+settings.vss_id).addClass('views_slideshow_thumbnailhover_pause').addClass('views_slideshow_pause').removeClass('views_slideshow_thumbnailhover_play').removeClass('views_slideshow_play').text('Pause');}
settings.paused=false;}
function IsNumeric(sText){var ValidChars="0123456789";var IsNumber=true;var Char;for(var i=0;i<sText.length&&IsNumber==true;i++){Char=sText.charAt(i);if(ValidChars.indexOf(Char)==-1){IsNumber=false;}}
return IsNumber;}
function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
else{var expires="";}
document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0){return c.substring(nameEQ.length,c.length);}}
return null;}
function eraseCookie(name){createCookie(name,"",-1);}
function viewsSlideshowThumbnailHoverIsVisible(elem,type,amountVisible){var docViewTop=$(window).scrollTop();var docViewBottom=docViewTop+$(window).height();var docViewLeft=$(window).scrollLeft();var docViewRight=docViewLeft+$(window).width();var elemTop=$(elem).offset().top;var elemHeight=$(elem).height();var elemBottom=elemTop+elemHeight;var elemLeft=$(elem).offset().left;var elemWidth=$(elem).width();var elemRight=elemLeft+elemWidth;var elemArea=elemHeight*elemWidth;var missingLeft=0;var missingRight=0;var missingTop=0;var missingBottom=0;if(elemLeft<docViewLeft){missingLeft=docViewLeft-elemLeft;}
if(elemRight>docViewRight){missingRight=elemRight-docViewRight;}
if(elemTop<docViewTop){missingTop=docViewTop-elemTop;}
if(elemBottom>docViewBottom){missingBottom=elemBottom-docViewBottom;}
if(type=='full'){return((elemBottom>=docViewTop)&&(elemTop<=docViewBottom)&&(elemBottom<=docViewBottom)&&(elemTop>=docViewTop)&&(elemLeft>=docViewLeft)&&(elemRight<=docViewRight)&&(elemLeft<=docViewRight)&&(elemRight>=docViewLeft));}
else if(type=='vertical'){var verticalShowing=elemHeight-missingTop-missingBottom;if(amountVisible.indexOf('%')){return(((verticalShowing/elemHeight)*100)>=parseInt(amountVisible));}
else{return(verticalShowing>=parseInt(amountVisible));}}
else if(type=='horizontal'){var horizontalShowing=elemWidth-missingLeft-missingRight;if(amountVisible.indexOf('%')){return(((horizontalShowing/elemWidth)*100)>=parseInt(amountVisible));}
else{return(horizontalShowing>=parseInt(amountVisible));}}
else if(type=='area'){var areaShowing=(elemWidth-missingLeft-missingRight)*(elemHeight-missingTop-missingBottom);if(amountVisible.indexOf('%')){return(((areaShowing/elemArea)*100)>=parseInt(amountVisible));}
else{return(areaShowing>=parseInt(amountVisible));}}};Drupal.behaviors.ddblockShowHideImgCacheOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-imgcache-toggle:not(.ddblock-show-hide-imgcache-options-processed)',context).addClass('ddblock-show-hide-imgcache-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-imgcache-settings-wrapper").show();}
else{$("#ddblock-imgcache-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHidePagerOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-pager-toggle:not(.ddblock-show-hide-pager-options-processed)',context).addClass('ddblock-show-hide-pager-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-pager-settings-wrapper").show();}
else{$("#ddblock-pager-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHidePager2Options=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-pager2:not(.ddblock-show-hide-pager2-options-processed)',context).addClass('ddblock-show-hide-pager2-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-pager2-settings-wrapper").show();}
else{$("#ddblock-pager2-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHidePager2PagerOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-pager2-settings-pager2-position-pager:not(.ddblock-show-hide-pager2-pager-options-processed)',context).addClass('ddblock-show-hide-pager2-pager-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-pager2-pager-settings-wrapper").show();}
else{$("#ddblock-pager2-pager-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHidePager2SlideOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-pager2-settings-pager2-position-slide:not(.ddblock-show-hide-pager2-slide-options-processed)',context).addClass('ddblock-show-hide-pager2-slide-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-pager2-slide-settings-wrapper").show();}
else{$("#ddblock-pager2-slide-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHideSlideTextOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-slide-text:not(.ddblock-show-hide-text-options-processed)',context).addClass('ddblock-show-hide-text-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-slide-text-settings-wrapper").show();}
else{$("#ddblock-slide-text-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHideSlideJqueryTextOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-slide-text-settings-slide-text-jquery:not(.ddblock-show-hide-text-jquery-options-processed)',context).addClass('ddblock-show-hide-text-jquery-options-processed').bind("click change",function(){if(this.checked){$("#ddblock-slide-jquery-settings-wrapper").show();}
else{$("#ddblock-slide-jquery-settings-wrapper").hide();}
return true;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockChangePagerContainerOptions=function(context){$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager:not(.ddblock-change-pager-container-options-processed)',context).addClass('ddblock-change-pager-container-options-processed').bind("change",function(){val=$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager').val();switch(val){case"number-pager":case"prev-next-pager":case"custom-pager":$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-container').val('.custom-pager-item');break;case"scrollable-pager":$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-container').val('.scrollable-pager-item');break;}
return false;}).trigger('change').trigger('change')};Drupal.behaviors.ddblockShowHideCustomTemplateOptions=function(context){var ddblockSettings=Drupal.settings.ddblockCustomTemplate;$('#edit-style-options-views-slideshow-ddblock-template:not(.ddblock-show-hide-custom-template-options-processed)',context).addClass('ddblock-show-hide-custom-template-options-processed').bind("change",function(){val=$('#edit-style-options-views-slideshow-ddblock-template').val();switch(val){case"custom":$('#ddblock-custom-template-settings-wrapper').show();break;case"vsd-upright10":$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager').val('number-pager');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-container').val('.custom-pager-item');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="number-pager"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="custom-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="scrollable-pager"]').hide();break;case"vsd-upright20":$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager').val('prev-next-pager');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-container').val('.custom-pager-item');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="number-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="custom-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="scrollable-pager"]').hide();break;case"vsd-upright30":case"vsd-upright40":case"vsd-upright50":$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager').val('custom-pager');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-container').val('.custom-pager-item');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="number-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="prev-next-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="custom-pager"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="scrollable-pager"]').hide();break;case"vsd-upright60":$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager').val('scrollable-pager');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-container').val('.scrollable-pager-item');$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="number-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="prev-next-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="custom-pager"]').hide();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="scrollable-pager"]').show();break;}
if(val.match("upright")=="upright"){if(!$.browser.mozilla){var uprightPagerPositionOptions={"top":"Top","bottom":"Bottom"}}
else{$("#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[@value='top']").show();$("#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[@value='right']").hide();$("#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[@value='bottom']").show();$("#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[@value='left']").hide();$("#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[@value='both']").hide();}
$("#ddblock-custom-template-settings-wrapper").hide();}
else{if(!$.browser.mozilla){var customPagerPositionOptions={"top":"Top","right":"Right","bottom":"Bottom","left":"Left","both":"Both"}}
else{$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[value="right"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[value="left"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position option[value="both"]').show();}
$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="number-pager"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="prev-next-pager"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="custom-pager"]').show();$('#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager option[value="scrollable-pager"]').show();$("#edit-style-options-views-slideshow-ddblock-settings-pager-settings-pager-position-wrapper").show();}
return false;}).trigger('change').trigger('change')};;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("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.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.registerFont({"w":0,"face":{"font-family":"Good OT Black","font-weight":900,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 10 4 2 1 1 2 1 2","ascent":"820","descent":"-180","x-height":"10","bbox":"-615 -896 966 185","underline-thickness":"100","underline-position":"10","stemh":"118","stemv":"163","unicode-range":"U+000D-U+FB04"},"glyphs":{" ":{"w":180},"\r":{"w":180},"!":{"d":"49,-725r163,0r0,258r-14,230r-134,0v-13,-154,-18,-318,-15,-488xm53,0r0,-167r157,0r0,167r-157,0","w":264},"\"":{"d":"215,-568r0,-157r132,0r0,157r-36,105r-65,0xm47,-568r0,-157r132,0r0,157r-36,105r-65,0","w":403,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"#":{"d":"43,-428r0,-110r87,0r14,-187r114,0r-15,187r87,0r15,-187r113,0r-14,187r73,0r0,110r-76,0r-8,130r84,0r0,110r-86,0r-14,188r-114,0r14,-188r-87,0r-14,188r-113,0r14,-188r-74,0r0,-110r76,0r8,-130r-84,0xm241,-428r-8,130r87,0r8,-130r-87,0","w":560},"$":{"d":"242,-825r94,0r2,103v75,26,124,86,146,163r-109,38v-11,-32,-26,-55,-49,-68r-14,157v84,43,176,98,176,223v0,119,-71,199,-184,215r-15,96r-94,0r-3,-99v-85,-19,-142,-78,-166,-174r116,-41v12,38,33,62,60,76r14,-162v-88,-43,-184,-99,-184,-231v0,-108,71,-194,195,-205xm354,-183v-1,-28,-20,-53,-51,-69r0,126v34,-6,51,-25,51,-57xm224,-600v-73,14,-54,95,0,119r0,-119","w":529},"%":{"d":"164,-735v104,0,142,76,142,193v0,98,-50,156,-142,156v-105,1,-142,-74,-142,-191v0,-97,49,-158,142,-158xm164,-630v-33,-8,-32,46,-32,87v0,46,9,58,32,58v32,9,32,-48,32,-90v0,-43,-9,-55,-32,-55xm56,0r411,-723r116,0r-412,723r-115,0xm478,-335v104,0,142,76,142,193v0,98,-50,156,-142,156v-106,1,-143,-73,-143,-191v0,-97,49,-158,143,-158xm478,-230v-33,-9,-32,46,-32,87v0,45,9,58,32,58v31,8,31,-49,31,-90v0,-44,-9,-55,-31,-55","w":639},"&":{"d":"479,-592r-108,62v-24,-49,-54,-76,-84,-76v-57,0,-45,71,-23,100r148,195v10,-45,12,-91,11,-143r184,0r0,128r-62,0v-7,49,-18,97,-36,140v33,32,78,49,115,52r-16,143v-62,-3,-129,-17,-186,-66v-47,42,-107,67,-182,67v-128,0,-224,-70,-224,-228v0,-89,40,-166,114,-214v-81,-117,-45,-302,145,-302v101,0,162,48,204,142xm180,-220v0,115,105,119,160,64r-125,-164v-26,32,-35,68,-35,100","w":630},"'":{"d":"40,-568r0,-157r132,0r0,157r-36,105r-65,0","w":212,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"(":{"d":"49,-158r0,-349v1,-222,69,-320,260,-311r0,114r-29,0v-56,0,-95,53,-95,197r0,349v0,143,39,197,95,197r29,0r0,114v-191,9,-260,-89,-260,-311","w":298,"k":{"J":-90,"j":-60}},")":{"d":"249,-507r0,349v-1,222,-69,320,-259,311r0,-114r29,0v55,0,94,-54,94,-197r0,-349v0,-144,-39,-197,-94,-197r-29,0r0,-114v191,-9,259,89,259,311","w":298},"*":{"d":"128,-695r-12,-97r89,0v-2,31,-13,70,-11,97r84,-41r28,91v-30,8,-67,8,-93,19r65,69r-72,56v-17,-27,-28,-59,-47,-83r-45,82r-72,-56v21,-24,46,-44,65,-70r-93,-17r28,-91","w":325,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"+":{"d":"169,-89r0,-163r-135,0r0,-118r135,0r0,-161r116,0r0,161r137,0r0,118r-137,0r0,163r-116,0","w":455},",":{"d":"33,0r0,-151r157,0v3,154,8,284,-152,294r-4,-72v43,-4,57,-25,58,-71r-59,0","w":223,"k":{"\\":63,"7":13,"1":20,"\"":86,"'":86,"*":86,"\u00aa":86,"\u00ae":86,"\u00b0":86,"\u00ba":86,"\u02bb":86,"\u02bc":86,"\u2018":86,"\u2019":86,"\u201c":86,"\u201d":86,"\u2120":86,"\u2122":86,"T":78,"V":81,"W":60,"Y":87,"\u00dd":87,"\u0178":87,"\u00b2":76,"\u00b3":76,"\u00b9":76,"\u2070":76,"\u2074":76,"\u2075":76,"\u2076":76,"\u2077":76,"\u2078":76,"\u2079":76,"\u207a":76,"\u207b":76,"\u207c":76,"\u207d":76,"\u207e":76,"\u207f":76,"v":59,"y":59,"\u00fd":59,"\u00ff":59,"w":45,"-":57,"\u00ab":57,"\u00ad":57,"\u00b7":57,"\u2010":57,"\u2013":57,"\u2014":57,"\u2022":57,"\u2039":57,"\u2212":57,"\u2219":57,"J":-30,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13,"U":13,"\u00d9":13,"\u00da":13,"\u00db":13,"\u00dc":13}},"-":{"d":"32,-223r0,-140r229,0r0,140r-229,0","w":293,"k":{"7":70,"1":30}},".":{"d":"33,0r0,-167r157,0r0,167r-157,0","w":223,"k":{"\\":63,"7":13,"1":20,"\"":86,"'":86,"*":86,"\u00aa":86,"\u00ae":86,"\u00b0":86,"\u00ba":86,"\u02bb":86,"\u02bc":86,"\u2018":86,"\u2019":86,"\u201c":86,"\u201d":86,"\u2120":86,"\u2122":86,"T":78,"V":81,"W":60,"Y":87,"\u00dd":87,"\u0178":87,"\u00b2":76,"\u00b3":76,"\u00b9":76,"\u2070":76,"\u2074":76,"\u2075":76,"\u2076":76,"\u2077":76,"\u2078":76,"\u2079":76,"\u207a":76,"\u207b":76,"\u207c":76,"\u207d":76,"\u207e":76,"\u207f":76,"v":59,"y":59,"\u00fd":59,"\u00ff":59,"w":45,"-":57,"\u00ab":57,"\u00ad":57,"\u00b7":57,"\u2010":57,"\u2013":57,"\u2014":57,"\u2022":57,"\u2039":57,"\u2212":57,"\u2219":57,"J":-30,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13,"U":13,"\u00d9":13,"\u00da":13,"\u00db":13,"\u00dc":13}},"\/":{"d":"-27,85r264,-825r117,0r-263,825r-118,0","w":334,"k":{"\u208e":92,"\u208d":92,"\u208c":92,"\u208b":92,"\u208a":92,"\u2089":92,"\u2088":92,"\u2087":92,"\u2086":92,"\u2085":92,"\u2084":92,"\u2083":92,"\u2082":92,"\u2081":92,"\u2080":92,"\u207f":-32,"\u207e":-32,"\u207d":-32,"\u207c":-32,"\u207b":-32,"\u207a":-32,"\u2079":-32,"\u2078":-32,"\u2077":-32,"\u2076":-32,"\u2075":-32,"\u2074":-32,"\u2070":-32,"\u2026":70,"\u201e":70,"\u201a":70,"\u0161":28,"\u0153":35,"\u0131":23,"\u00fc":22,"\u00fb":22,"\u00fa":22,"\u00f9":22,"\u00f8":35,"\u00f6":35,"\u00f5":35,"\u00f4":35,"\u00f3":35,"\u00f2":35,"\u00f1":23,"\u00f0":35,"\u00eb":35,"\u00ea":35,"\u00e9":35,"\u00e8":35,"\u00e7":35,"\u00e6":51,"\u00e5":51,"\u00e4":51,"\u00e3":51,"\u00e2":51,"\u00e1":51,"\u00e0":51,"\u00c6":60,"\u00c5":60,"\u00c4":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u00c0":60,"\u00b9":-32,"\u00b3":-32,"\u00b2":-32,"x":13,"u":22,"s":28,"r":23,"q":35,"p":23,"o":35,"n":23,"m":23,"g":49,"e":35,"d":35,"c":35,"a":51,"A":60,".":70,",":70,"4":37,"\/":97}},"0":{"d":"516,-475r0,225v0,158,-85,260,-241,260v-156,0,-240,-102,-240,-260r0,-224v0,-158,84,-261,240,-261v156,0,241,103,241,260xm202,-475r0,225v0,86,21,114,73,114v52,0,74,-28,74,-114r0,-225v0,-82,-22,-108,-74,-108v-52,0,-73,26,-73,108","w":551},"1":{"d":"197,-729r142,0r0,729r-178,0r0,-475r-141,0r0,-121v117,3,165,3,177,-133","w":403},"2":{"d":"274,-735v160,0,227,97,227,204v0,242,-235,254,-276,391r273,0r0,140r-463,0r-2,-73v9,-233,296,-322,296,-450v0,-43,-20,-65,-71,-65v-45,0,-83,35,-99,103r-132,-45v31,-116,112,-205,247,-205","w":530},"3":{"d":"181,-304r0,-129v77,3,136,1,136,-80v0,-54,-21,-78,-67,-78v-50,0,-80,22,-99,84r-127,-45v30,-109,113,-183,243,-183v156,0,225,96,225,198v0,77,-31,131,-90,162v68,21,102,77,102,162v0,150,-96,223,-243,223v-129,0,-209,-56,-241,-175r126,-46v19,55,52,82,102,82v54,0,77,-33,77,-95v0,-85,-64,-82,-144,-80","w":531},"4":{"d":"474,0r-156,0r0,-128r-305,0r0,-116r292,-481r169,0r0,461r68,0r-10,136r-58,0r0,128xm185,-264r135,0r7,-262r-2,0","w":553,"k":{"7":18}},"5":{"d":"151,-304r-107,-49r27,-372r408,0r-11,152r-260,0r-7,122v33,-13,68,-20,104,-20v136,0,198,87,198,227v0,168,-80,254,-248,254v-116,0,-203,-57,-231,-175r129,-46v16,55,51,81,92,81v64,0,79,-34,79,-112v0,-104,-114,-101,-173,-62","w":530,"k":{"1":38}},"6":{"d":"284,-736v105,0,188,57,220,172r-118,49v-18,-55,-47,-75,-91,-75v-87,0,-102,75,-91,158v30,-20,69,-31,115,-31v136,0,195,80,195,214v0,177,-89,259,-241,259v-158,0,-238,-99,-238,-250r0,-222v0,-156,98,-274,249,-274xm279,-325v-89,-1,-78,37,-77,107v0,51,26,80,76,80v47,0,68,-25,68,-105v0,-59,-19,-82,-67,-82","w":540,"k":{"7":26}},"7":{"d":"254,0r-188,0r243,-574r-297,0r0,-151r482,0r0,136","w":504,"k":{"\u2219":30,"\u2212":30,"\u208e":38,"\u208d":38,"\u208c":38,"\u208b":38,"\u208a":38,"\u2089":38,"\u2088":38,"\u2087":38,"\u2086":38,"\u2085":38,"\u2084":38,"\u2083":38,"\u2082":38,"\u2081":38,"\u2080":38,"\u2039":30,"\u2026":85,"\u2022":30,"\u201e":85,"\u201a":85,"\u2014":30,"\u2013":30,"\u2010":30,"\u0161":38,"\u0153":43,"\u00f8":43,"\u00f6":43,"\u00f5":43,"\u00f4":43,"\u00f3":43,"\u00f2":43,"\u00f0":43,"\u00eb":43,"\u00ea":43,"\u00e9":43,"\u00e8":43,"\u00e7":43,"\u00e6":52,"\u00e5":52,"\u00e4":52,"\u00e3":52,"\u00e2":52,"\u00e1":52,"\u00e0":52,"\u00c6":62,"\u00c5":62,"\u00c4":62,"\u00c3":62,"\u00c2":62,"\u00c1":62,"\u00c0":62,"\u00b7":30,"\u00ad":30,"\u00ab":30,"s":38,"q":43,"o":43,"g":20,"e":43,"d":43,"c":43,"a":52,"A":62,".":85,"-":30,",":85,"4":70,"\/":62}},"8":{"d":"270,10v-154,0,-246,-68,-246,-228v0,-80,33,-134,91,-168v-52,-29,-73,-82,-73,-151v0,-113,63,-198,228,-198v165,0,228,85,228,198v0,71,-24,120,-73,153v62,30,91,88,91,166v0,160,-91,228,-246,228xm347,-226v0,-67,-22,-85,-77,-85v-54,0,-77,18,-77,85v0,74,27,95,77,95v49,0,77,-18,77,-95xm270,-598v-50,0,-70,19,-70,79v0,68,19,84,70,84v52,0,71,-16,71,-84v0,-60,-20,-79,-71,-79","w":541},"9":{"d":"143,-215v23,60,53,83,106,83v89,0,99,-83,88,-169v-27,21,-62,31,-108,31v-123,0,-203,-68,-203,-218v0,-160,87,-248,243,-248v159,0,237,107,237,234r0,259v0,155,-93,253,-248,253v-115,0,-191,-55,-225,-164xm263,-405v34,0,76,-11,76,-50v0,-73,0,-133,-73,-133v-50,0,-71,25,-71,93v0,71,21,90,68,90","w":540},":":{"d":"33,-327r0,-167r157,0r0,167r-157,0xm33,0r0,-167r157,0r0,167r-157,0","w":223},";":{"d":"33,-327r0,-167r157,0r0,167r-157,0xm33,0r0,-151r157,0v3,154,8,284,-152,294r-4,-72v43,-4,57,-25,58,-71r-59,0","w":223},"<":{"d":"396,-405r-143,88r143,88r0,155r-354,-236r0,-14r354,-237r0,156","w":455},"=":{"d":"399,-331r-343,0r0,-118r343,0r0,118xm399,-152r-343,0r0,-119r343,0r0,119","w":455},">":{"d":"59,-229r143,-88r-143,-88r0,-156r355,237r0,14r-355,236r0,-155","w":455},"?":{"d":"13,-552v37,-107,119,-183,250,-183v160,0,227,92,227,189v0,102,-54,195,-172,249r-7,63r-123,0r-10,-138v113,-38,147,-97,147,-158v0,-36,-18,-66,-73,-66v-52,0,-88,24,-109,85xm169,0r0,-167r157,0r0,167r-157,0","w":513,"k":{"\/":74,",":149,".":149,"\u201a":149,"\u201e":149,"\u2026":149,"A":59,"\u00c0":59,"\u00c1":59,"\u00c2":59,"\u00c3":59,"\u00c4":59,"\u00c5":59,"\u00c6":59,"c":22,"d":22,"e":22,"o":22,"q":22,"\u00e7":22,"\u00e8":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00f0":22,"\u00f2":22,"\u00f3":22,"\u00f4":22,"\u00f5":22,"\u00f6":22,"\u00f8":22,"\u0153":22}},"@":{"d":"567,-414r-19,0r-13,190v0,30,12,41,35,41v37,0,65,-20,65,-122r0,-116v0,-132,-67,-206,-230,-206v-169,0,-254,106,-254,237r0,199v0,158,101,242,257,242v112,0,168,-29,226,-81r87,61v-85,86,-182,130,-315,130v-240,0,-373,-133,-373,-351r0,-200v0,-189,131,-350,372,-350v234,0,343,146,343,319r0,115v0,166,-80,240,-185,240v-53,0,-89,-14,-112,-41v-31,29,-72,45,-122,45v-90,0,-136,-66,-136,-163v0,-179,89,-289,252,-289r129,0xm404,-201r12,-195v-55,-2,-75,45,-80,164v-3,72,47,63,68,31","w":781},"A":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"B":{"d":"533,-532v0,77,-27,125,-86,157v81,24,115,84,115,164v0,128,-58,211,-236,211r-270,0r0,-725r240,0v171,0,237,86,237,193xm234,-301r0,154v78,-2,148,18,148,-77v0,-101,-69,-73,-148,-77xm234,-574r0,142v73,1,143,10,133,-74v9,-82,-63,-67,-133,-68","w":588,"k":{"\ufb04":15,"\ufb03":15,"\ufb02":15,"\ufb01":15,"\ufb00":15,"\u017f":15,"\u0178":40,"\u00ff":23,"\u00fd":23,"\u00dd":40,"\u00c6":17,"\u00c5":17,"\u00c4":17,"\u00c3":17,"\u00c2":17,"\u00c1":17,"\u00c0":17,"y":23,"x":26,"w":23,"v":23,"t":18,"f":15,"Y":40,"T":17,"A":17}},"C":{"d":"280,-735v119,0,206,78,228,176r-132,48v-11,-50,-36,-74,-79,-74v-55,0,-78,35,-78,100r0,260v0,58,22,91,77,91v42,0,67,-23,79,-77r134,45v-25,116,-101,176,-230,176v-148,0,-244,-91,-244,-234r0,-261v0,-156,98,-250,245,-250","w":524,"k":{"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":19,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"t":16}},"D":{"d":"56,-725r264,0v169,0,266,103,266,262r0,199v0,160,-97,264,-266,264r-264,0r0,-725xm404,-454v5,-131,-60,-119,-165,-118r0,424v106,1,165,14,165,-121r0,-185","w":621,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"E":{"d":"56,-725r429,0r0,156r-246,0r0,130r179,0r0,136r-179,0r0,149r254,0r0,154r-437,0r0,-725","w":519,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"F":{"d":"56,-725r435,0r0,156r-252,0r0,145r216,0r0,144r-216,0r0,280r-183,0r0,-725","w":517,"k":{"\ufb04":8,"\ufb03":8,"\ufb02":8,"\ufb01":8,"\ufb00":8,"\u208e":64,"\u208d":64,"\u208c":64,"\u208b":64,"\u208a":64,"\u2089":64,"\u2088":64,"\u2087":64,"\u2086":64,"\u2085":64,"\u2084":64,"\u2083":64,"\u2082":64,"\u2081":64,"\u2080":64,"\u2026":61,"\u201e":61,"\u201a":61,"\u017f":8,"\u0161":25,"\u0153":35,"\u0131":30,"\u00ff":7,"\u00fd":7,"\u00f8":35,"\u00f6":35,"\u00f5":35,"\u00f4":35,"\u00f3":35,"\u00f2":35,"\u00f1":30,"\u00f0":35,"\u00ef":-25,"\u00ee":-25,"\u00ec":-25,"\u00eb":35,"\u00ea":35,"\u00e9":35,"\u00e8":35,"\u00e7":35,"\u00e6":33,"\u00e5":33,"\u00e4":33,"\u00e3":33,"\u00e2":33,"\u00e1":33,"\u00e0":33,"\u00c5":45,"\u00c4":45,"\u00c3":45,"\u00c2":45,"\u00c1":45,"\u00c0":45,"y":7,"v":7,"t":9,"s":25,"r":30,"q":35,"p":30,"o":35,"n":30,"m":30,"g":28,"f":8,"e":35,"d":35,"c":35,"a":33,"A":45,".":61,",":61,"\u00c6":75,"\/":60}},"G":{"d":"306,-735v127,0,221,67,247,177r-132,47v-23,-55,-55,-74,-99,-74v-73,0,-105,37,-105,125r0,205v-11,120,122,147,179,76r0,-88r-70,0r0,-117r227,0r0,384r-146,0v-2,-12,3,-30,-2,-38v-37,31,-84,48,-138,48v-136,0,-232,-83,-232,-262r0,-209v0,-166,87,-274,271,-274","w":596,"k":{"v":13,"y":13,"\u00fd":13,"\u00ff":13,"t":11}},"H":{"d":"56,-725r183,0r0,277r149,0r0,-277r182,0r0,725r-182,0r0,-289r-149,0r0,289r-183,0r0,-725","w":626},"I":{"d":"63,-725r182,0r0,725r-182,0r0,-725","w":309},"J":{"d":"78,-725r182,0r0,588v0,171,-96,270,-284,274r-15,-143v81,0,117,-31,117,-128r0,-591","w":316},"K":{"d":"613,0r-199,0r-136,-279r-2,0r-40,63r0,216r-180,0r0,-725r180,0r0,307r2,0r157,-307r204,0r-205,319","w":610,"k":{"v":36,"y":36,"\u00fd":36,"\u00ff":36,"w":33,"-":35,"\u00ab":35,"\u00ad":35,"\u00b7":35,"\u2010":35,"\u2013":35,"\u2014":35,"\u2022":35,"\u2039":35,"\u2212":35,"\u2219":35,"c":28,"d":28,"e":28,"o":28,"q":28,"\u00e7":28,"\u00e8":28,"\u00e9":28,"\u00ea":28,"\u00eb":28,"\u00f0":28,"\u00f2":28,"\u00f3":28,"\u00f4":28,"\u00f5":28,"\u00f6":28,"\u00f8":28,"\u0153":28,"J":-42,"C":35,"G":35,"O":35,"Q":35,"\u00c7":35,"\u00d2":35,"\u00d3":35,"\u00d4":35,"\u00d5":35,"\u00d6":35,"\u00d8":35,"\u0152":35,"u":23,"\u00f9":23,"\u00fa":23,"\u00fb":23,"\u00fc":23}},"L":{"d":"56,-725r176,0r0,566r231,0r0,159r-407,0r0,-725","w":481,"k":{"\\":76,"7":51,"4":18,"3":5,"1":82,"\"":89,"'":89,"*":89,"\u00aa":89,"\u00ae":89,"\u00b0":89,"\u00ba":89,"\u02bb":89,"\u02bc":89,"\u2018":89,"\u2019":89,"\u201c":89,"\u201d":89,"\u2120":89,"\u2122":89,"T":70,"V":74,"W":68,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":93,"\u00b3":93,"\u00b9":93,"\u2070":93,"\u2074":93,"\u2075":93,"\u2076":93,"\u2077":93,"\u2078":93,"\u2079":93,"\u207a":93,"\u207b":93,"\u207c":93,"\u207d":93,"\u207e":93,"\u207f":93,"v":46,"y":46,"\u00fd":46,"\u00ff":46,"w":36,"-":26,"\u00ab":26,"\u00ad":26,"\u00b7":26,"\u2010":26,"\u2013":26,"\u2014":26,"\u2022":26,"\u2039":26,"\u2212":26,"\u2219":26,"c":16,"d":16,"e":16,"o":16,"q":16,"\u00e7":16,"\u00e8":16,"\u00e9":16,"\u00ea":16,"\u00eb":16,"\u00f0":16,"\u00f2":16,"\u00f3":16,"\u00f4":16,"\u00f5":16,"\u00f6":16,"\u00f8":16,"\u0153":16,"t":22,"J":-38,"C":12,"G":12,"O":12,"Q":12,"\u00c7":12,"\u00d2":12,"\u00d3":12,"\u00d4":12,"\u00d5":12,"\u00d6":12,"\u00d8":12,"\u0152":12,"U":18,"\u00d9":18,"\u00da":18,"\u00db":18,"\u00dc":18,"f":14,"\u017f":14,"\ufb00":14,"\ufb01":14,"\ufb02":14,"\ufb03":14,"\ufb04":14,"z":-3,"\u017e":-3}},"M":{"d":"572,-725r173,0r0,725r-166,0r0,-377r-2,0r-137,277r-80,0r-137,-277r-2,0r0,377r-165,0r0,-725r173,0r170,393r2,0","w":801},"N":{"d":"56,-725r134,0r218,360r2,0r0,-360r160,0r0,725r-126,0r-226,-377r-2,0r0,377r-160,0r0,-725","w":626},"O":{"d":"299,-735v172,0,265,103,265,261r0,223v0,158,-93,261,-265,261v-171,0,-264,-103,-264,-261r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"P":{"d":"321,-725v148,0,234,94,234,247v0,151,-81,244,-221,244r-95,0r0,234r-183,0r0,-725r265,0xm239,-576r0,204r75,0v42,0,59,-30,59,-104v0,-114,-45,-101,-134,-100","w":578,"k":{"\u208e":97,"\u208d":97,"\u208c":97,"\u208b":97,"\u208a":97,"\u2089":97,"\u2088":97,"\u2087":97,"\u2086":97,"\u2085":97,"\u2084":97,"\u2083":97,"\u2082":97,"\u2081":97,"\u2080":97,"\u2026":87,"\u201e":87,"\u201a":87,"\u017d":19,"\u0178":32,"\u0153":15,"\u0131":12,"\u00f8":15,"\u00f6":15,"\u00f5":15,"\u00f4":15,"\u00f3":15,"\u00f2":15,"\u00f1":12,"\u00f0":15,"\u00eb":15,"\u00ea":15,"\u00e9":15,"\u00e8":15,"\u00e7":15,"\u00dd":32,"\u00c5":51,"\u00c4":51,"\u00c3":51,"\u00c2":51,"\u00c1":51,"\u00c0":51,"r":12,"q":15,"p":12,"o":15,"n":12,"m":12,"e":15,"d":15,"c":15,"Z":19,"Y":32,"X":23,"A":51,".":87,",":87,"\u00c6":81,"\/":65}},"Q":{"d":"299,-735v172,0,265,103,265,261r0,223v0,114,-49,199,-140,238r115,103r-155,66r-113,-147v-153,-11,-236,-111,-236,-260r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"R":{"d":"389,0r-103,-271r-47,0r0,271r-183,0r0,-725r249,0v173,0,243,88,243,219v0,91,-35,160,-102,192r137,314r-194,0xm239,-578r0,172r64,0v52,0,64,-29,64,-87v0,-95,-50,-86,-128,-85","w":586,"k":{"T":13,"V":20,"W":18,"Y":31,"\u00dd":31,"\u0178":31,"v":3,"y":3,"\u00fd":3,"\u00ff":3,"w":6,"c":18,"d":18,"e":18,"o":18,"q":18,"\u00e7":18,"\u00e8":18,"\u00e9":18,"\u00ea":18,"\u00eb":18,"\u00f0":18,"\u00f2":18,"\u00f3":18,"\u00f4":18,"\u00f5":18,"\u00f6":18,"\u00f8":18,"\u0153":18,"\u2080":-22,"\u2081":-22,"\u2082":-22,"\u2083":-22,"\u2084":-22,"\u2085":-22,"\u2086":-22,"\u2087":-22,"\u2088":-22,"\u2089":-22,"\u208a":-22,"\u208b":-22,"\u208c":-22,"\u208d":-22,"\u208e":-22}},"S":{"d":"247,-735v129,0,204,66,244,166r-123,55v-20,-55,-54,-78,-99,-78v-46,0,-66,18,-66,52v0,98,294,106,294,335v0,137,-93,215,-237,215v-115,0,-219,-69,-247,-180r135,-46v20,59,69,85,110,85v51,0,69,-17,69,-52v0,-121,-304,-120,-304,-346v0,-114,87,-206,224,-206","w":515,"k":{"\/":13,"v":11,"y":11,"\u00fd":11,"\u00ff":11}},"T":{"d":"11,-725r488,0r0,157r-153,0r0,568r-182,0r0,-568r-153,0r0,-157","w":510,"k":{"\u00c6":47,"4":46,"\/":66,",":78,".":78,"\u201a":78,"\u201e":78,"\u2026":78,"A":47,"\u00c0":47,"\u00c1":47,"\u00c2":47,"\u00c3":47,"\u00c4":47,"\u00c5":47,"x":25,"\u00b2":-21,"\u00b3":-21,"\u00b9":-21,"\u2070":-21,"\u2074":-21,"\u2075":-21,"\u2076":-21,"\u2077":-21,"\u2078":-21,"\u2079":-21,"\u207a":-21,"\u207b":-21,"\u207c":-21,"\u207d":-21,"\u207e":-21,"\u207f":-21,"v":28,"y":28,"\u00fd":28,"\u00ff":28,"w":27,"-":42,"\u00ab":42,"\u00ad":42,"\u00b7":42,"\u2010":42,"\u2013":42,"\u2014":42,"\u2022":42,"\u2039":42,"\u2212":42,"\u2219":42,"a":67,"\u00e0":67,"\u00e1":67,"\u00e2":67,"\u00e3":67,"\u00e4":67,"\u00e5":67,"\u00e6":67,"g":66,"c":67,"d":67,"e":67,"o":67,"q":67,"\u00e7":67,"\u00e8":67,"\u00e9":67,"\u00ea":67,"\u00eb":67,"\u00f0":67,"\u00f2":67,"\u00f3":67,"\u00f4":67,"\u00f5":67,"\u00f6":67,"\u00f8":67,"\u0153":67,"s":51,"\u0161":51,"t":17,"\u2080":81,"\u2081":81,"\u2082":81,"\u2083":81,"\u2084":81,"\u2085":81,"\u2086":81,"\u2087":81,"\u2088":81,"\u2089":81,"\u208a":81,"\u208b":81,"\u208c":81,"\u208d":81,"\u208e":81,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u00d8":11,"\u0152":11,"f":14,"\u017f":14,"\ufb00":14,"\ufb01":14,"\ufb02":14,"\ufb03":14,"\ufb04":14,"u":33,"\u00f9":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"z":39,"\u017e":39,"m":41,"n":41,"p":41,"r":41,"\u00f1":41,"\u0131":41}},"U":{"d":"393,-725r182,0r0,475v0,161,-96,260,-264,260v-168,0,-265,-95,-265,-251r0,-484r182,0r0,485v0,61,31,90,83,90v54,0,82,-28,82,-90r0,-485","w":621,"k":{"\/":15,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":26,"\u00c0":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c4":26,"\u00c5":26,"\u00c6":26}},"V":{"d":"628,-725r-220,725r-190,0r-219,-725r200,0r114,502r2,0r112,-502r201,0","w":627,"k":{"\u00c6":54,"4":13,"\/":70,",":81,".":81,"\u201a":81,"\u201e":81,"\u2026":81,"A":54,"\u00c0":54,"\u00c1":54,"\u00c2":54,"\u00c3":54,"\u00c4":54,"\u00c5":54,"S":24,"\u0160":24,"x":32,"\u00b2":-30,"\u00b3":-30,"\u00b9":-30,"\u2070":-30,"\u2074":-30,"\u2075":-30,"\u2076":-30,"\u2077":-30,"\u2078":-30,"\u2079":-30,"\u207a":-30,"\u207b":-30,"\u207c":-30,"\u207d":-30,"\u207e":-30,"\u207f":-30,"v":33,"y":33,"\u00fd":33,"\u00ff":33,"w":28,"-":28,"\u00ab":28,"\u00ad":28,"\u00b7":28,"\u2010":28,"\u2013":28,"\u2014":28,"\u2022":28,"\u2039":28,"\u2212":28,"\u2219":28,"a":59,"\u00e0":59,"\u00e1":59,"\u00e2":59,"\u00e3":59,"\u00e4":59,"\u00e5":59,"\u00e6":59,"g":70,"c":75,"d":75,"e":75,"o":75,"q":75,"\u00e7":75,"\u00e8":75,"\u00e9":75,"\u00ea":75,"\u00eb":75,"\u00f0":75,"\u00f2":75,"\u00f3":75,"\u00f4":75,"\u00f5":75,"\u00f6":75,"\u00f8":75,"\u0153":75,"s":71,"\u0161":71,"t":25,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80,"C":21,"G":21,"O":21,"Q":21,"\u00c7":21,"\u00d2":21,"\u00d3":21,"\u00d4":21,"\u00d5":21,"\u00d6":21,"\u00d8":21,"\u0152":21,"f":16,"\u017f":16,"\ufb00":16,"\ufb01":16,"\ufb02":16,"\ufb03":16,"\ufb04":16,"u":42,"\u00f9":42,"\u00fa":42,"\u00fb":42,"\u00fc":42,"z":44,"\u017e":44,"m":43,"n":43,"p":43,"r":43,"\u00f1":43,"\u0131":43,"\u00ec":-35,"\u00ee":-35,"\u00ef":-35}},"W":{"d":"935,-725r-174,725r-194,0r-92,-435r-2,0r-95,435r-195,0r-173,-725r181,0r92,505r2,0r104,-505r168,0r103,509r2,0r93,-509r180,0","w":944,"k":{"\u00c6":47,"4":12,"\/":57,",":60,".":60,"\u201a":60,"\u201e":60,"\u2026":60,"A":47,"\u00c0":47,"\u00c1":47,"\u00c2":47,"\u00c3":47,"\u00c4":47,"\u00c5":47,"S":20,"\u0160":20,"x":26,"\u00b2":-21,"\u00b3":-21,"\u00b9":-21,"\u2070":-21,"\u2074":-21,"\u2075":-21,"\u2076":-21,"\u2077":-21,"\u2078":-21,"\u2079":-21,"\u207a":-21,"\u207b":-21,"\u207c":-21,"\u207d":-21,"\u207e":-21,"\u207f":-21,"v":28,"y":28,"\u00fd":28,"\u00ff":28,"w":28,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":55,"\u00e0":55,"\u00e1":55,"\u00e2":55,"\u00e3":55,"\u00e4":55,"\u00e5":55,"\u00e6":55,"g":53,"c":55,"d":55,"e":55,"o":55,"q":55,"\u00e7":55,"\u00e8":55,"\u00e9":55,"\u00ea":55,"\u00eb":55,"\u00f0":55,"\u00f2":55,"\u00f3":55,"\u00f4":55,"\u00f5":55,"\u00f6":55,"\u00f8":55,"\u0153":55,"s":38,"\u0161":38,"t":18,"\u2080":66,"\u2081":66,"\u2082":66,"\u2083":66,"\u2084":66,"\u2085":66,"\u2086":66,"\u2087":66,"\u2088":66,"\u2089":66,"\u208a":66,"\u208b":66,"\u208c":66,"\u208d":66,"\u208e":66,"J":14,"C":20,"G":20,"O":20,"Q":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0152":20,"j":2,"f":14,"\u017f":14,"\ufb00":14,"\ufb01":14,"\ufb02":14,"\ufb03":14,"\ufb04":14,"u":36,"\u00f9":36,"\u00fa":36,"\u00fb":36,"\u00fc":36,"z":41,"\u017e":41,"m":36,"n":36,"p":36,"r":36,"\u00f1":36,"\u0131":36,"\u00ec":-25,"\u00ee":-25,"\u00ef":-25}},"X":{"d":"6,0r177,-371r-173,-354r197,0r94,244r2,0r93,-244r196,0r-172,361r177,364r-196,0r-101,-251r-2,0r-96,251r-196,0","w":603,"k":{"S":18,"\u0160":18,"v":40,"y":40,"\u00fd":40,"\u00ff":40,"w":24,"-":27,"\u00ab":27,"\u00ad":27,"\u00b7":27,"\u2010":27,"\u2013":27,"\u2014":27,"\u2022":27,"\u2039":27,"\u2212":27,"\u2219":27,"c":16,"d":16,"e":16,"o":16,"q":16,"\u00e7":16,"\u00e8":16,"\u00e9":16,"\u00ea":16,"\u00eb":16,"\u00f0":16,"\u00f2":16,"\u00f3":16,"\u00f4":16,"\u00f5":16,"\u00f6":16,"\u00f8":16,"\u0153":16,"J":-16,"C":24,"G":24,"O":24,"Q":24,"\u00c7":24,"\u00d2":24,"\u00d3":24,"\u00d4":24,"\u00d5":24,"\u00d6":24,"\u00d8":24,"\u0152":24,"f":8,"\u017f":8,"\ufb00":8,"\ufb01":8,"\ufb02":8,"\ufb03":8,"\ufb04":8}},"Y":{"d":"604,-725r-211,515r0,210r-182,0r0,-210r-212,-515r201,0r101,329r2,0r100,-329r201,0","w":603,"k":{"\u00c6":78,"\\":-4,"4":25,"\/":73,",":87,".":87,"\u201a":87,"\u201e":87,"\u2026":87,"A":78,"\u00c0":78,"\u00c1":78,"\u00c2":78,"\u00c3":78,"\u00c4":78,"\u00c5":78,"S":20,"\u0160":20,"x":35,"\u00b2":-34,"\u00b3":-34,"\u00b9":-34,"\u2070":-34,"\u2074":-34,"\u2075":-34,"\u2076":-34,"\u2077":-34,"\u2078":-34,"\u2079":-34,"\u207a":-34,"\u207b":-34,"\u207c":-34,"\u207d":-34,"\u207e":-34,"\u207f":-34,"v":49,"y":49,"\u00fd":49,"\u00ff":49,"w":47,"-":56,"\u00ab":56,"\u00ad":56,"\u00b7":56,"\u2010":56,"\u2013":56,"\u2014":56,"\u2022":56,"\u2039":56,"\u2212":56,"\u2219":56,"a":96,"\u00e0":96,"\u00e1":96,"\u00e2":96,"\u00e3":96,"\u00e4":96,"\u00e5":96,"\u00e6":96,"g":77,"c":90,"d":90,"e":90,"o":90,"q":90,"\u00e7":90,"\u00e8":90,"\u00e9":90,"\u00ea":90,"\u00eb":90,"\u00f0":90,"\u00f2":90,"\u00f3":90,"\u00f4":90,"\u00f5":90,"\u00f6":90,"\u00f8":90,"\u0153":90,"s":81,"\u0161":81,"t":43,"\u2080":92,"\u2081":92,"\u2082":92,"\u2083":92,"\u2084":92,"\u2085":92,"\u2086":92,"\u2087":92,"\u2088":92,"\u2089":92,"\u208a":92,"\u208b":92,"\u208c":92,"\u208d":92,"\u208e":92,"J":13,"C":36,"G":36,"O":36,"Q":36,"\u00c7":36,"\u00d2":36,"\u00d3":36,"\u00d4":36,"\u00d5":36,"\u00d6":36,"\u00d8":36,"\u0152":36,"f":38,"\u017f":38,"\ufb00":38,"\ufb01":38,"\ufb02":38,"\ufb03":38,"\ufb04":38,"u":69,"\u00f9":69,"\u00fa":69,"\u00fb":69,"\u00fc":69,"z":62,"\u017e":62,"m":69,"n":69,"p":69,"r":69,"\u00f1":69,"\u0131":69,"\u00ec":-30,"\u00ee":-30,"\u00ef":-30}},"Z":{"d":"501,-155r0,155r-466,0r0,-106r264,-464r-254,0r0,-155r458,0r0,107r-260,463r258,0","w":539,"k":{"v":21,"y":21,"\u00fd":21,"\u00ff":21,"w":14,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"C":15,"G":15,"O":15,"Q":15,"\u00c7":15,"\u00d2":15,"\u00d3":15,"\u00d4":15,"\u00d5":15,"\u00d6":15,"\u00d8":15,"\u0152":15}},"[":{"d":"60,153r0,-971r268,0r0,114r-122,0r0,743r122,0r0,114r-268,0","w":292,"k":{"J":-90,"j":-60}},"\\":{"d":"87,-740r264,825r-118,0r-264,-825r118,0","w":344,"k":{"\u2122":98,"\u2120":98,"\u208e":-8,"\u208d":-8,"\u208c":-8,"\u208b":-8,"\u208a":-8,"\u2089":-8,"\u2088":-8,"\u2087":-8,"\u2086":-8,"\u2085":-8,"\u2084":-8,"\u2083":-8,"\u2082":-8,"\u2081":-8,"\u2080":-8,"\u207f":114,"\u207e":114,"\u207d":114,"\u207c":114,"\u207b":114,"\u207a":114,"\u2079":114,"\u2078":114,"\u2077":114,"\u2076":114,"\u2075":114,"\u2074":114,"\u2070":114,"\u201d":98,"\u201c":98,"\u2019":98,"\u2018":98,"\u02bc":98,"\u02bb":98,"\u0178":80,"\u0160":21,"\u0153":13,"\u0152":29,"\u00ff":41,"\u00fd":41,"\u00fc":14,"\u00fb":14,"\u00fa":14,"\u00f9":14,"\u00f8":13,"\u00f6":13,"\u00f5":13,"\u00f4":13,"\u00f3":13,"\u00f2":13,"\u00f0":13,"\u00eb":13,"\u00ea":13,"\u00e9":13,"\u00e8":13,"\u00e7":13,"\u00dd":80,"\u00dc":30,"\u00db":30,"\u00da":30,"\u00d9":30,"\u00d8":29,"\u00d6":29,"\u00d5":29,"\u00d4":29,"\u00d3":29,"\u00d2":29,"\u00c7":29,"\u00ba":98,"\u00b9":114,"\u00b3":114,"\u00b2":114,"\u00b0":98,"\u00ae":98,"\u00aa":98,"y":41,"w":30,"v":41,"u":14,"t":20,"q":13,"o":13,"e":13,"d":13,"c":13,"Y":80,"W":64,"V":92,"U":30,"T":69,"S":21,"Q":29,"O":29,"J":-78,"G":29,"C":29,"*":98,"'":98,"\"":98,"\\":97,"7":13,"1":44}},"]":{"d":"237,-818r0,971r-274,0r0,-116r123,0r0,-739r-123,0r0,-116r274,0","w":297},"^":{"d":"34,-527r134,-218r118,0r134,218r-125,0r-68,-118r-68,118r-125,0","w":453},"_":{"d":"0,41r437,0r0,109r-437,0r0,-109","w":437},"`":{"d":"-14,-725r173,0r51,147r-118,0","w":281},"a":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"b":{"d":"315,7v-46,0,-85,-16,-121,-44r-5,37r-143,0r0,-745r163,0r0,262v33,-24,69,-40,119,-40v98,0,155,74,155,205r0,122v0,128,-58,203,-168,203xm210,-361r0,216v35,43,117,40,110,-51v-6,-70,20,-193,-51,-193v-27,0,-47,11,-59,28","w":511,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"c":{"d":"422,-386r-114,42v-12,-40,-32,-52,-58,-52v-35,0,-58,15,-58,73v0,78,-24,210,58,210v30,0,48,-15,60,-54r115,41v-32,88,-95,135,-192,135v-139,0,-205,-94,-205,-191r0,-149v0,-101,68,-192,205,-192v90,0,161,48,189,137","w":436,"k":{"T":41,"V":55,"Y":50,"\u00dd":50,"\u0178":50,"\u00b2":13,"\u00b3":13,"\u00b9":13,"\u2070":13,"\u2074":13,"\u2075":13,"\u2076":13,"\u2077":13,"\u2078":13,"\u2079":13,"\u207a":13,"\u207b":13,"\u207c":13,"\u207d":13,"\u207e":13,"\u207f":13}},"d":{"d":"197,-520v39,0,74,12,105,32r0,-257r163,0r0,745r-145,0v-3,-12,0,-30,-7,-38v-33,33,-76,48,-128,48v-98,0,-157,-75,-157,-204r0,-122v0,-129,59,-204,169,-204xm302,-147r0,-216v-36,-41,-117,-42,-110,52v5,70,-19,193,50,193v28,0,48,-12,60,-29","w":512},"e":{"d":"441,-224r-249,0v-4,65,9,112,66,112v34,0,54,-16,70,-57r115,42v-31,92,-92,136,-204,136v-136,0,-211,-85,-211,-193r0,-147v0,-101,69,-192,211,-192v133,0,202,91,202,199r0,100xm245,-404v-49,0,-56,38,-53,90r106,0v4,-52,-8,-90,-53,-90","w":467,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"f":{"d":"305,-512r0,118r-84,0r0,394r-164,0r0,-394r-46,0r0,-118r46,0v-6,-133,50,-210,239,-219r7,114v-81,3,-93,38,-90,105r92,0","w":316,"k":{",":25,".":25,"\u201a":25,"\u201e":25,"\u2026":25,"A":28,"\u00c0":28,"\u00c1":28,"\u00c2":28,"\u00c3":28,"\u00c4":28,"\u00c5":28,"\u00c6":28,"\u00b2":-11,"\u00b3":-11,"\u00b9":-11,"\u2070":-11,"\u2074":-11,"\u2075":-11,"\u2076":-11,"\u2077":-11,"\u2078":-11,"\u2079":-11,"\u207a":-11,"\u207b":-11,"\u207c":-11,"\u207d":-11,"\u207e":-11,"\u207f":-11,"\u2080":16,"\u2081":16,"\u2082":16,"\u2083":16,"\u2084":16,"\u2085":16,"\u2086":16,"\u2087":16,"\u2088":16,"\u2089":16,"\u208a":16,"\u208b":16,"\u208c":16,"\u208d":16,"\u208e":16,"\u00ec":-25,"\u00ee":-25,"\u00ef":-25,")":-40,"]":-40,"}":-40}},"g":{"d":"435,-341v0,143,-119,195,-272,170v-20,18,-17,33,27,33r93,0v129,0,178,56,178,140v0,114,-82,175,-226,175v-155,0,-200,-61,-200,-126v0,-32,11,-61,31,-83v-62,-50,-57,-134,19,-175v-34,-29,-50,-74,-50,-135v0,-122,64,-182,196,-182v42,0,77,6,106,17v24,-14,42,-35,52,-56r72,31v-4,41,-18,76,-43,100v11,25,17,56,17,91xm187,-340v0,60,11,67,46,67v35,0,47,-7,47,-67v0,-61,-11,-69,-47,-69v-36,0,-46,9,-46,69xm272,-5r-96,0v-18,44,-11,74,68,74v65,0,76,-17,76,-41v0,-28,-10,-33,-48,-33","w":475,"k":{"T":27,"V":27,"W":34,"Y":47,"\u00dd":47,"\u0178":47,"\u00b2":-5,"\u00b3":-5,"\u00b9":-5,"\u2070":-5,"\u2074":-5,"\u2075":-5,"\u2076":-5,"\u2077":-5,"\u2078":-5,"\u2079":-5,"\u207a":-5,"\u207b":-5,"\u207c":-5,"\u207d":-5,"\u207e":-5,"\u207f":-5,"\u2080":-5,"\u2081":-5,"\u2082":-5,"\u2083":-5,"\u2084":-5,"\u2085":-5,"\u2086":-5,"\u2087":-5,"\u2088":-5,"\u2089":-5,"\u208a":-5,"\u208b":-5,"\u208c":-5,"\u208d":-5,"\u208e":-5,"J":-38}},"h":{"d":"210,-361r0,361r-164,0r0,-745r163,0r0,263v33,-26,68,-41,119,-41v99,0,155,74,155,205r0,318r-163,0r0,-314v9,-94,-77,-88,-110,-47","w":518,"k":{"\"":34,"'":34,"*":34,"\u00aa":34,"\u00ae":34,"\u00b0":34,"\u00ba":34,"\u02bb":34,"\u02bc":34,"\u2018":34,"\u2019":34,"\u201c":34,"\u201d":34,"\u2120":34,"\u2122":34,"T":41,"V":49,"W":54,"Y":86,"\u00dd":86,"\u0178":86,"\u00b2":10,"\u00b3":10,"\u00b9":10,"\u2070":10,"\u2074":10,"\u2075":10,"\u2076":10,"\u2077":10,"\u2078":10,"\u2079":10,"\u207a":10,"\u207b":10,"\u207c":10,"\u207d":10,"\u207e":10,"\u207f":10}},"i":{"d":"51,-513r163,0r0,513r-163,0r0,-513xm58,-725r148,0r0,139r-148,0r0,-139","w":265},"j":{"d":"66,-725r148,0r0,139r-148,0r0,-139xm6,166r-10,-124v43,-5,63,-26,63,-89r0,-466r163,0r0,465v0,136,-68,207,-216,214","w":274},"k":{"d":"46,-745r164,0r0,452r2,0r137,-220r170,0r-154,222r162,291r-178,0r-92,-184r-47,53r0,131r-164,0r0,-745","w":530,"k":{"V":21,"c":14,"d":14,"e":14,"o":14,"q":14,"\u00e7":14,"\u00e8":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00f0":14,"\u00f2":14,"\u00f3":14,"\u00f4":14,"\u00f5":14,"\u00f6":14,"\u00f8":14,"\u0153":14}},"l":{"d":"54,-745r163,0r0,745r-163,0r0,-745","w":270},"m":{"d":"463,-317r0,317r-163,0r0,-317v6,-91,-65,-87,-93,-39r0,356r-163,0r0,-513r145,0v2,14,-4,35,2,45v57,-73,192,-76,236,9v34,-40,80,-64,137,-64v100,0,155,61,155,205r0,318r-163,0r0,-317v0,-51,-14,-72,-46,-72v-27,0,-47,18,-47,72","w":754,"k":{"\"":34,"'":34,"*":34,"\u00aa":34,"\u00ae":34,"\u00b0":34,"\u00ba":34,"\u02bb":34,"\u02bc":34,"\u2018":34,"\u2019":34,"\u201c":34,"\u201d":34,"\u2120":34,"\u2122":34,"T":41,"V":49,"W":54,"Y":86,"\u00dd":86,"\u0178":86,"\u00b2":10,"\u00b3":10,"\u00b9":10,"\u2070":10,"\u2074":10,"\u2075":10,"\u2076":10,"\u2077":10,"\u2078":10,"\u2079":10,"\u207a":10,"\u207b":10,"\u207c":10,"\u207d":10,"\u207e":10,"\u207f":10}},"n":{"d":"207,-360r0,360r-163,0r0,-513r145,0v3,13,-1,32,5,41v33,-35,76,-51,128,-51v101,0,159,74,159,205r0,318r-163,0r0,-314v8,-95,-77,-88,-111,-46","w":516,"k":{"\"":34,"'":34,"*":34,"\u00aa":34,"\u00ae":34,"\u00b0":34,"\u00ba":34,"\u02bb":34,"\u02bc":34,"\u2018":34,"\u2019":34,"\u201c":34,"\u201d":34,"\u2120":34,"\u2122":34,"T":41,"V":49,"W":54,"Y":86,"\u00dd":86,"\u0178":86,"\u00b2":10,"\u00b3":10,"\u00b9":10,"\u2070":10,"\u2074":10,"\u2075":10,"\u2076":10,"\u2077":10,"\u2078":10,"\u2079":10,"\u207a":10,"\u207b":10,"\u207c":10,"\u207d":10,"\u207e":10,"\u207f":10}},"o":{"d":"469,-330r0,148v0,102,-73,192,-221,192v-147,0,-220,-89,-220,-192r0,-148v0,-102,73,-193,220,-193v151,0,221,88,221,193xm248,-401v-81,0,-56,134,-56,211v0,57,20,78,56,78v83,0,58,-133,58,-211v0,-56,-18,-78,-58,-78","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"p":{"d":"312,7v-40,0,-74,-11,-105,-32r0,195r-163,0r0,-683r145,0v3,12,-1,31,5,40v33,-34,77,-50,131,-50v98,0,156,74,156,205r0,122v0,128,-58,203,-169,203xm207,-361r0,214v33,44,119,45,111,-49v-6,-70,20,-193,-51,-193v-27,0,-48,11,-60,28","w":509,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"q":{"d":"197,-523v56,0,95,23,127,53r8,-43r133,0r0,683r-163,0r0,-200v-32,23,-68,40,-119,40v-94,0,-155,-74,-155,-192r0,-147v0,-130,74,-194,169,-194xm302,-156r0,-210v-43,-41,-116,-31,-111,52v5,73,-23,195,53,195v27,0,47,-17,58,-37","w":509},"r":{"d":"358,-509r-14,150v-64,-34,-137,-5,-137,83r0,276r-163,0r0,-513r141,0v4,22,0,52,8,70v36,-79,96,-94,165,-66","w":374,"k":{",":49,".":49,"\u201a":49,"\u201e":49,"\u2026":49,"A":41,"\u00c0":41,"\u00c1":41,"\u00c2":41,"\u00c3":41,"\u00c4":41,"\u00c5":41,"\u00c6":41,"T":21,"V":44,"W":43,"X":57,"Y":30,"\u00dd":30,"\u0178":30,"a":18,"\u00e0":18,"\u00e1":18,"\u00e2":18,"\u00e3":18,"\u00e4":18,"\u00e5":18,"\u00e6":18,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"\u2080":76,"\u2081":76,"\u2082":76,"\u2083":76,"\u2084":76,"\u2085":76,"\u2086":76,"\u2087":76,"\u2088":76,"\u2089":76,"\u208a":76,"\u208b":76,"\u208c":76,"\u208d":76,"\u208e":76,"J":19}},"s":{"d":"400,-390r-106,35v-18,-41,-43,-54,-71,-54v-30,0,-42,11,-42,32v0,65,219,52,219,223v0,92,-78,164,-189,164v-92,0,-157,-39,-192,-127r104,-46v20,42,55,60,83,60v28,0,40,-10,40,-35v0,-70,-220,-52,-220,-226v0,-90,69,-159,190,-159v97,0,161,54,184,133","w":417,"k":{"T":53,"V":53,"W":39,"Y":78,"\u00dd":78,"\u0178":78}},"t":{"d":"318,-513r0,119r-95,0r0,230v-3,47,44,62,87,48r11,101v-30,14,-66,24,-107,24v-113,0,-153,-63,-153,-181r0,-213r-54,-20r0,-107r62,-6r42,-136r112,0r0,141r95,0","w":339,"k":{"\u0178":50,"\u00dd":50,"Y":50,"W":24,"V":35,"T":35}},"u":{"d":"309,-148r0,-365r163,0r0,513r-145,0v-3,-12,0,-30,-7,-39v-33,34,-76,49,-129,49v-98,0,-156,-75,-156,-204r0,-319r163,0r0,320v-9,92,79,87,111,45","w":516,"k":{"\u207f":4,"\u207e":4,"\u207d":4,"\u207c":4,"\u207b":4,"\u207a":4,"\u2079":4,"\u2078":4,"\u2077":4,"\u2076":4,"\u2075":4,"\u2074":4,"\u2070":4,"\u0178":65,"\u00dd":65,"\u00b9":4,"\u00b3":4,"\u00b2":4,"Y":65,"W":35,"V":41,"T":44,"J":-14}},"v":{"d":"516,-513r-167,513r-184,0r-166,-513r184,0r73,358r2,0r75,-358r183,0","w":515,"k":{",":59,".":59,"\u201a":59,"\u201e":59,"\u2026":59,"A":45,"\u00c0":45,"\u00c1":45,"\u00c2":45,"\u00c3":45,"\u00c4":45,"\u00c5":45,"\u00c6":45,"T":28,"V":33,"W":28,"X":40,"Y":49,"\u00dd":49,"\u0178":49,"a":21,"\u00e0":21,"\u00e1":21,"\u00e2":21,"\u00e3":21,"\u00e4":21,"\u00e5":21,"\u00e6":21,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":56,"\u2081":56,"\u2082":56,"\u2083":56,"\u2084":56,"\u2085":56,"\u2086":56,"\u2087":56,"\u2088":56,"\u2089":56,"\u208a":56,"\u208b":56,"\u208c":56,"\u208d":56,"\u208e":56,"J":26}},"w":{"d":"426,0r-57,-297r-2,0r-56,297r-182,0r-126,-513r168,0r54,348r2,0r63,-348r156,0r63,348r2,0r54,-348r169,0r-127,513r-181,0","w":737,"k":{",":45,".":45,"\u201a":45,"\u201e":45,"\u2026":45,"A":26,"\u00c0":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c4":26,"\u00c5":26,"\u00c6":26,"T":27,"V":28,"W":28,"X":24,"Y":47,"\u00dd":47,"\u0178":47,"a":13,"\u00e0":13,"\u00e1":13,"\u00e2":13,"\u00e3":13,"\u00e4":13,"\u00e5":13,"\u00e6":13,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f0":8,"\u00f2":8,"\u00f3":8,"\u00f4":8,"\u00f5":8,"\u00f6":8,"\u00f8":8,"\u0153":8,"\u2080":18,"\u2081":18,"\u2082":18,"\u2083":18,"\u2084":18,"\u2085":18,"\u2086":18,"\u2087":18,"\u2088":18,"\u2089":18,"\u208a":18,"\u208b":18,"\u208c":18,"\u208d":18,"\u208e":18,"J":15}},"x":{"d":"1,0r145,-266r-140,-247r179,0r77,166r2,0r70,-166r177,0r-141,258r146,255r-179,0r-83,-175r-2,0r-74,175r-177,0","w":516,"k":{"T":27,"V":31,"W":25,"Y":31,"\u00dd":31,"\u0178":31,"c":14,"d":14,"e":14,"o":14,"q":14,"\u00e7":14,"\u00e8":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00f0":14,"\u00f2":14,"\u00f3":14,"\u00f4":14,"\u00f5":14,"\u00f6":14,"\u00f8":14,"\u0153":14}},"y":{"d":"510,-513r-173,494v-46,131,-118,180,-244,183r-9,-115v62,-3,92,-33,108,-85r-192,-477r181,0r88,302r2,0r71,-302r168,0","w":510,"k":{",":59,".":59,"\u201a":59,"\u201e":59,"\u2026":59,"A":45,"\u00c0":45,"\u00c1":45,"\u00c2":45,"\u00c3":45,"\u00c4":45,"\u00c5":45,"\u00c6":45,"T":28,"V":33,"W":28,"X":40,"Y":49,"\u00dd":49,"\u0178":49,"a":21,"\u00e0":21,"\u00e1":21,"\u00e2":21,"\u00e3":21,"\u00e4":21,"\u00e5":21,"\u00e6":21,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":56,"\u2081":56,"\u2082":56,"\u2083":56,"\u2084":56,"\u2085":56,"\u2086":56,"\u2087":56,"\u2088":56,"\u2089":56,"\u208a":56,"\u208b":56,"\u208c":56,"\u208d":56,"\u208e":56,"J":26}},"z":{"d":"402,-125r0,125r-374,0r0,-88r186,-299r-179,0r0,-126r371,0r0,86r-189,302r185,0","w":432,"k":{"T":36,"V":44,"W":39,"Y":56,"\u00dd":56,"\u0178":56,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f0":8,"\u00f2":8,"\u00f3":8,"\u00f4":8,"\u00f5":8,"\u00f6":8,"\u00f8":8,"\u0153":8}},"{":{"d":"19,-282r0,-100v128,-20,43,-129,43,-247v0,-137,105,-196,271,-189r0,99v-90,-8,-125,33,-125,121v0,61,24,130,24,169v0,49,-33,78,-83,98v55,15,83,49,83,95v0,40,-24,108,-24,169v0,88,33,130,125,121r0,99v-166,7,-271,-52,-271,-189v0,-119,84,-225,-43,-246","w":307,"k":{"J":-90,"j":-60}},"|":{"d":"79,153r0,-971r151,0r0,971r-151,0","w":308},"}":{"d":"287,-382r0,100v-126,21,-42,128,-42,246v0,137,-105,196,-271,189r0,-101v90,7,124,-31,124,-119v0,-61,-23,-129,-23,-169v0,-48,33,-78,82,-97v-54,-15,-82,-49,-82,-96v0,-39,23,-108,23,-169v0,-88,-33,-127,-124,-119r0,-101v165,-6,271,53,271,189v0,76,-28,143,-28,186v0,36,26,56,70,61","w":307},"~":{"d":"151,-576r-117,0v8,-123,59,-170,143,-170v93,0,114,58,147,58v14,0,21,-9,23,-48r117,0v-8,123,-59,171,-143,171v-93,0,-114,-58,-147,-58v-13,0,-20,8,-23,47","w":498},"\u00a0":{"w":180},"\u00a1":{"d":"214,109r-163,0r0,-258r14,-230r135,0v13,155,16,319,14,488xm210,-616r0,167r-157,0r0,-167r157,0","w":264},"\u00a2":{"d":"422,-386r-114,42v-12,-36,-32,-49,-57,-49v-36,0,-59,15,-59,79r0,114v0,69,20,88,58,88v30,0,48,-15,60,-55r115,41v-25,69,-69,112,-132,128r-17,100r-94,0r-2,-98v-103,-21,-152,-103,-152,-196r0,-130v0,-96,52,-178,157,-197r20,-120r94,0r2,127v57,18,100,61,121,126","w":436},"\u00a3":{"d":"57,-315r-15,-116r60,0v-37,-170,41,-308,214,-307v118,0,196,71,216,174r-124,46v-14,-52,-40,-71,-81,-71v-67,0,-76,82,-66,158r184,0r-14,116r-155,0v5,35,8,68,9,95v51,28,76,75,118,75v30,0,45,-18,53,-79r120,35v-19,137,-72,199,-162,199v-71,0,-115,-50,-151,-94v-27,64,-76,94,-139,94v-69,0,-114,-41,-114,-114v0,-68,49,-119,137,-133r-20,-78r-70,0xm139,-101v10,0,20,-8,21,-49v-26,6,-33,22,-33,33v0,11,5,16,12,16","w":584},"\u00a4":{"d":"80,-297v-24,-41,-23,-104,0,-145r-40,-43r53,-60r43,46v39,-22,93,-21,131,2r46,-51r54,59r-45,50v24,41,21,101,-1,142r42,44r-53,60r-45,-47v-37,22,-93,23,-130,0r-45,50r-54,-59xm155,-369v0,32,21,50,47,50v25,0,47,-18,47,-50v0,-32,-22,-50,-47,-50v-26,0,-47,18,-47,50","w":403},"\u00a5":{"d":"500,-107r-102,0r0,107r-182,0r0,-107r-105,0r0,-106r105,0r0,-33r-105,0r0,-106r72,0r-177,-373r201,0r99,308r2,0r99,-308r201,0r-178,373r70,0r0,106r-102,0r0,33r102,0r0,106","w":611},"\u00a6":{"d":"79,-397r0,-421r151,0r0,421r-151,0xm79,153r0,-421r151,0r0,421r-151,0","w":308},"\u00a7":{"d":"43,11r126,-23v9,34,25,50,48,50v28,0,36,-17,36,-38v0,-82,-239,-124,-239,-302v0,-66,31,-120,81,-150v-94,-103,-55,-286,133,-285v97,0,164,61,185,157r-127,23v-9,-33,-24,-49,-48,-49v-27,0,-36,16,-36,37v0,82,239,125,239,303v0,67,-31,120,-81,150v93,104,55,285,-133,284v-97,0,-164,-61,-184,-157xm301,-249v0,-27,-21,-52,-112,-121v-27,13,-35,30,-35,50v0,27,15,46,112,122v27,-13,35,-30,35,-51","w":444},"\u00a8":{"d":"5,-725r113,0r0,139r-113,0r0,-139xm163,-725r112,0r0,139r-112,0r0,-139","w":281},"\u00a9":{"d":"385,-610v106,0,173,58,190,144r-109,33v-10,-48,-30,-64,-65,-64v-92,0,-64,121,-64,204v0,44,18,71,64,71v33,0,53,-19,64,-67r112,32v-20,97,-83,145,-191,145v-124,0,-204,-72,-204,-180r0,-133v0,-113,80,-185,203,-185xm724,-429r0,138v0,168,-120,310,-341,310v-222,0,-341,-142,-341,-310r0,-138v0,-169,119,-311,341,-311v221,0,341,142,341,311xm624,-290r0,-140v0,-123,-81,-219,-243,-219v-159,0,-240,96,-240,219r0,140v0,121,81,218,242,218v160,0,241,-97,241,-218","w":765},"\u00aa":{"d":"98,-639r-69,-40v26,-45,75,-76,136,-76v144,0,131,106,129,235v0,14,11,16,26,15r0,66v-47,0,-90,4,-113,-23v-60,52,-199,26,-190,-61v-6,-54,47,-108,168,-103v2,-30,-4,-45,-35,-45v-18,0,-40,10,-52,32xm122,-530v0,33,46,26,63,11r0,-36v-33,-2,-69,6,-63,25","w":338,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u00ab":{"d":"450,-437r-120,174r120,174r-128,0r-118,-174r118,-174r128,0xm276,-437r-120,174r120,174r-128,0r-118,-174r118,-174r128,0","w":480},"\u00ac":{"d":"305,-111r0,-141r-271,0r0,-118r387,0r0,259r-116,0","w":455},"\u00ad":{"d":"32,-223r0,-140r229,0r0,140r-229,0","w":293,"k":{"7":70,"1":30}},"\u00ae":{"d":"142,-789v105,0,128,73,128,176v0,67,-43,131,-128,131v-105,0,-129,-78,-129,-182v0,-67,43,-125,129,-125xm141,-753v-82,0,-89,58,-89,140v0,58,28,92,89,92v84,0,92,-59,92,-144v0,-55,-29,-88,-92,-88xm159,-555r-20,-62r-7,0r0,62r-51,0r0,-170r65,0v72,-6,81,72,39,98r27,72r-53,0xm132,-686r0,35v17,1,29,0,27,-19v1,-18,-12,-16,-27,-16","w":283,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u00af":{"d":"283,-701r0,100r-286,0r0,-100r286,0","w":281},"\u00b0":{"d":"13,-663v0,-69,54,-125,122,-125v67,0,123,56,123,125v0,71,-56,126,-123,126v-68,0,-122,-55,-122,-126xm94,-663v0,30,18,46,41,46v23,0,42,-16,42,-46v0,-28,-20,-46,-42,-46v-23,0,-41,18,-41,46","w":269,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u00b1":{"d":"169,-162r0,-118r-135,0r0,-118r135,0r0,-133r116,0r0,133r137,0r0,118r-137,0r0,118r-116,0xm422,-27r-388,0r0,-118r388,0r0,118","w":455},"\u00b2":{"d":"140,-798v81,0,114,47,114,94v0,101,-118,112,-136,158r133,0r0,71r-233,0v-25,-130,140,-172,143,-224v0,-16,-8,-24,-30,-24v-21,0,-39,16,-47,43r-71,-25v18,-53,59,-93,127,-93","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u00b3":{"d":"93,-604r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u00b4":{"d":"93,-725r173,0r-104,147r-118,0","w":281},"\u00b5":{"d":"57,161v-15,-199,-13,-457,-13,-674r163,0r0,308v-9,95,78,89,111,48r0,-356r163,0r0,513r-145,0v-3,-11,0,-28,-6,-36v-37,40,-97,36,-132,-3v5,69,12,141,20,188","w":525},"\u00b6":{"d":"161,-744r487,0r0,141r-88,0r0,762r-152,0r0,-762r-97,0r0,762r-150,0r0,-608v-103,0,-156,-58,-156,-147v0,-82,52,-148,156,-148","w":644},"\u00b7":{"d":"25,-318v0,-56,41,-102,92,-102v50,0,93,46,93,102v0,57,-43,101,-93,101v-51,0,-92,-44,-92,-101","w":235,"k":{"7":70,"1":30}},"\u00b8":{"d":"84,-27r80,7r-7,38v58,10,81,34,81,66v0,44,-50,86,-146,90r-29,-62v56,-10,82,-36,-3,-41","w":281},"\u00b9":{"d":"106,-796r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62","w":223,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u00ba":{"d":"161,-755v132,0,145,77,145,197v0,66,-47,124,-145,124v-129,0,-144,-77,-144,-196v0,-66,46,-125,144,-125xm161,-673v-43,0,-35,65,-35,108v0,43,11,56,35,56v44,0,36,-68,36,-113v0,-40,-11,-51,-36,-51","w":324,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u00bb":{"d":"205,-89r119,-174r-119,-174r128,0r117,174r-117,174r-128,0xm31,-89r119,-174r-119,-174r128,0r117,174r-117,174r-128,0","w":480,"k":{"7":70,"1":30}},"\u00bc":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0xm569,0r-83,0r0,-55r-150,0r0,-61r141,-203r92,0r0,194r31,0r-5,70r-26,0r0,55xm429,-125r58,0v-1,-32,7,-71,2,-99","w":623},"\u00bd":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0xm483,-323v81,0,114,47,114,94v0,101,-118,112,-136,158r133,0r0,71r-233,0v-25,-130,140,-172,143,-224v0,-16,-8,-24,-30,-24v-21,0,-39,16,-47,43r-71,-25v18,-53,59,-93,127,-93","w":623},"\u00be":{"d":"101,-535r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29xm156,0r-96,0r411,-725r96,0xm558,0r-83,0r0,-55r-150,0r0,-61r141,-203r92,0r0,194r31,0r-5,70r-26,0r0,55xm418,-125r58,0v-1,-32,7,-71,2,-99","w":623},"\u00bf":{"d":"500,-63v-37,107,-119,182,-250,182v-160,0,-227,-92,-227,-188v0,-102,54,-196,172,-250r7,-63r123,0r11,138v-114,38,-147,97,-147,159v0,36,18,66,72,66v52,0,88,-25,109,-86xm344,-616r0,167r-158,0r0,-167r158,0","w":513},"\u00c0":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0xm142,-876r189,0r50,124r-134,0","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"\u00c1":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0xm282,-876r191,0r-101,124r-136,0","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"\u00c2":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0xm275,-752r-129,0r97,-124r129,0r97,124r-130,0r-32,-48","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"\u00c3":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0xm398,-880r80,11v-11,77,-41,126,-113,126v-58,0,-86,-40,-116,-40v-18,0,-27,10,-31,35r-80,-10v11,-79,40,-127,112,-127v61,0,87,40,116,40v19,0,28,-10,32,-35","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"\u00c4":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0xm160,-876r115,0r0,122r-115,0r0,-122xm337,-876r116,0r0,122r-116,0r0,-122","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"\u00c5":{"d":"215,-137r-30,137r-183,0r203,-725r208,0r203,725r-185,0r-31,-137r-185,0xm306,-547r-61,277r125,0r-62,-277r-2,0xm199,-816v0,-50,44,-80,108,-80v63,0,108,30,108,80v0,51,-45,80,-108,80v-64,0,-108,-29,-108,-80xm288,-816v0,11,6,18,19,18v12,0,19,-7,19,-18v0,-11,-7,-18,-19,-18v-13,0,-19,7,-19,18","w":618,"k":{"\\":32,"7":31,"1":47,"\"":70,"'":70,"*":70,"\u00aa":70,"\u00ae":70,"\u00b0":70,"\u00ba":70,"\u02bb":70,"\u02bc":70,"\u2018":70,"\u2019":70,"\u201c":70,"\u201d":70,"\u2120":70,"\u2122":70,"T":47,"V":54,"W":47,"Y":78,"\u00dd":78,"\u0178":78,"\u00b2":80,"\u00b3":80,"\u00b9":80,"\u2070":80,"\u2074":80,"\u2075":80,"\u2076":80,"\u2077":80,"\u2078":80,"\u2079":80,"\u207a":80,"\u207b":80,"\u207c":80,"\u207d":80,"\u207e":80,"\u207f":80,"v":45,"y":45,"\u00fd":45,"\u00ff":45,"w":26,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11,"t":28,"\u2080":-26,"\u2081":-26,"\u2082":-26,"\u2083":-26,"\u2084":-26,"\u2085":-26,"\u2086":-26,"\u2087":-26,"\u2088":-26,"\u2089":-26,"\u208a":-26,"\u208b":-26,"\u208c":-26,"\u208d":-26,"\u208e":-26,"J":-45,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-18,"U":26,"\u00d9":26,"\u00da":26,"\u00db":26,"\u00dc":26,"f":10,"\u017f":10,"\ufb00":10,"\ufb01":10,"\ufb02":10,"\ufb03":10,"\ufb04":10,"u":16,"\u00f9":16,"\u00fa":16,"\u00fb":16,"\u00fc":16}},"\u00c6":{"d":"239,-145r-55,145r-183,0r302,-725r511,0r0,156r-247,0r14,130r179,0r0,136r-164,0r16,149r211,0r0,154r-377,0r-15,-145r-192,0xm390,-541r-100,264r128,0r-26,-264r-2,0","w":849,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"\u00c7":{"d":"280,-735v119,0,206,78,228,176r-132,48v-11,-50,-36,-74,-79,-74v-55,0,-78,35,-78,100r0,260v0,58,22,91,77,91v42,0,67,-23,79,-77r134,45v-23,105,-87,164,-195,174r-2,10v58,10,81,34,81,66v0,44,-50,86,-146,90r-29,-62v56,-10,82,-36,-3,-41r15,-65v-120,-17,-195,-103,-195,-230r0,-261v0,-156,98,-250,245,-250","w":524,"k":{"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":19,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"t":16}},"\u00c8":{"d":"56,-725r429,0r0,156r-246,0r0,130r179,0r0,136r-179,0r0,149r254,0r0,154r-437,0r0,-725xm112,-876r189,0r50,124r-134,0","w":519,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"\u00c9":{"d":"56,-725r429,0r0,156r-246,0r0,130r179,0r0,136r-179,0r0,149r254,0r0,154r-437,0r0,-725xm236,-876r191,0r-101,124r-136,0","w":519,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"\u00ca":{"d":"56,-725r429,0r0,156r-246,0r0,130r179,0r0,136r-179,0r0,149r254,0r0,154r-437,0r0,-725xm246,-752r-129,0r97,-124r129,0r97,124r-130,0r-32,-48","w":519,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"\u00cb":{"d":"56,-725r429,0r0,156r-246,0r0,130r179,0r0,136r-179,0r0,149r254,0r0,154r-437,0r0,-725xm128,-876r115,0r0,122r-115,0r0,-122xm305,-876r116,0r0,122r-116,0r0,-122","w":519,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"\u00cc":{"d":"63,-725r182,0r0,725r-182,0r0,-725xm-6,-876r189,0r50,124r-134,0","w":309},"\u00cd":{"d":"63,-725r182,0r0,725r-182,0r0,-725xm122,-876r191,0r-101,124r-136,0","w":309},"\u00ce":{"d":"63,-725r182,0r0,725r-182,0r0,-725xm123,-752r-129,0r97,-124r129,0r97,124r-130,0r-32,-48","w":309},"\u00cf":{"d":"63,-725r182,0r0,725r-182,0r0,-725xm9,-876r115,0r0,122r-115,0r0,-122xm186,-876r116,0r0,122r-116,0r0,-122","w":309},"\u00d0":{"d":"71,-725r264,0v169,0,266,103,266,262r0,199v0,160,-97,264,-266,264r-264,0r0,-323r-60,0r0,-97r60,0r0,-305xm419,-454v5,-131,-60,-119,-165,-118r0,152r62,0r0,97r-62,0r0,175v106,1,165,14,165,-121r0,-185","w":636,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d1":{"d":"56,-725r134,0r218,360r2,0r0,-360r160,0r0,725r-126,0r-226,-377r-2,0r0,377r-160,0r0,-725xm404,-880r80,11v-11,77,-41,126,-113,126v-58,0,-86,-40,-116,-40v-18,0,-27,10,-31,35r-80,-10v11,-79,40,-127,112,-127v61,0,87,40,116,40v19,0,28,-10,32,-35","w":626},"\u00d2":{"d":"299,-735v172,0,265,103,265,261r0,223v0,158,-93,261,-265,261v-171,0,-264,-103,-264,-261r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116xm139,-876r189,0r50,124r-134,0","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d3":{"d":"299,-735v172,0,265,103,265,261r0,223v0,158,-93,261,-265,261v-171,0,-264,-103,-264,-261r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116xm271,-876r191,0r-101,124r-136,0","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d4":{"d":"299,-735v172,0,265,103,265,261r0,223v0,158,-93,261,-265,261v-171,0,-264,-103,-264,-261r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116xm268,-752r-129,0r97,-124r129,0r97,124r-130,0r-32,-48","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d5":{"d":"299,-735v172,0,265,103,265,261r0,223v0,158,-93,261,-265,261v-171,0,-264,-103,-264,-261r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116xm389,-880r80,11v-11,77,-41,126,-113,126v-58,0,-86,-40,-116,-40v-18,0,-27,10,-31,35r-80,-10v11,-79,40,-127,112,-127v61,0,87,40,116,40v19,0,28,-10,32,-35","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d6":{"d":"299,-735v172,0,265,103,265,261r0,223v0,158,-93,261,-265,261v-171,0,-264,-103,-264,-261r0,-223v0,-158,93,-261,264,-261xm382,-251r0,-223v0,-82,-24,-111,-83,-111v-57,0,-82,28,-82,111r0,223v0,86,24,116,82,116v59,0,83,-30,83,-116xm154,-876r115,0r0,122r-115,0r0,-122xm331,-876r116,0r0,122r-116,0r0,-122","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d7":{"d":"336,-111r-110,-116r-108,116r-76,-83r108,-115r-108,-116r76,-83r109,116r109,-117r76,83r-109,116r109,116","w":455},"\u00d8":{"d":"299,-735v78,0,140,22,184,60r42,-59r47,41r-47,66v59,87,39,239,39,376v0,158,-93,261,-265,261v-79,0,-142,-22,-186,-61r-38,54r-47,-42r44,-62v-56,-86,-37,-239,-37,-373v0,-158,93,-261,264,-261xm382,-251r0,-175r-2,0r-159,225v9,48,33,66,78,66v59,0,83,-30,83,-116xm217,-474r0,171r2,0r158,-224v-10,-42,-34,-58,-78,-58v-57,0,-82,28,-82,111","w":599,"k":{"\/":17,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":11,"V":21,"W":20,"X":24,"Y":36,"\u00dd":36,"\u0178":36,"Z":16,"\u017d":16,"\u2080":25,"\u2081":25,"\u2082":25,"\u2083":25,"\u2084":25,"\u2085":25,"\u2086":25,"\u2087":25,"\u2088":25,"\u2089":25,"\u208a":25,"\u208b":25,"\u208c":25,"\u208d":25,"\u208e":25}},"\u00d9":{"d":"393,-725r182,0r0,475v0,161,-96,260,-264,260v-168,0,-265,-95,-265,-251r0,-484r182,0r0,485v0,61,31,90,83,90v54,0,82,-28,82,-90r0,-485xm150,-876r189,0r50,124r-134,0","w":621,"k":{"\/":15,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":26,"\u00c0":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c4":26,"\u00c5":26,"\u00c6":26}},"\u00da":{"d":"393,-725r182,0r0,475v0,161,-96,260,-264,260v-168,0,-265,-95,-265,-251r0,-484r182,0r0,485v0,61,31,90,83,90v54,0,82,-28,82,-90r0,-485xm280,-876r191,0r-101,124r-136,0","w":621,"k":{"\/":15,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":26,"\u00c0":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c4":26,"\u00c5":26,"\u00c6":26}},"\u00db":{"d":"393,-725r182,0r0,475v0,161,-96,260,-264,260v-168,0,-265,-95,-265,-251r0,-484r182,0r0,485v0,61,31,90,83,90v54,0,82,-28,82,-90r0,-485xm279,-752r-129,0r97,-124r129,0r97,124r-130,0r-32,-48","w":621,"k":{"\/":15,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":26,"\u00c0":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c4":26,"\u00c5":26,"\u00c6":26}},"\u00dc":{"d":"393,-725r182,0r0,475v0,161,-96,260,-264,260v-168,0,-265,-95,-265,-251r0,-484r182,0r0,485v0,61,31,90,83,90v54,0,82,-28,82,-90r0,-485xm164,-876r115,0r0,122r-115,0r0,-122xm341,-876r116,0r0,122r-116,0r0,-122","w":621,"k":{"\/":15,",":13,".":13,"\u201a":13,"\u201e":13,"\u2026":13,"A":26,"\u00c0":26,"\u00c1":26,"\u00c2":26,"\u00c3":26,"\u00c4":26,"\u00c5":26,"\u00c6":26}},"\u00dd":{"d":"604,-725r-211,515r0,210r-182,0r0,-210r-212,-515r201,0r101,329r2,0r100,-329r201,0xm271,-876r191,0r-101,124r-136,0","w":603,"k":{"\u00c6":78,"\\":-4,"4":25,"\/":73,",":87,".":87,"\u201a":87,"\u201e":87,"\u2026":87,"A":78,"\u00c0":78,"\u00c1":78,"\u00c2":78,"\u00c3":78,"\u00c4":78,"\u00c5":78,"S":20,"\u0160":20,"x":35,"\u00b2":-34,"\u00b3":-34,"\u00b9":-34,"\u2070":-34,"\u2074":-34,"\u2075":-34,"\u2076":-34,"\u2077":-34,"\u2078":-34,"\u2079":-34,"\u207a":-34,"\u207b":-34,"\u207c":-34,"\u207d":-34,"\u207e":-34,"\u207f":-34,"v":49,"y":49,"\u00fd":49,"\u00ff":49,"w":47,"-":56,"\u00ab":56,"\u00ad":56,"\u00b7":56,"\u2010":56,"\u2013":56,"\u2014":56,"\u2022":56,"\u2039":56,"\u2212":56,"\u2219":56,"a":96,"\u00e0":96,"\u00e1":96,"\u00e2":96,"\u00e3":96,"\u00e4":96,"\u00e5":96,"\u00e6":96,"g":77,"c":90,"d":90,"e":90,"o":90,"q":90,"\u00e7":90,"\u00e8":90,"\u00e9":90,"\u00ea":90,"\u00eb":90,"\u00f0":90,"\u00f2":90,"\u00f3":90,"\u00f4":90,"\u00f5":90,"\u00f6":90,"\u00f8":90,"\u0153":90,"s":81,"\u0161":81,"t":43,"\u2080":92,"\u2081":92,"\u2082":92,"\u2083":92,"\u2084":92,"\u2085":92,"\u2086":92,"\u2087":92,"\u2088":92,"\u2089":92,"\u208a":92,"\u208b":92,"\u208c":92,"\u208d":92,"\u208e":92,"J":13,"C":36,"G":36,"O":36,"Q":36,"\u00c7":36,"\u00d2":36,"\u00d3":36,"\u00d4":36,"\u00d5":36,"\u00d6":36,"\u00d8":36,"\u0152":36,"f":38,"\u017f":38,"\ufb00":38,"\ufb01":38,"\ufb02":38,"\ufb03":38,"\ufb04":38,"u":69,"\u00f9":69,"\u00fa":69,"\u00fb":69,"\u00fc":69,"z":62,"\u017e":62,"m":69,"n":69,"p":69,"r":69,"\u00f1":69,"\u0131":69,"\u00ec":-30,"\u00ee":-30,"\u00ef":-30}},"\u00de":{"d":"321,-619v148,0,234,95,234,247v0,151,-81,244,-221,244r-95,0r0,128r-183,0r0,-725r183,0r0,106r82,0xm239,-470r0,204r75,0v42,0,59,-30,59,-103v0,-114,-44,-102,-134,-101","w":578,"k":{"\u2026":20,"\u201e":20,"\u201a":20,"\u0178":30,"\u00dd":30,"Y":30,"X":40,".":20,",":20,"\u00c6":30}},"\u00df":{"d":"242,-382v0,-50,18,-101,78,-134v5,-31,-9,-54,-42,-54v-42,0,-68,24,-68,110r0,460r-164,0r0,-461v0,-142,78,-240,221,-240v144,0,223,129,178,264v-30,9,-41,22,-41,40v0,48,110,92,110,224v0,115,-70,182,-174,182v-48,0,-85,-9,-115,-28r22,-118v40,31,104,29,104,-39v0,-60,-109,-100,-109,-206","w":528},"\u00e0":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51xm91,-725r173,0r51,147r-118,0","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"\u00e1":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51xm218,-725r173,0r-104,147r-118,0","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"\u00e2":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51xm208,-578r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"\u00e3":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51xm332,-726r81,15v-11,85,-41,139,-113,139v-66,0,-87,-55,-117,-55v-18,0,-26,12,-30,48r-81,-14v11,-89,40,-141,112,-141v67,0,87,56,118,56v17,0,26,-12,30,-48","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"\u00e4":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51xm106,-725r113,0r0,139r-113,0r0,-139xm264,-725r112,0r0,139r-112,0r0,-139","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"\u00e5":{"d":"139,-342r-99,-51v34,-78,98,-130,198,-130v135,0,186,79,186,176r0,224v-1,21,16,28,40,26r0,91v-57,22,-148,13,-172,-27v-34,29,-74,42,-124,42v-91,0,-145,-62,-145,-147v0,-91,68,-177,239,-169v3,-51,0,-94,-50,-94v-26,0,-55,16,-73,59xm178,-152v0,73,57,59,84,32r0,-83v-51,-4,-84,11,-84,51xm134,-658v0,-55,44,-88,108,-88v64,0,109,33,109,88v0,56,-46,88,-109,88v-64,0,-108,-32,-108,-88xm223,-658v0,13,6,20,19,20v13,0,19,-7,19,-20v0,-12,-6,-20,-19,-20v-13,0,-19,8,-19,20","w":475,"k":{"\\":20,"\"":35,"'":35,"*":35,"\u00aa":35,"\u00ae":35,"\u00b0":35,"\u00ba":35,"\u02bb":35,"\u02bc":35,"\u2018":35,"\u2019":35,"\u201c":35,"\u201d":35,"\u2120":35,"\u2122":35,"T":67,"V":68,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":22,"y":22,"\u00fd":22,"\u00ff":22,"w":13,"t":5}},"\u00e6":{"d":"691,-220r-247,0v-4,63,3,111,67,111v38,0,61,-19,76,-63r103,42v-33,89,-87,139,-198,139v-73,0,-118,-25,-145,-64v-40,47,-95,64,-167,64v-99,0,-157,-63,-157,-147v0,-92,73,-180,258,-172v4,-52,-5,-85,-55,-85v-29,0,-61,17,-79,58r-105,-57v36,-78,110,-129,193,-129v65,0,106,20,132,49v29,-30,73,-49,136,-49v120,0,188,91,188,198r0,105xm180,-150v-4,66,74,54,101,23r0,-76v-59,-4,-109,13,-101,53xm497,-404v-50,-5,-56,40,-53,94r103,0v3,-51,-5,-100,-50,-94","w":716,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00e7":{"d":"422,-386r-114,42v-12,-40,-32,-52,-58,-52v-35,0,-58,15,-58,73v0,78,-24,210,58,210v30,0,48,-15,60,-54r115,41v-29,79,-82,125,-163,133r-2,11v58,10,81,34,81,66v0,44,-50,86,-146,90r-29,-62v56,-10,82,-36,-3,-41r16,-67v-102,-21,-151,-102,-151,-186r0,-149v0,-101,68,-192,205,-192v90,0,161,48,189,137","w":436,"k":{"T":41,"V":55,"Y":50,"\u00dd":50,"\u0178":50,"\u00b2":13,"\u00b3":13,"\u00b9":13,"\u2070":13,"\u2074":13,"\u2075":13,"\u2076":13,"\u2077":13,"\u2078":13,"\u2079":13,"\u207a":13,"\u207b":13,"\u207c":13,"\u207d":13,"\u207e":13,"\u207f":13}},"\u00e8":{"d":"441,-224r-249,0v-4,65,9,112,66,112v34,0,54,-16,70,-57r115,42v-31,92,-92,136,-204,136v-136,0,-211,-85,-211,-193r0,-147v0,-101,69,-192,211,-192v133,0,202,91,202,199r0,100xm245,-404v-49,0,-56,38,-53,90r106,0v4,-52,-8,-90,-53,-90xm89,-725r173,0r51,147r-118,0","w":467,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00e9":{"d":"441,-224r-249,0v-4,65,9,112,66,112v34,0,54,-16,70,-57r115,42v-31,92,-92,136,-204,136v-136,0,-211,-85,-211,-193r0,-147v0,-101,69,-192,211,-192v133,0,202,91,202,199r0,100xm245,-404v-49,0,-56,38,-53,90r106,0v4,-52,-8,-90,-53,-90xm219,-725r173,0r-104,147r-118,0","w":467,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00ea":{"d":"441,-224r-249,0v-4,65,9,112,66,112v34,0,54,-16,70,-57r115,42v-31,92,-92,136,-204,136v-136,0,-211,-85,-211,-193r0,-147v0,-101,69,-192,211,-192v133,0,202,91,202,199r0,100xm245,-404v-49,0,-56,38,-53,90r106,0v4,-52,-8,-90,-53,-90xm209,-577r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62","w":467,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00eb":{"d":"441,-224r-249,0v-4,65,9,112,66,112v34,0,54,-16,70,-57r115,42v-31,92,-92,136,-204,136v-136,0,-211,-85,-211,-193r0,-147v0,-101,69,-192,211,-192v133,0,202,91,202,199r0,100xm245,-404v-49,0,-56,38,-53,90r106,0v4,-52,-8,-90,-53,-90xm104,-724r113,0r0,139r-113,0r0,-139xm262,-724r112,0r0,139r-112,0r0,-139","w":467,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00ec":{"d":"51,-513r163,0r0,513r-163,0r0,-513xm-25,-725r173,0r51,147r-118,0","w":265},"\u00ed":{"d":"51,-513r163,0r0,513r-163,0r0,-513xm116,-725r173,0r-104,147r-118,0","w":265},"\u00ee":{"d":"51,-513r163,0r0,513r-163,0r0,-513xm99,-578r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62","w":265},"\u00ef":{"d":"51,-513r163,0r0,513r-163,0r0,-513xm-3,-724r113,0r0,139r-113,0r0,-139xm155,-724r112,0r0,139r-112,0r0,-139","w":265},"\u00f0":{"d":"129,-638r23,-104v38,5,72,12,102,21r34,-53r80,56r-24,38v152,102,125,264,125,478v0,116,-69,211,-220,211v-147,0,-220,-91,-220,-191r0,-138v0,-102,57,-189,185,-189v44,-1,76,12,106,27v-6,-40,-19,-70,-42,-94r-33,52r-80,-56r27,-43xm192,-312v0,76,-23,209,57,200v77,8,57,-124,57,-200v0,-57,-17,-79,-57,-79v-40,0,-57,22,-57,79","w":497},"\u00f1":{"d":"207,-360r0,360r-163,0r0,-513r145,0v3,13,-1,32,5,41v33,-35,76,-51,128,-51v101,0,159,74,159,205r0,318r-163,0r0,-314v8,-95,-77,-88,-111,-46xm355,-726r81,15v-11,85,-41,139,-113,139v-66,0,-87,-55,-117,-55v-18,0,-26,12,-30,48r-81,-14v11,-89,40,-141,112,-141v67,0,87,56,118,56v17,0,26,-12,30,-48","w":516,"k":{"\"":34,"'":34,"*":34,"\u00aa":34,"\u00ae":34,"\u00b0":34,"\u00ba":34,"\u02bb":34,"\u02bc":34,"\u2018":34,"\u2019":34,"\u201c":34,"\u201d":34,"\u2120":34,"\u2122":34,"T":41,"V":49,"W":54,"Y":86,"\u00dd":86,"\u0178":86,"\u00b2":10,"\u00b3":10,"\u00b9":10,"\u2070":10,"\u2074":10,"\u2075":10,"\u2076":10,"\u2077":10,"\u2078":10,"\u2079":10,"\u207a":10,"\u207b":10,"\u207c":10,"\u207d":10,"\u207e":10,"\u207f":10}},"\u00f2":{"d":"469,-330r0,148v0,102,-73,192,-221,192v-147,0,-220,-89,-220,-192r0,-148v0,-102,73,-193,220,-193v151,0,221,88,221,193xm248,-401v-81,0,-56,134,-56,211v0,57,20,78,56,78v83,0,58,-133,58,-211v0,-56,-18,-78,-58,-78xm94,-725r173,0r51,147r-118,0","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00f3":{"d":"469,-330r0,148v0,102,-73,192,-221,192v-147,0,-220,-89,-220,-192r0,-148v0,-102,73,-193,220,-193v151,0,221,88,221,193xm248,-401v-81,0,-56,134,-56,211v0,57,20,78,56,78v83,0,58,-133,58,-211v0,-56,-18,-78,-58,-78xm236,-725r173,0r-104,147r-118,0","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00f4":{"d":"469,-330r0,148v0,102,-73,192,-221,192v-147,0,-220,-89,-220,-192r0,-148v0,-102,73,-193,220,-193v151,0,221,88,221,193xm248,-401v-81,0,-56,134,-56,211v0,57,20,78,56,78v83,0,58,-133,58,-211v0,-56,-18,-78,-58,-78xm216,-577r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00f5":{"d":"469,-330r0,148v0,102,-73,192,-221,192v-147,0,-220,-89,-220,-192r0,-148v0,-102,73,-193,220,-193v151,0,221,88,221,193xm248,-401v-81,0,-56,134,-56,211v0,57,20,78,56,78v83,0,58,-133,58,-211v0,-56,-18,-78,-58,-78xm344,-725r81,15v-11,85,-41,139,-113,139v-66,0,-87,-55,-117,-55v-18,0,-26,12,-30,48r-81,-14v11,-89,40,-141,112,-141v67,0,87,56,118,56v17,0,26,-12,30,-48","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00f6":{"d":"469,-330r0,148v0,102,-73,192,-221,192v-147,0,-220,-89,-220,-192r0,-148v0,-102,73,-193,220,-193v151,0,221,88,221,193xm248,-401v-81,0,-56,134,-56,211v0,57,20,78,56,78v83,0,58,-133,58,-211v0,-56,-18,-78,-58,-78xm113,-724r113,0r0,139r-113,0r0,-139xm271,-724r112,0r0,139r-112,0r0,-139","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00f7":{"d":"422,-252r-388,0r0,-118r388,0r0,118xm155,-476v0,-42,31,-77,71,-77v39,0,71,35,71,77v0,42,-32,75,-71,75v-40,0,-71,-33,-71,-75xm155,-148v0,-42,31,-77,71,-77v39,0,71,35,71,77v0,43,-32,76,-71,76v-40,0,-71,-33,-71,-76","w":455},"\u00f8":{"d":"441,-433v42,61,28,157,28,251v0,102,-73,192,-221,192v-62,0,-111,-16,-147,-42r-29,35r-47,-42r33,-38v-44,-61,-30,-157,-30,-253v0,-102,73,-193,220,-193v65,0,115,17,151,44r34,-40r47,41xm248,-401v-68,0,-60,103,-54,166r107,-129v-8,-26,-25,-37,-53,-37xm248,-112v68,0,62,-97,56,-161r-106,128v8,23,25,33,50,33","w":497,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00f9":{"d":"309,-148r0,-365r163,0r0,513r-145,0v-3,-12,0,-30,-7,-39v-33,34,-76,49,-129,49v-98,0,-156,-75,-156,-204r0,-319r163,0r0,320v-9,92,79,87,111,45xm97,-725r173,0r51,147r-118,0","w":516},"\u00fa":{"d":"309,-148r0,-365r163,0r0,513r-145,0v-3,-12,0,-30,-7,-39v-33,34,-76,49,-129,49v-98,0,-156,-75,-156,-204r0,-319r163,0r0,320v-9,92,79,87,111,45xm239,-725r173,0r-104,147r-118,0","w":516},"\u00fb":{"d":"309,-148r0,-365r163,0r0,513r-145,0v-3,-12,0,-30,-7,-39v-33,34,-76,49,-129,49v-98,0,-156,-75,-156,-204r0,-319r163,0r0,320v-9,92,79,87,111,45xm226,-577r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62","w":516},"\u00fc":{"d":"309,-148r0,-365r163,0r0,513r-145,0v-3,-12,0,-30,-7,-39v-33,34,-76,49,-129,49v-98,0,-156,-75,-156,-204r0,-319r163,0r0,320v-9,92,79,87,111,45xm122,-724r113,0r0,139r-113,0r0,-139xm280,-724r112,0r0,139r-112,0r0,-139","w":516},"\u00fd":{"d":"510,-513r-173,494v-46,131,-118,180,-244,183r-9,-115v62,-3,92,-33,108,-85r-192,-477r181,0r88,302r2,0r71,-302r168,0xm250,-726r173,0r-104,147r-118,0","w":510,"k":{",":59,".":59,"\u201a":59,"\u201e":59,"\u2026":59,"A":45,"\u00c0":45,"\u00c1":45,"\u00c2":45,"\u00c3":45,"\u00c4":45,"\u00c5":45,"\u00c6":45,"T":28,"V":33,"W":28,"X":40,"Y":49,"\u00dd":49,"\u0178":49,"a":21,"\u00e0":21,"\u00e1":21,"\u00e2":21,"\u00e3":21,"\u00e4":21,"\u00e5":21,"\u00e6":21,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":56,"\u2081":56,"\u2082":56,"\u2083":56,"\u2084":56,"\u2085":56,"\u2086":56,"\u2087":56,"\u2088":56,"\u2089":56,"\u208a":56,"\u208b":56,"\u208c":56,"\u208d":56,"\u208e":56,"J":26}},"\u00fe":{"d":"312,7v-40,0,-74,-11,-105,-32r0,195r-163,0r0,-915r163,0r0,270v31,-29,64,-48,118,-48v98,0,156,74,156,205r0,122v0,128,-58,203,-169,203xm207,-361r0,214v33,44,118,43,111,-49v-6,-70,20,-193,-51,-193v-27,0,-48,11,-60,28","w":509,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u00ff":{"d":"510,-513r-173,494v-46,131,-118,180,-244,183r-9,-115v62,-3,92,-33,108,-85r-192,-477r181,0r88,302r2,0r71,-302r168,0xm131,-725r113,0r0,139r-113,0r0,-139xm289,-725r112,0r0,139r-112,0r0,-139","w":510,"k":{",":59,".":59,"\u201a":59,"\u201e":59,"\u2026":59,"A":45,"\u00c0":45,"\u00c1":45,"\u00c2":45,"\u00c3":45,"\u00c4":45,"\u00c5":45,"\u00c6":45,"T":28,"V":33,"W":28,"X":40,"Y":49,"\u00dd":49,"\u0178":49,"a":21,"\u00e0":21,"\u00e1":21,"\u00e2":21,"\u00e3":21,"\u00e4":21,"\u00e5":21,"\u00e6":21,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":56,"\u2081":56,"\u2082":56,"\u2083":56,"\u2084":56,"\u2085":56,"\u2086":56,"\u2087":56,"\u2088":56,"\u2089":56,"\u208a":56,"\u208b":56,"\u208c":56,"\u208d":56,"\u208e":56,"J":26}},"\u0131":{"d":"51,-513r163,0r0,513r-163,0r0,-513","w":265},"\u0132":{"d":"63,-725r182,0r0,725r-182,0r0,-725xm387,-725r182,0r0,588v0,171,-96,270,-284,274r-15,-143v81,0,117,-31,117,-128r0,-591","w":625},"\u0133":{"d":"51,-513r163,0r0,513r-163,0r0,-513xm58,-725r148,0r0,139r-148,0r0,-139xm331,-725r148,0r0,139r-148,0r0,-139xm271,166r-10,-124v43,-5,63,-26,63,-89r0,-466r163,0r0,465v0,136,-68,207,-216,214","w":539},"\u0141":{"d":"75,-725r176,0r0,265r143,-66r0,141r-143,66r0,160r231,0r0,159r-407,0r0,-255r-61,29r0,-140r61,-29r0,-330","w":500,"k":{"\ufb04":13,"\ufb03":13,"\ufb02":13,"\ufb01":13,"\ufb00":13,"\u2219":19,"\u2212":19,"\u2122":43,"\u2120":43,"\u207f":39,"\u207e":39,"\u207d":39,"\u207c":39,"\u207b":39,"\u207a":39,"\u2079":39,"\u2078":39,"\u2077":39,"\u2076":39,"\u2075":39,"\u2074":39,"\u2070":39,"\u2039":19,"\u2022":19,"\u201d":43,"\u201c":43,"\u2019":43,"\u2018":43,"\u2014":19,"\u2013":19,"\u2010":19,"\u02bc":43,"\u02bb":43,"\u017f":13,"\u0178":70,"\u0153":12,"\u0152":10,"\u00ff":28,"\u00fd":28,"\u00f8":12,"\u00f6":12,"\u00f5":12,"\u00f4":12,"\u00f3":12,"\u00f2":12,"\u00f0":12,"\u00eb":12,"\u00ea":12,"\u00e9":12,"\u00e8":12,"\u00e7":12,"\u00dd":70,"\u00dc":18,"\u00db":18,"\u00da":18,"\u00d9":18,"\u00d8":10,"\u00d6":10,"\u00d5":10,"\u00d4":10,"\u00d3":10,"\u00d2":10,"\u00c7":10,"\u00ba":43,"\u00b9":39,"\u00b7":19,"\u00b3":39,"\u00b2":39,"\u00b0":43,"\u00ae":43,"\u00ad":19,"\u00ab":19,"\u00aa":43,"y":28,"w":25,"v":28,"t":19,"q":12,"o":12,"f":13,"e":12,"d":12,"c":12,"Y":70,"W":56,"V":66,"U":18,"T":48,"Q":10,"O":10,"G":10,"C":10,"-":19,"*":43,"'":43,"\"":43,"\\":36,"7":24,"1":16}},"\u0142":{"d":"82,-745r163,0r0,260r73,-40r0,131r-73,40r0,354r-163,0r0,-279r-67,36r0,-131r67,-36r0,-335","w":332},"\u0152":{"d":"382,-725r429,0r0,156r-247,0r0,130r180,0r0,136r-180,0r0,149r255,0r0,154r-437,0v-2,-11,3,-29,-2,-36v-30,30,-74,46,-130,46v-122,0,-215,-103,-215,-261r0,-223v0,-158,93,-261,214,-261v59,0,100,20,133,47r0,-37xm382,-251r0,-223v0,-82,-24,-109,-83,-109v-58,0,-82,26,-82,109r0,223v0,87,24,115,82,115v59,0,83,-28,83,-115","w":845,"k":{"v":7,"y":7,"\u00fd":7,"\u00ff":7}},"\u0153":{"d":"714,-223r-249,0v-4,64,3,114,67,114v39,0,62,-19,77,-63r104,42v-34,89,-90,139,-198,139v-62,0,-105,-18,-133,-49v-32,31,-80,49,-147,49v-136,0,-207,-92,-207,-191r0,-149v0,-100,70,-192,205,-192v72,0,120,21,152,53v30,-32,76,-53,142,-53v118,0,187,91,187,198r0,102xm301,-193v0,-75,22,-217,-55,-207v-77,-10,-54,133,-54,207v0,65,16,87,53,87v39,0,56,-21,56,-87xm518,-404v-49,-4,-56,38,-53,91r105,0v4,-52,-7,-96,-52,-91","w":738,"k":{"\"":36,"'":36,"*":36,"\u00aa":36,"\u00ae":36,"\u00b0":36,"\u00ba":36,"\u02bb":36,"\u02bc":36,"\u2018":36,"\u2019":36,"\u201c":36,"\u201d":36,"\u2120":36,"\u2122":36,"A":15,"\u00c0":15,"\u00c1":15,"\u00c2":15,"\u00c3":15,"\u00c4":15,"\u00c5":15,"\u00c6":15,"T":67,"V":75,"W":55,"X":16,"Y":90,"\u00dd":90,"\u0178":90,"x":14,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":3,"\u017e":3}},"\u0160":{"d":"247,-735v129,0,204,66,244,166r-123,55v-20,-55,-54,-78,-99,-78v-46,0,-66,18,-66,52v0,98,294,106,294,335v0,137,-93,215,-237,215v-115,0,-219,-69,-247,-180r135,-46v20,59,69,85,110,85v51,0,69,-17,69,-52v0,-121,-304,-120,-304,-346v0,-114,87,-206,224,-206xm111,-876r127,0r31,50r32,-50r127,0r-102,124r-113,0","w":515,"k":{"\/":13,"v":11,"y":11,"\u00fd":11,"\u00ff":11}},"\u0161":{"d":"400,-390r-106,35v-18,-41,-43,-54,-71,-54v-30,0,-42,11,-42,32v0,65,219,52,219,223v0,92,-78,164,-189,164v-92,0,-157,-39,-192,-127r104,-46v20,42,55,60,83,60v28,0,40,-10,40,-35v0,-70,-220,-52,-220,-226v0,-90,69,-159,190,-159v97,0,161,54,184,133xm55,-725r127,0v12,20,18,45,33,62r31,-62r127,0r-103,147r-112,0","w":417,"k":{"T":53,"V":53,"W":39,"Y":78,"\u00dd":78,"\u0178":78}},"\u0178":{"d":"604,-725r-211,515r0,210r-182,0r0,-210r-212,-515r201,0r101,329r2,0r100,-329r201,0xm156,-876r115,0r0,122r-115,0r0,-122xm333,-876r116,0r0,122r-116,0r0,-122","w":603,"k":{"\u00c6":78,"\\":-4,"4":25,"\/":73,",":87,".":87,"\u201a":87,"\u201e":87,"\u2026":87,"A":78,"\u00c0":78,"\u00c1":78,"\u00c2":78,"\u00c3":78,"\u00c4":78,"\u00c5":78,"S":20,"\u0160":20,"x":35,"\u00b2":-34,"\u00b3":-34,"\u00b9":-34,"\u2070":-34,"\u2074":-34,"\u2075":-34,"\u2076":-34,"\u2077":-34,"\u2078":-34,"\u2079":-34,"\u207a":-34,"\u207b":-34,"\u207c":-34,"\u207d":-34,"\u207e":-34,"\u207f":-34,"v":49,"y":49,"\u00fd":49,"\u00ff":49,"w":47,"-":56,"\u00ab":56,"\u00ad":56,"\u00b7":56,"\u2010":56,"\u2013":56,"\u2014":56,"\u2022":56,"\u2039":56,"\u2212":56,"\u2219":56,"a":96,"\u00e0":96,"\u00e1":96,"\u00e2":96,"\u00e3":96,"\u00e4":96,"\u00e5":96,"\u00e6":96,"g":77,"c":90,"d":90,"e":90,"o":90,"q":90,"\u00e7":90,"\u00e8":90,"\u00e9":90,"\u00ea":90,"\u00eb":90,"\u00f0":90,"\u00f2":90,"\u00f3":90,"\u00f4":90,"\u00f5":90,"\u00f6":90,"\u00f8":90,"\u0153":90,"s":81,"\u0161":81,"t":43,"\u2080":92,"\u2081":92,"\u2082":92,"\u2083":92,"\u2084":92,"\u2085":92,"\u2086":92,"\u2087":92,"\u2088":92,"\u2089":92,"\u208a":92,"\u208b":92,"\u208c":92,"\u208d":92,"\u208e":92,"J":13,"C":36,"G":36,"O":36,"Q":36,"\u00c7":36,"\u00d2":36,"\u00d3":36,"\u00d4":36,"\u00d5":36,"\u00d6":36,"\u00d8":36,"\u0152":36,"f":38,"\u017f":38,"\ufb00":38,"\ufb01":38,"\ufb02":38,"\ufb03":38,"\ufb04":38,"u":69,"\u00f9":69,"\u00fa":69,"\u00fb":69,"\u00fc":69,"z":62,"\u017e":62,"m":69,"n":69,"p":69,"r":69,"\u00f1":69,"\u0131":69,"\u00ec":-30,"\u00ee":-30,"\u00ef":-30}},"\u017d":{"d":"501,-155r0,155r-466,0r0,-106r264,-464r-254,0r0,-155r458,0r0,107r-260,463r258,0xm120,-876r127,0r31,50r32,-50r127,0r-102,124r-113,0","w":539,"k":{"v":21,"y":21,"\u00fd":21,"\u00ff":21,"w":14,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"C":15,"G":15,"O":15,"Q":15,"\u00c7":15,"\u00d2":15,"\u00d3":15,"\u00d4":15,"\u00d5":15,"\u00d6":15,"\u00d8":15,"\u0152":15}},"\u017e":{"d":"402,-125r0,125r-374,0r0,-88r186,-299r-179,0r0,-126r371,0r0,86r-189,302r185,0xm68,-725r127,0v12,20,18,45,33,62r31,-62r127,0r-103,147r-112,0","w":432,"k":{"T":36,"V":44,"W":39,"Y":56,"\u00dd":56,"\u0178":56,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f0":8,"\u00f2":8,"\u00f3":8,"\u00f4":8,"\u00f5":8,"\u00f6":8,"\u00f8":8,"\u0153":8}},"\u017f":{"d":"326,-731r8,114v-70,2,-83,31,-83,80r0,537r-163,0r0,-394r-77,0r0,-118r77,0v-6,-133,49,-210,238,-219","w":314},"\u0192":{"d":"341,-513r-22,117r-85,0r-84,451r-162,0r82,-451r-46,0r22,-117r46,0v17,-128,89,-211,280,-218r-14,114v-82,2,-103,40,-110,104r93,0","w":352},"\u02bb":{"d":"196,-687r0,165r-145,0v-2,-133,-4,-221,61,-309r57,21v-17,37,-24,74,-25,115","w":244,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u02bc":{"d":"51,-601r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115","w":244,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u02c6":{"d":"108,-578r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62","w":281},"\u02c7":{"d":"-19,-725r127,0v12,20,18,45,33,62r31,-62r127,0r-103,147r-112,0","w":281},"\u02c9":{"d":"283,-701r0,100r-286,0r0,-100r286,0","w":281},"\u02d8":{"d":"-21,-725r115,0v3,55,14,75,46,75v31,0,42,-20,46,-75r115,0v-18,119,-60,155,-161,155v-101,0,-142,-36,-161,-155","w":281},"\u02d9":{"d":"55,-725r148,0r0,139r-148,0r0,-139","w":281},"\u02da":{"d":"32,-658v0,-55,44,-88,108,-88v64,0,109,33,109,88v0,56,-46,88,-109,88v-64,0,-108,-32,-108,-88xm121,-658v0,13,6,20,19,20v13,0,19,-7,19,-20v0,-12,-6,-20,-19,-20v-13,0,-19,8,-19,20","w":281},"\u02db":{"d":"149,-14r59,6v-38,12,-55,37,-55,58v0,39,57,22,80,11r26,81v-28,18,-68,29,-111,29v-85,0,-121,-31,-121,-80v0,-50,48,-84,122,-105","w":281},"\u02dc":{"d":"230,-726r81,15v-11,85,-41,139,-113,139v-66,0,-87,-55,-117,-55v-18,0,-26,12,-30,48r-81,-14v11,-89,40,-141,112,-141v67,0,87,56,118,56v17,0,26,-12,30,-48","w":281},"\u02dd":{"d":"56,-725r147,0r-91,147r-93,0xm230,-725r148,0r-114,147r-94,0","w":281},"\u0300":{"d":"-319,-725r173,0r51,147r-118,0"},"\u0301":{"d":"-188,-725r173,0r-104,147r-118,0"},"\u0302":{"d":"-171,-578r-127,0r103,-147r112,0r103,147r-127,0v-12,-20,-18,-45,-33,-62"},"\u0303":{"d":"-58,-726r81,15v-11,85,-41,139,-113,139v-66,0,-87,-55,-117,-55v-18,0,-26,12,-30,48r-81,-14v11,-89,40,-141,112,-141v67,0,87,56,118,56v17,0,26,-12,30,-48"},"\u0304":{"d":"2,-701r0,100r-286,0r0,-100r286,0"},"\u0306":{"d":"-302,-725r115,0v3,55,14,75,46,75v31,0,42,-20,46,-75r115,0v-18,119,-60,155,-161,155v-101,0,-142,-36,-161,-155"},"\u0307":{"d":"-205,-725r148,0r0,139r-148,0r0,-139"},"\u0308":{"d":"-274,-725r113,0r0,139r-113,0r0,-139xm-116,-725r112,0r0,139r-112,0r0,-139"},"\u030a":{"d":"-249,-658v0,-55,44,-88,108,-88v64,0,109,33,109,88v0,56,-46,88,-109,88v-64,0,-108,-32,-108,-88xm-160,-658v0,13,6,20,19,20v13,0,19,-7,19,-20v0,-12,-6,-20,-19,-20v-13,0,-19,8,-19,20"},"\u030b":{"d":"-224,-725r147,0r-91,147r-93,0xm-50,-725r148,0r-114,147r-94,0"},"\u030c":{"d":"-300,-725r127,0v12,20,18,45,33,62r31,-62r127,0r-103,147r-112,0"},"\u0312":{"d":"-127,-576r-173,0r73,-149r118,0"},"\u0315":{"d":"75,-725r173,0r-77,158r-118,0"},"\u0326":{"d":"-320,104r0,-83r151,0v6,116,-20,162,-150,164r-4,-54v46,-2,58,-8,58,-23"},"\u0327":{"d":"-176,-27r80,7r-7,38v58,10,81,34,81,66v0,44,-50,86,-146,90r-29,-62v56,-10,82,-36,-3,-41"},"\u0328":{"d":"-115,-14r59,6v-38,12,-55,37,-55,58v0,39,57,22,80,11r26,81v-28,18,-68,29,-111,29v-85,0,-121,-31,-121,-80v0,-50,48,-84,122,-105"},"\u0335":{"d":"3,-308r0,100r-286,0r0,-100r286,0","w":1},"\u0336":{"d":"-615,-193r0,-130r586,0r0,130r-586,0","w":1},"\u0394":{"d":"2,0r233,-725r152,0r229,725r-614,0xm310,-505r-93,363r183,0r-88,-363r-2,0","w":618},"\u03a9":{"d":"299,-735v172,0,265,78,265,235r0,105v0,107,-55,160,-121,184r0,66r115,0r0,144r-239,0r0,-301v76,-3,63,-109,63,-192v0,-64,-25,-91,-83,-91v-57,0,-82,27,-82,91v1,83,-14,190,63,192r0,301r-239,0r0,-144r115,0r0,-66v-66,-23,-121,-77,-121,-184r0,-105v0,-157,93,-235,264,-235","w":599},"\u03bc":{"d":"57,161v-15,-199,-13,-457,-13,-674r163,0r0,308v-9,95,78,89,111,48r0,-356r163,0r0,513r-145,0v-3,-11,0,-28,-6,-36v-37,40,-97,36,-132,-3v5,69,12,141,20,188","w":525},"\u03c0":{"d":"470,0r-163,0r0,-390r-93,0r0,282v8,94,-109,140,-204,105r0,-91v25,2,41,-6,41,-28r0,-262r-38,0r0,-129r493,0r0,129r-36,0r0,384","w":518},"\u2007":{"w":532},"\u2008":{"w":223},"\u200b":{},"\u2010":{"d":"32,-223r0,-140r229,0r0,140r-229,0","w":293,"k":{"7":70,"1":30}},"\u2013":{"d":"31,-240r0,-129r395,0r0,129r-395,0","w":456,"k":{"7":70,"1":30}},"\u2014":{"d":"31,-239r0,-130r586,0r0,130r-586,0","w":647,"k":{"7":70,"1":30}},"\u2018":{"d":"196,-687r0,165r-145,0v-2,-133,-4,-221,61,-309r57,21v-17,37,-24,74,-25,115","w":244,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u2019":{"d":"51,-601r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115","w":244,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u201a":{"d":"51,-8r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115","w":244,"k":{"\\":63,"7":13,"1":20,"\"":86,"'":86,"*":86,"\u00aa":86,"\u00ae":86,"\u00b0":86,"\u00ba":86,"\u02bb":86,"\u02bc":86,"\u2018":86,"\u2019":86,"\u201c":86,"\u201d":86,"\u2120":86,"\u2122":86,"T":78,"V":81,"W":60,"Y":87,"\u00dd":87,"\u0178":87,"\u00b2":76,"\u00b3":76,"\u00b9":76,"\u2070":76,"\u2074":76,"\u2075":76,"\u2076":76,"\u2077":76,"\u2078":76,"\u2079":76,"\u207a":76,"\u207b":76,"\u207c":76,"\u207d":76,"\u207e":76,"\u207f":76,"v":59,"y":59,"\u00fd":59,"\u00ff":59,"w":45,"-":57,"\u00ab":57,"\u00ad":57,"\u00b7":57,"\u2010":57,"\u2013":57,"\u2014":57,"\u2022":57,"\u2039":57,"\u2212":57,"\u2219":57,"J":-30,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13,"U":13,"\u00d9":13,"\u00da":13,"\u00db":13,"\u00dc":13}},"\u201c":{"d":"386,-687r0,165r-145,0v-2,-133,-4,-221,61,-309r57,21v-17,37,-24,74,-25,115xm196,-687r0,165r-145,0v-2,-133,-4,-221,61,-309r57,21v-17,37,-24,74,-25,115","w":431,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u201d":{"d":"241,-601r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115xm51,-602r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115","w":431,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u201e":{"d":"227,-8r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115xm33,-8r0,-165r145,0v2,133,5,221,-61,309r-60,-21v17,-37,27,-74,28,-115","w":413,"k":{"\\":63,"7":13,"1":20,"\"":86,"'":86,"*":86,"\u00aa":86,"\u00ae":86,"\u00b0":86,"\u00ba":86,"\u02bb":86,"\u02bc":86,"\u2018":86,"\u2019":86,"\u201c":86,"\u201d":86,"\u2120":86,"\u2122":86,"T":78,"V":81,"W":60,"Y":87,"\u00dd":87,"\u0178":87,"\u00b2":76,"\u00b3":76,"\u00b9":76,"\u2070":76,"\u2074":76,"\u2075":76,"\u2076":76,"\u2077":76,"\u2078":76,"\u2079":76,"\u207a":76,"\u207b":76,"\u207c":76,"\u207d":76,"\u207e":76,"\u207f":76,"v":59,"y":59,"\u00fd":59,"\u00ff":59,"w":45,"-":57,"\u00ab":57,"\u00ad":57,"\u00b7":57,"\u2010":57,"\u2013":57,"\u2014":57,"\u2022":57,"\u2039":57,"\u2212":57,"\u2219":57,"J":-30,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13,"U":13,"\u00d9":13,"\u00da":13,"\u00db":13,"\u00dc":13}},"\u2020":{"d":"15,-569r129,6r-7,-182r160,0r-7,182r130,-6r0,158r-130,-5r7,571r-160,0r7,-571r-129,5r0,-158","w":437},"\u2021":{"d":"144,-174r0,-242r-129,5r0,-158r129,6r-7,-182r160,0r-7,182r130,-6r0,158r-130,-5r0,242r130,-5r0,158r-130,-6r7,182r-160,0r7,-182r-129,6r0,-158","w":437},"\u2022":{"d":"14,-312v0,-83,58,-148,134,-148v76,0,135,65,135,148v0,82,-59,147,-135,147v-76,0,-134,-65,-134,-147","w":297,"k":{"7":70,"1":30}},"\u2026":{"d":"33,0r0,-167r157,0r0,167r-157,0xm256,0r0,-167r157,0r0,167r-157,0xm479,0r0,-167r158,0r0,167r-158,0","w":669,"k":{"\\":63,"7":13,"1":20,"\"":86,"'":86,"*":86,"\u00aa":86,"\u00ae":86,"\u00b0":86,"\u00ba":86,"\u02bb":86,"\u02bc":86,"\u2018":86,"\u2019":86,"\u201c":86,"\u201d":86,"\u2120":86,"\u2122":86,"T":78,"V":81,"W":60,"Y":87,"\u00dd":87,"\u0178":87,"\u00b2":76,"\u00b3":76,"\u00b9":76,"\u2070":76,"\u2074":76,"\u2075":76,"\u2076":76,"\u2077":76,"\u2078":76,"\u2079":76,"\u207a":76,"\u207b":76,"\u207c":76,"\u207d":76,"\u207e":76,"\u207f":76,"v":59,"y":59,"\u00fd":59,"\u00ff":59,"w":45,"-":57,"\u00ab":57,"\u00ad":57,"\u00b7":57,"\u2010":57,"\u2013":57,"\u2014":57,"\u2022":57,"\u2039":57,"\u2212":57,"\u2219":57,"J":-30,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13,"U":13,"\u00d9":13,"\u00da":13,"\u00db":13,"\u00dc":13}},"\u2030":{"d":"164,-735v104,0,142,76,142,193v0,98,-50,156,-142,156v-105,1,-142,-74,-142,-191v0,-97,49,-158,142,-158xm164,-630v-33,-8,-32,46,-32,87v0,46,9,58,32,58v32,9,32,-48,32,-90v0,-43,-9,-55,-32,-55xm56,0r411,-723r116,0r-412,723r-115,0xm478,-335v104,0,142,76,142,193v0,98,-50,156,-142,156v-106,1,-143,-73,-143,-191v0,-97,49,-158,143,-158xm478,-230v-33,-9,-32,46,-32,87v0,45,9,58,32,58v31,8,31,-49,31,-90v0,-44,-9,-55,-31,-55xm790,-335v104,0,142,76,142,193v0,98,-50,156,-142,156v-106,1,-143,-73,-143,-191v0,-97,49,-158,143,-158xm790,-230v-33,-8,-33,45,-33,87v0,45,10,58,33,58v31,8,31,-49,31,-90v0,-44,-9,-55,-31,-55","w":950},"\u2039":{"d":"276,-437r-120,174r120,174r-128,0r-118,-174r118,-174r128,0","w":306},"\u203a":{"d":"31,-89r119,-174r-119,-174r128,0r117,174r-117,174r-128,0","w":306,"k":{"7":70,"1":30}},"\u203d":{"d":"13,-548v39,-107,139,-190,275,-190v183,0,263,97,263,199v0,100,-65,180,-203,233r-4,69r-125,0r-6,-218r0,-141v-32,17,-54,46,-71,87xm203,0r0,-167r157,0r0,167r-157,0xm396,-531v0,-37,-14,-63,-54,-75r0,179v46,-30,54,-72,54,-104","w":574,"k":{"\/":74,",":149,".":149,"\u201a":149,"\u201e":149,"\u2026":149,"A":59,"\u00c0":59,"\u00c1":59,"\u00c2":59,"\u00c3":59,"\u00c4":59,"\u00c5":59,"\u00c6":59,"c":22,"d":22,"e":22,"o":22,"q":22,"\u00e7":22,"\u00e8":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00f0":22,"\u00f2":22,"\u00f3":22,"\u00f4":22,"\u00f5":22,"\u00f6":22,"\u00f8":22,"\u0153":22}},"\u2044":{"d":"26,0r-96,0r411,-725r96,0","w":290,"k":{"\u208e":77,"\u208d":77,"\u208c":77,"\u208b":77,"\u208a":77,"\u2089":77,"\u2088":77,"\u2087":77,"\u2086":77,"\u2085":77,"\u2084":77,"\u2083":77,"\u2082":77,"\u2081":77,"\u2080":77,"\u207f":-48,"\u207e":-48,"\u207d":-48,"\u207c":-48,"\u207b":-48,"\u207a":-48,"\u2079":-48,"\u2078":-48,"\u2077":-48,"\u2076":-48,"\u2075":-48,"\u2074":-48,"\u2070":-48,"\u2026":29,"\u201e":29,"\u201a":29,"\u00b9":-48,"\u00b3":-48,"\u00b2":-48,".":29,",":29,"\u2044":60}},"\u2070":{"d":"259,-676r0,82v0,73,-44,123,-122,123v-77,0,-120,-50,-120,-123r0,-81v0,-73,43,-123,120,-123v78,0,122,50,122,122xm137,-718v-45,0,-30,81,-30,124v0,37,9,48,30,48v46,0,31,-84,31,-128v0,-33,-9,-44,-31,-44","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2074":{"d":"242,-475r-83,0r0,-55r-150,0r0,-61r141,-203r92,0r0,194r31,0r-5,70r-26,0r0,55xm102,-600r58,0v-1,-32,7,-71,2,-99","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2075":{"d":"85,-601r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2076":{"d":"144,-799v51,0,93,26,110,76r-61,28v-12,-47,-97,-33,-89,14v1,5,-3,15,2,16v14,-10,33,-15,57,-15v68,0,96,38,96,95v0,77,-45,114,-122,114v-81,0,-120,-44,-120,-123r0,-75v0,-74,52,-130,127,-130xm141,-611v-31,1,-37,5,-37,33v0,20,10,32,36,32v23,0,31,-7,31,-36v0,-21,-7,-29,-30,-29","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2077":{"d":"138,-475r-103,0r119,-241r-141,0r0,-78r237,0r0,71","w":263,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2078":{"d":"138,-471v-78,0,-124,-33,-124,-101v0,-35,18,-55,44,-72v-26,-13,-35,-37,-35,-65v0,-50,33,-89,115,-89v81,0,113,39,113,89v0,29,-13,49,-34,66v29,13,44,38,44,71v0,68,-47,101,-123,101xm170,-575v0,-25,-10,-30,-32,-30v-26,0,-33,5,-33,30v0,28,11,34,33,34v23,0,32,-5,32,-34xm138,-728v-24,0,-30,6,-30,30v0,25,8,31,30,31v22,0,29,-6,29,-31v0,-24,-7,-30,-29,-30","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2079":{"d":"17,-542r56,-33v13,23,27,33,51,33v43,0,47,-27,45,-66v-65,32,-155,10,-155,-81v0,-68,44,-110,121,-110v120,0,121,92,121,208v0,73,-46,120,-126,120v-56,0,-94,-25,-113,-71xm101,-695v0,47,59,38,68,15v2,-29,-2,-47,-33,-47v-25,0,-35,6,-35,32","w":275,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u207a":{"d":"85,-527r0,-72r-67,0r0,-59r67,0r0,-71r60,0r0,71r67,0r0,59r-67,0r0,72r-60,0","w":230,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u207b":{"d":"212,-599r-194,0r0,-59r194,0r0,59","w":230,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u207c":{"d":"194,-637r-165,0r0,-59r165,0r0,59xm194,-551r-165,0r0,-59r165,0r0,59","w":230,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u207d":{"d":"153,-415v-157,17,-127,-150,-129,-288v-1,-96,34,-145,129,-140r0,59v-84,-15,-56,150,-56,230v0,64,14,85,56,81r0,58","w":152,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u207e":{"d":"0,-843v157,-17,127,151,129,289v1,96,-34,144,-129,139r0,-58v84,15,56,-150,56,-230v0,-65,-14,-85,-56,-81r0,-59","w":152,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u207f":{"d":"27,-475r0,-250r84,0r4,21v18,-15,39,-26,64,-26v111,3,72,150,79,255r-91,0r0,-156v3,-34,-35,-31,-48,-12r0,168r-92,0","w":281,"k":{"\u2044":159,"\\":-32,"4":32,"\/":102,",":76,".":76,"\u201a":76,"\u201e":76,"\u2026":76,"A":80,"\u00c0":80,"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c4":80,"\u00c5":80,"\u00c6":80,"T":-21,"V":-34,"W":-21,"Y":-34,"\u00dd":-34,"\u0178":-34,"-":73,"\u00ab":73,"\u00ad":73,"\u00b7":73,"\u2010":73,"\u2013":73,"\u2014":73,"\u2022":73,"\u2039":73,"\u2212":73,"\u2219":73,"a":50,"\u00e0":50,"\u00e1":50,"\u00e2":50,"\u00e3":50,"\u00e4":50,"\u00e5":50,"\u00e6":50,"g":13,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":32,"\u0161":32,"t":-21,"\u2080":88,"\u2081":88,"\u2082":88,"\u2083":88,"\u2084":88,"\u2085":88,"\u2086":88,"\u2087":88,"\u2088":88,"\u2089":88,"\u208a":88,"\u208b":88,"\u208c":88,"\u208d":88,"\u208e":88}},"\u2080":{"d":"259,-85r0,82v0,73,-44,123,-122,123v-77,0,-120,-50,-120,-123r0,-81v0,-73,43,-123,120,-123v78,0,122,50,122,122xm137,-127v-45,0,-30,81,-30,124v0,37,9,48,30,48v46,0,31,-84,31,-128v0,-33,-9,-44,-31,-44","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2081":{"d":"106,-205r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62","w":223,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2082":{"d":"140,-207v81,0,114,47,114,94v0,101,-118,112,-136,158r133,0r0,71r-233,0v-25,-130,140,-172,143,-224v0,-16,-8,-24,-30,-24v-21,0,-39,16,-47,43r-71,-25v18,-53,59,-93,127,-93","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2083":{"d":"93,-13r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2084":{"d":"242,116r-83,0r0,-55r-150,0r0,-61r141,-203r92,0r0,194r31,0r-5,70r-26,0r0,55xm102,-9r58,0v-1,-32,7,-71,2,-99","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2085":{"d":"85,-10r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2086":{"d":"144,-208v51,0,93,26,110,76r-61,28v-12,-47,-97,-33,-89,14v1,5,-3,15,2,16v14,-10,33,-15,57,-15v68,0,96,38,96,95v0,77,-45,114,-122,114v-81,0,-120,-44,-120,-123r0,-75v0,-74,52,-130,127,-130xm141,-20v-31,1,-37,5,-37,33v0,20,10,32,36,32v23,0,31,-7,31,-36v0,-21,-7,-29,-30,-29","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2087":{"d":"138,116r-103,0r119,-241r-141,0r0,-78r237,0r0,71","w":263,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2088":{"d":"138,120v-78,0,-124,-33,-124,-101v0,-35,18,-55,44,-72v-26,-13,-35,-37,-35,-65v0,-50,33,-89,115,-89v81,0,113,39,113,89v0,29,-13,49,-34,66v29,13,44,38,44,71v0,68,-47,101,-123,101xm170,16v0,-25,-10,-30,-32,-30v-26,0,-33,5,-33,30v0,28,11,34,33,34v23,0,32,-5,32,-34xm138,-137v-24,0,-30,6,-30,30v0,25,8,31,30,31v22,0,29,-6,29,-31v0,-24,-7,-30,-29,-30","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u2089":{"d":"17,49r56,-33v13,23,27,33,51,33v43,0,47,-27,45,-66v-65,32,-155,10,-155,-81v0,-68,44,-110,121,-110v120,0,121,92,121,208v0,73,-46,120,-126,120v-56,0,-94,-25,-113,-71xm101,-104v0,47,59,38,68,15v2,-29,-2,-47,-33,-47v-25,0,-35,6,-35,32","w":275,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u208a":{"d":"85,64r0,-72r-67,0r0,-59r67,0r0,-71r60,0r0,71r67,0r0,59r-67,0r0,72r-60,0","w":230,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u208b":{"d":"212,-8r-194,0r0,-59r194,0r0,59","w":230,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u208c":{"d":"194,-46r-165,0r0,-59r165,0r0,59xm194,40r-165,0r0,-59r165,0r0,59","w":230,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u208d":{"d":"153,176v-157,17,-127,-150,-129,-288v-1,-96,34,-145,129,-140r0,59v-84,-15,-56,150,-56,230v0,64,14,85,56,81r0,58","w":152,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u208e":{"d":"0,-252v157,-17,127,151,129,289v1,96,-34,144,-129,139r0,-58v84,15,56,-150,56,-230v0,-65,-14,-85,-56,-81r0,-59","w":152,"k":{"\u2044":-90,"\\":23,"7":8,"1":23,"\"":80,"'":80,"*":80,"\u00aa":80,"\u00ae":80,"\u00b0":80,"\u00ba":80,"\u02bb":80,"\u02bc":80,"\u2018":80,"\u2019":80,"\u201c":80,"\u201d":80,"\u2120":80,"\u2122":80,"A":-26,"\u00c0":-26,"\u00c1":-26,"\u00c2":-26,"\u00c3":-26,"\u00c4":-26,"\u00c5":-26,"\u00c6":-26,"T":81,"V":80,"W":66,"Y":92,"\u00dd":92,"\u0178":92,"\u00b2":88,"\u00b3":88,"\u00b9":88,"\u2070":88,"\u2074":88,"\u2075":88,"\u2076":88,"\u2077":88,"\u2078":88,"\u2079":88,"\u207a":88,"\u207b":88,"\u207c":88,"\u207d":88,"\u207e":88,"\u207f":88,"v":56,"y":56,"\u00fd":56,"\u00ff":56,"w":18,"a":5,"\u00e0":5,"\u00e1":5,"\u00e2":5,"\u00e3":5,"\u00e4":5,"\u00e5":5,"\u00e6":5,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"J":-59,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25}},"\u20a3":{"d":"2,-82r0,-110r56,0r0,-533r432,0r0,156r-249,0r0,136r213,0r0,144r-213,0r0,97r79,0r0,110r-79,0r0,82r-183,0r0,-82r-56,0","w":519},"\u20a4":{"d":"57,-367r-14,-87r54,0v-24,-164,56,-284,219,-284v118,0,196,71,216,174r-124,46v-14,-52,-40,-71,-81,-71v-59,0,-74,63,-68,135r199,0r-13,87r-176,0r3,23r167,0r-10,82r-148,0v2,22,4,42,4,58v51,23,76,59,118,59v30,0,45,-18,53,-79r120,35v-19,137,-72,199,-162,199v-74,0,-116,-49,-153,-91v-27,62,-75,91,-137,91v-69,0,-114,-40,-114,-103v0,-75,51,-117,141,-125v-2,-13,-5,-28,-9,-44r-68,0r-12,-82r58,0r-6,-23r-57,0xm137,-93v10,0,20,-8,21,-48v-26,5,-33,22,-33,33v0,11,5,15,12,15","w":584},"\u20a7":{"d":"223,-725v112,0,176,81,176,240v0,175,-67,247,-217,234r0,251r-146,0r0,-725r187,0xm966,-388r-91,35v-9,-39,-25,-55,-43,-55v-13,0,-20,11,-20,28v0,69,154,84,154,234v0,97,-53,156,-141,156v-77,0,-132,-46,-149,-143r95,-31v10,52,28,66,47,66v16,0,24,-12,24,-38v0,-80,-158,-79,-158,-238v0,-88,51,-151,138,-151v76,0,127,54,144,137xm657,-515r0,120r-67,0r0,250v-2,38,28,44,62,36r12,95v-22,13,-55,23,-87,23v-86,0,-120,-52,-120,-158r0,-244r-40,-14r0,-106r47,-4r34,-128r92,0r0,130r67,0xm182,-594r0,224v71,3,71,3,71,-114v0,-120,-1,-111,-71,-110","w":981},"\u20ac":{"d":"301,-735v119,0,205,78,228,176r-132,48v-12,-44,-37,-68,-80,-68v-60,-1,-82,46,-78,114r207,0r-15,84r-192,0r0,21r187,0r-14,84r-173,0v-4,77,3,140,79,140v41,0,65,-23,78,-75r134,45v-26,116,-102,176,-230,176v-166,0,-261,-107,-245,-286r-43,0r0,-84r43,0r0,-21r-43,0r0,-84r43,0v-7,-170,92,-269,246,-270","w":564},"\u20b4":{"d":"25,-381r0,-92r297,0v33,-49,25,-135,-56,-135v-53,0,-85,20,-105,74r-121,-46v43,-99,122,-155,238,-155v172,0,239,135,185,262r38,0r0,92r-127,0v-16,12,-34,22,-51,33r178,0r0,93r-286,0v-36,56,-24,137,65,137v45,0,87,-23,110,-78r111,42v-38,107,-117,164,-233,164v-156,0,-215,-85,-215,-180v0,-33,7,-61,20,-85r-49,0r0,-93r135,0r50,-33r-184,0","w":525},"\u2105":{"d":"196,-737v82,0,140,51,156,108r-95,35v-7,-23,-22,-35,-48,-35v-32,0,-46,20,-46,51r0,139v0,31,13,49,46,49v24,0,40,-14,48,-40r96,34v-18,68,-70,106,-157,106v-101,0,-168,-57,-168,-148r0,-139v0,-100,68,-160,168,-160xm869,-273r0,111v0,99,-65,168,-182,168v-117,0,-182,-69,-182,-168r0,-111v0,-99,65,-168,182,-168v117,0,182,69,182,168xm687,-98v72,0,49,-109,49,-175v0,-45,-14,-60,-49,-60v-73,0,-48,107,-48,171v0,47,13,64,48,64xm283,0r-94,0r410,-725r95,0","w":897},"\u2113":{"d":"183,-217r-19,-103v19,-4,40,-11,60,-19v24,-235,123,-400,260,-400v81,0,121,52,121,131v0,121,-113,240,-252,319r0,38v0,102,8,126,34,126v31,0,63,-68,73,-90r105,29v-34,117,-117,197,-209,197v-96,1,-137,-70,-137,-239v-12,4,-24,8,-36,11xm466,-615v-37,0,-78,75,-100,194v69,-48,117,-115,118,-167v0,-15,-3,-27,-18,-27","w":777},"\u2116":{"d":"56,-725r134,0r218,360r2,0r0,-360r160,0r0,725r-126,0r-226,-377r-2,0r0,377r-160,0r0,-725xm895,-614r0,95v0,69,-48,122,-140,122v-92,0,-141,-53,-141,-122r0,-95v0,-67,48,-123,141,-123v96,0,140,54,140,123xm619,-289r0,-85r277,0r0,85r-277,0xm754,-651v-51,0,-34,81,-34,127v0,30,12,41,33,41v56,0,36,-78,36,-126v0,-32,-10,-42,-35,-42","w":933},"\u2117":{"d":"724,-429r0,138v0,168,-120,310,-341,310v-222,0,-341,-142,-341,-310r0,-138v0,-169,119,-311,341,-311v221,0,341,142,341,311xm624,-290r0,-140v0,-122,-81,-218,-241,-218v-161,0,-242,96,-242,218r0,140v0,121,81,218,242,218v160,0,241,-97,241,-218xm409,-594v106,0,166,59,166,156v1,119,-85,168,-218,155r0,152r-128,0r0,-463r180,0xm357,-497r0,124v57,2,91,5,91,-63v0,-68,-35,-62,-91,-61","w":765},"\u2120":{"d":"476,-725r88,0r0,322r-83,0v-2,-47,4,-103,-2,-146r-41,112r-39,0v-15,-36,-24,-79,-42,-112r0,146r-83,0r0,-322r87,0r57,164r2,0xm250,-649r-65,21v-11,-25,-26,-36,-43,-36v-17,0,-25,6,-25,18v0,44,132,41,132,147v0,58,-47,102,-114,102v-57,0,-96,-26,-116,-83r65,-25v12,27,32,40,49,40v16,0,24,-6,24,-23v0,-48,-133,-37,-133,-147v0,-56,42,-99,115,-99v57,0,98,35,111,85","w":589,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u2122":{"d":"440,-725r87,0r0,322r-83,0v-2,-47,4,-103,-2,-146r-41,112r-39,0v-15,-36,-24,-79,-42,-112r0,146r-83,0r0,-322r87,0r57,164r2,0xm9,-725r202,0r0,79r-55,0r0,243r-93,0r0,-243r-54,0r0,-79","w":552,"k":{"\u2044":157,"4":30,"\/":101,",":86,".":86,"\u201a":86,"\u201e":86,"\u2026":86,"A":70,"\u00c0":70,"\u00c1":70,"\u00c2":70,"\u00c3":70,"\u00c4":70,"\u00c5":70,"\u00c6":70,"-":68,"\u00ab":68,"\u00ad":68,"\u00b7":68,"\u2010":68,"\u2013":68,"\u2014":68,"\u2022":68,"\u2039":68,"\u2212":68,"\u2219":68,"a":38,"\u00e0":38,"\u00e1":38,"\u00e2":38,"\u00e3":38,"\u00e4":38,"\u00e5":38,"\u00e6":38,"g":42,"c":40,"d":40,"e":40,"o":40,"q":40,"\u00e7":40,"\u00e8":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00f0":40,"\u00f2":40,"\u00f3":40,"\u00f4":40,"\u00f5":40,"\u00f6":40,"\u00f8":40,"\u0153":40,"s":30,"\u0161":30,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80}},"\u2126":{"d":"299,-735v172,0,265,78,265,235r0,105v0,107,-55,160,-121,184r0,66r115,0r0,144r-239,0r0,-301v76,-3,63,-109,63,-192v0,-64,-25,-91,-83,-91v-57,0,-82,27,-82,91v1,83,-14,190,63,192r0,301r-239,0r0,-144r115,0r0,-66v-66,-23,-121,-77,-121,-184r0,-105v0,-157,93,-235,264,-235","w":599},"\u212e":{"d":"717,-341r-527,0r0,95v0,104,78,184,210,184v93,0,170,-46,219,-116r66,46v-62,91,-171,144,-293,144v-218,0,-364,-146,-364,-348v0,-197,142,-349,346,-349v218,0,327,154,343,344xm377,-608v-125,0,-196,71,-187,195r370,0v8,-123,-57,-195,-183,-195","w":745},"\u2150":{"d":"106,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm90,0r-96,0r411,-725r96,0xm425,0r-103,0r119,-241r-141,0r0,-78r237,0r0,71","w":550},"\u2151":{"d":"106,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm90,0r-96,0r411,-725r96,0xm304,-67r56,-33v13,23,27,33,51,33v43,0,47,-27,45,-66v-65,32,-155,10,-155,-81v0,-68,44,-110,121,-110v120,0,121,92,121,208v0,73,-46,120,-126,120v-56,0,-94,-25,-113,-71xm388,-220v0,47,59,38,68,15v2,-29,-2,-47,-33,-47v-25,0,-35,6,-35,32","w":562},"\u2152":{"d":"106,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm90,0r-96,0r411,-725r96,0xm393,-321r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm769,-201r0,82v0,73,-44,123,-122,123v-77,0,-120,-50,-120,-123r0,-81v0,-73,43,-123,120,-123v78,0,122,50,122,122xm647,-243v-45,0,-30,81,-30,124v0,37,9,48,30,48v46,0,31,-84,31,-128v0,-33,-9,-44,-31,-44","w":785},"\u2153":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0xm436,-129r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29","w":623},"\u2154":{"d":"148,-729v81,0,114,47,114,94v0,101,-118,112,-136,158r133,0r0,71r-233,0v-25,-130,140,-172,143,-224v0,-16,-8,-24,-30,-24v-21,0,-39,16,-47,43r-71,-25v18,-53,59,-93,127,-93xm156,0r-96,0r411,-725r96,0xm436,-129r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29","w":623},"\u2155":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0xm428,-126r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20","w":623},"\u2156":{"d":"148,-729v81,0,114,47,114,94v0,101,-118,112,-136,158r133,0r0,71r-233,0v-25,-130,140,-172,143,-224v0,-16,-8,-24,-30,-24v-21,0,-39,16,-47,43r-71,-25v18,-53,59,-93,127,-93xm156,0r-96,0r411,-725r96,0xm428,-126r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20","w":623},"\u2157":{"d":"101,-535r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29xm156,0r-96,0r411,-725r96,0xm428,-126r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20","w":623},"\u2158":{"d":"238,-406r-83,0r0,-55r-150,0r0,-61r141,-203r92,0r0,194r31,0r-5,70r-26,0r0,55xm98,-531r58,0v-1,-32,7,-71,2,-99xm156,0r-96,0r411,-725r96,0xm428,-126r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20","w":623},"\u2159":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0xm487,-324v51,0,93,26,110,76r-61,28v-12,-47,-97,-33,-89,14v1,5,-3,15,2,16v14,-10,33,-15,57,-15v68,0,96,38,96,95v0,77,-45,114,-122,114v-81,0,-120,-44,-120,-123r0,-75v0,-74,52,-130,127,-130xm484,-136v-31,1,-37,5,-37,33v0,20,10,32,36,32v23,0,31,-7,31,-36v0,-21,-7,-29,-30,-29","w":623},"\u215a":{"d":"93,-532r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20xm156,0r-96,0r411,-725r96,0xm487,-324v51,0,93,26,110,76r-61,28v-12,-47,-97,-33,-89,14v1,5,-3,15,2,16v14,-10,33,-15,57,-15v68,0,96,38,96,95v0,77,-45,114,-122,114v-81,0,-120,-44,-120,-123r0,-75v0,-74,52,-130,127,-130xm484,-136v-31,1,-37,5,-37,33v0,20,10,32,36,32v23,0,31,-7,31,-36v0,-21,-7,-29,-30,-29","w":623},"\u215b":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0xm481,4v-78,0,-124,-33,-124,-101v0,-35,18,-55,44,-72v-26,-13,-35,-37,-35,-65v0,-50,33,-89,115,-89v81,0,113,39,113,89v0,29,-13,49,-34,66v29,13,44,38,44,71v0,68,-47,101,-123,101xm513,-100v0,-25,-10,-30,-32,-30v-26,0,-33,5,-33,30v0,28,11,34,33,34v23,0,32,-5,32,-34xm481,-253v-24,0,-30,6,-30,30v0,25,8,31,30,31v22,0,29,-6,29,-31v0,-24,-7,-30,-29,-30","w":623},"\u215c":{"d":"101,-535r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29xm156,0r-96,0r411,-725r96,0xm481,4v-78,0,-124,-33,-124,-101v0,-35,18,-55,44,-72v-26,-13,-35,-37,-35,-65v0,-50,33,-89,115,-89v81,0,113,39,113,89v0,29,-13,49,-34,66v29,13,44,38,44,71v0,68,-47,101,-123,101xm513,-100v0,-25,-10,-30,-32,-30v-26,0,-33,5,-33,30v0,28,11,34,33,34v23,0,32,-5,32,-34xm481,-253v-24,0,-30,6,-30,30v0,25,8,31,30,31v22,0,29,-6,29,-31v0,-24,-7,-30,-29,-30","w":623},"\u215d":{"d":"93,-532r-59,-30r13,-163r206,0r-6,74r-126,0r-3,46v78,-25,145,16,145,92v0,71,-39,111,-124,111v-60,0,-103,-27,-118,-78r66,-25v10,20,28,31,45,31v28,0,35,-10,35,-38v0,-34,-51,-34,-74,-20xm156,0r-96,0r411,-725r96,0xm481,4v-78,0,-124,-33,-124,-101v0,-35,18,-55,44,-72v-26,-13,-35,-37,-35,-65v0,-50,33,-89,115,-89v81,0,113,39,113,89v0,29,-13,49,-34,66v29,13,44,38,44,71v0,68,-47,101,-123,101xm513,-100v0,-25,-10,-30,-32,-30v-26,0,-33,5,-33,30v0,28,11,34,33,34v23,0,32,-5,32,-34xm481,-253v-24,0,-30,6,-30,30v0,25,8,31,30,31v22,0,29,-6,29,-31v0,-24,-7,-30,-29,-30","w":623},"\u215e":{"d":"202,-406r-103,0r119,-241r-141,0r0,-78r237,0r0,71xm156,0r-96,0r411,-725r96,0xm481,4v-78,0,-124,-33,-124,-101v0,-35,18,-55,44,-72v-26,-13,-35,-37,-35,-65v0,-50,33,-89,115,-89v81,0,113,39,113,89v0,29,-13,49,-34,66v29,13,44,38,44,71v0,68,-47,101,-123,101xm513,-100v0,-25,-10,-30,-32,-30v-26,0,-33,5,-33,30v0,28,11,34,33,34v23,0,32,-5,32,-34xm481,-253v-24,0,-30,6,-30,30v0,25,8,31,30,31v22,0,29,-6,29,-31v0,-24,-7,-30,-29,-30","w":623},"\u215f":{"d":"154,-727r80,0r0,321r-97,0r0,-198r-70,0r0,-61v57,1,81,0,87,-62xm156,0r-96,0r411,-725r96,0","w":623},"\u2189":{"d":"259,-607r0,82v0,73,-44,123,-122,123v-77,0,-120,-50,-120,-123r0,-81v0,-73,43,-123,120,-123v78,0,122,50,122,122xm137,-649v-45,0,-30,81,-30,124v0,37,9,48,30,48v46,0,31,-84,31,-128v0,-33,-9,-44,-31,-44xm142,0r-96,0r411,-725r96,0xm432,-129r0,-64v31,1,62,1,62,-29v0,-19,-8,-28,-28,-28v-24,0,-37,8,-46,32r-68,-25v16,-47,58,-80,124,-80v79,0,114,45,114,89v0,32,-16,54,-43,71v33,9,49,34,49,70v0,64,-49,97,-123,97v-66,0,-106,-26,-122,-77r67,-27v7,39,80,48,80,0v0,-32,-34,-30,-66,-29","w":614},"\u2202":{"d":"258,-525v39,-1,66,10,91,22v-6,-84,-48,-141,-152,-155r42,-104v315,36,258,303,216,550v-22,128,-112,222,-262,222v-145,0,-203,-82,-182,-202r24,-134v20,-112,95,-199,223,-199xm289,-196r22,-127v8,-42,4,-78,-41,-78v-40,0,-64,21,-74,82r-25,160v0,34,14,47,44,47v37,0,63,-22,74,-84","w":502},"\u2206":{"d":"2,0r233,-725r152,0r229,725r-614,0xm310,-505r-93,363r183,0r-88,-363r-2,0","w":618},"\u220f":{"d":"20,-725r580,0r0,157r-65,0r0,623r-162,0r0,-624r-128,0r0,624r-161,0r0,-623r-64,0r0,-157","w":619},"\u2211":{"d":"26,-725r500,0r0,156r-265,0r152,223r-152,247r272,0r0,154r-507,0r0,-78r205,-323r-205,-288r0,-91","w":549},"\u2212":{"d":"421,-252r-387,0r0,-118r387,0r0,118","w":455,"k":{"7":70,"1":30}},"\u2215":{"d":"26,0r-96,0r411,-725r96,0","w":290},"\u2219":{"d":"131,-312v0,-83,58,-148,134,-148v76,0,135,65,135,148v0,82,-59,147,-135,147v-76,0,-134,-65,-134,-147","w":532,"k":{"7":70,"1":30}},"\u221a":{"d":"638,-745r-224,745r-190,0r-126,-370r-85,-21r0,-122r236,0r69,293r2,0r117,-525r201,0","w":633},"\u221e":{"d":"547,-280v0,203,-176,208,-257,94v-82,113,-257,110,-257,-94v0,-204,176,-209,257,-94v81,-116,257,-109,257,94xm234,-280v-24,-36,-38,-51,-58,-51v-19,0,-32,11,-32,51v0,84,59,56,90,0xm345,-280v25,35,39,50,58,50v20,0,32,-11,32,-50v0,-40,-12,-51,-32,-51v-19,0,-33,15,-58,51","w":580},"\u222b":{"d":"267,-871r10,123v-43,5,-62,27,-62,89r0,611v0,136,-68,207,-216,214r-10,-124v43,-5,63,-26,63,-89r0,-611v0,-136,67,-207,215,-213","w":253},"\u2248":{"d":"399,-452r0,117v-35,20,-65,27,-92,27v-95,0,-165,-75,-251,-13r0,-116v35,-20,66,-27,94,-27v99,2,171,80,249,12xm399,-273r0,116v-35,20,-66,27,-93,27v-94,0,-165,-74,-250,-12r0,-117v88,-61,187,14,270,14v24,0,47,-7,73,-28","w":455},"\u2260":{"d":"360,-513r-27,64r66,0r0,118r-115,0r-25,60r140,0r0,119r-190,0r-40,95r-71,-31r27,-64r-69,0r0,-119r119,0r25,-60r-144,0r0,-118r193,0r41,-96","w":455},"\u2264":{"d":"397,-406v-40,21,-86,36,-123,60r124,57r0,149r-355,-201r0,-12r354,-207r0,154xm44,-19r0,-111r354,0r0,111r-354,0","w":455},"\u2265":{"d":"58,-289v40,-21,85,-35,122,-59r-122,-58r0,-154r354,207r0,12r-354,201r0,-149xm411,-130r0,111r-354,0r0,-111r354,0","w":455},"\u22c5":{"d":"173,-318v0,-56,41,-102,92,-102v50,0,93,46,93,102v0,57,-43,101,-93,101v-51,0,-92,-44,-92,-101","w":532},"\u25ca":{"d":"31,-310r189,-287r189,287r-189,288xm153,-310r67,101r66,-101r-66,-100","w":440},"\u2e18":{"d":"561,-67v-39,107,-139,190,-275,190v-183,0,-263,-97,-263,-199v0,-100,65,-180,203,-233r4,-69r125,0r6,218r0,141v32,-17,54,-46,71,-87xm371,-615r0,167r-157,0r0,-167r157,0xm178,-84v0,37,14,63,54,75r0,-179v-46,30,-54,72,-54,104","w":574},"\ufb00":{"d":"583,-512r0,118r-84,0r0,394r-164,0r0,-394r-114,0r0,394r-164,0r0,-394r-46,0r0,-118r46,0v-6,-133,50,-210,239,-219r7,114v-81,3,-93,38,-90,105r122,0v-6,-133,50,-210,239,-219r7,114v-81,3,-93,38,-90,105r92,0","w":594,"k":{",":25,".":25,"\u201a":25,"\u201e":25,"\u2026":25,"A":28,"\u00c0":28,"\u00c1":28,"\u00c2":28,"\u00c3":28,"\u00c4":28,"\u00c5":28,"\u00c6":28,"\u00b2":-11,"\u00b3":-11,"\u00b9":-11,"\u2070":-11,"\u2074":-11,"\u2075":-11,"\u2076":-11,"\u2077":-11,"\u2078":-11,"\u2079":-11,"\u207a":-11,"\u207b":-11,"\u207c":-11,"\u207d":-11,"\u207e":-11,"\u207f":-11,"\u2080":16,"\u2081":16,"\u2082":16,"\u2083":16,"\u2084":16,"\u2085":16,"\u2086":16,"\u2087":16,"\u2088":16,"\u2089":16,"\u208a":16,"\u208b":16,"\u208c":16,"\u208d":16,"\u208e":16,"\u00ec":-25,"\u00ee":-25,"\u00ef":-25,")":-40,"]":-40,"}":-40}},"\ufb01":{"d":"296,-731r7,114v-81,3,-93,38,-90,105r284,0r0,512r-163,0r0,-394r-113,0r0,394r-164,0r0,-394r-46,0r0,-118r46,0v-6,-133,50,-210,239,-219xm348,-725r142,0r0,139r-142,0r0,-139","w":548},"\ufb02":{"d":"293,-512r0,119r-72,0r0,393r-164,0r0,-393r-46,0r0,-119r46,0v-15,-143,78,-222,288,-218r0,-15r163,0r0,745r-163,0r0,-617v-80,-5,-139,14,-132,80r0,25r80,0","w":562},"\ufb03":{"d":"573,-731r7,114v-81,3,-93,38,-90,105r284,0r0,512r-163,0r0,-394r-113,0r0,394r-164,0r0,-394r-113,0r0,394r-164,0r0,-394r-46,0r0,-118r46,0v-6,-133,50,-210,239,-219r7,114v-81,3,-93,38,-90,105r121,0v-6,-133,50,-210,239,-219xm625,-725r142,0r0,139r-142,0r0,-139","w":825},"\ufb04":{"d":"570,-512r0,118r-73,0r0,394r-163,0r0,-394r-113,0r0,394r-164,0r0,-394r-46,0r0,-118r46,0v-6,-133,50,-210,239,-219r7,114v-81,3,-93,38,-90,105r121,0v-15,-143,77,-222,288,-218r0,-15r163,0r0,745r-163,0r0,-617v-80,-5,-139,14,-132,80r0,25r80,0","w":839}}});;Cufon.registerFont({"w":602,"face":{"font-family":"Good OT Light","font-weight":350,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 4 2 1 1 2 1 2","ascent":"820","descent":"-180","x-height":"9","bbox":"-545 -898 888 179","underline-thickness":"40","underline-position":"-50","stemh":"46","stemv":"55","unicode-range":"U+000D-U+FB04"},"glyphs":{" ":{"w":254},"\r":{"w":254},"!":{"d":"82,-725r57,0r0,311r-7,214r-43,0r-7,-213r0,-312xm70,0r0,-87r81,0r0,87r-81,0","w":224},"\"":{"d":"187,-503v-9,-70,-16,-141,-13,-222r58,0v3,82,-5,154,-16,222r-29,0xm63,-503v-9,-70,-16,-141,-13,-222r58,0v3,82,-5,154,-16,222r-29,0","w":283,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"#":{"d":"37,-457r0,-41r129,0r19,-227r43,0r-19,227r155,0r19,-227r44,0r-20,227r99,0r0,41r-99,0r-17,190r116,0r0,42r-117,0r-19,225r-43,0r19,-225r-155,0r-19,225r-44,0r20,-225r-111,0r0,-42r112,0r16,-190r-128,0xm208,-457r-16,190r155,0r16,-190r-155,0","w":543},"$":{"d":"234,-827r40,0r1,95v76,12,133,62,157,132r-43,18v-19,-53,-59,-91,-118,-100r-13,286v89,43,181,91,181,216v0,115,-76,184,-189,189r-8,89r-40,0r-1,-91v-83,-11,-143,-66,-169,-153r45,-22v20,69,66,112,128,123r13,-306v-88,-41,-177,-86,-177,-206v0,-104,73,-172,184,-177xm385,-176v0,-84,-59,-123,-129,-157r-6,291v84,-4,135,-51,135,-134xm97,-560v0,75,56,112,123,145r5,-269v-90,5,-128,57,-128,124","w":477},"%":{"d":"156,-735v98,0,112,85,112,193v0,77,-39,122,-112,122v-98,0,-113,-82,-113,-190v0,-78,40,-125,113,-125xm156,-694v-72,0,-69,78,-69,154v0,54,23,81,69,81v73,0,69,-77,69,-152v0,-55,-23,-83,-69,-83xm52,-1r409,-724r50,0r-410,724r-49,0xm418,-305v98,0,112,85,112,194v0,77,-39,122,-112,122v-99,0,-112,-83,-112,-190v0,-78,39,-126,112,-126xm418,-264v-72,0,-69,78,-69,154v0,55,23,81,69,81v73,0,69,-77,69,-152v0,-55,-23,-83,-69,-83","w":571},"&":{"d":"171,-441v-93,-96,-71,-293,101,-293v79,0,131,33,167,113r-38,25v-32,-66,-73,-92,-127,-92v-115,0,-122,132,-68,206r208,286v24,-64,36,-145,35,-235r129,0r0,43r-83,0v-3,93,-19,173,-47,238v51,63,101,94,158,110r-11,47v-63,-12,-126,-53,-174,-107v-44,69,-106,108,-185,108v-124,0,-202,-68,-202,-206v0,-101,54,-189,137,-243xm240,-39v63,0,114,-38,149,-102r-188,-259v-69,43,-108,130,-108,201v0,108,57,160,147,160","w":607},"'":{"d":"66,-503v-9,-70,-16,-141,-13,-222r58,0v3,82,-5,154,-16,222r-29,0","w":164,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"(":{"d":"67,-201r0,-252v7,-275,69,-368,234,-360r0,40r-27,0v-95,0,-157,76,-157,320r0,252v0,243,63,320,157,320r27,0r0,39r-27,0v-132,0,-207,-98,-207,-359","w":253,"k":{"J":-160,"j":-100}},")":{"d":"186,-453r0,252v-7,274,-69,367,-234,359r0,-40r27,0v95,0,157,-76,157,-319r0,-252v0,-244,-62,-319,-157,-319r-27,0r0,-41r27,0v132,0,207,98,207,360","w":253},"*":{"d":"136,-693r-7,-113r42,0r-7,113r99,-43r14,43r-105,26r70,87r-35,27r-57,-97r-56,96r-36,-27r71,-86r-106,-25r14,-44","w":307,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"+":{"d":"216,-87r0,-202r-157,0r0,-46r157,0r0,-203r45,0r0,203r163,0r0,46r-163,0r0,202r-45,0","w":483},",":{"d":"64,0r0,-85r81,0v2,96,2,193,-78,201r-5,-30v34,-12,42,-32,42,-86r-40,0","w":207,"k":{"\\":67,"7":48,"1":41,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":88,"V":78,"W":62,"Y":85,"\u00dd":85,"\u0178":85,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":58,"-":64,"\u00ab":64,"\u00ad":64,"\u00b7":64,"\u2010":64,"\u2013":64,"\u2014":64,"\u2022":64,"\u2039":64,"\u2212":64,"\u2219":64,"J":-30,"C":23,"G":23,"O":23,"Q":23,"\u00c7":23,"\u00d2":23,"\u00d3":23,"\u00d4":23,"\u00d5":23,"\u00d6":23,"\u00d8":23,"\u0152":23,"U":23,"\u00d9":23,"\u00da":23,"\u00db":23,"\u00dc":23}},"-":{"d":"24,-267r0,-50r220,0r0,50r-220,0","w":269,"k":{"7":60,"1":40}},".":{"d":"62,0r0,-87r81,0r0,87r-81,0","w":205,"k":{"\\":67,"7":48,"1":41,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":88,"V":78,"W":62,"Y":85,"\u00dd":85,"\u0178":85,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":58,"-":64,"\u00ab":64,"\u00ad":64,"\u00b7":64,"\u2010":64,"\u2013":64,"\u2014":64,"\u2022":64,"\u2039":64,"\u2212":64,"\u2219":64,"J":-30,"C":23,"G":23,"O":23,"Q":23,"\u00c7":23,"\u00d2":23,"\u00d3":23,"\u00d4":23,"\u00d5":23,"\u00d6":23,"\u00d8":23,"\u0152":23,"U":23,"\u00d9":23,"\u00da":23,"\u00db":23,"\u00dc":23}},"\/":{"d":"-26,85r294,-832r51,0r-295,832r-50,0","w":313,"k":{"\u208e":82,"\u208d":82,"\u208c":82,"\u208b":82,"\u208a":82,"\u2089":82,"\u2088":82,"\u2087":82,"\u2086":82,"\u2085":82,"\u2084":82,"\u2083":82,"\u2082":82,"\u2081":82,"\u2080":82,"\u207f":-22,"\u207e":-22,"\u207d":-22,"\u207c":-22,"\u207b":-22,"\u207a":-22,"\u2079":-22,"\u2078":-22,"\u2077":-22,"\u2076":-22,"\u2075":-22,"\u2074":-22,"\u2070":-22,"\u2026":93,"\u201e":93,"\u201a":93,"\u0161":28,"\u0153":33,"\u0131":25,"\u00fc":20,"\u00fb":20,"\u00fa":20,"\u00f9":20,"\u00f8":33,"\u00f6":33,"\u00f5":33,"\u00f4":33,"\u00f3":33,"\u00f2":33,"\u00f1":25,"\u00f0":33,"\u00eb":33,"\u00ea":33,"\u00e9":33,"\u00e8":33,"\u00e7":33,"\u00e6":57,"\u00e5":57,"\u00e4":57,"\u00e3":57,"\u00e2":57,"\u00e1":57,"\u00e0":57,"\u00c6":71,"\u00c5":71,"\u00c4":71,"\u00c3":71,"\u00c2":71,"\u00c1":71,"\u00c0":71,"\u00b9":-22,"\u00b3":-22,"\u00b2":-22,"x":21,"u":20,"s":28,"r":25,"q":33,"p":25,"o":33,"n":25,"m":25,"g":43,"e":33,"d":33,"c":33,"a":57,"A":71,".":93,",":93,"4":46,"\/":87}},"0":{"d":"506,-496r0,272v0,145,-78,234,-220,234v-143,0,-222,-89,-222,-234r0,-272v0,-148,79,-239,222,-239v142,0,220,91,220,239xm123,-496r0,272v0,120,55,182,163,182v106,0,162,-62,162,-182r0,-272v0,-121,-56,-187,-162,-187v-108,0,-163,66,-163,187","w":571},"1":{"d":"212,-728r41,0r0,728r-58,0r0,-562r-153,0r0,-43v109,-3,173,23,170,-123","w":362},"2":{"d":"280,-735v138,0,202,79,202,181v0,251,-328,300,-350,503r364,0r0,51r-422,0v-26,-278,348,-324,350,-553v0,-78,-44,-131,-145,-131v-83,0,-141,53,-161,135r-47,-14v22,-91,93,-172,209,-172","w":547},"3":{"d":"199,-354r0,-48v119,6,198,-18,197,-142v0,-99,-51,-141,-138,-141v-79,0,-135,48,-161,126r-46,-15v32,-98,108,-161,210,-161v133,0,195,77,195,188v0,92,-43,142,-108,168v80,18,124,71,124,170v0,146,-72,219,-212,219v-97,0,-178,-47,-215,-143r43,-19v31,76,98,113,171,113v112,0,153,-61,153,-172v1,-130,-88,-148,-213,-143","w":525},"4":{"d":"410,0r-54,0r0,-142r-345,0r0,-38r346,-545r53,0r0,533r104,0r-7,50r-97,0r0,142xm83,-192r273,0r3,-449r-2,0","w":517,"k":{"7":30}},"5":{"d":"109,-348r-42,-24r33,-353r361,0r-4,52r-312,0r-24,266v46,-26,98,-46,160,-46v140,0,209,72,209,226v0,153,-82,237,-224,237v-93,0,-172,-50,-205,-146r44,-19v28,80,93,116,159,116v116,0,168,-67,168,-189v0,-126,-50,-175,-164,-175v-59,0,-126,23,-159,55","w":532,"k":{"1":42}},"6":{"d":"286,-735v89,0,159,48,189,135r-41,20v-28,-74,-78,-104,-146,-104v-108,0,-165,78,-165,203v0,29,-4,67,2,92v36,-43,101,-64,164,-64v149,0,204,82,204,219v0,163,-81,244,-214,244v-124,0,-215,-73,-215,-232r0,-255v0,-151,78,-258,222,-258xm283,-403v-73,0,-160,35,-160,97r0,87v0,126,68,178,157,178v105,0,158,-65,158,-194v0,-109,-47,-168,-155,-168","w":542,"k":{"7":42}},"7":{"d":"191,0r-67,0r283,-675r-394,0r0,-50r457,0r0,42","w":483,"k":{"\u2219":20,"\u2212":20,"\u208e":69,"\u208d":69,"\u208c":69,"\u208b":69,"\u208a":69,"\u2089":69,"\u2088":69,"\u2087":69,"\u2086":69,"\u2085":69,"\u2084":69,"\u2083":69,"\u2082":69,"\u2081":69,"\u2080":69,"\u2039":20,"\u2026":85,"\u2022":20,"\u201e":85,"\u201a":85,"\u2014":20,"\u2013":20,"\u2010":20,"\u0161":36,"\u0153":36,"\u00f8":36,"\u00f6":36,"\u00f5":36,"\u00f4":36,"\u00f3":36,"\u00f2":36,"\u00f0":36,"\u00eb":36,"\u00ea":36,"\u00e9":36,"\u00e8":36,"\u00e7":36,"\u00e6":48,"\u00e5":48,"\u00e4":48,"\u00e3":48,"\u00e2":48,"\u00e1":48,"\u00e0":48,"\u00c6":60,"\u00c5":60,"\u00c4":60,"\u00c3":60,"\u00c2":60,"\u00c1":60,"\u00c0":60,"\u00b7":20,"\u00ad":20,"\u00ab":20,"s":36,"q":36,"o":36,"g":39,"e":36,"d":36,"c":36,"a":48,"A":60,".":85,"-":20,",":85,"4":72,"\/":71}},"8":{"d":"278,10v-149,0,-226,-65,-226,-215v0,-102,42,-156,118,-182v-64,-22,-102,-76,-102,-160v0,-114,60,-188,210,-188v150,0,210,74,210,188v0,86,-43,135,-102,162v80,21,118,81,118,180v0,150,-77,215,-226,215xm445,-209v0,-112,-70,-150,-167,-150v-97,0,-167,38,-167,150v0,126,54,169,167,169v113,0,167,-43,167,-169xm278,-686v-109,0,-153,41,-153,141v0,94,48,139,153,139v105,0,153,-45,153,-139v0,-100,-44,-141,-153,-141","w":556},"9":{"d":"101,-142v34,69,82,101,161,101v93,0,157,-56,157,-161v0,-51,4,-110,-2,-157v-33,37,-92,62,-161,62v-132,0,-207,-69,-207,-216v0,-137,74,-222,221,-222v126,0,208,81,208,215r0,317v0,129,-91,213,-214,213v-103,0,-170,-47,-203,-129xm262,-345v69,0,157,-39,157,-99v0,-138,-23,-241,-150,-241v-108,0,-161,61,-161,171v0,123,58,169,154,169","w":542},":":{"d":"62,-391r0,-87r81,0r0,87r-81,0xm62,0r0,-87r81,0r0,87r-81,0","w":205},";":{"d":"62,-391r0,-87r81,0r0,87r-81,0xm63,0r0,-85r81,0v2,96,2,193,-78,201r-5,-30v34,-12,42,-32,42,-86r-40,0","w":205},"<":{"d":"395,-478r-250,164r251,164r0,59r-331,-218r0,-9r330,-220r0,60","w":483},"=":{"d":"420,-347r-357,0r0,-47r357,0r0,47xm420,-215r-357,0r0,-47r357,0r0,47","w":483},">":{"d":"87,-150r250,-164r-249,-164r0,-60r330,220r0,9r-331,218r0,-59","w":483},"?":{"d":"25,-580v31,-87,109,-155,221,-155v140,0,194,87,194,175v0,105,-72,193,-182,240r-7,120r-43,0r-5,-148v116,-52,178,-118,178,-209v0,-63,-32,-128,-137,-128v-86,0,-145,48,-173,121xm190,0r0,-87r81,0r0,87r-81,0","w":490,"k":{"\/":75,",":150,".":150,"\u201a":150,"\u201e":150,"\u2026":150,"A":56,"\u00c0":56,"\u00c1":56,"\u00c2":56,"\u00c3":56,"\u00c4":56,"\u00c5":56,"\u00c6":56,"c":31,"d":31,"e":31,"o":31,"q":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f0":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0153":31}},"@":{"d":"560,-457r-30,0r-26,276v0,48,22,72,67,72v63,0,97,-41,97,-156r0,-140v0,-176,-102,-283,-276,-283v-180,0,-289,123,-289,293r0,201v0,201,117,310,293,310v115,0,191,-31,253,-94r30,28v-69,72,-166,110,-283,110v-212,0,-340,-128,-340,-353r0,-204v0,-189,125,-337,336,-337v207,0,322,139,322,329r0,139v0,137,-57,201,-144,201v-55,0,-90,-24,-108,-67v-34,44,-83,69,-140,69v-75,0,-117,-48,-117,-141v0,-168,94,-294,261,-294r94,0r0,41xm452,-197r27,-254v-151,-8,-219,93,-221,246v0,70,26,96,74,96v53,0,93,-27,120,-88","w":773},"A":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"B":{"d":"489,-547v0,94,-37,138,-107,164v98,19,143,81,143,177v0,136,-63,206,-209,206r-227,0r0,-725r203,0v130,0,197,67,197,178xm150,-352r0,299r164,0v98,0,150,-40,150,-155v0,-99,-49,-144,-150,-144r-164,0xm150,-671r0,266r143,0v99,0,137,-49,137,-138v0,-86,-41,-128,-137,-128r-143,0","w":576,"k":{"\ufb04":15,"\ufb03":15,"\ufb02":15,"\ufb01":15,"\ufb00":15,"\u017f":15,"\u0178":23,"\u00ff":25,"\u00fd":25,"\u00dd":23,"\u00c6":13,"\u00c5":13,"\u00c4":13,"\u00c3":13,"\u00c2":13,"\u00c1":13,"\u00c0":13,"y":25,"x":21,"w":20,"v":25,"t":24,"f":15,"Y":23,"T":14,"A":13}},"C":{"d":"288,-735v100,0,177,61,202,142r-45,19v-22,-65,-73,-108,-154,-108v-107,0,-165,70,-165,193r0,257v0,111,60,190,166,190v84,0,129,-30,154,-116r47,17v-28,106,-99,151,-204,151v-137,0,-225,-99,-225,-242r0,-257v0,-152,83,-246,224,-246","w":535,"k":{"v":29,"y":29,"\u00fd":29,"\u00ff":29,"w":16,"-":38,"\u00ab":38,"\u00ad":38,"\u00b7":38,"\u2010":38,"\u2013":38,"\u2014":38,"\u2022":38,"\u2039":38,"\u2212":38,"\u2219":38,"t":19}},"D":{"d":"89,-725r232,0v154,0,241,92,241,243r0,243v0,148,-87,239,-241,239r-232,0r0,-725xm501,-480v0,-124,-62,-191,-180,-191r-170,0r0,618r170,0v117,0,180,-65,180,-187r0,-240","w":627,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"E":{"d":"89,-725r396,0r0,55r-334,0r0,270r271,0r0,51r-271,0r0,294r350,0r0,55r-412,0r0,-725","w":541,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"F":{"d":"89,-725r396,0r0,55r-334,0r0,276r287,0r0,52r-287,0r0,342r-62,0r0,-725","w":527,"k":{"\ufb04":18,"\ufb03":18,"\ufb02":18,"\ufb01":18,"\ufb00":18,"\u208e":61,"\u208d":61,"\u208c":61,"\u208b":61,"\u208a":61,"\u2089":61,"\u2088":61,"\u2087":61,"\u2086":61,"\u2085":61,"\u2084":61,"\u2083":61,"\u2082":61,"\u2081":61,"\u2080":61,"\u2026":85,"\u201e":85,"\u201a":85,"\u017f":18,"\u0161":38,"\u0153":48,"\u0131":40,"\u00ff":22,"\u00fd":22,"\u00f8":48,"\u00f6":48,"\u00f5":48,"\u00f4":48,"\u00f3":48,"\u00f2":48,"\u00f1":40,"\u00f0":48,"\u00ef":-15,"\u00ee":-15,"\u00ec":-15,"\u00eb":48,"\u00ea":48,"\u00e9":48,"\u00e8":48,"\u00e7":48,"\u00e6":43,"\u00e5":43,"\u00e4":43,"\u00e3":43,"\u00e2":43,"\u00e1":43,"\u00e0":43,"\u00c5":56,"\u00c4":56,"\u00c3":56,"\u00c2":56,"\u00c1":56,"\u00c0":56,"y":22,"v":22,"t":14,"s":38,"r":40,"q":48,"p":40,"o":48,"n":40,"m":40,"g":34,"f":18,"e":48,"d":48,"c":48,"a":43,"A":56,".":85,",":85,"\u00c6":96,"\/":71}},"G":{"d":"308,-735v109,0,193,60,222,146r-46,18v-32,-72,-89,-111,-170,-111v-127,0,-188,78,-188,210r0,239v0,123,64,189,180,189v77,0,131,-24,170,-93r0,-163r-118,0r0,-46r175,0r0,346r-52,0v-2,-24,4,-56,-2,-76v-45,61,-108,85,-182,85v-148,0,-233,-90,-233,-241r0,-240v0,-157,81,-263,244,-263","w":601,"k":{"v":15,"y":15,"\u00fd":15,"\u00ff":15,"t":14}},"H":{"d":"89,-725r62,0r0,327r326,0r0,-327r61,0r0,725r-61,0r0,-344r-326,0r0,344r-62,0r0,-725","w":627},"I":{"d":"109,-725r62,0r0,725r-62,0r0,-725","w":280},"J":{"d":"117,-725r62,0r0,614v0,171,-85,253,-244,253r-4,-49v127,0,186,-60,186,-204r0,-614","w":268},"K":{"d":"563,0r-77,0r-238,-356r-98,113r0,243r-61,0r0,-725r61,0r0,412r2,0r310,-412r77,0r-249,325","w":584,"k":{"v":39,"y":39,"\u00fd":39,"\u00ff":39,"w":24,"-":24,"\u00ab":24,"\u00ad":24,"\u00b7":24,"\u2010":24,"\u2013":24,"\u2014":24,"\u2022":24,"\u2039":24,"\u2212":24,"\u2219":24,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"J":-28,"C":29,"G":29,"O":29,"Q":29,"\u00c7":29,"\u00d2":29,"\u00d3":29,"\u00d4":29,"\u00d5":29,"\u00d6":29,"\u00d8":29,"\u0152":29,"u":23,"\u00f9":23,"\u00fa":23,"\u00fb":23,"\u00fc":23}},"L":{"d":"89,-725r61,0r0,670r308,0r0,55r-369,0r0,-725","w":484,"k":{"\\":69,"7":75,"4":28,"3":11,"1":108,"\"":86,"'":86,"*":86,"\u00aa":86,"\u00ae":86,"\u00b0":86,"\u00ba":86,"\u02bb":86,"\u02bc":86,"\u2018":86,"\u2019":86,"\u201c":86,"\u201d":86,"\u2120":86,"\u2122":86,"T":68,"V":58,"W":68,"Y":82,"\u00dd":82,"\u0178":82,"\u00b2":86,"\u00b3":86,"\u00b9":86,"\u2070":86,"\u2074":86,"\u2075":86,"\u2076":86,"\u2077":86,"\u2078":86,"\u2079":86,"\u207a":86,"\u207b":86,"\u207c":86,"\u207d":86,"\u207e":86,"\u207f":86,"v":52,"y":52,"\u00fd":52,"\u00ff":52,"w":50,"-":32,"\u00ab":32,"\u00ad":32,"\u00b7":32,"\u2010":32,"\u2013":32,"\u2014":32,"\u2022":32,"\u2039":32,"\u2212":32,"\u2219":32,"c":22,"d":22,"e":22,"o":22,"q":22,"\u00e7":22,"\u00e8":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00f0":22,"\u00f2":22,"\u00f3":22,"\u00f4":22,"\u00f5":22,"\u00f6":22,"\u00f8":22,"\u0153":22,"t":31,"J":-48,"C":19,"G":19,"O":19,"Q":19,"\u00c7":19,"\u00d2":19,"\u00d3":19,"\u00d4":19,"\u00d5":19,"\u00d6":19,"\u00d8":19,"\u0152":19,"U":20,"\u00d9":20,"\u00da":20,"\u00db":20,"\u00dc":20,"f":21,"\u017f":21,"\ufb00":21,"\ufb01":21,"\ufb02":21,"\ufb03":21,"\ufb04":21,"z":2,"\u017e":2}},"M":{"d":"638,-725r54,0r0,725r-57,0r0,-591r-2,0r-228,443r-29,0r-228,-444r-2,0r0,592r-57,0r0,-725r54,0r246,489r2,0","w":781},"N":{"d":"89,-725r52,0r339,592r2,0r0,-592r56,0r0,725r-46,0r-345,-602r-2,0r0,602r-56,0r0,-725","w":627},"O":{"d":"301,-735v153,0,237,91,237,239r0,265v0,150,-84,241,-237,241v-153,0,-237,-91,-237,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"P":{"d":"319,-725v127,0,197,76,197,211v0,132,-69,211,-195,211r-170,0r0,303r-62,0r0,-725r230,0xm151,-671r0,316r167,0v95,0,136,-52,136,-159v0,-107,-41,-157,-136,-157r-167,0","w":555,"k":{"\u208e":87,"\u208d":87,"\u208c":87,"\u208b":87,"\u208a":87,"\u2089":87,"\u2088":87,"\u2087":87,"\u2086":87,"\u2085":87,"\u2084":87,"\u2083":87,"\u2082":87,"\u2081":87,"\u2080":87,"\u2026":94,"\u201e":94,"\u201a":94,"\u017d":13,"\u0178":11,"\u0153":23,"\u0131":17,"\u00f8":23,"\u00f6":23,"\u00f5":23,"\u00f4":23,"\u00f3":23,"\u00f2":23,"\u00f1":17,"\u00f0":23,"\u00eb":23,"\u00ea":23,"\u00e9":23,"\u00e8":23,"\u00e7":23,"\u00dd":11,"\u00c5":44,"\u00c4":44,"\u00c3":44,"\u00c2":44,"\u00c1":44,"\u00c0":44,"r":17,"q":23,"p":17,"o":23,"n":17,"m":17,"e":23,"d":23,"c":23,"Z":13,"Y":11,"X":14,"A":44,".":94,",":94,"\u00c6":84,"\/":78}},"Q":{"d":"301,-735v153,0,237,91,237,239r0,265v2,133,-68,213,-180,237r121,121r-56,26r-130,-143v-148,-3,-229,-93,-229,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"R":{"d":"473,0r-192,-326r-130,0r0,326r-62,0r0,-725r211,0v132,0,199,70,199,193v0,117,-55,184,-155,198r203,334r-74,0xm151,-671r0,293r145,0v107,0,142,-59,142,-152v0,-92,-35,-141,-138,-141r-149,0","w":574,"k":{"T":13,"V":14,"W":25,"Y":19,"\u00dd":19,"\u0178":19,"v":11,"y":11,"\u00fd":11,"\u00ff":11,"w":12,"c":22,"d":22,"e":22,"o":22,"q":22,"\u00e7":22,"\u00e8":22,"\u00e9":22,"\u00ea":22,"\u00eb":22,"\u00f0":22,"\u00f2":22,"\u00f3":22,"\u00f4":22,"\u00f5":22,"\u00f6":22,"\u00f8":22,"\u0153":22,"\u2080":-6,"\u2081":-6,"\u2082":-6,"\u2083":-6,"\u2084":-6,"\u2085":-6,"\u2086":-6,"\u2087":-6,"\u2088":-6,"\u2089":-6,"\u208a":-6,"\u208b":-6,"\u208c":-6,"\u208d":-6,"\u208e":-6}},"S":{"d":"240,-735v99,0,177,53,206,134r-45,20v-23,-62,-81,-102,-158,-102v-103,0,-143,55,-143,124v0,188,353,137,353,372v0,127,-83,197,-210,197v-100,0,-184,-59,-213,-156r49,-20v26,80,89,123,164,123v96,0,151,-47,151,-140v0,-195,-355,-133,-355,-374v0,-103,74,-178,201,-178","w":487,"k":{"\/":3,"v":17,"y":17,"\u00fd":17,"\u00ff":17}},"T":{"d":"17,-725r445,0r0,55r-192,0r0,670r-61,0r0,-670r-192,0r0,-55","w":479,"k":{"\u00c6":45,"4":60,"\/":69,",":88,".":88,"\u201a":88,"\u201e":88,"\u2026":88,"A":45,"\u00c0":45,"\u00c1":45,"\u00c2":45,"\u00c3":45,"\u00c4":45,"\u00c5":45,"x":64,"\u00b2":-37,"\u00b3":-37,"\u00b9":-37,"\u2070":-37,"\u2074":-37,"\u2075":-37,"\u2076":-37,"\u2077":-37,"\u2078":-37,"\u2079":-37,"\u207a":-37,"\u207b":-37,"\u207c":-37,"\u207d":-37,"\u207e":-37,"\u207f":-37,"v":70,"y":70,"\u00fd":70,"\u00ff":70,"w":68,"-":49,"\u00ab":49,"\u00ad":49,"\u00b7":49,"\u2010":49,"\u2013":49,"\u2014":49,"\u2022":49,"\u2039":49,"\u2212":49,"\u2219":49,"a":74,"\u00e0":74,"\u00e1":74,"\u00e2":74,"\u00e3":74,"\u00e4":74,"\u00e5":74,"\u00e6":74,"g":80,"c":85,"d":85,"e":85,"o":85,"q":85,"\u00e7":85,"\u00e8":85,"\u00e9":85,"\u00ea":85,"\u00eb":85,"\u00f0":85,"\u00f2":85,"\u00f3":85,"\u00f4":85,"\u00f5":85,"\u00f6":85,"\u00f8":85,"\u0153":85,"s":68,"\u0161":68,"t":23,"\u2080":87,"\u2081":87,"\u2082":87,"\u2083":87,"\u2084":87,"\u2085":87,"\u2086":87,"\u2087":87,"\u2088":87,"\u2089":87,"\u208a":87,"\u208b":87,"\u208c":87,"\u208d":87,"\u208e":87,"C":17,"G":17,"O":17,"Q":17,"\u00c7":17,"\u00d2":17,"\u00d3":17,"\u00d4":17,"\u00d5":17,"\u00d6":17,"\u00d8":17,"\u0152":17,"f":31,"\u017f":31,"\ufb00":31,"\ufb01":31,"\ufb02":31,"\ufb03":31,"\ufb04":31,"u":45,"\u00f9":45,"\u00fa":45,"\u00fb":45,"\u00fc":45,"z":55,"\u017e":55,"m":46,"n":46,"p":46,"r":46,"\u00f1":46,"\u0131":46}},"U":{"d":"490,-725r61,0r0,502v0,146,-83,233,-237,233v-150,0,-236,-87,-236,-232r0,-503r62,0r0,503v0,135,81,177,174,177v112,0,176,-54,176,-177r0,-503","w":629,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19}},"V":{"d":"564,-725r-243,725r-62,0r-242,-725r68,0r205,648r2,0r204,-648r68,0","w":581,"k":{"\u00c6":38,"4":27,"\/":53,",":78,".":78,"\u201a":78,"\u201e":78,"\u2026":78,"A":38,"\u00c0":38,"\u00c1":38,"\u00c2":38,"\u00c3":38,"\u00c4":38,"\u00c5":38,"S":8,"\u0160":8,"x":28,"\u00b2":-29,"\u00b3":-29,"\u00b9":-29,"\u2070":-29,"\u2074":-29,"\u2075":-29,"\u2076":-29,"\u2077":-29,"\u2078":-29,"\u2079":-29,"\u207a":-29,"\u207b":-29,"\u207c":-29,"\u207d":-29,"\u207e":-29,"\u207f":-29,"v":26,"y":26,"\u00fd":26,"\u00ff":26,"w":28,"-":23,"\u00ab":23,"\u00ad":23,"\u00b7":23,"\u2010":23,"\u2013":23,"\u2014":23,"\u2022":23,"\u2039":23,"\u2212":23,"\u2219":23,"a":51,"\u00e0":51,"\u00e1":51,"\u00e2":51,"\u00e3":51,"\u00e4":51,"\u00e5":51,"\u00e6":51,"g":57,"c":52,"d":52,"e":52,"o":52,"q":52,"\u00e7":52,"\u00e8":52,"\u00e9":52,"\u00ea":52,"\u00eb":52,"\u00f0":52,"\u00f2":52,"\u00f3":52,"\u00f4":52,"\u00f5":52,"\u00f6":52,"\u00f8":52,"\u0153":52,"s":53,"\u0161":53,"t":25,"\u2080":82,"\u2081":82,"\u2082":82,"\u2083":82,"\u2084":82,"\u2085":82,"\u2086":82,"\u2087":82,"\u2088":82,"\u2089":82,"\u208a":82,"\u208b":82,"\u208c":82,"\u208d":82,"\u208e":82,"C":19,"G":19,"O":19,"Q":19,"\u00c7":19,"\u00d2":19,"\u00d3":19,"\u00d4":19,"\u00d5":19,"\u00d6":19,"\u00d8":19,"\u0152":19,"f":22,"\u017f":22,"\ufb00":22,"\ufb01":22,"\ufb02":22,"\ufb03":22,"\ufb04":22,"u":34,"\u00f9":34,"\u00fa":34,"\u00fb":34,"\u00fc":34,"z":32,"\u017e":32,"m":38,"n":38,"p":38,"r":38,"\u00f1":38,"\u0131":38,"\u00ec":-20,"\u00ee":-20,"\u00ef":-20}},"W":{"d":"864,-725r-182,725r-68,0r-158,-618r-2,0r-160,618r-68,0r-180,-725r63,0r152,647r2,0r163,-647r58,0r161,649r2,0r154,-649r63,0","w":909,"k":{"\u00c6":43,"4":19,"\/":89,",":62,".":62,"\u201a":62,"\u201e":62,"\u2026":62,"A":43,"\u00c0":43,"\u00c1":43,"\u00c2":43,"\u00c3":43,"\u00c4":43,"\u00c5":43,"S":16,"\u0160":16,"x":40,"\u00b2":-16,"\u00b3":-16,"\u00b9":-16,"\u2070":-16,"\u2074":-16,"\u2075":-16,"\u2076":-16,"\u2077":-16,"\u2078":-16,"\u2079":-16,"\u207a":-16,"\u207b":-16,"\u207c":-16,"\u207d":-16,"\u207e":-16,"\u207f":-16,"v":28,"y":28,"\u00fd":28,"\u00ff":28,"w":28,"-":23,"\u00ab":23,"\u00ad":23,"\u00b7":23,"\u2010":23,"\u2013":23,"\u2014":23,"\u2022":23,"\u2039":23,"\u2212":23,"\u2219":23,"a":55,"\u00e0":55,"\u00e1":55,"\u00e2":55,"\u00e3":55,"\u00e4":55,"\u00e5":55,"\u00e6":55,"g":36,"c":42,"d":42,"e":42,"o":42,"q":42,"\u00e7":42,"\u00e8":42,"\u00e9":42,"\u00ea":42,"\u00eb":42,"\u00f0":42,"\u00f2":42,"\u00f3":42,"\u00f4":42,"\u00f5":42,"\u00f6":42,"\u00f8":42,"\u0153":42,"s":44,"\u0161":44,"t":28,"\u2080":68,"\u2081":68,"\u2082":68,"\u2083":68,"\u2084":68,"\u2085":68,"\u2086":68,"\u2087":68,"\u2088":68,"\u2089":68,"\u208a":68,"\u208b":68,"\u208c":68,"\u208d":68,"\u208e":68,"J":8,"C":25,"G":25,"O":25,"Q":25,"\u00c7":25,"\u00d2":25,"\u00d3":25,"\u00d4":25,"\u00d5":25,"\u00d6":25,"\u00d8":25,"\u0152":25,"j":9,"f":21,"\u017f":21,"\ufb00":21,"\ufb01":21,"\ufb02":21,"\ufb03":21,"\ufb04":21,"u":39,"\u00f9":39,"\u00fa":39,"\u00fb":39,"\u00fc":39,"z":28,"\u017e":28,"m":39,"n":39,"p":39,"r":39,"\u00f1":39,"\u0131":39}},"X":{"d":"35,0r214,-366r-210,-359r71,0r178,320r2,0r177,-320r70,0r-209,361r214,364r-72,0r-182,-324r-2,0r-182,324r-69,0","w":576,"k":{"S":11,"\u0160":11,"v":38,"y":38,"\u00fd":38,"\u00ff":38,"w":21,"-":25,"\u00ab":25,"\u00ad":25,"\u00b7":25,"\u2010":25,"\u2013":25,"\u2014":25,"\u2022":25,"\u2039":25,"\u2212":25,"\u2219":25,"c":24,"d":24,"e":24,"o":24,"q":24,"\u00e7":24,"\u00e8":24,"\u00e9":24,"\u00ea":24,"\u00eb":24,"\u00f0":24,"\u00f2":24,"\u00f3":24,"\u00f4":24,"\u00f5":24,"\u00f6":24,"\u00f8":24,"\u0153":24,"J":-1,"C":22,"G":22,"O":22,"Q":22,"\u00c7":22,"\u00d2":22,"\u00d3":22,"\u00d4":22,"\u00d5":22,"\u00d6":22,"\u00d8":22,"\u0152":22,"f":22,"\u017f":22,"\ufb00":22,"\ufb01":22,"\ufb02":22,"\ufb03":22,"\ufb04":22}},"Y":{"d":"540,-725r-233,468r0,257r-62,0r0,-257r-233,-468r72,0r191,412r2,0r193,-412r70,0","w":552,"k":{"\u00c6":59,"\\":-22,"4":46,"\/":54,",":85,".":85,"\u201a":85,"\u201e":85,"\u2026":85,"A":59,"\u00c0":59,"\u00c1":59,"\u00c2":59,"\u00c3":59,"\u00c4":59,"\u00c5":59,"S":9,"\u0160":9,"x":35,"\u00b2":-31,"\u00b3":-31,"\u00b9":-31,"\u2070":-31,"\u2074":-31,"\u2075":-31,"\u2076":-31,"\u2077":-31,"\u2078":-31,"\u2079":-31,"\u207a":-31,"\u207b":-31,"\u207c":-31,"\u207d":-31,"\u207e":-31,"\u207f":-31,"v":46,"y":46,"\u00fd":46,"\u00ff":46,"w":35,"-":49,"\u00ab":49,"\u00ad":49,"\u00b7":49,"\u2010":49,"\u2013":49,"\u2014":49,"\u2022":49,"\u2039":49,"\u2212":49,"\u2219":49,"a":78,"\u00e0":78,"\u00e1":78,"\u00e2":78,"\u00e3":78,"\u00e4":78,"\u00e5":78,"\u00e6":78,"g":61,"c":71,"d":71,"e":71,"o":71,"q":71,"\u00e7":71,"\u00e8":71,"\u00e9":71,"\u00ea":71,"\u00eb":71,"\u00f0":71,"\u00f2":71,"\u00f3":71,"\u00f4":71,"\u00f5":71,"\u00f6":71,"\u00f8":71,"\u0153":71,"s":84,"\u0161":84,"t":43,"\u2080":90,"\u2081":90,"\u2082":90,"\u2083":90,"\u2084":90,"\u2085":90,"\u2086":90,"\u2087":90,"\u2088":90,"\u2089":90,"\u208a":90,"\u208b":90,"\u208c":90,"\u208d":90,"\u208e":90,"J":3,"C":20,"G":20,"O":20,"Q":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0152":20,"f":31,"\u017f":31,"\ufb00":31,"\ufb01":31,"\ufb02":31,"\ufb03":31,"\ufb04":31,"u":42,"\u00f9":42,"\u00fa":42,"\u00fb":42,"\u00fc":42,"z":50,"\u017e":50,"m":42,"n":42,"p":42,"r":42,"\u00f1":42,"\u0131":42,"\u00ec":-20,"\u00ee":-20,"\u00ef":-20}},"Z":{"d":"483,-55r0,55r-443,0r0,-40r365,-630r-346,0r0,-55r423,0r0,36r-368,634r369,0","w":530,"k":{"v":37,"y":37,"\u00fd":37,"\u00ff":37,"w":21,"-":29,"\u00ab":29,"\u00ad":29,"\u00b7":29,"\u2010":29,"\u2013":29,"\u2014":29,"\u2022":29,"\u2039":29,"\u2212":29,"\u2219":29,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13}},"[":{"d":"80,158r0,-971r236,0r0,42r-184,0r0,888r184,0r0,41r-236,0","w":252,"k":{"J":-160,"j":-100}},"\\":{"d":"24,-747r294,832r-50,0r-295,-832r51,0","w":318,"k":{"\u2122":79,"\u2120":79,"\u208e":-22,"\u208d":-22,"\u208c":-22,"\u208b":-22,"\u208a":-22,"\u2089":-22,"\u2088":-22,"\u2087":-22,"\u2086":-22,"\u2085":-22,"\u2084":-22,"\u2083":-22,"\u2082":-22,"\u2081":-22,"\u2080":-22,"\u207f":90,"\u207e":90,"\u207d":90,"\u207c":90,"\u207b":90,"\u207a":90,"\u2079":90,"\u2078":90,"\u2077":90,"\u2076":90,"\u2075":90,"\u2074":90,"\u2070":90,"\u201d":79,"\u201c":79,"\u2019":79,"\u2018":79,"\u02bc":79,"\u02bb":79,"\u0178":72,"\u0160":16,"\u0153":17,"\u0152":15,"\u00ff":44,"\u00fd":44,"\u00fc":21,"\u00fb":21,"\u00fa":21,"\u00f9":21,"\u00f8":17,"\u00f6":17,"\u00f5":17,"\u00f4":17,"\u00f3":17,"\u00f2":17,"\u00f0":17,"\u00eb":17,"\u00ea":17,"\u00e9":17,"\u00e8":17,"\u00e7":17,"\u00dd":72,"\u00dc":49,"\u00db":49,"\u00da":49,"\u00d9":49,"\u00d8":15,"\u00d6":15,"\u00d5":15,"\u00d4":15,"\u00d3":15,"\u00d2":15,"\u00c7":15,"\u00ba":79,"\u00b9":90,"\u00b3":90,"\u00b2":90,"\u00b0":79,"\u00ae":79,"\u00aa":79,"y":44,"w":38,"v":44,"u":21,"t":28,"q":17,"o":17,"e":17,"d":17,"c":17,"Y":72,"W":63,"V":73,"U":49,"T":66,"S":16,"Q":15,"O":15,"J":-92,"G":15,"C":15,"*":79,"'":79,"\"":79,"\\":83,"7":48,"1":51}},"]":{"d":"173,-813r0,971r-237,0r0,-41r184,0r0,-888r-184,0r0,-42r237,0","w":253},"^":{"d":"59,-522r154,-229r36,0r147,229r-51,0r-114,-181r-119,181r-53,0","w":455},"_":{"d":"0,64r411,0r0,41r-411,0r0,-41","w":411},"`":{"d":"22,-725r70,0r74,134r-46,0","w":271},"a":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"b":{"d":"282,8v-64,0,-113,-26,-151,-66r-3,58r-48,0r0,-749r55,0r0,303r2,0v33,-41,85,-65,147,-65v109,0,166,74,166,180r0,160v0,106,-57,179,-168,179xm135,-394r0,286v27,40,71,69,136,69v83,0,124,-51,124,-132r0,-159v0,-81,-40,-133,-123,-133v-62,0,-111,32,-137,69","w":503,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"c":{"d":"397,-406r-39,20v-23,-52,-67,-79,-124,-79v-81,0,-126,49,-126,132r0,164v0,82,47,132,126,132v61,0,101,-27,125,-85r41,16v-26,68,-81,114,-168,114v-116,0,-179,-74,-179,-176r0,-166v0,-103,64,-177,178,-177v77,0,136,41,166,105","w":425,"k":{"T":44,"V":40,"Y":46,"\u00dd":46,"\u0178":46,"\u00b2":17,"\u00b3":17,"\u00b9":17,"\u2070":17,"\u2074":17,"\u2075":17,"\u2076":17,"\u2077":17,"\u2078":17,"\u2079":17,"\u207a":17,"\u207b":17,"\u207c":17,"\u207d":17,"\u207e":17,"\u207f":17}},"d":{"d":"220,-512v62,0,111,25,148,63r0,-300r55,0r0,749r-49,0v-3,-18,2,-43,-5,-57v-35,42,-88,66,-150,66v-109,0,-166,-74,-166,-180r0,-162v0,-106,57,-179,167,-179xm368,-107r0,-289v-26,-38,-70,-69,-137,-69v-83,0,-123,52,-123,133r0,161v0,80,40,133,123,133v62,0,111,-32,137,-69","w":504},"e":{"d":"407,-257r-299,0r0,87v0,82,47,133,130,133v63,0,101,-27,129,-94r41,16v-28,82,-85,123,-173,123v-118,0,-182,-72,-182,-176r0,-167v0,-103,66,-176,178,-176v111,0,176,77,176,178r0,76xm232,-466v-99,0,-131,69,-124,169r250,0v9,-102,-31,-169,-126,-169","w":452,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"f":{"d":"297,-502r0,42r-145,0r0,460r-55,0r0,-460r-72,0r0,-42r72,0v-8,-135,33,-215,188,-227r3,40v-119,8,-144,76,-138,187r147,0","w":317,"k":{",":44,".":44,"\u201a":44,"\u201e":44,"\u2026":44,"A":28,"\u00c0":28,"\u00c1":28,"\u00c2":28,"\u00c3":28,"\u00c4":28,"\u00c5":28,"\u00c6":28,"\u00b2":-27,"\u00b3":-27,"\u00b9":-27,"\u2070":-27,"\u2074":-27,"\u2075":-27,"\u2076":-27,"\u2077":-27,"\u2078":-27,"\u2079":-27,"\u207a":-27,"\u207b":-27,"\u207c":-27,"\u207d":-27,"\u207e":-27,"\u207f":-27,"\u2080":53,"\u2081":53,"\u2082":53,"\u2083":53,"\u2084":53,"\u2085":53,"\u2086":53,"\u2087":53,"\u2088":53,"\u2089":53,"\u208a":53,"\u208b":53,"\u208c":53,"\u208d":53,"\u208e":53,"\u00ec":-10,"\u00ee":-10,"\u00ef":-10,")":-40,"]":-40,"}":-40}},"g":{"d":"252,-185v-39,0,-70,-5,-95,-16v-78,23,-77,110,20,110r129,0v118,0,158,45,158,117v0,95,-79,151,-214,151v-120,0,-183,-41,-183,-123v0,-44,21,-79,53,-104v-41,-11,-66,-41,-66,-85v0,-34,22,-67,70,-87v-29,-27,-43,-68,-43,-126v0,-111,52,-163,171,-163v50,0,89,9,116,28v34,-18,60,-51,69,-76r31,12v-11,41,-37,76,-67,100v15,25,23,58,23,99v0,111,-53,163,-172,163xm135,-347v0,87,27,118,117,118v92,0,118,-31,118,-118v0,-88,-33,-120,-118,-120v-87,0,-117,33,-117,120xm303,-43r-131,0v-39,19,-57,48,-57,93v0,59,53,85,136,85v135,0,163,-49,163,-104v0,-51,-24,-74,-111,-74","w":495,"k":{"T":42,"V":16,"W":28,"Y":33,"\u00dd":33,"\u0178":33,"\u00b2":-5,"\u00b3":-5,"\u00b9":-5,"\u2070":-5,"\u2074":-5,"\u2075":-5,"\u2076":-5,"\u2077":-5,"\u2078":-5,"\u2079":-5,"\u207a":-5,"\u207b":-5,"\u207c":-5,"\u207d":-5,"\u207e":-5,"\u207f":-5,"\u2080":-7,"\u2081":-7,"\u2082":-7,"\u2083":-7,"\u2084":-7,"\u2085":-7,"\u2086":-7,"\u2087":-7,"\u2088":-7,"\u2089":-7,"\u208a":-7,"\u208b":-7,"\u208c":-7,"\u208d":-7,"\u208e":-7,"J":-52}},"h":{"d":"135,-394r0,394r-55,0r0,-749r55,0r0,303r2,0v34,-42,87,-65,146,-65v110,0,167,73,167,180r0,331r-55,0r0,-331v0,-82,-40,-132,-123,-132v-63,0,-113,33,-137,69","w":513,"k":{"\"":31,"'":31,"*":31,"\u00aa":31,"\u00ae":31,"\u00b0":31,"\u00ba":31,"\u02bb":31,"\u02bc":31,"\u2018":31,"\u2019":31,"\u201c":31,"\u201d":31,"\u2120":31,"\u2122":31,"T":47,"V":50,"W":40,"Y":66,"\u00dd":66,"\u0178":66,"\u00b2":23,"\u00b3":23,"\u00b9":23,"\u2070":23,"\u2074":23,"\u2075":23,"\u2076":23,"\u2077":23,"\u2078":23,"\u2079":23,"\u207a":23,"\u207b":23,"\u207c":23,"\u207d":23,"\u207e":23,"\u207f":23}},"i":{"d":"84,-502r55,0r0,502r-55,0r0,-502xm84,-725r56,0r0,95r-56,0r0,-95","w":223},"j":{"d":"102,-725r56,0r0,95r-56,0r0,-95xm-7,171r-7,-46v78,-9,116,-56,116,-147r0,-480r55,0r0,480v0,121,-61,184,-164,193","w":242},"k":{"d":"80,-749r55,0r0,522r2,0r237,-275r67,0r-187,215r212,287r-69,0r-181,-251r-81,86r0,165r-55,0r0,-749","w":484,"k":{"V":22,"c":21,"d":21,"e":21,"o":21,"q":21,"\u00e7":21,"\u00e8":21,"\u00e9":21,"\u00ea":21,"\u00eb":21,"\u00f0":21,"\u00f2":21,"\u00f3":21,"\u00f4":21,"\u00f5":21,"\u00f6":21,"\u00f8":21,"\u0153":21}},"l":{"d":"87,-749r55,0r0,749r-55,0r0,-749","w":229},"m":{"d":"407,-332r0,332r-55,0r0,-331v7,-179,-181,-157,-223,-46r0,377r-55,0r0,-502r49,0v2,21,-4,49,2,66v59,-98,222,-106,261,14r2,0v26,-57,78,-89,142,-89v96,0,154,61,154,180r0,331r-55,0r0,-331v0,-80,-33,-132,-108,-132v-65,0,-114,41,-114,131","w":747,"k":{"\"":31,"'":31,"*":31,"\u00aa":31,"\u00ae":31,"\u00b0":31,"\u00ba":31,"\u02bb":31,"\u02bc":31,"\u2018":31,"\u2019":31,"\u201c":31,"\u201d":31,"\u2120":31,"\u2122":31,"T":47,"V":50,"W":40,"Y":66,"\u00dd":66,"\u0178":66,"\u00b2":23,"\u00b3":23,"\u00b9":23,"\u2070":23,"\u2074":23,"\u2075":23,"\u2076":23,"\u2077":23,"\u2078":23,"\u2079":23,"\u207a":23,"\u207b":23,"\u207c":23,"\u207d":23,"\u207e":23,"\u207f":23}},"n":{"d":"129,-393r0,393r-55,0r0,-502r49,0v3,19,-2,46,4,61v34,-44,88,-70,151,-70v110,0,166,73,166,180r0,331r-55,0r0,-331v0,-82,-40,-132,-122,-132v-63,0,-111,32,-138,70","w":508,"k":{"\"":31,"'":31,"*":31,"\u00aa":31,"\u00ae":31,"\u00b0":31,"\u00ba":31,"\u02bb":31,"\u02bc":31,"\u2018":31,"\u2019":31,"\u201c":31,"\u201d":31,"\u2120":31,"\u2122":31,"T":47,"V":50,"W":40,"Y":66,"\u00dd":66,"\u0178":66,"\u00b2":23,"\u00b3":23,"\u00b9":23,"\u2070":23,"\u2074":23,"\u2075":23,"\u2076":23,"\u2077":23,"\u2078":23,"\u2079":23,"\u207a":23,"\u207b":23,"\u207c":23,"\u207d":23,"\u207e":23,"\u207f":23}},"o":{"d":"424,-335r0,170v0,104,-67,174,-186,174v-119,0,-185,-70,-185,-174r0,-170v0,-103,66,-176,185,-176v119,0,186,72,186,176xm108,-334r0,167v0,78,41,130,130,130v89,0,131,-52,131,-130r0,-167v0,-77,-42,-131,-131,-131v-90,0,-130,54,-130,131","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"p":{"d":"277,8v-63,0,-112,-25,-148,-62r0,223r-55,0r0,-671r49,0v3,18,-2,44,5,59v34,-43,87,-68,151,-68v110,0,165,75,165,180r0,160v0,106,-56,179,-167,179xm129,-394r0,287v26,37,70,69,137,69v83,0,123,-52,123,-133r0,-159v0,-82,-38,-133,-122,-133v-63,0,-111,32,-138,69","w":497,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"q":{"d":"226,-511v63,0,112,28,148,73r4,-64r45,0r0,671r-55,0r0,-228r-2,0v-33,44,-85,69,-145,69v-106,0,-168,-70,-168,-176r0,-171v0,-102,61,-174,173,-174xm368,-125r0,-260v-62,-121,-260,-103,-260,50r0,168v0,76,40,130,126,130v64,0,111,-37,134,-88","w":497},"r":{"d":"327,-496r-10,50v-106,-44,-188,41,-188,155r0,291r-55,0r0,-502r48,0v3,33,-2,74,5,103v35,-97,108,-134,200,-97","w":342,"k":{",":46,".":46,"\u201a":46,"\u201e":46,"\u2026":46,"A":36,"\u00c0":36,"\u00c1":36,"\u00c2":36,"\u00c3":36,"\u00c4":36,"\u00c5":36,"\u00c6":36,"T":37,"V":29,"W":44,"X":53,"Y":17,"\u00dd":17,"\u0178":17,"a":11,"\u00e0":11,"\u00e1":11,"\u00e2":11,"\u00e3":11,"\u00e4":11,"\u00e5":11,"\u00e6":11,"c":14,"d":14,"e":14,"o":14,"q":14,"\u00e7":14,"\u00e8":14,"\u00e9":14,"\u00ea":14,"\u00eb":14,"\u00f0":14,"\u00f2":14,"\u00f3":14,"\u00f4":14,"\u00f5":14,"\u00f6":14,"\u00f8":14,"\u0153":14,"\u2080":80,"\u2081":80,"\u2082":80,"\u2083":80,"\u2084":80,"\u2085":80,"\u2086":80,"\u2087":80,"\u2088":80,"\u2089":80,"\u208a":80,"\u208b":80,"\u208c":80,"\u208d":80,"\u208e":80,"J":34}},"s":{"d":"218,9v-76,0,-136,-32,-169,-105r40,-22v26,62,75,84,127,84v71,0,107,-39,107,-97v0,-132,-268,-80,-268,-247v0,-71,52,-133,157,-133v71,0,127,34,156,99r-38,20v-24,-53,-64,-75,-118,-75v-71,0,-105,36,-105,84v0,128,268,76,268,248v0,86,-64,144,-157,144","w":415,"k":{"T":65,"V":35,"W":37,"Y":61,"\u00dd":61,"\u0178":61}},"t":{"d":"290,-502r0,45r-137,0r0,332v-3,90,65,98,125,75r10,35v-21,13,-45,21,-78,21v-76,0,-114,-47,-114,-133r0,-328r-71,-11r0,-34r74,-4r13,-145r41,0r0,147r137,0","w":329,"k":{"\u0178":29,"\u00dd":29,"Y":29,"W":21,"V":27,"T":35}},"u":{"d":"378,-107r0,-395r55,0r0,502r-49,0v-3,-18,2,-44,-5,-58v-34,43,-87,67,-150,67v-109,0,-166,-74,-166,-180r0,-331r55,0r0,331v0,80,40,132,123,132v62,0,111,-31,137,-68","w":508,"k":{"\u207f":22,"\u207e":22,"\u207d":22,"\u207c":22,"\u207b":22,"\u207a":22,"\u2079":22,"\u2078":22,"\u2077":22,"\u2076":22,"\u2075":22,"\u2074":22,"\u2070":22,"\u0178":44,"\u00dd":44,"\u00b9":22,"\u00b3":22,"\u00b2":22,"Y":44,"W":37,"V":34,"T":55,"J":-23}},"v":{"d":"461,-502r-189,502r-61,0r-188,-502r64,0r154,445r2,0r155,-445r63,0","w":484,"k":{",":64,".":64,"\u201a":64,"\u201e":64,"\u2026":64,"A":32,"\u00c0":32,"\u00c1":32,"\u00c2":32,"\u00c3":32,"\u00c4":32,"\u00c5":32,"\u00c6":32,"T":70,"V":26,"W":28,"X":38,"Y":46,"\u00dd":46,"\u0178":46,"a":16,"\u00e0":16,"\u00e1":16,"\u00e2":16,"\u00e3":16,"\u00e4":16,"\u00e5":16,"\u00e6":16,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":64,"\u2081":64,"\u2082":64,"\u2083":64,"\u2084":64,"\u2085":64,"\u2086":64,"\u2087":64,"\u2088":64,"\u2089":64,"\u208a":64,"\u208b":64,"\u208c":64,"\u208d":64,"\u208e":64,"J":19}},"w":{"d":"479,0r-122,-440r-2,0r-122,440r-60,0r-147,-502r59,0r118,440r2,0r124,-440r55,0r123,444r2,0r119,-444r59,0r-148,502r-60,0","w":713,"k":{",":58,".":58,"\u201a":58,"\u201e":58,"\u2026":58,"A":21,"\u00c0":21,"\u00c1":21,"\u00c2":21,"\u00c3":21,"\u00c4":21,"\u00c5":21,"\u00c6":21,"T":68,"V":28,"W":28,"X":21,"Y":35,"\u00dd":35,"\u0178":35,"a":13,"\u00e0":13,"\u00e1":13,"\u00e2":13,"\u00e3":13,"\u00e4":13,"\u00e5":13,"\u00e6":13,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f0":8,"\u00f2":8,"\u00f3":8,"\u00f4":8,"\u00f5":8,"\u00f6":8,"\u00f8":8,"\u0153":8,"\u2080":32,"\u2081":32,"\u2082":32,"\u2083":32,"\u2084":32,"\u2085":32,"\u2086":32,"\u2087":32,"\u2088":32,"\u2089":32,"\u208a":32,"\u208b":32,"\u208c":32,"\u208d":32,"\u208e":32,"J":14}},"x":{"d":"29,0r170,-259r-161,-243r67,0r134,210r133,-210r66,0r-162,246r170,256r-67,0r-144,-223r-140,223r-66,0","w":474,"k":{"T":66,"V":26,"W":37,"Y":37,"\u00dd":37,"\u0178":37,"c":11,"d":11,"e":11,"o":11,"q":11,"\u00e7":11,"\u00e8":11,"\u00e9":11,"\u00ea":11,"\u00eb":11,"\u00f0":11,"\u00f2":11,"\u00f3":11,"\u00f4":11,"\u00f5":11,"\u00f6":11,"\u00f8":11,"\u0153":11}},"y":{"d":"476,-502r-202,542v-30,80,-76,125,-158,130r-6,-41v73,-6,107,-58,126,-131r-209,-500r63,0r173,433r2,0r152,-433r59,0","w":503,"k":{",":64,".":64,"\u201a":64,"\u201e":64,"\u2026":64,"A":32,"\u00c0":32,"\u00c1":32,"\u00c2":32,"\u00c3":32,"\u00c4":32,"\u00c5":32,"\u00c6":32,"T":70,"V":26,"W":28,"X":38,"Y":46,"\u00dd":46,"\u0178":46,"a":16,"\u00e0":16,"\u00e1":16,"\u00e2":16,"\u00e3":16,"\u00e4":16,"\u00e5":16,"\u00e6":16,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":64,"\u2081":64,"\u2082":64,"\u2083":64,"\u2084":64,"\u2085":64,"\u2086":64,"\u2087":64,"\u2088":64,"\u2089":64,"\u208a":64,"\u208b":64,"\u208c":64,"\u208d":64,"\u208e":64,"J":19}},"z":{"d":"384,-47r0,47r-340,0r0,-39r273,-416r-260,0r0,-47r329,0r0,38r-275,417r273,0","w":429,"k":{"T":52,"V":30,"W":24,"Y":50,"\u00dd":50,"\u0178":50,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12}},"{":{"d":"31,-310r0,-35v56,-5,93,-28,93,-71v0,-53,-41,-128,-41,-232v0,-119,96,-171,239,-165r0,37v-111,-6,-188,36,-187,133v0,95,41,167,41,227v0,48,-23,72,-71,90v53,14,71,42,71,87v0,60,-41,130,-41,225v-1,96,74,142,187,135r0,37v-144,6,-239,-48,-239,-168v0,-104,41,-176,41,-229v0,-43,-37,-66,-93,-71","w":254,"k":{"J":-160,"j":-100}},"|":{"d":"101,158r0,-971r53,0r0,971r-53,0","w":255},"}":{"d":"224,-345r0,35v-57,5,-94,28,-94,71v0,53,41,125,41,229v0,120,-94,174,-238,168r0,-38v112,6,186,-38,186,-134v0,-95,-40,-165,-40,-225v0,-47,23,-71,71,-89v-53,-13,-71,-42,-71,-88v0,-60,40,-132,40,-227v1,-97,-75,-138,-187,-132r0,-38v143,-6,239,46,239,165v0,104,-41,179,-41,232v0,43,37,66,94,71","w":254},"~":{"d":"104,-617r-45,0v9,-85,47,-130,111,-130v89,0,107,97,170,97v37,0,57,-25,65,-86r45,0v-10,85,-46,131,-111,131v-88,0,-107,-97,-170,-97v-37,0,-57,24,-65,85","w":509},"\u00a0":{"w":254},"\u00a1":{"d":"140,98r-57,0r0,-311r6,-214r44,0r7,213r0,312xm151,-627r0,87r-81,0r0,-87r81,0","w":224},"\u00a2":{"d":"397,-406r-39,20v-23,-51,-67,-78,-123,-78v-82,0,-127,48,-127,132r0,161v0,84,47,134,126,134v61,0,101,-27,125,-85r41,16v-24,61,-70,105,-143,112r-8,92r-40,0r-1,-91v-101,-9,-155,-80,-155,-176r0,-164v0,-97,56,-168,157,-177r10,-108r40,0r1,109v62,9,110,48,136,103","w":425},"\u00a3":{"d":"45,-333r-9,-44r74,0v-40,-190,6,-360,186,-359v97,0,172,58,197,141r-45,18v-27,-75,-78,-106,-151,-106v-154,0,-159,153,-131,306r255,0r-7,44r-242,0v8,54,16,105,19,133v95,23,137,157,219,157v49,0,74,-38,90,-137r44,11v-17,128,-63,179,-133,179v-111,0,-153,-132,-219,-166v-4,125,-44,166,-104,166v-46,0,-75,-32,-75,-85v0,-71,46,-122,126,-129v-5,-25,-13,-75,-22,-129r-72,0xm91,-34v35,0,52,-32,53,-129v-68,5,-84,46,-84,86v0,30,15,43,31,43","w":555},"\u00a4":{"d":"107,-313v-26,-36,-27,-96,-1,-133r-47,-50r28,-29r47,49v35,-28,92,-27,127,0r48,-51r27,29r-47,52v25,36,25,96,-1,132r48,50r-27,29r-49,-50v-34,27,-91,28,-125,1r-48,51r-28,-29xm127,-380v0,42,31,75,71,75v39,0,71,-33,71,-75v0,-43,-32,-76,-71,-76v-40,0,-71,33,-71,76","w":395},"\u00a5":{"d":"479,-182r-144,0r0,182r-62,0r0,-182r-158,0r0,-45r158,0r0,-52r-158,0r0,-45r146,0r-212,-401r71,0r184,371r2,0r182,-371r71,0r-213,401r133,0r0,45r-144,0r0,52r144,0r0,45","w":594},"\u00a6":{"d":"101,-399r0,-414r53,0r0,414r-53,0xm101,158r0,-413r53,0r0,413r-53,0","w":255},"\u00a7":{"d":"68,54r41,-17v22,56,64,80,122,80v80,0,106,-45,106,-94v0,-137,-283,-159,-283,-342v0,-64,38,-110,95,-134v-46,-36,-81,-78,-81,-139v0,-76,50,-143,158,-143v84,0,141,41,165,111r-42,17v-21,-56,-64,-80,-121,-80v-80,0,-106,46,-106,95v0,136,283,158,283,342v0,64,-38,110,-95,134v46,36,81,78,81,138v0,77,-50,144,-158,144v-84,0,-141,-41,-165,-112xm355,-246v0,-83,-88,-127,-166,-179v-58,20,-85,54,-85,102v0,83,88,127,167,179v57,-20,84,-54,84,-102","w":446},"\u00a8":{"d":"43,-725r48,0r0,95r-48,0r0,-95xm180,-725r48,0r0,95r-48,0r0,-95","w":271},"\u00a9":{"d":"349,-620v82,0,144,49,163,117r-37,14v-18,-55,-59,-90,-124,-90v-86,0,-132,56,-132,153r0,132v0,88,47,150,132,150v69,0,105,-24,125,-96r38,12v-21,89,-78,125,-165,125v-112,0,-181,-79,-181,-191r0,-132v0,-120,66,-194,181,-194xm637,-422r0,122v0,175,-107,311,-290,311v-183,0,-290,-136,-290,-311r0,-122v0,-175,107,-312,290,-312v183,0,290,137,290,312xm597,-302r0,-118v0,-159,-94,-274,-250,-274v-156,0,-250,115,-250,274r0,118v0,159,94,273,250,273v157,0,250,-114,250,-273","w":694},"\u00aa":{"d":"62,-662r-31,-14v18,-44,58,-73,107,-73v131,-1,100,138,100,256v0,21,14,26,36,24r0,32v-36,2,-61,-4,-72,-32v-53,56,-185,46,-185,-46v0,-55,35,-97,146,-97r35,0v2,-58,0,-101,-64,-102v-34,0,-61,21,-72,52xm58,-516v0,69,113,56,140,11r0,-74r-35,0v-79,0,-105,26,-105,63","w":291,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u00ab":{"d":"367,-437r-129,180r129,181r-55,0r-128,-181r128,-180r55,0xm205,-437r-129,180r129,181r-55,0r-128,-181r128,-180r55,0","w":388},"\u00ac":{"d":"378,-133r0,-155r-319,0r0,-47r365,0r0,202r-46,0","w":483},"\u00ad":{"d":"24,-267r0,-50r220,0r0,50r-220,0","w":269,"k":{"7":60,"1":40}},"\u00ae":{"d":"135,-779v99,0,114,69,114,166v0,60,-37,110,-114,110v-100,0,-114,-68,-114,-165v0,-61,36,-111,114,-111xm135,-757v-86,0,-91,60,-91,144v0,55,28,89,91,89v87,1,92,-60,92,-145v0,-55,-28,-88,-92,-88xm176,-562r-41,-67r-27,0r0,67r-30,0r0,-163v54,-2,121,-4,121,47v0,23,-12,41,-36,45r46,71r-33,0xm108,-702r0,53v30,2,66,-1,61,-28v5,-26,-33,-27,-61,-25","w":270,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u00af":{"d":"249,-676r0,42r-227,0r0,-42r227,0","w":271},"\u00b0":{"d":"27,-680v0,-57,45,-105,101,-105v56,0,101,48,101,105v0,58,-45,105,-101,105v-56,0,-101,-47,-101,-105xm64,-680v0,39,28,69,64,69v35,0,64,-30,64,-69v0,-38,-29,-68,-64,-68v-36,0,-64,30,-64,68","w":256,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u00b1":{"d":"216,-132r0,-179r-157,0r0,-46r157,0r0,-181r45,0r0,181r163,0r0,46r-163,0r0,179r-45,0xm424,-45r-365,0r0,-47r365,0r0,47","w":483},"\u00b2":{"d":"142,-803v68,0,98,38,98,84v0,108,-143,128,-155,204r160,0r0,35r-206,0v-17,-125,157,-147,157,-238v0,-29,-17,-50,-57,-50v-34,0,-58,23,-68,56r-34,-11v12,-43,47,-80,105,-80","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u00b3":{"d":"106,-628r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u00b4":{"d":"142,-725r70,0r-88,134r-45,0","w":271},"\u00b5":{"d":"74,-173r0,-329r55,0r0,329v0,81,45,131,127,131v63,0,107,-32,133,-68r0,-392r55,0r0,502r-49,0v-3,-18,2,-44,-5,-59v-53,86,-221,81,-265,-6v4,81,9,175,16,236r-57,4v-5,-100,-10,-267,-10,-348","w":519},"\u00b6":{"d":"172,-749r418,0r0,53r-120,0r0,860r-55,0r0,-860r-188,0r0,860r-55,0r0,-621v-102,0,-154,-58,-154,-146v0,-81,51,-146,154,-146","w":588},"\u00b7":{"d":"69,-318v0,-29,22,-52,48,-52v27,0,50,23,50,52v0,28,-23,51,-50,51v-26,0,-48,-23,-48,-51","w":236,"k":{"7":60,"1":40}},"\u00b8":{"d":"105,-16r37,2r-8,51v61,7,79,30,79,59v0,42,-38,69,-111,76r-7,-34v57,-9,71,-20,71,-39v0,-16,-14,-29,-77,-32","w":271},"\u00b9":{"d":"117,-801r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57","w":215,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u00ba":{"d":"259,-639r0,96v0,60,-42,109,-121,109v-79,0,-121,-49,-121,-109r0,-96v0,-59,42,-110,121,-110v80,0,121,51,121,110xm58,-636r0,90v0,50,32,80,80,80v48,0,81,-30,81,-80r0,-90v0,-50,-33,-79,-81,-79v-48,0,-80,29,-80,79","w":277,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u00bb":{"d":"182,-76r130,-181r-130,-180r56,0r128,180r-128,181r-56,0xm20,-76r130,-181r-130,-180r56,0r128,180r-128,181r-56,0","w":388,"k":{"7":60,"1":40}},"\u00bc":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0xm494,0r-39,0r0,-61r-158,0r0,-28r155,-230r42,0r0,224r44,0r-4,34r-40,0r0,61xm345,-95r110,0r3,-175r-2,0","w":565},"\u00bd":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0xm433,-323v68,0,98,38,98,84v0,108,-143,128,-155,204r160,0r0,35r-206,0v-17,-125,157,-147,157,-238v0,-29,-17,-50,-57,-50v-34,0,-58,23,-68,56r-34,-11v12,-43,47,-80,105,-80","w":565},"\u00be":{"d":"97,-554r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54xm107,0r-48,-1r386,-724r48,0xm484,0r-39,0r0,-61r-158,0r0,-28r155,-230r42,0r0,224r44,0r-4,34r-40,0r0,61xm335,-95r110,0r3,-175r-2,0","w":565},"\u00bf":{"d":"465,-47v-31,86,-109,154,-220,154v-141,0,-194,-86,-194,-175v0,-105,70,-192,181,-239r8,-120r43,0r5,148v-116,52,-179,117,-179,209v0,62,33,128,137,128v86,0,145,-49,173,-122xm301,-628r0,87r-81,0r0,-87r81,0","w":490},"\u00c0":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0xm167,-871r80,0r76,109r-53,0","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"\u00c1":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0xm345,-871r76,0r-93,109r-52,0","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"\u00c2":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0xm242,-762r-55,0r89,-109r48,0r90,109r-55,0r-59,-72","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"\u00c3":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0xm402,-871r33,7v-12,69,-30,108,-74,108v-53,0,-80,-80,-112,-80v-20,0,-30,22,-41,74r-32,-6v11,-70,29,-109,73,-109v53,0,81,81,112,81v20,0,31,-23,41,-75","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"\u00c4":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0xm191,-870r51,0r0,93r-51,0r0,-93xm359,-870r51,0r0,93r-51,0r0,-93","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"\u00c5":{"d":"147,-202r-67,202r-65,0r254,-725r64,0r254,725r-65,0r-68,-202r-307,0xm299,-659r-135,406r273,0r-136,-406r-2,0xm222,-824v0,-42,34,-74,79,-74v45,0,78,32,78,74v0,42,-33,73,-78,73v-45,0,-79,-31,-79,-73xm257,-824v0,25,18,45,44,45v25,0,43,-20,43,-45v0,-25,-18,-46,-43,-46v-26,0,-44,21,-44,46","k":{"\\":28,"7":49,"1":54,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":45,"V":38,"W":43,"Y":59,"\u00dd":59,"\u0178":59,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":32,"y":32,"\u00fd":32,"\u00ff":32,"w":21,"-":21,"\u00ab":21,"\u00ad":21,"\u00b7":21,"\u2010":21,"\u2013":21,"\u2014":21,"\u2022":21,"\u2039":21,"\u2212":21,"\u2219":21,"a":3,"\u00e0":3,"\u00e1":3,"\u00e2":3,"\u00e3":3,"\u00e4":3,"\u00e5":3,"\u00e6":3,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"t":28,"\u2080":-32,"\u2081":-32,"\u2082":-32,"\u2083":-32,"\u2084":-32,"\u2085":-32,"\u2086":-32,"\u2087":-32,"\u2088":-32,"\u2089":-32,"\u208a":-32,"\u208b":-32,"\u208c":-32,"\u208d":-32,"\u208e":-32,"J":-26,"C":18,"G":18,"O":18,"Q":18,"\u00c7":18,"\u00d2":18,"\u00d3":18,"\u00d4":18,"\u00d5":18,"\u00d6":18,"\u00d8":18,"\u0152":18,"j":-13,"U":19,"\u00d9":19,"\u00da":19,"\u00db":19,"\u00dc":19,"f":18,"\u017f":18,"\ufb00":18,"\ufb01":18,"\ufb02":18,"\ufb03":18,"\ufb04":18,"u":11,"\u00f9":11,"\u00fa":11,"\u00fb":11,"\u00fc":11}},"\u00c6":{"d":"184,-203r-101,203r-65,0r364,-725r427,0r0,55r-337,0r25,270r272,0r0,51r-267,0r27,294r292,0r0,55r-350,0r-18,-203r-269,0xm411,-662r-202,408r239,0r-35,-408r-2,0","w":861,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"\u00c7":{"d":"288,-735v100,0,177,61,202,142r-45,19v-22,-65,-73,-108,-154,-108v-107,0,-165,70,-165,193r0,257v0,111,60,190,166,190v84,0,129,-30,154,-116r47,17v-27,103,-94,148,-194,151r-4,27v61,7,79,30,79,59v0,42,-38,69,-111,76r-7,-34v57,-9,71,-20,71,-39v0,-16,-14,-29,-77,-32r11,-59v-121,-12,-197,-107,-197,-240r0,-257v0,-152,83,-246,224,-246","w":535,"k":{"v":29,"y":29,"\u00fd":29,"\u00ff":29,"w":16,"-":38,"\u00ab":38,"\u00ad":38,"\u00b7":38,"\u2010":38,"\u2013":38,"\u2014":38,"\u2022":38,"\u2039":38,"\u2212":38,"\u2219":38,"t":19}},"\u00c8":{"d":"89,-725r396,0r0,55r-334,0r0,270r271,0r0,51r-271,0r0,294r350,0r0,55r-412,0r0,-725xm177,-871r80,0r76,109r-53,0","w":541,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"\u00c9":{"d":"89,-725r396,0r0,55r-334,0r0,270r271,0r0,51r-271,0r0,294r350,0r0,55r-412,0r0,-725xm314,-871r76,0r-93,109r-52,0","w":541,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"\u00ca":{"d":"89,-725r396,0r0,55r-334,0r0,270r271,0r0,51r-271,0r0,294r350,0r0,55r-412,0r0,-725xm236,-762r-55,0r89,-109r48,0r90,109r-55,0r-59,-72","w":541,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"\u00cb":{"d":"89,-725r396,0r0,55r-334,0r0,270r271,0r0,51r-271,0r0,294r350,0r0,55r-412,0r0,-725xm183,-870r51,0r0,93r-51,0r0,-93xm351,-870r51,0r0,93r-51,0r0,-93","w":541,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"\u00cc":{"d":"109,-725r62,0r0,725r-62,0r0,-725xm15,-871r80,0r76,109r-53,0","w":280},"\u00cd":{"d":"109,-725r62,0r0,725r-62,0r0,-725xm178,-871r76,0r-93,109r-52,0","w":280},"\u00ce":{"d":"109,-725r62,0r0,725r-62,0r0,-725xm82,-762r-55,0r89,-109r48,0r90,109r-55,0r-59,-72","w":280},"\u00cf":{"d":"109,-725r62,0r0,725r-62,0r0,-725xm31,-870r51,0r0,93r-51,0r0,-93xm199,-870r51,0r0,93r-51,0r0,-93","w":280},"\u00d0":{"d":"100,-725r232,0v154,0,241,92,241,243r0,243v0,148,-87,239,-241,239r-232,0r0,-352r-79,0r0,-40r79,0r0,-333xm512,-480v0,-124,-62,-191,-180,-191r-170,0r0,279r89,0r0,40r-89,0r0,299r170,0v117,0,180,-65,180,-187r0,-240","w":638,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d1":{"d":"89,-725r52,0r339,592r2,0r0,-592r56,0r0,725r-46,0r-345,-602r-2,0r0,602r-56,0r0,-725xm418,-871r33,7v-12,69,-30,108,-74,108v-53,0,-80,-80,-112,-80v-20,0,-30,22,-41,74r-32,-6v11,-70,29,-109,73,-109v53,0,81,81,112,81v20,0,31,-23,41,-75","w":627},"\u00d2":{"d":"301,-735v153,0,237,91,237,239r0,265v0,150,-84,241,-237,241v-153,0,-237,-91,-237,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188xm185,-871r80,0r76,109r-53,0","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d3":{"d":"301,-735v153,0,237,91,237,239r0,265v0,150,-84,241,-237,241v-153,0,-237,-91,-237,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188xm327,-871r76,0r-93,109r-52,0","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d4":{"d":"301,-735v153,0,237,91,237,239r0,265v0,150,-84,241,-237,241v-153,0,-237,-91,-237,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188xm242,-762r-55,0r89,-109r48,0r90,109r-55,0r-59,-72","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d5":{"d":"301,-735v153,0,237,91,237,239r0,265v0,150,-84,241,-237,241v-153,0,-237,-91,-237,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188xm399,-871r33,7v-12,69,-30,108,-74,108v-53,0,-80,-80,-112,-80v-20,0,-30,22,-41,74r-32,-6v11,-70,29,-109,73,-109v53,0,81,81,112,81v20,0,31,-23,41,-75","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d6":{"d":"301,-735v153,0,237,91,237,239r0,265v0,150,-84,241,-237,241v-153,0,-237,-91,-237,-240r0,-265v0,-149,84,-240,237,-240xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,65,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188xm192,-870r51,0r0,93r-51,0r0,-93xm360,-870r51,0r0,93r-51,0r0,-93","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d7":{"d":"366,-145r-125,-133r-125,133r-32,-34r125,-133r-125,-133r32,-34r125,133r125,-133r32,34r-125,133r125,133","w":483},"\u00d8":{"d":"301,-735v82,0,144,27,184,74r42,-61r30,22r-49,72v52,94,30,260,30,397v0,150,-84,241,-237,241v-81,0,-143,-25,-183,-71r-39,58r-28,-21r46,-67v-56,-94,-33,-263,-33,-404v0,-149,84,-240,237,-240xm126,-495v0,113,-14,253,12,345r312,-459v-28,-47,-78,-72,-149,-72v-115,0,-175,65,-175,186xm476,-231v0,-110,13,-244,-10,-337r-312,456v28,45,77,69,147,69v116,0,175,-65,175,-188","k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":18,"\u00c0":18,"\u00c1":18,"\u00c2":18,"\u00c3":18,"\u00c4":18,"\u00c5":18,"\u00c6":18,"T":17,"V":19,"W":25,"X":22,"Y":20,"\u00dd":20,"\u0178":20,"Z":12,"\u017d":12,"\u2080":14,"\u2081":14,"\u2082":14,"\u2083":14,"\u2084":14,"\u2085":14,"\u2086":14,"\u2087":14,"\u2088":14,"\u2089":14,"\u208a":14,"\u208b":14,"\u208c":14,"\u208d":14,"\u208e":14}},"\u00d9":{"d":"490,-725r61,0r0,502v0,146,-83,233,-237,233v-150,0,-236,-87,-236,-232r0,-503r62,0r0,503v0,135,81,177,174,177v112,0,176,-54,176,-177r0,-503xm215,-871r80,0r76,109r-53,0","w":629,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19}},"\u00da":{"d":"490,-725r61,0r0,502v0,146,-83,233,-237,233v-150,0,-236,-87,-236,-232r0,-503r62,0r0,503v0,135,81,177,174,177v112,0,176,-54,176,-177r0,-503xm339,-871r76,0r-93,109r-52,0","w":629,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19}},"\u00db":{"d":"490,-725r61,0r0,502v0,146,-83,233,-237,233v-150,0,-236,-87,-236,-232r0,-503r62,0r0,503v0,135,81,177,174,177v112,0,176,-54,176,-177r0,-503xm256,-762r-55,0r89,-109r48,0r90,109r-55,0r-59,-72","w":629,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19}},"\u00dc":{"d":"490,-725r61,0r0,502v0,146,-83,233,-237,233v-150,0,-236,-87,-236,-232r0,-503r62,0r0,503v0,135,81,177,174,177v112,0,176,-54,176,-177r0,-503xm206,-870r51,0r0,93r-51,0r0,-93xm374,-870r51,0r0,93r-51,0r0,-93","w":629,"k":{"\/":13,",":23,".":23,"\u201a":23,"\u201e":23,"\u2026":23,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19}},"\u00dd":{"d":"540,-725r-233,468r0,257r-62,0r0,-257r-233,-468r72,0r191,412r2,0r193,-412r70,0xm305,-871r76,0r-93,109r-52,0","w":552,"k":{"\u00c6":59,"\\":-22,"4":46,"\/":54,",":85,".":85,"\u201a":85,"\u201e":85,"\u2026":85,"A":59,"\u00c0":59,"\u00c1":59,"\u00c2":59,"\u00c3":59,"\u00c4":59,"\u00c5":59,"S":9,"\u0160":9,"x":35,"\u00b2":-31,"\u00b3":-31,"\u00b9":-31,"\u2070":-31,"\u2074":-31,"\u2075":-31,"\u2076":-31,"\u2077":-31,"\u2078":-31,"\u2079":-31,"\u207a":-31,"\u207b":-31,"\u207c":-31,"\u207d":-31,"\u207e":-31,"\u207f":-31,"v":46,"y":46,"\u00fd":46,"\u00ff":46,"w":35,"-":49,"\u00ab":49,"\u00ad":49,"\u00b7":49,"\u2010":49,"\u2013":49,"\u2014":49,"\u2022":49,"\u2039":49,"\u2212":49,"\u2219":49,"a":78,"\u00e0":78,"\u00e1":78,"\u00e2":78,"\u00e3":78,"\u00e4":78,"\u00e5":78,"\u00e6":78,"g":61,"c":71,"d":71,"e":71,"o":71,"q":71,"\u00e7":71,"\u00e8":71,"\u00e9":71,"\u00ea":71,"\u00eb":71,"\u00f0":71,"\u00f2":71,"\u00f3":71,"\u00f4":71,"\u00f5":71,"\u00f6":71,"\u00f8":71,"\u0153":71,"s":84,"\u0161":84,"t":43,"\u2080":90,"\u2081":90,"\u2082":90,"\u2083":90,"\u2084":90,"\u2085":90,"\u2086":90,"\u2087":90,"\u2088":90,"\u2089":90,"\u208a":90,"\u208b":90,"\u208c":90,"\u208d":90,"\u208e":90,"J":3,"C":20,"G":20,"O":20,"Q":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0152":20,"f":31,"\u017f":31,"\ufb00":31,"\ufb01":31,"\ufb02":31,"\ufb03":31,"\ufb04":31,"u":42,"\u00f9":42,"\u00fa":42,"\u00fb":42,"\u00fc":42,"z":50,"\u017e":50,"m":42,"n":42,"p":42,"r":42,"\u00f1":42,"\u0131":42,"\u00ec":-20,"\u00ee":-20,"\u00ef":-20}},"\u00de":{"d":"319,-587v127,0,197,76,197,211v0,132,-69,211,-195,211r-170,0r0,165r-62,0r0,-725r62,0r0,138r168,0xm151,-533r0,316r167,0v95,0,136,-52,136,-158v0,-108,-41,-158,-136,-158r-167,0","w":555,"k":{"\u2026":30,"\u201e":30,"\u201a":30,"\u0178":30,"\u00dd":30,"Y":30,"X":30,".":30,",":30,"\u00c6":50}},"\u00df":{"d":"250,-410v0,-54,26,-95,91,-117v19,-70,-7,-142,-79,-142v-77,0,-125,63,-125,201r0,468r-57,0r0,-468v0,-163,67,-246,180,-246v115,0,161,116,124,221v-63,13,-78,45,-78,81v0,97,172,104,172,264v0,100,-65,158,-173,158v-49,0,-104,-14,-140,-48r19,-40v70,69,238,52,238,-71v0,-130,-172,-131,-172,-261","w":503},"\u00e0":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115xm136,-725r70,0r74,134r-46,0","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"\u00e1":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115xm250,-725r70,0r-88,134r-45,0","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"\u00e2":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115xm171,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"\u00e3":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115xm327,-725r33,8v-12,82,-30,128,-75,128v-55,0,-80,-99,-112,-99v-20,0,-30,27,-41,91r-32,-7v11,-83,29,-129,74,-129v55,0,80,100,112,100v20,0,31,-27,41,-92","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"\u00e4":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115xm138,-725r48,0r0,95r-48,0r0,-95xm275,-725r48,0r0,95r-48,0r0,-95","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"\u00e5":{"d":"97,-384r-34,-24v39,-62,89,-104,164,-104v107,0,151,72,151,171r0,258v0,36,21,52,60,49r0,35v-49,16,-101,-10,-109,-49v-39,37,-89,56,-142,56v-88,0,-140,-50,-140,-131v0,-94,56,-160,227,-160r49,0v6,-100,-12,-183,-101,-183v-54,0,-94,32,-125,82xm101,-125v0,125,175,106,222,31r0,-146r-49,0v-134,0,-173,46,-173,115xm152,-665v0,-45,34,-80,79,-80v45,0,78,35,78,80v0,45,-33,79,-78,79v-45,0,-79,-34,-79,-79xm187,-665v0,28,17,49,44,49v26,0,44,-21,44,-49v0,-28,-18,-50,-44,-50v-27,0,-44,22,-44,50","w":455,"k":{"\\":22,"\"":33,"'":33,"*":33,"\u00aa":33,"\u00ae":33,"\u00b0":33,"\u00ba":33,"\u02bb":33,"\u02bc":33,"\u2018":33,"\u2019":33,"\u201c":33,"\u201d":33,"\u2120":33,"\u2122":33,"T":74,"V":51,"W":32,"Y":58,"\u00dd":58,"\u0178":58,"\u00b2":40,"\u00b3":40,"\u00b9":40,"\u2070":40,"\u2074":40,"\u2075":40,"\u2076":40,"\u2077":40,"\u2078":40,"\u2079":40,"\u207a":40,"\u207b":40,"\u207c":40,"\u207d":40,"\u207e":40,"\u207f":40,"v":15,"y":15,"\u00fd":15,"\u00ff":15,"w":12,"t":3}},"\u00e6":{"d":"678,-247r-282,0v-6,115,5,210,118,210v69,0,106,-35,128,-95r40,18v-30,78,-84,124,-172,124v-81,0,-124,-40,-149,-89v-34,64,-106,89,-172,89v-89,0,-142,-52,-142,-133v0,-94,59,-164,232,-164r60,0r0,-64v0,-73,-43,-113,-111,-113v-58,0,-99,34,-117,87r-41,-17v24,-71,86,-118,159,-118v73,0,115,34,141,78v23,-46,68,-78,140,-78v107,0,168,81,168,175r0,90xm198,-36v61,0,141,-33,141,-102r0,-106r-61,0v-136,0,-175,52,-175,119v0,58,32,89,95,89xm511,-465v-101,0,-122,74,-115,178r230,0v8,-103,-21,-178,-115,-178","w":723,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00e7":{"d":"397,-406r-39,20v-23,-52,-67,-79,-124,-79v-81,0,-126,49,-126,132r0,164v0,82,47,132,126,132v61,0,101,-27,125,-85r41,16v-25,65,-77,110,-157,113r-5,30v61,7,79,30,79,59v0,42,-38,69,-111,76r-7,-34v57,-9,71,-20,71,-39v0,-16,-14,-29,-77,-32r11,-61v-98,-10,-151,-80,-151,-174r0,-166v0,-103,64,-177,178,-177v77,0,136,41,166,105","w":425,"k":{"T":44,"V":40,"Y":46,"\u00dd":46,"\u0178":46,"\u00b2":17,"\u00b3":17,"\u00b9":17,"\u2070":17,"\u2074":17,"\u2075":17,"\u2076":17,"\u2077":17,"\u2078":17,"\u2079":17,"\u207a":17,"\u207b":17,"\u207c":17,"\u207d":17,"\u207e":17,"\u207f":17}},"\u00e8":{"d":"407,-257r-299,0r0,87v0,82,47,133,130,133v63,0,101,-27,129,-94r41,16v-28,82,-85,123,-173,123v-118,0,-182,-72,-182,-176r0,-167v0,-103,66,-176,178,-176v111,0,176,77,176,178r0,76xm232,-466v-99,0,-131,69,-124,169r250,0v9,-102,-31,-169,-126,-169xm131,-725r70,0r74,134r-46,0","w":452,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00e9":{"d":"407,-257r-299,0r0,87v0,82,47,133,130,133v63,0,101,-27,129,-94r41,16v-28,82,-85,123,-173,123v-118,0,-182,-72,-182,-176r0,-167v0,-103,66,-176,178,-176v111,0,176,77,176,178r0,76xm232,-466v-99,0,-131,69,-124,169r250,0v9,-102,-31,-169,-126,-169xm261,-725r70,0r-88,134r-45,0","w":452,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00ea":{"d":"407,-257r-299,0r0,87v0,82,47,133,130,133v63,0,101,-27,129,-94r41,16v-28,82,-85,123,-173,123v-118,0,-182,-72,-182,-176r0,-167v0,-103,66,-176,178,-176v111,0,176,77,176,178r0,76xm232,-466v-99,0,-131,69,-124,169r250,0v9,-102,-31,-169,-126,-169xm174,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":452,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00eb":{"d":"407,-257r-299,0r0,87v0,82,47,133,130,133v63,0,101,-27,129,-94r41,16v-28,82,-85,123,-173,123v-118,0,-182,-72,-182,-176r0,-167v0,-103,66,-176,178,-176v111,0,176,77,176,178r0,76xm232,-466v-99,0,-131,69,-124,169r250,0v9,-102,-31,-169,-126,-169xm141,-725r48,0r0,95r-48,0r0,-95xm278,-725r48,0r0,95r-48,0r0,-95","w":452,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00ec":{"d":"84,-502r55,0r0,502r-55,0r0,-502xm-11,-725r70,0r74,134r-46,0","w":223},"\u00ed":{"d":"84,-502r55,0r0,502r-55,0r0,-502xm150,-725r70,0r-88,134r-45,0","w":223},"\u00ee":{"d":"84,-502r55,0r0,502r-55,0r0,-502xm53,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":223},"\u00ef":{"d":"84,-502r55,0r0,502r-55,0r0,-502xm19,-725r48,0r0,95r-48,0r0,-95xm156,-725r48,0r0,95r-48,0r0,-95","w":223},"\u00f0":{"d":"425,-168v0,106,-65,176,-185,176v-119,0,-185,-70,-185,-173r0,-168v0,-104,63,-176,176,-176v70,0,112,28,144,65v-3,-91,-26,-156,-93,-199r-58,79r-30,-25r53,-73v-26,-12,-57,-21,-94,-29r9,-37v42,7,79,18,110,33r47,-64r31,25r-43,58v154,89,118,291,118,508xm110,-167v0,77,41,130,130,130v89,0,130,-53,130,-130r0,-165v0,-77,-41,-132,-132,-132v-88,0,-128,55,-128,132r0,165","w":478},"\u00f1":{"d":"129,-393r0,393r-55,0r0,-502r49,0v3,19,-2,46,4,61v34,-44,88,-70,151,-70v110,0,166,73,166,180r0,331r-55,0r0,-331v0,-82,-40,-132,-122,-132v-63,0,-111,32,-138,70xm354,-725r33,8v-12,82,-30,128,-75,128v-55,0,-80,-99,-112,-99v-20,0,-30,27,-41,91r-32,-7v11,-83,29,-129,74,-129v55,0,80,100,112,100v20,0,31,-27,41,-92","w":508,"k":{"\"":31,"'":31,"*":31,"\u00aa":31,"\u00ae":31,"\u00b0":31,"\u00ba":31,"\u02bb":31,"\u02bc":31,"\u2018":31,"\u2019":31,"\u201c":31,"\u201d":31,"\u2120":31,"\u2122":31,"T":47,"V":50,"W":40,"Y":66,"\u00dd":66,"\u0178":66,"\u00b2":23,"\u00b3":23,"\u00b9":23,"\u2070":23,"\u2074":23,"\u2075":23,"\u2076":23,"\u2077":23,"\u2078":23,"\u2079":23,"\u207a":23,"\u207b":23,"\u207c":23,"\u207d":23,"\u207e":23,"\u207f":23}},"\u00f2":{"d":"424,-335r0,170v0,104,-67,174,-186,174v-119,0,-185,-70,-185,-174r0,-170v0,-103,66,-176,185,-176v119,0,186,72,186,176xm108,-334r0,167v0,78,41,130,130,130v89,0,131,-52,131,-130r0,-167v0,-77,-42,-131,-131,-131v-90,0,-130,54,-130,131xm126,-725r70,0r74,134r-46,0","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00f3":{"d":"424,-335r0,170v0,104,-67,174,-186,174v-119,0,-185,-70,-185,-174r0,-170v0,-103,66,-176,185,-176v119,0,186,72,186,176xm108,-334r0,167v0,78,41,130,130,130v89,0,131,-52,131,-130r0,-167v0,-77,-42,-131,-131,-131v-90,0,-130,54,-130,131xm272,-725r70,0r-88,134r-45,0","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00f4":{"d":"424,-335r0,170v0,104,-67,174,-186,174v-119,0,-185,-70,-185,-174r0,-170v0,-103,66,-176,185,-176v119,0,186,72,186,176xm108,-334r0,167v0,78,41,130,130,130v89,0,131,-52,131,-130r0,-167v0,-77,-42,-131,-131,-131v-90,0,-130,54,-130,131xm179,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00f5":{"d":"424,-335r0,170v0,104,-67,174,-186,174v-119,0,-185,-70,-185,-174r0,-170v0,-103,66,-176,185,-176v119,0,186,72,186,176xm108,-334r0,167v0,78,41,130,130,130v89,0,131,-52,131,-130r0,-167v0,-77,-42,-131,-131,-131v-90,0,-130,54,-130,131xm337,-725r33,8v-12,82,-30,128,-75,128v-55,0,-80,-99,-112,-99v-20,0,-30,27,-41,91r-32,-7v11,-83,29,-129,74,-129v55,0,80,100,112,100v20,0,31,-27,41,-92","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00f6":{"d":"424,-335r0,170v0,104,-67,174,-186,174v-119,0,-185,-70,-185,-174r0,-170v0,-103,66,-176,185,-176v119,0,186,72,186,176xm108,-334r0,167v0,78,41,130,130,130v89,0,131,-52,131,-130r0,-167v0,-77,-42,-131,-131,-131v-90,0,-130,54,-130,131xm145,-725r48,0r0,95r-48,0r0,-95xm282,-725r48,0r0,95r-48,0r0,-95","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00f7":{"d":"424,-288r-365,0r0,-47r365,0r0,47xm193,-489v0,-27,20,-49,45,-49v25,0,46,22,46,49v0,26,-21,47,-46,47v-25,0,-45,-21,-45,-47xm193,-139v0,-26,20,-48,45,-48v25,0,46,22,46,48v0,27,-21,48,-46,48v-25,0,-45,-21,-45,-48","w":483},"\u00f8":{"d":"400,-430v39,63,24,170,24,265v0,104,-67,174,-186,174v-60,0,-106,-17,-138,-48r-28,36r-28,-21r33,-44v-39,-63,-24,-172,-24,-267v0,-103,66,-176,185,-176v60,0,108,19,139,51r29,-38r30,22xm108,-334v0,71,-10,159,8,217r229,-301v-21,-29,-57,-47,-107,-47v-90,0,-130,54,-130,131xm369,-167v0,-70,9,-156,-7,-214r-230,300v21,28,56,44,106,44v89,0,131,-52,131,-130","w":476,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00f9":{"d":"378,-107r0,-395r55,0r0,502r-49,0v-3,-18,2,-44,-5,-58v-34,43,-87,67,-150,67v-109,0,-166,-74,-166,-180r0,-331r55,0r0,331v0,80,40,132,123,132v62,0,111,-31,137,-68xm146,-725r70,0r74,134r-46,0","w":508},"\u00fa":{"d":"378,-107r0,-395r55,0r0,502r-49,0v-3,-18,2,-44,-5,-58v-34,43,-87,67,-150,67v-109,0,-166,-74,-166,-180r0,-331r55,0r0,331v0,80,40,132,123,132v62,0,111,-31,137,-68xm286,-725r70,0r-88,134r-45,0","w":508},"\u00fb":{"d":"378,-107r0,-395r55,0r0,502r-49,0v-3,-18,2,-44,-5,-58v-34,43,-87,67,-150,67v-109,0,-166,-74,-166,-180r0,-331r55,0r0,331v0,80,40,132,123,132v62,0,111,-31,137,-68xm195,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":508},"\u00fc":{"d":"378,-107r0,-395r55,0r0,502r-49,0v-3,-18,2,-44,-5,-58v-34,43,-87,67,-150,67v-109,0,-166,-74,-166,-180r0,-331r55,0r0,331v0,80,40,132,123,132v62,0,111,-31,137,-68xm161,-725r48,0r0,95r-48,0r0,-95xm298,-725r48,0r0,95r-48,0r0,-95","w":508},"\u00fd":{"d":"476,-502r-202,542v-30,80,-76,125,-158,130r-6,-41v73,-6,107,-58,126,-131r-209,-500r63,0r173,433r2,0r152,-433r59,0xm296,-725r70,0r-88,134r-45,0","w":503,"k":{",":64,".":64,"\u201a":64,"\u201e":64,"\u2026":64,"A":32,"\u00c0":32,"\u00c1":32,"\u00c2":32,"\u00c3":32,"\u00c4":32,"\u00c5":32,"\u00c6":32,"T":70,"V":26,"W":28,"X":38,"Y":46,"\u00dd":46,"\u0178":46,"a":16,"\u00e0":16,"\u00e1":16,"\u00e2":16,"\u00e3":16,"\u00e4":16,"\u00e5":16,"\u00e6":16,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":64,"\u2081":64,"\u2082":64,"\u2083":64,"\u2084":64,"\u2085":64,"\u2086":64,"\u2087":64,"\u2088":64,"\u2089":64,"\u208a":64,"\u208b":64,"\u208c":64,"\u208d":64,"\u208e":64,"J":19}},"\u00fe":{"d":"277,8v-63,0,-112,-25,-148,-62r0,223r-55,0r0,-918r55,0r0,306r2,0v32,-43,84,-68,148,-68v110,0,165,75,165,180r0,160v0,106,-56,179,-167,179xm129,-394r0,287v26,37,70,69,137,69v83,0,123,-52,123,-133r0,-159v0,-82,-38,-133,-122,-133v-63,0,-111,32,-138,69","w":497,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u00ff":{"d":"476,-502r-202,542v-30,80,-76,125,-158,130r-6,-41v73,-6,107,-58,126,-131r-209,-500r63,0r173,433r2,0r152,-433r59,0xm174,-725r48,0r0,95r-48,0r0,-95xm311,-725r48,0r0,95r-48,0r0,-95","w":503,"k":{",":64,".":64,"\u201a":64,"\u201e":64,"\u2026":64,"A":32,"\u00c0":32,"\u00c1":32,"\u00c2":32,"\u00c3":32,"\u00c4":32,"\u00c5":32,"\u00c6":32,"T":70,"V":26,"W":28,"X":38,"Y":46,"\u00dd":46,"\u0178":46,"a":16,"\u00e0":16,"\u00e1":16,"\u00e2":16,"\u00e3":16,"\u00e4":16,"\u00e5":16,"\u00e6":16,"c":10,"d":10,"e":10,"o":10,"q":10,"\u00e7":10,"\u00e8":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00f0":10,"\u00f2":10,"\u00f3":10,"\u00f4":10,"\u00f5":10,"\u00f6":10,"\u00f8":10,"\u0153":10,"\u2080":64,"\u2081":64,"\u2082":64,"\u2083":64,"\u2084":64,"\u2085":64,"\u2086":64,"\u2087":64,"\u2088":64,"\u2089":64,"\u208a":64,"\u208b":64,"\u208c":64,"\u208d":64,"\u208e":64,"J":19}},"\u0131":{"d":"84,-502r55,0r0,502r-55,0r0,-502","w":223},"\u0132":{"d":"109,-725r62,0r0,725r-62,0r0,-725xm397,-725r62,0r0,614v0,171,-85,253,-244,253r-4,-49v127,0,186,-60,186,-204r0,-614","w":548},"\u0133":{"d":"84,-502r55,0r0,502r-55,0r0,-502xm84,-725r56,0r0,95r-56,0r0,-95xm325,-725r56,0r0,95r-56,0r0,-95xm216,171r-7,-46v78,-9,116,-56,116,-147r0,-480r55,0r0,480v0,121,-61,184,-164,193","w":465},"\u0141":{"d":"98,-725r61,0r0,338r193,-112r0,55r-193,111r0,278r308,0r0,55r-369,0r0,-307r-63,35r0,-54r63,-35r0,-364","w":493,"k":{"\ufb04":19,"\ufb03":19,"\ufb02":19,"\ufb01":19,"\ufb00":19,"\u2219":26,"\u2212":26,"\u2122":47,"\u2120":47,"\u207f":36,"\u207e":36,"\u207d":36,"\u207c":36,"\u207b":36,"\u207a":36,"\u2079":36,"\u2078":36,"\u2077":36,"\u2076":36,"\u2075":36,"\u2074":36,"\u2070":36,"\u2039":26,"\u2022":26,"\u201d":47,"\u201c":47,"\u2019":47,"\u2018":47,"\u2014":26,"\u2013":26,"\u2010":26,"\u02bc":47,"\u02bb":47,"\u017f":19,"\u0178":62,"\u0153":19,"\u0152":18,"\u00ff":34,"\u00fd":34,"\u00f8":19,"\u00f6":19,"\u00f5":19,"\u00f4":19,"\u00f3":19,"\u00f2":19,"\u00f0":19,"\u00eb":19,"\u00ea":19,"\u00e9":19,"\u00e8":19,"\u00e7":19,"\u00dd":62,"\u00dc":20,"\u00db":20,"\u00da":20,"\u00d9":20,"\u00d8":18,"\u00d6":18,"\u00d5":18,"\u00d4":18,"\u00d3":18,"\u00d2":18,"\u00c7":18,"\u00ba":47,"\u00b9":36,"\u00b7":26,"\u00b3":36,"\u00b2":36,"\u00b0":47,"\u00ae":47,"\u00ad":26,"\u00ab":26,"\u00aa":47,"y":34,"w":40,"v":34,"t":30,"q":19,"o":19,"f":19,"e":19,"d":19,"c":19,"Y":62,"W":51,"V":48,"U":20,"T":50,"Q":18,"O":18,"G":18,"C":18,"-":26,"*":47,"'":47,"\"":47,"\\":39,"7":50,"1":43}},"\u0142":{"d":"117,-749r55,0r0,313v35,-19,65,-43,98,-64r0,50r-98,65r0,385r-55,0r0,-355v-31,16,-57,37,-86,55r0,-50r86,-55r0,-344","w":306},"\u0152":{"d":"476,-725r396,0r0,55r-334,0r0,270r271,0r0,51r-271,0r0,294r350,0r0,55r-412,0v-2,-26,4,-59,-2,-81v-33,58,-93,91,-181,91v-145,0,-229,-91,-229,-240r0,-265v0,-149,84,-240,229,-240v90,0,146,36,183,91r0,-81xm476,-231r0,-264v0,-121,-59,-186,-175,-186v-115,0,-175,64,-175,186r0,265v0,122,60,187,175,187v116,0,175,-65,175,-188","w":928,"k":{"v":14,"y":14,"\u00fd":14,"\u00ff":14}},"\u0153":{"d":"714,-248r-291,0r0,82v0,81,41,129,122,129v71,0,111,-35,133,-95r40,18v-30,78,-87,124,-176,124v-79,0,-123,-37,-150,-84v-25,50,-78,84,-158,84v-117,0,-181,-79,-181,-173r0,-176v0,-94,64,-173,182,-173v81,0,130,38,159,86v23,-51,71,-86,149,-86v108,0,171,81,171,175r0,89xm366,-336v0,-83,-46,-131,-129,-131v-82,0,-127,48,-127,131r0,170v0,83,45,132,127,132v83,0,129,-48,129,-132r0,-170xm543,-465v-100,0,-128,72,-120,177r239,0v8,-104,-23,-177,-119,-177","w":759,"k":{"\"":29,"'":29,"*":29,"\u00aa":29,"\u00ae":29,"\u00b0":29,"\u00ba":29,"\u02bb":29,"\u02bc":29,"\u2018":29,"\u2019":29,"\u201c":29,"\u201d":29,"\u2120":29,"\u2122":29,"A":11,"\u00c0":11,"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c4":11,"\u00c5":11,"\u00c6":11,"T":85,"V":52,"W":42,"X":24,"Y":71,"\u00dd":71,"\u0178":71,"x":11,"\u00b2":38,"\u00b3":38,"\u00b9":38,"\u2070":38,"\u2074":38,"\u2075":38,"\u2076":38,"\u2077":38,"\u2078":38,"\u2079":38,"\u207a":38,"\u207b":38,"\u207c":38,"\u207d":38,"\u207e":38,"\u207f":38,"v":10,"y":10,"\u00fd":10,"\u00ff":10,"w":8,"\u2080":13,"\u2081":13,"\u2082":13,"\u2083":13,"\u2084":13,"\u2085":13,"\u2086":13,"\u2087":13,"\u2088":13,"\u2089":13,"\u208a":13,"\u208b":13,"\u208c":13,"\u208d":13,"\u208e":13,"z":7,"\u017e":7}},"\u0160":{"d":"240,-735v99,0,177,53,206,134r-45,20v-23,-62,-81,-102,-158,-102v-103,0,-143,55,-143,124v0,188,353,137,353,372v0,127,-83,197,-210,197v-100,0,-184,-59,-213,-156r49,-20v26,80,89,123,164,123v96,0,151,-47,151,-140v0,-195,-355,-133,-355,-374v0,-103,74,-178,201,-178xm141,-871r55,0r56,73r58,-73r52,0r-91,109r-39,0","w":487,"k":{"\/":3,"v":17,"y":17,"\u00fd":17,"\u00ff":17}},"\u0161":{"d":"218,9v-76,0,-136,-32,-169,-105r40,-22v26,62,75,84,127,84v71,0,107,-39,107,-97v0,-132,-268,-80,-268,-247v0,-71,52,-133,157,-133v71,0,127,34,156,99r-38,20v-24,-53,-64,-75,-118,-75v-71,0,-105,36,-105,84v0,128,268,76,268,248v0,86,-64,144,-157,144xm109,-725r52,0r58,92r59,-92r52,0r-91,134r-39,0","w":415,"k":{"T":65,"V":35,"W":37,"Y":61,"\u00dd":61,"\u0178":61}},"\u0178":{"d":"540,-725r-233,468r0,257r-62,0r0,-257r-233,-468r72,0r191,412r2,0r193,-412r70,0xm167,-870r51,0r0,93r-51,0r0,-93xm335,-870r51,0r0,93r-51,0r0,-93","w":552,"k":{"\u00c6":59,"\\":-22,"4":46,"\/":54,",":85,".":85,"\u201a":85,"\u201e":85,"\u2026":85,"A":59,"\u00c0":59,"\u00c1":59,"\u00c2":59,"\u00c3":59,"\u00c4":59,"\u00c5":59,"S":9,"\u0160":9,"x":35,"\u00b2":-31,"\u00b3":-31,"\u00b9":-31,"\u2070":-31,"\u2074":-31,"\u2075":-31,"\u2076":-31,"\u2077":-31,"\u2078":-31,"\u2079":-31,"\u207a":-31,"\u207b":-31,"\u207c":-31,"\u207d":-31,"\u207e":-31,"\u207f":-31,"v":46,"y":46,"\u00fd":46,"\u00ff":46,"w":35,"-":49,"\u00ab":49,"\u00ad":49,"\u00b7":49,"\u2010":49,"\u2013":49,"\u2014":49,"\u2022":49,"\u2039":49,"\u2212":49,"\u2219":49,"a":78,"\u00e0":78,"\u00e1":78,"\u00e2":78,"\u00e3":78,"\u00e4":78,"\u00e5":78,"\u00e6":78,"g":61,"c":71,"d":71,"e":71,"o":71,"q":71,"\u00e7":71,"\u00e8":71,"\u00e9":71,"\u00ea":71,"\u00eb":71,"\u00f0":71,"\u00f2":71,"\u00f3":71,"\u00f4":71,"\u00f5":71,"\u00f6":71,"\u00f8":71,"\u0153":71,"s":84,"\u0161":84,"t":43,"\u2080":90,"\u2081":90,"\u2082":90,"\u2083":90,"\u2084":90,"\u2085":90,"\u2086":90,"\u2087":90,"\u2088":90,"\u2089":90,"\u208a":90,"\u208b":90,"\u208c":90,"\u208d":90,"\u208e":90,"J":3,"C":20,"G":20,"O":20,"Q":20,"\u00c7":20,"\u00d2":20,"\u00d3":20,"\u00d4":20,"\u00d5":20,"\u00d6":20,"\u00d8":20,"\u0152":20,"f":31,"\u017f":31,"\ufb00":31,"\ufb01":31,"\ufb02":31,"\ufb03":31,"\ufb04":31,"u":42,"\u00f9":42,"\u00fa":42,"\u00fb":42,"\u00fc":42,"z":50,"\u017e":50,"m":42,"n":42,"p":42,"r":42,"\u00f1":42,"\u0131":42,"\u00ec":-20,"\u00ee":-20,"\u00ef":-20}},"\u017d":{"d":"483,-55r0,55r-443,0r0,-40r365,-630r-346,0r0,-55r423,0r0,36r-368,634r369,0xm163,-871r55,0r56,73r58,-73r52,0r-91,109r-39,0","w":530,"k":{"v":37,"y":37,"\u00fd":37,"\u00ff":37,"w":21,"-":29,"\u00ab":29,"\u00ad":29,"\u00b7":29,"\u2010":29,"\u2013":29,"\u2014":29,"\u2022":29,"\u2039":29,"\u2212":29,"\u2219":29,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0152":13}},"\u017e":{"d":"384,-47r0,47r-340,0r0,-39r273,-416r-260,0r0,-47r329,0r0,38r-275,417r273,0xm112,-725r52,0r58,92r59,-92r52,0r-91,134r-39,0","w":429,"k":{"T":52,"V":30,"W":24,"Y":50,"\u00dd":50,"\u0178":50,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12}},"\u017f":{"d":"310,-729r3,40v-102,5,-136,62,-136,143r0,546r-55,0r0,-460r-97,0r0,-42r97,0v-8,-135,33,-215,188,-227","w":282},"\u0192":{"d":"323,-502r-8,41r-145,0r-100,539r-55,0r99,-539r-71,0r8,-41r71,0v15,-129,73,-217,232,-227r-5,40v-122,7,-163,80,-173,187r147,0","w":328},"\u02bb":{"d":"126,-698r0,80r-80,0v-3,-89,5,-154,47,-209r24,14v-18,36,-24,69,-24,110","w":173,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u02bc":{"d":"47,-659r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110","w":173,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u02c6":{"d":"77,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":271},"\u02c7":{"d":"25,-725r52,0r58,92r59,-92r52,0r-91,134r-39,0","w":271},"\u02c9":{"d":"249,-676r0,42r-227,0r0,-42r227,0","w":271},"\u02d8":{"d":"25,-725r44,0v5,84,27,106,67,106v40,0,61,-22,66,-106r44,0v-11,107,-38,141,-110,141v-72,0,-99,-34,-111,-141","w":271},"\u02d9":{"d":"49,-725r56,0r0,95r-56,0r0,-95","w":271},"\u02da":{"d":"57,-665v0,-45,34,-80,79,-80v45,0,78,35,78,80v0,45,-33,79,-78,79v-45,0,-79,-34,-79,-79xm92,-665v0,28,17,49,44,49v26,0,44,-21,44,-49v0,-28,-18,-50,-44,-50v-27,0,-44,22,-44,50","w":271},"\u02db":{"d":"153,-10r31,7v-61,17,-87,51,-87,86v2,58,91,44,128,17r14,33v-47,46,-191,46,-191,-41v0,-47,39,-85,105,-102","w":271},"\u02dc":{"d":"233,-725r33,8v-12,82,-30,128,-75,128v-55,0,-80,-99,-112,-99v-20,0,-30,27,-41,91r-32,-7v11,-83,29,-129,74,-129v55,0,80,100,112,100v20,0,31,-27,41,-92","w":271},"\u02dd":{"d":"105,-725r66,0r-75,134r-41,0xm232,-725r66,0r-89,134r-41,0","w":271},"\u0300":{"d":"-227,-725r70,0r74,134r-46,0","w":0},"\u0301":{"d":"-129,-725r70,0r-88,134r-45,0","w":0},"\u0302":{"d":"-162,-591r-52,0r91,-134r39,0r91,134r-52,0r-59,-91","w":0},"\u0303":{"d":"-44,-725r33,8v-12,82,-30,128,-75,128v-55,0,-80,-99,-112,-99v-20,0,-30,27,-41,91r-32,-7v11,-83,29,-129,74,-129v55,0,80,100,112,100v20,0,31,-27,41,-92","w":0},"\u0304":{"d":"-20,-676r0,42r-227,0r0,-42r227,0","w":0},"\u0306":{"d":"-249,-725r44,0v5,84,27,106,67,106v40,0,61,-22,66,-106r44,0v-11,107,-38,141,-110,141v-72,0,-99,-34,-111,-141","w":0},"\u0307":{"d":"-110,-725r56,0r0,95r-56,0r0,-95","w":0},"\u0308":{"d":"-228,-725r48,0r0,95r-48,0r0,-95xm-91,-725r48,0r0,95r-48,0r0,-95","w":0},"\u030a":{"d":"-222,-665v0,-45,34,-80,79,-80v45,0,78,35,78,80v0,45,-33,79,-78,79v-45,0,-79,-34,-79,-79xm-187,-665v0,28,17,49,44,49v26,0,44,-21,44,-49v0,-28,-18,-50,-44,-50v-27,0,-44,22,-44,50","w":0},"\u030b":{"d":"-166,-725r66,0r-75,134r-41,0xm-39,-725r66,0r-89,134r-41,0","w":0},"\u030c":{"d":"-248,-725r52,0r58,92r59,-92r52,0r-91,134r-39,0","w":0},"\u0312":{"d":"-201,-573r-68,0r61,-152r44,0","w":0},"\u0315":{"d":"133,-725r68,0r-68,151r-43,0","w":0},"\u0326":{"d":"-267,98r0,-59r71,0v3,77,-4,139,-73,140r-4,-27v30,-5,39,-18,39,-50","w":0},"\u0327":{"d":"-113,-16r37,2r-8,51v61,7,79,30,79,59v0,42,-38,69,-111,76r-7,-34v57,-9,71,-20,71,-39v0,-16,-14,-29,-77,-32","w":0},"\u0328":{"d":"-100,-10r31,7v-61,17,-87,51,-87,86v2,58,91,44,128,17r14,33v-47,46,-191,46,-191,-41v0,-47,39,-85,105,-102","w":0},"\u0335":{"d":"-21,-272r0,42r-227,0r0,-42r227,0","w":1},"\u0336":{"d":"-545,-229r0,-45r522,0r0,45r-522,0","w":1},"\u0394":{"d":"15,0r261,-725r51,0r260,725r-572,0xm300,-647r-203,593r406,0r-201,-593r-2,0"},"\u03a9":{"d":"301,-735v154,0,237,84,237,221r0,142v0,108,-54,171,-148,200r0,117r144,0r0,55r-191,0r0,-211v94,-19,133,-70,133,-160r0,-142v0,-106,-64,-168,-175,-168v-111,0,-175,62,-175,168r0,142v0,90,39,141,134,160r0,211r-192,0r0,-55r145,0r0,-116v-94,-29,-149,-91,-149,-201r0,-142v0,-137,83,-221,237,-221"},"\u03bc":{"d":"74,-173r0,-329r55,0r0,329v0,81,45,131,127,131v63,0,107,-32,133,-68r0,-392r55,0r0,502r-49,0v-3,-18,2,-44,-5,-59v-53,86,-221,81,-265,-6v4,81,9,175,16,236r-57,4v-5,-100,-10,-267,-10,-348","w":519},"\u03c0":{"d":"420,0r-55,0r0,-456r-221,0r0,363v2,75,-54,109,-124,93r0,-35v48,4,69,-17,69,-60r0,-360r-67,0r0,-47r463,0r0,47r-65,0r0,455","w":510},"\u2007":{"w":532},"\u2008":{"w":205},"\u200b":{"w":0},"\u2010":{"d":"24,-267r0,-50r220,0r0,50r-220,0","w":269,"k":{"7":60,"1":40}},"\u2013":{"d":"24,-269r0,-45r354,0r0,45r-354,0","w":401,"k":{"7":60,"1":40}},"\u2014":{"d":"24,-269r0,-45r522,0r0,45r-522,0","w":570,"k":{"7":60,"1":40}},"\u2018":{"d":"126,-698r0,80r-80,0v-3,-89,5,-154,47,-209r24,14v-18,36,-24,69,-24,110","w":173,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u2019":{"d":"47,-659r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110","w":173,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u201a":{"d":"47,-5r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110","w":173,"k":{"\\":67,"7":48,"1":41,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":88,"V":78,"W":62,"Y":85,"\u00dd":85,"\u0178":85,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":58,"-":64,"\u00ab":64,"\u00ad":64,"\u00b7":64,"\u2010":64,"\u2013":64,"\u2014":64,"\u2022":64,"\u2039":64,"\u2212":64,"\u2219":64,"J":-30,"C":23,"G":23,"O":23,"Q":23,"\u00c7":23,"\u00d2":23,"\u00d3":23,"\u00d4":23,"\u00d5":23,"\u00d6":23,"\u00d8":23,"\u0152":23,"U":23,"\u00d9":23,"\u00da":23,"\u00db":23,"\u00dc":23}},"\u201c":{"d":"255,-698r0,80r-80,0v-3,-89,5,-154,47,-209r24,14v-18,36,-24,69,-24,110xm126,-698r0,80r-80,0v-3,-89,5,-154,47,-209r24,14v-18,36,-24,69,-24,110","w":307,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u201d":{"d":"176,-659r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110xm47,-660r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110","w":307,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u201e":{"d":"165,-5r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110xm44,-5r0,-80r80,0v3,89,-5,154,-47,209r-24,-14v18,-36,26,-69,26,-110","w":310,"k":{"\\":67,"7":48,"1":41,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":88,"V":78,"W":62,"Y":85,"\u00dd":85,"\u0178":85,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":58,"-":64,"\u00ab":64,"\u00ad":64,"\u00b7":64,"\u2010":64,"\u2013":64,"\u2014":64,"\u2022":64,"\u2039":64,"\u2212":64,"\u2219":64,"J":-30,"C":23,"G":23,"O":23,"Q":23,"\u00c7":23,"\u00d2":23,"\u00d3":23,"\u00d4":23,"\u00d5":23,"\u00d6":23,"\u00d8":23,"\u0152":23,"U":23,"\u00d9":23,"\u00da":23,"\u00db":23,"\u00dc":23}},"\u2020":{"d":"23,-538r165,6r-5,-217r55,0r-4,217r165,-6r0,55r-165,-5r4,643r-55,0r5,-643r-165,5r0,-55","w":423},"\u2021":{"d":"188,-106r0,-382r-165,5r0,-55r165,6r-5,-217r55,0r-4,217r165,-6r0,55r-165,-5r0,382r165,-5r0,55r-165,-6r4,217r-55,0r5,-217r-165,6r0,-55","w":423},"\u2022":{"d":"24,-309v0,-71,50,-126,113,-126v64,0,114,55,114,126v0,69,-50,124,-114,124v-63,0,-113,-55,-113,-124","w":272,"k":{"7":60,"1":40}},"\u2026":{"d":"62,0r0,-87r81,0r0,87r-81,0xm267,0r0,-87r81,0r0,87r-81,0xm472,0r0,-87r81,0r0,87r-81,0","w":615,"k":{"\\":67,"7":48,"1":41,"\"":68,"'":68,"*":68,"\u00aa":68,"\u00ae":68,"\u00b0":68,"\u00ba":68,"\u02bb":68,"\u02bc":68,"\u2018":68,"\u2019":68,"\u201c":68,"\u201d":68,"\u2120":68,"\u2122":68,"T":88,"V":78,"W":62,"Y":85,"\u00dd":85,"\u0178":85,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":58,"-":64,"\u00ab":64,"\u00ad":64,"\u00b7":64,"\u2010":64,"\u2013":64,"\u2014":64,"\u2022":64,"\u2039":64,"\u2212":64,"\u2219":64,"J":-30,"C":23,"G":23,"O":23,"Q":23,"\u00c7":23,"\u00d2":23,"\u00d3":23,"\u00d4":23,"\u00d5":23,"\u00d6":23,"\u00d8":23,"\u0152":23,"U":23,"\u00d9":23,"\u00da":23,"\u00db":23,"\u00dc":23}},"\u2030":{"d":"156,-735v98,0,112,85,112,193v0,77,-39,122,-112,122v-98,0,-113,-82,-113,-190v0,-78,40,-125,113,-125xm156,-694v-72,0,-69,78,-69,154v0,54,23,81,69,81v73,0,69,-77,69,-152v0,-55,-23,-83,-69,-83xm52,-1r409,-724r50,0r-410,724r-49,0xm418,-305v98,0,112,85,112,194v0,77,-39,122,-112,122v-99,0,-112,-83,-112,-190v0,-78,39,-126,112,-126xm418,-264v-72,0,-69,78,-69,154v0,55,23,81,69,81v73,0,69,-77,69,-152v0,-55,-23,-83,-69,-83xm682,-305v97,0,112,85,112,194v0,77,-40,122,-112,122v-100,0,-113,-82,-113,-190v0,-78,39,-126,113,-126xm682,-264v-73,0,-69,78,-69,154v0,55,22,81,69,81v71,0,68,-77,68,-152v0,-55,-23,-83,-68,-83","w":827},"\u2039":{"d":"205,-437r-129,180r129,181r-55,0r-128,-181r128,-180r55,0","w":226},"\u203a":{"d":"20,-76r130,-181r-130,-180r56,0r128,180r-128,181r-56,0","w":226,"k":{"7":60,"1":40}},"\u203d":{"d":"25,-580v31,-86,112,-155,225,-155v144,0,199,87,199,176v0,105,-69,190,-183,238r-4,121r-42,0r-5,-170r0,-315v-70,12,-119,58,-144,121xm393,-557v0,-61,-31,-124,-127,-130r0,319v88,-47,127,-111,127,-189xm198,0r0,-87r81,0r0,87r-81,0","w":500,"k":{"\/":75,",":150,".":150,"\u201a":150,"\u201e":150,"\u2026":150,"A":56,"\u00c0":56,"\u00c1":56,"\u00c2":56,"\u00c3":56,"\u00c4":56,"\u00c5":56,"\u00c6":56,"c":31,"d":31,"e":31,"o":31,"q":31,"\u00e7":31,"\u00e8":31,"\u00e9":31,"\u00ea":31,"\u00eb":31,"\u00f0":31,"\u00f2":31,"\u00f3":31,"\u00f4":31,"\u00f5":31,"\u00f6":31,"\u00f8":31,"\u0153":31}},"\u2044":{"d":"-20,0r-48,-1r386,-724r48,0","w":275,"k":{"\u208e":106,"\u208d":106,"\u208c":106,"\u208b":106,"\u208a":106,"\u2089":106,"\u2088":106,"\u2087":106,"\u2086":106,"\u2085":106,"\u2084":106,"\u2083":106,"\u2082":106,"\u2081":106,"\u2080":106,"\u207f":-83,"\u207e":-83,"\u207d":-83,"\u207c":-83,"\u207b":-83,"\u207a":-83,"\u2079":-83,"\u2078":-83,"\u2077":-83,"\u2076":-83,"\u2075":-83,"\u2074":-83,"\u2070":-83,"\u2026":47,"\u201e":47,"\u201a":47,"\u00b9":-83,"\u00b3":-83,"\u00b2":-83,".":47,",":47,"\u2044":62}},"\u2070":{"d":"246,-692r0,106v0,68,-38,110,-107,110v-69,0,-107,-42,-107,-110r0,-106v0,-68,38,-111,107,-111v69,0,107,43,107,111xm139,-766v-81,0,-63,103,-64,180v0,50,22,74,64,74v82,0,64,-103,64,-180v0,-49,-21,-74,-64,-74","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2074":{"d":"219,-480r-39,0r0,-61r-158,0r0,-28r155,-230r42,0r0,224r44,0r-4,34r-40,0r0,61xm70,-575r110,0r3,-175r-2,0","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2075":{"d":"71,-627r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2076":{"d":"146,-803v43,0,78,22,93,62r-29,15v-13,-29,-33,-42,-62,-42v-55,0,-77,51,-66,108v15,-14,41,-22,69,-22v69,0,96,38,96,97v0,73,-39,109,-106,109v-63,0,-104,-40,-104,-114r0,-94v0,-69,40,-119,109,-119xm143,-647v-41,0,-63,15,-63,63v0,47,24,73,62,73v42,0,63,-24,63,-73v0,-41,-19,-63,-62,-63","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2077":{"d":"113,-480r-49,0r128,-283r-172,0r0,-36r218,0r0,32","w":257,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2078":{"d":"139,-476v-71,0,-109,-30,-109,-96v0,-42,20,-64,51,-78v-29,-11,-43,-35,-43,-69v0,-49,29,-84,101,-84v72,0,101,35,101,84v0,36,-19,56,-43,70v35,10,52,37,52,77v0,66,-39,96,-110,96xm205,-574v0,-43,-26,-57,-66,-57v-40,0,-66,14,-66,57v0,47,22,64,66,64v45,0,66,-16,66,-64xm139,-769v-43,0,-60,16,-60,53v0,37,18,54,60,54v42,0,60,-17,60,-54v0,-37,-16,-53,-60,-53","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2079":{"d":"38,-536r28,-16v23,61,139,55,134,-24v-2,-16,4,-40,-2,-52v-58,43,-165,25,-165,-74v0,-62,37,-101,108,-101v64,0,102,40,102,103r0,122v10,115,-175,135,-205,42xm134,-640v40,0,76,-15,66,-63v0,-43,-20,-65,-59,-65v-44,0,-65,21,-65,64v0,48,21,64,58,64","w":278,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u207a":{"d":"104,-534r0,-85r-71,0r0,-31r71,0r0,-86r31,0r0,86r73,0r0,31r-73,0r0,85r-31,0","w":241,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u207b":{"d":"208,-619r-175,0r0,-31r175,0r0,31","w":241,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u207c":{"d":"202,-649r-165,0r0,-30r165,0r0,30xm202,-583r-165,0r0,-30r165,0r0,30","w":241,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u207d":{"d":"37,-576r0,-118v2,-115,32,-159,113,-155r0,28v-57,-3,-77,25,-77,127r0,118v4,102,21,131,77,128r0,27v-81,4,-113,-39,-113,-155","w":142,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u207e":{"d":"105,-694r0,118v-2,116,-32,159,-113,155r0,-28v57,3,77,-25,77,-127r0,-118v-4,-102,-21,-130,-77,-127r0,-28v81,-4,113,40,113,155","w":142,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u207f":{"d":"45,-480r0,-248r34,0v3,10,-1,26,5,32v16,-21,41,-36,72,-36v117,1,69,148,79,252r-38,0r0,-166v6,-71,-96,-62,-112,-14r0,180r-40,0","w":277,"k":{"\u2044":132,"\\":-39,"4":60,"\/":88,",":79,".":79,"\u201a":79,"\u201e":79,"\u2026":79,"A":79,"\u00c0":79,"\u00c1":79,"\u00c2":79,"\u00c3":79,"\u00c4":79,"\u00c5":79,"\u00c6":79,"T":-37,"V":-29,"W":-16,"Y":-31,"\u00dd":-31,"\u0178":-31,"-":45,"\u00ab":45,"\u00ad":45,"\u00b7":45,"\u2010":45,"\u2013":45,"\u2014":45,"\u2022":45,"\u2039":45,"\u2212":45,"\u2219":45,"a":39,"\u00e0":39,"\u00e1":39,"\u00e2":39,"\u00e3":39,"\u00e4":39,"\u00e5":39,"\u00e6":39,"g":23,"c":38,"d":38,"e":38,"o":38,"q":38,"\u00e7":38,"\u00e8":38,"\u00e9":38,"\u00ea":38,"\u00eb":38,"\u00f0":38,"\u00f2":38,"\u00f3":38,"\u00f4":38,"\u00f5":38,"\u00f6":38,"\u00f8":38,"\u0153":38,"s":22,"\u0161":22,"t":-5,"\u2080":79,"\u2081":79,"\u2082":79,"\u2083":79,"\u2084":79,"\u2085":79,"\u2086":79,"\u2087":79,"\u2088":79,"\u2089":79,"\u208a":79,"\u208b":79,"\u208c":79,"\u208d":79,"\u208e":79}},"\u2080":{"d":"246,-93r0,106v0,68,-38,110,-107,110v-69,0,-107,-42,-107,-110r0,-106v0,-68,38,-111,107,-111v69,0,107,43,107,111xm139,-167v-81,0,-63,103,-64,180v0,50,22,74,64,74v82,0,64,-103,64,-180v0,-49,-21,-74,-64,-74","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2081":{"d":"117,-202r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57","w":215,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2082":{"d":"142,-204v68,0,98,38,98,84v0,108,-143,128,-155,204r160,0r0,35r-206,0v-17,-125,157,-147,157,-238v0,-29,-17,-50,-57,-50v-34,0,-58,23,-68,56r-34,-11v12,-43,47,-80,105,-80","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2083":{"d":"106,-29r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2084":{"d":"219,119r-39,0r0,-61r-158,0r0,-28r155,-230r42,0r0,224r44,0r-4,34r-40,0r0,61xm70,24r110,0r3,-175r-2,0","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2085":{"d":"71,-28r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2086":{"d":"146,-204v43,0,78,22,93,62r-29,15v-13,-29,-33,-42,-62,-42v-55,0,-77,51,-66,108v15,-14,41,-22,69,-22v69,0,96,38,96,97v0,73,-39,109,-106,109v-63,0,-104,-40,-104,-114r0,-94v0,-69,40,-119,109,-119xm143,-48v-41,0,-63,15,-63,63v0,47,24,73,62,73v42,0,63,-24,63,-73v0,-41,-19,-63,-62,-63","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2087":{"d":"113,119r-49,0r128,-283r-172,0r0,-36r218,0r0,32","w":257,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2088":{"d":"139,123v-71,0,-109,-30,-109,-96v0,-42,20,-64,51,-78v-29,-11,-43,-35,-43,-69v0,-49,29,-84,101,-84v72,0,101,35,101,84v0,36,-19,56,-43,70v35,10,52,37,52,77v0,66,-39,96,-110,96xm205,25v0,-43,-26,-57,-66,-57v-40,0,-66,14,-66,57v0,47,22,64,66,64v45,0,66,-16,66,-64xm139,-170v-43,0,-60,16,-60,53v0,37,18,54,60,54v42,0,60,-17,60,-54v0,-37,-16,-53,-60,-53","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u2089":{"d":"38,63r28,-16v23,61,139,55,134,-24v-2,-16,4,-40,-2,-52v-58,43,-165,25,-165,-74v0,-62,37,-101,108,-101v64,0,102,40,102,103r0,122v10,115,-175,135,-205,42xm134,-41v40,0,76,-15,66,-63v0,-43,-20,-65,-59,-65v-44,0,-65,21,-65,64v0,48,21,64,58,64","w":278,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u208a":{"d":"104,65r0,-85r-71,0r0,-31r71,0r0,-86r31,0r0,86r73,0r0,31r-73,0r0,85r-31,0","w":241,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u208b":{"d":"208,-20r-175,0r0,-31r175,0r0,31","w":241,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u208c":{"d":"202,-50r-165,0r0,-30r165,0r0,30xm202,16r-165,0r0,-30r165,0r0,30","w":241,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u208d":{"d":"37,23r0,-118v2,-115,32,-159,113,-155r0,28v-57,-3,-77,25,-77,127r0,118v4,102,21,131,77,128r0,27v-81,4,-113,-39,-113,-155","w":142,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u208e":{"d":"105,-95r0,118v-2,116,-32,159,-113,155r0,-28v57,3,77,-25,77,-127r0,-118v-4,-102,-21,-130,-77,-127r0,-28v81,-4,113,40,113,155","w":142,"k":{"\u2044":-90,"\\":58,"7":39,"1":58,"\"":59,"'":59,"*":59,"\u00aa":59,"\u00ae":59,"\u00b0":59,"\u00ba":59,"\u02bb":59,"\u02bc":59,"\u2018":59,"\u2019":59,"\u201c":59,"\u201d":59,"\u2120":59,"\u2122":59,"A":-32,"\u00c0":-32,"\u00c1":-32,"\u00c2":-32,"\u00c3":-32,"\u00c4":-32,"\u00c5":-32,"\u00c6":-32,"T":87,"V":82,"W":68,"Y":90,"\u00dd":90,"\u0178":90,"\u00b2":79,"\u00b3":79,"\u00b9":79,"\u2070":79,"\u2074":79,"\u2075":79,"\u2076":79,"\u2077":79,"\u2078":79,"\u2079":79,"\u207a":79,"\u207b":79,"\u207c":79,"\u207d":79,"\u207e":79,"\u207f":79,"v":64,"y":64,"\u00fd":64,"\u00ff":64,"w":32,"a":1,"\u00e0":1,"\u00e1":1,"\u00e2":1,"\u00e3":1,"\u00e4":1,"\u00e5":1,"\u00e6":1,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f0":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0153":12,"J":-64,"C":14,"G":14,"O":14,"Q":14,"\u00c7":14,"\u00d2":14,"\u00d3":14,"\u00d4":14,"\u00d5":14,"\u00d6":14,"\u00d8":14,"\u0152":14}},"\u20a3":{"d":"6,-119r0,-45r81,0r0,-561r396,0r0,55r-334,0r0,275r287,0r0,52r-287,0r0,179r118,0r0,45r-118,0r0,119r-62,0r0,-119r-81,0","w":525},"\u20a4":{"d":"45,-366r-6,-40r67,0v-34,-180,25,-330,190,-330v97,0,172,58,197,141r-45,18v-27,-75,-78,-106,-151,-106v-138,-1,-159,134,-136,277r262,0r-7,40r-249,0r6,41r233,0r-6,39r-222,0v6,38,10,70,12,89v96,23,137,154,220,154v49,0,74,-38,90,-137r44,11v-17,128,-63,179,-133,179v-111,0,-153,-132,-220,-164v-4,124,-44,164,-103,164v-46,0,-75,-32,-75,-84v0,-72,46,-121,127,-127r-15,-85r-63,0r-6,-39r63,0r-7,-41r-67,0xm91,-32v35,0,52,-32,52,-129v-67,5,-84,45,-84,85v0,30,16,44,32,44","w":555},"\u20a7":{"d":"196,-725v95,0,150,69,150,208v0,133,-55,208,-149,208r-83,0r0,309r-51,0r0,-725r133,0xm114,-679r0,326r81,0v64,0,99,-49,99,-164v0,-159,-52,-170,-180,-162xm882,-412r-35,14v-12,-53,-38,-73,-78,-73v-49,0,-68,36,-68,86v0,110,183,99,183,264v0,80,-43,131,-114,131v-64,0,-104,-36,-122,-118r36,-13v14,69,42,91,84,91v47,0,71,-35,71,-89v0,-132,-185,-119,-185,-264v0,-76,41,-130,112,-130v59,0,99,35,116,101xm598,-503r0,41r-100,0r0,371v-3,61,53,70,92,47r11,30v-17,13,-38,22,-64,22v-57,0,-86,-34,-86,-99r0,-369r-53,-12r0,-29r55,-3r11,-144r34,0r0,145r100,0","w":911},"\u20ac":{"d":"306,-735v99,0,177,61,202,142r-46,19v-21,-64,-73,-107,-153,-107v-121,0,-175,93,-165,235r274,0r-12,40r-262,0r0,60r247,0r-12,40r-235,0v-12,149,32,264,166,264v84,0,129,-31,154,-116r46,17v-27,106,-98,151,-203,151v-138,0,-225,-99,-225,-242r0,-74r-63,0r0,-40r63,0r0,-60r-63,0r0,-40r63,0v-11,-177,68,-289,224,-289","w":564},"\u20b4":{"d":"43,-412r0,-40r318,0v36,-30,61,-65,61,-113v0,-63,-25,-121,-133,-121v-89,0,-144,40,-181,101r-44,-24v43,-77,120,-126,227,-126v182,0,237,185,134,283r71,0r0,40r-121,0v-43,29,-93,55,-138,83r258,0r0,40r-312,0v-35,32,-58,70,-58,121v0,81,60,129,153,129v77,0,141,-34,182,-116r41,24v-45,96,-121,141,-225,141v-141,0,-206,-73,-206,-176v0,-51,20,-90,50,-123r-77,0r0,-40r123,0v42,-31,92,-56,137,-83r-260,0","w":545},"\u2105":{"d":"199,-735v65,0,115,39,132,88r-39,17v-13,-36,-43,-60,-90,-60v-62,0,-95,40,-95,108r0,147v0,62,34,106,95,106v49,0,76,-18,90,-65r40,13v-18,66,-64,93,-133,93v-88,0,-146,-59,-146,-147r0,-147v0,-94,55,-153,146,-153xm773,-290r0,145v0,93,-55,151,-155,151v-99,0,-154,-58,-154,-151r0,-145v0,-93,55,-151,154,-151v100,0,155,58,155,151xm720,-145r0,-145v0,-70,-34,-106,-102,-106v-66,0,-101,36,-101,106r0,145v0,71,35,107,101,107v68,0,102,-36,102,-107xm233,0r-40,-1r385,-724r41,0","w":826},"\u2113":{"d":"173,-267r-9,-42v19,-5,38,-13,57,-22v18,-240,88,-401,186,-401v55,0,77,43,77,113v0,111,-89,234,-216,309v-1,32,-2,67,-2,104v0,251,108,192,154,46r40,13v-22,86,-82,159,-147,159v-63,0,-96,-57,-96,-214v0,-28,0,-56,2,-83v-15,7,-31,13,-46,18xm403,-686v-54,0,-113,104,-132,326v98,-61,168,-168,169,-256v0,-51,-13,-70,-37,-70","w":659},"\u2116":{"d":"89,-725r52,0r340,594r2,0r0,-594r55,0r0,725r-46,0r-345,-602r-2,0r0,602r-56,0r0,-725xm847,-624r0,101v0,66,-43,110,-120,110v-76,0,-120,-44,-120,-110r0,-101v0,-65,43,-111,119,-111v78,0,121,45,121,111xm726,-695v-91,0,-75,89,-75,173v0,39,24,69,75,69v94,0,75,-86,76,-170v0,-43,-23,-72,-76,-72xm611,-338r0,-36r241,0r0,36r-241,0","w":904},"\u2117":{"d":"637,-422r0,122v0,175,-107,311,-290,311v-183,0,-290,-136,-290,-311r0,-122v0,-175,107,-312,290,-312v183,0,290,137,290,312xm597,-302r0,-118v0,-159,-93,-274,-250,-274v-156,0,-250,115,-250,274r0,118v0,159,94,273,250,273v157,0,250,-114,250,-273xm364,-614v97,0,148,53,148,148v0,93,-52,148,-147,148r-100,0r0,207r-46,0r0,-503r145,0xm265,-574r0,218r98,0v72,0,103,-36,103,-110v0,-73,-31,-108,-103,-108r-98,0","w":694},"\u2120":{"d":"524,-725r40,0r0,311r-39,0r0,-230r-2,0r-90,174r-19,0r-90,-174r-2,0r0,230r-40,0r0,-311r39,0r101,198r2,0xm229,-668r-31,14v-14,-30,-36,-44,-66,-44v-39,0,-59,20,-59,46v0,72,157,47,157,152v0,54,-41,91,-100,91v-48,0,-86,-20,-106,-68r30,-15v20,64,132,68,132,-3v0,-75,-156,-48,-156,-153v0,-45,34,-84,101,-84v46,0,81,23,98,64","w":599,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u2122":{"d":"505,-725r40,0r0,311r-39,0r0,-230r-2,0r-90,174r-19,0r-90,-174r-2,0r0,230r-40,0r0,-311r40,0r100,198r2,0xm16,-725r207,0r0,37r-82,0r0,274r-43,0r0,-274r-82,0r0,-37","w":580,"k":{"\u2044":78,"4":51,"\/":62,",":68,".":68,"\u201a":68,"\u201e":68,"\u2026":68,"A":68,"\u00c0":68,"\u00c1":68,"\u00c2":68,"\u00c3":68,"\u00c4":68,"\u00c5":68,"\u00c6":68,"-":40,"\u00ab":40,"\u00ad":40,"\u00b7":40,"\u2010":40,"\u2013":40,"\u2014":40,"\u2022":40,"\u2039":40,"\u2212":40,"\u2219":40,"a":31,"\u00e0":31,"\u00e1":31,"\u00e2":31,"\u00e3":31,"\u00e4":31,"\u00e5":31,"\u00e6":31,"g":30,"c":29,"d":29,"e":29,"o":29,"q":29,"\u00e7":29,"\u00e8":29,"\u00e9":29,"\u00ea":29,"\u00eb":29,"\u00f0":29,"\u00f2":29,"\u00f3":29,"\u00f4":29,"\u00f5":29,"\u00f6":29,"\u00f8":29,"\u0153":29,"s":17,"\u0161":17,"\u2080":59,"\u2081":59,"\u2082":59,"\u2083":59,"\u2084":59,"\u2085":59,"\u2086":59,"\u2087":59,"\u2088":59,"\u2089":59,"\u208a":59,"\u208b":59,"\u208c":59,"\u208d":59,"\u208e":59}},"\u2126":{"d":"301,-735v154,0,237,84,237,221r0,142v0,108,-54,171,-148,200r0,117r144,0r0,55r-191,0r0,-211v94,-19,133,-70,133,-160r0,-142v0,-106,-64,-168,-175,-168v-111,0,-175,62,-175,168r0,142v0,90,39,141,134,160r0,211r-192,0r0,-55r145,0r0,-116v-94,-29,-149,-91,-149,-201r0,-142v0,-137,83,-221,237,-221"},"\u212e":{"d":"743,-355r-611,0r0,101v0,106,103,233,279,233v124,0,203,-49,268,-128r30,23v-67,87,-166,139,-301,139v-212,0,-355,-163,-355,-348v0,-197,142,-350,345,-350v201,0,327,135,345,330xm132,-439r0,43r529,0v13,-157,-84,-258,-263,-258v-163,0,-266,118,-266,215","w":795},"\u2150":{"d":"117,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm63,0r-48,-1r386,-724r48,0xm375,0r-49,0r128,-283r-172,0r0,-36r218,0r0,32","w":519},"\u2151":{"d":"117,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm63,0r-48,-1r386,-724r48,0xm300,-56r28,-16v23,61,139,55,134,-24v-2,-16,4,-40,-2,-52v-58,43,-165,25,-165,-74v0,-62,37,-101,108,-101v64,0,102,40,102,103r0,122v10,115,-175,135,-205,42xm396,-160v40,0,76,-15,66,-63v0,-43,-20,-65,-59,-65v-44,0,-65,21,-65,64v0,48,21,64,58,64","w":540},"\u2152":{"d":"117,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm63,0r-48,-1r386,-724r48,0xm379,-321r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm723,-212r0,106v0,68,-38,110,-107,110v-69,0,-107,-42,-107,-110r0,-106v0,-68,38,-111,107,-111v69,0,107,43,107,111xm616,-286v-81,0,-63,103,-64,180v0,50,22,74,64,74v82,0,64,-103,64,-180v0,-49,-21,-74,-64,-74","w":755},"\u2153":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0xm397,-148r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54","w":565},"\u2154":{"d":"133,-729v68,0,98,38,98,84v0,108,-143,128,-155,204r160,0r0,35r-206,0v-17,-125,157,-147,157,-238v0,-29,-17,-50,-57,-50v-34,0,-58,23,-68,56r-34,-11v12,-43,47,-80,105,-80xm107,0r-48,-1r386,-724r48,0xm397,-148r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54","w":565},"\u2155":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0xm362,-147r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45","w":565},"\u2156":{"d":"133,-729v68,0,98,38,98,84v0,108,-143,128,-155,204r160,0r0,35r-206,0v-17,-125,157,-147,157,-238v0,-29,-17,-50,-57,-50v-34,0,-58,23,-68,56r-34,-11v12,-43,47,-80,105,-80xm107,0r-48,-1r386,-724r48,0xm362,-147r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45","w":565},"\u2157":{"d":"97,-554r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54xm107,0r-48,-1r386,-724r48,0xm362,-147r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45","w":565},"\u2158":{"d":"198,-406r-39,0r0,-61r-158,0r0,-28r155,-230r42,0r0,224r44,0r-4,34r-40,0r0,61xm49,-501r110,0r3,-175r-2,0xm107,0r-48,-1r386,-724r48,0xm362,-147r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45","w":565},"\u2159":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0xm437,-323v43,0,78,22,93,62r-29,15v-13,-29,-33,-42,-62,-42v-55,0,-77,51,-66,108v15,-14,41,-22,69,-22v69,0,96,38,96,97v0,73,-39,109,-106,109v-63,0,-104,-40,-104,-114r0,-94v0,-69,40,-119,109,-119xm434,-167v-41,0,-63,15,-63,63v0,47,24,73,62,73v42,0,63,-24,63,-73v0,-41,-19,-63,-62,-63","w":565},"\u215a":{"d":"62,-553r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45xm107,0r-48,-1r386,-724r48,0xm437,-323v43,0,78,22,93,62r-29,15v-13,-29,-33,-42,-62,-42v-55,0,-77,51,-66,108v15,-14,41,-22,69,-22v69,0,96,38,96,97v0,73,-39,109,-106,109v-63,0,-104,-40,-104,-114r0,-94v0,-69,40,-119,109,-119xm434,-167v-41,0,-63,15,-63,63v0,47,24,73,62,73v42,0,63,-24,63,-73v0,-41,-19,-63,-62,-63","w":565},"\u215b":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0xm430,4v-71,0,-109,-30,-109,-96v0,-42,20,-64,51,-78v-29,-11,-43,-35,-43,-69v0,-49,29,-84,101,-84v72,0,101,35,101,84v0,36,-19,56,-43,70v35,10,52,37,52,77v0,66,-39,96,-110,96xm496,-94v0,-43,-26,-57,-66,-57v-40,0,-66,14,-66,57v0,47,22,64,66,64v45,0,66,-16,66,-64xm430,-289v-43,0,-60,16,-60,53v0,37,18,54,60,54v42,0,60,-17,60,-54v0,-37,-16,-53,-60,-53","w":565},"\u215c":{"d":"97,-554r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54xm107,0r-48,-1r386,-724r48,0xm430,4v-71,0,-109,-30,-109,-96v0,-42,20,-64,51,-78v-29,-11,-43,-35,-43,-69v0,-49,29,-84,101,-84v72,0,101,35,101,84v0,36,-19,56,-43,70v35,10,52,37,52,77v0,66,-39,96,-110,96xm496,-94v0,-43,-26,-57,-66,-57v-40,0,-66,14,-66,57v0,47,22,64,66,64v45,0,66,-16,66,-64xm430,-289v-43,0,-60,16,-60,53v0,37,18,54,60,54v42,0,60,-17,60,-54v0,-37,-16,-53,-60,-53","w":565},"\u215d":{"d":"62,-553r-29,-15r14,-157r177,0r-2,37r-141,0v-1,31,-11,70,-7,97v70,-38,163,-11,163,83v0,68,-38,106,-109,106v-47,0,-86,-23,-101,-68r32,-12v13,31,39,46,67,46v46,0,66,-25,66,-72v0,-77,-89,-76,-130,-45xm107,0r-48,-1r386,-724r48,0xm430,4v-71,0,-109,-30,-109,-96v0,-42,20,-64,51,-78v-29,-11,-43,-35,-43,-69v0,-49,29,-84,101,-84v72,0,101,35,101,84v0,36,-19,56,-43,70v35,10,52,37,52,77v0,66,-39,96,-110,96xm496,-94v0,-43,-26,-57,-66,-57v-40,0,-66,14,-66,57v0,47,22,64,66,64v45,0,66,-16,66,-64xm430,-289v-43,0,-60,16,-60,53v0,37,18,54,60,54v42,0,60,-17,60,-54v0,-37,-16,-53,-60,-53","w":565},"\u215e":{"d":"166,-406r-49,0r128,-283r-172,0r0,-36r218,0r0,32xm107,0r-48,-1r386,-724r48,0xm430,4v-71,0,-109,-30,-109,-96v0,-42,20,-64,51,-78v-29,-11,-43,-35,-43,-69v0,-49,29,-84,101,-84v72,0,101,35,101,84v0,36,-19,56,-43,70v35,10,52,37,52,77v0,66,-39,96,-110,96xm496,-94v0,-43,-26,-57,-66,-57v-40,0,-66,14,-66,57v0,47,22,64,66,64v45,0,66,-16,66,-64xm430,-289v-43,0,-60,16,-60,53v0,37,18,54,60,54v42,0,60,-17,60,-54v0,-37,-16,-53,-60,-53","w":565},"\u215f":{"d":"152,-727r34,0r0,321r-45,0r0,-234r-68,0r0,-30v51,0,77,7,79,-57xm107,0r-48,-1r386,-724r48,0","w":565},"\u2189":{"d":"246,-618r0,106v0,68,-38,110,-107,110v-69,0,-107,-42,-107,-110r0,-106v0,-68,38,-111,107,-111v69,0,107,43,107,111xm139,-692v-81,0,-63,103,-64,180v0,50,22,74,64,74v82,0,64,-103,64,-180v0,-49,-21,-74,-64,-74xm126,0r-48,-1r386,-724r48,0xm431,-148r0,-33v49,3,84,-5,84,-54v0,-37,-19,-53,-55,-53v-32,0,-56,18,-67,50r-33,-12v15,-44,52,-73,104,-73v109,0,126,127,49,156r0,2v36,8,55,33,55,73v0,63,-38,96,-105,96v-50,0,-88,-21,-105,-67r32,-13v13,31,40,46,71,46v44,0,61,-24,61,-64v1,-51,-40,-56,-91,-54","w":603},"\u2202":{"d":"271,-511v66,0,103,25,128,58v12,-134,-26,-207,-172,-241r16,-37v192,31,224,162,195,345r-35,217v-17,107,-100,178,-220,178v-118,0,-169,-69,-151,-176r28,-167v18,-105,97,-177,211,-177xm348,-168r28,-165v13,-79,-16,-132,-106,-132v-89,0,-142,54,-155,132r-28,165v-13,78,16,131,105,131v89,0,143,-53,156,-131","w":479},"\u2206":{"d":"15,0r261,-725r51,0r260,725r-572,0xm300,-647r-203,593r406,0r-201,-593r-2,0"},"\u220f":{"d":"35,-725r546,0r0,55r-71,0r0,748r-59,0r0,-748r-287,0r0,748r-58,0r0,-748r-71,0r0,-55","w":616},"\u2211":{"d":"36,-725r483,0r0,55r-393,0r231,332r-233,362r406,0r0,54r-494,0r0,-27r252,-389r-252,-359r0,-28","w":557},"\u2212":{"d":"424,-289r-365,0r0,-46r365,0r0,46","w":483,"k":{"7":60,"1":40}},"\u2215":{"d":"-20,0r-48,-1r386,-724r48,0","w":275},"\u2219":{"d":"153,-309v0,-71,50,-126,113,-126v64,0,114,55,114,126v0,69,-50,124,-114,124v-63,0,-113,-55,-113,-124","w":532,"k":{"7":60,"1":40}},"\u221a":{"d":"557,-749r-251,749r-63,0r-152,-447r-80,-11r0,-44r129,0r134,423r2,0r212,-670r69,0","w":565},"\u221e":{"d":"525,-291v0,95,-43,139,-101,139v-56,0,-89,-39,-140,-102v-51,63,-84,102,-140,102v-58,0,-101,-44,-101,-139v0,-94,43,-138,101,-138v56,0,89,39,140,102v51,-63,84,-102,140,-102v58,0,101,44,101,138xm309,-291v49,61,72,96,112,96v38,0,62,-28,62,-96v0,-67,-24,-95,-62,-95v-40,0,-63,35,-112,95xm259,-291v-49,-60,-72,-95,-112,-95v-38,0,-62,28,-62,95v0,68,24,96,62,96v40,0,63,-35,112,-96","w":568},"\u222b":{"d":"249,-828r6,45v-78,9,-116,56,-116,148r0,613v0,121,-61,184,-164,193r-7,-46v78,-9,116,-56,116,-147r0,-613v0,-122,62,-185,165,-193","w":205},"\u2248":{"d":"420,-406r0,46v-119,81,-238,-63,-357,15r0,-46v118,-82,240,66,357,-15xm420,-274r0,46v-118,81,-239,-64,-357,16r0,-47v118,-82,239,66,357,-15","w":483},"\u2260":{"d":"370,-486r-53,92r103,0r0,47r-130,0r-48,85r178,0r0,47r-205,0r-67,118r-32,-22r54,-96r-107,0r0,-47r134,0r48,-85r-182,0r0,-47r209,0r65,-114","w":483},"\u2264":{"d":"395,-477r-247,150r248,149r0,59r-331,-203r0,-10r330,-205r0,60xm73,-36r0,-45r323,0r0,45r-323,0","w":483},"\u2265":{"d":"87,-178r247,-149r-246,-150r0,-60r330,205r0,10r-331,203r0,-59xm410,-81r0,45r-324,0r0,-45r324,0","w":483},"\u22c5":{"d":"217,-318v0,-29,22,-52,48,-52v27,0,50,23,50,52v0,28,-23,51,-50,51v-26,0,-48,-23,-48,-51","w":532},"\u25ca":{"d":"45,-293r165,-245r165,245r-165,246xm98,-292r112,166r112,-166r-112,-167","w":419},"\u2e18":{"d":"475,-48v-31,86,-112,155,-225,155v-144,0,-199,-87,-199,-176v0,-105,69,-190,183,-238r4,-121r42,0r5,170r0,315v70,-12,119,-58,144,-121xm107,-71v0,61,31,124,127,130r0,-319v-88,47,-127,111,-127,189xm302,-628r0,87r-81,0r0,-87r81,0","w":500},"\ufb00":{"d":"581,-502r0,42r-145,0r0,460r-55,0r0,-460r-229,0r0,460r-55,0r0,-460r-72,0r0,-42r72,0v-8,-135,33,-215,188,-227r3,40v-119,8,-144,76,-138,187r231,0v-8,-135,33,-215,188,-227r3,40v-119,8,-144,76,-138,187r147,0","w":601,"k":{",":44,".":44,"\u201a":44,"\u201e":44,"\u2026":44,"A":28,"\u00c0":28,"\u00c1":28,"\u00c2":28,"\u00c3":28,"\u00c4":28,"\u00c5":28,"\u00c6":28,"\u00b2":-27,"\u00b3":-27,"\u00b9":-27,"\u2070":-27,"\u2074":-27,"\u2075":-27,"\u2076":-27,"\u2077":-27,"\u2078":-27,"\u2079":-27,"\u207a":-27,"\u207b":-27,"\u207c":-27,"\u207d":-27,"\u207e":-27,"\u207f":-27,"\u2080":53,"\u2081":53,"\u2082":53,"\u2083":53,"\u2084":53,"\u2085":53,"\u2086":53,"\u2087":53,"\u2088":53,"\u2089":53,"\u208a":53,"\u208b":53,"\u208c":53,"\u208d":53,"\u208e":53,"\u00ec":-10,"\u00ee":-10,"\u00ef":-10,")":-40,"]":-40,"}":-40}},"\ufb01":{"d":"285,-729r3,40v-119,8,-144,76,-138,187r282,0r0,502r-55,0r0,-460r-225,0r0,460r-55,0r0,-460r-72,0r0,-42r72,0v-8,-135,33,-215,188,-227xm376,-725r54,0r0,95r-54,0r0,-95","w":514},"\ufb02":{"d":"292,-502r0,42r-140,0r0,460r-55,0r0,-460r-72,0r0,-42r72,0v-9,-147,41,-223,213,-226r68,0r0,-21r55,0r0,749r-55,0r0,-689r-66,0v-137,0,-169,64,-162,187r142,0","w":521},"\ufb03":{"d":"565,-729r3,40v-119,8,-144,76,-138,187r282,0r0,502r-55,0r0,-460r-225,0r0,460r-55,0r0,-460r-225,0r0,460r-55,0r0,-460r-72,0r0,-42r72,0v-8,-135,33,-215,188,-227r3,40v-119,8,-144,76,-138,187r227,0v-8,-135,33,-215,188,-227xm656,-725r54,0r0,95r-54,0r0,-95","w":795},"\ufb04":{"d":"572,-502r0,42r-140,0r0,460r-55,0r0,-460r-225,0r0,460r-55,0r0,-460r-72,0r0,-42r72,0v-8,-135,33,-215,188,-227r3,40v-119,8,-144,76,-138,187r227,0v-9,-147,41,-223,214,-226r68,0r0,-21r55,0r0,749r-55,0r0,-689r-66,0v-138,0,-170,64,-163,187r142,0","w":801}}});;$(document).ready(function(){$('body').addClass('jsEnabled');});var Blueprint={};Blueprint.go=function(e){var destination=e.options[e.selectedIndex].value;if(destination&&destination!=0)location.href=destination;};Blueprint.formCheck=function(){var forms=$("#node-form>div>div>#edit-submit,#comment-form>div>#edit-submit,#user-register>div>#edit-submit");$('<div id="saving"><p class="saving">Saving&hellip;</p></div>').insertAfter(forms);forms.click(function(){$(this).siblings("input:submit").hide();$(this).hide();$("#saving").show();var notice=function(){$('<p id="saving-notice">Not saving? Wait a few seconds, reload this page, and try again. Every now and then the internet hiccups too :-)</p>').appendTo("#saving").fadeIn();};setTimeout(notice,24000);});};if(Drupal.jsEnabled){$(document).ready(Blueprint.formCheck);};;(function($){var ver='2.72';if($.support==undefined){$.support={opacity:!($.browser.msie)};}
function debug(s){if($.fn.cycle.debug)
log(s);}
function log(){if(window.console&&window.console.log)
window.console.log('[cycle] '+Array.prototype.join.call(arguments,' '));};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!='stop'){if(!$.isReady&&o.s){log('DOM not ready, queuing slideshow');$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}
log('terminating; zero elements found by selector'+($.isReady?'':' (DOM not ready)'));return this;}
return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false)
return;if(this.cycleTimeout)
clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;}
var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false)
return;var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10)
startTime=10;debug('first timeout: '+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev)},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined)
cont.cycleStop=0;if(options===undefined||options===null)
options={};if(options.constructor==String){switch(options){case'stop':cont.cycleStop++;if(cont.cycleTimeout)
clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;$(cont).removeData('cycle.opts');return false;case'pause':cont.cyclePause=1;return false;case'resume':cont.cyclePause=0;if(arg2===true){options=$(cont).data('cycle.opts');if(!options){log('options not found, can not resume');return false;}
if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
go(options.elements,options,1,1);}
return false;case'prev':case'next':var opts=$(cont).data('cycle.opts');if(!opts){log('options not found, "prev/next" ignored');return false;}
$.fn.cycle[options](opts);return false;default:options={fx:options};};return options;}
else if(options.constructor==Number){var num=options;options=$(cont).data('cycle.opts');if(!options){log('options not found, can not advance slide');return false;}
if(num<0||num>=options.elements.length){log('invalid slide index: '+num);return false;}
options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
if(typeof arg2=='string')
options.oneTimeFx=arg2;go(options.elements,options,1,num>=options.currSlide);return false;}
return options;};function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute('filter');}
catch(smother){}}};function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop)
opts.countdown=opts.autostopCount||els.length;var cont=$cont[0];$cont.data('cycle.opts',opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype)
opts.after.push(function(){removeFilter(this,opts);});if(opts.continuous)
opts.after.push(function(){go(els,opts,0,!opts.rev);});saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($slides);if($cont.css('position')=='static')
$cont.css('position','relative');if(opts.width)
$cont.width(opts.width);if(opts.height&&opts.height!='auto')
$cont.height(opts.height);if(opts.startingSlide)
opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++)
opts.randomMap.push(i);opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}
else if(opts.startingSlide>=els.length)
opts.startingSlide=0;opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width)
$slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w)w=e.offsetWidth;if(!h)h=e.offsetHeight;maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}
if(maxw>0&&maxh>0)
$cont.css({width:maxw+'px',height:maxh+'px'});}
if(opts.pause)
$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});if(supportMultiTransitions(opts)===false)
return false;var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is('img')){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ',this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options)},opts.requeueTimeout);requeue=true;return false;}
else{log('could not determine size of image: '+this.src,this.cycleW,this.cycleH);}}}
return true;});if(requeue)
return false;opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(':eq('+first+')').css(opts.cssBefore);if(opts.cssFirst)
$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String)
opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);if(!opts.sync)
opts.speed=opts.speed/2;while((opts.timeout-opts.speed)<250)
opts.timeout+=opts.speed;}
if(opts.easing)
opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn)
opts.speedIn=opts.speed;if(!opts.speedOut)
opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else
opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init))
init($cont,$slides,opts);else if(opts.fx!='custom'&&!opts.multiFx){log('unknown transition: '+opts.fx,'; slideshow terminating');return false;}}
var e0=$slides[first];if(opts.before.length)
opts.before[0].apply(e0,[e0,e0,opts,true]);if(opts.after.length>1)
opts.after[1].apply(e0,[e0,e0,opts,true]);if(opts.next)
$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});if(opts.prev)
$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});if(opts.pager)
buildPager(els,opts);exposeAddSlide(opts,els);return opts;};function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});};function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(',')>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,'').split(',');for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log('discarding unknown transition: ',fx);opts.fxs.splice(i,1);i--;}}
if(!opts.fxs.length){log('No valid transitions named; slideshow terminating.');return false;}}
else if(opts.fx=='all'){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx))
opts.fxs.push(p);}}
if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}
debug('randomized fx sequence: ',opts.fxs);}
return true;};function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount)
opts.countdown++;els[prepend?'unshift':'push'](s);if(opts.els)
opts.els[prepend?'unshift':'push'](s);opts.slideCount=els.length;$s.css('position','absolute');$s[prepend?'prependTo':'appendTo'](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}
if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($s);if(opts.fit&&opts.width)
$s.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager)
$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if($.isFunction(opts.onAddSlide))
opts.onAddSlide($s);else
$s.hide();};}
$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init))
init(opts.$cont,$(opts.elements),opts);};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}
if(opts.busy)
return;var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual)
return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end)
opts.end(opts);return;}
if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length)
opts.lastFx=0;fx=opts.fxs[opts.lastFx];opts.currFx=fx;}
if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}
$.fn.cycle.resetState(opts,fx);if(opts.before.length)
$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn)
opts.fxFn(curr,next,opts,after,fwd);else if($.isFunction($.fn.cycle[opts.fx]))
$.fn.cycle[opts.fx](curr,next,opts,after);else
$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}
opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}
if(opts.pager)
$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}
var ms=0;if(opts.timeout&&!opts.continuous)
ms=getTimeout(curr,next,opts,fwd);else if(opts.continuous&&p.cyclePause)
ms=10;if(ms>0)
p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms);};$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250)
t+=opts.speed;debug('calculated timeout: '+t+'; speed: '+opts.speed);if(t!==false)
return t;}
return opts.timeout;};$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2)
opts.randomIndex=els.length-2;else if(opts.randomIndex==-1)
opts.randomIndex=els.length-1;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else if(opts.random){if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap)return false;opts.nextSlide=els.length-1;}
else if(opts.nextSlide>=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}}
if($.isFunction(opts.prevNextClick))
opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder))
a=opts.pagerAnchorBuilder(i,el);else
a='<a href="#">'+(i+1)+'</a>';if(!a)
return;var $a=$(a);if($a.parents('body').length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}
else{$a.appendTo($p);}}
$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if($.isFunction(opts.pagerClick))
opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!='click')
if(opts.pauseOnPagerHover)
$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd)
hops=c>l?c-l:opts.slideCount-l;else
hops=c<l?l-c:l+opts.slideCount-c;return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?'0'+s:s;};function getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#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,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=='number')
speedIn=speedOut=speedOverride;else
speedIn=speedOut=1;easeIn=easeOut=null;}
var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});if(opts.sync)fn();};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.currSlide+')').css('opacity',0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:'click',pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);(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);$(function(){$('#slider').cycle({speed:700,timeout:5000,pause:true,pauseOnPagerHover:true,pager:'#slideNav',pagerEvent:'mouseover',pagerAnchorBuilder:pagerFactory});function pagerFactory(idx,slide){var s=idx>10?' style="display:none"':'';return'<li'+s+'><a href="#">'+(idx+1)+'</a></li>';};});;jQuery.easing={easein:function(x,t,b,c,d){return c*(t/=d)*t+b},easeinout:function(x,t,b,c,d){if(t<d/2)return 2*c*t*t/(d*d)+b;var a=t-d/2;return-2*c*a*a/(d*d)+2*c*a/d+c/2+b},easeout:function(x,t,b,c,d){return-c*t*t/(d*d)+2*c*t/d+b},expoin:function(x,t,b,c,d){var a=1;if(c<0){a*=-1;c*=-1}return a*(Math.exp(Math.log(c)/d*t))+b},expoout:function(x,t,b,c,d){var a=1;if(c<0){a*=-1;c*=-1}return a*(-Math.exp(-Math.log(c)/d*(t-d))+c+1)+b},expoinout:function(x,t,b,c,d){var a=1;if(c<0){a*=-1;c*=-1}if(t<d/2)return a*(Math.exp(Math.log(c/2)/(d/2)*t))+b;return a*(-Math.exp(-2*Math.log(c/2)/d*(t-d))+c+1)+b},bouncein:function(x,t,b,c,d){return c-jQuery.easing['bounceout'](x,d-t,0,c,d)+b},bounceout:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b}},bounceinout:function(x,t,b,c,d){if(t<d/2)return jQuery.easing['bouncein'](x,t*2,0,c,d)*.5+b;return jQuery.easing['bounceout'](x,t*2-d,0,c,d)*.5+c*.5+b},elasin:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b},elasout:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b},elasinout:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4}else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b},backin:function(x,t,b,c,d){var s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b},backout:function(x,t,b,c,d){var s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},backinout:function(x,t,b,c,d){var s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b},linear:function(x,t,b,c,d){return c*t/d+b}};;(function(b){function d(a){var f=[].slice.call(arguments,1),e=0;a=b.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)e=a.wheelDelta/120;if(a.detail)e=-a.detail/3;f.unshift(a,e);return b.event.handle.apply(this,f)}var c=["DOMMouseScroll","mousewheel"];b.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],d,false);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],d,false);else this.onmousewheel=null}};b.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);;;(function($){var tmp,loading,overlay,wrap,outer,inner,content,close,nav_left,nav_right;var selectedIndex=0,selectedOpts={},selectedArray=[],currentIndex=0,currentOpts={},currentArray=[];var ajaxLoader=null,imgPreloader=new Image,imageRegExp=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,swfRegExp=/[^\.]\.(swf)\s*$/i;var loadingTimer,loadingFrame=1;var start_pos,final_pos,busy=false,shadow=20,fx=$.extend($('<div/>')[0],{prop:0}),titleh=0,isIE6=!$.support.opacity&&!window.XMLHttpRequest;$.fn.fixPNG=function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+($(this).css('backgroundRepeat')=='no-repeat'?'crop':'scale')+", src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')
$(this).css('position','relative');}).css('zoom',1);}});};$.fn.fancybox=function(options){$(this).data('fancybox',$.extend({},options));$(this).unbind('click.fb').bind('click.fb',function(e){e.preventDefault();if(busy)return;busy=true;$(this).blur();selectedArray=[];selectedIndex=0;var rel=$(this).attr('rel')||'';if(!rel||rel==''||rel==='nofollow'){selectedArray.push(this);}else{selectedArray=$("a[rel="+rel+"], area[rel="+rel+"]");selectedIndex=selectedArray.index(this);}
fancybox_start();return false;});return this;};$.fancybox=function(obj,opts){if(busy)return;busy=true;selectedArray=[];selectedIndex=0;if($.isArray(obj)){for(var i=0,j=obj.length;i<j;i++){if(typeof obj[i]=='object'){$(obj[i]).data('fancybox',$.extend({},opts,obj[i]));}else{obj[i]=$({}).data('fancybox',$.extend({content:obj[i]},opts));}}
selectedArray=jQuery.merge(selectedArray,obj);}else{if(typeof obj=='object'){$(obj).data('fancybox',$.extend({},opts,obj));}else{obj=$({}).data('fancybox',$.extend({content:obj},opts));}
selectedArray.push(obj);}
fancybox_start();};$.fancybox.showActivity=function(){clearInterval(loadingTimer);loading.show();loadingTimer=setInterval(fancybox_animate_loading,66);};$.fancybox.hideActivity=function(){loading.hide();};$.fancybox.next=function(){return $.fancybox.pos(currentIndex+1);};$.fancybox.prev=function(){return $.fancybox.pos(currentIndex-1);};$.fancybox.pos=function(pos){if(busy)return;pos=parseInt(pos);if(pos>-1&&currentArray.length>pos){selectedIndex=pos;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos<0){selectedIndex=currentArray.length-1;fancybox_start();}
if(currentOpts.cyclic&&currentArray.length>1&&pos>=currentArray.length){selectedIndex=0;fancybox_start();}
return;};$.fancybox.cancel=function(){if(busy)return;busy=true;$.event.trigger('fancybox-cancel');fancybox_abort();if(selectedOpts&&$.isFunction(selectedOpts.onCancel)){selectedOpts.onCancel(selectedArray,selectedIndex,selectedOpts);};busy=false;};$.fancybox.close=function(){if(busy||wrap.is(':hidden'))return;busy=true;if(currentOpts&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){busy=false;return;}};fancybox_abort();$(close.add(nav_left).add(nav_right)).hide();$('#fancybox-title').remove();wrap.add(inner).add(overlay).unbind();$(window).unbind("resize.fb scroll.fb");$(document).unbind('keydown.fb');function _cleanup(){overlay.fadeOut('fast');wrap.hide();$.event.trigger('fancybox-cleanup');inner.empty();if($.isFunction(currentOpts.onClosed)){currentOpts.onClosed(currentArray,currentIndex,currentOpts);}
currentArray=selectedOpts=[];currentIndex=selectedIndex=0;currentOpts=selectedOpts={};busy=false;}
inner.css('overflow','hidden');if(currentOpts.transitionOut=='elastic'){start_pos=fancybox_get_zoom_from();var pos=wrap.position();final_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};if(currentOpts.opacity){final_pos.opacity=1;}
fx.prop=1;$(fx).animate({prop:0},{duration:currentOpts.speedOut,easing:currentOpts.easingOut,step:fancybox_draw,complete:_cleanup});}else{wrap.fadeOut(currentOpts.transitionOut=='none'?0:currentOpts.speedOut,_cleanup);}};$.fancybox.resize=function(){if(busy||wrap.is(':hidden'))return;busy=true;var c=inner.wrapInner("<div style='overflow:auto'></div>").children();var h=c.height();wrap.css({height:h+(currentOpts.padding*2)+titleh});inner.css({height:h});c.replaceWith(c.children());$.fancybox.center();};$.fancybox.center=function(){busy=true;var view=fancybox_get_viewport();var margin=currentOpts.margin;var to={};to.top=view[3]+((view[1]-((wrap.height()-titleh)+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(wrap.width()+(shadow*2)))*0.5);to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);wrap.css(to);busy=false;};function fancybox_abort(){loading.hide();imgPreloader.onerror=imgPreloader.onload=null;if(ajaxLoader)ajaxLoader.abort();tmp.empty();};function fancybox_error(){$.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{'scrolling':'no','padding':20,'transitionIn':'none','transitionOut':'none'});};function fancybox_start(){fancybox_abort();var obj=selectedArray[selectedIndex];selectedOpts=$.extend({},$.fn.fancybox.defaults,(typeof $(obj).data('fancybox')=='undefined'?selectedOpts:$(obj).data('fancybox')));var href,type,title=obj.title||$(obj).title||selectedOpts.title||'';if(obj.nodeName&&!selectedOpts.orig){selectedOpts.orig=$(obj).children("img:first").length?$(obj).children("img:first"):$(obj);}
if(title==''&&selectedOpts.orig)title=selectedOpts.orig.attr('alt');if(obj.nodeName&&(/^(?:javascript|#)/i).test(obj.href)){href=selectedOpts.href||null;}else{href=selectedOpts.href||obj.href||null;}
if(selectedOpts.type){type=selectedOpts.type;if(!href)href=selectedOpts.content;}else if(selectedOpts.content){type='html';}else if(href){if(href.match(imageRegExp)){type='image';}else if(href.match(swfRegExp)){type='swf';}else if($(obj).hasClass("iframe")){type='iframe';}else if(href.match(/#/)){obj=href.substr(href.indexOf("#"));type=$(obj).length>0?'inline':'ajax';}else{type='ajax';}}else{type='inline';}
selectedOpts.type=type;selectedOpts.href=href;selectedOpts.title=title;if(selectedOpts.autoDimensions&&selectedOpts.type!=='iframe'&&selectedOpts.type!=='swf'){selectedOpts.width='auto';selectedOpts.height='auto';}
if(selectedOpts.modal){selectedOpts.overlayShow=true;selectedOpts.hideOnOverlayClick=false;selectedOpts.hideOnContentClick=false;selectedOpts.enableEscapeButton=false;selectedOpts.showCloseButton=false;}
if($.isFunction(selectedOpts.onStart)){if(selectedOpts.onStart(selectedArray,selectedIndex,selectedOpts)===false){busy=false;return;}};tmp.css('padding',(shadow+selectedOpts.padding+selectedOpts.margin));$('.fancybox-inline-tmp').unbind('fancybox-cancel').bind('fancybox-change',function(){$(this).replaceWith(inner.children());});switch(type){case'html':tmp.html(selectedOpts.content);fancybox_process_inline();break;case'inline':$('<div class="fancybox-inline-tmp" />').hide().insertBefore($(obj)).bind('fancybox-cleanup',function(){$(this).replaceWith(inner.children());}).bind('fancybox-cancel',function(){$(this).replaceWith(tmp.children());});$(obj).appendTo(tmp);fancybox_process_inline();break;case'image':busy=false;$.fancybox.showActivity();imgPreloader=new Image;imgPreloader.onerror=function(){fancybox_error();}
imgPreloader.onload=function(){imgPreloader.onerror=null;imgPreloader.onload=null;fancybox_process_image();}
imgPreloader.src=href;break;case'swf':var str='';var emb='';str+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"><param name="movie" value="'+href+'"></param>';$.each(selectedOpts.swf,function(name,val){str+='<param name="'+name+'" value="'+val+'"></param>';emb+=' '+name+'="'+val+'"';});str+='<embed src="'+href+'" type="application/x-shockwave-flash" width="'+selectedOpts.width+'" height="'+selectedOpts.height+'"'+emb+'></embed></object>';tmp.html(str);fancybox_process_inline();break;case'ajax':var selector=href.split('#',2);var data=selectedOpts.ajax.data||{};if(selector.length>1){href=selector[0];typeof data=="string"?data+='&selector='+selector[1]:data['selector']=selector[1];}
busy=false;$.fancybox.showActivity();ajaxLoader=$.ajax($.extend(selectedOpts.ajax,{url:href,data:data,error:fancybox_error,success:function(data,textStatus,XMLHttpRequest){if(ajaxLoader.status==200){tmp.html(data);fancybox_process_inline();}}}));break;case'iframe':$('<iframe id="fancybox-frame" name="fancybox-frame'+new Date().getTime()+'" frameborder="0" hspace="0" scrolling="'+selectedOpts.scrolling+'" src="'+selectedOpts.href+'"></iframe>').appendTo(tmp);fancybox_show();break;}};function fancybox_process_image(){busy=true;selectedOpts.width=imgPreloader.width;selectedOpts.height=imgPreloader.height;$("<img />").attr({'id':'fancybox-img','src':imgPreloader.src,'alt':selectedOpts.title}).appendTo(tmp);fancybox_show();};function fancybox_process_inline(){tmp.width(selectedOpts.width);tmp.height(selectedOpts.height);if(selectedOpts.width=='auto')selectedOpts.width=tmp.width();if(selectedOpts.height=='auto')selectedOpts.height=tmp.height();fancybox_show();};function fancybox_show(){loading.hide();if(wrap.is(":visible")&&$.isFunction(currentOpts.onCleanup)){if(currentOpts.onCleanup(currentArray,currentIndex,currentOpts)===false){$.event.trigger('fancybox-cancel');busy=false;return;}};currentArray=selectedArray;currentIndex=selectedIndex;currentOpts=selectedOpts;inner.get(0).scrollTop=0;inner.get(0).scrollLeft=0;if(currentOpts.overlayShow){if(isIE6){$('select:not(#fancybox-tmp select)').filter(function(){return this.style.visibility!=='hidden';}).css({'visibility':'hidden'}).one('fancybox-cleanup',function(){this.style.visibility='inherit';});}
overlay.css({'background-color':currentOpts.overlayColor,'opacity':currentOpts.overlayOpacity}).unbind().show();}
final_pos=fancybox_get_zoom_to();fancybox_process_title();if(wrap.is(":visible")){$(close.add(nav_left).add(nav_right)).hide();var pos=wrap.position();start_pos={top:pos.top,left:pos.left,width:wrap.width(),height:wrap.height()};var equal=(start_pos.width==final_pos.width&&start_pos.height==final_pos.height);inner.fadeOut(currentOpts.changeFade,function(){$.event.trigger('fancybox-change');inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).empty().css('overflow','hidden');function finish_resizing(){inner.html(tmp.contents()).fadeIn(currentOpts.changeFade,_finish);}
fx.prop=0;$(fx).animate({prop:1},{duration:equal?0:currentOpts.changeSpeed,easing:currentOpts.easingChange,step:fancybox_draw,complete:finish_resizing});});return;}
wrap.css('opacity',1);if(currentOpts.transitionIn=='elastic'){start_pos=fancybox_get_zoom_from();inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(start_pos.width-(currentOpts.padding*2),1),height:Math.max(start_pos.height-(currentOpts.padding*2),1)}).html(tmp.contents());wrap.css(start_pos).show();if(currentOpts.opacity)final_pos.opacity=0;fx.prop=0;$(fx).animate({prop:1},{duration:currentOpts.speedIn,easing:currentOpts.easingIn,step:fancybox_draw,complete:_finish});}else{inner.css({top:currentOpts.padding,left:currentOpts.padding,width:Math.max(final_pos.width-(currentOpts.padding*2),1),height:Math.max(final_pos.height-(currentOpts.padding*2)-titleh,1)}).html(tmp.contents());wrap.css(final_pos).fadeIn(currentOpts.transitionIn=='none'?0:currentOpts.speedIn,_finish);}};function fancybox_draw(pos){var width=Math.round(start_pos.width+(final_pos.width-start_pos.width)*pos);var height=Math.round(start_pos.height+(final_pos.height-start_pos.height)*pos);var top=Math.round(start_pos.top+(final_pos.top-start_pos.top)*pos);var left=Math.round(start_pos.left+(final_pos.left-start_pos.left)*pos);wrap.css({'width':width+'px','height':height+'px','top':top+'px','left':left+'px'});width=Math.max(width-currentOpts.padding*2,0);height=Math.max(height-(currentOpts.padding*2+(titleh*pos)),0);inner.css({'width':width+'px','height':height+'px'});if(typeof final_pos.opacity!=='undefined')wrap.css('opacity',(pos<0.5?0.5:pos));};function _finish(){inner.css('overflow',overflow=(currentOpts.scrolling=='auto'?(currentOpts.type=='image'||currentOpts.type=='iframe'||currentOpts.type=='swf'?'hidden':'auto'):(currentOpts.scrolling=='yes'?'auto':'visible')));if(!$.support.opacity){inner.get(0).style.removeAttribute('filter');wrap.get(0).style.removeAttribute('filter');}
$('#fancybox-title').show();if(currentOpts.hideOnContentClick)inner.one('click',$.fancybox.close);if(currentOpts.hideOnOverlayClick)overlay.one('click',$.fancybox.close);if(currentOpts.showCloseButton)close.show();fancybox_set_navigation();$(window).bind("resize.fb",$.fancybox.center);currentOpts.centerOnScroll?$(window).bind("scroll.fb",$.fancybox.center):$(window).unbind("scroll.fb");if($.isFunction(currentOpts.onComplete))currentOpts.onComplete(currentArray,currentIndex,currentOpts);busy=false;fancybox_preload_images();};function fancybox_get_zoom_to(){var view=fancybox_get_viewport();var to={};var margin=currentOpts.margin;var resize=currentOpts.autoScale;var horizontal_space=(shadow+margin)*2;var vertical_space=(shadow+margin)*2;var double_padding=(currentOpts.padding*2);if(currentOpts.width.toString().indexOf('%')>-1){to.width=((view[0]*parseFloat(currentOpts.width))/100)-(shadow*2);resize=false;}else{to.width=currentOpts.width+double_padding;}
if(currentOpts.height.toString().indexOf('%')>-1){to.height=((view[1]*parseFloat(currentOpts.height))/100)-(shadow*2);resize=false;}else{to.height=currentOpts.height+double_padding;}
if(resize&&(to.width>(view[0]-horizontal_space)||to.height>(view[1]-vertical_space))){if(selectedOpts.type=='image'||selectedOpts.type=='swf'){horizontal_space+=double_padding;vertical_space+=double_padding;var ratio=Math.min(Math.min(view[0]-horizontal_space,currentOpts.width)/currentOpts.width,Math.min(view[1]-vertical_space,currentOpts.height)/currentOpts.height);to.width=Math.round(ratio*(to.width-double_padding))+double_padding;to.height=Math.round(ratio*(to.height-double_padding))+double_padding;}else{to.width=Math.min(to.width,(view[0]-horizontal_space));to.height=Math.min(to.height,(view[1]-vertical_space));}}
to.top=view[3]+((view[1]-(to.height+(shadow*2)))*0.5);to.left=view[2]+((view[0]-(to.width+(shadow*2)))*0.5);if(currentOpts.autoScale==false){to.top=Math.max(view[3]+margin,to.top);to.left=Math.max(view[2]+margin,to.left);}
return to;};function fancybox_get_zoom_from(){var orig=selectedOpts.orig?$(selectedOpts.orig):false;var from={};if(orig&&orig.length){var pos=fancybox_get_obj_pos(orig);from={width:(pos.width+(currentOpts.padding*2)),height:(pos.height+(currentOpts.padding*2)),top:(pos.top-currentOpts.padding-shadow),left:(pos.left-currentOpts.padding-shadow)};}else{var view=fancybox_get_viewport();from={width:1,height:1,top:view[3]+view[1]*0.5,left:view[2]+view[0]*0.5};}
return from;};function fancybox_set_navigation(){$(document).unbind('keydown.fb').bind('keydown.fb',function(e){if(e.keyCode==27&&currentOpts.enableEscapeButton){e.preventDefault();$.fancybox.close();}else if(e.keyCode==37){e.preventDefault();$.fancybox.prev();}else if(e.keyCode==39){e.preventDefault();$.fancybox.next();}});if($.fn.mousewheel){wrap.unbind('mousewheel.fb');if(currentArray.length>1){wrap.bind('mousewheel.fb',function(e,delta){e.preventDefault();if(busy||delta==0)return;delta>0?$.fancybox.prev():$.fancybox.next();});}}
if(!currentOpts.showNavArrows)return;if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=0){nav_left.show();}
if((currentOpts.cyclic&&currentArray.length>1)||currentIndex!=(currentArray.length-1)){nav_right.show();}};function fancybox_preload_images(){if((currentArray.length-1)>currentIndex){var href=currentArray[currentIndex+1].href;if(typeof href!=='undefined'&&href.match(imageRegExp)){var objNext=new Image();objNext.src=href;}}
if(currentIndex>0){var href=currentArray[currentIndex-1].href;if(typeof href!=='undefined'&&href.match(imageRegExp)){var objNext=new Image();objNext.src=href;}}};function fancybox_animate_loading(){if(!loading.is(':visible')){clearInterval(loadingTimer);return;}
$('div',loading).css('top',(loadingFrame*-40)+'px');loadingFrame=(loadingFrame+1)%12;};function fancybox_get_viewport(){return[$(window).width(),$(window).height(),$(document).scrollLeft(),$(document).scrollTop()];};function fancybox_get_obj_pos(obj){var pos=obj.offset();pos.top+=parseFloat(obj.css('paddingTop'))||0;pos.left+=parseFloat(obj.css('paddingLeft'))||0;pos.top+=parseFloat(obj.css('border-top-width'))||0;pos.left+=parseFloat(obj.css('border-left-width'))||0;pos.width=obj.width();pos.height=obj.height();return pos;};function fancybox_process_title(){$('#fancybox-title').remove();titleh=0;if(currentOpts.titleShow==false)return;var obj=currentArray[currentIndex];var title=currentOpts.title;title=$.isFunction(currentOpts.titleFormat)?currentOpts.titleFormat(title,currentArray,currentIndex,currentOpts):fancybox_format_title(title);if(!title||title=='')return;var width=final_pos.width-(currentOpts.padding*2);var titlec='fancybox-title-'+currentOpts.titlePosition;$('<div id="fancybox-title" class="'+titlec+'" />').css({'width':width,'paddingLeft':currentOpts.padding,'paddingRight':currentOpts.padding}).html(title).appendTo('body');switch(currentOpts.titlePosition){case'inside':titleh=$("#fancybox-title").outerHeight(true)-currentOpts.padding;final_pos.height+=titleh;break;case'over':$('#fancybox-title').css('bottom',currentOpts.padding);break;default:$('#fancybox-title').css('bottom',$("#fancybox-title").outerHeight(true)*-1);break;}
$('#fancybox-title').appendTo(outer).hide();if(isIE6){$('#fancybox-title span').fixPNG();}};function fancybox_format_title(title){if(title&&title.length){switch(currentOpts.titlePosition){case'inside':return title;break;case'over':return'<span id="fancybox-title-over">'+title+'</span>';break;default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+title+'</span><span id="fancybox-title-right"></span></span>';break;}}
return false;};function fancybox_init(){if($("#fancybox-wrap").length)return;$('body').append(tmp=$('<div id="fancybox-tmp"></div>'),loading=$('<div id="fancybox-loading"><div></div></div>'),overlay=$('<div id="fancybox-overlay"></div>'),wrap=$('<div id="fancybox-wrap"></div>'));outer=$('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(wrap);outer.append(inner=$('<div id="fancybox-inner"></div>'),close=$('<a id="fancybox-close"></a>'),nav_left=$('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),nav_right=$('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));close.click($.fancybox.close);loading.click($.fancybox.cancel);nav_left.click(function(e){e.preventDefault();$.fancybox.prev();});nav_right.click(function(e){e.preventDefault();$.fancybox.next();});if(!$.support.opacity){outer.find('.fancy-bg').fixPNG();}
if(isIE6){$(close.add('.fancy-ico').add('div',loading)).fixPNG();overlay.get(0).style.setExpression('height',"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");loading.get(0).style.setExpression('top',"(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");outer.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>');}};$.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:'auto',width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:'transparent'},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:'#000',titleShow:true,titlePosition:'inside',titleFormat:null,transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast',easingIn:'swing',easingOut:'swing',showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};$(document).ready(function(){fancybox_init();});})(jQuery);$(document).ready(function(){$("a[rel=image_group]").fancybox({'transitionIn':'none','transitionOut':'none'});$("a.popUp").fancybox({'transitionIn':'none','transitionOut':'none','scrolling':'yes','autoScale':false,'width':816,'height':'90%','type':'iframe','padding':10});$("#fancybox-frame").css({'overflow-x':'hidden'});});;
