var Prototype={Version:"1.6.1",Browser:(function(){var B=navigator.userAgent;var A=Object.prototype.toString.call(window.opera)=="[object Opera]";return{IE:!!window.attachEvent&&!A,Opera:A,WebKit:B.indexOf("AppleWebKit/")>-1,Gecko:B.indexOf("Gecko")>-1&&B.indexOf("KHTML")===-1,MobileSafari:/Apple.*Mobile.*Safari/.test(B)}})(),BrowserFeatures:{XPath:!!document.evaluate,SelectorsAPI:!!document.querySelector,ElementExtensions:(function(){var A=window.Element||window.HTMLElement;return!!(A&&A.prototype)})(),SpecificElementExtensions:(function(){if(typeof window.HTMLDivElement!=="undefined"){return true}var C=document.createElement("div");var B=document.createElement("form");var A=false;if(C.__proto__&&(C.__proto__!==B.__proto__)){A=true}C=B=null;return A})()},ScriptFragment:"<script[^>]*>([\\S\\s]*?)<\/script>",JSONFilter:/^\/\*-secure-([\s\S]*)\*\/\s*$/,emptyFunction:function(){},K:function(A){return A}};if(Prototype.Browser.MobileSafari){Prototype.BrowserFeatures.SpecificElementExtensions=false}var Abstract={};var Try={these:function(){var C;for(var B=0,D=arguments.length;B<D;B++){var A=arguments[B];try{C=A();break}catch(E){}}return C}};var Class=(function(){function A(){}function B(){var G=null,F=$A(arguments);if(Object.isFunction(F[0])){G=F.shift()}function D(){this.initialize.apply(this,arguments)}Object.extend(D,Class.Methods);D.superclass=G;D.subclasses=[];if(G){A.prototype=G.prototype;D.prototype=new A;G.subclasses.push(D)}for(var E=0;E<F.length;E++){D.addMethods(F[E])}if(!D.prototype.initialize){D.prototype.initialize=Prototype.emptyFunction}D.prototype.constructor=D;return D}function C(J){var F=this.superclass&&this.superclass.prototype;var E=Object.keys(J);if(!Object.keys({toString:true}).length){if(J.toString!=Object.prototype.toString){E.push("toString")}if(J.valueOf!=Object.prototype.valueOf){E.push("valueOf")}}for(var D=0,G=E.length;D<G;D++){var I=E[D],H=J[I];if(F&&Object.isFunction(H)&&H.argumentNames().first()=="$super"){var K=H;H=(function(L){return function(){return F[L].apply(this,arguments)}})(I).wrap(K);H.valueOf=K.valueOf.bind(K);H.toString=K.toString.bind(K)}this.prototype[I]=H}return this}return{create:B,Methods:{addMethods:C}}})();(function(){var D=Object.prototype.toString;function I(Q,S){for(var R in S){Q[R]=S[R]}return Q}function L(Q){try{if(E(Q)){return"undefined"}if(Q===null){return"null"}return Q.inspect?Q.inspect():String(Q)}catch(R){if(R instanceof RangeError){return"..."}throw R}}function K(Q){var S=typeof Q;switch(S){case"undefined":case"function":case"unknown":return;case"boolean":return Q.toString()}if(Q===null){return"null"}if(Q.toJSON){return Q.toJSON()}if(H(Q)){return}var R=[];for(var U in Q){var T=K(Q[U]);if(!E(T)){R.push(U.toJSON()+": "+T)}}return"{"+R.join(", ")+"}"}function C(Q){return $H(Q).toQueryString()}function F(Q){return Q&&Q.toHTML?Q.toHTML():String.interpret(Q)}function O(Q){var R=[];for(var S in Q){R.push(S)}return R}function M(Q){var R=[];for(var S in Q){R.push(Q[S])}return R}function J(Q){return I({},Q)}function H(Q){return!!(Q&&Q.nodeType==1)}function G(Q){return D.call(Q)=="[object Array]"}function P(Q){return Q instanceof Hash}function B(Q){return typeof Q==="function"}function A(Q){return D.call(Q)=="[object String]"}function N(Q){return D.call(Q)=="[object Number]"}function E(Q){return typeof Q==="undefined"}I(Object,{extend:I,inspect:L,toJSON:K,toQueryString:C,toHTML:F,keys:O,values:M,clone:J,isElement:H,isArray:G,isHash:P,isFunction:B,isString:A,isNumber:N,isUndefined:E})})();Object.extend(Function.prototype,(function(){var K=Array.prototype.slice;function D(O,L){var N=O.length,M=L.length;while(M--){O[N+M]=L[M]}return O}function I(M,L){M=K.call(M,0);return D(M,L)}function G(){var L=this.toString().match(/^[\s\(]*function[^(]*\(([^)]*)\)/)[1].replace(/\/\/.*?[\r\n]|\/\*(?:.|[\r\n])*?\*\//g,"").replace(/\s+/g,"").split(",");return L.length==1&&!L[0]?[]:L}function H(N){if(arguments.length<2&&Object.isUndefined(arguments[0])){return this}var L=this,M=K.call(arguments,1);return function(){var O=I(M,arguments);return L.apply(N,O)}}function F(N){var L=this,M=K.call(arguments,1);return function(P){var O=D([P||window.event],M);return L.apply(N,O)}}function J(){if(!arguments.length){return this}var L=this,M=K.call(arguments,0);return function(){var N=I(M,arguments);return L.apply(this,N)}}function E(N){var L=this,M=K.call(arguments,1);N=N*1000;return window.setTimeout(function(){return L.apply(L,M)},N)}function A(){var L=D([0.01],arguments);return this.delay.apply(this,L)}function C(M){var L=this;return function(){var N=D([L.bind(this)],arguments);return M.apply(this,N)}}function B(){if(this._methodized){return this._methodized}var L=this;return this._methodized=function(){var M=D([this],arguments);return L.apply(null,M)}}return{argumentNames:G,bind:H,bindAsEventListener:F,curry:J,delay:E,defer:A,wrap:C,methodize:B}})());Date.prototype.toJSON=function(){return'"'+this.getUTCFullYear()+"-"+(this.getUTCMonth()+1).toPaddedString(2)+"-"+this.getUTCDate().toPaddedString(2)+"T"+this.getUTCHours().toPaddedString(2)+":"+this.getUTCMinutes().toPaddedString(2)+":"+this.getUTCSeconds().toPaddedString(2)+'Z"'};RegExp.prototype.match=RegExp.prototype.test;RegExp.escape=function(A){return String(A).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};var PeriodicalExecuter=Class.create({initialize:function(B,A){this.callback=B;this.frequency=A;this.currentlyExecuting=false;this.registerCallback()},registerCallback:function(){this.timer=setInterval(this.onTimerEvent.bind(this),this.frequency*1000)},execute:function(){this.callback(this)},stop:function(){if(!this.timer){return}clearInterval(this.timer);this.timer=null},onTimerEvent:function(){if(!this.currentlyExecuting){try{this.currentlyExecuting=true;this.execute();this.currentlyExecuting=false}catch(A){this.currentlyExecuting=false;throw A}}}});Object.extend(String,{interpret:function(A){return A==null?"":String(A)},specialChar:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","\\":"\\\\"}});Object.extend(String.prototype,(function(){function prepareReplacement(replacement){if(Object.isFunction(replacement)){return replacement}var template=new Template(replacement);return function(match){return template.evaluate(match)}}function gsub(pattern,replacement){var result="",source=this,match;replacement=prepareReplacement(replacement);if(Object.isString(pattern)){pattern=RegExp.escape(pattern)}if(!(pattern.length||pattern.source)){replacement=replacement("");return replacement+source.split("").join(replacement)+replacement}while(source.length>0){if(match=source.match(pattern)){result+=source.slice(0,match.index);result+=String.interpret(replacement(match));source=source.slice(match.index+match[0].length)}else{result+=source,source=""}}return result}function sub(pattern,replacement,count){replacement=prepareReplacement(replacement);count=Object.isUndefined(count)?1:count;return this.gsub(pattern,function(match){if(--count<0){return match[0]}return replacement(match)})}function scan(pattern,iterator){this.gsub(pattern,iterator);return String(this)}function truncate(length,truncation){length=length||30;truncation=Object.isUndefined(truncation)?"...":truncation;return this.length>length?this.slice(0,length-truncation.length)+truncation:String(this)}function strip(){return this.replace(/^\s+/,"").replace(/\s+$/,"")}function stripTags(){return this.replace(/<\w+(\s+("[^"]*"|'[^']*'|[^>])+)?>|<\/\w+>/gi,"")}function stripScripts(){return this.replace(new RegExp(Prototype.ScriptFragment,"img"),"")}function extractScripts(){var matchAll=new RegExp(Prototype.ScriptFragment,"img");var matchOne=new RegExp(Prototype.ScriptFragment,"im");return(this.match(matchAll)||[]).map(function(scriptTag){return(scriptTag.match(matchOne)||["",""])[1]})}function evalScripts(){return this.extractScripts().map(function(script){return eval(script)})}function escapeHTML(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function unescapeHTML(){return this.stripTags().replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")}function toQueryParams(separator){var match=this.strip().match(/([^?#]*)(#.*)?$/);if(!match){return{}}return match[1].split(separator||"&").inject({},function(hash,pair){if((pair=pair.split("="))[0]){var key=decodeURIComponent(pair.shift());var value=pair.length>1?pair.join("="):pair[0];if(value!=undefined){value=decodeURIComponent(value)}if(key in hash){if(!Object.isArray(hash[key])){hash[key]=[hash[key]]}hash[key].push(value)}else{hash[key]=value}}return hash})}function toArray(){return this.split("")}function succ(){return this.slice(0,this.length-1)+String.fromCharCode(this.charCodeAt(this.length-1)+1)}function times(count){return count<1?"":new Array(count+1).join(this)}function camelize(){var parts=this.split("-"),len=parts.length;if(len==1){return parts[0]}var camelized=this.charAt(0)=="-"?parts[0].charAt(0).toUpperCase()+parts[0].substring(1):parts[0];for(var i=1;i<len;i++){camelized+=parts[i].charAt(0).toUpperCase()+parts[i].substring(1)}return camelized}function capitalize(){return this.charAt(0).toUpperCase()+this.substring(1).toLowerCase()}function underscore(){return this.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2").replace(/([a-z\d])([A-Z])/g,"$1_$2").replace(/-/g,"_").toLowerCase()}function dasherize(){return this.replace(/_/g,"-")}function inspect(useDoubleQuotes){var escapedString=this.replace(/[\x00-\x1f\\]/g,function(character){if(character in String.specialChar){return String.specialChar[character]}return"\\u00"+character.charCodeAt().toPaddedString(2,16)});if(useDoubleQuotes){return'"'+escapedString.replace(/"/g,'\\"')+'"'}return"'"+escapedString.replace(/'/g,"\\'")+"'"}function toJSON(){return this.inspect(true)}function unfilterJSON(filter){return this.replace(filter||Prototype.JSONFilter,"$1")}function isJSON(){var str=this;if(str.blank()){return false}str=this.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,"");return(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str)}function evalJSON(sanitize){var json=this.unfilterJSON();try{if(!sanitize||json.isJSON()){return eval("("+json+")")}}catch(e){}throw new SyntaxError("Badly formed JSON string: "+this.inspect())}function include(pattern){return this.indexOf(pattern)>-1}function startsWith(pattern){return this.indexOf(pattern)===0}function endsWith(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d}function empty(){return this==""}function blank(){return/^\s*$/.test(this)}function interpolate(object,pattern){return new Template(this,pattern).evaluate(object)}return{gsub:gsub,sub:sub,scan:scan,truncate:truncate,strip:String.prototype.trim?String.prototype.trim:strip,stripTags:stripTags,stripScripts:stripScripts,extractScripts:extractScripts,evalScripts:evalScripts,escapeHTML:escapeHTML,unescapeHTML:unescapeHTML,toQueryParams:toQueryParams,parseQuery:toQueryParams,toArray:toArray,succ:succ,times:times,camelize:camelize,capitalize:capitalize,underscore:underscore,dasherize:dasherize,inspect:inspect,toJSON:toJSON,unfilterJSON:unfilterJSON,isJSON:isJSON,evalJSON:evalJSON,include:include,startsWith:startsWith,endsWith:endsWith,empty:empty,blank:blank,interpolate:interpolate}})());var Template=Class.create({initialize:function(A,B){this.template=A.toString();this.pattern=B||Template.Pattern},evaluate:function(A){if(A&&Object.isFunction(A.toTemplateReplacements)){A=A.toTemplateReplacements()}return this.template.gsub(this.pattern,function(D){if(A==null){return(D[1]+"")}var F=D[1]||"";if(F=="\\"){return D[2]}var B=A,G=D[3];var E=/^([^.[]+|\[((?:.*?[^\\])?)\])(\.|\[|$)/;D=E.exec(G);if(D==null){return F}while(D!=null){var C=D[1].startsWith("[")?D[2].replace(/\\\\]/g,"]"):D[1];B=B[C];if(null==B||""==D[3]){break}G=G.substring("["==D[3]?D[1].length:D[0].length);D=E.exec(G)}return F+String.interpret(B)})}});Template.Pattern=/(^|.|\r|\n)(#\{(.*?)\})/;var $break={};var Enumerable=(function(){function C(Y,X){var W=0;try{this._each(function(a){Y.call(X,a,W++)})}catch(Z){if(Z!=$break){throw Z}}return this}function R(Z,Y,X){var W=-Z,a=[],b=this.toArray();if(Z<1){return b}while((W+=Z)<b.length){a.push(b.slice(W,W+Z))}return a.collect(Y,X)}function B(Y,X){Y=Y||Prototype.K;var W=true;this.each(function(a,Z){W=W&&!!Y.call(X,a,Z);if(!W){throw $break}});return W}function I(Y,X){Y=Y||Prototype.K;var W=false;this.each(function(a,Z){if(W=!!Y.call(X,a,Z)){throw $break}});return W}function J(Y,X){Y=Y||Prototype.K;var W=[];this.each(function(a,Z){W.push(Y.call(X,a,Z))});return W}function T(Y,X){var W;this.each(function(a,Z){if(Y.call(X,a,Z)){W=a;throw $break}});return W}function H(Y,X){var W=[];this.each(function(a,Z){if(Y.call(X,a,Z)){W.push(a)}});return W}function G(Z,Y,X){Y=Y||Prototype.K;var W=[];if(Object.isString(Z)){Z=new RegExp(RegExp.escape(Z))}this.each(function(b,a){if(Z.match(b)){W.push(Y.call(X,b,a))}});return W}function A(W){if(Object.isFunction(this.indexOf)){if(this.indexOf(W)!=-1){return true}}var X=false;this.each(function(Y){if(Y==W){X=true;throw $break}});return X}function Q(X,W){W=Object.isUndefined(W)?null:W;return this.eachSlice(X,function(Y){while(Y.length<X){Y.push(W)}return Y})}function L(W,Y,X){this.each(function(a,Z){W=Y.call(X,W,a,Z)});return W}function V(X){var W=$A(arguments).slice(1);return this.map(function(Y){return Y[X].apply(Y,W)})}function P(Y,X){Y=Y||Prototype.K;var W;this.each(function(a,Z){a=Y.call(X,a,Z);if(W==null||a>=W){W=a}});return W}function N(Y,X){Y=Y||Prototype.K;var W;this.each(function(a,Z){a=Y.call(X,a,Z);if(W==null||a<W){W=a}});return W}function E(Z,X){Z=Z||Prototype.K;var Y=[],W=[];this.each(function(b,a){(Z.call(X,b,a)?Y:W).push(b)});return[Y,W]}function F(X){var W=[];this.each(function(Y){W.push(Y[X])});return W}function D(Y,X){var W=[];this.each(function(a,Z){if(!Y.call(X,a,Z)){W.push(a)}});return W}function M(X,W){return this.map(function(Z,Y){return{value:Z,criteria:X.call(W,Z,Y)}}).sort(function(d,c){var Z=d.criteria,Y=c.criteria;return Z<Y?-1:Z>Y?1:0}).pluck("value")}function O(){return this.map()}function S(){var X=Prototype.K,W=$A(arguments);if(Object.isFunction(W.last())){X=W.pop()}var Y=[this].concat(W).map($A);return this.map(function(a,Z){return X(Y.pluck(Z))})}function K(){return this.toArray().length}function U(){return"#<Enumerable:"+this.toArray().inspect()+">"}return{each:C,eachSlice:R,all:B,every:B,any:I,some:I,collect:J,map:J,detect:T,findAll:H,select:H,filter:H,grep:G,include:A,member:A,inGroupsOf:Q,inject:L,invoke:V,max:P,min:N,partition:E,pluck:F,reject:D,sortBy:M,toArray:O,entries:O,zip:S,size:K,inspect:U,find:T}})();function $A(C){if(!C){return[]}if("toArray"in Object(C)){return C.toArray()}var B=C.length||0,A=new Array(B);while(B--){A[B]=C[B]}return A}function $w(A){if(!Object.isString(A)){return[]}A=A.strip();return A?A.split(/\s+/):[]}Array.from=$A;(function(){var S=Array.prototype,M=S.slice,O=S.forEach;function B(W){for(var V=0,X=this.length;V<X;V++){W(this[V])}}if(!O){O=B}function L(){this.length=0;return this}function D(){return this[0]}function G(){return this[this.length-1]}function I(){return this.select(function(V){return V!=null})}function U(){return this.inject([],function(W,V){if(Object.isArray(V)){return W.concat(V.flatten())}W.push(V);return W})}function H(){var V=M.call(arguments,0);return this.select(function(W){return!V.include(W)})}function F(V){return(V!==false?this:this.toArray())._reverse()}function K(V){return this.inject([],function(Y,X,W){if(0==W||(V?Y.last()!=X:!Y.include(X))){Y.push(X)}return Y})}function P(V){return this.uniq().findAll(function(W){return V.detect(function(X){return W===X})})}function Q(){return M.call(this,0)}function J(){return this.length}function T(){return"["+this.map(Object.inspect).join(", ")+"]"}function R(){var V=[];this.each(function(W){var X=Object.toJSON(W);if(!Object.isUndefined(X)){V.push(X)}});return"["+V.join(", ")+"]"}function A(X,V){V||(V=0);var W=this.length;if(V<0){V=W+V}for(;V<W;V++){if(this[V]===X){return V}}return-1}function N(W,V){V=isNaN(V)?this.length:(V<0?this.length+V:V)+1;var X=this.slice(0,V).reverse().indexOf(W);return(X<0)?X:V-X-1}function C(){var a=M.call(this,0),Y;for(var W=0,X=arguments.length;W<X;W++){Y=arguments[W];if(Object.isArray(Y)&&!("callee"in Y)){for(var V=0,Z=Y.length;V<Z;V++){a.push(Y[V])}}else{a.push(Y)}}return a}Object.extend(S,Enumerable);if(!S._reverse){S._reverse=S.reverse}Object.extend(S,{_each:O,clear:L,first:D,last:G,compact:I,flatten:U,without:H,reverse:F,uniq:K,intersect:P,clone:Q,toArray:Q,size:J,inspect:T,toJSON:R});var E=(function(){return[].concat(arguments)[0][0]!==1})(1,2);if(E){S.concat=C}if(!S.indexOf){S.indexOf=A}if(!S.lastIndexOf){S.lastIndexOf=N}})();function $H(A){return new Hash(A)}var Hash=Class.create(Enumerable,(function(){function E(Q){this._object=Object.isHash(Q)?Q.toObject():Object.clone(Q)}function F(R){for(var Q in this._object){var S=this._object[Q],T=[Q,S];T.key=Q;T.value=S;R(T)}}function K(Q,R){return this._object[Q]=R}function C(Q){if(this._object[Q]!==Object.prototype[Q]){return this._object[Q]}}function N(Q){var R=this._object[Q];delete this._object[Q];return R}function P(){return Object.clone(this._object)}function O(){return this.pluck("key")}function M(){return this.pluck("value")}function G(R){var Q=this.detect(function(S){return S.value===R});return Q&&Q.key}function I(Q){return this.clone().update(Q)}function D(Q){return new Hash(Q).inject(this,function(R,S){R.set(S.key,S.value);return R})}function B(Q,R){if(Object.isUndefined(R)){return Q}return Q+"="+encodeURIComponent(String.interpret(R))}function A(){return this.inject([],function(S,T){var R=encodeURIComponent(T.key),Q=T.value;if(Q&&typeof Q=="object"){if(Object.isArray(Q)){return S.concat(Q.map(B.curry(R)))}}else{S.push(B(R,Q))}return S}).join("&")}function L(){return"#<Hash:{"+this.map(function(Q){return Q.map(Object.inspect).join(": ")}).join(", ")+"}>"}function J(){return Object.toJSON(this.toObject())}function H(){return new Hash(this)}return{initialize:E,_each:F,set:K,get:C,unset:N,toObject:P,toTemplateReplacements:P,keys:O,values:M,index:G,merge:I,update:D,toQueryString:A,inspect:L,toJSON:J,clone:H}})());Hash.from=$H;Object.extend(Number.prototype,(function(){function D(){return this.toPaddedString(2,16)}function E(){return this+1}function A(K,J){$R(0,this,true).each(K,J);return this}function B(L,K){var J=this.toString(K||10);return"0".times(L-J.length)+J}function F(){return isFinite(this)?this.toString():"null"}function I(){return Math.abs(this)}function H(){return Math.round(this)}function G(){return Math.ceil(this)}function C(){return Math.floor(this)}return{toColorPart:D,succ:E,times:A,toPaddedString:B,toJSON:F,abs:I,round:H,ceil:G,floor:C}})());function $R(C,A,B){return new ObjectRange(C,A,B)}var ObjectRange=Class.create(Enumerable,(function(){function B(F,D,E){this.start=F;this.end=D;this.exclusive=E}function C(D){var E=this.start;while(this.include(E)){D(E);E=E.succ()}}function A(D){if(D<this.start){return false}if(this.exclusive){return D<this.end}return D<=this.end}return{initialize:B,_each:C,include:A}})());var Ajax={getTransport:function(){return Try.these(function(){return new XMLHttpRequest()},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")})||false},activeRequestCount:0};Ajax.Responders={responders:[],_each:function(A){this.responders._each(A)},register:function(A){if(!this.include(A)){this.responders.push(A)}},unregister:function(A){this.responders=this.responders.without(A)},dispatch:function(D,B,C,A){this.each(function(E){if(Object.isFunction(E[D])){try{E[D].apply(E,[B,C,A])}catch(F){}}})}};Object.extend(Ajax.Responders,Enumerable);Ajax.Responders.register({onCreate:function(){Ajax.activeRequestCount++},onComplete:function(){Ajax.activeRequestCount--}});Ajax.Base=Class.create({initialize:function(A){this.options={method:"post",asynchronous:true,contentType:"application/x-www-form-urlencoded",encoding:"UTF-8",parameters:"",evalJSON:true,evalJS:true};Object.extend(this.options,A||{});this.options.method=this.options.method.toLowerCase();if(Object.isString(this.options.parameters)){this.options.parameters=this.options.parameters.toQueryParams()}else{if(Object.isHash(this.options.parameters)){this.options.parameters=this.options.parameters.toObject()}}}});Ajax.Request=Class.create(Ajax.Base,{_complete:false,initialize:function($super,B,A){$super(A);this.transport=Ajax.getTransport();this.request(B)},request:function(B){this.url=B;this.method=this.options.method;var D=Object.clone(this.options.parameters);if(!["get","post"].include(this.method)){D._method=this.method;this.method="post"}this.parameters=D;if(D=Object.toQueryString(D)){if(this.method=="get"){this.url+=(this.url.include("?")?"&":"?")+D}else{if(/Konqueror|Safari|KHTML/.test(navigator.userAgent)){D+="&_="}}}try{var A=new Ajax.Response(this);if(this.options.onCreate){this.options.onCreate(A)}Ajax.Responders.dispatch("onCreate",this,A);this.transport.open(this.method.toUpperCase(),this.url,this.options.asynchronous);if(this.options.asynchronous){this.respondToReadyState.bind(this).defer(1)}this.transport.onreadystatechange=this.onStateChange.bind(this);this.setRequestHeaders();this.body=this.method=="post"?(this.options.postBody||D):null;this.transport.send(this.body);if(!this.options.asynchronous&&this.transport.overrideMimeType){this.onStateChange()}}catch(C){this.dispatchException(C)}},onStateChange:function(){var A=this.transport.readyState;if(A>1&&!((A==4)&&this._complete)){this.respondToReadyState(this.transport.readyState)}},setRequestHeaders:function(){var E={"X-Requested-With":"XMLHttpRequest","X-Prototype-Version":Prototype.Version,Accept:"text/javascript, text/html, application/xml, text/xml, */*"};if(this.method=="post"){E["Content-type"]=this.options.contentType+(this.options.encoding?"; charset="+this.options.encoding:"");if(this.transport.overrideMimeType&&(navigator.userAgent.match(/Gecko\/(\d{4})/)||[0,2005])[1]<2005){E.Connection="close"}}if(typeof this.options.requestHeaders=="object"){var C=this.options.requestHeaders;if(Object.isFunction(C.push)){for(var B=0,D=C.length;B<D;B+=2){E[C[B]]=C[B+1]}}else{$H(C).each(function(F){E[F.key]=F.value})}}for(var A in E){this.transport.setRequestHeader(A,E[A])}},success:function(){var A=this.getStatus();return!A||(A>=200&&A<300)},getStatus:function(){try{return this.transport.status||0}catch(A){return 0}},respondToReadyState:function(A){var C=Ajax.Request.Events[A],B=new Ajax.Response(this);if(C=="Complete"){try{this._complete=true;(this.options["on"+B.status]||this.options["on"+(this.success()?"Success":"Failure")]||Prototype.emptyFunction)(B,B.headerJSON)}catch(D){this.dispatchException(D)}var E=B.getHeader("Content-type");if(this.options.evalJS=="force"||(this.options.evalJS&&this.isSameOrigin()&&E&&E.match(/^\s*(text|application)\/(x-)?(java|ecma)script(;.*)?\s*$/i))){this.evalResponse()}}try{(this.options["on"+C]||Prototype.emptyFunction)(B,B.headerJSON);Ajax.Responders.dispatch("on"+C,this,B,B.headerJSON)}catch(D){this.dispatchException(D)}if(C=="Complete"){this.transport.onreadystatechange=Prototype.emptyFunction}},isSameOrigin:function(){var A=this.url.match(/^\s*https?:\/\/[^\/]*/);return!A||(A[0]=="#{protocol}//#{domain}#{port}".interpolate({protocol:location.protocol,domain:document.domain,port:location.port?":"+location.port:""}))},getHeader:function(A){try{return this.transport.getResponseHeader(A)||null}catch(B){return null}},evalResponse:function(){try{return eval((this.transport.responseText||"").unfilterJSON())}catch(e){this.dispatchException(e)}},dispatchException:function(A){(this.options.onException||Prototype.emptyFunction)(this,A);Ajax.Responders.dispatch("onException",this,A)}});Ajax.Request.Events=["Uninitialized","Loading","Loaded","Interactive","Complete"];Ajax.Response=Class.create({initialize:function(C){this.request=C;var D=this.transport=C.transport,A=this.readyState=D.readyState;if((A>2&&!Prototype.Browser.IE)||A==4){this.status=this.getStatus();this.statusText=this.getStatusText();this.responseText=String.interpret(D.responseText);this.headerJSON=this._getHeaderJSON()}if(A==4){var B=D.responseXML;this.responseXML=Object.isUndefined(B)?null:B;this.responseJSON=this._getResponseJSON()}},status:0,statusText:"",getStatus:Ajax.Request.prototype.getStatus,getStatusText:function(){try{return this.transport.statusText||""}catch(A){return""}},getHeader:Ajax.Request.prototype.getHeader,getAllHeaders:function(){try{return this.getAllResponseHeaders()}catch(A){return null}},getResponseHeader:function(A){return this.transport.getResponseHeader(A)},getAllResponseHeaders:function(){return this.transport.getAllResponseHeaders()},_getHeaderJSON:function(){var A=this.getHeader("X-JSON");if(!A){return null}A=decodeURIComponent(escape(A));try{return A.evalJSON(this.request.options.sanitizeJSON||!this.request.isSameOrigin())}catch(B){this.request.dispatchException(B)}},_getResponseJSON:function(){var A=this.request.options;if(!A.evalJSON||(A.evalJSON!="force"&&!(this.getHeader("Content-type")||"").include("application/json"))||this.responseText.blank()){return null}try{return this.responseText.evalJSON(A.sanitizeJSON||!this.request.isSameOrigin())}catch(B){this.request.dispatchException(B)}}});Ajax.Updater=Class.create(Ajax.Request,{initialize:function($super,A,C,B){this.container={success:(A.success||A),failure:(A.failure||(A.success?null:A))};B=Object.clone(B);var D=B.onComplete;B.onComplete=(function(E,F){this.updateContent(E.responseText);if(Object.isFunction(D)){D(E,F)}}).bind(this);$super(C,B)},updateContent:function(D){var C=this.container[this.success()?"success":"failure"],A=this.options;if(!A.evalScripts){D=D.stripScripts()}if(C=$(C)){if(A.insertion){if(Object.isString(A.insertion)){var B={};B[A.insertion]=D;C.insert(B)}else{A.insertion(C,D)}}else{C.update(D)}}}});Ajax.PeriodicalUpdater=Class.create(Ajax.Base,{initialize:function($super,A,C,B){$super(B);this.onComplete=this.options.onComplete;this.frequency=(this.options.frequency||2);this.decay=(this.options.decay||1);this.updater={};this.container=A;this.url=C;this.start()},start:function(){this.options.onComplete=this.updateComplete.bind(this);this.onTimerEvent()},stop:function(){this.updater.options.onComplete=undefined;clearTimeout(this.timer);(this.onComplete||Prototype.emptyFunction).apply(this,arguments)},updateComplete:function(A){if(this.options.decay){this.decay=(A.responseText==this.lastText?this.decay*this.options.decay:1);this.lastText=A.responseText}this.timer=this.onTimerEvent.bind(this).delay(this.decay*this.frequency)},onTimerEvent:function(){this.updater=new Ajax.Updater(this.container,this.url,this.options)}});function $(B){if(arguments.length>1){for(var A=0,D=[],C=arguments.length;A<C;A++){D.push($(arguments[A]))}return D}if(Object.isString(B)){B=document.getElementById(B)}return Element.extend(B)}if(Prototype.BrowserFeatures.XPath){document._getElementsByXPath=function(F,A){var C=[];var E=document.evaluate(F,$(A)||document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var B=0,D=E.snapshotLength;B<D;B++){C.push(Element.extend(E.snapshotItem(B)))}return C}}if(!window.Node){var Node={}}if(!Node.ELEMENT_NODE){Object.extend(Node,{ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12})}(function(C){var B=(function(){var F=document.createElement("form");var E=document.createElement("input");var D=document.documentElement;E.setAttribute("name","test");F.appendChild(E);D.appendChild(F);var G=F.elements?(typeof F.elements.test=="undefined"):null;D.removeChild(F);F=E=null;return G})();var A=C.Element;C.Element=function(F,E){E=E||{};F=F.toLowerCase();var D=Element.cache;if(B&&E.name){F="<"+F+' name="'+E.name+'">';delete E.name;return Element.writeAttribute(document.createElement(F),E)}if(!D[F]){D[F]=Element.extend(document.createElement(F))}return Element.writeAttribute(D[F].cloneNode(false),E)};Object.extend(C.Element,A||{});if(A){C.Element.prototype=A.prototype}})(this);Element.cache={};Element.idCounter=1;Element.Methods={visible:function(A){return $(A).style.display!="none"},toggle:function(A){A=$(A);Element[Element.visible(A)?"hide":"show"](A);return A},hide:function(A){A=$(A);A.style.display="none";return A},show:function(A){A=$(A);A.style.display="";return A},remove:function(A){A=$(A);A.parentNode.removeChild(A);return A},update:(function(){var B=(function(){var E=document.createElement("select"),F=true;E.innerHTML='<option value="test">test</option>';if(E.options&&E.options[0]){F=E.options[0].nodeName.toUpperCase()!=="OPTION"}E=null;return F})();var A=(function(){try{var E=document.createElement("table");if(E&&E.tBodies){E.innerHTML="<tbody><tr><td>test</td></tr></tbody>";var G=typeof E.tBodies[0]=="undefined";E=null;return G}}catch(F){return true}})();var D=(function(){var E=document.createElement("script"),G=false;try{E.appendChild(document.createTextNode(""));G=!E.firstChild||E.firstChild&&E.firstChild.nodeType!==3}catch(F){G=true}E=null;return G})();function C(F,G){F=$(F);if(G&&G.toElement){G=G.toElement()}if(Object.isElement(G)){return F.update().insert(G)}G=Object.toHTML(G);var E=F.tagName.toUpperCase();if(E==="SCRIPT"&&D){F.text=G;return F}if(B||A){if(E in Element._insertionTranslations.tags){while(F.firstChild){F.removeChild(F.firstChild)}Element._getContentFromAnonymousElement(E,G.stripScripts()).each(function(H){F.appendChild(H)})}else{F.innerHTML=G.stripScripts()}}else{F.innerHTML=G.stripScripts()}G.evalScripts.bind(G).defer();return F}return C})(),replace:function(B,C){B=$(B);if(C&&C.toElement){C=C.toElement()}else{if(!Object.isElement(C)){C=Object.toHTML(C);var A=B.ownerDocument.createRange();A.selectNode(B);C.evalScripts.bind(C).defer();C=A.createContextualFragment(C.stripScripts())}}B.parentNode.replaceChild(C,B);return B},insert:function(C,E){C=$(C);if(Object.isString(E)||Object.isNumber(E)||Object.isElement(E)||(E&&(E.toElement||E.toHTML))){E={bottom:E}}var D,F,B,G;for(var A in E){D=E[A];A=A.toLowerCase();F=Element._insertionTranslations[A];if(D&&D.toElement){D=D.toElement()}if(Object.isElement(D)){F(C,D);continue}D=Object.toHTML(D);B=((A=="before"||A=="after")?C.parentNode:C).tagName.toUpperCase();G=Element._getContentFromAnonymousElement(B,D.stripScripts());if(A=="top"||A=="after"){G.reverse()}G.each(F.curry(C));D.evalScripts.bind(D).defer()}return C},wrap:function(B,C,A){B=$(B);if(Object.isElement(C)){$(C).writeAttribute(A||{})}else{if(Object.isString(C)){C=new Element(C,A)}else{C=new Element("div",C)}}if(B.parentNode){B.parentNode.replaceChild(C,B)}C.appendChild(B);return C},inspect:function(B){B=$(B);var A="<"+B.tagName.toLowerCase();$H({id:"id",className:"class"}).each(function(F){var E=F.first(),C=F.last();var D=(B[E]||"").toString();if(D){A+=" "+C+"="+D.inspect(true)}});return A+">"},recursivelyCollect:function(A,C){A=$(A);var B=[];while(A=A[C]){if(A.nodeType==1){B.push(Element.extend(A))}}return B},ancestors:function(A){return Element.recursivelyCollect(A,"parentNode")},descendants:function(A){return Element.select(A,"*")},firstDescendant:function(A){A=$(A).firstChild;while(A&&A.nodeType!=1){A=A.nextSibling}return $(A)},immediateDescendants:function(A){if(!(A=$(A).firstChild)){return[]}while(A&&A.nodeType!=1){A=A.nextSibling}if(A){return[A].concat($(A).nextSiblings())}return[]},previousSiblings:function(A){return Element.recursivelyCollect(A,"previousSibling")},nextSiblings:function(A){return Element.recursivelyCollect(A,"nextSibling")},siblings:function(A){A=$(A);return Element.previousSiblings(A).reverse().concat(Element.nextSiblings(A))},match:function(B,A){if(Object.isString(A)){A=new Selector(A)}return A.match($(B))},up:function(B,D,A){B=$(B);if(arguments.length==1){return $(B.parentNode)}var C=Element.ancestors(B);return Object.isNumber(D)?C[D]:Selector.findElement(C,D,A)},down:function(B,C,A){B=$(B);if(arguments.length==1){return Element.firstDescendant(B)}return Object.isNumber(C)?Element.descendants(B)[C]:Element.select(B,C)[A||0]},previous:function(B,D,A){B=$(B);if(arguments.length==1){return $(Selector.handlers.previousElementSibling(B))}var C=Element.previousSiblings(B);return Object.isNumber(D)?C[D]:Selector.findElement(C,D,A)},next:function(C,D,B){C=$(C);if(arguments.length==1){return $(Selector.handlers.nextElementSibling(C))}var A=Element.nextSiblings(C);return Object.isNumber(D)?A[D]:Selector.findElement(A,D,B)},select:function(B){var A=Array.prototype.slice.call(arguments,1);return Selector.findChildElements(B,A)},adjacent:function(B){var A=Array.prototype.slice.call(arguments,1);return Selector.findChildElements(B.parentNode,A).without(B)},identify:function(A){A=$(A);var B=Element.readAttribute(A,"id");if(B){return B}do{B="anonymous_element_"+Element.idCounter++}while($(B));Element.writeAttribute(A,"id",B);return B},readAttribute:function(C,A){C=$(C);if(Prototype.Browser.IE){var B=Element._attributeTranslations.read;if(B.values[A]){return B.values[A](C,A)}if(B.names[A]){A=B.names[A]}if(A.include(":")){return(!C.attributes||!C.attributes[A])?null:C.attributes[A].value}}return C.getAttribute(A)},writeAttribute:function(E,C,F){E=$(E);var B={},D=Element._attributeTranslations.write;if(typeof C=="object"){B=C}else{B[C]=Object.isUndefined(F)?true:F}for(var A in B){C=D.names[A]||A;F=B[A];if(D.values[A]){C=D.values[A](E,F)}if(F===false||F===null){E.removeAttribute(C)}else{if(F===true){E.setAttribute(C,C)}else{E.setAttribute(C,F)}}}return E},getHeight:function(A){return Element.getDimensions(A).height},getWidth:function(A){return Element.getDimensions(A).width},classNames:function(A){return new Element.ClassNames(A)},hasClassName:function(A,B){if(!(A=$(A))){return}var C=A.className;return(C.length>0&&(C==B||new RegExp("(^|\\s)"+B+"(\\s|$)").test(C)))},addClassName:function(A,B){if(!(A=$(A))){return}if(!Element.hasClassName(A,B)){A.className+=(A.className?" ":"")+B}return A},removeClassName:function(A,B){if(!(A=$(A))){return}A.className=A.className.replace(new RegExp("(^|\\s+)"+B+"(\\s+|$)")," ").strip();return A},toggleClassName:function(A,B){if(!(A=$(A))){return}return Element[Element.hasClassName(A,B)?"removeClassName":"addClassName"](A,B)},cleanWhitespace:function(B){B=$(B);var C=B.firstChild;while(C){var A=C.nextSibling;if(C.nodeType==3&&!/\S/.test(C.nodeValue)){B.removeChild(C)}C=A}return B},empty:function(A){return $(A).innerHTML.blank()},descendantOf:function(B,A){B=$(B),A=$(A);if(B.compareDocumentPosition){return(B.compareDocumentPosition(A)&8)===8}if(A.contains){return A.contains(B)&&A!==B}while(B=B.parentNode){if(B==A){return true}}return false},scrollTo:function(A){A=$(A);var B=Element.cumulativeOffset(A);window.scrollTo(B[0],B[1]);return A},getStyle:function(B,C){B=$(B);C=C=="float"?"cssFloat":C.camelize();var D=B.style[C];if(!D||D=="auto"){var A=document.defaultView.getComputedStyle(B,null);D=A?A[C]:null}if(C=="opacity"){return D?parseFloat(D):1}return D=="auto"?null:D},getOpacity:function(A){return $(A).getStyle("opacity")},setStyle:function(B,C){B=$(B);var E=B.style,A;if(Object.isString(C)){B.style.cssText+=";"+C;return C.include("opacity")?B.setOpacity(C.match(/opacity:\s*(\d?\.?\d*)/)[1]):B}for(var D in C){if(D=="opacity"){B.setOpacity(C[D])}else{E[(D=="float"||D=="cssFloat")?(Object.isUndefined(E.styleFloat)?"cssFloat":"styleFloat"):D]=C[D]}}return B},setOpacity:function(A,B){A=$(A);A.style.opacity=(B==1||B==="")?"":(B<0.00001)?0:B;return A},getDimensions:function(C){C=$(C);var G=Element.getStyle(C,"display");if(G!="none"&&G!=null){return{width:C.offsetWidth,height:C.offsetHeight}}var B=C.style;var F=B.visibility;var D=B.position;var A=B.display;B.visibility="hidden";if(D!="fixed"){B.position="absolute"}B.display="block";var H=C.clientWidth;var E=C.clientHeight;B.display=A;B.position=D;B.visibility=F;return{width:H,height:E}},makePositioned:function(A){A=$(A);var B=Element.getStyle(A,"position");if(B=="static"||!B){A._madePositioned=true;A.style.position="relative";if(Prototype.Browser.Opera){A.style.top=0;A.style.left=0}}return A},undoPositioned:function(A){A=$(A);if(A._madePositioned){A._madePositioned=undefined;A.style.position=A.style.top=A.style.left=A.style.bottom=A.style.right=""}return A},makeClipping:function(A){A=$(A);if(A._overflow){return A}A._overflow=Element.getStyle(A,"overflow")||"auto";if(A._overflow!=="hidden"){A.style.overflow="hidden"}return A},undoClipping:function(A){A=$(A);if(!A._overflow){return A}A.style.overflow=A._overflow=="auto"?"":A._overflow;A._overflow=null;return A},cumulativeOffset:function(B){var A=0,C=0;do{A+=B.offsetTop||0;C+=B.offsetLeft||0;B=B.offsetParent}while(B);return Element._returnOffset(C,A)},positionedOffset:function(B){var A=0,D=0;do{A+=B.offsetTop||0;D+=B.offsetLeft||0;B=B.offsetParent;if(B){if(B.tagName.toUpperCase()=="BODY"){break}var C=Element.getStyle(B,"position");if(C!=="static"){break}}}while(B);return Element._returnOffset(D,A)},absolutize:function(B){B=$(B);if(Element.getStyle(B,"position")=="absolute"){return B}var D=Element.positionedOffset(B);var F=D[1];var E=D[0];var C=B.clientWidth;var A=B.clientHeight;B._originalLeft=E-parseFloat(B.style.left||0);B._originalTop=F-parseFloat(B.style.top||0);B._originalWidth=B.style.width;B._originalHeight=B.style.height;B.style.position="absolute";B.style.top=F+"px";B.style.left=E+"px";B.style.width=C+"px";B.style.height=A+"px";return B},relativize:function(A){A=$(A);if(Element.getStyle(A,"position")=="relative"){return A}A.style.position="relative";var C=parseFloat(A.style.top||0)-(A._originalTop||0);var B=parseFloat(A.style.left||0)-(A._originalLeft||0);A.style.top=C+"px";A.style.left=B+"px";A.style.height=A._originalHeight;A.style.width=A._originalWidth;return A},cumulativeScrollOffset:function(B){var A=0,C=0;do{A+=B.scrollTop||0;C+=B.scrollLeft||0;B=B.parentNode}while(B);return Element._returnOffset(C,A)},getOffsetParent:function(A){if(A.offsetParent){return $(A.offsetParent)}if(A==document.body){return $(A)}while((A=A.parentNode)&&A!=document.body){if(Element.getStyle(A,"position")!="static"){return $(A)}}return $(document.body)},viewportOffset:function(D){var A=0,C=0;var B=D;do{A+=B.offsetTop||0;C+=B.offsetLeft||0;if(B.offsetParent==document.body&&Element.getStyle(B,"position")=="absolute"){break}}while(B=B.offsetParent);B=D;do{if(!Prototype.Browser.Opera||(B.tagName&&(B.tagName.toUpperCase()=="BODY"))){A-=B.scrollTop||0;C-=B.scrollLeft||0}}while(B=B.parentNode);return Element._returnOffset(C,A)},clonePosition:function(B,D){var A=Object.extend({setLeft:true,setTop:true,setWidth:true,setHeight:true,offsetTop:0,offsetLeft:0},arguments[2]||{});D=$(D);var E=Element.viewportOffset(D);B=$(B);var F=[0,0];var C=null;if(Element.getStyle(B,"position")=="absolute"){C=Element.getOffsetParent(B);F=Element.viewportOffset(C)}if(C==document.body){F[0]-=document.body.offsetLeft;F[1]-=document.body.offsetTop}if(A.setLeft){B.style.left=(E[0]-F[0]+A.offsetLeft)+"px"}if(A.setTop){B.style.top=(E[1]-F[1]+A.offsetTop)+"px"}if(A.setWidth){B.style.width=D.offsetWidth+"px"}if(A.setHeight){B.style.height=D.offsetHeight+"px"}return B}};Object.extend(Element.Methods,{getElementsBySelector:Element.Methods.select,childElements:Element.Methods.immediateDescendants});Element._attributeTranslations={write:{names:{className:"class",htmlFor:"for"},values:{}}};if(Prototype.Browser.Opera){Element.Methods.getStyle=Element.Methods.getStyle.wrap(function(D,B,C){switch(C){case"left":case"top":case"right":case"bottom":if(D(B,"position")==="static"){return null}case"height":case"width":if(!Element.visible(B)){return null}var E=parseInt(D(B,C),10);if(E!==B["offset"+C.capitalize()]){return E+"px"}var A;if(C==="height"){A=["border-top-width","padding-top","padding-bottom","border-bottom-width"]}else{A=["border-left-width","padding-left","padding-right","border-right-width"]}return A.inject(E,function(F,G){var H=D(B,G);return H===null?F:F-parseInt(H,10)})+"px";default:return D(B,C)}});Element.Methods.readAttribute=Element.Methods.readAttribute.wrap(function(C,A,B){if(B==="title"){return A.title}return C(A,B)})}else{if(Prototype.Browser.IE){Element.Methods.getOffsetParent=Element.Methods.getOffsetParent.wrap(function(C,B){B=$(B);try{B.offsetParent}catch(E){return $(document.body)}var A=B.getStyle("position");if(A!=="static"){return C(B)}B.setStyle({position:"relative"});var D=C(B);B.setStyle({position:A});return D});$w("positionedOffset viewportOffset").each(function(A){Element.Methods[A]=Element.Methods[A].wrap(function(E,C){C=$(C);try{C.offsetParent}catch(G){return Element._returnOffset(0,0)}var B=C.getStyle("position");if(B!=="static"){return E(C)}var D=C.getOffsetParent();if(D&&D.getStyle("position")==="fixed"){D.setStyle({zoom:1})}C.setStyle({position:"relative"});var F=E(C);C.setStyle({position:B});return F})});Element.Methods.cumulativeOffset=Element.Methods.cumulativeOffset.wrap(function(B,A){try{A.offsetParent}catch(C){return Element._returnOffset(0,0)}return B(A)});Element.Methods.getStyle=function(A,B){A=$(A);B=(B=="float"||B=="cssFloat")?"styleFloat":B.camelize();var C=A.style[B];if(!C&&A.currentStyle){C=A.currentStyle[B]}if(B=="opacity"){if(C=(A.getStyle("filter")||"").match(/alpha\(opacity=(.*)\)/)){if(C[1]){return parseFloat(C[1])/100}}return 1}if(C=="auto"){if((B=="width"||B=="height")&&(A.getStyle("display")!="none")){return A["offset"+B.capitalize()]+"px"}return null}return C};Element.Methods.setOpacity=function(B,E){function F(G){return G.replace(/alpha\([^\)]*\)/gi,"")}B=$(B);var A=B.currentStyle;if((A&&!A.hasLayout)||(!A&&B.style.zoom=="normal")){B.style.zoom=1}var D=B.getStyle("filter"),C=B.style;if(E==1||E===""){(D=F(D))?C.filter=D:C.removeAttribute("filter");return B}else{if(E<0.00001){E=0}}C.filter=F(D)+"alpha(opacity="+(E*100)+")";return B};Element._attributeTranslations=(function(){var B="className";var A="for";var C=document.createElement("div");C.setAttribute(B,"x");if(C.className!=="x"){C.setAttribute("class","x");if(C.className==="x"){B="class"}}C=null;C=document.createElement("label");C.setAttribute(A,"x");if(C.htmlFor!=="x"){C.setAttribute("htmlFor","x");if(C.htmlFor==="x"){A="htmlFor"}}C=null;return{read:{names:{"class":B,className:B,"for":A,htmlFor:A},values:{_getAttr:function(D,E){return D.getAttribute(E)},_getAttr2:function(D,E){return D.getAttribute(E,2)},_getAttrNode:function(D,F){var E=D.getAttributeNode(F);return E?E.value:""},_getEv:(function(){var D=document.createElement("div");D.onclick=Prototype.emptyFunction;var F=D.getAttribute("onclick");var E;if(String(F).indexOf("{")>-1){E=function(G,H){H=G.getAttribute(H);if(!H){return null}H=H.toString();H=H.split("{")[1];H=H.split("}")[0];return H.strip()}}else{if(F===""){E=function(G,H){H=G.getAttribute(H);if(!H){return null}return H.strip()}}}D=null;return E})(),_flag:function(D,E){return $(D).hasAttribute(E)?E:null},style:function(D){return D.style.cssText.toLowerCase()},title:function(D){return D.title}}}}})();Element._attributeTranslations.write={names:Object.extend({cellpadding:"cellPadding",cellspacing:"cellSpacing"},Element._attributeTranslations.read.names),values:{checked:function(A,B){A.checked=!!B},style:function(A,B){A.style.cssText=B?B:""}}};Element._attributeTranslations.has={};$w("colSpan rowSpan vAlign dateTime accessKey tabIndex encType maxLength readOnly longDesc frameBorder").each(function(A){Element._attributeTranslations.write.names[A.toLowerCase()]=A;Element._attributeTranslations.has[A.toLowerCase()]=A});(function(A){Object.extend(A,{href:A._getAttr2,src:A._getAttr2,type:A._getAttr,action:A._getAttrNode,disabled:A._flag,checked:A._flag,readonly:A._flag,multiple:A._flag,onload:A._getEv,onunload:A._getEv,onclick:A._getEv,ondblclick:A._getEv,onmousedown:A._getEv,onmouseup:A._getEv,onmouseover:A._getEv,onmousemove:A._getEv,onmouseout:A._getEv,onfocus:A._getEv,onblur:A._getEv,onkeypress:A._getEv,onkeydown:A._getEv,onkeyup:A._getEv,onsubmit:A._getEv,onreset:A._getEv,onselect:A._getEv,onchange:A._getEv})})(Element._attributeTranslations.read.values);if(Prototype.BrowserFeatures.ElementExtensions){(function(){function A(E){var B=E.getElementsByTagName("*"),D=[];for(var C=0,F;F=B[C];C++){if(F.tagName!=="!"){D.push(F)}}return D}Element.Methods.down=function(C,D,B){C=$(C);if(arguments.length==1){return C.firstDescendant()}return Object.isNumber(D)?A(C)[D]:Element.select(C,D)[B||0]}})()}}else{if(Prototype.Browser.Gecko&&/rv:1\.8\.0/.test(navigator.userAgent)){Element.Methods.setOpacity=function(A,B){A=$(A);A.style.opacity=(B==1)?0.999999:(B==="")?"":(B<0.00001)?0:B;return A}}else{if(Prototype.Browser.WebKit){Element.Methods.setOpacity=function(A,B){A=$(A);A.style.opacity=(B==1||B==="")?"":(B<0.00001)?0:B;if(B==1){if(A.tagName.toUpperCase()=="IMG"&&A.width){A.width++;A.width--}else{try{var D=document.createTextNode(" ");A.appendChild(D);A.removeChild(D)}catch(C){}}}return A};Element.Methods.cumulativeOffset=function(B){var A=0,C=0;do{A+=B.offsetTop||0;C+=B.offsetLeft||0;if(B.offsetParent==document.body){if(Element.getStyle(B,"position")=="absolute"){break}}B=B.offsetParent}while(B);return Element._returnOffset(C,A)}}}}}if("outerHTML"in document.documentElement){Element.Methods.replace=function(C,E){C=$(C);if(E&&E.toElement){E=E.toElement()}if(Object.isElement(E)){C.parentNode.replaceChild(E,C);return C}E=Object.toHTML(E);var D=C.parentNode,B=D.tagName.toUpperCase();if(Element._insertionTranslations.tags[B]){var F=C.next();var A=Element._getContentFromAnonymousElement(B,E.stripScripts());D.removeChild(C);if(F){A.each(function(G){D.insertBefore(G,F)})}else{A.each(function(G){D.appendChild(G)})}}else{C.outerHTML=E.stripScripts()}E.evalScripts.bind(E).defer();return C}}Element._returnOffset=function(B,C){var A=[B,C];A.left=B;A.top=C;return A};Element._getContentFromAnonymousElement=function(C,B){var D=new Element("div"),A=Element._insertionTranslations.tags[C];if(A){D.innerHTML=A[0]+B+A[1];A[2].times(function(){D=D.firstChild})}else{D.innerHTML=B}return $A(D.childNodes)};Element._insertionTranslations={before:function(A,B){A.parentNode.insertBefore(B,A)},top:function(A,B){A.insertBefore(B,A.firstChild)},bottom:function(A,B){A.appendChild(B)},after:function(A,B){A.parentNode.insertBefore(B,A.nextSibling)},tags:{TABLE:["<table>","</table>",1],TBODY:["<table><tbody>","</tbody></table>",2],TR:["<table><tbody><tr>","</tr></tbody></table>",3],TD:["<table><tbody><tr><td>","</td></tr></tbody></table>",4],SELECT:["<select>","</select>",1]}};(function(){var A=Element._insertionTranslations.tags;Object.extend(A,{THEAD:A.TBODY,TFOOT:A.TBODY,TH:A.TD})})();Element.Methods.Simulated={hasAttribute:function(A,C){C=Element._attributeTranslations.has[C]||C;var B=$(A).getAttributeNode(C);return!!(B&&B.specified)}};Element.Methods.ByTag={};Object.extend(Element,Element.Methods);(function(A){if(!Prototype.BrowserFeatures.ElementExtensions&&A.__proto__){window.HTMLElement={};window.HTMLElement.prototype=A.__proto__;Prototype.BrowserFeatures.ElementExtensions=true}A=null})(document.createElement("div"));Element.extend=(function(){function C(G){if(typeof window.Element!="undefined"){var I=window.Element.prototype;if(I){var K="_"+(Math.random()+"").slice(2);var H=document.createElement(G);I[K]="x";var J=(H[K]!=="x");delete I[K];H=null;return J}}return false}function B(H,G){for(var J in G){var I=G[J];if(Object.isFunction(I)&&!(J in H)){H[J]=I.methodize()}}}var D=C("object");if(Prototype.BrowserFeatures.SpecificElementExtensions){if(D){return function(H){if(H&&typeof H._extendedByPrototype=="undefined"){var G=H.tagName;if(G&&(/^(?:object|applet|embed)$/i.test(G))){B(H,Element.Methods);B(H,Element.Methods.Simulated);B(H,Element.Methods.ByTag[G.toUpperCase()])}}return H}}return Prototype.K}var A={},E=Element.Methods.ByTag;var F=Object.extend(function(I){if(!I||typeof I._extendedByPrototype!="undefined"||I.nodeType!=1||I==window){return I}var G=Object.clone(A),H=I.tagName.toUpperCase();if(E[H]){Object.extend(G,E[H])}B(I,G);I._extendedByPrototype=Prototype.emptyFunction;return I},{refresh:function(){if(!Prototype.BrowserFeatures.ElementExtensions){Object.extend(A,Element.Methods);Object.extend(A,Element.Methods.Simulated)}}});F.refresh();return F})();Element.hasAttribute=function(A,B){if(A.hasAttribute){return A.hasAttribute(B)}return Element.Methods.Simulated.hasAttribute(A,B)};Element.addMethods=function(C){var J=Prototype.BrowserFeatures,D=Element.Methods.ByTag;if(!C){Object.extend(Form,Form.Methods);Object.extend(Form.Element,Form.Element.Methods);Object.extend(Element.Methods.ByTag,{FORM:Object.clone(Form.Methods),INPUT:Object.clone(Form.Element.Methods),SELECT:Object.clone(Form.Element.Methods),TEXTAREA:Object.clone(Form.Element.Methods)})}if(arguments.length==2){var B=C;C=arguments[1]}if(!B){Object.extend(Element.Methods,C||{})}else{if(Object.isArray(B)){B.each(H)}else{H(B)}}function H(F){F=F.toUpperCase();if(!Element.Methods.ByTag[F]){Element.Methods.ByTag[F]={}}Object.extend(Element.Methods.ByTag[F],C)}function A(M,L,F){F=F||false;for(var O in M){var N=M[O];if(!Object.isFunction(N)){continue}if(!F||!(O in L)){L[O]=N.methodize()}}}function E(N){var F;var M={OPTGROUP:"OptGroup",TEXTAREA:"TextArea",P:"Paragraph",FIELDSET:"FieldSet",UL:"UList",OL:"OList",DL:"DList",DIR:"Directory",H1:"Heading",H2:"Heading",H3:"Heading",H4:"Heading",H5:"Heading",H6:"Heading",Q:"Quote",INS:"Mod",DEL:"Mod",A:"Anchor",IMG:"Image",CAPTION:"TableCaption",COL:"TableCol",COLGROUP:"TableCol",THEAD:"TableSection",TFOOT:"TableSection",TBODY:"TableSection",TR:"TableRow",TH:"TableCell",TD:"TableCell",FRAMESET:"FrameSet",IFRAME:"IFrame"};if(M[N]){F="HTML"+M[N]+"Element"}if(window[F]){return window[F]}F="HTML"+N+"Element";if(window[F]){return window[F]}F="HTML"+N.capitalize()+"Element";if(window[F]){return window[F]}var L=document.createElement(N);var O=L.__proto__||L.constructor.prototype;L=null;return O}var I=window.HTMLElement?HTMLElement.prototype:Element.prototype;if(J.ElementExtensions){A(Element.Methods,I);A(Element.Methods.Simulated,I,true)}if(J.SpecificElementExtensions){for(var K in Element.Methods.ByTag){var G=E(K);if(Object.isUndefined(G)){continue}A(D[K],G.prototype)}}Object.extend(Element,Element.Methods);delete Element.ByTag;if(Element.extend.refresh){Element.extend.refresh()}Element.cache={}};document.viewport={getDimensions:function(){return{width:this.getWidth(),height:this.getHeight()}},getScrollOffsets:function(){return Element._returnOffset(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft,window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop)}};(function(C){var H=Prototype.Browser,F=document,D,E={};function A(){if(H.WebKit&&!F.evaluate){return document}if(H.Opera&&window.parseFloat(window.opera.version())<9.5){return document.body}return document.documentElement}function G(B){if(!D){D=A()}E[B]="client"+B;C["get"+B]=function(){return D[E[B]]};return C["get"+B]()}C.getWidth=G.curry("Width");C.getHeight=G.curry("Height")})(document.viewport);Element.Storage={UID:1};Element.addMethods({getStorage:function(B){if(!(B=$(B))){return}var A;if(B===window){A=0}else{if(typeof B._prototypeUID==="undefined"){B._prototypeUID=[Element.Storage.UID++]}A=B._prototypeUID[0]}if(!Element.Storage[A]){Element.Storage[A]=$H()}return Element.Storage[A]},store:function(B,A,C){if(!(B=$(B))){return}if(arguments.length===2){Element.getStorage(B).update(A)}else{Element.getStorage(B).set(A,C)}return B},retrieve:function(C,B,A){if(!(C=$(C))){return}var E=Element.getStorage(C),D=E.get(B);if(Object.isUndefined(D)){E.set(B,A);D=A}return D},clone:function(C,A){if(!(C=$(C))){return}var E=C.cloneNode(A);E._prototypeUID=void 0;if(A){var D=Element.select(E,"*"),B=D.length;while(B--){D[B]._prototypeUID=void 0}}return Element.extend(E)}});var Selector=Class.create({initialize:function(A){this.expression=A.strip();if(this.shouldUseSelectorsAPI()){this.mode="selectorsAPI"}else{if(this.shouldUseXPath()){this.mode="xpath";this.compileXPathMatcher()}else{this.mode="normal";this.compileMatcher()}}},shouldUseXPath:(function(){var A=(function(){var E=false;if(document.evaluate&&window.XPathResult){var D=document.createElement("div");D.innerHTML="<ul><li></li></ul><div><ul><li></li></ul></div>";var C=".//*[local-name()='ul' or local-name()='UL']//*[local-name()='li' or local-name()='LI']";var B=document.evaluate(C,D,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);E=(B.snapshotLength!==2);D=null}return E})();return function(){if(!Prototype.BrowserFeatures.XPath){return false}var B=this.expression;if(Prototype.Browser.WebKit&&(B.include("-of-type")||B.include(":empty"))){return false}if((/(\[[\w-]*?:|:checked)/).test(B)){return false}if(A){return false}return true}})(),shouldUseSelectorsAPI:function(){if(!Prototype.BrowserFeatures.SelectorsAPI){return false}if(Selector.CASE_INSENSITIVE_CLASS_NAMES){return false}if(!Selector._div){Selector._div=new Element("div")}try{Selector._div.querySelector(this.expression)}catch(A){return false}return true},compileMatcher:function(){var e=this.expression,ps=Selector.patterns,h=Selector.handlers,c=Selector.criteria,le,p,m,len=ps.length,name;if(Selector._cache[e]){this.matcher=Selector._cache[e];return}this.matcher=["this.matcher = function(root) {","var r = root, h = Selector.handlers, c = false, n;"];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i=0;i<len;i++){p=ps[i].re;name=ps[i].name;if(m=e.match(p)){this.matcher.push(Object.isFunction(c[name])?c[name](m):new Template(c[name]).evaluate(m));e=e.replace(m[0],"");break}}}this.matcher.push("return h.unique(n);\n}");eval(this.matcher.join("\n"));Selector._cache[this.expression]=this.matcher},compileXPathMatcher:function(){var G=this.expression,H=Selector.patterns,C=Selector.xpath,F,B,A=H.length,D;if(Selector._cache[G]){this.xpath=Selector._cache[G];return}this.matcher=[".//*"];while(G&&F!=G&&(/\S/).test(G)){F=G;for(var E=0;E<A;E++){D=H[E].name;if(B=G.match(H[E].re)){this.matcher.push(Object.isFunction(C[D])?C[D](B):new Template(C[D]).evaluate(B));G=G.replace(B[0],"");break}}}this.xpath=this.matcher.join("");Selector._cache[this.expression]=this.xpath},findElements:function(A){A=A||document;var C=this.expression,B;switch(this.mode){case"selectorsAPI":if(A!==document){var D=A.id,E=$(A).identify();E=E.replace(/([\.:])/g,"\\$1");C="#"+E+" "+C}B=$A(A.querySelectorAll(C)).map(Element.extend);A.id=D;return B;case"xpath":return document._getElementsByXPath(this.xpath,A);default:return this.matcher(A)}},match:function(I){this.tokens=[];var M=this.expression,A=Selector.patterns,E=Selector.assertions;var B,D,F,L=A.length,C;while(M&&B!==M&&(/\S/).test(M)){B=M;for(var H=0;H<L;H++){D=A[H].re;C=A[H].name;if(F=M.match(D)){if(E[C]){this.tokens.push([C,Object.clone(F)]);M=M.replace(F[0],"")}else{return this.findElements(document).include(I)}}}}var K=true,C,J;for(var H=0,G;G=this.tokens[H];H++){C=G[0],J=G[1];if(!Selector.assertions[C](I,J)){K=false;break}}return K},toString:function(){return this.expression},inspect:function(){return"#<Selector:"+this.expression.inspect()+">"}});if(Prototype.BrowserFeatures.SelectorsAPI&&document.compatMode==="BackCompat"){Selector.CASE_INSENSITIVE_CLASS_NAMES=(function(){var C=document.createElement("div"),A=document.createElement("span");C.id="prototype_test_id";A.className="Test";C.appendChild(A);var B=(C.querySelector("#prototype_test_id .test")!==null);C=A=null;return B})()}Object.extend(Selector,{_cache:{},xpath:{descendant:"//*",child:"/*",adjacent:"/following-sibling::*[1]",laterSibling:"/following-sibling::*",tagName:function(A){if(A[1]=="*"){return""}return"[local-name()='"+A[1].toLowerCase()+"' or local-name()='"+A[1].toUpperCase()+"']"},className:"[contains(concat(' ', @class, ' '), ' #{1} ')]",id:"[@id='#{1}']",attrPresence:function(A){A[1]=A[1].toLowerCase();return new Template("[@#{1}]").evaluate(A)},attr:function(A){A[1]=A[1].toLowerCase();A[3]=A[5]||A[6];return new Template(Selector.xpath.operators[A[2]]).evaluate(A)},pseudo:function(A){var B=Selector.xpath.pseudos[A[1]];if(!B){return""}if(Object.isFunction(B)){return B(A)}return new Template(Selector.xpath.pseudos[A[1]]).evaluate(A)},operators:{"=":"[@#{1}='#{3}']","!=":"[@#{1}!='#{3}']","^=":"[starts-with(@#{1}, '#{3}')]","$=":"[substring(@#{1}, (string-length(@#{1}) - string-length('#{3}') + 1))='#{3}']","*=":"[contains(@#{1}, '#{3}')]","~=":"[contains(concat(' ', @#{1}, ' '), ' #{3} ')]","|=":"[contains(concat('-', @#{1}, '-'), '-#{3}-')]"},pseudos:{"first-child":"[not(preceding-sibling::*)]","last-child":"[not(following-sibling::*)]","only-child":"[not(preceding-sibling::* or following-sibling::*)]",empty:"[count(*) = 0 and (count(text()) = 0)]",checked:"[@checked]",disabled:"[(@disabled) and (@type!='hidden')]",enabled:"[not(@disabled) and (@type!='hidden')]",not:function(E){var H=E[6],C=Selector.patterns,I=Selector.xpath,A,J,G=C.length,B;var D=[];while(H&&A!=H&&(/\S/).test(H)){A=H;for(var F=0;F<G;F++){B=C[F].name;if(E=H.match(C[F].re)){J=Object.isFunction(I[B])?I[B](E):new Template(I[B]).evaluate(E);D.push("("+J.substring(1,J.length-1)+")");H=H.replace(E[0],"");break}}}return"[not("+D.join(" and ")+")]"},"nth-child":function(A){return Selector.xpath.pseudos.nth("(count(./preceding-sibling::*) + 1) ",A)},"nth-last-child":function(A){return Selector.xpath.pseudos.nth("(count(./following-sibling::*) + 1) ",A)},"nth-of-type":function(A){return Selector.xpath.pseudos.nth("position() ",A)},"nth-last-of-type":function(A){return Selector.xpath.pseudos.nth("(last() + 1 - position()) ",A)},"first-of-type":function(A){A[6]="1";return Selector.xpath.pseudos["nth-of-type"](A)},"last-of-type":function(A){A[6]="1";return Selector.xpath.pseudos["nth-last-of-type"](A)},"only-of-type":function(A){var B=Selector.xpath.pseudos;return B["first-of-type"](A)+B["last-of-type"](A)},nth:function(E,C){var F,G=C[6],B;if(G=="even"){G="2n+0"}if(G=="odd"){G="2n+1"}if(F=G.match(/^(\d+)$/)){return"["+E+"= "+F[1]+"]"}if(F=G.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(F[1]=="-"){F[1]=-1}var D=F[1]?Number(F[1]):1;var A=F[2]?Number(F[2]):0;B="[((#{fragment} - #{b}) mod #{a} = 0) and ((#{fragment} - #{b}) div #{a} >= 0)]";return new Template(B).evaluate({fragment:E,a:D,b:A})}}}},criteria:{tagName:'n = h.tagName(n, r, "#{1}", c);      c = false;',className:'n = h.className(n, r, "#{1}", c);    c = false;',id:'n = h.id(n, r, "#{1}", c);           c = false;',attrPresence:'n = h.attrPresence(n, r, "#{1}", c); c = false;',attr:function(A){A[3]=(A[5]||A[6]);return new Template('n = h.attr(n, r, "#{1}", "#{3}", "#{2}", c); c = false;').evaluate(A)},pseudo:function(A){if(A[6]){A[6]=A[6].replace(/"/g,'\\"')}return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(A)},descendant:'c = "descendant";',child:'c = "child";',adjacent:'c = "adjacent";',laterSibling:'c = "laterSibling";'},patterns:[{name:"laterSibling",re:/^\s*~\s*/},{name:"child",re:/^\s*>\s*/},{name:"adjacent",re:/^\s*\+\s*/},{name:"descendant",re:/^\s/},{name:"tagName",re:/^\s*(\*|[\w\-]+)(\b|$)?/},{name:"id",re:/^#([\w\-\*]+)(\b|$)/},{name:"className",re:/^\.([\w\-\*]+)(\b|$)/},{name:"pseudo",re:/^:((first|last|nth|nth-last|only)(-child|-of-type)|empty|checked|(en|dis)abled|not)(\((.*?)\))?(\b|$|(?=\s|[:+~>]))/},{name:"attrPresence",re:/^\[((?:[\w-]+:)?[\w-]+)\]/},{name:"attr",re:/\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/}],assertions:{tagName:function(A,B){return B[1].toUpperCase()==A.tagName.toUpperCase()},className:function(A,B){return Element.hasClassName(A,B[1])},id:function(A,B){return A.id===B[1]},attrPresence:function(A,B){return Element.hasAttribute(A,B[1])},attr:function(B,C){var A=Element.readAttribute(B,C[1]);return A&&Selector.operators[C[2]](A,C[5]||C[6])}},handlers:{concat:function(B,A){for(var C=0,D;D=A[C];C++){B.push(D)}return B},mark:function(A){var D=Prototype.emptyFunction;for(var B=0,C;C=A[B];B++){C._countedByPrototype=D}return A},unmark:(function(){var A=(function(){var B=document.createElement("div"),E=false,D="_countedByPrototype",C="x";B[D]=C;E=(B.getAttribute(D)===C);B=null;return E})();return A?function(B){for(var C=0,D;D=B[C];C++){D.removeAttribute("_countedByPrototype")}return B}:function(B){for(var C=0,D;D=B[C];C++){D._countedByPrototype=void 0}return B}})(),index:function(A,D,G){A._countedByPrototype=Prototype.emptyFunction;if(D){for(var B=A.childNodes,E=B.length-1,C=1;E>=0;E--){var F=B[E];if(F.nodeType==1&&(!G||F._countedByPrototype)){F.nodeIndex=C++}}}else{for(var E=0,C=1,B=A.childNodes;F=B[E];E++){if(F.nodeType==1&&(!G||F._countedByPrototype)){F.nodeIndex=C++}}}},unique:function(B){if(B.length==0){return B}var D=[],E;for(var C=0,A=B.length;C<A;C++){if(typeof(E=B[C])._countedByPrototype=="undefined"){E._countedByPrototype=Prototype.emptyFunction;D.push(Element.extend(E))}}return Selector.handlers.unmark(D)},descendant:function(A){var D=Selector.handlers;for(var C=0,B=[],E;E=A[C];C++){D.concat(B,E.getElementsByTagName("*"))}return B},child:function(A){var E=Selector.handlers;for(var D=0,C=[],F;F=A[D];D++){for(var B=0,G;G=F.childNodes[B];B++){if(G.nodeType==1&&G.tagName!="!"){C.push(G)}}}return C},adjacent:function(A){for(var C=0,B=[],E;E=A[C];C++){var D=this.nextElementSibling(E);if(D){B.push(D)}}return B},laterSibling:function(A){var D=Selector.handlers;for(var C=0,B=[],E;E=A[C];C++){D.concat(B,Element.nextSiblings(E))}return B},nextElementSibling:function(A){while(A=A.nextSibling){if(A.nodeType==1){return A}}return null},previousElementSibling:function(A){while(A=A.previousSibling){if(A.nodeType==1){return A}}return null},tagName:function(A,H,C,B){var I=C.toUpperCase();var E=[],G=Selector.handlers;if(A){if(B){if(B=="descendant"){for(var F=0,D;D=A[F];F++){G.concat(E,D.getElementsByTagName(C))}return E}else{A=this[B](A)}if(C=="*"){return A}}for(var F=0,D;D=A[F];F++){if(D.tagName.toUpperCase()===I){E.push(D)}}return E}else{return H.getElementsByTagName(C)}},id:function(A,I,B,C){var H=$(B),G=Selector.handlers;if(I==document){if(!H){return[]}if(!A){return[H]}}else{if(!I.sourceIndex||I.sourceIndex<1){var A=I.getElementsByTagName("*");for(var E=0,D;D=A[E];E++){if(D.id===B){return[D]}}}}if(A){if(C){if(C=="child"){for(var F=0,D;D=A[F];F++){if(H.parentNode==D){return[H]}}}else{if(C=="descendant"){for(var F=0,D;D=A[F];F++){if(Element.descendantOf(H,D)){return[H]}}}else{if(C=="adjacent"){for(var F=0,D;D=A[F];F++){if(Selector.handlers.previousElementSibling(H)==D){return[H]}}}else{A=G[C](A)}}}}for(var F=0,D;D=A[F];F++){if(D==H){return[H]}}return[]}return(H&&Element.descendantOf(H,I))?[H]:[]},className:function(B,A,C,D){if(B&&D){B=this[D](B)}return Selector.handlers.byClassName(B,A,C)},byClassName:function(C,B,F){if(!C){C=Selector.handlers.descendant([B])}var H=" "+F+" ";for(var E=0,D=[],G,A;G=C[E];E++){A=G.className;if(A.length==0){continue}if(A==F||(" "+A+" ").include(H)){D.push(G)}}return D},attrPresence:function(C,B,A,G){if(!C){C=B.getElementsByTagName("*")}if(C&&G){C=this[G](C)}var E=[];for(var D=0,F;F=C[D];D++){if(Element.hasAttribute(F,A)){E.push(F)}}return E},attr:function(A,I,H,J,C,B){if(!A){A=I.getElementsByTagName("*")}if(A&&B){A=this[B](A)}var K=Selector.operators[C],F=[];for(var E=0,D;D=A[E];E++){var G=Element.readAttribute(D,H);if(G===null){continue}if(K(G,J)){F.push(D)}}return F},pseudo:function(B,C,E,A,D){if(B&&D){B=this[D](B)}if(!B){B=A.getElementsByTagName("*")}return Selector.pseudos[C](B,E,A)}},pseudos:{"first-child":function(B,F,A){for(var D=0,C=[],E;E=B[D];D++){if(Selector.handlers.previousElementSibling(E)){continue}C.push(E)}return C},"last-child":function(B,F,A){for(var D=0,C=[],E;E=B[D];D++){if(Selector.handlers.nextElementSibling(E)){continue}C.push(E)}return C},"only-child":function(B,G,A){var E=Selector.handlers;for(var D=0,C=[],F;F=B[D];D++){if(!E.previousElementSibling(F)&&!E.nextElementSibling(F)){C.push(F)}}return C},"nth-child":function(B,C,A){return Selector.pseudos.nth(B,C,A)},"nth-last-child":function(B,C,A){return Selector.pseudos.nth(B,C,A,true)},"nth-of-type":function(B,C,A){return Selector.pseudos.nth(B,C,A,false,true)},"nth-last-of-type":function(B,C,A){return Selector.pseudos.nth(B,C,A,true,true)},"first-of-type":function(B,C,A){return Selector.pseudos.nth(B,"1",A,false,true)},"last-of-type":function(B,C,A){return Selector.pseudos.nth(B,"1",A,true,true)},"only-of-type":function(B,D,A){var C=Selector.pseudos;return C["last-of-type"](C["first-of-type"](B,D,A),D,A)},getIndices:function(B,A,C){if(B==0){return A>0?[A]:[]}return $R(1,C).inject([],function(D,E){if(0==(E-A)%B&&(E-A)/B>=0){D.push(E)}return D})},nth:function(A,L,N,K,C){if(A.length==0){return[]}if(L=="even"){L="2n+0"}if(L=="odd"){L="2n+1"}var J=Selector.handlers,I=[],B=[],E;J.mark(A);for(var H=0,D;D=A[H];H++){if(!D.parentNode._countedByPrototype){J.index(D.parentNode,K,C);B.push(D.parentNode)}}if(L.match(/^\d+$/)){L=Number(L);for(var H=0,D;D=A[H];H++){if(D.nodeIndex==L){I.push(D)}}}else{if(E=L.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(E[1]=="-"){E[1]=-1}var O=E[1]?Number(E[1]):1;var M=E[2]?Number(E[2]):0;var P=Selector.pseudos.getIndices(O,M,A.length);for(var H=0,D,F=P.length;D=A[H];H++){for(var G=0;G<F;G++){if(D.nodeIndex==P[G]){I.push(D)}}}}}J.unmark(A);J.unmark(B);return I},empty:function(B,F,A){for(var D=0,C=[],E;E=B[D];D++){if(E.tagName=="!"||E.firstChild){continue}C.push(E)}return C},not:function(A,D,I){var G=Selector.handlers,J,C;var H=new Selector(D).findElements(I);G.mark(H);for(var F=0,E=[],B;B=A[F];F++){if(!B._countedByPrototype){E.push(B)}}G.unmark(H);return E},enabled:function(B,F,A){for(var D=0,C=[],E;E=B[D];D++){if(!E.disabled&&(!E.type||E.type!=="hidden")){C.push(E)}}return C},disabled:function(B,F,A){for(var D=0,C=[],E;E=B[D];D++){if(E.disabled){C.push(E)}}return C},checked:function(B,F,A){for(var D=0,C=[],E;E=B[D];D++){if(E.checked){C.push(E)}}return C}},operators:{"=":function(B,A){return B==A},"!=":function(B,A){return B!=A},"^=":function(B,A){return B==A||B&&B.startsWith(A)},"$=":function(B,A){return B==A||B&&B.endsWith(A)},"*=":function(B,A){return B==A||B&&B.include(A)},"~=":function(B,A){return(" "+B+" ").include(" "+A+" ")},"|=":function(B,A){return("-"+(B||"").toUpperCase()+"-").include("-"+(A||"").toUpperCase()+"-")}},split:function(B){var A=[];B.scan(/(([\w#:.~>+()\s-]+|\*|\[.*?\])+)\s*(,|$)/,function(C){A.push(C[1].strip())});return A},matchElements:function(F,G){var E=$$(G),D=Selector.handlers;D.mark(E);for(var C=0,B=[],A;A=F[C];C++){if(A._countedByPrototype){B.push(A)}}D.unmark(E);return B},findElement:function(B,C,A){if(Object.isNumber(C)){A=C;C=false}return Selector.matchElements(B,C||"*")[A||0]},findChildElements:function(E,G){G=Selector.split(G.join(","));var D=[],F=Selector.handlers;for(var C=0,B=G.length,A;C<B;C++){A=new Selector(G[C].strip());F.concat(D,A.findElements(E))}return(B>1)?F.unique(D):D}});if(Prototype.Browser.IE){Object.extend(Selector.handlers,{concat:function(B,A){for(var C=0,D;D=A[C];C++){if(D.tagName!=="!"){B.push(D)}}return B}})}function $$(){return Selector.findChildElements(document,$A(arguments))}var Form={reset:function(A){A=$(A);A.reset();return A},serializeElements:function(G,B){if(typeof B!="object"){B={hash:!!B}}else{if(Object.isUndefined(B.hash)){B.hash=true}}var C,F,A=false,E=B.submit;var D=G.inject({},function(H,I){if(!I.disabled&&I.name){C=I.name;F=$(I).getValue();if(F!=null&&I.type!="file"&&(I.type!="submit"||(!A&&E!==false&&(!E||C==E)&&(A=true)))){if(C in H){if(!Object.isArray(H[C])){H[C]=[H[C]]}H[C].push(F)}else{H[C]=F}}}return H});return B.hash?D:Object.toQueryString(D)}};Form.Methods={serialize:function(B,A){return Form.serializeElements(Form.getElements(B),A)},getElements:function(E){var F=$(E).getElementsByTagName("*"),D,A=[],C=Form.Element.Serializers;for(var B=0;D=F[B];B++){A.push(D)}return A.inject([],function(G,H){if(C[H.tagName.toLowerCase()]){G.push(Element.extend(H))}return G})},getInputs:function(G,C,D){G=$(G);var A=G.getElementsByTagName("input");if(!C&&!D){return $A(A).map(Element.extend)}for(var E=0,H=[],F=A.length;E<F;E++){var B=A[E];if((C&&B.type!=C)||(D&&B.name!=D)){continue}H.push(Element.extend(B))}return H},disable:function(A){A=$(A);Form.getElements(A).invoke("disable");return A},enable:function(A){A=$(A);Form.getElements(A).invoke("enable");return A},findFirstElement:function(B){var C=$(B).getElements().findAll(function(D){return"hidden"!=D.type&&!D.disabled});var A=C.findAll(function(D){return D.hasAttribute("tabIndex")&&D.tabIndex>=0}).sortBy(function(D){return D.tabIndex}).first();return A?A:C.find(function(D){return/^(?:input|select|textarea)$/i.test(D.tagName)})},focusFirstElement:function(A){A=$(A);A.findFirstElement().activate();return A},request:function(B,A){B=$(B),A=Object.clone(A||{});var D=A.parameters,C=B.readAttribute("action")||"";if(C.blank()){C=window.location.href}A.parameters=B.serialize(true);if(D){if(Object.isString(D)){D=D.toQueryParams()}Object.extend(A.parameters,D)}if(B.hasAttribute("method")&&!A.method){A.method=B.method}return new Ajax.Request(C,A)}};Form.Element={focus:function(A){$(A).focus();return A},select:function(A){$(A).select();return A}};Form.Element.Methods={serialize:function(A){A=$(A);if(!A.disabled&&A.name){var B=A.getValue();if(B!=undefined){var C={};C[A.name]=B;return Object.toQueryString(C)}}return""},getValue:function(A){A=$(A);var B=A.tagName.toLowerCase();return Form.Element.Serializers[B](A)},setValue:function(A,B){A=$(A);var C=A.tagName.toLowerCase();Form.Element.Serializers[C](A,B);return A},clear:function(A){$(A).value="";return A},present:function(A){return $(A).value!=""},activate:function(A){A=$(A);try{A.focus();if(A.select&&(A.tagName.toLowerCase()!="input"||!(/^(?:button|reset|submit)$/i.test(A.type)))){A.select()}}catch(B){}return A},disable:function(A){A=$(A);A.disabled=true;return A},enable:function(A){A=$(A);A.disabled=false;return A}};var Field=Form.Element;var $F=Form.Element.Methods.getValue;Form.Element.Serializers={input:function(A,B){switch(A.type.toLowerCase()){case"checkbox":case"radio":return Form.Element.Serializers.inputSelector(A,B);default:return Form.Element.Serializers.textarea(A,B)}},inputSelector:function(A,B){if(Object.isUndefined(B)){return A.checked?A.value:null}else{A.checked=!!B}},textarea:function(A,B){if(Object.isUndefined(B)){return A.value}else{A.value=B}},select:function(C,F){if(Object.isUndefined(F)){return this[C.type=="select-one"?"selectOne":"selectMany"](C)}else{var B,D,G=!Object.isArray(F);for(var A=0,E=C.length;A<E;A++){B=C.options[A];D=this.optionValue(B);if(G){if(D==F){B.selected=true;return}}else{B.selected=F.include(D)}}}},selectOne:function(B){var A=B.selectedIndex;return A>=0?this.optionValue(B.options[A]):null},selectMany:function(D){var A,E=D.length;if(!E){return null}for(var C=0,A=[];C<E;C++){var B=D.options[C];if(B.selected){A.push(this.optionValue(B))}}return A},optionValue:function(A){return Element.extend(A).hasAttribute("value")?A.value:A.text}};Abstract.TimedObserver=Class.create(PeriodicalExecuter,{initialize:function($super,A,B,C){$super(C,B);this.element=$(A);this.lastValue=this.getValue()},execute:function(){var A=this.getValue();if(Object.isString(this.lastValue)&&Object.isString(A)?this.lastValue!=A:String(this.lastValue)!=String(A)){this.callback(this.element,A);this.lastValue=A}}});Form.Element.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.serialize(this.element)}});Abstract.EventObserver=Class.create({initialize:function(A,B){this.element=$(A);this.callback=B;this.lastValue=this.getValue();if(this.element.tagName.toLowerCase()=="form"){this.registerFormCallbacks()}else{this.registerCallback(this.element)}},onElementEvent:function(){var A=this.getValue();if(this.lastValue!=A){this.callback(this.element,A);this.lastValue=A}},registerFormCallbacks:function(){Form.getElements(this.element).each(this.registerCallback,this)},registerCallback:function(A){if(A.type){switch(A.type.toLowerCase()){case"checkbox":case"radio":Event.observe(A,"click",this.onElementEvent.bind(this));break;default:Event.observe(A,"change",this.onElementEvent.bind(this));break}}}});Form.Element.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.serialize(this.element)}});(function(){var V={KEY_BACKSPACE:8,KEY_TAB:9,KEY_RETURN:13,KEY_ESC:27,KEY_LEFT:37,KEY_UP:38,KEY_RIGHT:39,KEY_DOWN:40,KEY_DELETE:46,KEY_HOME:36,KEY_END:35,KEY_PAGEUP:33,KEY_PAGEDOWN:34,KEY_INSERT:45,cache:{}};var E=document.documentElement;var W="onmouseenter"in E&&"onmouseleave"in E;var O;if(Prototype.Browser.IE){var H={0:1,1:4,2:2};O=function(Y,X){return Y.button===H[X]}}else{if(Prototype.Browser.WebKit){O=function(Y,X){switch(X){case 0:return Y.which==1&&!Y.metaKey;case 1:return Y.which==1&&Y.metaKey;default:return false}}}else{O=function(Y,X){return Y.which?(Y.which===X+1):(Y.button===X)}}}function R(X){return O(X,0)}function Q(X){return O(X,1)}function K(X){return O(X,2)}function C(Z){Z=V.extend(Z);var Y=Z.target,X=Z.type,a=Z.currentTarget;if(a&&a.tagName){if(X==="load"||X==="error"||(X==="click"&&a.tagName.toLowerCase()==="input"&&a.type==="radio")){Y=a}}if(Y.nodeType==Node.TEXT_NODE){Y=Y.parentNode}return Element.extend(Y)}function M(Y,a){var X=V.element(Y);if(!a){return X}var Z=[X].concat(X.ancestors());return Selector.findElement(Z,a,0)}function P(X){return{x:B(X),y:A(X)}}function B(Z){var Y=document.documentElement,X=document.body||{scrollLeft:0};return Z.pageX||(Z.clientX+(Y.scrollLeft||X.scrollLeft)-(Y.clientLeft||0))}function A(Z){var Y=document.documentElement,X=document.body||{scrollTop:0};return Z.pageY||(Z.clientY+(Y.scrollTop||X.scrollTop)-(Y.clientTop||0))}function N(X){V.extend(X);X.preventDefault();X.stopPropagation();X.stopped=true}V.Methods={isLeftClick:R,isMiddleClick:Q,isRightClick:K,element:C,findElement:M,pointer:P,pointerX:B,pointerY:A,stop:N};var T=Object.keys(V.Methods).inject({},function(X,Y){X[Y]=V.Methods[Y].methodize();return X});if(Prototype.Browser.IE){function G(Y){var X;switch(Y.type){case"mouseover":X=Y.fromElement;break;case"mouseout":X=Y.toElement;break;default:return null}return Element.extend(X)}Object.extend(T,{stopPropagation:function(){this.cancelBubble=true},preventDefault:function(){this.returnValue=false},inspect:function(){return"[object Event]"}});V.extend=function(Y,X){if(!Y){return false}if(Y._extendedByPrototype){return Y}Y._extendedByPrototype=Prototype.emptyFunction;var Z=V.pointer(Y);Object.extend(Y,{target:Y.srcElement||X,relatedTarget:G(Y),pageX:Z.x,pageY:Z.y});return Object.extend(Y,T)}}else{V.prototype=window.Event.prototype||document.createEvent("HTMLEvents").__proto__;Object.extend(V.prototype,T);V.extend=Prototype.K}function L(b,a,c){var Z=Element.retrieve(b,"prototype_event_registry");if(Object.isUndefined(Z)){D.push(b);Z=Element.retrieve(b,"prototype_event_registry",$H())}var X=Z.get(a);if(Object.isUndefined(X)){X=[];Z.set(a,X)}if(X.pluck("handler").include(c)){return false}var Y;if(a.include(":")){Y=function(d){if(Object.isUndefined(d.eventName)){return false}if(d.eventName!==a){return false}V.extend(d,b);c.call(b,d)}}else{if(!W&&(a==="mouseenter"||a==="mouseleave")){if(a==="mouseenter"||a==="mouseleave"){Y=function(f){V.extend(f,b);var d=f.relatedTarget;while(d&&d!==b){try{d=d.parentNode}catch(g){d=b}}if(d===b){return}c.call(b,f)}}}else{Y=function(d){V.extend(d,b);c.call(b,d)}}}Y.handler=c;X.push(Y);return Y}function F(){for(var X=0,Y=D.length;X<Y;X++){V.stopObserving(D[X]);D[X]=null}}var D=[];if(Prototype.Browser.IE){window.attachEvent("onunload",F)}if(Prototype.Browser.WebKit){window.addEventListener("unload",Prototype.emptyFunction,false)}var J=Prototype.K;if(!W){J=function(Y){var X={mouseenter:"mouseover",mouseleave:"mouseout"};return Y in X?X[Y]:Y}}function S(a,Z,b){a=$(a);var Y=L(a,Z,b);if(!Y){return a}if(Z.include(":")){if(a.addEventListener){a.addEventListener("dataavailable",Y,false)}else{a.attachEvent("ondataavailable",Y);a.attachEvent("onfilterchange",Y)}}else{var X=J(Z);if(a.addEventListener){a.addEventListener(X,Y,false)}else{a.attachEvent("on"+X,Y)}}return a}function I(c,a,d){c=$(c);var Z=Element.retrieve(c,"prototype_event_registry");if(Object.isUndefined(Z)){return c}if(a&&!d){var b=Z.get(a);if(Object.isUndefined(b)){return c}b.each(function(e){Element.stopObserving(c,a,e.handler)});return c}else{if(!a){Z.each(function(g){var e=g.key,f=g.value;f.each(function(h){Element.stopObserving(c,e,h.handler)})});return c}}var b=Z.get(a);if(!b){return}var Y=b.find(function(e){return e.handler===d});if(!Y){return c}var X=J(a);if(a.include(":")){if(c.removeEventListener){c.removeEventListener("dataavailable",Y,false)}else{c.detachEvent("ondataavailable",Y);c.detachEvent("onfilterchange",Y)}}else{if(c.removeEventListener){c.removeEventListener(X,Y,false)}else{c.detachEvent("on"+X,Y)}}Z.set(a,b.without(Y));return c}function U(a,Z,Y,X){a=$(a);if(Object.isUndefined(X)){X=true}if(a==document&&document.createEvent&&!a.dispatchEvent){a=document.documentElement}var b;if(document.createEvent){b=document.createEvent("HTMLEvents");b.initEvent("dataavailable",true,true)}else{b=document.createEventObject();b.eventType=X?"ondataavailable":"onfilterchange"}b.eventName=Z;b.memo=Y||{};if(document.createEvent){a.dispatchEvent(b)}else{a.fireEvent(b.eventType,b)}return V.extend(b)}Object.extend(V,V.Methods);Object.extend(V,{fire:U,observe:S,stopObserving:I});Element.addMethods({fire:U,observe:S,stopObserving:I});Object.extend(document,{fire:U.methodize(),observe:S.methodize(),stopObserving:I.methodize(),loaded:false});if(window.Event){Object.extend(window.Event,V)}else{window.Event=V}})();(function(){var D;function A(){if(document.loaded){return}if(D){window.clearTimeout(D)}document.loaded=true;document.fire("dom:loaded")}function C(){if(document.readyState==="complete"){document.stopObserving("readystatechange",C);A()}}function B(){try{document.documentElement.doScroll("left")}catch(E){D=B.defer();return}A()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",A,false)}else{document.observe("readystatechange",C);if(window==top){D=B.defer()}}Event.observe(window,"load",A)})();Element.addMethods();Hash.toQueryString=Object.toQueryString;var Toggle={display:Element.toggle};Element.Methods.childOf=Element.Methods.descendantOf;var Insertion={Before:function(A,B){return Element.insert(A,{before:B})},Top:function(A,B){return Element.insert(A,{top:B})},Bottom:function(A,B){return Element.insert(A,{bottom:B})},After:function(A,B){return Element.insert(A,{after:B})}};var $continue=new Error('"throw $continue" is deprecated, use "return" instead');var Position={includeScrollOffsets:false,prepare:function(){this.deltaX=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;this.deltaY=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0},within:function(B,A,C){if(this.includeScrollOffsets){return this.withinIncludingScrolloffsets(B,A,C)}this.xcomp=A;this.ycomp=C;this.offset=Element.cumulativeOffset(B);return(C>=this.offset[1]&&C<this.offset[1]+B.offsetHeight&&A>=this.offset[0]&&A<this.offset[0]+B.offsetWidth)},withinIncludingScrolloffsets:function(B,A,D){var C=Element.cumulativeScrollOffset(B);this.xcomp=A+C[0]-this.deltaX;this.ycomp=D+C[1]-this.deltaY;this.offset=Element.cumulativeOffset(B);return(this.ycomp>=this.offset[1]&&this.ycomp<this.offset[1]+B.offsetHeight&&this.xcomp>=this.offset[0]&&this.xcomp<this.offset[0]+B.offsetWidth)},overlap:function(B,A){if(!B){return 0}if(B=="vertical"){return((this.offset[1]+A.offsetHeight)-this.ycomp)/A.offsetHeight}if(B=="horizontal"){return((this.offset[0]+A.offsetWidth)-this.xcomp)/A.offsetWidth}},cumulativeOffset:Element.Methods.cumulativeOffset,positionedOffset:Element.Methods.positionedOffset,absolutize:function(A){Position.prepare();return Element.absolutize(A)},relativize:function(A){Position.prepare();return Element.relativize(A)},realOffset:Element.Methods.cumulativeScrollOffset,offsetParent:Element.Methods.getOffsetParent,page:Element.Methods.viewportOffset,clone:function(B,C,A){A=A||{};return Element.clonePosition(C,B,A)}};if(!document.getElementsByClassName){document.getElementsByClassName=function(B){function A(C){return C.blank()?null:"[contains(concat(' ', @class, ' '), ' "+C+" ')]"}B.getElementsByClassName=Prototype.BrowserFeatures.XPath?function(C,E){E=E.toString().strip();var D=/\s/.test(E)?$w(E).map(A).join(""):A(E);return D?document._getElementsByXPath(".//*"+D,C):[]}:function(E,F){F=F.toString().strip();var G=[],H=(/\s/.test(F)?$w(F):null);if(!H&&!F){return G}var C=$(E).getElementsByTagName("*");F=" "+F+" ";for(var D=0,J,I;J=C[D];D++){if(J.className&&(I=" "+J.className+" ")&&(I.include(F)||(H&&H.all(function(K){return!K.toString().blank()&&I.include(" "+K+" ")})))){G.push(Element.extend(J))}}return G};return function(D,C){return $(C||document.body).getElementsByClassName(D)}}(Element.Methods)}Element.ClassNames=Class.create();Element.ClassNames.prototype={initialize:function(A){this.element=$(A)},_each:function(A){this.element.className.split(/\s+/).select(function(B){return B.length>0})._each(A)},set:function(A){this.element.className=A},add:function(A){if(this.include(A)){return}this.set($A(this).concat(A).join(" "))},remove:function(A){if(!this.include(A)){return}this.set($A(this).without(A).join(" "))},toString:function(){return $A(this).join(" ")}};Object.extend(Element.ClassNames.prototype,Enumerable);var Scriptaculous={Version:"1.8.3",require:function(B){try{document.write('<script type="text/javascript" src="'+B+'"><\/script>')}catch(C){var A=document.createElement("script");A.type="text/javascript";A.src=B;document.getElementsByTagName("head")[0].appendChild(A)}},REQUIRED_PROTOTYPE:"1.6.0.3",load:function(){function A(B){var C=B.replace(/_.*|\./g,"");C=parseInt(C+"0".times(4-C.length));return B.indexOf("_")>-1?C-1:C}if((typeof Prototype=="undefined")||(typeof Element=="undefined")||(typeof Element.Methods=="undefined")||(A(Prototype.Version)<A(Scriptaculous.REQUIRED_PROTOTYPE))){throw("script.aculo.us requires the Prototype JavaScript framework >= "+Scriptaculous.REQUIRED_PROTOTYPE)}}};Scriptaculous.load();var Builder={NODEMAP:{AREA:"map",CAPTION:"table",COL:"table",COLGROUP:"table",LEGEND:"fieldset",OPTGROUP:"select",OPTION:"select",PARAM:"object",TBODY:"table",TD:"table",TFOOT:"table",TH:"table",THEAD:"table",TR:"table"},node:function(A){A=A.toUpperCase();var F=this.NODEMAP[A]||"div";var B=document.createElement(F);try{B.innerHTML="<"+A+"></"+A+">"}catch(E){}var D=B.firstChild||null;if(D&&(D.tagName.toUpperCase()!=A)){D=D.getElementsByTagName(A)[0]}if(!D){D=document.createElement(A)}if(!D){return}if(arguments[1]){if(this._isStringOrNumber(arguments[1])||(arguments[1]instanceof Array)||arguments[1].tagName){this._children(D,arguments[1])}else{var C=this._attributes(arguments[1]);if(C.length){try{B.innerHTML="<"+A+" "+C+"></"+A+">"}catch(E){}D=B.firstChild||null;if(!D){D=document.createElement(A);for(attr in arguments[1]){D[attr=="class"?"className":attr]=arguments[1][attr]}}if(D.tagName.toUpperCase()!=A){D=B.getElementsByTagName(A)[0]}}}}if(arguments[2]){this._children(D,arguments[2])}return $(D)},_text:function(A){return document.createTextNode(A)},ATTR_MAP:{className:"class",htmlFor:"for"},_attributes:function(A){var B=[];for(attribute in A){B.push((attribute in this.ATTR_MAP?this.ATTR_MAP[attribute]:attribute)+'="'+A[attribute].toString().escapeHTML().gsub(/"/,"&quot;")+'"')}return B.join(" ")},_children:function(B,A){if(A.tagName){B.appendChild(A);return}if(typeof A=="object"){A.flatten().each(function(C){if(typeof C=="object"){B.appendChild(C)}else{if(Builder._isStringOrNumber(C)){B.appendChild(Builder._text(C))}}})}else{if(Builder._isStringOrNumber(A)){B.appendChild(Builder._text(A))}}},_isStringOrNumber:function(A){return(typeof A=="string"||typeof A=="number")},build:function(B){var A=this.node("div");$(A).update(B.strip());return A.down()},dump:function(B){if(typeof B!="object"&&typeof B!="function"){B=window}var A=("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP DD DEL DFN DIR DIV DL DT EM FIELDSET FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 HEAD HR HTML I IFRAME IMG INPUT INS ISINDEX KBD LABEL LEGEND LI LINK MAP MENU META NOFRAMES NOSCRIPT OBJECT OL OPTGROUP OPTION P PARAM PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG STYLE SUB SUP TABLE TBODY TD TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR").split(/\s+/);A.each(function(C){B[C]=function(){return Builder.node.apply(Builder,[C].concat($A(arguments)))}})}};String.prototype.parseColor=function(){var A="#";if(this.slice(0,4)=="rgb("){var C=this.slice(4,this.length-1).split(",");var B=0;do{A+=parseInt(C[B]).toColorPart()}while(++B<3)}else{if(this.slice(0,1)=="#"){if(this.length==4){for(var B=1;B<4;B++){A+=(this.charAt(B)+this.charAt(B)).toLowerCase()}}if(this.length==7){A=this.toLowerCase()}}}return(A.length==7?A:(arguments[0]||this))};Element.collectTextNodes=function(A){return $A($(A).childNodes).collect(function(B){return(B.nodeType==3?B.nodeValue:(B.hasChildNodes()?Element.collectTextNodes(B):""))}).flatten().join("")};Element.collectTextNodesIgnoreClass=function(A,B){return $A($(A).childNodes).collect(function(C){return(C.nodeType==3?C.nodeValue:((C.hasChildNodes()&&!Element.hasClassName(C,B))?Element.collectTextNodesIgnoreClass(C,B):""))}).flatten().join("")};Element.setContentZoom=function(A,B){A=$(A);A.setStyle({fontSize:(B/100)+"em"});if(Prototype.Browser.WebKit){window.scrollBy(0,0)}return A};Element.getInlineOpacity=function(A){return $(A).style.opacity||""};Element.forceRerendering=function(A){try{A=$(A);var C=document.createTextNode(" ");A.appendChild(C);A.removeChild(C)}catch(B){}};var Effect={_elementDoesNotExistError:{name:"ElementDoesNotExistError",message:"The specified DOM element does not exist, but is required for this effect to operate"},Transitions:{linear:Prototype.K,sinoidal:function(A){return(-Math.cos(A*Math.PI)/2)+0.5},reverse:function(A){return 1-A},flicker:function(A){var A=((-Math.cos(A*Math.PI)/4)+0.75)+Math.random()/4;return A>1?1:A},wobble:function(A){return(-Math.cos(A*Math.PI*(9*A))/2)+0.5},pulse:function(B,A){return(-Math.cos((B*((A||5)-0.5)*2)*Math.PI)/2)+0.5},spring:function(A){return 1-(Math.cos(A*4.5*Math.PI)*Math.exp(-A*6))},none:function(A){return 0},full:function(A){return 1}},DefaultOptions:{duration:1,fps:100,sync:false,from:0,to:1,delay:0,queue:"parallel"},tagifyText:function(A){var B="position:relative";if(Prototype.Browser.IE){B+=";zoom:1"}A=$(A);$A(A.childNodes).each(function(C){if(C.nodeType==3){C.nodeValue.toArray().each(function(D){A.insertBefore(new Element("span",{style:B}).update(D==" "?String.fromCharCode(160):D),C)});Element.remove(C)}})},multiple:function(B,C){var E;if(((typeof B=="object")||Object.isFunction(B))&&(B.length)){E=B}else{E=$(B).childNodes}var A=Object.extend({speed:0.1,delay:0},arguments[2]||{});var D=A.delay;$A(E).each(function(G,F){new C(G,Object.extend(A,{delay:F*A.speed+D}))})},PAIRS:{slide:["SlideDown","SlideUp"],blind:["BlindDown","BlindUp"],appear:["Appear","Fade"]},toggle:function(B,C,A){B=$(B);C=(C||"appear").toLowerCase();return Effect[Effect.PAIRS[C][B.visible()?1:0]](B,Object.extend({queue:{position:"end",scope:(B.id||"global"),limit:1}},A||{}))}};Effect.DefaultOptions.transition=Effect.Transitions.sinoidal;Effect.ScopedQueue=Class.create(Enumerable,{initialize:function(){this.effects=[];this.interval=null},_each:function(A){this.effects._each(A)},add:function(B){var C=new Date().getTime();var A=Object.isString(B.options.queue)?B.options.queue:B.options.queue.position;switch(A){case"front":this.effects.findAll(function(D){return D.state=="idle"}).each(function(D){D.startOn+=B.finishOn;D.finishOn+=B.finishOn});break;case"with-last":C=this.effects.pluck("startOn").max()||C;break;case"end":C=this.effects.pluck("finishOn").max()||C;break}B.startOn+=C;B.finishOn+=C;if(!B.options.queue.limit||(this.effects.length<B.options.queue.limit)){this.effects.push(B)}if(!this.interval){this.interval=setInterval(this.loop.bind(this),15)}},remove:function(A){this.effects=this.effects.reject(function(B){return B==A});if(this.effects.length==0){clearInterval(this.interval);this.interval=null}},loop:function(){var C=new Date().getTime();for(var B=0,A=this.effects.length;B<A;B++){this.effects[B]&&this.effects[B].loop(C)}}});Effect.Queues={instances:$H(),get:function(A){if(!Object.isString(A)){return A}return this.instances.get(A)||this.instances.set(A,new Effect.ScopedQueue())}};Effect.Queue=Effect.Queues.get("global");Effect.Base=Class.create({position:null,start:function(A){if(A&&A.transition===false){A.transition=Effect.Transitions.linear}this.options=Object.extend(Object.extend({},Effect.DefaultOptions),A||{});this.currentFrame=0;this.state="idle";this.startOn=this.options.delay*1000;this.finishOn=this.startOn+(this.options.duration*1000);this.fromToDelta=this.options.to-this.options.from;this.totalTime=this.finishOn-this.startOn;this.totalFrames=this.options.fps*this.options.duration;this.render=(function(){function B(D,C){if(D.options[C+"Internal"]){D.options[C+"Internal"](D)}if(D.options[C]){D.options[C](D)}}return function(C){if(this.state==="idle"){this.state="running";B(this,"beforeSetup");if(this.setup){this.setup()}B(this,"afterSetup")}if(this.state==="running"){C=(this.options.transition(C)*this.fromToDelta)+this.options.from;this.position=C;B(this,"beforeUpdate");if(this.update){this.update(C)}B(this,"afterUpdate")}}})();this.event("beforeStart");if(!this.options.sync){Effect.Queues.get(Object.isString(this.options.queue)?"global":this.options.queue.scope).add(this)}},loop:function(C){if(C>=this.startOn){if(C>=this.finishOn){this.render(1);this.cancel();this.event("beforeFinish");if(this.finish){this.finish()}this.event("afterFinish");return}var B=(C-this.startOn)/this.totalTime,A=(B*this.totalFrames).round();if(A>this.currentFrame){this.render(B);this.currentFrame=A}}},cancel:function(){if(!this.options.sync){Effect.Queues.get(Object.isString(this.options.queue)?"global":this.options.queue.scope).remove(this)}this.state="finished"},event:function(A){if(this.options[A+"Internal"]){this.options[A+"Internal"](this)}if(this.options[A]){this.options[A](this)}},inspect:function(){var A=$H();for(property in this){if(!Object.isFunction(this[property])){A.set(property,this[property])}}return"#<Effect:"+A.inspect()+",options:"+$H(this.options).inspect()+">"}});Effect.Parallel=Class.create(Effect.Base,{initialize:function(A){this.effects=A||[];this.start(arguments[1])},update:function(A){this.effects.invoke("render",A)},finish:function(A){this.effects.each(function(B){B.render(1);B.cancel();B.event("beforeFinish");if(B.finish){B.finish(A)}B.event("afterFinish")})}});Effect.Tween=Class.create(Effect.Base,{initialize:function(C,F,E){C=Object.isString(C)?$(C):C;var B=$A(arguments),D=B.last(),A=B.length==5?B[3]:null;this.method=Object.isFunction(D)?D.bind(C):Object.isFunction(C[D])?C[D].bind(C):function(G){C[D]=G};this.start(Object.extend({from:F,to:E},A||{}))},update:function(A){this.method(A)}});Effect.Event=Class.create(Effect.Base,{initialize:function(){this.start(Object.extend({duration:0},arguments[0]||{}))},update:Prototype.emptyFunction});Effect.Opacity=Class.create(Effect.Base,{initialize:function(B){this.element=$(B);if(!this.element){throw(Effect._elementDoesNotExistError)}if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout)){this.element.setStyle({zoom:1})}var A=Object.extend({from:this.element.getOpacity()||0,to:1},arguments[1]||{});this.start(A)},update:function(A){this.element.setOpacity(A)}});Effect.Move=Class.create(Effect.Base,{initialize:function(B){this.element=$(B);if(!this.element){throw(Effect._elementDoesNotExistError)}var A=Object.extend({x:0,y:0,mode:"relative"},arguments[1]||{});this.start(A)},setup:function(){this.element.makePositioned();this.originalLeft=parseFloat(this.element.getStyle("left")||"0");this.originalTop=parseFloat(this.element.getStyle("top")||"0");if(this.options.mode=="absolute"){this.options.x=this.options.x-this.originalLeft;this.options.y=this.options.y-this.originalTop}},update:function(A){this.element.setStyle({left:(this.options.x*A+this.originalLeft).round()+"px",top:(this.options.y*A+this.originalTop).round()+"px"})}});Effect.MoveBy=function(B,A,C){return new Effect.Move(B,Object.extend({x:C,y:A},arguments[3]||{}))};Effect.Scale=Class.create(Effect.Base,{initialize:function(B,C){this.element=$(B);if(!this.element){throw(Effect._elementDoesNotExistError)}var A=Object.extend({scaleX:true,scaleY:true,scaleContent:true,scaleFromCenter:false,scaleMode:"box",scaleFrom:100,scaleTo:C},arguments[2]||{});this.start(A)},setup:function(){this.restoreAfterFinish=this.options.restoreAfterFinish||false;this.elementPositioning=this.element.getStyle("position");this.originalStyle={};["top","left","width","height","fontSize"].each(function(B){this.originalStyle[B]=this.element.style[B]}.bind(this));this.originalTop=this.element.offsetTop;this.originalLeft=this.element.offsetLeft;var A=this.element.getStyle("font-size")||"100%";["em","px","%","pt"].each(function(B){if(A.indexOf(B)>0){this.fontSize=parseFloat(A);this.fontSizeType=B}}.bind(this));this.factor=(this.options.scaleTo-this.options.scaleFrom)/100;this.dims=null;if(this.options.scaleMode=="box"){this.dims=[this.element.offsetHeight,this.element.offsetWidth]}if(/^content/.test(this.options.scaleMode)){this.dims=[this.element.scrollHeight,this.element.scrollWidth]}if(!this.dims){this.dims=[this.options.scaleMode.originalHeight,this.options.scaleMode.originalWidth]}},update:function(A){var B=(this.options.scaleFrom/100)+(this.factor*A);if(this.options.scaleContent&&this.fontSize){this.element.setStyle({fontSize:this.fontSize*B+this.fontSizeType})}this.setDimensions(this.dims[0]*B,this.dims[1]*B)},finish:function(A){if(this.restoreAfterFinish){this.element.setStyle(this.originalStyle)}},setDimensions:function(A,D){var E={};if(this.options.scaleX){E.width=D.round()+"px"}if(this.options.scaleY){E.height=A.round()+"px"}if(this.options.scaleFromCenter){var C=(A-this.dims[0])/2;var B=(D-this.dims[1])/2;if(this.elementPositioning=="absolute"){if(this.options.scaleY){E.top=this.originalTop-C+"px"}if(this.options.scaleX){E.left=this.originalLeft-B+"px"}}else{if(this.options.scaleY){E.top=-C+"px"}if(this.options.scaleX){E.left=-B+"px"}}}this.element.setStyle(E)}});Effect.Highlight=Class.create(Effect.Base,{initialize:function(B){this.element=$(B);if(!this.element){throw(Effect._elementDoesNotExistError)}var A=Object.extend({startcolor:"#ffff99"},arguments[1]||{});this.start(A)},setup:function(){if(this.element.getStyle("display")=="none"){this.cancel();return}this.oldStyle={};if(!this.options.keepBackgroundImage){this.oldStyle.backgroundImage=this.element.getStyle("background-image");this.element.setStyle({backgroundImage:"none"})}if(!this.options.endcolor){this.options.endcolor=this.element.getStyle("background-color").parseColor("#ffffff")}if(!this.options.restorecolor){this.options.restorecolor=this.element.getStyle("background-color")}this._base=$R(0,2).map(function(A){return parseInt(this.options.startcolor.slice(A*2+1,A*2+3),16)}.bind(this));this._delta=$R(0,2).map(function(A){return parseInt(this.options.endcolor.slice(A*2+1,A*2+3),16)-this._base[A]}.bind(this))},update:function(A){this.element.setStyle({backgroundColor:$R(0,2).inject("#",function(B,C,D){return B+((this._base[D]+(this._delta[D]*A)).round().toColorPart())}.bind(this))})},finish:function(){this.element.setStyle(Object.extend(this.oldStyle,{backgroundColor:this.options.restorecolor}))}});Effect.ScrollTo=function(C){var B=arguments[1]||{},A=document.viewport.getScrollOffsets(),D=$(C).cumulativeOffset();if(B.offset){D[1]+=B.offset}return new Effect.Tween(null,A.top,D[1],B,function(E){scrollTo(A.left,E.round())})};Effect.Fade=function(C){C=$(C);var A=C.getInlineOpacity();var B=Object.extend({from:C.getOpacity()||1,to:0,afterFinishInternal:function(D){if(D.options.to!=0){return}D.element.hide().setStyle({opacity:A})}},arguments[1]||{});return new Effect.Opacity(C,B)};Effect.Appear=function(B){B=$(B);var A=Object.extend({from:(B.getStyle("display")=="none"?0:B.getOpacity()||0),to:1,afterFinishInternal:function(C){C.element.forceRerendering()},beforeSetup:function(C){C.element.setOpacity(C.options.from).show()}},arguments[1]||{});return new Effect.Opacity(B,A)};Effect.Puff=function(B){B=$(B);var A={opacity:B.getInlineOpacity(),position:B.getStyle("position"),top:B.style.top,left:B.style.left,width:B.style.width,height:B.style.height};return new Effect.Parallel([new Effect.Scale(B,200,{sync:true,scaleFromCenter:true,scaleContent:true,restoreAfterFinish:true}),new Effect.Opacity(B,{sync:true,to:0})],Object.extend({duration:1,beforeSetupInternal:function(C){Position.absolutize(C.effects[0].element)},afterFinishInternal:function(C){C.effects[0].element.hide().setStyle(A)}},arguments[1]||{}))};Effect.BlindUp=function(A){A=$(A);A.makeClipping();return new Effect.Scale(A,0,Object.extend({scaleContent:false,scaleX:false,restoreAfterFinish:true,afterFinishInternal:function(B){B.element.hide().undoClipping()}},arguments[1]||{}))};Effect.BlindDown=function(B){B=$(B);var A=B.getDimensions();return new Effect.Scale(B,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:0,scaleMode:{originalHeight:A.height,originalWidth:A.width},restoreAfterFinish:true,afterSetup:function(C){C.element.makeClipping().setStyle({height:"0px"}).show()},afterFinishInternal:function(C){C.element.undoClipping()}},arguments[1]||{}))};Effect.SwitchOff=function(B){B=$(B);var A=B.getInlineOpacity();return new Effect.Appear(B,Object.extend({duration:0.4,from:0,transition:Effect.Transitions.flicker,afterFinishInternal:function(C){new Effect.Scale(C.element,1,{duration:0.3,scaleFromCenter:true,scaleX:false,scaleContent:false,restoreAfterFinish:true,beforeSetup:function(D){D.element.makePositioned().makeClipping()},afterFinishInternal:function(D){D.element.hide().undoClipping().undoPositioned().setStyle({opacity:A})}})}},arguments[1]||{}))};Effect.DropOut=function(B){B=$(B);var A={top:B.getStyle("top"),left:B.getStyle("left"),opacity:B.getInlineOpacity()};return new Effect.Parallel([new Effect.Move(B,{x:0,y:100,sync:true}),new Effect.Opacity(B,{sync:true,to:0})],Object.extend({duration:0.5,beforeSetup:function(C){C.effects[0].element.makePositioned()},afterFinishInternal:function(C){C.effects[0].element.hide().undoPositioned().setStyle(A)}},arguments[1]||{}))};Effect.Shake=function(D){D=$(D);var B=Object.extend({distance:20,duration:0.5},arguments[1]||{});var E=parseFloat(B.distance);var C=parseFloat(B.duration)/10;var A={top:D.getStyle("top"),left:D.getStyle("left")};return new Effect.Move(D,{x:E,y:0,duration:C,afterFinishInternal:function(F){new Effect.Move(F.element,{x:-E*2,y:0,duration:C*2,afterFinishInternal:function(G){new Effect.Move(G.element,{x:E*2,y:0,duration:C*2,afterFinishInternal:function(H){new Effect.Move(H.element,{x:-E*2,y:0,duration:C*2,afterFinishInternal:function(I){new Effect.Move(I.element,{x:E*2,y:0,duration:C*2,afterFinishInternal:function(J){new Effect.Move(J.element,{x:-E,y:0,duration:C,afterFinishInternal:function(K){K.element.undoPositioned().setStyle(A)}})}})}})}})}})}})};Effect.SlideDown=function(C){C=$(C).cleanWhitespace();var A=C.down().getStyle("bottom");var B=C.getDimensions();return new Effect.Scale(C,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:window.opera?0:1,scaleMode:{originalHeight:B.height,originalWidth:B.width},restoreAfterFinish:true,afterSetup:function(D){D.element.makePositioned();D.element.down().makePositioned();if(window.opera){D.element.setStyle({top:""})}D.element.makeClipping().setStyle({height:"0px"}).show()},afterUpdateInternal:function(D){D.element.down().setStyle({bottom:(D.dims[0]-D.element.clientHeight)+"px"})},afterFinishInternal:function(D){D.element.undoClipping().undoPositioned();D.element.down().undoPositioned().setStyle({bottom:A})}},arguments[1]||{}))};Effect.SlideUp=function(C){C=$(C).cleanWhitespace();var A=C.down().getStyle("bottom");var B=C.getDimensions();return new Effect.Scale(C,window.opera?0:1,Object.extend({scaleContent:false,scaleX:false,scaleMode:"box",scaleFrom:100,scaleMode:{originalHeight:B.height,originalWidth:B.width},restoreAfterFinish:true,afterSetup:function(D){D.element.makePositioned();D.element.down().makePositioned();if(window.opera){D.element.setStyle({top:""})}D.element.makeClipping().show()},afterUpdateInternal:function(D){D.element.down().setStyle({bottom:(D.dims[0]-D.element.clientHeight)+"px"})},afterFinishInternal:function(D){D.element.hide().undoClipping().undoPositioned();D.element.down().undoPositioned().setStyle({bottom:A})}},arguments[1]||{}))};Effect.Squish=function(A){return new Effect.Scale(A,window.opera?1:0,{restoreAfterFinish:true,beforeSetup:function(B){B.element.makeClipping()},afterFinishInternal:function(B){B.element.hide().undoClipping()}})};Effect.Grow=function(C){C=$(C);var B=Object.extend({direction:"center",moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.full},arguments[1]||{});var A={top:C.style.top,left:C.style.left,height:C.style.height,width:C.style.width,opacity:C.getInlineOpacity()};var G=C.getDimensions();var H,F;var E,D;switch(B.direction){case"top-left":H=F=E=D=0;break;case"top-right":H=G.width;F=D=0;E=-G.width;break;case"bottom-left":H=E=0;F=G.height;D=-G.height;break;case"bottom-right":H=G.width;F=G.height;E=-G.width;D=-G.height;break;case"center":H=G.width/2;F=G.height/2;E=-G.width/2;D=-G.height/2;break}return new Effect.Move(C,{x:H,y:F,duration:0.01,beforeSetup:function(I){I.element.hide().makeClipping().makePositioned()},afterFinishInternal:function(I){new Effect.Parallel([new Effect.Opacity(I.element,{sync:true,to:1,from:0,transition:B.opacityTransition}),new Effect.Move(I.element,{x:E,y:D,sync:true,transition:B.moveTransition}),new Effect.Scale(I.element,100,{scaleMode:{originalHeight:G.height,originalWidth:G.width},sync:true,scaleFrom:window.opera?1:0,transition:B.scaleTransition,restoreAfterFinish:true})],Object.extend({beforeSetup:function(J){J.effects[0].element.setStyle({height:"0px"}).show()},afterFinishInternal:function(J){J.effects[0].element.undoClipping().undoPositioned().setStyle(A)}},B))}})};Effect.Shrink=function(C){C=$(C);var B=Object.extend({direction:"center",moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.none},arguments[1]||{});var A={top:C.style.top,left:C.style.left,height:C.style.height,width:C.style.width,opacity:C.getInlineOpacity()};var F=C.getDimensions();var E,D;switch(B.direction){case"top-left":E=D=0;break;case"top-right":E=F.width;D=0;break;case"bottom-left":E=0;D=F.height;break;case"bottom-right":E=F.width;D=F.height;break;case"center":E=F.width/2;D=F.height/2;break}return new Effect.Parallel([new Effect.Opacity(C,{sync:true,to:0,from:1,transition:B.opacityTransition}),new Effect.Scale(C,window.opera?1:0,{sync:true,transition:B.scaleTransition,restoreAfterFinish:true}),new Effect.Move(C,{x:E,y:D,sync:true,transition:B.moveTransition})],Object.extend({beforeStartInternal:function(G){G.effects[0].element.makePositioned().makeClipping()},afterFinishInternal:function(G){G.effects[0].element.hide().undoClipping().undoPositioned().setStyle(A)}},B))};Effect.Pulsate=function(C){C=$(C);var B=arguments[1]||{},A=C.getInlineOpacity(),E=B.transition||Effect.Transitions.linear,D=function(F){return 1-E((-Math.cos((F*(B.pulses||5)*2)*Math.PI)/2)+0.5)};return new Effect.Opacity(C,Object.extend(Object.extend({duration:2,from:0,afterFinishInternal:function(F){F.element.setStyle({opacity:A})}},B),{transition:D}))};Effect.Fold=function(B){B=$(B);var A={top:B.style.top,left:B.style.left,width:B.style.width,height:B.style.height};B.makeClipping();return new Effect.Scale(B,5,Object.extend({scaleContent:false,scaleX:false,afterFinishInternal:function(C){new Effect.Scale(B,1,{scaleContent:false,scaleY:false,afterFinishInternal:function(D){D.element.hide().undoClipping().setStyle(A)}})}},arguments[1]||{}))};Effect.Morph=Class.create(Effect.Base,{initialize:function(C){this.element=$(C);if(!this.element){throw(Effect._elementDoesNotExistError)}var A=Object.extend({style:{}},arguments[1]||{});if(!Object.isString(A.style)){this.style=$H(A.style)}else{if(A.style.include(":")){this.style=A.style.parseStyle()}else{this.element.addClassName(A.style);this.style=$H(this.element.getStyles());this.element.removeClassName(A.style);var B=this.element.getStyles();this.style=this.style.reject(function(D){return D.value==B[D.key]});A.afterFinishInternal=function(D){D.element.addClassName(D.options.style);D.transforms.each(function(E){D.element.style[E.style]=""})}}}this.start(A)},setup:function(){function A(B){if(!B||["rgba(0, 0, 0, 0)","transparent"].include(B)){B="#ffffff"}B=B.parseColor();return $R(0,2).map(function(C){return parseInt(B.slice(C*2+1,C*2+3),16)})}this.transforms=this.style.map(function(G){var F=G[0],E=G[1],D=null;if(E.parseColor("#zzzzzz")!="#zzzzzz"){E=E.parseColor();D="color"}else{if(F=="opacity"){E=parseFloat(E);if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout)){this.element.setStyle({zoom:1})}}else{if(Element.CSS_LENGTH.test(E)){var C=E.match(/^([\+\-]?[0-9\.]+)(.*)$/);E=parseFloat(C[1]);D=(C.length==3)?C[2]:null}}}var B=this.element.getStyle(F);return{style:F.camelize(),originalValue:D=="color"?A(B):parseFloat(B||0),targetValue:D=="color"?A(E):E,unit:D}}.bind(this)).reject(function(B){return((B.originalValue==B.targetValue)||(B.unit!="color"&&(isNaN(B.originalValue)||isNaN(B.targetValue))))})},update:function(A){var D={},B,C=this.transforms.length;while(C--){D[(B=this.transforms[C]).style]=B.unit=="color"?"#"+(Math.round(B.originalValue[0]+(B.targetValue[0]-B.originalValue[0])*A)).toColorPart()+(Math.round(B.originalValue[1]+(B.targetValue[1]-B.originalValue[1])*A)).toColorPart()+(Math.round(B.originalValue[2]+(B.targetValue[2]-B.originalValue[2])*A)).toColorPart():(B.originalValue+(B.targetValue-B.originalValue)*A).toFixed(3)+(B.unit===null?"":B.unit)}this.element.setStyle(D,true)}});Effect.Transform=Class.create({initialize:function(A){this.tracks=[];this.options=arguments[1]||{};this.addTracks(A)},addTracks:function(A){A.each(function(B){B=$H(B);var C=B.values().first();this.tracks.push($H({ids:B.keys().first(),effect:Effect.Morph,options:{style:C}}))}.bind(this));return this},play:function(){return new Effect.Parallel(this.tracks.map(function(A){var D=A.get("ids"),C=A.get("effect"),B=A.get("options");var E=[$(D)||$$(D)].flatten();return E.map(function(F){return new C(F,Object.extend({sync:true},B))})}).flatten(),this.options)}});Element.CSS_PROPERTIES=$w("backgroundColor backgroundPosition borderBottomColor borderBottomStyle borderBottomWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderSpacing borderTopColor borderTopStyle borderTopWidth bottom clip color fontSize fontWeight height left letterSpacing lineHeight marginBottom marginLeft marginRight marginTop markerOffset maxHeight maxWidth minHeight minWidth opacity outlineColor outlineOffset outlineWidth paddingBottom paddingLeft paddingRight paddingTop right textIndent top width wordSpacing zIndex");Element.CSS_LENGTH=/^(([\+\-]?[0-9\.]+)(em|ex|px|in|cm|mm|pt|pc|\%))|0$/;String.__parseStyleElement=document.createElement("div");String.prototype.parseStyle=function(){var B,A=$H();if(Prototype.Browser.WebKit){B=new Element("div",{style:this}).style}else{String.__parseStyleElement.innerHTML='<div style="'+this+'"></div>';B=String.__parseStyleElement.childNodes[0].style}Element.CSS_PROPERTIES.each(function(C){if(B[C]){A.set(C,B[C])}});if(Prototype.Browser.IE&&this.include("opacity")){A.set("opacity",this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1])}return A};if(document.defaultView&&document.defaultView.getComputedStyle){Element.getStyles=function(B){var A=document.defaultView.getComputedStyle($(B),null);return Element.CSS_PROPERTIES.inject({},function(C,D){C[D]=A[D];return C})}}else{Element.getStyles=function(B){B=$(B);var A=B.currentStyle,C;C=Element.CSS_PROPERTIES.inject({},function(D,E){D[E]=A[E];return D});if(!C.opacity){C.opacity=B.getOpacity()}return C}}Effect.Methods={morph:function(A,B){A=$(A);new Effect.Morph(A,Object.extend({style:B},arguments[2]||{}));return A},visualEffect:function(C,E,B){C=$(C);var D=E.dasherize().camelize(),A=D.charAt(0).toUpperCase()+D.substring(1);new Effect[A](C,B);return C},highlight:function(B,A){B=$(B);new Effect.Highlight(B,A);return B}};$w("fade appear grow shrink fold blindUp blindDown slideUp slideDown pulsate shake puff squish switchOff dropOut").each(function(A){Effect.Methods[A]=function(C,B){C=$(C);Effect[A.charAt(0).toUpperCase()+A.substring(1)](C,B);return C}});$w("getInlineOpacity forceRerendering setContentZoom collectTextNodes collectTextNodesIgnoreClass getStyles").each(function(A){Effect.Methods[A]=Element[A]});Element.addMethods(Effect.Methods);if(Object.isUndefined(Effect)){throw("dragdrop.js requires including script.aculo.us' effects.js library")}var Droppables={drops:[],remove:function(A){this.drops=this.drops.reject(function(B){return B.element==$(A)})},add:function(B){B=$(B);var A=Object.extend({greedy:true,hoverclass:null,tree:false},arguments[1]||{});if(A.containment){A._containers=[];var C=A.containment;if(Object.isArray(C)){C.each(function(D){A._containers.push($(D))})}else{A._containers.push($(C))}}if(A.accept){A.accept=[A.accept].flatten()}Element.makePositioned(B);A.element=B;this.drops.push(A)},findDeepestChild:function(A){deepest=A[0];for(i=1;i<A.length;++i){if(Element.isParent(A[i].element,deepest.element)){deepest=A[i]}}return deepest},isContained:function(B,A){var C;if(A.tree){C=B.treeNode}else{C=B.parentNode}return A._containers.detect(function(D){return C==D})},isAffected:function(A,C,B){return((B.element!=C)&&((!B._containers)||this.isContained(C,B))&&((!B.accept)||(Element.classNames(C).detect(function(D){return B.accept.include(D)})))&&Position.within(B.element,A[0],A[1]))},deactivate:function(A){if(A.hoverclass){Element.removeClassName(A.element,A.hoverclass)}this.last_active=null},activate:function(A){if(A.hoverclass){Element.addClassName(A.element,A.hoverclass)}this.last_active=A},show:function(A,C){if(!this.drops.length){return}var B,D=[];this.drops.each(function(E){if(Droppables.isAffected(A,C,E)){D.push(E)}});if(D.length>0){B=Droppables.findDeepestChild(D)}if(this.last_active&&this.last_active!=B){this.deactivate(this.last_active)}if(B){Position.within(B.element,A[0],A[1]);if(B.onHover){B.onHover(C,B.element,Position.overlap(B.overlap,B.element))}if(B!=this.last_active){Droppables.activate(B)}}},fire:function(B,A){if(!this.last_active){return}Position.prepare();if(this.isAffected([Event.pointerX(B),Event.pointerY(B)],A,this.last_active)){if(this.last_active.onDrop){this.last_active.onDrop(A,this.last_active.element,B);return true}}},reset:function(){if(this.last_active){this.deactivate(this.last_active)}}};var Draggables={drags:[],observers:[],register:function(A){if(this.drags.length==0){this.eventMouseUp=this.endDrag.bindAsEventListener(this);this.eventMouseMove=this.updateDrag.bindAsEventListener(this);this.eventKeypress=this.keyPress.bindAsEventListener(this);Event.observe(document,"mouseup",this.eventMouseUp);Event.observe(document,"mousemove",this.eventMouseMove);Event.observe(document,"keypress",this.eventKeypress)}this.drags.push(A)},unregister:function(A){this.drags=this.drags.reject(function(B){return B==A});if(this.drags.length==0){Event.stopObserving(document,"mouseup",this.eventMouseUp);Event.stopObserving(document,"mousemove",this.eventMouseMove);Event.stopObserving(document,"keypress",this.eventKeypress)}},activate:function(A){if(A.options.delay){this._timeout=setTimeout(function(){Draggables._timeout=null;window.focus();Draggables.activeDraggable=A}.bind(this),A.options.delay)}else{window.focus();this.activeDraggable=A}},deactivate:function(){this.activeDraggable=null},updateDrag:function(A){if(!this.activeDraggable){return}var B=[Event.pointerX(A),Event.pointerY(A)];if(this._lastPointer&&(this._lastPointer.inspect()==B.inspect())){return}this._lastPointer=B;this.activeDraggable.updateDrag(A,B)},endDrag:function(A){if(this._timeout){clearTimeout(this._timeout);this._timeout=null}if(!this.activeDraggable){return}this._lastPointer=null;this.activeDraggable.endDrag(A);this.activeDraggable=null},keyPress:function(A){if(this.activeDraggable){this.activeDraggable.keyPress(A)}},addObserver:function(A){this.observers.push(A);this._cacheObserverCallbacks()},removeObserver:function(A){this.observers=this.observers.reject(function(B){return B.element==A});this._cacheObserverCallbacks()},notify:function(B,A,C){if(this[B+"Count"]>0){this.observers.each(function(D){if(D[B]){D[B](B,A,C)}})}if(A.options[B]){A.options[B](A,C)}},_cacheObserverCallbacks:function(){["onStart","onEnd","onDrag"].each(function(A){Draggables[A+"Count"]=Draggables.observers.select(function(B){return B[A]}).length})}};var Draggable=Class.create({initialize:function(B){var C={handle:false,reverteffect:function(F,E,D){var G=Math.sqrt(Math.abs(E^2)+Math.abs(D^2))*0.02;new Effect.Move(F,{x:-D,y:-E,duration:G,queue:{scope:"_draggable",position:"end"}})},endeffect:function(E){var D=Object.isNumber(E._opacity)?E._opacity:1;new Effect.Opacity(E,{duration:0.2,from:0.7,to:D,queue:{scope:"_draggable",position:"end"},afterFinish:function(){Draggable._dragging[E]=false}})},zindex:1000,revert:false,quiet:false,scroll:false,scrollSensitivity:20,scrollSpeed:15,snap:false,delay:0};if(!arguments[1]||Object.isUndefined(arguments[1].endeffect)){Object.extend(C,{starteffect:function(D){D._opacity=Element.getOpacity(D);Draggable._dragging[D]=true;new Effect.Opacity(D,{duration:0.2,from:D._opacity,to:0.7})}})}var A=Object.extend(C,arguments[1]||{});this.element=$(B);if(A.handle&&Object.isString(A.handle)){this.handle=this.element.down("."+A.handle,0)}if(!this.handle){this.handle=$(A.handle)}if(!this.handle){this.handle=this.element}if(A.scroll&&!A.scroll.scrollTo&&!A.scroll.outerHTML){A.scroll=$(A.scroll);this._isScrollChild=Element.childOf(this.element,A.scroll)}Element.makePositioned(this.element);this.options=A;this.dragging=false;this.eventMouseDown=this.initDrag.bindAsEventListener(this);Event.observe(this.handle,"mousedown",this.eventMouseDown);Draggables.register(this)},destroy:function(){Event.stopObserving(this.handle,"mousedown",this.eventMouseDown);Draggables.unregister(this)},currentDelta:function(){return([parseInt(Element.getStyle(this.element,"left")||"0"),parseInt(Element.getStyle(this.element,"top")||"0")])},initDrag:function(A){if(!Object.isUndefined(Draggable._dragging[this.element])&&Draggable._dragging[this.element]){return}if(Event.isLeftClick(A)){var C=Event.element(A);if((tag_name=C.tagName.toUpperCase())&&(tag_name=="INPUT"||tag_name=="SELECT"||tag_name=="OPTION"||tag_name=="BUTTON"||tag_name=="TEXTAREA")){return}var B=[Event.pointerX(A),Event.pointerY(A)];var D=this.element.cumulativeOffset();this.offset=[0,1].map(function(E){return(B[E]-D[E])});Draggables.activate(this);Event.stop(A)}},startDrag:function(B){this.dragging=true;if(!this.delta){this.delta=this.currentDelta()}if(this.options.zindex){this.originalZ=parseInt(Element.getStyle(this.element,"z-index")||0);this.element.style.zIndex=this.options.zindex}if(this.options.ghosting){this._clone=this.element.cloneNode(true);this._originallyAbsolute=(this.element.getStyle("position")=="absolute");if(!this._originallyAbsolute){Position.absolutize(this.element)}this.element.parentNode.insertBefore(this._clone,this.element)}if(this.options.scroll){if(this.options.scroll==window){var A=this._getWindowScroll(this.options.scroll);this.originalScrollLeft=A.left;this.originalScrollTop=A.top}else{this.originalScrollLeft=this.options.scroll.scrollLeft;this.originalScrollTop=this.options.scroll.scrollTop}}Draggables.notify("onStart",this,B);if(this.options.starteffect){this.options.starteffect(this.element)}},updateDrag:function(event,pointer){if(!this.dragging){this.startDrag(event)}if(!this.options.quiet){Position.prepare();Droppables.show(pointer,this.element)}Draggables.notify("onDrag",this,event);this.draw(pointer);if(this.options.change){this.options.change(this)}if(this.options.scroll){this.stopScrolling();var p;if(this.options.scroll==window){with(this._getWindowScroll(this.options.scroll)){p=[left,top,left+width,top+height]}}else{p=Position.page(this.options.scroll);p[0]+=this.options.scroll.scrollLeft+Position.deltaX;p[1]+=this.options.scroll.scrollTop+Position.deltaY;p.push(p[0]+this.options.scroll.offsetWidth);p.push(p[1]+this.options.scroll.offsetHeight)}var speed=[0,0];if(pointer[0]<(p[0]+this.options.scrollSensitivity)){speed[0]=pointer[0]-(p[0]+this.options.scrollSensitivity)}if(pointer[1]<(p[1]+this.options.scrollSensitivity)){speed[1]=pointer[1]-(p[1]+this.options.scrollSensitivity)}if(pointer[0]>(p[2]-this.options.scrollSensitivity)){speed[0]=pointer[0]-(p[2]-this.options.scrollSensitivity)}if(pointer[1]>(p[3]-this.options.scrollSensitivity)){speed[1]=pointer[1]-(p[3]-this.options.scrollSensitivity)}this.startScrolling(speed)}if(Prototype.Browser.WebKit){window.scrollBy(0,0)}Event.stop(event)},finishDrag:function(B,E){this.dragging=false;if(this.options.quiet){Position.prepare();var D=[Event.pointerX(B),Event.pointerY(B)];Droppables.show(D,this.element)}if(this.options.ghosting){if(!this._originallyAbsolute){Position.relativize(this.element)}delete this._originallyAbsolute;Element.remove(this._clone);this._clone=null}var F=false;if(E){F=Droppables.fire(B,this.element);if(!F){F=false}}if(F&&this.options.onDropped){this.options.onDropped(this.element)}Draggables.notify("onEnd",this,B);var A=this.options.revert;if(A&&Object.isFunction(A)){A=A(this.element)}var C=this.currentDelta();if(A&&this.options.reverteffect){if(F==0||A!="failure"){this.options.reverteffect(this.element,C[1]-this.delta[1],C[0]-this.delta[0])}}else{this.delta=C}if(this.options.zindex){this.element.style.zIndex=this.originalZ}if(this.options.endeffect){this.options.endeffect(this.element)}Draggables.deactivate(this);Droppables.reset()},keyPress:function(A){if(A.keyCode!=Event.KEY_ESC){return}this.finishDrag(A,false);Event.stop(A)},endDrag:function(A){if(!this.dragging){return}this.stopScrolling();this.finishDrag(A,true);Event.stop(A)},draw:function(A){var F=this.element.cumulativeOffset();if(this.options.ghosting){var C=Position.realOffset(this.element);F[0]+=C[0]-Position.deltaX;F[1]+=C[1]-Position.deltaY}var E=this.currentDelta();F[0]-=E[0];F[1]-=E[1];if(this.options.scroll&&(this.options.scroll!=window&&this._isScrollChild)){F[0]-=this.options.scroll.scrollLeft-this.originalScrollLeft;F[1]-=this.options.scroll.scrollTop-this.originalScrollTop}var D=[0,1].map(function(G){return(A[G]-F[G]-this.offset[G])}.bind(this));if(this.options.snap){if(Object.isFunction(this.options.snap)){D=this.options.snap(D[0],D[1],this)}else{if(Object.isArray(this.options.snap)){D=D.map(function(G,H){return(G/this.options.snap[H]).round()*this.options.snap[H]}.bind(this))}else{D=D.map(function(G){return(G/this.options.snap).round()*this.options.snap}.bind(this))}}}var B=this.element.style;if((!this.options.constraint)||(this.options.constraint=="horizontal")){B.left=D[0]+"px"}if((!this.options.constraint)||(this.options.constraint=="vertical")){B.top=D[1]+"px"}if(B.visibility=="hidden"){B.visibility=""}},stopScrolling:function(){if(this.scrollInterval){clearInterval(this.scrollInterval);this.scrollInterval=null;Draggables._lastScrollPointer=null}},startScrolling:function(A){if(!(A[0]||A[1])){return}this.scrollSpeed=[A[0]*this.options.scrollSpeed,A[1]*this.options.scrollSpeed];this.lastScrolled=new Date();this.scrollInterval=setInterval(this.scroll.bind(this),10)},scroll:function(){var current=new Date();var delta=current-this.lastScrolled;this.lastScrolled=current;if(this.options.scroll==window){with(this._getWindowScroll(this.options.scroll)){if(this.scrollSpeed[0]||this.scrollSpeed[1]){var d=delta/1000;this.options.scroll.scrollTo(left+d*this.scrollSpeed[0],top+d*this.scrollSpeed[1])}}}else{this.options.scroll.scrollLeft+=this.scrollSpeed[0]*delta/1000;this.options.scroll.scrollTop+=this.scrollSpeed[1]*delta/1000}Position.prepare();Droppables.show(Draggables._lastPointer,this.element);Draggables.notify("onDrag",this);if(this._isScrollChild){Draggables._lastScrollPointer=Draggables._lastScrollPointer||$A(Draggables._lastPointer);Draggables._lastScrollPointer[0]+=this.scrollSpeed[0]*delta/1000;Draggables._lastScrollPointer[1]+=this.scrollSpeed[1]*delta/1000;if(Draggables._lastScrollPointer[0]<0){Draggables._lastScrollPointer[0]=0}if(Draggables._lastScrollPointer[1]<0){Draggables._lastScrollPointer[1]=0}this.draw(Draggables._lastScrollPointer)}if(this.options.change){this.options.change(this)}},_getWindowScroll:function(w){var T,L,W,H;with(w.document){if(w.document.documentElement&&documentElement.scrollTop){T=documentElement.scrollTop;L=documentElement.scrollLeft}else{if(w.document.body){T=body.scrollTop;L=body.scrollLeft}}if(w.innerWidth){W=w.innerWidth;H=w.innerHeight}else{if(w.document.documentElement&&documentElement.clientWidth){W=documentElement.clientWidth;H=documentElement.clientHeight}else{W=body.offsetWidth;H=body.offsetHeight}}}return{top:T,left:L,width:W,height:H}}});Draggable._dragging={};var SortableObserver=Class.create({initialize:function(B,A){this.element=$(B);this.observer=A;this.lastValue=Sortable.serialize(this.element)},onStart:function(){this.lastValue=Sortable.serialize(this.element)},onEnd:function(){Sortable.unmark();if(this.lastValue!=Sortable.serialize(this.element)){this.observer(this.element)}}});var Sortable={SERIALIZE_RULE:/^[^_\-](?:[A-Za-z0-9\-\_]*)[_](.*)$/,sortables:{},_findRootElement:function(A){while(A.tagName.toUpperCase()!="BODY"){if(A.id&&Sortable.sortables[A.id]){return A}A=A.parentNode}},options:function(A){A=Sortable._findRootElement($(A));if(!A){return}return Sortable.sortables[A.id]},destroy:function(A){A=$(A);var B=Sortable.sortables[A.id];if(B){Draggables.removeObserver(B.element);B.droppables.each(function(C){Droppables.remove(C)});B.draggables.invoke("destroy");delete Sortable.sortables[B.element.id]}},create:function(C){C=$(C);var B=Object.extend({element:C,tag:"li",dropOnEmpty:false,tree:false,treeTag:"ul",overlap:"vertical",constraint:"vertical",containment:C,handle:false,only:false,delay:0,hoverclass:null,ghosting:false,quiet:false,scroll:false,scrollSensitivity:20,scrollSpeed:15,format:this.SERIALIZE_RULE,elements:false,handles:false,onChange:Prototype.emptyFunction,onUpdate:Prototype.emptyFunction},arguments[1]||{});this.destroy(C);var A={revert:true,quiet:B.quiet,scroll:B.scroll,scrollSpeed:B.scrollSpeed,scrollSensitivity:B.scrollSensitivity,delay:B.delay,ghosting:B.ghosting,constraint:B.constraint,handle:B.handle};if(B.starteffect){A.starteffect=B.starteffect}if(B.reverteffect){A.reverteffect=B.reverteffect}else{if(B.ghosting){A.reverteffect=function(F){F.style.top=0;F.style.left=0}}}if(B.endeffect){A.endeffect=B.endeffect}if(B.zindex){A.zindex=B.zindex}var D={overlap:B.overlap,containment:B.containment,tree:B.tree,hoverclass:B.hoverclass,onHover:Sortable.onHover};var E={onHover:Sortable.onEmptyHover,overlap:B.overlap,containment:B.containment,hoverclass:B.hoverclass};Element.cleanWhitespace(C);B.draggables=[];B.droppables=[];if(B.dropOnEmpty||B.tree){Droppables.add(C,E);B.droppables.push(C)}(B.elements||this.findElements(C,B)||[]).each(function(H,F){var G=B.handles?$(B.handles[F]):(B.handle?$(H).select("."+B.handle)[0]:H);B.draggables.push(new Draggable(H,Object.extend(A,{handle:G})));Droppables.add(H,D);if(B.tree){H.treeNode=C}B.droppables.push(H)});if(B.tree){(Sortable.findTreeElements(C,B)||[]).each(function(F){Droppables.add(F,E);F.treeNode=C;B.droppables.push(F)})}this.sortables[C.identify()]=B;Draggables.addObserver(new SortableObserver(C,B.onUpdate))},findElements:function(B,A){return Element.findChildren(B,A.only,A.tree?true:false,A.tag)},findTreeElements:function(B,A){return Element.findChildren(B,A.only,A.tree?true:false,A.treeTag)},onHover:function(E,D,A){if(Element.isParent(D,E)){return}if(A>0.33&&A<0.66&&Sortable.options(D).tree){return}else{if(A>0.5){Sortable.mark(D,"before");if(D.previousSibling!=E){var B=E.parentNode;E.style.visibility="hidden";D.parentNode.insertBefore(E,D);if(D.parentNode!=B){Sortable.options(B).onChange(E)}Sortable.options(D.parentNode).onChange(E)}}else{Sortable.mark(D,"after");var C=D.nextSibling||null;if(C!=E){var B=E.parentNode;E.style.visibility="hidden";D.parentNode.insertBefore(E,C);if(D.parentNode!=B){Sortable.options(B).onChange(E)}Sortable.options(D.parentNode).onChange(E)}}}},onEmptyHover:function(E,G,H){var I=E.parentNode;var A=Sortable.options(G);if(!Element.isParent(G,E)){var F;var C=Sortable.findElements(G,{tag:A.tag,only:A.only});var B=null;if(C){var D=Element.offsetSize(G,A.overlap)*(1-H);for(F=0;F<C.length;F+=1){if(D-Element.offsetSize(C[F],A.overlap)>=0){D-=Element.offsetSize(C[F],A.overlap)}else{if(D-(Element.offsetSize(C[F],A.overlap)/2)>=0){B=F+1<C.length?C[F+1]:null;break}else{B=C[F];break}}}}G.insertBefore(E,B);Sortable.options(I).onChange(E);A.onChange(E)}},unmark:function(){if(Sortable._marker){Sortable._marker.hide()}},mark:function(B,A){var D=Sortable.options(B.parentNode);if(D&&!D.ghosting){return}if(!Sortable._marker){Sortable._marker=($("dropmarker")||Element.extend(document.createElement("DIV"))).hide().addClassName("dropmarker").setStyle({position:"absolute"});document.getElementsByTagName("body").item(0).appendChild(Sortable._marker)}var C=B.cumulativeOffset();Sortable._marker.setStyle({left:C[0]+"px",top:C[1]+"px"});if(A=="after"){if(D.overlap=="horizontal"){Sortable._marker.setStyle({left:(C[0]+B.clientWidth)+"px"})}else{Sortable._marker.setStyle({top:(C[1]+B.clientHeight)+"px"})}}Sortable._marker.show()},_tree:function(E,B,F){var D=Sortable.findElements(E,B)||[];for(var C=0;C<D.length;++C){var A=D[C].id.match(B.format);if(!A){continue}var G={id:encodeURIComponent(A?A[1]:null),element:E,parent:F,children:[],position:F.children.length,container:$(D[C]).down(B.treeTag)};if(G.container){this._tree(G.container,B,G)}F.children.push(G)}return F},tree:function(D){D=$(D);var C=this.options(D);var B=Object.extend({tag:C.tag,treeTag:C.treeTag,only:C.only,name:D.id,format:C.format},arguments[1]||{});var A={id:null,parent:null,children:[],container:D,position:0};return Sortable._tree(D,B,A)},_constructIndex:function(B){var A="";do{if(B.id){A="["+B.position+"]"+A}}while((B=B.parent)!=null);return A},sequence:function(B){B=$(B);var A=Object.extend(this.options(B),arguments[1]||{});return $(this.findElements(B,A)||[]).map(function(C){return C.id.match(A.format)?C.id.match(A.format)[1]:""})},setSequence:function(B,C){B=$(B);var A=Object.extend(this.options(B),arguments[2]||{});var D={};this.findElements(B,A).each(function(E){if(E.id.match(A.format)){D[E.id.match(A.format)[1]]=[E,E.parentNode]}E.parentNode.removeChild(E)});C.each(function(E){var F=D[E];if(F){F[1].appendChild(F[0]);delete D[E]}})},serialize:function(C){C=$(C);var B=Object.extend(Sortable.options(C),arguments[1]||{});var A=encodeURIComponent((arguments[1]&&arguments[1].name)?arguments[1].name:C.id);if(B.tree){return Sortable.tree(C,arguments[1]).children.map(function(D){return[A+Sortable._constructIndex(D)+"[id]="+encodeURIComponent(D.id)].concat(D.children.map(arguments.callee))}).flatten().join("&")}else{return Sortable.sequence(C,arguments[1]).map(function(D){return A+"[]="+encodeURIComponent(D)}).join("&")}}};Element.isParent=function(B,A){if(!B.parentNode||B==A){return false}if(B.parentNode==A){return true}return Element.isParent(B.parentNode,A)};Element.findChildren=function(D,B,A,C){if(!D.hasChildNodes()){return null}C=C.toUpperCase();if(B){B=[B].flatten()}var E=[];$A(D.childNodes).each(function(G){if(G.tagName&&G.tagName.toUpperCase()==C&&(!B||(Element.classNames(G).detect(function(H){return B.include(H)})))){E.push(G)}if(A){var F=Element.findChildren(G,B,A,C);if(F){E.push(F)}}});return(E.length>0?E.flatten():[])};Element.offsetSize=function(A,B){return A["offset"+((B=="vertical"||B=="height")?"Height":"Width")]};if(typeof Effect=="undefined"){throw("controls.js requires including script.aculo.us' effects.js library")}var Autocompleter={};Autocompleter.Base=Class.create({baseInitialize:function(B,C,A){B=$(B);this.element=B;this.update=$(C);this.hasFocus=false;this.changed=false;this.active=false;this.index=0;this.entryCount=0;this.oldElementValue=this.element.value;if(this.setOptions){this.setOptions(A)}else{this.options=A||{}}this.options.paramName=this.options.paramName||this.element.name;this.options.tokens=this.options.tokens||[];this.options.frequency=this.options.frequency||0.4;this.options.minChars=this.options.minChars||1;this.options.onShow=this.options.onShow||function(D,E){if(!E.style.position||E.style.position=="absolute"){E.style.position="absolute";Position.clone(D,E,{setHeight:false,offsetTop:D.offsetHeight})}Effect.Appear(E,{duration:0.15})};this.options.onHide=this.options.onHide||function(D,E){new Effect.Fade(E,{duration:0.15})};if(typeof(this.options.tokens)=="string"){this.options.tokens=new Array(this.options.tokens)}if(!this.options.tokens.include("\n")){this.options.tokens.push("\n")}this.observer=null;this.element.setAttribute("autocomplete","off");Element.hide(this.update);Event.observe(this.element,"blur",this.onBlur.bindAsEventListener(this));Event.observe(this.element,"keydown",this.onKeyPress.bindAsEventListener(this))},show:function(){if(Element.getStyle(this.update,"display")=="none"){this.options.onShow(this.element,this.update)}if(!this.iefix&&(Prototype.Browser.IE)&&(Element.getStyle(this.update,"position")=="absolute")){new Insertion.After(this.update,'<iframe id="'+this.update.id+'_iefix" style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" src="javascript:false;" frameborder="0" scrolling="no"></iframe>');this.iefix=$(this.update.id+"_iefix")}if(this.iefix){setTimeout(this.fixIEOverlapping.bind(this),50)}},fixIEOverlapping:function(){Position.clone(this.update,this.iefix,{setTop:(!this.update.style.height)});this.iefix.style.zIndex=1;this.update.style.zIndex=2;Element.show(this.iefix)},hide:function(){this.stopIndicator();if(Element.getStyle(this.update,"display")!="none"){this.options.onHide(this.element,this.update)}if(this.iefix){Element.hide(this.iefix)}},startIndicator:function(){if(this.options.indicator){Element.show(this.options.indicator)}},stopIndicator:function(){if(this.options.indicator){Element.hide(this.options.indicator)}},onKeyPress:function(A){if(this.active){switch(A.keyCode){case Event.KEY_TAB:case Event.KEY_RETURN:this.selectEntry();Event.stop(A);case Event.KEY_ESC:this.hide();this.active=false;Event.stop(A);return;case Event.KEY_LEFT:case Event.KEY_RIGHT:return;case Event.KEY_UP:this.markPrevious();this.render();Event.stop(A);return;case Event.KEY_DOWN:this.markNext();this.render();Event.stop(A);return}}else{if(A.keyCode==Event.KEY_TAB||A.keyCode==Event.KEY_RETURN||(Prototype.Browser.WebKit>0&&A.keyCode==0)){return}}this.changed=true;this.hasFocus=true;if(this.observer){clearTimeout(this.observer)}this.observer=setTimeout(this.onObserverEvent.bind(this),this.options.frequency*1000)},activate:function(){this.changed=false;this.hasFocus=true;this.getUpdatedChoices()},onHover:function(B){var A=Event.findElement(B,"LI");if(this.index!=A.autocompleteIndex){this.index=A.autocompleteIndex;this.render()}Event.stop(B)},onClick:function(B){var A=Event.findElement(B,"LI");this.index=A.autocompleteIndex;this.selectEntry();this.hide()},onBlur:function(A){setTimeout(this.hide.bind(this),250);this.hasFocus=false;this.active=false},render:function(){if(this.entryCount>0){for(var A=0;A<this.entryCount;A++){this.index==A?Element.addClassName(this.getEntry(A),"selected"):Element.removeClassName(this.getEntry(A),"selected")}if(this.hasFocus){this.show();this.active=true}}else{this.active=false;this.hide()}},markPrevious:function(){if(this.index>0){this.index--}else{this.index=this.entryCount-1}this.getEntry(this.index).scrollIntoView(true)},markNext:function(){if(this.index<this.entryCount-1){this.index++}else{this.index=0}this.getEntry(this.index).scrollIntoView(false)},getEntry:function(A){return this.update.firstChild.childNodes[A]},getCurrentEntry:function(){return this.getEntry(this.index)},selectEntry:function(){this.active=false;this.updateElement(this.getCurrentEntry())},updateElement:function(F){if(this.options.updateElement){this.options.updateElement(F);return}var D="";if(this.options.select){var A=$(F).select("."+this.options.select)||[];if(A.length>0){D=Element.collectTextNodes(A[0],this.options.select)}}else{D=Element.collectTextNodesIgnoreClass(F,"informal")}var C=this.getTokenBounds();if(C[0]!=-1){var E=this.element.value.substr(0,C[0]);var B=this.element.value.substr(C[0]).match(/^\s+/);if(B){E+=B[0]}this.element.value=E+D+this.element.value.substr(C[1])}else{this.element.value=D}this.oldElementValue=this.element.value;this.element.focus();if(this.options.afterUpdateElement){this.options.afterUpdateElement(this.element,F)}},updateChoices:function(C){if(!this.changed&&this.hasFocus){this.update.innerHTML=C;Element.cleanWhitespace(this.update);Element.cleanWhitespace(this.update.down());if(this.update.firstChild&&this.update.down().childNodes){this.entryCount=this.update.down().childNodes.length;for(var A=0;A<this.entryCount;A++){var B=this.getEntry(A);B.autocompleteIndex=A;this.addObservers(B)}}else{this.entryCount=0}this.stopIndicator();this.index=0;if(this.entryCount==1&&this.options.autoSelect){this.selectEntry();this.hide()}else{this.render()}}},addObservers:function(A){Event.observe(A,"mouseover",this.onHover.bindAsEventListener(this));Event.observe(A,"click",this.onClick.bindAsEventListener(this))},onObserverEvent:function(){this.changed=false;this.tokenBounds=null;if(this.getToken().length>=this.options.minChars){this.getUpdatedChoices()}else{this.active=false;this.hide()}this.oldElementValue=this.element.value},getToken:function(){var A=this.getTokenBounds();return this.element.value.substring(A[0],A[1]).strip()},getTokenBounds:function(){if(null!=this.tokenBounds){return this.tokenBounds}var E=this.element.value;if(E.strip().empty()){return[-1,0]}var F=arguments.callee.getFirstDifferencePos(E,this.oldElementValue);var H=(F==this.oldElementValue.length?1:0);var D=-1,C=E.length;var G;for(var B=0,A=this.options.tokens.length;B<A;++B){G=E.lastIndexOf(this.options.tokens[B],F+H-1);if(G>D){D=G}G=E.indexOf(this.options.tokens[B],F+H);if(-1!=G&&G<C){C=G}}return(this.tokenBounds=[D+1,C])}});Autocompleter.Base.prototype.getTokenBounds.getFirstDifferencePos=function(C,A){var D=Math.min(C.length,A.length);for(var B=0;B<D;++B){if(C[B]!=A[B]){return B}}return D};Ajax.Autocompleter=Class.create(Autocompleter.Base,{initialize:function(C,D,B,A){this.baseInitialize(C,D,A);this.options.asynchronous=true;this.options.onComplete=this.onComplete.bind(this);this.options.defaultParams=this.options.parameters||null;this.url=B},getUpdatedChoices:function(){this.startIndicator();var A=encodeURIComponent(this.options.paramName)+"="+encodeURIComponent(this.getToken());this.options.parameters=this.options.callback?this.options.callback(this.element,A):A;if(this.options.defaultParams){this.options.parameters+="&"+this.options.defaultParams}new Ajax.Request(this.url,this.options)},onComplete:function(A){this.updateChoices(A.responseText)}});Autocompleter.Local=Class.create(Autocompleter.Base,{initialize:function(B,D,C,A){this.baseInitialize(B,D,A);this.options.array=C},getUpdatedChoices:function(){this.updateChoices(this.options.selector(this))},setOptions:function(A){this.options=Object.extend({choices:10,partialSearch:true,partialChars:2,ignoreCase:true,fullSearch:false,selector:function(B){var D=[];var C=[];var H=B.getToken();var G=0;for(var E=0;E<B.options.array.length&&D.length<B.options.choices;E++){var F=B.options.array[E];var I=B.options.ignoreCase?F.toLowerCase().indexOf(H.toLowerCase()):F.indexOf(H);while(I!=-1){if(I==0&&F.length!=H.length){D.push("<li><strong>"+F.substr(0,H.length)+"</strong>"+F.substr(H.length)+"</li>");break}else{if(H.length>=B.options.partialChars&&B.options.partialSearch&&I!=-1){if(B.options.fullSearch||/\s/.test(F.substr(I-1,1))){C.push("<li>"+F.substr(0,I)+"<strong>"+F.substr(I,H.length)+"</strong>"+F.substr(I+H.length)+"</li>");break}}}I=B.options.ignoreCase?F.toLowerCase().indexOf(H.toLowerCase(),I+1):F.indexOf(H,I+1)}}if(C.length){D=D.concat(C.slice(0,B.options.choices-D.length))}return"<ul>"+D.join("")+"</ul>"}},A||{})}});Field.scrollFreeActivate=function(A){setTimeout(function(){Field.activate(A)},1)};Ajax.InPlaceEditor=Class.create({initialize:function(C,B,A){this.url=B;this.element=C=$(C);this.prepareOptions();this._controls={};arguments.callee.dealWithDeprecatedOptions(A);Object.extend(this.options,A||{});if(!this.options.formId&&this.element.id){this.options.formId=this.element.id+"-inplaceeditor";if($(this.options.formId)){this.options.formId=""}}if(this.options.externalControl){this.options.externalControl=$(this.options.externalControl)}if(!this.options.externalControl){this.options.externalControlOnly=false}this._originalBackground=this.element.getStyle("background-color")||"transparent";this.element.title=this.options.clickToEditText;this._boundCancelHandler=this.handleFormCancellation.bind(this);this._boundComplete=(this.options.onComplete||Prototype.emptyFunction).bind(this);this._boundFailureHandler=this.handleAJAXFailure.bind(this);this._boundSubmitHandler=this.handleFormSubmission.bind(this);this._boundWrapperHandler=this.wrapUp.bind(this);this.registerListeners()},checkForEscapeOrReturn:function(A){if(!this._editing||A.ctrlKey||A.altKey||A.shiftKey){return}if(Event.KEY_ESC==A.keyCode){this.handleFormCancellation(A)}else{if(Event.KEY_RETURN==A.keyCode){this.handleFormSubmission(A)}}},createControl:function(G,C,B){var E=this.options[G+"Control"];var F=this.options[G+"Text"];if("button"==E){var A=document.createElement("input");A.type="submit";A.value=F;A.className="editor_"+G+"_button";if("cancel"==G){A.onclick=this._boundCancelHandler}this._form.appendChild(A);this._controls[G]=A}else{if("link"==E){var D=document.createElement("a");D.href="#";D.appendChild(document.createTextNode(F));D.onclick="cancel"==G?this._boundCancelHandler:this._boundSubmitHandler;D.className="editor_"+G+"_link";if(B){D.className+=" "+B}this._form.appendChild(D);this._controls[G]=D}}},createEditField:function(){var C=(this.options.loadTextURL?this.options.loadingText:this.getText());var B;if(1>=this.options.rows&&!/\r|\n/.test(this.getText())){B=document.createElement("input");B.type="text";var A=this.options.size||this.options.cols||0;if(0<A){B.size=A}}else{B=document.createElement("textarea");B.rows=(1>=this.options.rows?this.options.autoRows:this.options.rows);B.cols=this.options.cols||40}B.name=this.options.paramName;B.value=C;B.className="editor_field";if(this.options.submitOnBlur){B.onblur=this._boundSubmitHandler}this._controls.editor=B;if(this.options.loadTextURL){this.loadExternalText()}this._form.appendChild(this._controls.editor)},createForm:function(){var B=this;function A(D,E){var C=B.options["text"+D+"Controls"];if(!C||E===false){return}B._form.appendChild(document.createTextNode(C))}this._form=$(document.createElement("form"));this._form.id=this.options.formId;this._form.addClassName(this.options.formClassName);this._form.onsubmit=this._boundSubmitHandler;this.createEditField();if("textarea"==this._controls.editor.tagName.toLowerCase()){this._form.appendChild(document.createElement("br"))}if(this.options.onFormCustomization){this.options.onFormCustomization(this,this._form)}A("Before",this.options.okControl||this.options.cancelControl);this.createControl("ok",this._boundSubmitHandler);A("Between",this.options.okControl&&this.options.cancelControl);this.createControl("cancel",this._boundCancelHandler,"editor_cancel");A("After",this.options.okControl||this.options.cancelControl)},destroy:function(){if(this._oldInnerHTML){this.element.innerHTML=this._oldInnerHTML}this.leaveEditMode();this.unregisterListeners()},enterEditMode:function(A){if(this._saving||this._editing){return}this._editing=true;this.triggerCallback("onEnterEditMode");if(this.options.externalControl){this.options.externalControl.hide()}this.element.hide();this.createForm();this.element.parentNode.insertBefore(this._form,this.element);if(!this.options.loadTextURL){this.postProcessEditField()}if(A){Event.stop(A)}},enterHover:function(A){if(this.options.hoverClassName){this.element.addClassName(this.options.hoverClassName)}if(this._saving){return}this.triggerCallback("onEnterHover")},getText:function(){return this.element.innerHTML.unescapeHTML()},handleAJAXFailure:function(A){this.triggerCallback("onFailure",A);if(this._oldInnerHTML){this.element.innerHTML=this._oldInnerHTML;this._oldInnerHTML=null}},handleFormCancellation:function(A){this.wrapUp();if(A){Event.stop(A)}},handleFormSubmission:function(D){var B=this._form;var C=$F(this._controls.editor);this.prepareSubmission();var E=this.options.callback(B,C)||"";if(Object.isString(E)){E=E.toQueryParams()}E.editorId=this.element.id;if(this.options.htmlResponse){var A=Object.extend({evalScripts:true},this.options.ajaxOptions);Object.extend(A,{parameters:E,onComplete:this._boundWrapperHandler,onFailure:this._boundFailureHandler});new Ajax.Updater({success:this.element},this.url,A)}else{var A=Object.extend({method:"get"},this.options.ajaxOptions);Object.extend(A,{parameters:E,onComplete:this._boundWrapperHandler,onFailure:this._boundFailureHandler});new Ajax.Request(this.url,A)}if(D){Event.stop(D)}},leaveEditMode:function(){this.element.removeClassName(this.options.savingClassName);this.removeForm();this.leaveHover();this.element.style.backgroundColor=this._originalBackground;this.element.show();if(this.options.externalControl){this.options.externalControl.show()}this._saving=false;this._editing=false;this._oldInnerHTML=null;this.triggerCallback("onLeaveEditMode")},leaveHover:function(A){if(this.options.hoverClassName){this.element.removeClassName(this.options.hoverClassName)}if(this._saving){return}this.triggerCallback("onLeaveHover")},loadExternalText:function(){this._form.addClassName(this.options.loadingClassName);this._controls.editor.disabled=true;var A=Object.extend({method:"get"},this.options.ajaxOptions);Object.extend(A,{parameters:"editorId="+encodeURIComponent(this.element.id),onComplete:Prototype.emptyFunction,onSuccess:function(C){this._form.removeClassName(this.options.loadingClassName);var B=C.responseText;if(this.options.stripLoadedTextTags){B=B.stripTags()}this._controls.editor.value=B;this._controls.editor.disabled=false;this.postProcessEditField()}.bind(this),onFailure:this._boundFailureHandler});new Ajax.Request(this.options.loadTextURL,A)},postProcessEditField:function(){var A=this.options.fieldPostCreation;if(A){$(this._controls.editor)["focus"==A?"focus":"activate"]()}},prepareOptions:function(){this.options=Object.clone(Ajax.InPlaceEditor.DefaultOptions);Object.extend(this.options,Ajax.InPlaceEditor.DefaultCallbacks);[this._extraDefaultOptions].flatten().compact().each(function(A){Object.extend(this.options,A)}.bind(this))},prepareSubmission:function(){this._saving=true;this.removeForm();this.leaveHover();this.showSaving()},registerListeners:function(){this._listeners={};var A;$H(Ajax.InPlaceEditor.Listeners).each(function(B){A=this[B.value].bind(this);this._listeners[B.key]=A;if(!this.options.externalControlOnly){this.element.observe(B.key,A)}if(this.options.externalControl){this.options.externalControl.observe(B.key,A)}}.bind(this))},removeForm:function(){if(!this._form){return}this._form.remove();this._form=null;this._controls={}},showSaving:function(){this._oldInnerHTML=this.element.innerHTML;this.element.innerHTML=this.options.savingText;this.element.addClassName(this.options.savingClassName);this.element.style.backgroundColor=this._originalBackground;this.element.show()},triggerCallback:function(B,A){if("function"==typeof this.options[B]){this.options[B](this,A)}},unregisterListeners:function(){$H(this._listeners).each(function(A){if(!this.options.externalControlOnly){this.element.stopObserving(A.key,A.value)}if(this.options.externalControl){this.options.externalControl.stopObserving(A.key,A.value)}}.bind(this))},wrapUp:function(A){this.leaveEditMode();this._boundComplete(A,this.element)}});Object.extend(Ajax.InPlaceEditor.prototype,{dispose:Ajax.InPlaceEditor.prototype.destroy});Ajax.InPlaceCollectionEditor=Class.create(Ajax.InPlaceEditor,{initialize:function($super,C,B,A){this._extraDefaultOptions=Ajax.InPlaceCollectionEditor.DefaultOptions;$super(C,B,A)},createEditField:function(){var A=document.createElement("select");A.name=this.options.paramName;A.size=1;this._controls.editor=A;this._collection=this.options.collection||[];if(this.options.loadCollectionURL){this.loadCollection()}else{this.checkForExternalText()}this._form.appendChild(this._controls.editor)},loadCollection:function(){this._form.addClassName(this.options.loadingClassName);this.showLoadingText(this.options.loadingCollectionText);var options=Object.extend({method:"get"},this.options.ajaxOptions);Object.extend(options,{parameters:"editorId="+encodeURIComponent(this.element.id),onComplete:Prototype.emptyFunction,onSuccess:function(transport){var js=transport.responseText.strip();if(!/^\[.*\]$/.test(js)){throw("Server returned an invalid collection representation.")}this._collection=eval(js);this.checkForExternalText()}.bind(this),onFailure:this.onFailure});new Ajax.Request(this.options.loadCollectionURL,options)},showLoadingText:function(B){this._controls.editor.disabled=true;var A=this._controls.editor.firstChild;if(!A){A=document.createElement("option");A.value="";this._controls.editor.appendChild(A);A.selected=true}A.update((B||"").stripScripts().stripTags())},checkForExternalText:function(){this._text=this.getText();if(this.options.loadTextURL){this.loadExternalText()}else{this.buildOptionList()}},loadExternalText:function(){this.showLoadingText(this.options.loadingText);var A=Object.extend({method:"get"},this.options.ajaxOptions);Object.extend(A,{parameters:"editorId="+encodeURIComponent(this.element.id),onComplete:Prototype.emptyFunction,onSuccess:function(B){this._text=B.responseText.strip();this.buildOptionList()}.bind(this),onFailure:this.onFailure});new Ajax.Request(this.options.loadTextURL,A)},buildOptionList:function(){this._form.removeClassName(this.options.loadingClassName);this._collection=this._collection.map(function(D){return 2===D.length?D:[D,D].flatten()});var B=("value"in this.options)?this.options.value:this._text;var A=this._collection.any(function(D){return D[0]==B}.bind(this));this._controls.editor.update("");var C;this._collection.each(function(E,D){C=document.createElement("option");C.value=E[0];C.selected=A?E[0]==B:0==D;C.appendChild(document.createTextNode(E[1]));this._controls.editor.appendChild(C)}.bind(this));this._controls.editor.disabled=false;Field.scrollFreeActivate(this._controls.editor)}});Ajax.InPlaceEditor.prototype.initialize.dealWithDeprecatedOptions=function(A){if(!A){return}function B(C,D){if(C in A||D===undefined){return}A[C]=D}B("cancelControl",(A.cancelLink?"link":(A.cancelButton?"button":A.cancelLink==A.cancelButton==false?false:undefined)));B("okControl",(A.okLink?"link":(A.okButton?"button":A.okLink==A.okButton==false?false:undefined)));B("highlightColor",A.highlightcolor);B("highlightEndColor",A.highlightendcolor)};Object.extend(Ajax.InPlaceEditor,{DefaultOptions:{ajaxOptions:{},autoRows:3,cancelControl:"link",cancelText:"cancel",clickToEditText:"Click to edit",externalControl:null,externalControlOnly:false,fieldPostCreation:"activate",formClassName:"inplaceeditor-form",formId:null,highlightColor:"#ffff99",highlightEndColor:"#ffffff",hoverClassName:"",htmlResponse:true,loadingClassName:"inplaceeditor-loading",loadingText:"Loading...",okControl:"button",okText:"ok",paramName:"value",rows:1,savingClassName:"inplaceeditor-saving",savingText:"Saving...",size:0,stripLoadedTextTags:false,submitOnBlur:false,textAfterControls:"",textBeforeControls:"",textBetweenControls:""},DefaultCallbacks:{callback:function(A){return Form.serialize(A)},onComplete:function(B,A){new Effect.Highlight(A,{startcolor:this.options.highlightColor,keepBackgroundImage:true})},onEnterEditMode:null,onEnterHover:function(A){A.element.style.backgroundColor=A.options.highlightColor;if(A._effect){A._effect.cancel()}},onFailure:function(B,A){alert("Error communication with the server: "+B.responseText.stripTags())},onFormCustomization:null,onLeaveEditMode:null,onLeaveHover:function(A){A._effect=new Effect.Highlight(A.element,{startcolor:A.options.highlightColor,endcolor:A.options.highlightEndColor,restorecolor:A._originalBackground,keepBackgroundImage:true})}},Listeners:{click:"enterEditMode",keydown:"checkForEscapeOrReturn",mouseover:"enterHover",mouseout:"leaveHover"}});Ajax.InPlaceCollectionEditor.DefaultOptions={loadingCollectionText:"Loading options..."};Form.Element.DelayedObserver=Class.create({initialize:function(B,A,C){this.delay=A||0.5;this.element=$(B);this.callback=C;this.timer=null;this.lastValue=$F(this.element);Event.observe(this.element,"keyup",this.delayedListener.bindAsEventListener(this))},delayedListener:function(A){if(this.lastValue==$F(this.element)){return}if(this.timer){clearTimeout(this.timer)}this.timer=setTimeout(this.onTimerEvent.bind(this),this.delay*1000);this.lastValue=$F(this.element)},onTimerEvent:function(){this.timer=null;this.callback(this.element,$F(this.element))}});if(!Control){var Control={}}Control.Slider=Class.create({initialize:function(D,A,B){var C=this;if(Object.isArray(D)){this.handles=D.collect(function(E){return $(E)})}else{this.handles=[$(D)]}this.track=$(A);this.options=B||{};this.axis=this.options.axis||"horizontal";this.increment=this.options.increment||1;this.step=parseInt(this.options.step||"1");this.range=this.options.range||$R(0,1);this.value=0;this.values=this.handles.map(function(){return 0});this.spans=this.options.spans?this.options.spans.map(function(E){return $(E)}):false;this.options.startSpan=$(this.options.startSpan||null);this.options.endSpan=$(this.options.endSpan||null);this.restricted=this.options.restricted||false;this.maximum=this.options.maximum||this.range.end;this.minimum=this.options.minimum||this.range.start;this.alignX=parseInt(this.options.alignX||"0");this.alignY=parseInt(this.options.alignY||"0");this.trackLength=this.maximumOffset()-this.minimumOffset();this.handleLength=this.isVertical()?(this.handles[0].offsetHeight!=0?this.handles[0].offsetHeight:this.handles[0].style.height.replace(/px$/,"")):(this.handles[0].offsetWidth!=0?this.handles[0].offsetWidth:this.handles[0].style.width.replace(/px$/,""));this.active=false;this.dragging=false;this.disabled=false;if(this.options.disabled){this.setDisabled()}this.allowedValues=this.options.values?this.options.values.sortBy(Prototype.K):false;if(this.allowedValues){this.minimum=this.allowedValues.min();this.maximum=this.allowedValues.max()}this.eventMouseDown=this.startDrag.bindAsEventListener(this);this.eventMouseUp=this.endDrag.bindAsEventListener(this);this.eventMouseMove=this.update.bindAsEventListener(this);this.handles.each(function(F,E){E=C.handles.length-1-E;C.setValue(parseFloat((Object.isArray(C.options.sliderValue)?C.options.sliderValue[E]:C.options.sliderValue)||C.range.start),E);F.makePositioned().observe("mousedown",C.eventMouseDown)});this.track.observe("mousedown",this.eventMouseDown);document.observe("mouseup",this.eventMouseUp);document.observe("mousemove",this.eventMouseMove);this.initialized=true},dispose:function(){var A=this;Event.stopObserving(this.track,"mousedown",this.eventMouseDown);Event.stopObserving(document,"mouseup",this.eventMouseUp);Event.stopObserving(document,"mousemove",this.eventMouseMove);this.handles.each(function(B){Event.stopObserving(B,"mousedown",A.eventMouseDown)})},setDisabled:function(){this.disabled=true},setEnabled:function(){this.disabled=false},getNearestValue:function(A){if(this.allowedValues){if(A>=this.allowedValues.max()){return(this.allowedValues.max())}if(A<=this.allowedValues.min()){return(this.allowedValues.min())}var C=Math.abs(this.allowedValues[0]-A);var B=this.allowedValues[0];this.allowedValues.each(function(D){var E=Math.abs(D-A);if(E<=C){B=D;C=E}});return B}if(A>this.range.end){return this.range.end}if(A<this.range.start){return this.range.start}return A},setValue:function(B,A){if(!this.active){this.activeHandleIdx=A||0;this.activeHandle=this.handles[this.activeHandleIdx];this.updateStyles()}A=A||this.activeHandleIdx||0;if(this.initialized&&this.restricted){if((A>0)&&(B<this.values[A-1])){B=this.values[A-1]}if((A<(this.handles.length-1))&&(B>this.values[A+1])){B=this.values[A+1]}}B=this.getNearestValue(B);this.values[A]=B;this.value=this.values[0];this.handles[A].style[this.isVertical()?"top":"left"]=this.translateToPx(B);this.drawSpans();if(!this.dragging||!this.event){this.updateFinished()}},setValueBy:function(B,A){this.setValue(this.values[A||this.activeHandleIdx||0]+B,A||this.activeHandleIdx||0)},translateToPx:function(A){return Math.round(((this.trackLength-this.handleLength)/(this.range.end-this.range.start))*(A-this.range.start))+"px"},translateToValue:function(A){return((A/(this.trackLength-this.handleLength)*(this.range.end-this.range.start))+this.range.start)},getRange:function(B){var A=this.values.sortBy(Prototype.K);B=B||0;return $R(A[B],A[B+1])},minimumOffset:function(){return(this.isVertical()?this.alignY:this.alignX)},maximumOffset:function(){return(this.isVertical()?(this.track.offsetHeight!=0?this.track.offsetHeight:this.track.style.height.replace(/px$/,""))-this.alignY:(this.track.offsetWidth!=0?this.track.offsetWidth:this.track.style.width.replace(/px$/,""))-this.alignX)},isVertical:function(){return(this.axis=="vertical")},drawSpans:function(){var A=this;if(this.spans){$R(0,this.spans.length-1).each(function(B){A.setSpan(A.spans[B],A.getRange(B))})}if(this.options.startSpan){this.setSpan(this.options.startSpan,$R(0,this.values.length>1?this.getRange(0).min():this.value))}if(this.options.endSpan){this.setSpan(this.options.endSpan,$R(this.values.length>1?this.getRange(this.spans.length-1).max():this.value,this.maximum))}},setSpan:function(B,A){if(this.isVertical()){B.style.top=this.translateToPx(A.start);B.style.height=this.translateToPx(A.end-A.start+this.range.start)}else{B.style.left=this.translateToPx(A.start);B.style.width=this.translateToPx(A.end-A.start+this.range.start)}},updateStyles:function(){this.handles.each(function(A){Element.removeClassName(A,"selected")});Element.addClassName(this.activeHandle,"selected")},startDrag:function(C){if(Event.isLeftClick(C)){if(!this.disabled){this.active=true;var D=Event.element(C);var E=[Event.pointerX(C),Event.pointerY(C)];var A=D;if(A==this.track){var B=this.track.cumulativeOffset();this.event=C;this.setValue(this.translateToValue((this.isVertical()?E[1]-B[1]:E[0]-B[0])-(this.handleLength/2)));var B=this.activeHandle.cumulativeOffset();this.offsetX=(E[0]-B[0]);this.offsetY=(E[1]-B[1])}else{while((this.handles.indexOf(D)==-1)&&D.parentNode){D=D.parentNode}if(this.handles.indexOf(D)!=-1){this.activeHandle=D;this.activeHandleIdx=this.handles.indexOf(this.activeHandle);this.updateStyles();var B=this.activeHandle.cumulativeOffset();this.offsetX=(E[0]-B[0]);this.offsetY=(E[1]-B[1])}}}Event.stop(C)}},update:function(A){if(this.active){if(!this.dragging){this.dragging=true}this.draw(A);if(Prototype.Browser.WebKit){window.scrollBy(0,0)}Event.stop(A)}},draw:function(B){var C=[Event.pointerX(B),Event.pointerY(B)];var A=this.track.cumulativeOffset();C[0]-=this.offsetX+A[0];C[1]-=this.offsetY+A[1];this.event=B;this.setValue(this.translateToValue(this.isVertical()?C[1]:C[0]));if(this.initialized&&this.options.onSlide){this.options.onSlide(this.values.length>1?this.values:this.value,this)}},endDrag:function(A){if(this.active&&this.dragging){this.finishDrag(A,true);Event.stop(A)}this.active=false;this.dragging=false},finishDrag:function(A,B){this.active=false;this.dragging=false;this.updateFinished()},updateFinished:function(){if(this.initialized&&this.options.onChange){this.options.onChange(this.values.length>1?this.values:this.value,this)}this.event=null}});Sound={tracks:{},_enabled:true,template:new Template('<embed style="height:0" id="sound_#{track}_#{id}" src="#{url}" loop="false" autostart="true" hidden="true"/>'),enable:function(){Sound._enabled=true},disable:function(){Sound._enabled=false},play:function(B){if(!Sound._enabled){return}var A=Object.extend({track:"global",url:B,replace:false},arguments[1]||{});if(A.replace&&this.tracks[A.track]){$R(0,this.tracks[A.track].id).each(function(D){var C=$("sound_"+A.track+"_"+D);C.Stop&&C.Stop();C.remove()});this.tracks[A.track]=null}if(!this.tracks[A.track]){this.tracks[A.track]={id:0}}else{this.tracks[A.track].id++}A.id=this.tracks[A.track].id;$$("body")[0].insert(Prototype.Browser.IE?new Element("bgsound",{id:"sound_"+A.track+"_"+A.id,src:A.url,loop:1,autostart:true}):Sound.template.evaluate(A))}};if(Prototype.Browser.Gecko&&navigator.userAgent.indexOf("Win")>0){if(navigator.plugins&&$A(navigator.plugins).detect(function(A){return A.name.indexOf("QuickTime")!=-1})){Sound.template=new Template('<object id="sound_#{track}_#{id}" width="0" height="0" type="audio/mpeg" data="#{url}"/>')}else{if(navigator.plugins&&$A(navigator.plugins).detect(function(A){return A.name.indexOf("Windows Media")!=-1})){Sound.template=new Template('<object id="sound_#{track}_#{id}" type="application/x-mplayer2" data="#{url}"></object>')}else{if(navigator.plugins&&$A(navigator.plugins).detect(function(A){return A.name.indexOf("RealPlayer")!=-1})){Sound.template=new Template('<embed type="audio/x-pn-realaudio-plugin" style="height:0" id="sound_#{track}_#{id}" src="#{url}" loop="false" autostart="true" hidden="true"/>')}else{Sound.play=function(){}}}}};var Onload=new Array();var OnloadFull=new Array();Prototype.Browser.IE6=Prototype.Browser.IE&&parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5))==6;Prototype.Browser.IE7=Prototype.Browser.IE&&parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5))==7;Prototype.Browser.IE8=Prototype.Browser.IE&&parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5))==8;Prototype.Browser.Safari=Prototype.Browser.WebKit&&navigator.userAgent.indexOf("Safari")>0;Prototype.Browser.Safari40=Prototype.Browser.Safari&&navigator.userAgent.substring(navigator.userAgent.indexOf("Version/")+8,navigator.userAgent.indexOf("Version/")+11)=='4.0';Prototype.Browser.Safari403plus=Prototype.Browser.Safari&&navigator.userAgent.substring(navigator.userAgent.indexOf("Version/")+8,navigator.userAgent.indexOf("Version/")+9)=='4'&&parseFloat(navigator.userAgent.substring(navigator.userAgent.indexOf("Version/")+10,navigator.userAgent.indexOf("Version/")+13))>=0.3;Prototype.Browser.Safari4x=Prototype.Browser.Safari&&!Prototype.Browser.Safari40&&navigator.userAgent.substring(navigator.userAgent.indexOf("Version/")+8,navigator.userAgent.indexOf("Version/")+10)=='4.';Prototype.Browser.Safari3x=Prototype.Browser.Safari&&navigator.userAgent.substring(navigator.userAgent.indexOf("Version/")+8)=='3';var Translations={};(function(){var IGNORED_ELEMENTS=[];function _textSelectionHandler(event){if(typeof event=='undefined')return;var element=Event.element(event);if(!element)return;for(var i=0,node;node=IGNORED_ELEMENTS[i];i++){if(element===node||element.descendantOf(node)){Event.stop(event);break;}}}
if(document.attachEvent)
document.onselectstart=_textSelectionHandler.bindAsEventListener(window);else
document.observe('mousedown',_textSelectionHandler);Element.addMethods({enableTextSelection:function(element){IGNORED_ELEMENTS=IGNORED_ELEMENTS.without(element);},disableTextSelection:function(element){if(!IGNORED_ELEMENTS.include(element))
IGNORED_ELEMENTS.push(element);}});})();function sleep(milliseconds){var date=new Date();var curDate=null;do{curDate=new Date();}
while(curDate-date<milliseconds)}
var ModalMessage=Class.create({initialize:function(){this.queue=new Array;this._unloading=false;this._timeout=false;Event.observe(window,'unload',this._stopMessages.bind(this));},_stopMessages:function(e)
{this._unloading=true;},notice:function(message){this._message(_('Notice'),message,'modal-notice','modal-header-notice','modal-message-notice',true);},_autoHide:function()
{setTimeout(this._getTimeout(),function(){if(typeof this.hide!='undefined'){this.hide()}}.bind(this));},warning:function(message){this._message(_('Warning'),message,'modal-warning','modal-header-warning','modal-message-warning');},spinner:function(title){this._loading(title,'modal-warning','modal-header-warning','modal-message-warning');},error:function(message){this._message(_('Error'),message,'modal-error','modal-header-error','modal-message-error');},stickyWarning:function(message,title){this._message(typeof title=='undefined'?_('Warning'):title,message,'modal-warning','modal-header-warning','modal-message-warning',false,true,false,false);},hideIfEmpty:function(){if(this.queue.length==1||(this.queue.length>0&&this.queue[0][4]==true)){this.hide();}},afterHide:function(index)
{if(this._unloading){return;}
this.queue.shift();if(this.queue.length>0){var params=this.queue[0];params[1]['afterHide']=this.afterHide.bind(this,0);if(params[2]){params[1]['onShow']=function(){setTimeout(function(){try{Modalbox.hide({afterHide:this.afterHide.bind(this,0)});}catch(e){}}.bind(this),2500);return true;}.bind(this);params[1]['onUpdate']=null;}else{params[1]['onShow']=null;params[1]['onUpdate']=null;}
Modalbox.show(params[0],params[1]);}
return true;},stickyNotice:function(message,title){this._message(typeof title=='undefined'?_('Warning'):title,message,'modal-notice','modal-header-notice','modal-message-notice',false,true,false,false);},_loading:function(title,generalClassName,headerClassName,messageClassName)
{var node=new Element('div',{className:generalClassName}).update(new Element('div',{id:'saving-spinner-around'}).update(new Element('div',{id:'saving-spinner'})));var height=60;if(title){height=85;}
var index=this.queue.length;var params=new Array;params.push(node);params.push({'title':title,'headerClassName':headerClassName,'height':height,overlay:true,'closable':false,overlayClose:false,afterHide:this.afterHide.bind(this,0),afterLoad:this._afterLoadSpinner.bind(this)});params.push(false);params.push(true);params.push(true);this.queue.push(params);if(this.queue.length==1){Modalbox.show(node,params[1]);}else{}},_afterLoadSpinner:function()
{if($('saving-spinner')){var img=new Image();img.onload=this.__spinner.bind(this);img.src='/images/hspinner.gif';}
return true;},__spinner:function()
{if($('saving-spinner'))$('saving-spinner').spinner({image:'hspinner',classname:'spinner-center'});},_message:function(title,text,generalClassName,headerClassName,messageClassName,autoHide)
{var node=new Element('div',{className:generalClassName}).update(new Element('span',{className:messageClassName}).update(text));Modalbox.show(node,{'title':title,'headerClassName':headerClassName});if(typeof autoHide!='undefined'&&autoHide){setTimeout(function(){try{Modalbox.hide();}catch(e){}},9000);}},_getTimeOut:function()
{if(Prototype.Browser.IE){return 13000;}
return 8000;},hide:function(params)
{if(this._unloading){return;}
try{params=typeof params=='undefined'?{}:params;Modalbox.hide(params);}catch(e){}}});var newGrowler=new ModalMessage();function ellipsis(e){if(e.hasClassName('ellipsified'))return;var w=e.getWidth();if(w<10)return;var factor=1;var mw=parseInt(e.getStyle('maxWidth'));if(mw>0){w=mw;}
if(Prototype.Browser.IE6){if(e.up('ul#menu')){w=120;}}
var t=e.innerHTML;var inner=t;var innerEl=e;while((el=innerEl.down())){inner=el.innerHTML;innerEl=el;}
var addedEllipsis=false;e.innerHTML="<span>"+t+"</span>";theEl=e;e=e.down();outerEl=e;var minus=10;if(Prototype.Browser.IE6||Prototype.Browser.IE7){minus=0.15*w;}
while(t.length>0&&e.getWidth()*factor>=w*factor-minus){t=t.substr(0,t.length-1);e.innerHTML=t+"...";addedEllipsis=true;}
if(addedEllipsis){e.writeAttribute('title',inner);theEl.addClassName('ellipsified');}}
var Cache={};var DropOrg=Class.create({template:'<div id="{id}" class="drop" style="display:none;">'
+'<form id="{id}_form" class="wrapper" method="post" action="{action}">'
+'<fieldset>'
+'<label for="{field_id}">{title}</label>'
+'<input id="{field_id}" class="text" type="text" size="33" name="{field_name}" />'
+'<input class="button" type="submit" value="{submit_name}" style="" id="{id}_button" />'
+'</fieldset>'+'</form>'
+'<div class="drop-bottom"></div>'+'</div>',initialize:function(Drops,parent,link_id,x,y,id,title,field,submit_name,action){this.Drops=Drops;this.x=x;this.y=y;this.link_id=link_id;this.id=id;this.mouse_out=false;this.element=new Element('div');new Insertion.Top(parent,this.build(id,title,field,submit_name,action));new Effect.Move($(this.id),{x:this.x,y:this.y,mode:'absolute'});this.element=$(this.id);this.form=$(this.id+'_form');this.submit=$(this.id+'_submit');if($(this.link_id)){$(this.link_id).observe('click',function(event){var el=Event.element(event);this.Drops.show(this);Event.stop(event);if(el.up('.tab-holder')){if($Menu)$Menu.dontHideActive();}}.bind(this));}
$(this.id).observe('mouseout',function(){this.mouse_out=true;}.bind(this)).observe('mouseover',function(){this.mouse_out=false;}.bind(this));},build:function(id,title,field,submit_name,action){var str=this.template;str=str.replace('{id}',id).replace('{id}',id).replace('{id}',id);str=str.replace('{action}',action);str=str.replace('{title}',title);str=str.replace('{submit_name}',submit_name);str=str.replace('{field_name}',field);field_id=field.replace('[','_').replace(']','_');str=str.replace('{field_id}',field_id).replace('{field_id}',field_id);return str;},hide:function(){$(this.id).hide();return true;},show:function(){$(this.id).show();}});var Drop=Class.create({template:'<div id="{id}" class="drop" style="display:none;left:{x}px;top:{y}px;">'
+'<form id="{id}_form" class="wrapper show-spinner{form_class}" method="post" action="{action}">'
+'{fieldsets}'+'</form>'
+'<div class="drop-bottom"></div>'+'</div>',field_templates:{'header':'<h1 class="drop_header_title">{title}</h1>','text':'<input id="{id}" class="{class_name}" type="text" size="{size}" name="{name}"  style="height:13px;padding:5px;float:left;border:1px solid white;"/>','textarea':'<textarea id="{id}" class="{class_name}" cols="{cols}" rows="{rows}" style="width:300px" name="{name}"></textarea>','label':'<label for="{for}">{title}</label>','submit':'<input class="{class_name}" type="submit" value="{value}" style="" id="{id}" />','clearer':'<div class="clearer"></div>','hidden':'<input type="hidden" name="{name}" id="{id}" value="{value}" />','ul':'<ul>{items}</ul>','li':'<li>{content}</li>'},initialize:function(Drops,parent,link_id,x,y,id,fieldsets,action,dontobserve){this.Drops=Drops;this.dontobserve=typeof dontobserve=='undefined'?false:dontobserve;this.x=x;this.y=y;this.link_id=link_id;this.id=id;this.action=action;this.fieldsets=fieldsets;this.mouse_out=false;this.element=new Element('div');new Insertion.Top(parent,this.build());this.element=$(this.id);this.form=$(this.id+'_form');this.submit=$(this.id+'_submit');if($(this.link_id)){$(this.link_id).observe('click',function(event){var el=Event.element(event);var x=this.x;var y=this.y;if(this.x==-1&&this.y==-1){x=event.pointerX()-160;y=event.pointerY();this.moveTo(x,y);}
this.Drops.show(this);Event.stop(event);if(el.up('.tab-holder')){$Menu.dontHideActive();}}.bind(this));}
if(this.submit){this.submit.observe('click',this.hide.bind(this));}
$(this.id).observe('mouseout',function(){this.mouse_out=true;}.bind(this)).observe('mouseover',function(){this.mouse_out=false;}.bind(this));},build:function(){var str=this.template;if(this.dontobserve){str=str.replace('{form_class}',' dont-observe');}else{str=str.replace('{form_class}','');}
str=str.replace('{x}',this.x).replace('{y}',this.y);str=str.replace('{id}',this.id).replace('{id}',this.id);str=str.replace('{title}',this.title);var fields='';var results='';for(i=0;i<this.fieldsets.length;i++){fieldset=this.fieldsets[i];fields='<fieldset>';for(j=0;j<fieldset.length;j++){var fieldtpl=this.field_templates[fieldset[j].type];if(!fieldtpl)
continue;var field=fieldset[j];if(fieldset[j].type=='ul'){var items=field['items']?field['items']:[];var itemstr='';for(l=0;l<items.length;l++){subtpl=this.field_templates['li'];itemstr+=subtpl.replace('{content}',items[l]);}
fieldtpl=fieldtpl.replace('{items}',itemstr);}else{for(key in field){fieldtpl=fieldtpl.replace('{'+key+'}',field[key]);}}
if(!fieldset[j].type['id']){id=this.id+'_'+fieldset[j].type;fieldtpl=fieldtpl.replace('{id}',id);}
if(fieldset[j].type=='text'&&!field.size){fieldtpl=fieldtpl.replace('{size}',33);}
if(fieldset[j].type=='text'&&!field.class_name){fieldtpl=fieldtpl.replace('{class_name}','text');}
if(fieldset[j].type=='submit'&&!field.class_name){fieldtpl=fieldtpl.replace('{class_name}','button');}
fields=fields+fieldtpl;}
results+=fields+'</fieldset>';fields='';}
str=str.replace('{action}',this.action);str=str.replace('{fieldsets}',results);return str;},hide:function(){$(this.id).hide();return true;},show:function(){$(this.id).show();},getElement:function(){return $(this.id);},remove:function()
{$(this.id).remove();},move:function(posx,posy){$(this.id).writeAttribute('style','display:block;left:'+posx+';top:'+posy+';');},moveTo:function(posx,posy){$(this.id).writeAttribute('style','position:absolute;left:'+posx+'px;top:'+posy+'px;');}});var $Drop={drops:new Array(),hash:{},initialized:false};$Drop.remove=function(element){for(id in $Drop.hash){if(element.id&&$Drop.hash[id].id==element.id){$Drop.hash[id].show();$Drop.hash[id].remove();$Drop.hash[id]=null;}}};$Drop.add=function(parent,link_id,x,y,id,fieldsets,action,dontobserve){if(!$Drop.initialized){$$('body').first().observe('click',function(){for(id in $Drop.hash){$Drop.hash[id].mouse_out&&$Drop.hash[id].hide()&&$Menu.restoreMenu();}});$Drop.initialized=true;}
$d=new Drop(this,parent,link_id,x,y,id,fieldsets,action,dontobserve);$Drop.hash[id]=$d;if(Prototype.Browser.IE6){$d.form.setStyle({behavior:'url(/images/iepngfix.htc)'});}
return $d;};$Drop.hideAll=function(){$Drop.show({});};$Drop.show=function(element){for(id in $Drop.hash){if(!element.id||$Drop.hash[id].id!=element.id){$Drop.hash[id].hide();}else{$Drop.hash[id].show();}}};$Drop.getDrop=function(id){return($Drop.hash[id]?$Drop.hash[id]:false);};$Drop.isDrop=function(el){for(id in $Drop.hash){if(el.descendantOf($Drop.hash[id].id)){return true;}}
return false;};var Menu=Class.create({initialize:function(container_id,timeout){if($('menu')){$('menu').disableTextSelection();}
if(typeof timeout=='undefined'){timeout=5000;}
this._menu_mouse_out_disabled=false;this._menu_timeout=timeout;this._menu_timers=new Array();this.holder=$(container_id);if(this.holder){this.holder.disableTextSelection();if(($actives=this.holder.$$('li.active')).length>0){this.active=$actives[0];}
if(($currents=this.holder.$$('li.current')).length>0){this.current=$currents[0];}
this._initObservers();}},_initObservers:function(){this._initTabObserver();this._initBodyClickObserver();},_restoreMenu:function(){if(!this._menu_mouse_out_disabled){this.holder.$$('li').each(function(e){e.removeClassName('active');e.removeClassName('hover');});if(this.current){this.current.addClassName('active');this.current.addClassName('hover');this.current.removeClassName('current_hover');}}
this._clearHideTimers();},_initHideTab:function(e){if(!this._menu_mouse_out_disabled){hideTimeout=setTimeout(this._restoreMenu.bind(this),this._menu_timeout);this._menu_timers.push(hideTimeout);}},_clearHideTimers:function(){for(i=0;i<this._menu_timers.length;i++){clearTimeout(this._menu_timers[i]);}
this._menu_timers=new Array();},_tabMouseOut:function(e){var __el=Event.element(e);this.holder.$$('li').each(function(e){e.removeClassName('active');e.removeClassName('hover');});__el.up('li').addClassName('active');__el.up('li').addClassName('hover');this.last_active=this.active;this.active=false;if(this.current){this.current.addClassName('current_hover');}
this._menu_mouse_out_disabled=false;},_tabMouseOver:function(e){var __el=Event.element(e);if(this.active!=false&&__el.descendantOf(this.active))
return;this.active=__el.up('li');this._menu_mouse_out_disabled=false;this.holder.$$('li').each(function(e){e.removeClassName('active');e.removeClassName('hover')});if(this.active){this.active.addClassName('active');this.active.addClassName('hover');}
if(this.current){this.current.addClassName('current_hover');}
$Drop.hideAll();},_tabMouseDblClick:function(e){var el=Event.element(e);if(el.nodeName!='A'){el=el.up('a');}
window.location.href=a.readAttribute('href');},_tabMouseClick:function(e){var __el=Event.element(e);if((this.active!=false&&__el.descendantOf(this.active))){if(this.current&&__el.descendantOf(this.current)&&!__el.up('li').hasClassName('link')){Event.stop(e);}
return;}
if((!__el.up("li").down("div.tab-holder")||__el.up('li').down('div.tab-holder').select('li > a').length<1)&&!(this.current!=false&&__el.descendantOf(this.current))){return;}
Event.stop(e);this.active=__el.up('li');this._menu_mouse_out_disabled=false;this.holder.$$('li').each(function(e){e.removeClassName('active');e.removeClassName('hover')});if(this.active){this.active.addClassName('active');this.active.addClassName('hover');}
if(this.current){this.current.addClassName('current_hover');}
$Drop.hideAll();},_observeTab:function(_el){if(!_el.up('li').hasClassName('disabled')&&!_el.up('li').hasClassName('current')){_el.observe('click',this._tabMouseClick.bind(this));}else if(_el.up('li').hasClassName('current')){_el.observe('click',this._tabMouseClick.bind(this));}
else if(_el.up('li').hasClassName('disabled')){_el.observe('click',function(e){Event.stop(e);newGrowler.warning(_('Your profile is still not complete. Please fill the follow fields in order to be a user on vimity.',null,'profile'));});}},_initTabObserver:function(){this.holder.$$('li > a > span').each(this._observeTab.bind(this));},_initBodyClickObserver:function(){$$('body').first().observe('click',this._bodyClickEvent.bind(this));},_bodyClickEvent:function(e){var eventElement=Event.element(e);this._menu_mouse_out_disabled=false;var active=this.active?this.active:this.last_active;if((active&&eventElement.descendantOf(active))||$Drop.isDrop(eventElement)){this._menu_mouse_out_disabled=true;return;}
if(active){active.removeClassName('active');active.removeClassName('hover');}
if(this.current){this.current.addClassName('active').removeClassName('current_hover');}
$Drop.hideAll();}});var $Menu=new Object();$Menu.create=function(name){this.instance=new Menu(name);};$Menu.dontHideActive=function(){this.instance._menu_mouse_out_disabled=true;this.instance._clearHideTimers();};$Menu.restoreMenu=function(){this.instance._menu_mouse_out_disabled=true;this.instance._restoreMenu();};if(window['console']===undefined){window.console={log:Prototype.emptyFunction,error:Prototype.emptyFunction,info:Prototype.emptyFunction};}
document.observe("dom:loaded",function(){initPage();var button_count=0;$$('input').each(function($input){var type=$input.getAttribute("type");var title=$input.value;var class_name='';if(type=='button'){class_name='cool_button';}else if(type=='submit'){class_name='cool_button submit_button';}
if(class_name){button_count++;$input.insert({before:'<span class="'+class_name+'">'+title+'</span>'});$input.hide();$input.value=0;}});if(button_count>0){Cufon.refresh('.cool_button');}
$$('.submit_button').each(function($button){var form=$button.up('form');var submit_btn=$button.next();$button.observe("click",function(e){Event.stop(e);submit_btn.value=1;if(!form.hasClassName('manual_submit')){if($('search_sidebar_form')){if($('search_sidebar_query').value==$('search_sidebar_query').getAttribute("rel")){$('search_sidebar_query').value='';}}
form.submit();}});});});OnloadFull.unshift({'hook_messages':function(){if(typeof IS_ADMIN=='undefined'){hookMessages();}}});window.onload=function(){OnloadFull.each(function(OnloadEvents){for(key in OnloadEvents){(OnloadEvents[key])();}});};Element.addMethods({$$:function(element,selector){return element.getElementsBySelector(selector);},spinner:function(element,options){element=$(element);var img=(options&&options['image'])||'hspinner';var classname=(options&&options['classname'])||'';var spinner=$(element.id+'_spinner');element.toggle();if(!spinner){element.insert({after:'<img src="/images/'+img+'.gif" id="'+element.id
+'_spinner" alt="loading..." />'});if(classname!=''){$(element.id+'_spinner').addClassName(classname);}}else{spinner.toggle();}},fancyShow:function(element){Effect.Appear($(element));},fancyHide:function(element){Effect.DropOut($(element));},uncheck:function(element){$(element).checked=false;},check:function(element){$(element).checked=true;},loadImageSrc:function(object,src,onload,onerror){if(object.src==src&&(object.complete||Prototype.Browser.Webkit)){onload();}else{if(typeof onload=='function'){object.onload=onload;}
if(typeof onerror=='function'){object.onerror=onerror;}
object.src=src;}}});Array.prototype.sum=function(){for(var i=0,sum=0;i<this.length;sum+=this[i++]);return sum;};Array.prototype.max=function(){return Math.max.apply({},this);};Array.prototype.min=function(){return Math.min.apply({},this);};Array.prototype.extractIdentities=function(key){var identities={};$(this).each(function(item){var names=$(item).classNames().toArray();item.id?names.push(item.id):null;names.each(function(name){if(name.indexOf(key)!=-1){item.identity=parseInt(/[0-9]+$/.exec(name)[0]);identities[$(item).identify()]=item.identity;}});});return identities;};Number.prototype.humanSize=function(decimal,only_unit){var size=this;if(!isNaN(size*1)){var position=0;var units=['Bytes','KB','MB','GB','TB','PB','EB','ZB','YB'];while(size>=1024&&(size/1024)>=1){size/=1024;position++;}
var decimal=decimal||(position>1?1:0);return(only_unit?'':(parseFloat(parseFloat(size).toFixed(decimal))+' '))+units[position];}else{return only_unit?'Bytes':'0 Bytes';}};Element.addMethods({copyToClipboard:function(element,swf)
{if(Object.isUndefined(swf))swf='/flash/_clipboard.swf';if(window.clipboardData)
window.clipboardData.setData('Text',element.getValue());else
{if(!$('flash_clipboard_container'))
$(document.body).insert(new Element('div',{id:'flash_clipboard_container'}));var content=encodeURIComponent(element.getValue());if(!(typeof SWFObject=='undefined'))
{var so=new SWFObject(swf,'copy_contents','0','0','4');so.addVariable('clipboard',content);so.addParam('autoplay',true);so.write('flash_clipboard_container');}
else
{$('flash_clipboard_container').update(new Element('embed',{width:0,height:0,autoplay:1,flashvars:'clipboard='+content,quality:'high',name:'copy_contents',id:'copy_contents',src:swf,type:'application/x-shockwave-flash'}));}}}});Object.extend(String.prototype,{upcase:function(){return this.toUpperCase();},downcase:function(){return this.toLowerCase();},toInteger:function(){return parseInt(this);},unnaccent:function(){return this.replace(/(À|Á|Â|Ã|Ä|Å|Æ)/g,'A').replace(/(Ç)/g,'C').replace(/(È|É|Ê|Ë)/g,'E').replace(/(Ì|Í|Î|Ï)/g,'I').replace(/(Ð)/g,'D').replace(/(Ñ)/g,'N').replace(/(Ò|Ó|Ô|Õ|Ö|Ø)/g,'O').replace(/(Ù|Ú|Û|Ü)/g,'U').replace(/(Ý)/g,'Y').replace(/(Þ)/g,'T').replace(/(ß)/g,'s').replace(/(à|á|â|ã|ä|å|æ)/g,'a').replace(/(ç)/g,'c').replace(/(è|é|ê|ë|ð)/g,'e').replace(/(ì|í|î|ï)/g,'i').replace(/(ñ)/g,'n').replace(/(ò|ó|ô|õ|ö|ø)/g,'o').replace(/(ù|ú|û|ü)/g,'u').replace(/(ý|ÿ)/g,'y').replace(/(þ)/g,'t');},toSlug:function(){return this!='/'?this.strip().unnaccent().downcase().replace(/[^-a-z0-9~\s\.:;+=_]/g,'').replace(/[\s:;=+]+/g,'-').replace(/^[\-\.]*/,'').replace(/[\-\.]*$/,'').replace(/[\-\.]{2,}/g,'-'):this;}});if(typeof String.prototype.lTrim=='undefined'){String.prototype.lTrim=function(){return this.replace(/^\s*/,'');}}
if(typeof String.prototype.rTrim=='undefined'){String.prototype.rTrim=function(){return this.replace(/\s*$/,'');}}
if(typeof String.prototype.trim=='undefined'){String.prototype.trim=function(){return this.lTrim().rTrim();}}
String.prototype.replaceAll=function(pcFrom,pcTo){var i=this.indexOf(pcFrom);var c=this;while(i>-1){c=c.replace(pcFrom,pcTo);i=c.indexOf(pcFrom);}
return c;};String.prototype.stripComments=function(){return this.replace(/<!\-\-.*?\-\->/g,'');};String.prototype.unaccent=function(){return this.replace(/(À|Á|Â|Ã|Ä|Å|Æ)/g,'A').replace(/(Ç)/g,'C').replace(/(È|É|Ê|Ë)/g,'E').replace(/(Ì|Í|Î|Ï)/g,'I').replace(/(Ð)/g,'D').replace(/(Ñ)/g,'N').replace(/(Ò|Ó|Ô|Õ|Ö|Ø)/g,'O').replace(/(Ù|Ú|Û|Ü)/g,'U').replace(/(Ý)/g,'Y').replace(/(Þ)/g,'T').replace(/(ß)/g,'s').replace(/(à|á|â|ã|ä|å|æ)/g,'a').replace(/(ç)/g,'c').replace(/(è|é|ê|ë|ð)/g,'e').replace(/(ì|í|î|ï)/g,'i').replace(/(ñ)/g,'n').replace(/(ò|ó|ô|õ|ö|ø)/g,'o').replace(/(ù|ú|û|ü)/g,'u').replace(/(ý|ÿ)/g,'y').replace(/(þ)/g,'t');};function hookMessages()
{if(typeof DO_NOT_HOOK_MESSAGES!='undefined'&&DO_NOT_HOOK_MESSAGES==true)return;$$('#flash_container div').each(function(item){var classNames=item.classNames();var addClass=item.hasClassName('error')?'error':(item.hasClassName('warning')?'warning':'notice');var title=undefined;var title_item=item.down('span.title');if(title_item){title=title_item.innerHTML;title_item.remove();}
var found=false;switch(addClass){case'stickyWarning':if(Prototype.Browser.IE8){newGrowler.warning(item.innerHTML,title);}else{newGrowler.stickyWarning(item.innerHTML,title);}
break;case'warning':newGrowler.warning(item.innerHTML,title);break;case'error':newGrowler.error(item.innerHTML,title);break;case'notice':default:newGrowler.notice(item.innerHTML,title);break;}
item.remove();});$$('div.notice').each(function(item){newGrowler.notice(item.innerHTML);item.remove();});$$('div.warning').each(function(item){newGrowler.warning(item.innerHTML);item.remove();});$$('div.error').each(function(item){newGrowler.error(item.innerHTML);item.remove();});$('flash')&&$('flash').remove();}
var FormHandler=Class.create({initialize:function()
{this.enabled=true;this.disable_onbeforeunload=false;this.original_form_values={};this._hookedOnUnload=false;this.observeForms();},resetOriginalFormValues:function(form)
{if(typeof form=='object'&&typeof form.serialize=='function'){var content=form.serialize()+'';this.original_form_values[form.id]=content.replaceAll('%26nbsp%3B','%C2%A0');}},observeForms:function()
{this.observed_forms=new Array;var forms=$$('form');for(i=0;i<forms.length;i++){var form=forms[i];if(!form.hasClassName('dont-observe')){this.observeForm(form);}}
if(this.observed_forms.length>0&&!this._hookedOnUnload){this._hookedOnUnload=true;if(Prototype.Browser.IE){Event.observe(window,'beforeunload',this.preventUnsavedChanges.bind(this),false);}else{window.onbeforeunload=this.preventUnsavedChanges.bind(this);}}},observeForm:function(form,hook)
{hook=typeof hook=='undefined'?false:hook;if(!form.id){form.writeAttribute('id','form'+this.observed_forms.length);}
if(form.hasClassName('prevent-data-loss')){this.original_form_values[form.readAttribute('id')]=form.serialize()+'';form.resetOriginalFormValues=this.resetOriginalFormValues.bind(this,form);this.observed_forms.push(form);}
$(form).observe('submit',this.beforeSubmit.bind(this));var buttons=form.getElementsBySelector('a.button');form.getElementsBySelector('input.button').invoke('hide');for(j=0;j<buttons.length;j++){var button=buttons[j];button.show();button.disableTextSelection();if(!$(button).hasClassName('no-submit')){$(button).observe('click',this.submitForm.bind(this,form));}}
if(form.up('.drop')){form.getElementsBySelector('input.button').invoke('show');var buttons=form.getElementsBySelector('input.button');for(j=0;j<buttons.length;j++){var button=buttons[j];button.show();$(button).observe('click',this.submitForm.bind(this,form));}}
if(hook&&this.observed_forms.length>0&&!this._hookedOnUnload){this._hookedOnUnload=true;if(Prototype.Browser.IE){Event.observe(window,'beforeunload',this.preventUnsavedChanges.bind(this),false);}else{window.onbeforeunload=this.preventUnsavedChanges.bind(this);}}},preventUnsavedChanges:function(e)
{if(this.disable_onbeforeunload)return;for(i=0;i<this.observed_forms.length;i++){var observed_form=this.observed_forms[i];if(typeof observed_form.prevent_data_loss!='undefined'&&observed_form.prevent_data_loss==false)continue;}},stopObserving:function(form)
{$(form).stopObserving('submit',this.beforeSubmit);var buttons=form.getElementsBySelector('a.button');for(j=0;j<buttons.length;j++){var button=buttons[j];$(button).stopObserving('click',this.submitForm);}
if(form.up('.drop')){var buttons=form.getElementsBySelector('input.button');for(j=0;j<buttons.length;j++){var button=buttons[j];$(button).stopObserving('click',this.submitForm);}}},beforeSubmit:function(e,form)
{var submitEl=Event.element(e);if(submitEl){if(submitEl.nodeName=='SPAN'){submitEl=submitEl.up('a');}
submitEl.fire('form:beforeSubmit');}
this.clearMessages();if(typeof e.stop!='undefined'&&typeof form=='undefined'){var form=Event.element(e);if(form.nodeName!='FORM'){form=form.up('form');}}
if(!this.validateRequiredFields(form))return false;this.disable_onbeforeunload=true;if(form.hasClassName('submit-via-ajax')){this.submitViaAjax(form);e.stop();return false;}
if(form.hasClassName('show-spinner')){newGrowler.spinner(false);}
return true;},validateRequiredFields:function(form,title)
{var missing_fields=new Array;var fields=form.getElementsBySelector('.required');for(i=0;i<fields.length;i++){if((fields[i].nodeName=='SELECT'||fields[i].nodeName=='INPUT'||fields[i].nodeName=='TEXTAREA')&&fields[i].value.trim()==''){missing_fields.push(fields[i]);}}
if(missing_fields.length>0){if(typeof e!='undefined'&&typeof e.stop!='undefined')e.stop();this.renderErrors(missing_fields,form,title);return false;}
return true;},removeSampleTexts:function(form)
{var missing_fields=new Array;var fields=form.getElementsBySelector('.sample-text');for(i=0;i<fields.length;i++){fields[i].value='';}},submitViaAjax:function(form)
{if(typeof newGrowler!='undefined'){newGrowler.spinner(false);}
form.request({onSuccess:this.ajaxSubmitSuccess.bind(this,form),onFailure:this.ajaxSubmitFailure.bind(this,form)});},ajaxSubmitSuccess:function(form,transport)
{if(transport.status==200||transport.status==201||transport.status==202){var res=true;if(typeof form.afterSaveSuccess=='function'){res=form.afterSaveSuccess(transport);}
if(res!==false){newGrowler.notice(transport.responseText);}}else{var res=true;if(typeof form.afterSaveFailure=='function'){res=form.afterSaveFailure(transport);}
if(res!==false){newGrowler.warning(transport.responseText);}}
form.resetOriginalFormValues();this.disable_onbeforeunload=false;},ajaxSubmitFailure:function(form,transport)
{var res=true;if(typeof form.afterSaveFailure=='function'){res=form.afterSaveFailure(transport);}
if(res!==false){newGrowler.error(transport.responseText);}
this.disable_onbeforeunload=false;},clearMessages:function()
{$$('#Growler div').each(function(e){e.remove();});},submitForm:function(form,event)
{if(typeof event!='undefined'&&typeof event.stop=='function')event.stop();if(this.beforeSubmit(event,form)==true){form.submit();return false;}
return false;},renderErrors:function(missing,f,title)
{var links=new Array();var texts=new Array();for(i=0;i<missing.length;i++){var label=missing[i].previous('label');if(!label){var labels=f.getElementsBySelector('label[for="'+missing[i].id+'"]');if(labels.length>0){label=labels[0];}}
if(label){link_id=label.readAttribute('for')+'_link_to'+f.id;scroll_to_id=label.readAttribute('id');if(!scroll_to_id){scroll_to_id=link_id+'_label'+f.id;label.writeAttribute('id',scroll_to_id);}
scroll_to_id=label.readAttribute('for');var link='<strong>'+label.innerHTML+'</strong>';var message=_('%field is mandatory',{'%field':link});texts.push(message);links.push({'id':link_id,'scroll_id':scroll_to_id});}}
var message='<p>'+texts.join('</p><p>')+'</p>';var node=new Element('div',{className:'modal-error'}).update(new Element('span',{className:'modal-message-error'}).update(message));newGrowler.error(message,typeof title!='undefined'?title:_('The following errors prevented this form from being saved'));},moveToField:function(id,e)
{new Effect.ScrollTo($(id),{offset:-50});$(id).focus();e.stop();}});function confirmAction(title,confirmationText,okButtonText,cancelButtonText,okCallback,cancelCallback,hideCallback,close)
{if(typeof hideCallback=='undefined'){hideCallback=Prototype.emptyFunction;}
if(typeof cancelCallback=='undefined'){cancelCallback=Prototype.emptyFunction;}
if(typeof close=='undefined'){close=true;}
var node=new Element('div',{className:'modal-warning'}).update(new Element('p').update(confirmationText)).insert(new Element('div',{className:'clearer'})).insert(new Element('input',{type:'button',value:okButtonText,className:'button',style:'clear:none;float:none;',id:'okBut'})).insert(new Element('span').update(' '+_('or')+' ')).insert(new Element('input',{type:'button',value:cancelButtonText,className:'button',style:'clear:none;float:none;',id:'cancelBut'}));if(Prototype.Browser.IE8){node.removeClassName('modal-warning');node.addClassName('modal-warning');node.getElementsBySelector('input').each(function(el){el.removeClassName('button');el.addClassName('button');});}
var hideObserver=Modalbox._hide.bindAsEventListener(Modalbox);Modalbox.show(node,{'title':title,onShow:null,onUpdate:null,headerClassName:'modal-warning',afterLoad:function()
{if($('okBut'))$('okBut').observe('click',function(e){okCallback();var el=Event.element(e);el.addClassName('chosen');});if($('okBut'))$('okBut').observe('click',hideObserver);if($('okBut'))$('okBut').observe('mouseover',function(e){var el=Event.element(e);el.focus();});if($('cancelBut'))$('cancelBut').observe('mouseover',function(e){var el=Event.element(e);el.focus();});if($('cancelBut')){$('cancelBut').observe('click',hideObserver);$('cancelBut').observe('click',cancelCallback);}},beforeHide:function()
{if($('okBut'))$('okBut').stopObserving('click',okCallback);if($('cancelBut'))$('cancelBut').stopObserving('click',cancelCallback);if($('okBut'))$('okBut').stopObserving('click',hideObserver);if($('cancelBut'))$('cancelBut').stopObserving('click',hideObserver);if(!$('okBut')||$('okBut').hasClassName('chosen'))return true;return true;},afterHide:hideCallback});}
function inputAction(title,text,fields,callback)
{var randomnumber=Math.floor(Math.random()*1000001)
var node=new Element('div',{className:'modal-warning','id':'modal_input_dialog_'+randomnumber}).update(new Element('p').update(text)).insert(new Element('div',{className:'clearer'}).insert(new Element('p').update('&nbsp;')));for(i=0;i<fields.length;i++){if(fields[i].type=='text'){node.insert(new Element('p').insert(new Element('div',{className:'modal_input_label'}).update(fields[i].label)).insert(new Element('input',{type:'text',className:'modal_input_item','name':fields[i].name})));}else if(fields[i].type=='hidden'){node.insert(new Element('input',{type:'hidden',className:'modal_input_item','name':fields[i].name,'value':fields[i].value}));}}
node.insert(new Element('input',{type:'button',value:'submit',className:'button',style:'clear:none;float:none;',id:'modal_input_submit_button_'+randomnumber}));if(Prototype.Browser.IE8){node.removeClassName('modal-warning');node.addClassName('modal-warning');node.getElementsBySelector('input').each(function(el){el.removeClassName('button');el.addClassName('button');});}
var hideObserver=Modalbox._hide.bindAsEventListener(Modalbox);var returnValsCallback=function()
{callback($('modal_input_dialog_'+randomnumber).getElementsByClassName('modal_input_item'));};newGrowler._message(title,node,'','modal-warning','',false,true,false,true,function()
{if($('modal_input_submit_button_'+randomnumber))$('modal_input_submit_button_'+randomnumber).observe('click',returnValsCallback);if($('modal_input_submit_button_'+randomnumber))$('modal_input_submit_button_'+randomnumber).observe('click',hideObserver);return true;},function()
{if($('modal_input_submit_button_'+randomnumber))$('modal_input_submit_button_'+randomnumber).stopObserving('click',returnValsCallback);if($('modal_input_dialog_'+randomnumber)){$('modal_input_dialog_'+randomnumber).remove();}
return true;});}
var growler=false;function initPage(){$FormHandler=new FormHandler();$Menu.create('menu-nav');initHide();ieHover('.hover-ie li');ieHover('a.ie-link-hover');ieHover('div.thumb img');if($('modal_error')){newGrowler.error($('modal_error').innerHTML);$('modal_error').remove();}
$$('.light-box').each(function(_el){$(_el).select('a.add').each(function(_btn){_btn.onclick=function(){$(this.parentNode).toggleClassName('open-more');return false;}});});$$('.edit_inline').each(function(_el){$(_el).show().observe('click',function(){$(this).hide().next().show().select('input, textarea, select').first().observe('focus',function(){this.select();}).observe('mouseup',function(e){Event.stop(e);}).focus();}).next().hide().select('input, textarea, select').first().observe('blur',function(){if($F(this)!=''){$(this).up().hide().previous().show().update($F(this));}});($(_el).innerHTML=='')&&$(_el).hide().next().show();});$$('input[type="password"]').each(function(el){if(!el.hasClassName('autocomplete-on'))el.writeAttribute('autocomplete','off');});initDynamicPage();};function initDynamicPage()
{}
function ieHover(_list){if(document.all&&!window.opera){$$(_list).each(function(_el){_el.onmouseover=function(){$(this).addClassName('hover');}
_el.onmouseout=function(){$(this).removeClassName('hover');}});}};function ieLinkHover(_links){if(document.all&&!window.opera){$$(_links).each(function(_el){_el.onmouseover=function(){$(this).addClassName('hover');}
_el.onmouseout=function(){$(this).removeClassName('hover');}});}};function initHide(){var _duration=0.8;$$('a.hide').each(function(_el){if(!_el.next(0).hasClassName('opened')){_el.next(0).setStyle({height:0});_el.select('span')[0].hide();_el.select('span')[1].show();}else{_el.select('span')[0].show();_el.select('span')[1].hide();}
_el.onclick=function(){if(this.next(0).hasClassName('opened')){new Effect.Morph(this.next(0),{style:{height:'0px'},duration:_duration});this.next(0).removeClassName('opened');_el.select('span')[0].hide();_el.select('span')[1].show();}else{var el=this.next(0).firstDescendant();var _h=el.getHeight();var orgel=el;while((el=el.down())){if(el.getHeight()>_h){_h=el.getHeight();}}
_h=_h+'px';el=orgel;new Effect.Morph(this.next(0),{style:{height:_h},duration:_duration});this.next(0).addClassName('opened');_el.select('span')[0].show();_el.select('span')[1].hide();}
return false;}});};var addToLightboxFunction=function($l){$l.observe('click',function(e){Event.stop(e);var image_id=$l.up('ul').id.split('-')[2];var lightbox_id=$l.up('li').className.split('-')[1];if($l.hasClassName('in')){new Ajax.Request("/members/lightbox/delete_image/?image_id="+image_id+"&lightbox_id="+lightbox_id,{method:'get',onSuccess:function(){var number=$l.down('span.number').next('span.number').next('span.number').down('span');var name=$l.down('span.name').innerHTML;$l.select('span.number')[0].addClassName('number-part-of');$l.removeClassName('in');var new_number=parseInt(number.innerHTML)-1;$$('.lightbox-'+lightbox_id).each(function($o){$o.down('span.number').next('span.number').next('span.number').down('span').update(new_number);});newGrowler.notice(_('Image has been removed from the lightbox <strong>%name</strong>.',{'%name':name}));},onFailure:function(transport){if(transport.status==500){newGrowler.warning(transport.responseText);}}});}else{new Ajax.Request("/members/lightbox/add_image/?image_id="+image_id+"&lightbox_id="+lightbox_id,{method:'get',onSuccess:function(){var number=$l.down('span.number').next('span.number').next('span.number').down('span');var name=$l.down('span.name').innerHTML;$l.select('span.number')[0].addClassName('number-part-of');$l.addClassName('in');var new_number=parseInt(number.innerHTML)+1;$$('.lightbox-'+lightbox_id).each(function($o){$o.down('span.number').next('span.number').next('span.number').down('span').update(new_number);});newGrowler.notice(_('Image has been added to the lightbox <strong>%name</strong>.',{'%name':name}));},onFailure:function(transport){if(transport.status==500){newGrowler.warning(transport.responseText);}}});}});};var Page=Class.create({});var AJAX_RESPONSE_OK=200;var AJAX_RESPONSE_CREATED=201;var AJAX_RESPONSE_FORBIDDEN=403;var AJAX_RESPONSE_CONFLICT=409;var AJAX_RESPONSE_ERROR=500;var ui_click=true;if(!window.Modalbox)
var Modalbox=new Object();Modalbox.Methods={overrideAlert:false,focusableElements:new Array,currFocused:0,initialized:false,active:true,options:{title:"ModalBox Window",overlayClose:true,width:500,height:90,overlayOpacity:.65,overlayDuration:.25,slideDownDuration:.5,slideUpDuration:.5,resizeDuration:.25,inactiveFade:true,transitions:true,loadingString:"Please wait. Loading...",closeString:"Close window",closeValue:"&times;",params:{},headerClassName:false,method:'get',autoFocusing:true,aspnet:false},_options:new Object,setOptions:function(options){Object.extend(this.options,options||{});},_init:function(options){Object.extend(this._options,this.options);this.setOptions(options);this.MBoverlay=new Element("div",{id:"MB_overlay",style:"opacity: 0"});this.MBwindow=new Element("div",{id:"MB_window",style:"display: none"}).update(this.MBframe=new Element("div",{id:"MB_frame"}).update(this.MBheader=new Element("div",{id:"MB_header",className:this.options.headerClassName!=false?this.options.headerClassName:''}).update(this.MBcaption=new Element("div",{id:"MB_caption"}))));this.MBclose=new Element("a",{id:"MB_close",title:this.options.closeString,href:"#"}).update("<span>"+this.options.closeValue+"</span>");this.MBheader.insert({'bottom':this.MBclose});this.MBcontent=new Element("div",{id:"MB_content"}).update(this.MBloading=new Element("div",{id:"MB_loading"}).update(this.options.loadingString));this.MBframe.insert({'bottom':this.MBcontent});var injectToEl=this.options.aspnet?$(document.body).down('form'):$(document.body);injectToEl.insert({'top':this.MBwindow});injectToEl.insert({'top':this.MBoverlay});this.initScrollX=window.pageXOffset||document.body.scrollLeft||document.documentElement.scrollLeft;this.initScrollY=window.pageYOffset||document.body.scrollTop||document.documentElement.scrollTop;this.hideObserver=this._hide.bindAsEventListener(this);this.kbdObserver=this._kbdHandler.bindAsEventListener(this);this._initObservers();this.initialized=true;},show:function(content,options){if(!this.initialized)this._init(options);this.content=content;this.setOptions(options);if(this.options.title)
$(this.MBcaption).update(this.options.title);else{$(this.MBheader).hide();$(this.MBcaption).hide();}
if(this.MBwindow.style.display=="none"){this._appear();this.event("onShow");}
else{this._update();this.event("onUpdate");}},hide:function(options){try{if(this.initialized){if(options&&typeof options.element!='function')Object.extend(this.options,options);this.event("beforeHide");if(this.options.transitions)
Effect.SlideUp(this.MBwindow,{duration:this.options.slideUpDuration,transition:Effect.Transitions.sinoidal,afterFinish:this._deinit.bind(this)});else{$(this.MBwindow).hide();this._deinit();}}else throw("Modalbox is not initialized.");}catch(e){}},_hide:function(event){try{event.stop();if(event.element().id=='MB_overlay'&&!this.options.overlayClose)return false;this.hide();}catch(e){}},alert:function(message){var html='<div class="MB_alert"><p>'+message+'</p><input type="button" onclick="Modalbox.hide()" value="OK" /></div>';Modalbox.show(html,{title:'Alert: '+document.title,width:300});},_appear:function(){try{if(Prototype.Browser.IE&&!navigator.appVersion.match(/\b7.0\b/)){window.scrollTo(0,0);this._prepareIE("100%","hidden");}
this._setWidth();this._setPosition();if(this.options.transitions){$(this.MBoverlay).setStyle({opacity:0});new Effect.Fade(this.MBoverlay,{from:0,to:this.options.overlayOpacity,duration:this.options.overlayDuration,afterFinish:function(){new Effect.SlideDown(this.MBwindow,{duration:this.options.slideDownDuration,transition:Effect.Transitions.sinoidal,afterFinish:function(){this._setPosition();this.loadContent();}.bind(this)});}.bind(this)});}else{$(this.MBoverlay).setStyle({opacity:this.options.overlayOpacity});$(this.MBwindow).show();this._setPosition();this.loadContent();}
this._setWidthAndPosition=this._setWidthAndPosition.bindAsEventListener(this);Event.observe(window,"resize",this._setWidthAndPosition);}catch(e){}},resize:function(byWidth,byHeight,options){var oWidth=$(this.MBoverlay).getWidth();var wHeight=$(this.MBwindow).getHeight();var wWidth=$(this.MBwindow).getWidth();var hHeight=$(this.MBheader).getHeight();var cHeight=$(this.MBcontent).getHeight();var newHeight=((wHeight-hHeight+byHeight)<cHeight)?(cHeight+hHeight):(wHeight+byHeight);var newWidth=wWidth+byWidth;if(options)this.setOptions(options);if(this.options.transitions){new Effect.Morph(this.MBwindow,{style:"width:"+newWidth+"px; height:"+newHeight+"px; left:"+((oWidth-newWidth)/2)+"px",duration:this.options.resizeDuration,beforeStart:function(fx){fx.element.setStyle({overflow:"hidden"});},afterFinish:function(fx){fx.element.setStyle({overflow:"visible"});this.event("_afterResize");this.event("afterResize");}.bind(this)});}else{this.MBwindow.setStyle({width:newWidth+"px",height:newHeight+"px"});setTimeout(function(){this.event("_afterResize");this.event("afterResize");}.bind(this),1);}},resizeToContent:function(options){var byHeight=this.options.height-$(this.MBwindow).getHeight();if(byHeight!=0){if(options)this.setOptions(options);Modalbox.resize(0,byHeight);}},resizeToInclude:function(element,options){var el=$(element);var elHeight=el.getHeight()+parseInt(el.getStyle('margin-top'),0)+parseInt(el.getStyle('margin-bottom'),0)+parseInt(el.getStyle('border-top-width'),0)+parseInt(el.getStyle('border-bottom-width'),0);if(elHeight>0){if(options)this.setOptions(options);Modalbox.resize(0,elHeight);}},_update:function(){$(this.MBcontent).update($(this.MBloading).update(this.options.loadingString));this.loadContent();},loadContent:function(){if(this.event("beforeLoad")!=false){if(typeof this.content=='string'){var htmlRegExp=new RegExp(/<\/?[^>]+>/gi);if(htmlRegExp.test(this.content)){this._insertContent(this.content.stripScripts(),function(){this.content.extractScripts().map(function(script){return eval(script.replace("<!--","").replace("// -->",""));}.bind(window));}.bind(this));}else
new Ajax.Request(this.content,{method:this.options.method.toLowerCase(),parameters:this.options.params,onSuccess:function(transport){var response=new String(transport.responseText);this._insertContent(transport.responseText.stripScripts(),function(){response.extractScripts().map(function(script){return eval(script.replace("<!--","").replace("// -->",""));}.bind(window));});}.bind(this),onException:function(instance,exception){Modalbox.hide();throw('Modalbox Loading Error: '+exception);}});}else if(typeof this.content=='object'){this._insertContent(this.content);}else{Modalbox.hide();throw('Modalbox Parameters Error: Please specify correct URL or HTML element (plain HTML or object)');}}},_insertContent:function(content,callback){$(this.MBcontent).hide().update("");if(typeof content=='string'){this.MBcontent.update(new Element("div",{style:"display: none"}).update(content)).down().show();}else if(typeof content=='object'){var _htmlObj=content.cloneNode(true);if(content.id)content.id="MB_"+content.id;$(content).select('*[id]').each(function(el){el.id="MB_"+el.id;});this.MBcontent.update(_htmlObj).down('div').show();if(Prototype.Browser.IE)
$$("#MB_content select").invoke('setStyle',{'visibility':''});}
if(this.options.height==this._options.height){Modalbox.resize((this.options.width-$(this.MBwindow).getWidth()),$(this.MBcontent).getHeight()-$(this.MBwindow).getHeight()+$(this.MBheader).getHeight(),{afterResize:function(){setTimeout(function(){this._putContent(callback);}.bind(this),1);}.bind(this)});}else{this._setWidth();this.MBcontent.setStyle({overflow:'auto',height:$(this.MBwindow).getHeight()-$(this.MBheader).getHeight()-13+'px'});setTimeout(function(){this._putContent(callback);}.bind(this),1);}},_putContent:function(callback){this.MBcontent.show();this.focusableElements=this._findFocusableElements();this._setFocus();if(callback!=undefined)
callback();this.event("afterLoad");},activate:function(options){this.setOptions(options);this.active=true;$(this.MBclose).observe("click",this.hideObserver);if(this.options.overlayClose)
$(this.MBoverlay).observe("click",this.hideObserver);$(this.MBclose).show();if(this.options.transitions&&this.options.inactiveFade)
new Effect.Appear(this.MBwindow,{duration:this.options.slideUpDuration});},deactivate:function(options){try{this.setOptions(options);this.active=false;$(this.MBclose).stopObserving("click",this.hideObserver);if(this.options.overlayClose)
$(this.MBoverlay).stopObserving("click",this.hideObserver);$(this.MBclose).hide();if(this.options.transitions&&this.options.inactiveFade)
new Effect.Fade(this.MBwindow,{duration:this.options.slideUpDuration,to:.75});}catch(e){}},_initObservers:function(){$(this.MBclose).observe("click",this.hideObserver);if(this.options.overlayClose){$(this.MBoverlay).observe("click",this.hideObserver);}
if(Prototype.Browser.Gecko)
Event.observe(document,"keypress",this.kbdObserver);else
Event.observe(document,"keydown",this.kbdObserver);},_removeObservers:function(){$(this.MBclose).stopObserving("click",this.hideObserver);if(this.options.overlayClose){$(this.MBoverlay).stopObserving("click",this.hideObserver);}
if(Prototype.Browser.Gecko)
Event.stopObserving(document,"keypress",this.kbdObserver);else
Event.stopObserving(document,"keydown",this.kbdObserver);},_setFocus:function(){try{if(this.focusableElements.length>0&&this.options.autoFocusing==true){var firstEl=this.focusableElements.find(function(el){return el.tabIndex==1;})||this.focusableElements.first();this.currFocused=this.focusableElements.toArray().indexOf(firstEl);firstEl.focus();}else if($(this.MBclose).visible())
$(this.MBclose).focus();}catch(e){}},_findFocusableElements:function(){this.MBcontent.select('input:not([type~=hidden]), select, textarea, button, a[href]').invoke('addClassName','MB_focusable');return this.MBcontent.select('.MB_focusable');},_kbdHandler:function(event){var node=event.element();switch(event.keyCode){case Event.KEY_TAB:if(!this.focusableElements||this.focusableElements.length==0){return true;}
event.stop();if(node!=this.focusableElements[this.currFocused])
this.currFocused=this.focusableElements.toArray().indexOf(node);if(!event.shiftKey){if(this.currFocused==this.focusableElements.length-1){this.focusableElements.first().focus();this.currFocused=0;}else{this.currFocused++;this.focusableElements[this.currFocused].focus();}}else{if(this.currFocused==0){this.focusableElements.last().focus();this.currFocused=this.focusableElements.length-1;}else{this.currFocused--;this.focusableElements[this.currFocused].focus();}}
break;case Event.KEY_ESC:if(this.active)this._hide(event);break;case 32:this._preventScroll(event);break;case 0:if(event.which==32)this._preventScroll(event);break;case Event.KEY_UP:case Event.KEY_DOWN:case Event.KEY_PAGEDOWN:case Event.KEY_PAGEUP:case Event.KEY_HOME:case Event.KEY_END:if(Prototype.Browser.WebKit&&!["textarea","select"].include(node.tagName.toLowerCase()))
event.stop();else if((node.tagName.toLowerCase()=="input"&&["submit","button"].include(node.type))||(node.tagName.toLowerCase()=="a"))
event.stop();break;}},_preventScroll:function(event){if(!["input","textarea","select","button"].include(event.element().tagName.toLowerCase()))
event.stop();},_deinit:function()
{this._removeObservers();Event.stopObserving(window,"resize",this._setWidthAndPosition);if(this.options.transitions){Effect.toggle(this.MBoverlay,'appear',{duration:this.options.overlayDuration,afterFinish:this._removeElements.bind(this)});}else{this.MBoverlay.hide();this._removeElements();}
$(this.MBcontent).setStyle({overflow:'',height:''});},_removeElements:function(){$(this.MBoverlay).remove();$(this.MBwindow).remove();if(Prototype.Browser.IE&&!navigator.appVersion.match(/\b7.0\b/)){this._prepareIE("","");window.scrollTo(this.initScrollX,this.initScrollY);}
if(typeof this.content=='object'){if(this.content.id&&this.content.id.match(/MB_/)){this.content.id=this.content.id.replace(/MB_/,"");}
this.content.select('*[id]').each(function(el){el.id=el.id.replace(/MB_/,"");});}
this.initialized=false;this.event("afterHide");this.setOptions(this._options);},_setWidth:function(){$(this.MBwindow).setStyle({width:this.options.width+"px",height:this.options.height+"px"});},_setPosition:function(){$(this.MBwindow).setStyle({left:(($(this.MBoverlay).getWidth()-$(this.MBwindow).getWidth())/2)+"px"});},_setWidthAndPosition:function(){$(this.MBwindow).setStyle({width:this.options.width+"px"});this._setPosition();},_getScrollTop:function(){var theTop;if(document.documentElement&&document.documentElement.scrollTop)
theTop=document.documentElement.scrollTop;else if(document.body)
theTop=document.body.scrollTop;return theTop;},_prepareIE:function(height,overflow){$$('html, body').invoke('setStyle',{width:height,height:height,overflow:overflow});$$("select").invoke('setStyle',{'visibility':overflow});},event:function(eventName){if(this.options[eventName]){var returnValue=this.options[eventName]();this.options[eventName]=null;if(returnValue!=undefined)
return returnValue;else
return true;}
return true;}};Object.extend(Modalbox,Modalbox.Methods);if(Modalbox.overrideAlert)window.alert=Modalbox.alert;var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":533,"face":{"font-family":"din","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"6","bbox":"-110 -1000 1138 211","underline-thickness":"70","underline-position":"-102","stemh":"91","stemv":"102","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":240},"!":{"d":"245,-712r-22,500r-80,0r-22,-500r124,0xm239,0r-112,0r0,-109r112,0r0,109","w":332},"\"":{"d":"366,-521r-101,0r0,-191r101,0r0,191xm179,-521r-101,0r0,-191r101,0r0,191","w":444},"#":{"d":"623,-426r-92,0r-20,124r79,0r0,94r-94,0r-33,208r-106,0r33,-208r-137,0r-32,208r-107,0r33,-208r-79,0r0,-94r94,0r20,-124r-81,0r0,-94r95,0r31,-196r107,0r-31,196r136,0r31,-196r106,0r-31,196r78,0r0,94xm424,-426r-136,0r-20,124r137,0","w":672},"$":{"d":"556,-203v0,119,-87,194,-216,206r0,111r-82,0r0,-108v-95,-4,-165,-30,-228,-94r72,-71v48,48,101,65,165,68r0,-222v-127,-11,-213,-68,-213,-196v0,-114,76,-195,204,-207r0,-90r82,0r0,89v79,5,137,29,191,80r-69,68v-35,-33,-80,-50,-131,-54r0,216v139,12,225,68,225,204xm267,-414r0,-208v-98,4,-142,112,-81,175v20,20,50,29,81,33xm331,-93v108,0,154,-114,90,-181v-25,-26,-56,-26,-90,-31r0,212","w":608},"%":{"d":"784,-130v0,86,-62,137,-140,137v-78,0,-140,-51,-140,-137r0,-101v0,-86,62,-137,140,-137v78,0,140,51,140,137r0,101xm629,-712r-335,712r-82,0r336,-712r81,0xm338,-481v0,86,-62,136,-140,136v-78,0,-140,-50,-140,-136r0,-101v0,-86,62,-137,140,-137v78,0,140,51,140,137r0,101xm644,-61v78,0,62,-92,63,-167v0,-45,-20,-72,-63,-72v-79,0,-62,93,-63,167v0,46,20,72,63,72xm198,-413v79,0,62,-92,63,-166v0,-45,-20,-72,-63,-72v-79,0,-62,93,-63,167v0,46,20,71,63,71","w":842},"&":{"d":"684,0r-131,0r-58,-70v-31,27,-89,76,-197,76v-148,0,-230,-83,-230,-212v0,-99,71,-155,141,-201v-32,-37,-74,-87,-74,-153v0,-91,68,-158,174,-158v101,0,169,68,169,159v0,81,-73,125,-128,162r150,179v26,-37,37,-78,38,-143r98,0v-3,91,-23,163,-71,219xm294,-461v40,-28,86,-47,86,-97v0,-40,-29,-71,-71,-71v-44,0,-70,30,-70,70v0,29,19,56,55,98xm434,-142r-169,-201v-52,36,-96,69,-96,135v0,71,55,121,129,121v48,0,89,-13,136,-55","w":730},"\u2019":{"d":"190,-607r-112,91r0,-196r112,0r0,105","w":268,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"J":120,"A":80}},"(":{"d":"188,-123v-1,83,30,108,71,148r-69,69v-55,-51,-104,-111,-104,-211r0,-478v-6,-99,48,-161,104,-211r69,69v-41,40,-71,65,-71,148r0,466","w":317},")":{"d":"128,-806v55,51,104,112,104,211r0,478v5,98,-49,161,-104,211r-70,-70v41,-40,71,-66,70,-147r0,-466v1,-81,-29,-107,-70,-147","w":317},"*":{"d":"424,-466r-37,65r-111,-69r4,131r-75,0r4,-131r-111,69r-37,-65r115,-61r-115,-62r37,-65r111,69r-4,-130r75,0r-4,130r111,-69r37,65r-115,62","w":485},"+":{"d":"482,-225r-168,0r0,168r-95,0r0,-168r-168,0r0,-95r168,0r0,-167r95,0r0,167r168,0r0,95"},",":{"d":"194,60r-116,95r0,-271r116,0r0,176","w":272},"-":{"d":"359,-230r-292,0r0,-95r292,0r0,95","w":426},".":{"d":"200,0r-122,0r0,-122r122,0r0,122","w":278},"\/":{"d":"383,-786r-285,860r-98,0r285,-860r98,0","w":380},"0":{"d":"472,-198v0,127,-93,204,-206,204v-113,0,-205,-77,-205,-204r0,-316v0,-127,92,-204,205,-204v113,0,206,77,206,204r0,316xm370,-201r0,-310v0,-69,-39,-116,-104,-116v-65,0,-103,47,-103,116r0,310v0,69,38,116,103,116v65,0,104,-47,104,-116"},"1":{"d":"355,0r-102,0r0,-601r-139,122r0,-113r139,-120r102,0r0,712"},"2":{"d":"477,0r-414,0r0,-91r274,-333v69,-69,43,-203,-66,-203v-54,0,-105,30,-105,110r-102,0v0,-121,86,-201,207,-201v122,0,206,77,206,200v0,63,-23,100,-67,154r-223,273r290,0r0,91"},"3":{"d":"478,-200v0,137,-99,207,-218,207v-114,0,-214,-61,-218,-200r102,0v4,76,57,108,116,108v66,0,116,-43,116,-118v1,-78,-46,-122,-136,-117r0,-89v83,5,125,-37,125,-108v0,-72,-47,-110,-105,-110v-62,0,-102,39,-107,102r-102,0v6,-121,95,-194,209,-194v121,0,207,81,207,199v0,76,-34,125,-89,152v61,27,100,80,100,168"},"4":{"d":"498,-107r-76,0r0,107r-99,0r0,-107r-288,0r0,-95r251,-510r110,0r-250,510r177,0r0,-166r99,0r0,166r76,0r0,95"},"5":{"d":"289,-474v136,0,190,123,190,236v0,137,-62,245,-210,245v-130,0,-201,-80,-206,-191r102,0v8,63,40,99,104,99v81,0,108,-74,108,-153v0,-85,-22,-149,-104,-149v-58,0,-90,29,-101,64r-93,0r0,-389r384,0r0,91r-292,0r0,188v24,-25,66,-41,118,-41"},"6":{"d":"477,-211v0,131,-87,217,-210,217v-123,0,-211,-81,-211,-213v0,-58,22,-113,53,-175r162,-330r109,0r-153,306v134,-43,249,48,250,195xm375,-209v0,-70,-41,-123,-109,-123v-64,0,-108,46,-108,123v0,76,44,124,108,124v64,0,109,-48,109,-124"},"7":{"d":"487,-621r-238,621r-110,0r239,-621r-217,0r0,112r-98,0r0,-203r424,0r0,91"},"8":{"d":"486,-201v0,129,-98,207,-220,207v-122,0,-219,-78,-219,-207v0,-85,48,-137,98,-167v-46,-28,-86,-78,-86,-153v0,-119,91,-197,207,-197v116,0,208,78,208,197v0,75,-40,125,-86,153v50,30,98,82,98,167xm372,-518v0,-62,-44,-109,-106,-109v-62,0,-105,47,-105,109v0,63,43,108,105,108v62,0,106,-45,106,-108xm383,-203v0,-66,-51,-119,-117,-119v-66,0,-117,53,-117,119v0,66,51,118,117,118v66,0,117,-52,117,-118"},"9":{"d":"477,-505v0,58,-22,113,-53,175r-162,330r-109,0r153,-306v-134,43,-249,-47,-250,-195v0,-131,87,-217,210,-217v123,0,211,81,211,213xm375,-503v0,-76,-45,-124,-109,-124v-64,0,-108,48,-108,124v0,70,40,123,108,123v64,0,109,-46,109,-123"},":":{"d":"225,-285r-121,0r0,-122r121,0r0,122xm225,0r-121,0r0,-122r121,0r0,122","w":303},";":{"d":"225,-285r-121,0r0,-122r121,0r0,122xm222,60r-116,95r0,-271r116,0r0,176","w":303},"<":{"d":"974,-229r-744,0r345,343r-131,0r-392,-391r392,-392r131,0r-345,343r744,0r0,97","w":1027},"=":{"d":"482,-327r-431,0r0,-95r431,0r0,95xm482,-133r-431,0r0,-95r431,0r0,95"},">":{"d":"975,-277r-392,391r-131,0r345,-343r-745,0r0,-97r745,0r-345,-343r131,0","w":1027},"?":{"d":"470,-527v0,100,-82,162,-125,231v-16,25,-19,48,-18,84r-102,0v-12,-120,68,-167,112,-239v60,-61,26,-176,-67,-176v-62,0,-97,47,-97,101r-102,0v0,-113,86,-192,199,-192v109,0,200,73,200,191xm332,0r-113,0r0,-109r113,0r0,109","w":511},"@":{"d":"441,-715v144,-4,231,88,231,234r0,483r-96,-2r0,-50v-32,38,-69,57,-127,57v-127,0,-176,-89,-176,-241v0,-153,45,-241,175,-241v55,0,94,19,126,56r0,-61v5,-89,-56,-145,-143,-145r-126,0v-85,-4,-142,56,-142,145r0,312v0,56,11,79,50,110r-70,70v-59,-48,-79,-86,-79,-175r0,-318v-4,-147,84,-238,231,-234r146,0xm574,-234v0,-86,-18,-155,-102,-155v-84,0,-101,69,-101,155v0,86,17,154,101,154v84,0,102,-68,102,-154","w":736},"A":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0","w":625,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00d5":10,"\u00d6":10,"\u00c7":10,"\u0152":10,"\u201d":80,"\u201c":80,"y":21,"v":21,"\u2018":80,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"J":-8,"G":10,"C":10,"\u2019":80}},"B":{"d":"596,-201v0,131,-89,201,-215,201r-288,0r0,-712r277,0v132,0,215,75,215,195v0,77,-48,132,-96,151v55,22,107,75,107,165xm477,-513v0,-66,-47,-102,-116,-102r-160,0r0,204r160,0v69,0,116,-36,116,-102xm488,-206v0,-63,-42,-108,-117,-108r-170,0r0,217r170,0v75,0,117,-46,117,-109","w":663,"k":{"J":23}},"C":{"d":"577,-213v-24,142,-125,219,-254,219v-74,0,-138,-27,-187,-76v-70,-70,-69,-149,-69,-286v0,-137,-1,-216,69,-286v49,-49,113,-76,187,-76v131,0,229,77,254,219r-110,0v-17,-72,-65,-122,-144,-122v-42,0,-80,16,-105,43v-35,38,-43,79,-43,222v0,143,8,184,43,222v25,27,63,43,105,43v79,0,128,-50,145,-122r109,0","w":628,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":26,"A":10}},"D":{"d":"599,-361v0,103,3,215,-72,294v-88,93,-267,61,-434,67r0,-712v167,6,346,-26,434,67v75,79,72,181,72,284xm491,-361v0,-163,-25,-251,-159,-254r-131,0r0,518v102,-2,202,13,252,-48v35,-43,38,-118,38,-216","w":666,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":30,"A":10}},"E":{"d":"548,0r-455,0r0,-712r455,0r0,97r-347,0r0,208r296,0r0,96r-296,0r0,214r347,0r0,97","w":603,"k":{"J":5}},"F":{"d":"548,-615r-347,0r0,217r296,0r0,97r-296,0r0,301r-108,0r0,-712r455,0r0,97","w":585,"k":{"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00d5":20,"\u00d6":20,"\u00c7":20,"\u0153":35,"\u00f8":35,"\u00e6":35,"\u0152":20,"\u00d8":20,"z":30,"x":30,"u":30,"r":30,"p":30,"o":35,"n":30,"m":30,"e":35,"c":35,"a":35,"S":10,"Q":20,"O":20,"J":130,"G":20,"C":20,"A":60,".":95}},"G":{"d":"323,-91v103,-1,166,-81,152,-202r-152,0r0,-92r260,0r0,109v28,260,-287,365,-447,206v-70,-70,-69,-149,-69,-286v0,-137,-1,-216,69,-286v49,-49,111,-76,187,-76v151,0,239,99,259,221r-109,0v-18,-78,-70,-124,-150,-124v-42,0,-80,17,-105,44v-35,38,-43,78,-43,221v0,143,8,184,43,222v25,27,63,43,105,43","w":649,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":35,"A":10}},"H":{"d":"598,0r-108,0r0,-311r-289,0r0,311r-108,0r0,-712r108,0r0,304r289,0r0,-304r108,0r0,712","w":691},"I":{"d":"201,0r-108,0r0,-712r108,0r0,712","w":294},"J":{"d":"423,-225v11,224,-276,301,-410,162r72,-71v25,25,49,43,101,43v80,0,129,-49,129,-142r0,-479r108,0r0,487","w":506,"k":{"A":10}},"K":{"d":"648,0r-127,0r-200,-351r-120,144r0,207r-108,0r0,-712r108,0r0,358r291,-358r132,0r-231,279","w":658,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00d5":10,"\u00d6":10,"\u00c7":10,"\u0152":10,"y":34,"Q":10,"O":10,"J":-8,"G":10,"C":10}},"L":{"d":"544,0r-451,0r0,-712r108,0r0,615r343,0r0,97","w":574,"k":{"\u00d2":30,"\u00d4":30,"\u00d3":30,"\u00d5":30,"\u00d6":30,"\u00c7":21,"\u0152":30,"\u201d":150,"\u201c":150,"y":60,"\u2018":150,"Y":80,"W":40,"V":70,"U":21,"T":80,"Q":30,"O":30,"J":-8,"G":30,"C":30,"\u2019":150}},"M":{"d":"721,0r-108,0r0,-476r-164,347r-80,0r-168,-347r0,476r-108,0r0,-712r108,0r208,443r204,-443r108,0r0,712","w":813},"N":{"d":"629,0r-99,0r-329,-501r0,501r-108,0r0,-712r99,0r329,500r0,-500r108,0r0,712","w":722},"O":{"d":"579,-356v0,137,0,214,-68,286v-93,98,-282,99,-375,0v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,56,163,57,212,0v34,-39,42,-78,42,-221","w":646,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":35,"A":10}},"P":{"d":"591,-496v0,124,-89,216,-228,216r-162,0r0,280r-108,0r0,-712r270,0v139,0,228,92,228,216xm483,-496v0,-75,-51,-119,-126,-119r-156,0r0,237r156,0v75,0,126,-43,126,-118","w":629,"k":{"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c0":50,"\u00e7":10,"\u00c5":50,"\u00c4":50,"\u0153":10,"\u00f8":10,"\u00e6":10,"\u00c6":50,"s":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":10,"J":120,"A":50,".":110}},"Q":{"d":"603,-28r-60,60r-71,-71v-99,71,-257,53,-336,-31v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286v0,121,1,195,-46,259xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,7,183,42,221v40,44,125,61,179,21r-75,-75r60,-60r69,69v18,-36,21,-84,21,-176","w":646},"R":{"d":"612,0r-126,0r-150,-300r-135,0r0,300r-108,0r0,-712r276,0v135,0,221,87,221,208v0,102,-62,167,-142,189xm482,-503v0,-70,-49,-112,-121,-112r-160,0r0,223r160,0v72,0,121,-41,121,-111","w":655,"k":{"J":16}},"S":{"d":"538,-203v0,131,-107,209,-256,209v-107,0,-184,-25,-252,-94r72,-71v52,52,109,68,182,68v130,0,185,-104,119,-183v-27,-31,-107,-34,-162,-42v-112,-17,-186,-73,-187,-193v0,-124,90,-209,238,-209v94,0,160,24,221,81r-69,68v-44,-42,-95,-55,-155,-55v-114,0,-168,108,-103,177v31,33,103,37,161,45v127,18,191,76,191,199","w":590,"k":{"Y":20,"S":10,"J":20}},"T":{"d":"530,-615r-196,0r0,615r-108,0r0,-615r-196,0r0,-97r500,0r0,97","w":560,"k":{"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":60,"\u00c2":60,"\u00d5":20,"\u00c3":60,"\u00c0":60,"\u00e7":70,"\u00d6":20,"\u00c7":20,"\u00c5":60,"\u00c4":60,"\u0153":70,"\u00f8":70,"\u00e6":70,"\u0152":20,"\u00d8":20,"\u00c6":60,"z":46,"y":46,"x":46,"w":46,"v":46,"u":46,"s":70,"r":46,"q":70,"p":46,"o":70,"n":46,"m":46,"g":70,"e":70,"d":70,"c":70,"a":70,"Q":20,"O":20,"J":80,"G":20,"C":20,"A":60,".":80}},"U":{"d":"593,-240v0,147,-111,246,-256,246v-145,0,-255,-99,-255,-246r0,-472r108,0r0,467v0,95,58,154,147,154v89,0,148,-59,148,-154r0,-467r108,0r0,472","w":675,"k":{"J":21}},"V":{"d":"559,-712r-236,712r-84,0r-234,-712r112,0r164,518r164,-518r114,0","w":564,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":35,"\u00c2":35,"\u00d5":10,"\u00c3":35,"\u00c0":35,"\u00e7":40,"\u00d6":10,"\u00c7":10,"\u00c5":35,"\u00c4":35,"\u0153":40,"\u00f8":40,"\u00e6":40,"\u0152":10,"\u00d8":10,"\u00c6":35,"z":20,"y":10,"x":20,"u":20,"s":40,"r":20,"q":40,"p":20,"o":40,"n":20,"m":20,"g":40,"e":40,"d":40,"c":40,"a":40,"Q":10,"O":10,"G":10,"C":10,"A":35,".":80}},"W":{"d":"860,-712r-186,712r-94,0r-145,-499r-144,499r-94,0r-186,-712r114,0r124,509r143,-509r87,0r143,509r124,-509r114,0","w":871,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":14,"\u00c2":14,"\u00d5":10,"\u00c3":14,"\u00c0":14,"\u00e7":40,"\u00d6":10,"\u00c7":10,"\u00c5":14,"\u00c4":14,"\u0153":40,"\u00f8":40,"\u00e6":40,"\u0152":10,"\u00d8":10,"\u00c6":14,"s":40,"q":40,"o":40,"g":40,"e":40,"d":40,"c":40,"a":40,"Q":10,"O":10,"G":10,"C":10,"A":14,".":50}},"X":{"d":"568,0r-125,0r-155,-273r-154,273r-124,0r220,-365r-206,-347r124,0r140,255r141,-255r124,0r-206,347","w":578,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00d5":10,"\u00d6":10,"\u00c7":10,"\u0152":10,"y":26,"Q":10,"O":10,"J":-8,"G":10,"C":10}},"Y":{"d":"539,-712r-213,419r0,293r-108,0r0,-293r-213,-419r118,0r149,313r149,-313r118,0","w":544,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":40,"\u00c2":40,"\u00d5":10,"\u00c3":40,"\u00c0":40,"\u00e7":80,"\u00d6":10,"\u00c7":10,"\u00c5":40,"\u00c4":40,"\u0153":80,"\u00f8":80,"\u00e6":80,"\u0152":10,"\u00d8":10,"\u00c6":40,"z":40,"x":40,"u":40,"s":80,"r":40,"q":80,"p":40,"o":80,"n":40,"m":40,"g":80,"e":80,"d":80,"c":80,"a":80,"Q":10,"O":10,"J":40,"G":10,"C":10,"A":40,".":80}},"Z":{"d":"504,0r-456,0r0,-93r329,-522r-315,0r0,-97r442,0r0,88r-331,527r331,0r0,97","w":552},"[":{"d":"304,74r-218,0r0,-860r218,0r0,91r-116,0r0,678r116,0r0,91","w":347},"\\":{"d":"380,74r-98,0r-282,-852r98,0","w":380},"]":{"d":"261,74r-218,0r0,-90r118,0r0,-680r-118,0r0,-90r218,0r0,860","w":347},"^":{"d":"503,-401r-106,0r-112,-207r-112,207r-106,0r172,-318r93,0","w":571},"_":{"d":"571,172r-571,0r0,-70r571,0r0,70","w":571},"\u2018":{"d":"190,-608r-112,0r0,-104r112,-93r0,197","w":268,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"J":120,"A":80}},"a":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72","w":530},"b":{"d":"496,-254v0,77,-5,165,-57,215v-63,61,-200,67,-258,-15r0,54r-100,0r0,-712r102,0r0,256v59,-79,194,-72,256,-12v52,50,57,137,57,214xm394,-254v0,-90,-13,-168,-105,-168v-92,0,-106,78,-106,168v0,90,14,169,106,169v92,0,105,-79,105,-169","w":553},"c":{"d":"157,-254v0,106,37,169,124,169v40,0,65,-13,97,-48r70,67v-48,51,-97,72,-167,72v-114,0,-226,-70,-226,-260v0,-190,112,-259,226,-259v70,0,119,20,167,71r-70,68v-32,-35,-57,-48,-97,-48v-86,0,-124,64,-124,168","w":485,"k":{"\u00f5":17,"\u00f6":17,"\u00f4":17,"\u00f2":17,"\u00f3":17,"\u00eb":17,"\u00ea":17,"\u00e8":17,"\u00e9":17,"\u00e5":8,"\u00e3":8,"\u00e4":8,"\u00e2":8,"\u00e0":8,"\u00e1":8,"\u0153":17,"\u00e6":8,"w":20,"o":17,"e":17,"d":10,"c":17,"a":8}},"d":{"d":"472,0r-100,0r0,-54v-59,82,-194,76,-258,15v-52,-50,-57,-138,-57,-215v0,-77,5,-164,57,-214v62,-60,198,-66,256,12r0,-256r102,0r0,712xm370,-254v0,-90,-13,-168,-105,-168v-92,0,-106,78,-106,168v0,90,14,169,106,169v92,0,105,-79,105,-169","w":553},"e":{"d":"485,-224r-329,0v0,87,46,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-101,79,-190,79v-127,0,-228,-67,-228,-260v0,-164,85,-259,215,-259v151,1,227,119,215,289xm384,-295v-1,-79,-40,-133,-114,-133v-73,0,-115,54,-114,133r228,0","w":539,"k":{"y":10,"x":10,"w":7,"v":10}},"f":{"d":"300,-420r-101,0r0,420r-102,0r0,-420r-58,0r0,-78r58,0v-8,-123,12,-213,139,-219r64,0r0,87v-57,-4,-101,3,-101,59r0,73r101,0r0,78","w":328,"k":{"\u00e7":17,"\u0153":17,"\u00e6":17,"\u201d":-20,"\u201c":-20,"o":17,"e":17,"c":17,"a":17,"\u2018":-20,".":50,"*":-20,"\u2019":-20}},"g":{"d":"57,-263v0,-138,40,-251,179,-250v54,0,95,14,133,60r0,-54r99,0r0,504v0,124,-82,214,-217,214v-77,0,-126,-18,-179,-67r65,-65v32,30,60,45,110,45v112,0,125,-87,119,-194v-37,44,-79,58,-131,58v-137,0,-178,-113,-178,-251xm366,-263v0,-80,-11,-159,-103,-159v-92,0,-104,79,-104,159v0,80,12,159,104,159v92,0,103,-79,103,-159","w":549},"h":{"d":"490,0r-102,0r0,-311v0,-77,-45,-111,-102,-111v-57,0,-103,35,-103,111r0,311r-102,0r0,-712r102,0r0,256v35,-38,81,-57,131,-57v113,0,176,76,176,186r0,327","w":566},"i":{"d":"186,-607r-108,0r0,-108r108,0r0,108xm183,0r-102,0r0,-507r102,0r0,507","w":264},"j":{"d":"186,-607r-108,0r0,-108r108,0r0,108xm183,67v0,75,-42,140,-139,140r-63,0r0,-87v57,3,100,0,100,-59r0,-568r102,0r0,574","w":264},"k":{"d":"526,0r-126,0r-142,-234r-75,85r0,149r-102,0r0,-712r102,0r0,439r197,-234r124,0r-176,199","w":548,"k":{"\u00f5":13,"\u00f6":13,"\u00f4":13,"\u00f2":13,"\u00f3":13,"\u00eb":13,"\u00ea":13,"\u00e8":13,"\u00e9":13,"\u00e7":13,"\u0153":13,"\u00e6":13,"q":13,"o":13,"g":13,"e":13,"d":13,"c":13}},"l":{"d":"280,0r-63,0v-97,0,-139,-65,-139,-140r0,-572r102,0r0,566v-6,58,43,63,100,59r0,87","w":311,"k":{"\u201d":60,"\u201c":60,"y":29,"w":20,"v":40,"o":20,"e":25,"c":25,"\u2018":60,"*":60,"\u2019":60}},"m":{"d":"619,-513v113,0,182,82,182,189r0,324r-102,0r0,-309v0,-79,-45,-113,-102,-113v-55,0,-105,35,-105,108r0,314r-102,0r0,-309v0,-79,-45,-113,-102,-113v-57,0,-105,35,-105,113r0,309r-102,0r0,-507r100,0r0,51v71,-80,225,-76,279,17v41,-50,92,-74,159,-74","w":877},"n":{"d":"316,-513v111,0,176,82,176,189r0,324r-102,0r0,-309v0,-79,-45,-113,-102,-113v-57,0,-105,35,-105,113r0,309r-102,0r0,-507r100,0r0,51v35,-38,84,-57,135,-57","w":568},"o":{"d":"268,-513v152,0,212,108,212,259v0,153,-60,260,-212,260v-152,0,-211,-108,-211,-260v0,-151,60,-259,211,-259xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169","w":537,"k":{"y":10,"x":20,"w":7,"v":10}},"p":{"d":"496,-254v0,77,-5,165,-57,215v-62,60,-198,66,-256,-13r0,257r-102,0r0,-712r100,0r0,54v59,-82,194,-76,258,-15v52,50,57,137,57,214xm394,-254v0,-90,-13,-168,-105,-168v-92,0,-106,78,-106,168v0,90,14,169,106,169v92,0,105,-79,105,-169","w":553},"q":{"d":"472,205r-102,0r0,-257v-59,79,-193,73,-256,13v-52,-50,-57,-138,-57,-215v0,-77,5,-164,57,-214v63,-61,200,-67,258,15r0,-54r100,0r0,712xm370,-254v0,-90,-13,-168,-105,-168v-92,0,-106,78,-106,168v0,90,14,169,106,169v92,0,105,-79,105,-169","w":553},"r":{"d":"437,-465r-77,77v-60,-69,-177,-27,-177,80r0,308r-102,0r0,-507r100,0r0,55v49,-69,192,-87,256,-13","w":439,"k":{"\u00f5":32,"\u00f6":32,"\u00f4":32,"\u00f2":32,"\u00f3":32,"\u00eb":32,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u0153":32,"\u00f8":32,"\u00e6":32,"s":10,"q":32,"o":32,"g":32,"e":32,"d":32,"c":32,"a":10,".":120}},"s":{"d":"456,-155v0,106,-90,161,-211,161v-83,0,-153,-14,-213,-73r67,-67v41,42,96,53,146,53v62,0,111,-22,111,-70v0,-34,-19,-56,-68,-60r-81,-7v-95,-8,-150,-51,-150,-140v0,-174,274,-194,379,-98r-64,65v-49,-51,-220,-57,-217,28v0,30,16,53,70,58r80,7v95,8,151,53,151,143","w":499,"k":{"v":10,"t":10,"s":10,"\u2019":32}},"t":{"d":"293,0r-61,0v-95,0,-139,-68,-139,-141r0,-279r-58,0r0,-78r58,0r0,-154r102,0r0,154r98,0r0,78r-98,0r0,274v-3,54,41,64,98,59r0,87","w":342,"k":{"\u00e7":5,"\u0153":5,"\u00e6":5,"o":5,"e":5,"c":5,"a":5}},"u":{"d":"252,6v-111,0,-176,-82,-176,-189r0,-324r102,0r0,309v0,79,45,113,102,113v57,0,105,-35,105,-113r0,-309r102,0r0,507r-100,0r0,-51v-35,38,-84,57,-135,57","w":568},"v":{"d":"463,-507r-186,507r-83,0r-186,-507r108,0r120,357r119,-357r108,0","w":471,"k":{"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u0153":10,"\u00f8":10,"\u00e6":10,"s":10,"o":10,"e":10,"c":10,"a":10,".":65}},"w":{"d":"735,-507r-158,507r-87,0r-119,-354r-118,354r-88,0r-157,-507r108,0r98,357r118,-357r79,0r117,357r98,-357r109,0","w":743,"k":{"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u0153":7,"\u00f8":7,"\u00e6":7,"o":7,"e":7,"c":7,".":46}},"x":{"d":"481,0r-123,0r-106,-173r-107,173r-123,0r174,-259r-167,-248r123,0r100,165r99,-165r123,0r-166,248","w":503,"k":{"\u00f5":20,"\u00f6":20,"\u00f4":20,"\u00f2":20,"\u00f3":20,"\u00eb":20,"\u00ea":20,"\u00e8":20,"\u00e9":20,"\u00e7":20,"\u0153":20,"\u00f8":20,"\u00e6":20,"o":20,"e":20,"c":20}},"y":{"d":"464,-507r-224,608v-23,76,-85,108,-182,100r0,-92v57,2,81,-4,99,-54r28,-79r-177,-483r108,0r121,357r118,-357r109,0","w":468,"k":{"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u0153":10,"\u00f8":10,"\u00e6":10,"o":10,"e":10,"c":10,"a":10,".":65}},"z":{"d":"421,0r-378,0r0,-81r252,-335r-238,0r0,-91r364,0r0,81r-254,335r254,0r0,91","w":469},"{":{"d":"250,-95v-7,82,37,79,112,78r0,91r-71,0v-99,1,-142,-46,-143,-139r0,-167v2,-66,-35,-84,-103,-79r0,-90v67,5,103,-13,103,-79r0,-167v0,-93,45,-140,143,-139r71,0r0,91r-39,0v-65,1,-73,13,-73,78r0,161v0,65,-34,86,-66,100v32,14,66,35,66,100r0,161","w":407},"|":{"d":"220,74r-102,0r0,-860r102,0r0,860","w":338},"}":{"d":"259,-480v-2,66,36,84,103,79r0,90v-67,-5,-103,13,-103,79r0,167v0,93,-45,140,-143,139r-71,0r0,-91r39,0v65,-1,73,-13,73,-78r0,-161v0,-65,35,-86,67,-100v-32,-14,-67,-35,-67,-100r0,-161v7,-82,-37,-79,-112,-78r0,-91r71,0v99,-1,142,46,143,139r0,167","w":407},"~":{"d":"190,-357v63,0,127,56,191,57v28,0,47,-6,85,-44r65,64v-59,59,-95,78,-148,78v-63,0,-127,-56,-191,-57v-28,0,-47,6,-85,44r-64,-64v59,-59,94,-78,147,-78","w":574},"\u00a1":{"d":"205,-398r-112,0r0,-109r112,0r0,109xm211,205r-124,0r22,-500r80,0","w":332},"\u00a2":{"d":"459,-184v-42,45,-84,67,-141,74r0,110r-80,0r0,-111v-107,-18,-183,-106,-183,-255v0,-149,76,-237,183,-255r0,-91r80,0r0,90v57,7,99,29,141,74r-68,66v-26,-29,-49,-43,-82,-48r0,328v33,-5,56,-19,82,-48xm247,-528v-63,19,-90,72,-90,162v0,90,26,143,90,162r0,-324","w":498},"\u00a3":{"d":"516,0r-411,0r0,-313r-62,0r0,-78r62,0r0,-96v-11,-224,277,-301,411,-162r-72,71v-25,-25,-49,-43,-101,-43v-80,0,-129,49,-129,142r0,88r129,0r0,78r-129,0r0,216r302,0r0,97","w":564},"\u2044":{"d":"307,-712r-335,712r-82,0r335,-712r82,0","w":197},"\u00a5":{"d":"538,-712r-146,290r87,0r0,78r-127,0r-26,51r0,52r153,0r0,78r-153,0r0,163r-108,0r0,-163r-153,0r0,-78r153,0r0,-52r-26,-51r-127,0r0,-78r87,0r-147,-290r118,0r150,314r148,-314r117,0","w":544},"\u0192":{"d":"385,-630v-66,-3,-114,0,-125,59r-32,180r101,0r0,78r-115,0r-91,518r-102,0r91,-518r-82,0r0,-78r96,0r33,-185v13,-73,68,-141,163,-141r63,0r0,87","w":415},"\u00a7":{"d":"472,-264v0,78,-52,133,-97,156v50,22,88,66,88,141v0,114,-90,178,-191,178v-98,0,-190,-53,-194,-170r100,0v4,49,38,79,94,79v57,0,91,-32,91,-84v0,-36,-23,-71,-78,-88r-70,-21v-92,-28,-141,-87,-141,-186v0,-78,51,-133,97,-156v-49,-24,-84,-61,-84,-134v0,-93,68,-169,186,-169v118,0,185,69,188,165r-98,0v-4,-54,-39,-76,-90,-76v-56,0,-88,28,-88,77v0,68,86,85,145,102v92,28,142,88,142,186xm273,-154v63,0,97,-37,99,-107v2,-66,-38,-108,-99,-108v-63,0,-99,40,-99,108v0,71,36,107,99,107","w":543},"\u00a4":{"d":"597,-81r-67,67r-74,-74v-68,50,-180,50,-248,0r-73,74r-67,-67r73,-74v-50,-68,-50,-180,0,-248r-73,-73r67,-67r73,73v68,-49,180,-49,248,0r74,-73r67,67r-74,73v50,68,50,180,0,248xm468,-279v0,-75,-61,-135,-136,-135v-75,0,-136,60,-136,135v0,75,61,136,136,136v75,0,136,-61,136,-136","w":665},"'":{"d":"179,-521r-101,0r0,-191r101,0r0,191","w":257},"\u201c":{"d":"381,-608r-112,0r0,-104r112,-93r0,197xm190,-608r-112,0r0,-104r112,-93r0,197","w":459,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"J":120,"A":80}},"\u00ab":{"d":"520,-42r-230,-230r230,-229r0,123r-108,106r108,107r0,123xm267,-42r-230,-230r230,-229r0,123r-107,106r107,107r0,123","w":592},"\u2039":{"d":"267,-42r-230,-230r230,-229r0,123r-107,106r107,107r0,123","w":339},"\u203a":{"d":"303,-272r-231,230r0,-123r108,-107r-108,-106r0,-123","w":339},"\ufb01":{"d":"505,-624r-109,0r0,-91r109,0r0,91xm501,0r-102,0r0,-498r102,0r0,498xm297,-420r-100,0r0,420r-102,0r0,-420r-58,0r0,-78r58,0v-8,-123,12,-213,139,-219r63,0r0,87v-56,-4,-100,3,-100,59r0,73r100,0r0,78","w":583},"\ufb02":{"d":"599,0r-63,0v-97,0,-139,-65,-139,-140r0,-572r102,0r0,566v-6,58,43,63,100,59r0,87xm297,-420r-100,0r0,420r-102,0r0,-420r-58,0r0,-78r58,0v-8,-123,12,-213,139,-219r63,0r0,87v-56,-4,-100,3,-100,59r0,73r100,0r0,78","w":626},"\u2013":{"d":"482,-230r-431,0r0,-95r431,0r0,95"},"\u2020":{"d":"526,-427r-180,0r0,427r-102,0r0,-427r-179,0r0,-91r179,0r0,-194r102,0r0,194r180,0r0,91","w":591},"\u2021":{"d":"526,11r-180,0r0,194r-102,0r0,-194r-179,0r0,-92r179,0r0,-346r-179,0r0,-91r179,0r0,-194r102,0r0,194r180,0r0,91r-180,0r0,346r180,0r0,92","w":591},"\u00b7":{"d":"200,-217r-122,0r0,-122r122,0r0,122","w":278},"\u00b6":{"d":"544,205r-102,0r0,-820r-108,0r0,820r-102,0r0,-522v-110,0,-194,-91,-194,-196v0,-119,88,-199,225,-199r281,0r0,917","w":637},"\u2022":{"d":"419,-334v0,90,-73,163,-163,163v-90,0,-163,-73,-163,-163v0,-90,73,-163,163,-163v90,0,163,73,163,163","w":512},"\u201a":{"d":"190,0r-112,92r0,-197r112,0r0,105","w":267},"\u201e":{"d":"381,0r-112,92r0,-197r112,0r0,105xm190,0r-112,92r0,-197r112,0r0,105","w":460,"k":{"Y":100,"W":50,"V":80,"T":100}},"\u201d":{"d":"381,-607r-112,91r0,-196r112,0r0,105xm190,-607r-112,91r0,-196r112,0r0,105","w":459,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"J":120,"A":80}},"\u00bb":{"d":"556,-272r-231,230r0,-123r107,-107r-107,-106r0,-123xm303,-272r-231,230r0,-123r108,-107r-108,-106r0,-123","w":592},"\u2026":{"d":"725,0r-117,0r0,-117r117,0r0,117xm460,0r-117,0r0,-117r117,0r0,117xm195,0r-117,0r0,-117r117,0r0,117","w":803},"\u2030":{"d":"784,-130v0,86,-62,137,-140,137v-78,0,-140,-51,-140,-137r0,-101v0,-86,62,-137,140,-137v78,0,140,51,140,137r0,101xm629,-712r-335,712r-82,0r336,-712r81,0xm338,-481v0,86,-62,136,-140,136v-78,0,-140,-50,-140,-136r0,-101v0,-86,62,-137,140,-137v78,0,140,51,140,137r0,101xm644,-61v78,0,62,-92,63,-167v0,-45,-20,-72,-63,-72v-79,0,-62,93,-63,167v0,46,20,72,63,72xm198,-413v79,0,62,-92,63,-166v0,-45,-20,-72,-63,-72v-79,0,-62,93,-63,167v0,46,20,71,63,71xm1138,-130v0,86,-62,137,-140,137v-78,0,-140,-51,-140,-137r0,-101v0,-86,62,-137,140,-137v78,0,140,51,140,137r0,101xm998,-61v78,0,62,-92,63,-167v0,-45,-20,-72,-63,-72v-79,0,-62,93,-63,167v0,46,20,72,63,72","w":1196},"\u00bf":{"d":"291,-398r-112,0r0,-109r112,0r0,109xm440,19v0,113,-87,192,-200,192v-109,0,-199,-74,-199,-192v0,-101,82,-162,125,-231v16,-25,19,-48,18,-84r102,0v2,62,-5,94,-35,135r-77,105v-59,60,-28,175,66,175v62,0,98,-46,98,-100r102,0","w":511},"`":{"d":"302,-599r-77,0r-111,-162r113,0","w":500},"\u00b4":{"d":"386,-761r-111,162r-77,0r75,-162r113,0","w":500},"\u02c6":{"d":"422,-599r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":500},"\u02dc":{"d":"182,-726v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":500},"\u00af":{"d":"405,-622r-310,0r0,-73r310,0r0,73","w":500},"\u02d8":{"d":"415,-735v-6,100,-70,145,-164,145v-94,0,-160,-45,-166,-145r74,0v6,47,43,71,92,71v49,0,86,-24,92,-71r72,0","w":500},"\u02d9":{"d":"304,-620r-108,0r0,-91r108,0r0,91","w":500},"\u00a8":{"d":"404,-604r-92,0r0,-108r92,0r0,108xm188,-604r-92,0r0,-108r92,0r0,108","w":500},"\u02da":{"d":"375,-701v0,69,-56,125,-125,125v-69,0,-125,-56,-125,-125v0,-69,56,-125,125,-125v69,0,125,56,125,125xm314,-701v0,-35,-29,-63,-64,-63v-35,0,-64,28,-64,63v0,35,29,63,64,63v35,0,64,-28,64,-63","w":500},"\u00b8":{"d":"319,64r-51,147r-101,0r70,-147r82,0","w":500},"\u02dd":{"d":"456,-761r-112,162r-76,0r76,-162r112,0xm271,-761r-111,162r-77,0r75,-162r113,0","w":500},"\u02db":{"d":"329,211r-101,0r-51,-147r82,0","w":500},"\u02c7":{"d":"422,-760r-129,161r-86,0r-129,-161r85,0r87,97r87,-97r85,0","w":500},"\u2014":{"d":"905,-231r-838,0r0,-97r838,0r0,97","w":972},"\u00c6":{"d":"897,0r-455,0r0,-162r-235,0r-84,162r-118,0r374,-712r518,0r0,97r-347,0r0,209r296,0r0,97r-296,0r0,212r347,0r0,97xm442,-254r0,-361r-188,361r188,0","w":952},"\u00aa":{"d":"192,-303v-88,0,-140,-43,-140,-123v0,-68,47,-117,139,-117r105,0v4,-68,-13,-103,-87,-102v-44,0,-64,10,-87,39r-55,-52v38,-45,79,-58,146,-58v111,0,166,48,166,139r0,270r-81,0r0,-36v-29,29,-57,40,-106,40xm204,-373v67,0,102,-32,92,-112v-69,0,-163,-13,-163,57v0,36,21,55,71,55","w":452},"\u0141":{"d":"557,0r-450,0r0,-266r-69,44r0,-93r69,-43r0,-354r108,0r0,286r141,-89r0,91r-141,89r0,238r342,0r0,97","w":587},"\u00d8":{"d":"504,-648v75,67,75,152,75,292v0,137,0,214,-68,286v-71,75,-203,99,-307,49r-31,65r-82,0r51,-108v-73,-68,-75,-152,-75,-292v0,-137,1,-214,69,-286v71,-75,203,-99,307,-49r30,-65r83,0xm403,-599v-56,-37,-145,-24,-185,22v-34,39,-42,78,-42,221v0,106,4,156,20,190xm471,-356v0,-106,-3,-156,-20,-190r-207,433v55,37,145,24,185,-22v34,-39,42,-78,42,-221","w":652},"\u0152":{"d":"922,0r-451,0r0,-58v-88,98,-252,76,-335,-10v-68,-70,-69,-151,-69,-288v0,-137,1,-218,69,-288v83,-86,250,-107,335,-10r0,-58r450,0r0,96r-342,0r0,210r291,0r0,94r-291,0r0,216r343,0r0,96xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-162,-57,-211,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,57,162,57,211,0v34,-39,42,-78,42,-221","w":977},"\u00ba":{"d":"229,-716v121,0,169,86,169,206v0,122,-48,207,-169,207v-121,0,-168,-86,-168,-207v0,-120,48,-206,168,-206xm229,-377v68,0,85,-63,85,-133v0,-69,-17,-132,-85,-132v-67,0,-85,63,-85,132v0,69,17,133,85,133","w":458},"\u00e6":{"d":"219,6v-111,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v84,0,141,23,172,67v36,-44,87,-67,150,-67v151,1,227,119,215,289r-329,0v0,87,45,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-101,79,-190,79v-74,0,-138,-24,-179,-79v-51,63,-103,79,-182,79xm681,-295v1,-80,-41,-133,-114,-133v-73,0,-113,55,-114,133r228,0xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72","w":837},"\u0131":{"d":"183,0r-102,0r0,-507r102,0r0,507","w":264},"\u0142":{"d":"294,0r-63,0v-97,0,-139,-65,-139,-140r0,-181r-59,36r0,-87r59,-36r0,-304r102,0r0,242r70,-43r0,86r-70,44r0,237v-6,58,43,63,100,59r0,87","w":326},"\u00f8":{"d":"57,-254v0,-151,60,-259,211,-259v42,0,77,10,105,25r37,-63r69,0r-59,98v48,50,60,114,60,199v0,153,-60,260,-212,260v-42,0,-76,-10,-104,-25r-37,63r-69,0r58,-99v-48,-50,-59,-114,-59,-199xm268,-422v-123,-4,-124,173,-94,277r154,-260v-17,-11,-37,-17,-60,-17xm268,-85v123,4,126,-173,95,-278r-154,260v16,11,36,18,59,18","w":537},"\u0153":{"d":"57,-254v0,-151,60,-259,211,-259v74,0,132,31,164,81v35,-53,90,-81,160,-81v151,1,227,119,215,289r-329,0v0,87,46,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-100,79,-189,79v-74,0,-136,-25,-175,-80v-32,49,-90,80,-163,80v-152,0,-211,-108,-211,-260xm706,-295v1,-80,-41,-133,-114,-133v-73,0,-113,55,-114,133r228,0xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169","w":862},"\u00df":{"d":"398,-545v0,-57,-41,-84,-106,-84v-79,0,-108,44,-108,113r0,516r-103,0r0,-522v0,-132,88,-197,214,-197v116,0,205,53,205,171v0,59,-26,93,-62,116v43,22,63,51,63,115r0,165v1,117,-79,164,-208,152r0,-87v65,5,105,-12,105,-74r0,-156v2,-61,-42,-77,-105,-72r0,-81v62,5,105,-14,105,-75","w":565},"\u00d0":{"d":"617,-356v0,146,-2,198,-54,262v-45,56,-114,94,-204,94r-247,0r0,-318r-74,0r0,-83r74,0r0,-311r250,0v84,0,153,33,201,95v54,70,54,121,54,261xm509,-353v0,-129,-6,-161,-31,-201v-48,-75,-146,-61,-258,-62r0,215r138,0r0,83r-138,0r0,222v111,0,219,10,262,-63v22,-37,27,-61,27,-194","w":684},"\u00f0":{"d":"61,-249v0,-156,73,-271,239,-245r-45,-81r-116,0r0,-72r78,0r-39,-70r108,0r39,70r87,0r0,72r-50,0v49,93,114,206,114,326v0,149,-59,255,-208,255v-148,0,-207,-107,-207,-255xm268,-85v83,0,106,-78,106,-164v0,-86,-22,-164,-106,-164v-83,0,-105,79,-105,164v0,85,22,164,105,164","w":537},"\u0160":{"d":"538,-203v0,131,-107,209,-256,209v-107,0,-184,-25,-252,-94r72,-71v52,52,109,68,182,68v130,0,185,-104,119,-183v-27,-31,-107,-34,-162,-42v-112,-17,-186,-73,-187,-193v0,-124,90,-209,238,-209v94,0,160,24,221,81r-69,68v-44,-42,-95,-55,-155,-55v-114,0,-168,108,-103,177v31,33,103,37,161,45v127,18,191,76,191,199xm464,-942r-129,161r-86,0r-129,-161r85,0r87,97r87,-97r85,0","w":590},"\u0161":{"d":"456,-155v0,106,-90,161,-211,161v-83,0,-153,-14,-213,-73r67,-67v41,42,96,53,146,53v62,0,111,-22,111,-70v0,-34,-19,-56,-68,-60r-81,-7v-95,-8,-150,-51,-150,-140v0,-174,274,-194,379,-98r-64,65v-49,-51,-220,-57,-217,28v0,30,16,53,70,58r80,7v95,8,151,53,151,143xm420,-760r-129,161r-86,0r-129,-161r85,0r87,97r87,-97r85,0","w":499},"\u00dd":{"d":"539,-712r-213,419r0,293r-108,0r0,-293r-213,-419r118,0r149,313r149,-313r118,0xm408,-943r-111,162r-77,0r75,-162r113,0","w":544},"\u00fd":{"d":"464,-507r-224,608v-23,76,-85,108,-182,100r0,-92v57,2,81,-4,99,-54r28,-79r-177,-483r108,0r121,357r118,-357r109,0xm370,-761r-111,162r-77,0r75,-162r113,0","w":468},"\u00de":{"d":"591,-359v0,124,-89,215,-228,215r-162,0r0,144r-108,0r0,-712r108,0r0,137r162,0v139,0,228,92,228,216xm482,-359v0,-75,-51,-119,-126,-119r-155,0r0,237r155,0v75,0,126,-43,126,-118","w":637},"\u00fe":{"d":"496,-254v0,77,-5,165,-57,215v-62,60,-198,66,-256,-13r0,257r-102,0r0,-917r102,0r0,256v59,-79,194,-72,256,-12v52,50,57,137,57,214xm394,-254v0,-90,-13,-168,-105,-168v-92,0,-106,78,-106,168v0,90,14,169,106,169v92,0,105,-79,105,-169","w":554},"\u017d":{"d":"504,0r-456,0r0,-93r329,-522r-315,0r0,-97r442,0r0,88r-331,527r331,0r0,97xm453,-942r-129,161r-86,0r-129,-161r85,0r87,97r87,-97r85,0","w":552},"\u017e":{"d":"421,0r-378,0r0,-81r252,-335r-238,0r0,-91r364,0r0,81r-254,335r254,0r0,91xm411,-760r-129,161r-86,0r-129,-161r85,0r87,97r87,-97r85,0","w":469},"\u00bd":{"d":"782,0r-259,0r0,-69r160,-186v38,-35,27,-108,-31,-107v-27,0,-53,13,-53,55r-76,0v0,-77,55,-124,129,-124v75,0,130,47,130,124v0,41,-17,64,-46,98r-121,140r167,0r0,69xm588,-712r-335,712r-81,0r335,-712r81,0xm204,-285r-77,0r0,-341r-87,76r0,-87r87,-75r77,0r0,427","w":827},"\u00bc":{"d":"768,-61r-40,0r0,61r-74,0r0,-61r-174,0r0,-71r147,-295r83,0r-147,295r91,0r0,-83r74,0r0,83r40,0r0,71xm596,-712r-335,712r-81,0r335,-712r81,0xm204,-285r-77,0r0,-341r-87,76r0,-87r87,-75r77,0r0,427","w":808},"\u00b9":{"d":"204,-285r-77,0r0,-341r-87,76r0,-87r87,-75r77,0r0,427","w":277},"\u00be":{"d":"804,-61r-40,0r0,61r-73,0r0,-61r-174,0r0,-71r146,-295r84,0r-147,295r91,0r0,-83r73,0r0,83r40,0r0,71xm638,-712r-335,712r-81,0r335,-712r81,0xm317,-408v0,85,-62,128,-135,128v-70,0,-136,-37,-137,-126r77,0v1,39,29,57,60,57v34,0,58,-22,58,-61v0,-40,-26,-63,-72,-60r0,-66v44,3,68,-20,67,-55v0,-37,-25,-56,-54,-56v-31,0,-52,19,-54,52r-76,0v2,-76,59,-121,130,-121v75,0,130,50,130,122v0,46,-21,74,-50,89v31,16,56,45,56,97","w":844},"\u00b3":{"d":"317,-408v0,85,-62,128,-135,128v-70,0,-136,-37,-137,-126r77,0v1,39,29,57,60,57v34,0,58,-22,58,-61v0,-40,-26,-63,-72,-60r0,-66v44,3,68,-20,67,-55v0,-37,-25,-56,-54,-56v-31,0,-52,19,-54,52r-76,0v2,-76,59,-121,130,-121v75,0,130,50,130,122v0,46,-21,74,-50,89v31,16,56,45,56,97","w":362},"\u00b2":{"d":"305,-285r-260,0r0,-69r161,-186v38,-35,27,-108,-31,-107v-27,0,-53,13,-53,55r-77,0v0,-77,56,-124,130,-124v75,0,130,47,130,124v0,41,-17,64,-46,98r-121,140r167,0r0,69","w":350},"\u00a6":{"d":"220,-436r-102,0r0,-350r102,0r0,350xm220,74r-102,0r0,-350r102,0r0,350","w":344},"\u2212":{"d":"482,-230r-431,0r0,-95r431,0r0,95"},"\u00d7":{"d":"476,-132r-64,63r-146,-145r-145,145r-64,-63r146,-146r-146,-146r64,-64r145,146r146,-146r64,64r-146,146"},"\u00c4":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0xm464,-786r-92,0r0,-108r92,0r0,108xm248,-786r-92,0r0,-108r92,0r0,108","w":625,"k":{"\u0152":10,"y":21,"v":21,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c5":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0xm435,-875v0,69,-56,125,-125,125v-69,0,-125,-56,-125,-125v0,-69,56,-125,125,-125v69,0,125,56,125,125xm374,-875v0,-35,-29,-63,-64,-63v-35,0,-64,28,-64,63v0,35,29,63,64,63v35,0,64,-28,64,-63","w":625,"k":{"\u0152":5,"y":21,"v":21,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c7":{"d":"577,-213v-24,142,-125,219,-254,219v-74,0,-138,-27,-187,-76v-70,-70,-69,-149,-69,-286v0,-137,-1,-216,69,-286v49,-49,113,-76,187,-76v131,0,229,77,254,219r-110,0v-17,-72,-65,-122,-144,-122v-42,0,-80,16,-105,43v-35,38,-43,79,-43,222v0,143,8,184,43,222v25,27,63,43,105,43v79,0,128,-50,145,-122r109,0xm374,64r-51,147r-101,0r70,-147r82,0","w":628,"k":{"\u00c6":5,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":21,"A":10}},"\u00c9":{"d":"548,0r-455,0r0,-712r455,0r0,97r-347,0r0,208r296,0r0,96r-296,0r0,214r347,0r0,97xm447,-943r-111,162r-77,0r75,-162r113,0","w":603},"\u00d1":{"d":"629,0r-99,0r-329,-501r0,501r-108,0r0,-712r99,0r329,500r0,-500r108,0r0,712xm293,-908v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":721},"\u00d6":{"d":"579,-356v0,137,0,214,-68,286v-93,98,-282,99,-375,0v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,56,163,57,212,0v34,-39,42,-78,42,-221xm477,-786r-92,0r0,-108r92,0r0,108xm261,-786r-92,0r0,-108r92,0r0,108","w":647,"k":{"\u00c6":5,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":21,"A":10}},"\u00dc":{"d":"593,-240v0,147,-111,246,-256,246v-145,0,-255,-99,-255,-246r0,-472r108,0r0,467v0,95,58,154,147,154v89,0,148,-59,148,-154r0,-467r108,0r0,472xm492,-786r-92,0r0,-108r92,0r0,108xm276,-786r-92,0r0,-108r92,0r0,108","w":675},"\u00e1":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72xm393,-761r-111,162r-77,0r75,-162r113,0","w":530},"\u00e0":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72xm309,-599r-77,0r-111,-162r113,0","w":530},"\u00e2":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72xm429,-599r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":530},"\u00e4":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72xm411,-604r-92,0r0,-108r92,0r0,108xm195,-604r-92,0r0,-108r92,0r0,108","w":530},"\u00e3":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72xm189,-726v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":530},"\u00e5":{"d":"219,6v-110,0,-176,-55,-176,-155v0,-85,59,-146,175,-146r134,0v6,-87,-16,-132,-111,-131v-56,0,-83,13,-111,49r-67,-63v48,-56,98,-73,182,-73v139,0,209,59,209,174r0,339r-100,0r0,-46v-37,37,-72,52,-135,52xm235,-79v68,0,122,-24,117,-104r0,-41r-119,0v-60,0,-91,27,-91,73v0,46,29,72,93,72xm382,-701v0,69,-56,125,-125,125v-69,0,-125,-56,-125,-125v0,-69,56,-125,125,-125v69,0,125,56,125,125xm321,-701v0,-35,-29,-63,-64,-63v-35,0,-64,28,-64,63v0,35,29,63,64,63v35,0,64,-28,64,-63","w":530},"\u00e7":{"d":"157,-254v0,106,37,169,124,169v40,0,65,-13,97,-48r70,67v-48,51,-97,72,-167,72v-114,0,-226,-70,-226,-260v0,-190,112,-259,226,-259v70,0,119,20,167,71r-70,68v-32,-35,-57,-48,-97,-48v-86,0,-124,64,-124,168xm319,64r-51,147r-101,0r70,-147r82,0","w":488,"k":{"\u0153":17,"\u00e6":8,"o":17,"e":17,"c":8,"a":8}},"\u00e9":{"d":"485,-224r-329,0v0,87,46,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-101,79,-190,79v-127,0,-228,-67,-228,-260v0,-164,85,-259,215,-259v151,1,227,119,215,289xm384,-295v-1,-79,-40,-133,-114,-133v-73,0,-115,54,-114,133r228,0xm409,-761r-111,162r-77,0r75,-162r113,0","w":539,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00e8":{"d":"485,-224r-329,0v0,87,46,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-101,79,-190,79v-127,0,-228,-67,-228,-260v0,-164,85,-259,215,-259v151,1,227,119,215,289xm384,-295v-1,-79,-40,-133,-114,-133v-73,0,-115,54,-114,133r228,0xm325,-599r-77,0r-111,-162r113,0","w":539,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00ea":{"d":"485,-224r-329,0v0,87,46,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-101,79,-190,79v-127,0,-228,-67,-228,-260v0,-164,85,-259,215,-259v151,1,227,119,215,289xm384,-295v-1,-79,-40,-133,-114,-133v-73,0,-115,54,-114,133r228,0xm445,-599r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":539,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00eb":{"d":"485,-224r-329,0v0,87,46,142,129,142v57,0,87,-16,123,-52r65,61v-52,52,-101,79,-190,79v-127,0,-228,-67,-228,-260v0,-164,85,-259,215,-259v151,1,227,119,215,289xm384,-295v-1,-79,-40,-133,-114,-133v-73,0,-115,54,-114,133r228,0xm427,-604r-92,0r0,-108r92,0r0,108xm211,-604r-92,0r0,-108r92,0r0,108","w":539,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00ed":{"d":"183,0r-102,0r0,-507r102,0r0,507xm269,-761r-111,162r-77,0r75,-162r113,0","w":264},"\u00ec":{"d":"183,0r-102,0r0,-507r102,0r0,507xm269,-599r-77,0r-111,-162r113,0","w":264},"\u00ee":{"d":"183,0r-102,0r0,-507r102,0r0,507xm425,-599r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":264},"\u00ef":{"d":"183,0r-102,0r0,-507r102,0r0,507xm389,-604r-92,0r0,-108r92,0r0,108xm173,-604r-92,0r0,-108r92,0r0,108","w":264},"\u00f1":{"d":"316,-513v111,0,176,82,176,189r0,324r-102,0r0,-309v0,-79,-45,-113,-102,-113v-57,0,-105,35,-105,113r0,309r-102,0r0,-507r100,0r0,51v35,-38,84,-57,135,-57xm219,-726v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":568},"\u00f3":{"d":"268,-513v152,0,212,108,212,259v0,153,-60,260,-212,260v-152,0,-211,-108,-211,-260v0,-151,60,-259,211,-259xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169xm404,-761r-111,162r-77,0r75,-162r113,0","w":537,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00f2":{"d":"268,-513v152,0,212,108,212,259v0,153,-60,260,-212,260v-152,0,-211,-108,-211,-260v0,-151,60,-259,211,-259xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169xm313,-599r-77,0r-111,-162r113,0","w":537,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00f4":{"d":"268,-513v152,0,212,108,212,259v0,153,-60,260,-212,260v-152,0,-211,-108,-211,-260v0,-151,60,-259,211,-259xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169xm440,-599r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":537,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00f6":{"d":"268,-513v152,0,212,108,212,259v0,153,-60,260,-212,260v-152,0,-211,-108,-211,-260v0,-151,60,-259,211,-259xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169xm422,-604r-92,0r0,-108r92,0r0,108xm206,-604r-92,0r0,-108r92,0r0,108","w":537,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00f5":{"d":"268,-513v152,0,212,108,212,259v0,153,-60,260,-212,260v-152,0,-211,-108,-211,-260v0,-151,60,-259,211,-259xm268,-85v85,1,110,-80,110,-169v0,-88,-23,-168,-110,-168v-86,0,-109,80,-109,168v0,88,23,169,109,169xm200,-726v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":537,"k":{"y":10,"x":10,"w":7,"v":10}},"\u00fa":{"d":"252,6v-111,0,-176,-82,-176,-189r0,-324r102,0r0,309v0,79,45,113,102,113v57,0,105,-35,105,-113r0,-309r102,0r0,507r-100,0r0,-51v-35,38,-84,57,-135,57xm417,-761r-111,162r-77,0r75,-162r113,0","w":568},"\u00f9":{"d":"252,6v-111,0,-176,-82,-176,-189r0,-324r102,0r0,309v0,79,45,113,102,113v57,0,105,-35,105,-113r0,-309r102,0r0,507r-100,0r0,-51v-35,38,-84,57,-135,57xm333,-599r-77,0r-111,-162r113,0","w":568},"\u00fb":{"d":"252,6v-111,0,-176,-82,-176,-189r0,-324r102,0r0,309v0,79,45,113,102,113v57,0,105,-35,105,-113r0,-309r102,0r0,507r-100,0r0,-51v-35,38,-84,57,-135,57xm453,-599r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":568},"\u00fc":{"d":"252,6v-111,0,-176,-82,-176,-189r0,-324r102,0r0,309v0,79,45,113,102,113v57,0,105,-35,105,-113r0,-309r102,0r0,507r-100,0r0,-51v-35,38,-84,57,-135,57xm435,-604r-92,0r0,-108r92,0r0,108xm219,-604r-92,0r0,-108r92,0r0,108","w":568},"\u00b0":{"d":"410,-549v0,96,-79,174,-175,174v-96,0,-174,-78,-174,-174v0,-96,78,-175,174,-175v96,0,175,79,175,175xm326,-549v0,-52,-40,-93,-91,-93v-51,0,-90,41,-90,93v0,52,39,92,90,92v51,0,91,-40,91,-92","w":471},"\u00ae":{"d":"793,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm720,-356v0,-165,-127,-295,-289,-295v-162,0,-290,130,-290,295v0,165,128,295,290,295v162,0,289,-130,289,-295xm588,-161r-81,0r-80,-155r-50,0r0,155r-72,0r0,-391r147,0v74,0,126,55,126,120v0,55,-34,91,-77,106xm507,-432v0,-33,-26,-59,-64,-59r-66,0r0,118r66,0v38,0,64,-26,64,-59","w":862},"\u00a9":{"d":"793,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm720,-356v0,-165,-128,-294,-289,-294v-161,0,-289,129,-289,294v0,165,128,294,289,294v161,0,289,-129,289,-294xm568,-208v-38,34,-75,52,-131,52v-108,0,-179,-78,-179,-200v0,-122,71,-200,179,-200v56,0,92,18,131,52r-46,47v-30,-26,-51,-35,-85,-35v-76,0,-108,58,-108,136v0,78,32,136,108,136v34,0,55,-9,85,-35","w":862},"\u2122":{"d":"822,-285r-77,0r0,-279r-90,179r-71,0r-90,-179r0,279r-77,0r0,-427r77,0r125,243r126,-243r77,0r0,427xm346,-643r-115,0r0,358r-76,0r0,-358r-114,0r0,-69r305,0r0,69","w":883},"\u2260":{"d":"520,-133r-303,0r-103,120r-63,-51r61,-69r-61,0r0,-95r138,0r88,-99r-226,0r0,-95r302,0r104,-120r63,51r-61,69r61,0r0,95r-138,0r-88,99r226,0r0,95","w":571},"\u221e":{"d":"769,-276v0,98,-64,174,-175,174v-70,0,-124,-34,-179,-99v-55,65,-110,100,-179,100v-111,0,-175,-77,-175,-175v0,-98,64,-175,175,-175v68,0,124,35,179,100v55,-65,108,-100,179,-100v111,0,175,77,175,175xm671,-274v0,-48,-35,-78,-79,-78v-42,0,-71,33,-109,78v38,45,67,79,109,79v44,0,79,-31,79,-79xm347,-274v-38,-45,-68,-79,-110,-79v-44,0,-78,31,-78,79v0,48,34,79,78,79v42,0,72,-34,110,-79","w":830},"\u00b1":{"d":"482,-316r-168,0r0,169r-95,0r0,-169r-168,0r0,-95r168,0r0,-168r95,0r0,168r168,0r0,95xm482,0r-431,0r0,-95r431,0r0,95"},"\u2264":{"d":"873,14r-68,69r-526,-527r0,487r-92,-92r0,-554r555,0r92,92r-487,-1","w":1027},"\u2265":{"d":"839,-49r-92,92r1,-487r-526,527r-69,-69r527,-527r-487,2r92,-92r554,0r0,554","w":1027},"\u00b5":{"d":"487,0r-100,0r0,-51v-49,56,-147,79,-209,32r0,224r-102,0r0,-712r102,0r0,309v0,79,46,113,103,113v57,0,104,-35,104,-113r0,-309r102,0r0,507","w":569},"\u2202":{"d":"61,-249v0,-151,49,-255,198,-255v39,0,76,7,107,42v5,-94,-12,-169,-119,-169v-50,0,-78,14,-110,44r-64,-64v53,-49,101,-67,178,-67v144,0,217,94,217,227r0,242v5,148,-57,255,-203,255v-147,0,-204,-106,-204,-255xm265,-85v80,0,101,-80,101,-164v0,-84,-20,-164,-101,-164v-81,0,-102,79,-102,164v0,84,20,164,102,164","w":549},"\u2211":{"d":"508,205r-460,0r0,-88r195,-406r-193,-383r0,-88r455,0r0,97r-329,0r161,325r0,100r-164,346r335,0r0,97","w":552},"\u220f":{"d":"598,205r-109,0r0,-869r-288,0r0,869r-108,0r0,-965r505,0r0,965","w":690},"\u03c0":{"d":"503,0r-100,0r0,-412r-214,0r0,412r-101,0r0,-507r415,0r0,507","w":591},"\u222b":{"d":"385,-633v-68,-5,-116,7,-116,74r0,599v0,122,-87,175,-221,162r0,-87v68,5,115,-6,115,-74r0,-599v1,-122,88,-175,222,-162r0,87","w":433},"\u03a9":{"d":"579,-356v0,113,-5,209,-70,260r70,0r0,96r-207,0r0,-87v91,-51,99,-83,99,-264v0,-143,-8,-186,-42,-225v-51,-57,-160,-58,-211,0v-34,39,-42,82,-42,225v0,182,7,212,98,264r0,87r-207,0r0,-96r70,0v-64,-53,-71,-147,-70,-260v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286","w":647},"\u00ac":{"d":"484,-98r-95,0r0,-141r-341,0r0,-95r436,0r0,236"},"\u221a":{"d":"550,-615r-91,0r-202,615r-84,0r-168,-507r111,0r99,313r163,-518r172,0r0,97","w":580},"\u2248":{"d":"190,-457v64,0,127,55,191,56v28,0,47,-5,85,-43r65,64v-59,59,-95,77,-148,77v-64,0,-128,-54,-191,-56v-28,0,-47,5,-85,43r-64,-64v59,-59,94,-77,147,-77xm191,-255v63,0,127,56,191,57v28,0,47,-6,85,-44r64,64v-59,59,-94,78,-147,78v-63,0,-127,-56,-191,-57v-28,0,-48,6,-86,44r-64,-64v59,-59,95,-78,148,-78","w":574},"\u0394":{"d":"613,0r-608,0r261,-712r87,0xm472,-92r-161,-459r-162,459r323,0","w":619},"\u00a0":{"w":240},"\u00c0":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0xm361,-781r-77,0r-111,-162r113,0","w":625,"k":{"\u0152":5,"y":21,"v":21,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c3":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0xm241,-908v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":625,"k":{"\u0152":5,"y":21,"v":21,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00d5":{"d":"579,-356v0,137,0,214,-68,286v-93,98,-282,99,-375,0v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,56,163,57,212,0v34,-39,42,-78,42,-221xm255,-908v72,0,124,91,189,12r48,47v-45,45,-73,55,-104,55v-73,0,-124,-90,-189,-12r-48,-47v45,-45,72,-55,104,-55","w":647,"k":{"\u00c6":5,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":21,"A":10}},"\u00f7":{"d":"321,-414r-109,0r0,-109r109,0r0,109xm484,-230r-436,0r0,-95r436,0r0,95xm321,-33r-109,0r0,-109r109,0r0,109"},"\u25ca":{"d":"582,-346r-261,365r-260,-365r260,-365xm467,-346r-146,-207r-146,207r146,208","w":642},"\u00ff":{"d":"464,-507r-224,608v-23,76,-85,108,-182,100r0,-92v57,2,81,-4,99,-54r28,-79r-177,-483r108,0r121,357r118,-357r109,0xm388,-604r-92,0r0,-108r92,0r0,108xm172,-604r-92,0r0,-108r92,0r0,108","w":468},"\u0178":{"d":"539,-712r-213,419r0,293r-108,0r0,-293r-213,-419r118,0r149,313r149,-313r118,0xm426,-786r-92,0r0,-108r92,0r0,108xm210,-786r-92,0r0,-108r92,0r0,108","w":544},"\u00c2":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0xm482,-781r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":625,"k":{"\u0152":5,"y":8,"v":21,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00ca":{"d":"548,0r-455,0r0,-712r455,0r0,97r-347,0r0,208r296,0r0,96r-296,0r0,214r347,0r0,97xm483,-781r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":603},"\u00c1":{"d":"617,0r-115,0r-49,-143r-281,0r-49,143r-115,0r261,-712r87,0xm423,-235r-108,-316r-111,316r219,0xm446,-943r-111,162r-77,0r75,-162r113,0","w":625,"k":{"\u0152":5,"y":21,"v":21,"Y":35,"W":21,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00cb":{"d":"548,0r-455,0r0,-712r455,0r0,97r-347,0r0,208r296,0r0,96r-296,0r0,214r347,0r0,97xm465,-786r-92,0r0,-108r92,0r0,108xm249,-786r-92,0r0,-108r92,0r0,108","w":603},"\u00c8":{"d":"548,0r-455,0r0,-712r455,0r0,97r-347,0r0,208r296,0r0,96r-296,0r0,214r347,0r0,97xm363,-781r-77,0r-111,-162r113,0","w":603},"\u00cd":{"d":"201,0r-108,0r0,-712r108,0r0,712xm281,-943r-111,162r-77,0r75,-162r113,0","w":294},"\u00ce":{"d":"201,0r-108,0r0,-712r108,0r0,712xm437,-781r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":294},"\u00cf":{"d":"201,0r-108,0r0,-712r108,0r0,712xm401,-786r-92,0r0,-108r92,0r0,108xm185,-786r-92,0r0,-108r92,0r0,108","w":294},"\u00cc":{"d":"201,0r-108,0r0,-712r108,0r0,712xm281,-781r-77,0r-111,-162r113,0","w":294},"\u00d3":{"d":"579,-356v0,137,0,214,-68,286v-93,98,-282,99,-375,0v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,56,163,57,212,0v34,-39,42,-78,42,-221xm459,-943r-111,162r-77,0r75,-162r113,0","w":647,"k":{"\u00c6":5,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":21,"A":10}},"\u00d4":{"d":"579,-356v0,137,0,214,-68,286v-93,98,-282,99,-375,0v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,56,163,57,212,0v34,-39,42,-78,42,-221xm495,-781r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":647,"k":{"\u00c6":5,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":21,"A":10}},"\u00d2":{"d":"579,-356v0,137,0,214,-68,286v-93,98,-282,99,-375,0v-68,-72,-69,-149,-69,-286v0,-137,1,-214,69,-286v93,-99,282,-98,375,0v68,72,68,149,68,286xm471,-356v0,-143,-8,-182,-42,-221v-49,-56,-163,-57,-212,0v-34,39,-42,78,-42,221v0,143,8,182,42,221v49,56,163,57,212,0v34,-39,42,-78,42,-221xm375,-781r-77,0r-111,-162r113,0","w":647,"k":{"Y":10,"X":10,"W":10,"V":10,"T":20,"J":21,"A":10}},"\u00da":{"d":"593,-240v0,147,-111,246,-256,246v-145,0,-255,-99,-255,-246r0,-472r108,0r0,467v0,95,58,154,147,154v89,0,148,-59,148,-154r0,-467r108,0r0,472xm474,-943r-111,162r-77,0r75,-162r113,0","w":675},"\u00db":{"d":"593,-240v0,147,-111,246,-256,246v-145,0,-255,-99,-255,-246r0,-472r108,0r0,467v0,95,58,154,147,154v89,0,148,-59,148,-154r0,-467r108,0r0,472xm510,-781r-85,0r-87,-97r-87,97r-85,0r129,-161r86,0","w":675},"\u00d9":{"d":"593,-240v0,147,-111,246,-256,246v-145,0,-255,-99,-255,-246r0,-472r108,0r0,467v0,95,58,154,147,154v89,0,148,-59,148,-154r0,-467r108,0r0,472xm390,-781r-77,0r-111,-162r113,0","w":675}}});Cufon.registerFont({"w":543,"face":{"font-family":"din","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"6","bbox":"-115 -1015 1158 206","underline-thickness":"87","underline-position":"-92","stemh":"117","stemv":"131","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":232},"!":{"d":"272,-712r-31,489r-98,0r-31,-489r160,0xm261,0r-138,0r0,-133r138,0r0,133","w":347},"\"":{"d":"395,-501r-121,0r0,-211r121,0r0,211xm190,-501r-122,0r0,-211r122,0r0,211","w":464},"#":{"d":"643,-420r-89,0r-16,108r69,0r0,122r-89,0r-30,190r-137,0r31,-190r-116,0r-30,190r-137,0r30,-190r-69,0r0,-122r89,0r16,-108r-70,0r0,-121r89,0r28,-177r137,0r-28,177r116,0r28,-177r136,0r-27,177r69,0r0,121xm417,-420r-115,0r-17,108r116,0","w":691},"$":{"d":"571,-210v0,122,-90,197,-215,212r0,112r-101,0r0,-108v-96,-3,-171,-28,-236,-94r90,-90v42,42,99,58,159,60r0,-181v-132,-11,-221,-67,-221,-203v0,-115,78,-200,208,-214r0,-90r101,0r0,89v81,5,143,30,197,82r-88,87v-33,-32,-82,-45,-123,-48r0,174v141,13,229,69,229,212xm268,-428r0,-167v-79,9,-114,86,-66,139v15,16,38,24,66,28xm342,-120v87,-2,120,-91,71,-146v-18,-21,-45,-22,-71,-26r0,172","w":619},"%":{"d":"796,-131v0,90,-67,137,-145,137v-79,0,-145,-47,-145,-137r0,-99v0,-90,66,-137,145,-137v78,0,145,47,145,137r0,99xm644,-712r-337,712r-102,0r337,-712r102,0xm342,-482v0,90,-67,137,-145,137v-79,0,-145,-47,-145,-137r0,-99v0,-90,66,-137,145,-137v78,0,145,47,145,137r0,99xm651,-78v65,0,50,-86,51,-148v0,-38,-19,-57,-51,-57v-67,0,-51,86,-51,148v0,38,18,57,51,57xm197,-429v65,0,50,-86,51,-148v0,-38,-19,-57,-51,-57v-67,0,-51,86,-51,148v0,38,19,57,51,57","w":848},"&":{"d":"489,-550v0,83,-60,115,-124,161r120,142v23,-31,34,-74,36,-125r123,0v-5,92,-26,165,-76,221r128,151r-165,0r-52,-62v-33,26,-82,68,-184,68v-157,0,-235,-82,-235,-216v0,-91,66,-150,128,-191v-29,-33,-71,-83,-71,-151v0,-97,71,-166,190,-166v112,0,182,71,182,168xm295,-469v35,-23,71,-40,71,-80v0,-33,-22,-58,-59,-58v-39,0,-59,25,-59,58v0,26,22,51,47,80xm400,-154r-142,-167v-43,30,-72,58,-72,109v-1,107,150,130,214,58","w":721},"\u2019":{"d":"204,-588r-136,103r0,-227r136,0r0,124","w":273,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"J":120,"A":80}},"(":{"d":"210,-144v-2,86,31,110,71,151r-87,87v-58,-54,-114,-123,-114,-232r0,-436v0,-44,3,-89,26,-129v23,-39,55,-70,88,-103r87,87v-40,41,-71,65,-71,151r0,424","w":336},")":{"d":"142,-806v58,54,114,123,114,232r0,436v0,44,-3,89,-26,129v-23,39,-55,70,-88,103r-88,-88v40,-41,71,-64,71,-150r0,-424v2,-86,-31,-109,-71,-150","w":336},"*":{"d":"440,-460r-46,79r-105,-66r4,125r-92,0r5,-125r-106,66r-45,-79r110,-58r-110,-58r45,-80r106,67r-5,-125r92,0r-4,125r105,-67r46,80r-111,58","w":494},"+":{"d":"493,-216r-160,0r0,160r-122,0r0,-160r-161,0r0,-122r161,0r0,-160r122,0r0,160r160,0r0,122"},",":{"d":"211,55r-143,110r0,-307r143,0r0,197","w":279},"-":{"d":"367,-225r-308,0r0,-121r308,0r0,121","w":426},".":{"d":"217,0r-149,0r0,-148r149,0r0,148","w":285},"\/":{"d":"407,-786r-285,860r-122,0r285,-860r122,0","w":403},"0":{"d":"488,-206v0,136,-100,212,-216,212v-116,0,-217,-76,-217,-212r0,-300v0,-136,101,-212,217,-212v116,0,216,76,216,212r0,300xm358,-207r0,-297v0,-60,-35,-97,-86,-97v-51,0,-87,37,-87,97r0,297v0,60,36,96,87,96v51,0,86,-36,86,-96"},"1":{"d":"378,0r-130,0r0,-572r-145,126r0,-140r145,-126r130,0r0,712"},"2":{"d":"492,0r-433,0r0,-117r266,-309v62,-57,47,-176,-49,-175v-43,0,-87,22,-87,91r-130,0v0,-130,95,-208,217,-208v126,0,216,79,216,207v0,69,-27,106,-76,163r-199,231r275,0r0,117"},"3":{"d":"495,-206v0,142,-104,212,-226,212v-116,0,-225,-61,-227,-210r130,0v2,64,46,93,97,93v56,0,96,-35,96,-99v0,-65,-44,-104,-119,-98r0,-113v72,6,109,-33,109,-89v0,-60,-40,-91,-87,-91v-49,0,-85,32,-88,86r-130,0v3,-127,98,-203,218,-203v126,0,217,84,217,204v0,77,-35,121,-82,146v51,27,92,76,92,162"},"4":{"d":"512,-101r-65,0r0,101r-125,0r0,-101r-291,0r0,-123r244,-488r142,0r-244,488r149,0r0,-133r125,0r0,133r65,0r0,123"},"5":{"d":"297,-478v140,0,197,124,197,238v0,143,-66,244,-220,246v-142,3,-213,-92,-217,-205r130,0v7,56,33,88,87,88v68,1,90,-56,90,-129v0,-82,-24,-128,-87,-128v-53,0,-77,30,-86,58r-119,0r0,-402r406,0r0,117r-288,0r0,153v19,-18,59,-36,107,-36"},"6":{"d":"492,-216v0,140,-96,222,-222,222v-126,0,-222,-79,-222,-220v0,-65,28,-125,60,-190r150,-308r142,0r-148,294v129,-38,240,52,240,202xm362,-215v0,-63,-37,-104,-92,-104v-53,0,-92,38,-92,104v0,66,39,104,92,104v53,0,92,-38,92,-104"},"7":{"d":"503,-595r-231,595r-141,0r231,-595r-188,0r0,112r-124,0r0,-229r453,0r0,117"},"8":{"d":"500,-207v0,138,-102,213,-228,213v-126,0,-228,-75,-228,-213v0,-87,50,-134,89,-160v-36,-25,-80,-72,-80,-148v0,-126,100,-203,219,-203v119,0,218,77,218,203v0,76,-44,123,-80,148v39,26,90,73,90,160xm360,-511v0,-51,-37,-90,-88,-90v-51,0,-89,39,-89,90v0,52,38,90,89,90v51,0,88,-38,88,-90xm370,-209v0,-55,-43,-99,-98,-99v-55,0,-98,44,-98,99v0,55,43,98,98,98v55,0,98,-43,98,-98"},"9":{"d":"495,-498v0,65,-27,125,-59,190r-151,308r-141,0r148,-294v-129,38,-241,-52,-241,-202v0,-140,96,-222,222,-222v126,0,222,79,222,220xm365,-497v0,-66,-39,-104,-92,-104v-53,0,-92,38,-92,104v0,63,37,104,92,104v53,0,92,-38,92,-104"},":":{"d":"241,-271r-148,0r0,-148r148,0r0,148xm241,0r-148,0r0,-148r148,0r0,148","w":309},";":{"d":"241,-271r-148,0r0,-148r148,0r0,148xm238,55r-142,110r0,-307r142,0r0,197","w":309},"<":{"d":"976,-224r-703,0r326,324r-164,0r-385,-385r385,-385r164,0r-326,323r703,0r0,123","w":1027},"=":{"d":"493,-333r-443,0r0,-122r443,0r0,122xm493,-116r-443,0r0,-122r443,0r0,122"},">":{"d":"977,-285r-385,385r-164,0r326,-324r-704,0r0,-123r704,0r-326,-323r164,0","w":1027},"?":{"d":"487,-518v0,99,-79,157,-123,223v-13,20,-20,41,-18,72r-130,0v-15,-146,141,-176,141,-296v0,-47,-31,-82,-81,-82v-53,0,-80,37,-80,83r-130,0v0,-124,94,-200,210,-200v113,0,211,73,211,200xm350,0r-138,0r0,-133r138,0r0,133","w":523},"@":{"d":"451,-716v157,-7,249,88,249,250r0,469r-121,-3r0,-46v-32,35,-65,52,-120,52v-127,0,-173,-89,-173,-237v0,-148,44,-236,172,-236v51,0,88,16,118,49v13,-111,-36,-182,-135,-182r-124,0v-79,-7,-135,57,-135,137r0,289v0,50,11,70,44,99r-90,90v-57,-51,-79,-92,-79,-182r0,-299v-6,-160,89,-257,250,-250r144,0xm576,-231v0,-79,-19,-128,-83,-128v-64,0,-82,49,-82,128v0,79,18,129,82,129v64,0,83,-50,83,-129","w":758},"A":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0","w":638,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00d5":10,"\u00d6":10,"\u00c7":10,"\u0152":10,"\u201d":80,"\u201c":80,"y":25,"w":4,"v":25,"\u2018":80,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"J":-4,"G":10,"C":10,"\u2019":80}},"B":{"d":"599,-205v0,133,-91,205,-218,205r-298,0r0,-712r286,0v139,0,220,78,220,200v0,79,-52,130,-88,147v43,20,98,65,98,160xm450,-506v0,-49,-33,-82,-92,-82r-136,0r0,164r136,0v59,0,92,-33,92,-82xm460,-212v0,-48,-30,-87,-93,-87r-145,0r0,175r145,0v63,0,93,-40,93,-88","w":658,"k":{"J":19}},"C":{"d":"583,-219v-25,149,-130,225,-262,225v-78,0,-142,-28,-192,-78v-72,-72,-70,-161,-70,-284v0,-123,-2,-212,70,-284v50,-50,114,-78,192,-78v133,0,237,76,262,225r-141,0v-14,-57,-50,-101,-120,-101v-38,0,-69,14,-89,37v-27,30,-35,64,-35,201v0,137,8,171,35,201v20,23,51,37,89,37v70,0,106,-44,120,-101r141,0","w":620,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":19,"A":10}},"D":{"d":"600,-359v0,107,6,209,-72,291v-92,97,-273,61,-445,68r0,-712v171,7,353,-28,445,68v78,82,72,178,72,285xm461,-359v0,-108,-6,-152,-30,-185v-38,-52,-123,-44,-209,-44r0,464v86,0,172,8,209,-44v24,-34,30,-83,30,-191","w":659,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":26,"A":10}},"E":{"d":"552,0r-469,0r0,-712r469,0r0,124r-330,0r0,167r281,0r0,124r-281,0r0,173r330,0r0,124","w":605,"k":{"J":3}},"F":{"d":"552,-588r-330,0r0,175r281,0r0,124r-281,0r0,289r-139,0r0,-712r469,0r0,124","w":590,"k":{"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":18,"\u00c2":18,"\u00d5":20,"\u00c3":18,"\u00c0":18,"\u00d6":20,"\u00c7":20,"\u00c5":18,"\u00c4":18,"\u0153":33,"\u00f8":33,"\u00e6":33,"\u0152":20,"\u00d8":20,"\u00c6":18,"z":30,"x":30,"u":30,"r":30,"p":30,"o":33,"n":30,"m":30,"e":33,"c":33,"a":33,"S":10,"Q":20,"O":20,"J":126,"G":20,"C":20,"A":60,".":93}},"G":{"d":"321,-118v89,0,140,-65,131,-162r-131,0r0,-116r269,0r0,104v13,190,-113,297,-269,298v-78,0,-142,-28,-192,-78v-72,-72,-70,-161,-70,-284v0,-123,-2,-212,70,-284v50,-50,112,-78,192,-78v165,0,249,108,268,228r-140,0v-16,-67,-57,-104,-128,-104v-38,0,-69,15,-89,38v-27,30,-34,63,-34,200v0,137,7,171,34,201v20,23,51,37,89,37","w":648,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":33,"A":10}},"H":{"d":"602,0r-139,0r0,-298r-241,0r0,298r-139,0r0,-712r139,0r0,291r241,0r0,-291r139,0r0,712","w":685},"I":{"d":"222,0r-139,0r0,-712r139,0r0,712","w":305},"J":{"d":"437,-234v6,236,-294,312,-434,167r92,-91v23,23,45,40,91,40v68,0,112,-40,112,-122r0,-472r139,0r0,478","w":511,"k":{"A":10}},"K":{"d":"659,0r-162,0r-183,-324r-92,110r0,214r-139,0r0,-712r139,0r0,310r251,-310r169,0r-236,283","w":665,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00d5":10,"\u00d6":10,"\u00c7":10,"\u0152":10,"y":36,"Q":10,"O":10,"J":-4,"G":10,"C":10}},"L":{"d":"545,0r-462,0r0,-712r139,0r0,588r323,0r0,124","w":575,"k":{"\u00d2":26,"\u00d4":26,"\u00d3":26,"\u00d5":26,"\u00d6":26,"\u00c7":12,"\u0152":26,"\u201d":150,"\u201c":150,"y":60,"\u2018":150,"Y":80,"W":40,"V":70,"U":12,"T":80,"Q":26,"O":26,"J":-4,"G":26,"C":26,"\u2019":150}},"M":{"d":"728,0r-139,0r0,-415r-136,270r-94,0r-137,-270r0,415r-139,0r0,-712r137,0r186,385r185,-385r137,0r0,712","w":811},"N":{"d":"628,0r-124,0r-282,-437r0,437r-139,0r0,-712r124,0r282,436r0,-436r139,0r0,712","w":711},"O":{"d":"585,-356v0,123,-2,209,-71,284v-93,100,-292,100,-385,0v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200","w":644,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":10,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":33,"A":10}},"P":{"d":"594,-490v0,121,-88,222,-235,222r-137,0r0,268r-139,0r0,-712r276,0v147,0,235,101,235,222xm455,-490v0,-58,-40,-98,-103,-98r-130,0r0,195r130,0v63,0,103,-39,103,-97","w":628,"k":{"\u00c1":50,"\u00c2":50,"\u00c3":50,"\u00c0":50,"\u00e7":10,"\u00c5":50,"\u00c4":50,"\u0153":10,"\u00f8":10,"\u00e6":10,"\u00c6":50,"s":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":10,"J":120,"A":50,".":110}},"Q":{"d":"602,-43r-73,73r-63,-63v-101,65,-262,43,-337,-39v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284v0,107,1,186,-44,252xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,8,169,34,200v27,32,92,53,136,25r-62,-61r74,-73r53,53v11,-31,13,-72,13,-144","w":643},"R":{"d":"622,0r-161,0r-139,-284r-100,0r0,284r-139,0r0,-712r279,0v145,0,231,99,231,218v0,100,-61,162,-130,187xm454,-494v0,-55,-40,-94,-101,-94r-131,0r0,188r131,0v61,0,101,-39,101,-94","w":654,"k":{"J":9}},"S":{"d":"543,-210v0,138,-115,216,-264,216v-108,0,-190,-23,-260,-94r90,-90v45,45,106,60,172,60v113,0,158,-82,104,-148v-24,-29,-99,-30,-149,-37v-116,-18,-189,-75,-189,-199v0,-127,94,-216,248,-216v98,0,169,24,230,83r-88,87v-45,-43,-99,-49,-146,-49v-98,-2,-140,82,-89,141v27,31,98,33,150,40v128,17,191,79,191,206","w":591,"k":{"Y":20,"S":6,"J":20}},"T":{"d":"541,-588r-186,0r0,588r-139,0r0,-588r-186,0r0,-124r511,0r0,124","w":571,"k":{"\u00d2":20,"\u00d4":20,"\u00d3":20,"\u00c1":60,"\u00c2":60,"\u00d5":20,"\u00c3":60,"\u00c0":60,"\u00e7":66,"\u00d6":20,"\u00c7":20,"\u00c5":60,"\u00c4":60,"\u0153":66,"\u00f8":66,"\u00e6":66,"\u0152":20,"\u00d8":20,"\u00c6":60,"z":39,"y":39,"x":39,"w":39,"v":39,"u":39,"s":66,"r":39,"q":66,"p":39,"o":66,"n":39,"m":39,"g":66,"e":66,"d":66,"c":66,"a":66,"Q":20,"O":20,"J":80,"G":20,"C":20,"A":60,".":80}},"U":{"d":"596,-244v0,151,-116,250,-262,250v-146,0,-262,-99,-262,-250r0,-468r139,0r0,463v0,82,48,131,123,131v75,0,124,-49,124,-131r0,-463r138,0r0,468","w":668,"k":{"J":12}},"V":{"d":"578,-712r-236,712r-104,0r-235,-712r144,0r143,464r143,-464r145,0","w":581,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":35,"\u00c2":35,"\u00d5":10,"\u00c3":35,"\u00c0":35,"\u00e7":40,"\u00d6":10,"\u00c7":10,"\u00c5":35,"\u00c4":35,"\u0153":40,"\u00f8":40,"\u00e6":40,"\u0152":10,"\u00d8":10,"\u00c6":35,"z":20,"y":10,"x":20,"u":20,"s":40,"r":20,"q":40,"p":20,"o":40,"n":20,"m":20,"g":40,"e":40,"d":40,"c":40,"a":40,"Q":10,"O":10,"G":10,"C":10,"A":35,".":80}},"W":{"d":"881,-712r-191,712r-116,0r-131,-432r-131,432r-116,0r-190,-712r145,0r110,449r130,-449r104,0r130,449r111,-449r145,0","w":887,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":16,"\u00c2":16,"\u00d5":10,"\u00c3":16,"\u00c0":16,"\u00e7":40,"\u00d6":10,"\u00c7":10,"\u00c5":16,"\u00c4":16,"\u0153":40,"\u00f8":40,"\u00e6":40,"\u0152":10,"\u00d8":10,"\u00c6":16,"s":40,"q":40,"o":40,"g":40,"e":40,"d":40,"c":40,"a":40,"Q":10,"O":10,"G":10,"C":10,"A":16,".":50}},"X":{"d":"598,0r-159,0r-138,-248r-137,248r-159,0r221,-365r-207,-347r158,0r124,230r125,-230r157,0r-207,347","w":603,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00d5":10,"\u00d6":10,"\u00c7":10,"\u0152":10,"y":32,"Q":10,"O":10,"J":-4,"G":10,"C":10}},"Y":{"d":"569,-712r-214,420r0,292r-138,0r0,-292r-214,-420r151,0r133,287r131,-287r151,0","w":572,"k":{"\u00d2":10,"\u00d4":10,"\u00d3":10,"\u00c1":40,"\u00c2":40,"\u00d5":10,"\u00c3":40,"\u00c0":40,"\u00e7":80,"\u00d6":10,"\u00c7":10,"\u00c5":40,"\u00c4":40,"\u0153":80,"\u00f8":80,"\u00e6":80,"\u0152":10,"\u00d8":10,"\u00c6":40,"z":40,"x":40,"u":40,"s":80,"r":40,"q":80,"p":40,"o":80,"n":40,"m":40,"g":80,"e":80,"d":80,"c":80,"a":80,"Q":10,"O":10,"J":40,"G":10,"C":10,"A":40,".":80}},"Z":{"d":"508,0r-468,0r0,-112r304,-476r-291,0r0,-124r455,0r0,110r-305,478r305,0r0,124","w":548},"[":{"d":"337,74r-257,0r0,-860r257,0r0,117r-127,0r0,626r127,0r0,117","w":378},"\\":{"d":"403,74r-122,0r-281,-847r122,0","w":403},"]":{"d":"299,74r-257,0r0,-116r127,0r0,-628r-127,0r0,-116r257,0r0,860","w":378},"^":{"d":"539,-389r-136,0r-102,-188r-102,188r-136,0r178,-330r120,0","w":602},"_":{"d":"602,178r-602,0r0,-87r602,0r0,87","w":602},"\u2018":{"d":"204,-589r-136,0r0,-123r136,-105r0,228","w":273,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"J":120,"A":80}},"a":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60","w":534},"b":{"d":"509,-261v0,78,-1,168,-53,220v-62,61,-200,68,-257,-8r0,49r-126,0r0,-712r130,0r0,237v57,-73,193,-64,253,-5v52,52,53,141,53,219xm379,-261v0,-85,-10,-149,-88,-149v-78,0,-88,64,-88,149v0,85,10,150,88,150v78,0,88,-65,88,-150","w":560},"c":{"d":"177,-261v0,91,27,150,103,150v34,0,57,-12,84,-41r88,87v-46,48,-100,71,-172,71v-104,0,-233,-56,-233,-267v0,-211,129,-266,233,-266v72,0,126,22,172,70r-88,88v-27,-29,-50,-41,-84,-41v-75,0,-103,59,-103,149","w":480,"k":{"\u00f5":18,"\u00f6":18,"\u00f4":18,"\u00f2":18,"\u00f3":18,"\u00eb":18,"\u00ea":18,"\u00e8":18,"\u00e9":18,"\u00e5":4,"\u00e3":4,"\u00e4":4,"\u00e2":4,"\u00e0":4,"\u00e1":4,"\u0153":18,"\u00e6":4,"w":20,"o":18,"e":18,"d":10,"c":18,"a":4}},"d":{"d":"488,0r-127,0r0,-49v-58,76,-195,69,-257,8v-53,-51,-53,-142,-53,-220v0,-78,1,-167,53,-219v60,-60,197,-68,254,5r0,-237r130,0r0,712xm358,-261v0,-85,-11,-149,-89,-149v-78,0,-88,64,-88,149v0,85,10,150,88,150v78,0,89,-65,89,-150","w":561},"e":{"d":"501,-220r-326,0v0,67,41,116,114,116v57,0,85,-16,118,-49r79,77v-53,53,-104,82,-198,82v-123,0,-241,-56,-241,-267v0,-170,92,-266,227,-266v165,0,241,128,227,307xm373,-309v-2,-64,-34,-110,-99,-110v-65,0,-97,46,-99,110r198,0","w":548,"k":{"y":10,"x":6,"w":8,"v":10}},"f":{"d":"315,-407r-96,0r0,407r-130,0r0,-407r-54,0r0,-99r54,0v-8,-123,19,-206,152,-214r74,0r0,110v-49,-2,-96,-5,-96,47r0,57r96,0r0,99","w":342,"k":{"\u00e7":16,"\u0153":16,"\u00e6":16,"\u201d":-20,"\u201c":-20,"o":16,"e":16,"c":16,"a":16,"\u2018":-20,".":50,"*":-20,"\u2019":-20}},"g":{"d":"51,-275v0,-147,40,-251,178,-252v55,0,91,15,127,55r0,-49r126,0r0,502v0,125,-89,216,-229,216v-80,0,-135,-16,-189,-68r81,-82v29,28,58,40,102,40v100,0,110,-71,105,-161v-34,38,-73,52,-124,52v-137,-1,-177,-107,-177,-253xm352,-275v0,-69,-9,-135,-86,-135v-77,0,-85,66,-85,135v0,69,8,136,85,136v77,0,86,-67,86,-136","w":555},"h":{"d":"502,0r-130,0r0,-318v0,-69,-44,-92,-85,-92v-41,0,-84,24,-84,92r0,318r-130,0r0,-712r130,0r0,239v35,-36,79,-54,125,-54v114,0,174,80,174,190r0,337","w":569},"i":{"d":"204,-610r-133,0r0,-106r133,0r0,106xm203,0r-130,0r0,-521r130,0r0,521","w":275},"j":{"d":"204,-610r-133,0r0,-106r133,0r0,106xm203,46v0,74,-45,149,-152,149r-74,0r0,-110v49,1,96,5,96,-47r0,-559r130,0r0,567","w":275},"k":{"d":"547,0r-161,0r-128,-217r-55,62r0,155r-130,0r0,-712r130,0r0,404r173,-213r157,0r-186,210","w":559,"k":{"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u0153":7,"\u00e6":7,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7}},"l":{"d":"294,0r-74,0v-107,0,-152,-75,-152,-149r0,-563r130,0r0,555v-5,51,47,49,96,47r0,110","w":325,"k":{"\u201d":60,"\u201c":60,"y":33,"w":20,"v":40,"o":20,"e":25,"c":25,"\u2018":60,"*":60,"\u2019":60}},"m":{"d":"624,-527v115,0,185,90,185,194r0,333r-130,0r0,-315v0,-71,-45,-95,-86,-95v-40,0,-87,24,-87,92r0,318r-130,0r0,-315v0,-71,-45,-95,-86,-95v-41,0,-87,24,-87,95r0,315r-130,0r0,-521r127,0r0,48v71,-74,210,-73,268,12v44,-46,91,-66,156,-66","w":876},"n":{"d":"330,-527v113,0,176,91,176,194r0,333r-130,0r0,-315v0,-71,-45,-95,-86,-95v-41,0,-87,24,-87,95r0,315r-130,0r0,-521r127,0r0,48v34,-36,82,-54,130,-54","w":573},"o":{"d":"492,-261v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v77,0,130,30,162,64v47,49,59,108,59,202xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150","k":{"y":10,"x":20,"w":8,"v":10}},"p":{"d":"509,-261v0,78,-1,168,-53,220v-59,59,-196,68,-253,-5r0,237r-130,0r0,-712r126,0r0,49v58,-76,195,-69,257,-8v52,52,53,141,53,219xm379,-261v0,-85,-10,-149,-88,-149v-78,0,-88,64,-88,149v0,85,10,150,88,150v78,0,88,-65,88,-150","w":560},"q":{"d":"488,191r-130,0r0,-237v-58,73,-194,64,-254,5v-52,-52,-53,-142,-53,-220v0,-78,1,-167,53,-219v62,-60,200,-68,257,8r0,-49r127,0r0,712xm358,-261v0,-85,-11,-149,-89,-149v-78,0,-88,64,-88,149v0,85,10,150,88,150v78,0,89,-65,89,-150","w":561},"r":{"d":"454,-478r-98,99v-50,-56,-153,-37,-153,65r0,314r-130,0r0,-521r127,0r0,50v50,-62,193,-82,254,-7","w":455,"k":{"\u00f5":31,"\u00f6":31,"\u00f4":31,"\u00f2":31,"\u00f3":31,"\u00eb":31,"\u00ea":31,"\u00e8":31,"\u00e9":31,"\u00e7":31,"\u0153":31,"\u00f8":31,"\u00e6":31,"s":10,"q":31,"o":31,"g":31,"e":31,"d":31,"c":31,"a":10,".":120}},"s":{"d":"465,-164v0,115,-98,170,-221,170v-82,0,-156,-9,-222,-75r85,-85v43,43,99,49,139,49v45,0,92,-15,92,-54v0,-54,-86,-51,-137,-56v-94,-10,-152,-50,-152,-146v0,-188,288,-209,400,-105r-80,81v-30,-27,-76,-35,-121,-35v-52,0,-74,24,-74,50v0,19,8,41,54,45r82,8v103,10,155,65,155,153","w":501,"k":{"v":10,"t":10,"s":6,"\u2019":18}},"t":{"d":"307,0r-71,0v-106,0,-151,-75,-151,-149r0,-258r-55,0r0,-99r55,0r0,-154r130,0r0,154r92,0r0,99r-92,0r0,250v-4,49,44,49,92,47r0,110","w":352,"k":{"\u00e7":3,"\u0153":3,"\u00e6":3,"o":3,"e":3,"c":3,"a":3}},"u":{"d":"243,6v-113,0,-176,-91,-176,-194r0,-333r130,0r0,315v0,71,45,95,86,95v41,0,87,-24,87,-95r0,-315r130,0r0,521r-127,0r0,-48v-34,36,-82,54,-130,54","w":573},"v":{"d":"489,-521r-191,521r-102,0r-192,-521r137,0r106,322r105,-322r137,0","w":493,"k":{"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u0153":10,"\u00f8":10,"\u00e6":10,"s":10,"o":10,"e":10,"c":10,"a":10,".":63}},"w":{"d":"755,-521r-159,521r-107,0r-109,-327r-109,327r-107,0r-160,-521r138,0r84,322r106,-322r95,0r107,322r84,-322r137,0","w":759,"k":{"\u00f5":8,"\u00f6":8,"\u00f4":8,"\u00f2":8,"\u00f3":8,"\u00eb":8,"\u00ea":8,"\u00e8":8,"\u00e9":8,"\u00e7":8,"\u0153":8,"\u00f8":8,"\u00e6":8,"o":8,"e":8,"c":8,".":39}},"x":{"d":"515,0r-156,0r-96,-156r-95,156r-156,0r180,-266r-173,-255r156,0r88,149r89,-149r156,0r-173,255","w":527,"k":{"\u00f5":20,"\u00f6":20,"\u00f4":20,"\u00f2":20,"\u00f3":20,"\u00eb":20,"\u00ea":20,"\u00e8":20,"\u00e9":20,"\u00e7":20,"\u0153":20,"\u00f8":20,"\u00e6":20,"o":20,"e":20,"c":20}},"y":{"d":"490,-521r-223,605v-26,83,-94,117,-202,107r0,-117v53,1,78,1,95,-47r22,-64r-178,-484r137,0r108,322r104,-322r137,0","w":494,"k":{"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":10,"\u00ea":10,"\u00e8":10,"\u00e9":10,"\u00e7":10,"\u0153":10,"\u00f8":10,"\u00e6":10,"o":10,"e":10,"c":10,"a":10,".":63}},"z":{"d":"434,0r-397,0r0,-99r231,-305r-218,0r0,-117r384,0r0,99r-234,305r234,0r0,117","w":478},"{":{"d":"288,-256v0,88,-38,228,73,213r53,0r0,117r-102,0v-102,3,-149,-59,-154,-148v-5,-91,32,-228,-69,-224r-46,0r0,-116v71,4,115,-6,115,-79r0,-145v1,-89,52,-148,154,-148r102,0r0,117r-53,0v-112,-14,-73,125,-73,213v0,72,-43,90,-69,100v26,10,69,28,69,100","w":457},"|":{"d":"240,74r-130,0r0,-860r130,0r0,860","w":350},"}":{"d":"299,-638v5,91,-32,228,69,224r46,0r0,116v-71,-4,-115,6,-115,79r0,145v-1,89,-52,148,-154,148r-102,0r0,-117r53,0v112,14,73,-125,73,-213v0,-72,43,-90,69,-100v-26,-10,-69,-28,-69,-100v0,-88,38,-228,-73,-213r-53,0r0,-117r102,0v102,-3,149,59,154,148","w":457},"~":{"d":"201,-379v101,0,194,124,285,16r83,82v-62,62,-104,86,-165,86v-101,0,-195,-124,-285,-16r-82,-82v62,-62,103,-86,164,-86","w":606},"\u00a1":{"d":"224,-388r-137,0r0,-133r137,0r0,133xm236,191r-161,0r32,-489r97,0","w":347},"\u00a2":{"d":"469,-180v-38,40,-80,65,-136,75r0,105r-101,0r0,-105v-105,-21,-185,-107,-185,-261v0,-154,80,-240,185,-261r0,-85r101,0r0,85v56,10,98,35,136,75r-86,84v-20,-21,-37,-34,-64,-41r0,286v27,-7,44,-20,64,-41xm246,-507v-51,20,-69,64,-69,141v0,77,18,121,69,141r0,-282","w":499},"\u00a3":{"d":"534,0r-433,0r0,-297r-61,0r0,-100r61,0r0,-81v-6,-236,293,-313,433,-167r-91,91v-23,-23,-45,-40,-91,-40v-68,0,-113,40,-113,122r0,75r113,0r0,100r-113,0r0,173r295,0r0,124","w":579},"\u2044":{"d":"323,-712r-337,712r-101,0r337,-712r101,0","w":208},"\u00a5":{"d":"568,-712r-136,270r74,0r0,100r-125,0r-26,50r0,51r151,0r0,100r-151,0r0,141r-138,0r0,-141r-152,0r0,-100r152,0r0,-51r-26,-50r-126,0r0,-100r75,0r-137,-270r151,0r132,288r132,-288r150,0","w":571},"\u0192":{"d":"397,-610v-58,0,-113,-8,-123,47r-29,166r96,0r0,100r-113,0r-87,488r-130,0r87,-488r-67,0r0,-100r84,0r31,-174v13,-74,71,-150,177,-149r74,1r0,109","w":427},"\u00a7":{"d":"473,-274v0,74,-53,128,-90,149v44,22,81,62,81,139v0,123,-99,183,-198,183v-97,0,-197,-51,-199,-178r125,0v2,37,29,63,74,63v46,0,73,-26,73,-64v0,-27,-16,-57,-70,-74v-110,-34,-208,-76,-208,-209v0,-74,52,-128,91,-149v-42,-22,-76,-58,-76,-131v0,-90,62,-173,192,-173v131,0,191,76,192,172r-122,0v-2,-44,-31,-61,-70,-61v-46,0,-70,25,-70,59v0,52,81,70,129,86v96,31,146,83,146,188xm267,-181v55,-6,81,-25,81,-88v0,-60,-27,-89,-81,-89v-56,0,-81,28,-81,89v0,64,26,82,81,88","w":531},"\u00a4":{"d":"610,-96r-85,86r-74,-73v-66,42,-167,42,-233,0r-74,73r-86,-86r74,-73v-43,-66,-43,-168,0,-234r-74,-73r86,-86r74,73v66,-42,167,-42,233,0r74,-73r85,86r-73,73v42,66,42,168,0,234xm452,-286v0,-65,-53,-117,-118,-117v-65,0,-117,52,-117,117v0,65,52,117,117,117v65,0,118,-52,118,-117","w":669},"'":{"d":"191,-501r-123,0r0,-211r123,0r0,211","w":259},"\u201c":{"d":"414,-589r-136,0r0,-123r136,-105r0,228xm203,-589r-135,0r0,-123r135,-105r0,228","w":482,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"J":120,"A":80}},"\u00ab":{"d":"562,-27r-250,-248r250,-248r0,155r-96,93r96,93r0,155xm283,-27r-249,-248r249,-248r0,155r-94,93r94,93r0,155","w":628},"\u2039":{"d":"283,-27r-249,-248r249,-248r0,155r-94,93r94,93r0,155","w":350},"\u203a":{"d":"316,-275r-249,248r0,-155r95,-93r-95,-93r0,-155","w":350},"\ufb01":{"d":"532,-610r-134,0r0,-106r134,0r0,106xm530,0r-130,0r0,-506r130,0r0,506xm311,-407r-96,0r0,407r-130,0r0,-407r-54,0r0,-99r54,0v-8,-123,19,-206,152,-214r74,0r0,110v-49,-2,-96,-4,-96,47r0,57r96,0r0,99","w":602},"\ufb02":{"d":"624,0r-74,0v-107,0,-152,-75,-152,-149r0,-563r130,0r0,555v-5,51,47,49,96,47r0,110xm311,-407r-96,0r0,407r-130,0r0,-407r-54,0r0,-99r54,0v-8,-123,19,-206,152,-214r74,0r0,110v-49,-2,-96,-4,-96,47r0,57r96,0r0,99","w":648},"\u2013":{"d":"493,-225r-443,0r0,-121r443,0r0,121"},"\u2020":{"d":"522,-410r-168,0r0,410r-130,0r0,-410r-167,0r0,-117r167,0r0,-185r130,0r0,185r168,0r0,117","w":579},"\u2021":{"d":"522,6r-168,0r0,185r-130,0r0,-185r-167,0r0,-117r167,0r0,-299r-167,0r0,-117r167,0r0,-185r130,0r0,185r168,0r0,117r-168,0r0,299r168,0r0,117","w":579},"\u00b7":{"d":"217,-212r-149,0r0,-148r149,0r0,148","w":285},"\u00b6":{"d":"585,191r-130,0r0,-779r-100,0r0,779r-130,0r0,-499v-100,0,-190,-90,-190,-201v0,-131,93,-203,231,-203r319,0r0,903","w":668},"\u2022":{"d":"409,-334v0,90,-73,163,-163,163v-90,0,-163,-73,-163,-163v0,-90,73,-163,163,-163v90,0,163,73,163,163","w":493},"\u201a":{"d":"204,0r-136,104r0,-228r136,0r0,124","w":271},"\u201e":{"d":"414,0r-136,104r0,-228r136,0r0,124xm203,0r-135,104r0,-228r135,0r0,124","w":485,"k":{"Y":96,"W":50,"V":80,"T":96}},"\u201d":{"d":"414,-588r-136,103r0,-227r136,0r0,124xm203,-588r-135,103r0,-227r135,0r0,124","w":482,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"J":120,"A":80}},"\u00bb":{"d":"595,-275r-250,248r0,-155r94,-93r-94,-93r0,-155xm316,-275r-249,248r0,-155r95,-93r-95,-93r0,-155","w":628},"\u2026":{"d":"778,0r-141,0r0,-141r141,0r0,141xm493,0r-141,0r0,-141r141,0r0,141xm210,0r-142,0r0,-141r142,0r0,141","w":846},"\u2030":{"d":"1158,-131v0,90,-67,137,-145,137v-79,0,-145,-47,-145,-137r0,-99v0,-90,66,-137,145,-137v78,0,145,47,145,137r0,99xm796,-131v0,90,-67,137,-145,137v-79,0,-145,-47,-145,-137r0,-99v0,-90,66,-137,145,-137v78,0,145,47,145,137r0,99xm644,-712r-337,712r-102,0r337,-712r102,0xm342,-482v0,90,-67,137,-145,137v-79,0,-145,-47,-145,-137r0,-99v0,-90,66,-137,145,-137v78,0,145,47,145,137r0,99xm1013,-78v66,0,49,-86,51,-148v0,-38,-19,-57,-51,-57v-67,0,-51,86,-51,148v0,38,18,57,51,57xm651,-78v65,0,50,-86,51,-148v0,-38,-19,-57,-51,-57v-67,0,-51,86,-51,148v0,38,18,57,51,57xm197,-429v65,0,50,-86,51,-148v0,-38,-19,-57,-51,-57v-67,0,-51,86,-51,148v0,38,19,57,51,57","w":1211},"\u00bf":{"d":"311,-388r-138,0r0,-133r138,0r0,133xm457,-4v0,124,-95,201,-211,201v-113,0,-210,-73,-210,-200v0,-99,80,-157,123,-224v13,-20,20,-41,18,-71r130,0v15,146,-141,176,-141,296v0,47,30,82,80,82v53,0,81,-38,81,-84r130,0","w":523},"`":{"d":"305,-604r-87,0r-114,-170r137,0","w":500},"\u00b4":{"d":"396,-774r-114,170r-87,0r64,-170r137,0","w":500},"\u02c6":{"d":"434,-604r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":500},"\u02dc":{"d":"181,-743v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","w":500},"\u00af":{"d":"408,-630r-316,0r0,-87r316,0r0,87","w":500},"\u02d8":{"d":"414,-742v-5,108,-77,151,-163,151v-86,0,-160,-43,-165,-151r88,0v8,81,146,82,153,0r87,0","w":500},"\u02d9":{"d":"317,-608r-134,0r0,-106r134,0r0,106","w":500},"\u00a8":{"d":"416,-606r-111,0r0,-125r111,0r0,125xm195,-606r-111,0r0,-125r111,0r0,125","w":500},"\u02da":{"d":"381,-715v0,72,-59,131,-131,131v-72,0,-131,-59,-131,-131v0,-72,59,-131,131,-131v72,0,131,58,131,131xm308,-715v0,-32,-26,-58,-58,-58v-32,0,-58,26,-58,58v0,32,26,59,58,59v32,0,58,-27,58,-59","w":500},"\u00b8":{"d":"325,60r-44,146r-121,0r69,-146r96,0","w":500},"\u02dd":{"d":"465,-774r-115,170r-86,0r63,-170r138,0xm258,-774r-114,170r-87,0r63,-170r138,0","w":500},"\u02db":{"d":"334,206r-121,0r-44,-146r97,0","w":500},"\u02c7":{"d":"434,-773r-132,169r-104,0r-132,-169r101,0r83,90r83,-90r101,0","w":500},"\u2014":{"d":"968,-226r-909,0r0,-125r909,0r0,125","w":1027},"\u00c6":{"d":"926,0r-468,0r0,-156r-225,0r-81,156r-149,0r372,-712r551,0r0,124r-330,0r0,168r282,0r0,124r-282,0r0,172r330,0r0,124xm458,-273r0,-315r-165,315r165,0","w":979},"\u00aa":{"d":"188,-292v-86,1,-140,-50,-140,-130v0,-66,45,-121,142,-121r97,0v4,-58,-13,-85,-77,-85v-39,0,-57,9,-79,34r-67,-65v41,-45,82,-58,151,-58v116,0,177,50,177,147r0,274r-103,0r0,-36v-28,28,-53,40,-101,40xm207,-379v59,0,87,-26,80,-93v-58,0,-137,-11,-137,47v0,28,18,46,57,46","w":454},"\u0141":{"d":"563,0r-462,0r0,-244r-64,41r0,-116r64,-41r0,-352r139,0r0,265r128,-81r0,115r-128,81r0,208r323,0r0,124","w":593},"\u00d8":{"d":"509,-645v74,70,76,164,76,289v0,123,-1,210,-71,284v-68,73,-199,101,-305,56r-29,60r-99,0r53,-111v-74,-70,-75,-164,-75,-289v0,-123,0,-210,70,-284v69,-73,200,-101,306,-56r29,-60r98,0xm385,-578v-47,-29,-123,-15,-153,22v-26,31,-34,63,-34,200v0,78,2,122,9,151xm446,-356v0,-78,-3,-122,-10,-151r-178,372v47,30,122,17,153,-21v25,-31,35,-63,35,-200","w":652},"\u0152":{"d":"912,0r-466,0r0,-44v-90,85,-242,53,-317,-25v-70,-72,-70,-164,-70,-287v0,-123,0,-215,70,-287v75,-78,228,-110,317,-25r0,-44r465,0r0,123r-327,0v0,29,1,140,1,169r278,0r0,122r-278,0v0,29,-1,146,-1,175r328,0r0,123xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200","w":966},"\u00ba":{"d":"231,-717v130,0,176,81,176,213v0,134,-47,212,-176,212v-129,0,-176,-79,-176,-212v0,-133,47,-213,176,-213xm231,-386v60,0,71,-54,71,-118v0,-64,-10,-119,-71,-119v-61,0,-71,55,-71,119v0,64,10,118,71,118","w":462},"\u00e6":{"d":"212,6v-109,0,-175,-62,-176,-164v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v80,0,136,19,171,57v37,-38,88,-57,148,-57v165,2,241,128,227,307r-326,0v0,67,41,116,114,116v57,0,85,-16,118,-49r79,77v-82,100,-288,116,-381,9v-57,62,-110,73,-183,73xm663,-309v-2,-64,-34,-110,-99,-110v-65,0,-97,46,-99,110r198,0xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60","w":838},"\u0131":{"d":"203,0r-130,0r0,-521r130,0r0,521","w":275},"\u0142":{"d":"309,0r-74,0v-107,0,-151,-75,-151,-149r0,-153r-54,33r0,-109r54,-34r0,-300r130,0r0,222r60,-37r0,109r-60,38r0,223v-6,52,46,49,95,47r0,110","w":336},"\u00f8":{"d":"431,-464v50,47,60,109,61,203v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-42,0,-76,-9,-104,-23r-36,61r-79,0r59,-101v-49,-48,-60,-108,-60,-204v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v42,0,77,8,105,22r35,-60r80,0xm271,-410v-105,-4,-96,141,-83,235r132,-222v-13,-8,-30,-13,-49,-13xm271,-111v106,4,98,-142,83,-235r-131,222v13,8,29,13,48,13"},"\u0153":{"d":"816,-220r-326,0v0,67,41,116,114,116v57,0,84,-16,117,-49r80,77v-53,53,-104,82,-198,82v-67,0,-131,-18,-174,-66v-32,39,-86,66,-158,66v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v74,0,129,29,161,69v37,-45,92,-69,157,-69v165,2,241,128,227,307xm687,-309v-1,-65,-33,-110,-98,-110v-65,0,-98,45,-99,110r197,0xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150","w":863},"\u00df":{"d":"385,-539v0,-46,-37,-66,-89,-66v-70,0,-93,35,-93,94r0,511r-130,0r0,-521v0,-139,96,-197,225,-197v126,0,217,54,217,175v0,61,-30,94,-61,113v37,19,62,46,62,109r0,160v2,126,-82,172,-219,161r0,-110v54,4,91,-11,88,-62v-5,-81,30,-208,-60,-205r-28,0r0,-102v51,3,88,-6,88,-60","w":574},"\u00d0":{"d":"623,-356v0,131,3,200,-63,273v-47,52,-116,83,-199,83r-255,0r0,-307r-69,0r0,-106r69,0r0,-299r257,0v79,0,148,28,197,84v67,76,63,145,63,272xm484,-354v0,-125,-6,-152,-25,-183v-36,-60,-122,-53,-214,-52r0,176r116,0r0,106r-116,0r0,184v91,1,183,6,216,-53v17,-31,23,-51,23,-178","w":682},"\u00f0":{"d":"56,-254v0,-163,66,-256,223,-253r-34,-62r-114,0r0,-91r68,0r-31,-60r139,0r31,60r92,0r0,91r-46,0v48,93,102,197,102,315v0,164,-56,260,-215,260v-75,0,-125,-29,-157,-62v-46,-48,-58,-106,-58,-198xm271,-111v73,0,85,-65,85,-143v0,-78,-12,-142,-85,-142v-72,0,-85,65,-85,142v0,77,12,143,85,143"},"\u0160":{"d":"543,-210v0,138,-115,216,-264,216v-108,0,-190,-23,-260,-94r90,-90v45,45,106,60,172,60v113,0,158,-82,104,-148v-24,-29,-99,-30,-149,-37v-116,-18,-189,-75,-189,-199v0,-127,94,-216,248,-216v98,0,169,24,230,83r-88,87v-45,-43,-99,-49,-146,-49v-98,-2,-140,82,-89,141v27,31,98,33,150,40v128,17,191,79,191,206xm478,-950r-132,169r-104,0r-132,-169r101,0r83,90r83,-90r101,0","w":591},"\u0161":{"d":"465,-164v0,115,-98,170,-221,170v-82,0,-156,-9,-222,-75r85,-85v43,43,99,49,139,49v45,0,92,-15,92,-54v0,-54,-86,-51,-137,-56v-94,-10,-152,-50,-152,-146v0,-188,288,-209,400,-105r-80,81v-30,-27,-76,-35,-121,-35v-52,0,-74,24,-74,50v0,19,8,41,54,45r82,8v103,10,155,65,155,153xm434,-773r-132,169r-104,0r-132,-169r101,0r83,90r83,-90r101,0","w":501},"\u00dd":{"d":"569,-712r-214,420r0,292r-138,0r0,-292r-214,-420r151,0r133,287r131,-287r151,0xm431,-951r-114,170r-87,0r64,-170r137,0","w":572},"\u00fd":{"d":"490,-521r-223,605v-26,83,-94,117,-202,107r0,-117v53,1,78,1,95,-47r22,-64r-178,-484r137,0r108,322r104,-322r137,0xm390,-774r-114,170r-87,0r64,-170r137,0","w":494},"\u00de":{"d":"594,-360v0,121,-88,222,-235,222r-137,0r0,138r-139,0r0,-712r139,0r0,131r137,0v147,0,235,100,235,221xm455,-360v0,-58,-40,-97,-103,-97r-130,0r0,195r130,0v63,0,103,-40,103,-98","w":633},"\u00fe":{"d":"509,-261v0,78,-1,168,-53,220v-59,59,-196,68,-253,-5r0,237r-130,0r0,-903r130,0r0,237v57,-73,193,-64,253,-5v52,52,53,141,53,219xm379,-261v0,-85,-10,-149,-88,-149v-78,0,-88,64,-88,149v0,85,10,150,88,150v78,0,88,-65,88,-150","w":562},"\u017d":{"d":"508,0r-468,0r0,-112r304,-476r-291,0r0,-124r455,0r0,110r-305,478r305,0r0,124xm461,-950r-132,169r-104,0r-132,-169r101,0r83,90r83,-90r101,0","w":548},"\u017e":{"d":"434,0r-397,0r0,-99r231,-305r-218,0r0,-117r384,0r0,99r-234,305r234,0r0,117xm426,-773r-132,169r-104,0r-132,-169r101,0r83,90r83,-90r101,0","w":478},"\u00bd":{"d":"819,0r-272,0r0,-85r156,-171v35,-28,31,-89,-20,-90v-20,0,-41,9,-41,44r-95,0v0,-83,61,-129,136,-129v78,0,136,48,136,128v0,44,-19,68,-52,104r-105,114r157,0r0,85xm620,-712r-337,712r-101,0r337,-712r101,0xm223,-285r-95,0r0,-321r-90,78r0,-106r90,-78r95,0r0,427","w":862},"\u00bc":{"d":"796,-57r-33,0r0,57r-90,0r0,-57r-176,0r0,-89r143,-281r103,0r-144,281r74,0r0,-62r90,0r0,62r33,0r0,89xm625,-712r-337,712r-102,0r337,-712r102,0xm223,-285r-95,0r0,-321r-90,78r0,-106r90,-78r95,0r0,427","w":836},"\u00b9":{"d":"223,-285r-95,0r0,-321r-90,78r0,-106r90,-78r95,0r0,427","w":292},"\u00be":{"d":"825,-57r-33,0r0,57r-90,0r0,-57r-176,0r0,-89r143,-281r103,0r-144,281r74,0r0,-62r90,0r0,62r33,0r0,89xm657,-712r-337,712r-102,0r337,-712r102,0xm325,-412v0,89,-66,131,-141,131v-71,0,-141,-38,-141,-132r94,0v0,32,21,48,47,48v28,0,47,-18,47,-50v0,-32,-24,-52,-62,-48r0,-81v37,4,57,-18,57,-43v0,-29,-20,-44,-42,-44v-23,0,-42,15,-42,42r-94,0v0,-79,61,-127,136,-127v78,0,136,52,136,126v0,47,-22,70,-45,84v25,16,50,43,50,94","w":865},"\u00b3":{"d":"325,-412v0,89,-66,131,-141,131v-71,0,-141,-38,-141,-132r94,0v0,32,21,48,47,48v28,0,47,-18,47,-50v0,-32,-24,-52,-62,-48r0,-81v37,4,57,-18,57,-43v0,-29,-20,-44,-42,-44v-23,0,-42,15,-42,42r-94,0v0,-79,61,-127,136,-127v78,0,136,52,136,126v0,47,-22,70,-45,84v25,16,50,43,50,94","w":368},"\u00b2":{"d":"315,-285r-272,0r0,-85r156,-171v34,-28,30,-89,-20,-90v-20,0,-42,9,-42,44r-94,0v0,-83,61,-129,136,-129v78,0,136,48,136,128v0,44,-19,68,-52,104r-105,114r157,0r0,85","w":358},"\u00a6":{"d":"240,-436r-130,0r0,-350r130,0r0,350xm240,74r-130,0r0,-350r130,0r0,350","w":353},"\u2212":{"d":"493,-225r-443,0r0,-121r443,0r0,121"},"\u00d7":{"d":"494,-145r-82,82r-141,-141r-140,141r-82,-82r141,-141r-141,-141r82,-82r140,141r141,-141r82,82r-141,141"},"\u00c4":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0xm483,-783r-111,0r0,-125r111,0r0,125xm262,-783r-111,0r0,-125r111,0r0,125","w":638,"k":{"\u0152":10,"y":25,"v":25,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c5":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0xm448,-884v0,72,-59,131,-131,131v-72,0,-131,-59,-131,-131v0,-72,59,-131,131,-131v72,0,131,58,131,131xm375,-884v0,-32,-26,-58,-58,-58v-32,0,-58,26,-58,58v0,32,26,59,58,59v32,0,58,-27,58,-59","w":638,"k":{"\u0152":3,"y":25,"v":25,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c7":{"d":"583,-219v-25,149,-130,225,-262,225v-78,0,-142,-28,-192,-78v-72,-72,-70,-161,-70,-284v0,-123,-2,-212,70,-284v50,-50,114,-78,192,-78v133,0,237,76,262,225r-141,0v-14,-57,-50,-101,-120,-101v-38,0,-69,14,-89,37v-27,30,-35,64,-35,201v0,137,8,171,35,201v20,23,51,37,89,37v70,0,106,-44,120,-101r141,0xm379,60r-44,146r-121,0r69,-146r96,0","w":620,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00c9":{"d":"552,0r-469,0r0,-712r469,0r0,124r-330,0r0,167r281,0r0,124r-281,0r0,173r330,0r0,124xm455,-951r-114,170r-87,0r64,-170r137,0","w":605},"\u00d1":{"d":"628,0r-124,0r-282,-437r0,437r-139,0r0,-712r124,0r282,436r0,-436r139,0r0,712xm287,-920v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","w":711},"\u00d6":{"d":"585,-356v0,123,-2,209,-71,284v-93,100,-292,100,-385,0v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200xm488,-783r-111,0r0,-125r111,0r0,125xm267,-783r-111,0r0,-125r111,0r0,125","w":644,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00dc":{"d":"596,-244v0,151,-116,250,-262,250v-146,0,-262,-99,-262,-250r0,-468r139,0r0,463v0,82,48,131,123,131v75,0,124,-49,124,-131r0,-463r138,0r0,468xm500,-783r-111,0r0,-125r111,0r0,125xm279,-783r-111,0r0,-125r111,0r0,125","w":668},"\u00e1":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60xm407,-774r-114,170r-87,0r64,-170r137,0","w":534},"\u00e0":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60xm316,-604r-87,0r-114,-170r137,0","w":534},"\u00e2":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60xm445,-604r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":534},"\u00e4":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60xm427,-606r-111,0r0,-125r111,0r0,125xm206,-606r-111,0r0,-125r111,0r0,125","w":534},"\u00e3":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60xm192,-743v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","w":534},"\u00e5":{"d":"212,5v-109,0,-175,-61,-176,-163v0,-83,57,-151,178,-151r123,0v4,-73,-17,-109,-97,-108v-50,0,-73,12,-100,43r-83,-81v51,-56,101,-72,188,-72v146,0,222,62,222,184r0,343r-127,0r0,-45v-35,35,-68,50,-128,50xm236,-101v72,0,111,-33,101,-119v-74,1,-176,-15,-176,59v0,36,24,60,75,60xm392,-715v0,72,-59,131,-131,131v-72,0,-131,-59,-131,-131v0,-72,59,-131,131,-131v72,0,131,58,131,131xm319,-715v0,-32,-26,-58,-58,-58v-32,0,-58,26,-58,58v0,32,26,59,58,59v32,0,58,-27,58,-59","w":534},"\u00e7":{"d":"177,-261v0,91,27,150,103,150v34,0,57,-12,84,-41r88,87v-46,48,-100,71,-172,71v-104,0,-233,-56,-233,-267v0,-211,129,-266,233,-266v72,0,126,22,172,70r-88,88v-27,-29,-50,-41,-84,-41v-75,0,-103,59,-103,149xm325,60r-44,146r-121,0r69,-146r96,0","w":482,"k":{"\u0153":18,"\u00e6":4,"o":18,"e":18,"c":4,"a":4}},"\u00e9":{"d":"501,-220r-326,0v0,67,41,116,114,116v57,0,85,-16,118,-49r79,77v-53,53,-104,82,-198,82v-123,0,-241,-56,-241,-267v0,-170,92,-266,227,-266v165,0,241,128,227,307xm373,-309v-2,-64,-34,-110,-99,-110v-65,0,-97,46,-99,110r198,0xm423,-774r-114,170r-87,0r64,-170r137,0","w":548,"k":{"y":10,"x":6,"w":8,"v":10}},"\u00e8":{"d":"501,-220r-326,0v0,67,41,116,114,116v57,0,85,-16,118,-49r79,77v-53,53,-104,82,-198,82v-123,0,-241,-56,-241,-267v0,-170,92,-266,227,-266v165,0,241,128,227,307xm373,-309v-2,-64,-34,-110,-99,-110v-65,0,-97,46,-99,110r198,0xm332,-604r-87,0r-114,-170r137,0","w":548,"k":{"y":10,"x":6,"w":8,"v":10}},"\u00ea":{"d":"501,-220r-326,0v0,67,41,116,114,116v57,0,85,-16,118,-49r79,77v-53,53,-104,82,-198,82v-123,0,-241,-56,-241,-267v0,-170,92,-266,227,-266v165,0,241,128,227,307xm373,-309v-2,-64,-34,-110,-99,-110v-65,0,-97,46,-99,110r198,0xm461,-604r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":548,"k":{"y":10,"x":6,"w":8,"v":10}},"\u00eb":{"d":"501,-220r-326,0v0,67,41,116,114,116v57,0,85,-16,118,-49r79,77v-53,53,-104,82,-198,82v-123,0,-241,-56,-241,-267v0,-170,92,-266,227,-266v165,0,241,128,227,307xm373,-309v-2,-64,-34,-110,-99,-110v-65,0,-97,46,-99,110r198,0xm443,-606r-111,0r0,-125r111,0r0,125xm222,-606r-111,0r0,-125r111,0r0,125","w":548,"k":{"y":10,"x":6,"w":8,"v":10}},"\u00ed":{"d":"203,0r-130,0r0,-521r130,0r0,521xm274,-774r-114,170r-87,0r64,-170r137,0","w":275},"\u00ec":{"d":"203,0r-130,0r0,-521r130,0r0,521xm274,-604r-87,0r-114,-170r137,0","w":275},"\u00ee":{"d":"203,0r-130,0r0,-521r130,0r0,521xm441,-604r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":275},"\u00ef":{"d":"203,0r-130,0r0,-521r130,0r0,521xm405,-606r-111,0r0,-125r111,0r0,125xm184,-606r-111,0r0,-125r111,0r0,125","w":275},"\u00f1":{"d":"330,-527v113,0,176,91,176,194r0,333r-130,0r0,-315v0,-71,-45,-95,-86,-95v-41,0,-87,24,-87,95r0,315r-130,0r0,-521r127,0r0,48v34,-36,82,-54,130,-54xm221,-743v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","w":573},"\u00f3":{"d":"492,-261v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v77,0,130,30,162,64v47,49,59,108,59,202xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150xm418,-774r-114,170r-87,0r64,-170r137,0","k":{"y":10,"x":6,"w":8,"v":10}},"\u00f2":{"d":"492,-261v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v77,0,130,30,162,64v47,49,59,108,59,202xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150xm323,-604r-87,0r-114,-170r137,0","k":{"y":10,"x":6,"w":8,"v":10}},"\u00f4":{"d":"492,-261v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v77,0,130,30,162,64v47,49,59,108,59,202xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150xm456,-604r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","k":{"y":10,"x":6,"w":8,"v":10}},"\u00f6":{"d":"492,-261v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v77,0,130,30,162,64v47,49,59,108,59,202xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150xm438,-606r-111,0r0,-125r111,0r0,125xm217,-606r-111,0r0,-125r111,0r0,125","k":{"y":10,"x":6,"w":8,"v":10}},"\u00f5":{"d":"492,-261v0,95,-12,154,-59,203v-32,34,-85,64,-162,64v-77,0,-129,-30,-161,-64v-47,-49,-59,-108,-59,-203v0,-94,12,-153,59,-202v32,-34,84,-64,161,-64v77,0,130,30,162,64v47,49,59,108,59,202xm271,-111v77,0,91,-68,91,-150v0,-82,-14,-149,-91,-149v-76,0,-90,68,-90,149v0,82,13,150,90,150xm203,-743v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","k":{"y":10,"x":6,"w":8,"v":10}},"\u00fa":{"d":"243,6v-113,0,-176,-91,-176,-194r0,-333r130,0r0,315v0,71,45,95,86,95v41,0,87,-24,87,-95r0,-315r130,0r0,521r-127,0r0,-48v-34,36,-82,54,-130,54xm429,-774r-114,170r-87,0r64,-170r137,0","w":573},"\u00f9":{"d":"243,6v-113,0,-176,-91,-176,-194r0,-333r130,0r0,315v0,71,45,95,86,95v41,0,87,-24,87,-95r0,-315r130,0r0,521r-127,0r0,-48v-34,36,-82,54,-130,54xm338,-604r-87,0r-114,-170r137,0","w":573},"\u00fb":{"d":"243,6v-113,0,-176,-91,-176,-194r0,-333r130,0r0,315v0,71,45,95,86,95v41,0,87,-24,87,-95r0,-315r130,0r0,521r-127,0r0,-48v-34,36,-82,54,-130,54xm467,-604r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":573},"\u00fc":{"d":"243,6v-113,0,-176,-91,-176,-194r0,-333r130,0r0,315v0,71,45,95,86,95v41,0,87,-24,87,-95r0,-315r130,0r0,521r-127,0r0,-48v-34,36,-82,54,-130,54xm449,-606r-111,0r0,-125r111,0r0,125xm228,-606r-111,0r0,-125r111,0r0,125","w":573},"\u00b0":{"d":"423,-542v0,102,-82,184,-184,184v-102,0,-184,-82,-184,-184v0,-102,82,-185,184,-185v102,0,184,83,184,185xm318,-542v0,-45,-36,-80,-80,-80v-44,0,-78,35,-78,80v0,45,35,80,79,80v44,0,79,-35,79,-80","w":478},"\u00ae":{"d":"784,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm698,-356v0,-161,-120,-281,-276,-281v-156,0,-276,120,-276,281v0,161,120,281,276,281v156,0,276,-120,276,-281xm585,-164r-98,0r-70,-149r-41,0r0,149r-86,0r0,-385r157,0v78,0,128,57,128,121v0,53,-34,87,-71,102xm489,-428v0,-27,-21,-50,-53,-50r-60,0r0,100r60,0v32,0,53,-23,53,-50","w":844},"\u00a9":{"d":"784,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm697,-356v0,-161,-120,-281,-275,-281v-155,0,-276,120,-276,281v0,161,121,281,276,281v155,0,275,-120,275,-281xm561,-212v-110,104,-311,47,-311,-144v0,-192,200,-250,311,-144r-56,56v-70,-68,-170,-24,-170,88v0,73,31,120,94,120v30,0,49,-9,76,-32","w":844},"\u2122":{"d":"860,-285r-95,0r0,-252r-80,157r-84,0r-80,-157r0,252r-95,0r0,-427r95,0r122,228r122,-228r95,0r0,427xm360,-627r-110,0r0,342r-95,0r0,-342r-110,0r0,-85r315,0r0,85","w":924},"\u2260":{"d":"552,-116r-320,0r-103,129r-79,-62r55,-67r-55,0r0,-122r149,0r78,-95r-227,0r0,-122r320,0r103,-129r79,62r-55,67r55,0r0,122r-148,0r-78,95r226,0r0,122","w":602},"\u221e":{"d":"796,-284v0,105,-66,188,-190,188v-71,0,-130,-36,-181,-94v-51,58,-110,94,-180,94v-124,0,-190,-83,-190,-188v0,-105,66,-190,190,-190v70,0,129,37,180,95v51,-58,110,-95,181,-95v124,0,190,85,190,190xm670,-281v0,-41,-30,-65,-65,-65v-36,0,-61,29,-91,65v30,36,55,65,91,65v35,0,65,-24,65,-65xm337,-281v-30,-36,-56,-66,-92,-66v-35,0,-64,25,-64,66v0,41,29,65,64,65v36,0,62,-29,92,-65","w":851},"\u00b1":{"d":"493,-341r-160,0r0,161r-122,0r0,-161r-161,0r0,-121r161,0r0,-161r122,0r0,161r160,0r0,121xm493,0r-443,0r0,-122r443,0r0,122"},"\u2264":{"d":"884,-1r-87,87r-497,-498r1,460r-116,-116r0,-545r546,0r116,116r-460,-2","w":1027},"\u2265":{"d":"841,-69r-116,116r2,-459r-498,498r-87,-87r498,-498r-460,2r116,-116r545,0r0,544","w":1027},"\u00b5":{"d":"503,0r-127,0r0,-48v-43,44,-118,73,-176,40r0,199r-130,0r0,-712r130,0r0,315v0,71,45,95,86,95v41,0,87,-24,87,-95r0,-315r130,0r0,521","w":576},"\u2202":{"d":"482,-254v2,164,-55,260,-213,260v-74,0,-124,-29,-155,-62v-45,-48,-58,-106,-58,-198v0,-94,16,-149,58,-199v38,-46,170,-91,237,-31v3,-65,-11,-124,-104,-124v-44,0,-73,12,-102,40r-81,-82v54,-52,109,-68,189,-68v153,0,229,99,229,237r0,227xm269,-111v71,0,83,-66,83,-143v0,-77,-12,-142,-83,-142v-71,0,-83,65,-83,142v0,77,11,143,83,143","w":555},"\u2211":{"d":"515,191r-475,0r0,-110r189,-376r-186,-355r0,-110r468,0r0,124r-306,0r141,279r0,129r-146,295r315,0r0,124","w":552},"\u220f":{"d":"602,191r-139,0r0,-828r-241,0r0,828r-139,0r0,-951r519,0r0,951","w":685},"\u03c0":{"d":"515,0r-129,0r0,-399r-180,0r0,399r-130,0r0,-521r439,0r0,521","w":592},"\u222b":{"d":"433,-615v-68,-4,-120,3,-120,71r0,549v-1,141,-104,194,-256,181r0,-110v67,4,120,-2,120,-70r0,-549v1,-141,104,-195,256,-182r0,110","w":490},"\u03a9":{"d":"585,-356v0,98,-7,183,-59,233r59,0r0,123r-219,0r0,-109v80,-49,80,-63,80,-240v0,-137,-11,-175,-35,-206v-38,-49,-141,-49,-179,0v-24,31,-34,69,-34,206v0,123,8,169,26,196v13,19,30,33,54,44r0,109r-219,0r0,-123r59,0v-52,-51,-59,-135,-59,-233v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284","w":644},"\u00ac":{"d":"497,-94r-121,0r0,-145r-330,0r0,-121r451,0r0,266"},"\u221a":{"d":"566,-588r-92,0r-194,588r-105,0r-172,-521r141,0r84,273r143,-464r195,0r0,124","w":596},"\u2248":{"d":"201,-490v67,0,133,57,198,58v27,0,50,-6,87,-43r83,82v-62,62,-104,86,-165,86v-101,0,-195,-123,-285,-15r-82,-82v62,-62,103,-86,164,-86xm203,-264v101,0,194,122,284,15r82,82v-62,62,-103,86,-164,86v-67,0,-133,-57,-198,-58v-27,0,-50,6,-87,43r-83,-82v62,-62,105,-86,166,-86","w":606},"\u0394":{"d":"631,0r-628,0r260,-712r108,0xm450,-117r-130,-385r-134,385r264,0","w":634},"\u00a0":{"w":232},"\u00c0":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0xm372,-781r-87,0r-114,-170r137,0","w":638,"k":{"\u0152":3,"y":25,"v":25,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c3":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0xm248,-920v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","w":638,"k":{"\u0152":3,"y":25,"v":25,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00d5":{"d":"585,-356v0,123,-2,209,-71,284v-93,100,-292,100,-385,0v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200xm253,-920v72,0,126,88,191,12r58,57v-44,44,-75,59,-113,59v-71,0,-127,-87,-192,-12r-56,-57v44,-44,73,-59,112,-59","w":644,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00f7":{"d":"337,-423r-130,0r0,-130r130,0r0,130xm497,-225r-451,0r0,-121r451,0r0,121xm337,-18r-130,0r0,-130r130,0r0,130"},"\u25ca":{"d":"581,-341r-263,367r-263,-367r263,-366xm435,-341r-117,-164r-117,164r117,165","w":636},"\u00ff":{"d":"490,-521r-223,605v-26,83,-94,117,-202,107r0,-117v53,1,78,1,95,-47r22,-64r-178,-484r137,0r108,322r104,-322r137,0xm410,-606r-111,0r0,-125r111,0r0,125xm189,-606r-111,0r0,-125r111,0r0,125","w":494},"\u0178":{"d":"569,-712r-214,420r0,292r-138,0r0,-292r-214,-420r151,0r133,287r131,-287r151,0xm451,-783r-111,0r0,-125r111,0r0,125xm230,-783r-111,0r0,-125r111,0r0,125","w":572},"\u00c2":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0xm501,-781r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":638,"k":{"\u0152":3,"y":4,"v":25,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00ca":{"d":"552,0r-469,0r0,-712r469,0r0,124r-330,0r0,167r281,0r0,124r-281,0r0,173r330,0r0,124xm494,-781r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":605},"\u00c1":{"d":"633,0r-145,0r-42,-126r-253,0r-43,126r-145,0r259,-712r109,0xm409,-243r-87,-259r-90,259r177,0xm463,-951r-114,170r-87,0r64,-170r137,0","w":638,"k":{"\u0152":3,"y":25,"v":25,"Y":35,"W":27,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00cb":{"d":"552,0r-469,0r0,-712r469,0r0,124r-330,0r0,167r281,0r0,124r-281,0r0,173r330,0r0,124xm476,-783r-111,0r0,-125r111,0r0,125xm255,-783r-111,0r0,-125r111,0r0,125","w":605},"\u00c8":{"d":"552,0r-469,0r0,-712r469,0r0,124r-330,0r0,167r281,0r0,124r-281,0r0,173r330,0r0,124xm365,-781r-87,0r-114,-170r137,0","w":605},"\u00cd":{"d":"222,0r-139,0r0,-712r139,0r0,712xm284,-951r-114,170r-87,0r64,-170r137,0","w":305},"\u00ce":{"d":"222,0r-139,0r0,-712r139,0r0,712xm451,-781r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":305},"\u00cf":{"d":"222,0r-139,0r0,-712r139,0r0,712xm415,-783r-111,0r0,-125r111,0r0,125xm194,-783r-111,0r0,-125r111,0r0,125","w":305},"\u00cc":{"d":"222,0r-139,0r0,-712r139,0r0,712xm284,-781r-87,0r-114,-170r137,0","w":305},"\u00d3":{"d":"585,-356v0,123,-2,209,-71,284v-93,100,-292,100,-385,0v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200xm468,-951r-114,170r-87,0r64,-170r137,0","w":644,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00d4":{"d":"585,-356v0,123,-2,209,-71,284v-93,100,-292,100,-385,0v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200xm506,-781r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":644,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00d2":{"d":"585,-356v0,123,-2,209,-71,284v-93,100,-292,100,-385,0v-69,-75,-70,-161,-70,-284v0,-123,1,-209,70,-284v93,-100,292,-101,385,0v69,75,71,161,71,284xm446,-356v0,-137,-10,-168,-35,-200v-38,-48,-141,-48,-179,0v-25,31,-34,63,-34,200v0,137,9,169,34,200v38,48,141,48,179,0v25,-32,35,-63,35,-200xm377,-781r-87,0r-114,-170r137,0","w":644,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00da":{"d":"596,-244v0,151,-116,250,-262,250v-146,0,-262,-99,-262,-250r0,-468r139,0r0,463v0,82,48,131,123,131v75,0,124,-49,124,-131r0,-463r138,0r0,468xm480,-951r-114,170r-87,0r64,-170r137,0","w":668},"\u00db":{"d":"596,-244v0,151,-116,250,-262,250v-146,0,-262,-99,-262,-250r0,-468r139,0r0,463v0,82,48,131,123,131v75,0,124,-49,124,-131r0,-463r138,0r0,468xm518,-781r-101,0r-83,-91r-83,91r-101,0r132,-169r104,0","w":668},"\u00d9":{"d":"596,-244v0,151,-116,250,-262,250v-146,0,-262,-99,-262,-250r0,-468r139,0r0,463v0,82,48,131,123,131v75,0,124,-49,124,-131r0,-463r138,0r0,468xm389,-781r-87,0r-114,-170r137,0","w":668}}});Cufon.registerFont({"w":496,"face":{"font-family":"din","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"6","bbox":"-148 -984 1066 225","underline-thickness":"49","underline-position":"-109","stemh":"58","stemv":"53","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":236},"!":{"d":"297,-712r-112,515r-60,0r91,-515r81,0xm176,-86r-16,86r-83,0r17,-86r82,0","w":301},"\"":{"d":"414,-712r-35,172r-76,0r35,-172r76,0xm252,-712r-34,172r-76,0r35,-172r75,0","w":403},"#":{"d":"629,-498r-13,63r-90,0r-53,146r88,0r-12,62r-97,0r-80,227r-72,0r79,-227r-152,0r-79,227r-74,0r80,-227r-84,0r12,-62r93,0r53,-146r-91,0r13,-63r98,0r76,-216r73,0r-75,216r152,0r75,-216r73,0r-75,216r82,0xm453,-435r-153,0r-52,146r152,0","w":627},"$":{"d":"273,-331v-94,-19,-165,-65,-164,-162v0,-95,67,-216,233,-225r17,-88r57,0r-17,90v62,5,117,28,161,80r-52,45v-31,-36,-65,-59,-124,-63r-51,267v111,18,179,73,179,176v0,138,-117,212,-250,217r-20,108r-57,0r21,-109v-83,-5,-138,-34,-190,-97r55,-48v39,50,84,77,150,81xm439,-207v0,-79,-48,-99,-118,-114r-50,263v96,-9,168,-67,168,-149xm334,-655v-94,9,-153,82,-153,159v0,63,51,87,104,98","w":567},"%":{"d":"388,-614v0,52,-14,88,-22,134v-15,84,-64,135,-151,135v-49,0,-108,-26,-108,-105v0,-51,13,-88,21,-134v15,-84,65,-135,152,-135v49,0,108,26,108,105xm737,-263v0,51,-13,88,-21,134v-15,84,-65,135,-152,135v-49,0,-108,-26,-108,-105v0,-52,14,-88,22,-134v15,-84,64,-135,151,-135v49,0,108,26,108,105xm682,-712r-459,712r-60,0r458,-712r61,0xm311,-480v9,-68,65,-190,-38,-190v-103,0,-94,126,-112,216v0,35,15,60,61,60v54,0,82,-37,89,-86xm661,-129v9,-69,64,-188,-39,-190v-95,-2,-93,110,-109,189v-10,47,1,88,58,87v54,0,83,-37,90,-86","w":800},"&":{"d":"617,-348v-14,85,-40,153,-104,219r80,129r-87,0r-48,-78v-38,35,-115,84,-214,84v-104,0,-184,-59,-184,-169v0,-123,79,-185,194,-255v-19,-31,-47,-74,-47,-131v0,-79,51,-169,173,-169v91,0,132,64,132,130v0,59,-34,106,-106,151r-57,36r128,215v37,-41,57,-87,70,-162r70,0xm424,-133r-139,-231v-94,58,-152,105,-152,194v0,65,46,112,115,112v52,0,115,-20,176,-75xm318,-452v51,-34,124,-66,124,-135v0,-47,-30,-69,-66,-69v-58,0,-96,47,-96,108v0,26,12,55,38,96","w":704},"\u2019":{"d":"261,-712r-17,85r-100,80r33,-165r84,0","w":250,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-22,"V":-22,"J":120,"A":64}},"(":{"d":"324,-753v-54,48,-77,61,-92,134r-101,509v-11,75,-17,83,38,157r-52,47v-73,-100,-76,-104,-55,-208r102,-511v10,-77,64,-139,120,-181","w":284},")":{"d":"209,-806v73,100,76,104,55,208r-102,511v-11,76,-65,139,-121,181r-40,-53v54,-48,77,-61,92,-134r102,-509v12,-76,16,-83,-39,-157","w":284},"*":{"d":"455,-566r-124,39r99,83r-35,41r-95,-89r-23,129r-54,-11r29,-127r-121,45r-18,-51r124,-39r-99,-83r35,-41r95,88r23,-128r54,11r-29,127r121,-45","w":451,"k":{"\u00c6":80,"Y":-20,"X":-20,"W":-22,"V":-22,"A":64}},"+":{"d":"458,-299r-13,64r-165,0r-35,177r-66,0r35,-177r-166,0r12,-64r167,0r36,-177r65,0r-35,177r165,0"},",":{"d":"138,-89r-30,153r-101,80r47,-233r84,0","w":252},"-":{"d":"345,-302r-13,65r-262,0r13,-65r262,0","w":405},".":{"d":"143,-95r-18,95r-91,0r19,-95r90,0","w":257},"\/":{"d":"450,-786r-442,860r-72,0r443,-860r71,0","w":341},"0":{"d":"337,-718v95,0,175,79,151,202r-64,322v-32,160,-142,200,-220,200v-95,0,-174,-79,-150,-202r63,-322v32,-160,142,-200,220,-200xm423,-561v0,-69,-45,-95,-88,-95v-58,0,-128,33,-148,137r-63,324v-3,14,-6,29,-6,44v0,69,46,95,89,95v58,0,128,-33,148,-137r63,-324v3,-14,5,-29,5,-44"},"1":{"d":"409,-712r-143,712r-70,0r127,-629r-152,114r16,-85r151,-112r71,0"},"2":{"d":"496,-555v0,85,-45,137,-90,185r-289,308r291,0r-12,62r-380,0r13,-62r333,-356v43,-46,63,-81,63,-136v0,-67,-35,-102,-95,-102v-64,0,-123,35,-143,128r-71,0v24,-126,105,-190,217,-190v100,0,163,58,163,163"},"3":{"d":"482,-564v0,88,-42,168,-124,199v52,20,76,62,76,129v0,121,-85,243,-232,243v-130,0,-183,-74,-173,-185r69,0v-11,71,26,122,104,123v94,0,162,-83,162,-180v0,-70,-43,-103,-125,-99r12,-60v102,7,162,-74,162,-167v0,-59,-35,-96,-98,-96v-65,0,-121,47,-140,117r-72,0v32,-122,116,-179,221,-179v95,0,158,59,158,155"},"4":{"d":"450,-179r-14,64r-84,0r-23,115r-68,0r23,-115r-273,0r12,-64r347,-533r77,0r-346,533r195,0r39,-196r69,0r-39,196r85,0"},"5":{"d":"212,-55v129,1,167,-130,167,-257v0,-56,-21,-98,-87,-98v-55,0,-102,22,-131,72r-62,0r75,-374r342,0r-12,62r-280,0r-45,226v36,-34,72,-46,126,-46v101,0,145,69,145,149v0,175,-60,328,-237,328v-126,0,-167,-76,-159,-175r68,0v-7,66,21,112,90,113"},"6":{"d":"432,-224v0,133,-94,230,-206,230v-128,0,-176,-91,-176,-178v0,-63,19,-111,74,-193r231,-347r76,0r-215,321v117,-41,216,44,216,167xm361,-223v0,-67,-36,-121,-103,-121v-97,0,-139,98,-139,167v0,67,36,121,103,121v90,0,139,-87,139,-167"},"7":{"d":"544,-712r-12,62r-358,650r-77,0r358,-650r-237,0r-21,107r-68,0r33,-169r382,0"},"8":{"d":"494,-557v0,85,-47,160,-122,193v46,32,70,74,70,142v0,113,-76,228,-231,228v-91,0,-175,-53,-175,-170v0,-95,46,-170,139,-210v-35,-26,-60,-63,-60,-120v0,-128,91,-224,216,-224v93,0,163,61,163,161xm372,-224v0,-70,-44,-113,-108,-113v-95,0,-158,75,-158,168v0,70,45,113,109,113v97,0,157,-74,157,-168xm424,-556v0,-59,-35,-100,-97,-100v-91,0,-143,83,-143,158v0,59,36,100,98,100v91,0,142,-83,142,-158"},"9":{"d":"491,-540v0,63,-20,111,-75,193r-231,347r-75,0r214,-321v-116,41,-215,-44,-215,-167v0,-133,94,-230,206,-230v128,0,176,91,176,178xm422,-535v0,-67,-37,-121,-104,-121v-90,0,-138,87,-138,167v0,67,36,121,103,121v97,0,139,-98,139,-167"},":":{"d":"227,-395r-19,95r-91,0r20,-95r90,0xm170,-95r-19,95r-90,0r19,-95r90,0","w":282},";":{"d":"167,-89r-30,153r-101,80r46,-233r85,0xm228,-395r-19,95r-90,0r19,-95r90,0","w":282},"<":{"d":"436,-471r-15,78r-261,124r213,126r-14,71r-281,-171r13,-62"},"=":{"d":"443,-219r-14,65r-396,0r13,-65r397,0xm475,-384r-13,64r-398,0r14,-64r397,0"},">":{"d":"431,-293r-13,62r-344,166r15,-78r260,-124r-213,-126r15,-71"},"?":{"d":"491,-571v0,63,-30,107,-70,157v-52,65,-127,116,-140,218r-70,0v13,-58,20,-96,58,-140r100,-115v33,-38,51,-69,51,-116v0,-48,-30,-89,-89,-89v-66,0,-116,44,-131,116r-72,0v21,-112,101,-178,214,-178v79,0,149,54,149,147xm272,-86r-16,86r-83,0r17,-86r82,0","w":474},"@":{"d":"498,-713v129,0,188,93,162,222r-98,491r-66,0r11,-55v-40,48,-82,62,-136,62v-94,0,-138,-65,-138,-142v0,-174,58,-348,226,-348v58,0,97,27,118,65v7,-40,22,-85,22,-128v0,-71,-44,-109,-118,-108v-94,2,-184,-10,-235,40v-31,31,-48,62,-59,116r-67,336v-13,55,-9,90,31,123r-53,46v-54,-50,-61,-93,-46,-168r66,-335v17,-86,44,-126,80,-163v61,-61,181,-54,300,-54xm388,-53v122,0,165,-146,165,-275v0,-43,-16,-95,-86,-95v-123,0,-166,147,-166,275v0,43,17,95,87,95","w":679},"A":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0","w":581,"k":{"\u00d9":11,"\u00db":11,"\u00da":11,"\u00d2":8,"\u00d4":8,"\u00d3":8,"\u00d5":8,"\u00dc":11,"\u00d6":8,"\u00c7":8,"\u0152":8,"\u201d":80,"\u201c":80,"y":18,"w":12,"v":20,"a":-12,"\u2018":80,"Y":33,"W":16,"V":37,"U":11,"T":61,"S":-4,"Q":8,"O":8,"J":-12,"G":8,"C":8,"*":80,"\u2019":80}},"B":{"d":"610,-552v0,62,-28,149,-133,189v53,25,83,67,83,135v0,135,-97,228,-230,228r-281,0r143,-712r239,0v153,0,179,99,179,160xm487,-226v0,-68,-44,-105,-113,-105r-186,0r-54,267r194,0v93,0,159,-67,159,-162xm536,-547v0,-48,-21,-101,-114,-101r-170,0r-51,252r178,0v99,0,157,-70,157,-151","w":636,"k":{"\u00c6":12,"Y":10,"W":4,"V":6,"T":4,"J":27}},"C":{"d":"592,-509r-73,0v0,-88,-49,-146,-131,-146v-55,0,-100,22,-138,60v-40,40,-57,98,-84,239v-18,93,-24,137,-24,168v0,83,62,131,134,131v98,0,162,-72,190,-146r74,0v-42,132,-146,209,-267,209v-112,0,-204,-69,-204,-192v0,-25,4,-66,24,-170v30,-160,47,-225,106,-284v47,-47,117,-78,189,-78v136,0,203,88,204,209","w":607,"k":{"\u00c6":10,"Y":10,"X":10,"W":10,"T":19,"J":16}},"D":{"d":"613,-518v0,36,-5,70,-21,154v-32,168,-60,239,-122,299v-91,88,-256,60,-421,65r143,-712v211,5,421,-48,421,194xm541,-515v0,-80,-43,-134,-141,-134r-148,0r-118,586v120,-3,218,17,290,-51v42,-40,68,-106,95,-250v16,-83,22,-117,22,-151","w":639,"k":{"\u00c1":8,"\u00c2":8,"\u00c3":8,"\u00c0":8,"\u00c5":8,"\u00c4":8,"\u00c6":12,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"E":{"d":"611,-712r-13,63r-346,0r-52,258r297,0r-12,63r-297,0r-54,265r353,0r-12,63r-426,0r143,-712r419,0","w":572,"k":{"J":8}},"F":{"d":"611,-712r-13,63r-346,0r-53,269r296,0r-13,63r-297,0r-64,317r-72,0r143,-712r419,0","w":550,"k":{"\u00c1":48,"\u00c2":48,"\u00c3":48,"\u00c0":48,"\u00c5":48,"\u00c4":48,"\u0153":29,"\u00f8":29,"\u00e6":28,"\u00c6":60,"z":30,"y":16,"x":30,"u":28,"r":29,"q":29,"p":30,"o":29,"n":29,"m":30,"e":29,"d":25,"c":29,"a":28,"S":10,"J":118,"A":48,".":98}},"G":{"d":"593,-508r-73,0v0,-90,-51,-147,-131,-147v-51,0,-98,19,-139,60v-39,39,-57,92,-85,239v-18,95,-23,134,-23,166v0,92,73,133,137,133v73,0,170,-52,197,-194r12,-59r-167,0r11,-62r239,0v-21,117,-40,237,-110,301v-45,41,-107,77,-187,77v-111,0,-205,-71,-205,-192v0,-34,6,-76,24,-170v32,-169,48,-226,105,-283v46,-46,117,-79,191,-79v137,0,203,91,204,210","w":619,"k":{"\u00c1":6,"\u00c2":6,"\u00c3":6,"\u00c0":6,"\u00c5":6,"\u00c4":6,"\u00c6":10,"Y":19,"X":10,"W":10,"V":11,"T":24,"J":26,"A":6}},"H":{"d":"657,-712r-143,712r-72,0r66,-328r-320,0r-67,328r-72,0r143,-712r72,0r-63,321r320,0r64,-321r72,0","w":661},"I":{"d":"264,-712r-143,712r-72,0r143,-712r72,0","w":268},"J":{"d":"482,-712r-100,499v-29,145,-120,219,-243,219v-72,0,-119,-26,-151,-66r53,-45v26,31,55,48,104,48v81,0,145,-56,167,-168r97,-487r73,0","w":476,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":12,"A":10}},"K":{"d":"667,-712r-268,279r164,433r-79,0r-142,-383r-181,183r-40,200r-72,0r143,-712r72,0r-81,405r393,-405r91,0","w":621,"k":{"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00d5":6,"\u00d6":6,"\u00c7":6,"\u0152":6,"y":26,"Q":6,"O":6,"J":-12,"G":6,"C":6}},"L":{"d":"482,-63r-12,63r-421,0r143,-712r72,0r-130,649r348,0","w":546,"k":{"\u00d9":36,"\u00db":36,"\u00da":36,"\u00d2":37,"\u00d4":37,"\u00d3":37,"\u00c1":-9,"\u00c2":-9,"\u00d5":37,"\u00c3":-9,"\u00c0":-9,"\u00fc":8,"\u00fb":8,"\u00f9":8,"\u00fa":8,"\u00f5":8,"\u00f6":8,"\u00f4":8,"\u00f2":8,"\u00f3":8,"\u00eb":8,"\u00ea":8,"\u00e8":8,"\u00e9":8,"\u00e7":8,"\u00dc":36,"\u00d6":37,"\u00c7":37,"\u00c5":-9,"\u00c4":-9,"\u00f0":8,"\u0153":8,"\u0152":37,"\u201d":150,"\u201c":150,"y":52,"u":8,"q":8,"o":8,"e":8,"c":8,"\u2018":150,"Y":82,"W":50,"V":71,"U":36,"T":81,"Q":37,"O":37,"J":-12,"G":37,"C":37,"A":-9,"*":150,"\u2019":150}},"M":{"d":"772,-712r-143,712r-73,0r110,-542r-268,414r-62,0r-104,-420r-110,548r-73,0r143,-712r70,0r119,495r320,-495r71,0","w":775},"N":{"d":"692,-712r-143,712r-67,0r-245,-577r-116,577r-72,0r143,-712r67,0r245,577r115,-577r73,0","w":696},"O":{"d":"590,-526v0,31,-7,72,-25,170v-30,160,-48,225,-106,283v-49,49,-120,79,-193,79v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v3,161,186,161,267,72v35,-39,55,-88,83,-238v18,-95,24,-134,24,-166","w":617,"k":{"\u00c1":6,"\u00c2":6,"\u00c3":6,"\u00c0":6,"\u00c5":6,"\u00c4":6,"\u00c6":12,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"P":{"d":"615,-540v0,135,-93,242,-252,242r-182,0r-60,298r-72,0r143,-712r242,0v132,0,181,85,181,172xm542,-537v0,-58,-31,-111,-118,-111r-173,0r-57,287r172,0v104,0,176,-74,176,-176","w":598,"k":{"\u00c1":41,"\u00c2":41,"\u00c3":41,"\u00c0":41,"\u00e7":10,"\u00c5":41,"\u00c4":41,"\u0153":10,"\u00f8":10,"\u00e6":9,"\u00c6":60,"s":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":9,"J":120,"A":41,".":110}},"Q":{"d":"590,-526v0,31,-7,72,-25,170v-29,153,-46,217,-97,274r60,78r-49,43r-61,-79v-43,29,-96,46,-152,46v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v1,140,149,164,236,96r-71,-92r49,-43r69,89v28,-37,43,-91,67,-216v18,-95,24,-134,24,-166","w":617,"k":{"T":21}},"R":{"d":"614,-548v0,104,-67,200,-188,223r104,325r-80,0r-98,-320r-166,0r-65,320r-72,0r143,-712r245,0v135,0,177,82,177,164xm541,-544v0,-64,-37,-104,-113,-104r-176,0r-54,266r178,0v109,0,165,-83,165,-162","w":626,"k":{"T":7,"J":25}},"S":{"d":"552,-636r-52,44v-34,-39,-71,-64,-143,-64v-110,0,-176,79,-176,160v0,81,95,97,169,113v107,24,154,74,154,173v0,140,-122,216,-268,216v-100,0,-162,-29,-220,-98r55,-48v43,54,94,82,172,82v104,0,188,-61,188,-149v0,-104,-89,-106,-168,-126v-69,-17,-154,-56,-154,-160v0,-100,74,-225,255,-225v73,0,138,23,188,82","w":559,"k":{"\u00c1":-9,"\u00c2":-9,"\u00c3":-9,"\u00c0":-9,"\u00c5":-9,"\u00c4":-9,"u":-8,"q":-12,"o":-14,"g":-12,"e":-14,"d":-12,"c":-10,"a":-16,"Y":18,"T":4,"S":8,"J":20,"A":-9}},"T":{"d":"585,-712r-13,64r-194,0r-130,648r-73,0r130,-648r-196,0r13,-64r463,0","w":520,"k":{"\u00d2":18,"\u00d4":18,"\u00d3":18,"\u00c1":55,"\u00c2":55,"\u00d5":18,"\u00c3":55,"\u00c0":55,"\u00e7":76,"\u00d6":18,"\u00c7":18,"\u00c5":55,"\u00c4":55,"\u0153":76,"\u00f8":76,"\u00e6":76,"\u0152":18,"\u00d8":18,"\u00c6":60,"z":55,"y":51,"x":55,"w":51,"v":51,"u":53,"s":76,"r":53,"q":76,"p":55,"o":76,"n":55,"m":55,"g":76,"e":76,"d":76,"c":76,"a":76,"Q":18,"O":18,"J":72,"G":18,"C":18,"A":55,".":80}},"U":{"d":"654,-712r-95,478v-31,156,-139,240,-279,240v-95,0,-198,-58,-198,-193v0,-186,68,-348,99,-525r73,0r-94,471v-17,93,10,183,127,183v90,0,177,-60,202,-188r92,-466r73,0","w":649,"k":{"\u00c1":6,"\u00c2":6,"\u00c3":6,"\u00c0":6,"\u00c5":6,"\u00c4":6,"\u00c6":10,"J":33,"A":6}},"V":{"d":"604,-712r-361,712r-60,0r-83,-712r73,0r64,582r288,-582r79,0","w":519,"k":{"\u00c1":35,"\u00c2":35,"\u00c3":35,"\u00c0":35,"\u00e7":40,"\u00c5":35,"\u00c4":35,"\u0153":23,"\u00f8":23,"\u00e6":19,"\u00c6":33,"z":20,"x":20,"u":11,"s":40,"r":8,"q":23,"p":20,"o":23,"n":20,"m":20,"g":22,"e":23,"d":40,"c":23,"a":19,"J":39,"A":35,".":80}},"W":{"d":"890,-712r-309,712r-68,0r-38,-573r-267,573r-67,0r-33,-712r75,0r20,577r264,-577r65,0r37,577r243,-577r78,0","w":815,"k":{"\u00d2":-8,"\u00d4":-8,"\u00d3":-8,"\u00c1":18,"\u00c2":18,"\u00d5":-8,"\u00c3":18,"\u00c0":18,"\u00e7":40,"\u00d6":-8,"\u00c7":-8,"\u00c5":18,"\u00c4":18,"\u0153":19,"\u00f8":19,"\u00e6":18,"\u0152":-8,"\u00d8":-8,"\u00c6":33,"s":40,"r":8,"q":19,"o":19,"g":18,"e":19,"d":40,"c":19,"a":18,"Q":-8,"O":-8,"J":31,"G":-8,"C":-8,"A":18,".":50}},"X":{"d":"587,-712r-262,351r141,361r-81,0r-112,-302r-223,302r-85,0r279,-371r-130,-341r81,0r101,284r205,-284r86,0","w":526,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d6":7,"\u00c7":7,"\u00e6":-12,"\u0152":7,"y":14,"a":-12,"Q":7,"O":7,"J":-12,"G":7,"C":7}},"Y":{"d":"575,-712r-282,421r-59,291r-73,0r60,-296r-121,-416r76,0r94,344r224,-344r81,0","w":490,"k":{"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":33,"\u00c2":33,"\u00d5":6,"\u00c3":33,"\u00c0":33,"\u00e7":80,"\u00d6":6,"\u00c7":6,"\u00c5":33,"\u00c4":33,"\u0153":64,"\u00f8":64,"\u00e6":56,"\u0152":6,"\u00d8":6,"\u00c6":33,"z":40,"x":40,"u":36,"s":54,"r":40,"q":64,"p":40,"o":64,"n":40,"m":40,"g":68,"e":64,"d":64,"c":64,"a":56,"Q":6,"O":6,"J":40,"G":6,"C":6,"A":33,".":80}},"Z":{"d":"565,-712r-12,60r-452,588r341,0r-13,64r-423,0r14,-67r447,-581r-324,0r12,-64r410,0","w":532,"k":{"y":4}},"[":{"d":"362,-786r-13,62r-96,0r-147,736r104,0r-12,62r-174,0r171,-860r167,0","w":300},"\\":{"d":"272,74r-66,0r-99,-856r66,0","w":335},"]":{"d":"320,-786r-171,860r-167,0r12,-59r99,0r148,-742r-108,0r12,-59r175,0","w":300},"^":{"d":"481,-413r-68,0r-72,-232r-165,232r-75,0r217,-305r67,0","w":514},"_":{"d":"425,113r-10,49r-497,0r11,-49r496,0"},"\u2018":{"d":"277,-792r-33,165r-84,0r17,-85","w":250,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-22,"V":-22,"J":120,"A":64}},"a":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137","w":501,"k":{"y":6,"v":6,"t":4,"f":4}},"b":{"d":"470,-343v0,163,-58,349,-227,349v-49,0,-99,-16,-124,-69r-13,63r-69,0r142,-712r70,0r-55,275v22,-28,60,-62,135,-62v91,0,141,54,141,156xm234,-56v127,1,165,-149,165,-278v0,-56,-19,-103,-88,-103v-127,-1,-166,148,-166,278v0,56,20,103,89,103","w":519,"k":{"y":11,"x":8,"w":6,"v":7,"t":4,"f":4}},"c":{"d":"50,-171v0,-191,111,-328,258,-328v69,0,110,28,142,73r-52,44v-26,-39,-53,-55,-97,-55v-121,0,-183,136,-181,264v3,146,156,145,226,60r41,50v-47,47,-104,69,-164,69v-116,0,-173,-78,-173,-177","w":466,"k":{"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":9,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00f0":9,"\u0153":9,"\u00e6":7,"q":9,"o":9,"e":9,"d":9,"c":9,"a":7}},"d":{"d":"50,-149v0,-173,59,-349,228,-350v45,0,95,14,122,68r57,-281r70,0r-142,712r-69,0r12,-59v-45,54,-91,65,-137,65v-106,0,-141,-70,-141,-155xm209,-56v127,1,166,-149,166,-280v0,-54,-20,-101,-89,-101v-127,-2,-165,150,-165,279v0,54,19,102,88,102","w":519},"e":{"d":"293,-499v144,0,184,130,148,270r-317,0v-18,89,1,174,100,174v58,0,96,-20,138,-58r42,47v-104,110,-354,107,-354,-98v0,-148,68,-335,243,-335xm385,-330v0,-76,-44,-110,-95,-110v-72,0,-128,50,-157,160r248,0v2,-16,4,-30,4,-50","w":506,"k":{"y":11,"x":17,"w":6,"v":7,"t":4,"f":5}},"f":{"d":"364,-714r-12,60v-65,-4,-101,6,-114,70r-19,95r102,0r-11,53r-102,0r-87,436r-70,0r87,-436r-59,0r10,-53r59,0r20,-99v33,-121,90,-130,196,-126","w":299,"k":{"\u00e7":19,"\u0153":4,"\u00f8":4,"\u201d":-20,"\u201c":-20,"y":-8,"w":-8,"v":-8,"t":-10,"q":4,"o":4,"f":-8,"e":4,"d":4,"c":4,"\u2018":-20,".":50,"*":-20,"\u2019":-20}},"g":{"d":"50,-154v0,-165,60,-345,226,-345v47,0,98,14,124,69r12,-63r69,0r-101,504v-35,177,-147,214,-230,214v-67,0,-114,-22,-151,-66r50,-44v22,27,50,50,101,50v70,0,137,-42,161,-154r16,-76v-31,39,-71,63,-136,63v-88,0,-141,-55,-141,-152xm210,-64v121,1,164,-147,164,-273v0,-67,-31,-100,-89,-100v-123,-1,-164,147,-164,273v0,56,20,100,89,100","w":517},"h":{"d":"338,-499v91,0,153,80,131,188r-63,311r-70,0r61,-304v20,-74,-15,-133,-84,-133v-34,0,-122,16,-146,135r-60,302r-70,0r142,-712r70,0r-54,271v33,-36,78,-58,143,-58","w":535,"k":{"y":6,"v":6,"t":4,"f":4}},"i":{"d":"205,-493r-98,493r-70,0r98,-493r70,0xm251,-706r-15,73r-79,0r14,-73r80,0","w":241},"j":{"d":"205,-493r-116,585v-22,103,-82,137,-196,128r12,-60v68,4,101,-10,114,-75r116,-578r70,0xm251,-706r-15,73r-79,0r14,-73r80,0","w":241},"k":{"d":"501,-492r-196,191r133,301r-81,0r-106,-256r-115,109r-29,147r-70,0r142,-712r70,0r-94,471r256,-251r90,0","w":513,"k":{"\u00f5":18,"\u00f6":18,"\u00f4":18,"\u00f2":18,"\u00f3":18,"\u00eb":18,"\u00ea":18,"\u00e8":18,"\u00e9":18,"\u00e7":18,"\u00f0":18,"\u0153":18,"u":4,"q":18,"o":18,"l":4,"g":18,"e":18,"d":18,"c":18}},"l":{"d":"247,-712r-116,578v-9,43,-8,74,50,74r41,0r-12,60v-82,3,-153,1,-153,-94v0,-14,1,-27,4,-40r116,-578r70,0","w":285,"k":{"\u201d":60,"\u201c":60,"y":15,"v":16,"o":10,"e":10,"c":10,"\u2018":60,"*":60,"\u2019":60}},"m":{"d":"635,-499v93,0,154,81,133,188r-62,311r-71,0r61,-304v21,-73,-15,-133,-84,-133v-34,0,-121,16,-145,135r-61,302r-70,0r61,-304v20,-74,-15,-133,-84,-133v-34,0,-122,16,-146,135r-60,302r-70,0r98,-493r69,0r-11,55v33,-38,81,-61,146,-61v55,0,99,28,123,82v41,-51,90,-82,173,-82","w":834,"k":{"y":4,"v":6,"t":4,"f":4}},"n":{"d":"339,-499v91,0,152,80,130,188r-63,311r-70,0r61,-304v20,-74,-15,-133,-84,-133v-34,0,-122,16,-146,135r-60,302r-70,0r98,-493r69,0r-11,55v33,-38,81,-61,146,-61","w":535,"k":{"y":4,"v":6,"t":4,"f":4}},"o":{"d":"50,-158v0,-199,75,-341,243,-341v56,0,159,27,159,163v0,200,-75,342,-243,342v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104","w":502,"k":{"y":11,"x":20,"w":6,"v":7,"t":4,"f":5}},"p":{"d":"470,-345v0,169,-59,353,-228,351v-45,0,-95,-14,-122,-68r-57,281r-70,0r142,-712r69,0r-12,58v45,-54,91,-64,137,-64v106,0,141,70,141,154xm234,-56v127,1,165,-150,165,-280v0,-54,-19,-101,-88,-101v-128,-1,-166,149,-166,279v0,54,20,102,89,102","w":519,"k":{"y":11,"x":8,"w":6,"v":7,"t":4,"f":4}},"q":{"d":"49,-150v0,-164,58,-349,228,-349v49,0,98,16,123,69r13,-63r70,0r-142,712r-71,0r55,-276v-22,28,-60,63,-135,63v-91,0,-141,-54,-141,-156xm208,-56v127,1,166,-149,166,-278v0,-56,-20,-103,-89,-103v-127,-2,-165,149,-165,278v0,56,19,103,88,103","w":519},"r":{"d":"437,-453r-57,51v-13,-17,-34,-35,-70,-35v-70,0,-128,59,-143,135r-60,302r-70,0r98,-493r69,0r-12,60v45,-73,188,-93,245,-20","w":399,"k":{"\u00f5":19,"\u00f6":19,"\u00f4":19,"\u00f2":19,"\u00f3":19,"\u00eb":19,"\u00ea":19,"\u00e8":19,"\u00e9":19,"\u00e7":19,"\u00e5":-8,"\u00e3":-8,"\u00e4":-8,"\u00e2":-8,"\u00e0":-8,"\u00e1":-8,"\u00f0":19,"\u0153":19,"\u00f8":19,"\u00e6":-8,"y":-9,"w":-9,"v":-9,"t":-8,"q":19,"o":19,"g":19,"f":-8,"e":19,"d":19,"c":19,"a":-8,".":120}},"s":{"d":"76,-332v0,-98,85,-167,202,-167v66,0,116,18,156,55r-50,43v-32,-28,-64,-40,-115,-40v-83,0,-123,52,-123,100v0,54,84,60,139,65v138,13,154,148,71,228v-82,79,-285,71,-351,-17r52,-45v32,37,71,56,136,56v97,0,142,-54,142,-99v0,-69,-79,-62,-136,-72v-103,-17,-123,-66,-123,-107","w":471,"k":{"s":8,"\u2019":49}},"t":{"d":"314,-489r-11,53r-96,0r-61,302v-9,44,-7,74,51,74r40,0r-13,60v-81,3,-144,0,-152,-94v14,-122,44,-227,64,-342r-61,0r10,-53r62,0r31,-154r70,0r-31,154r97,0","w":319,"k":{"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e7":4,"\u00f0":4,"\u0153":4,"q":4,"o":4,"e":4,"d":4,"c":4}},"u":{"d":"498,-493r-98,493r-69,0r10,-55v-33,38,-80,61,-145,61v-91,0,-151,-81,-130,-188r62,-311r70,0r-61,304v-20,75,16,133,85,133v34,0,121,-16,145,-135r60,-302r71,0","w":535},"v":{"d":"464,-493r-268,493r-63,0r-73,-493r71,0r50,397r205,-397r78,0","w":425,"k":{"\u00f5":-8,"\u00f6":-8,"\u00f4":-8,"\u00f2":-8,"\u00f3":-8,"\u00eb":-8,"\u00ea":-8,"\u00e8":-8,"\u00e9":-8,"\u00e7":-8,"\u00e5":-8,"\u00e3":-8,"\u00e4":-8,"\u00e2":-8,"\u00e0":-8,"\u00e1":-8,"\u0161":-9,"\u00f0":-8,"\u0153":-8,"\u00f8":-8,"\u00e6":-8,"y":-8,"w":-8,"v":-8,"t":-8,"s":-9,"q":-8,"o":-8,"g":-8,"f":-8,"e":-8,"d":-8,"c":-8,"a":-8,".":68}},"w":{"d":"724,-493r-239,493r-64,0r-48,-382r-197,382r-64,0r-51,-493r71,0r31,394r200,-394r57,0r47,394r183,-394r74,0","w":688,"k":{"\u00f5":-8,"\u00f6":-8,"\u00f4":-8,"\u00f2":-8,"\u00f3":-8,"\u00eb":-8,"\u00ea":-8,"\u00e8":-8,"\u00e9":-8,"\u00e7":-8,"\u00e5":-8,"\u00e3":-8,"\u00e4":-8,"\u00e2":-8,"\u00e0":-8,"\u00e1":-8,"\u0161":-10,"\u00f0":-8,"\u0153":-8,"\u00f8":-8,"\u00e6":-8,"y":-8,"w":-8,"v":-8,"t":-8,"s":-10,"q":-8,"o":-8,"g":-8,"f":-8,"e":-8,"d":-8,"c":-8,"a":-8,".":55}},"x":{"d":"467,-493r-197,244r114,249r-82,0r-81,-196r-152,196r-86,0r206,-256r-108,-237r81,0r78,185r141,-185r86,0","w":458,"k":{"\u00f5":18,"\u00f6":18,"\u00f4":18,"\u00f2":18,"\u00f3":18,"\u00eb":18,"\u00ea":18,"\u00e8":18,"\u00e9":18,"\u00e7":18,"\u00f0":18,"\u0153":18,"\u00f8":20,"q":18,"o":18,"e":18,"d":18,"c":18}},"y":{"d":"462,-493r-328,611v-37,72,-72,95,-175,92r13,-62v105,17,117,-98,159,-159r-71,-482r70,0r51,397r204,-397r77,0","w":424,"k":{"\u00f5":-4,"\u00f6":-4,"\u00f4":-4,"\u00f2":-4,"\u00f3":-4,"\u00eb":-4,"\u00ea":-4,"\u00e8":-4,"\u00e9":-4,"\u00e7":-4,"\u00e5":-8,"\u00e3":-8,"\u00e4":-8,"\u00e2":-8,"\u00e0":-8,"\u00e1":-8,"\u0161":-5,"\u00f0":-4,"\u0153":-4,"\u00f8":-4,"\u00e6":-8,"y":-4,"w":-4,"v":-4,"t":-6,"s":-5,"q":-4,"o":-4,"g":-4,"f":-4,"e":-4,"d":-4,"c":-4,"a":-8,".":68}},"z":{"d":"439,-493r-12,59r-330,372r262,0r-12,62r-347,0r12,-59r329,-372r-247,0r12,-62r333,0","w":440},"{":{"d":"397,-786r-13,62v-69,-3,-89,10,-102,74r-39,194v-12,62,-38,88,-81,101v44,28,50,54,40,104r-37,185v-10,44,-10,83,48,78r33,0r-12,62r-40,0v-108,-4,-114,-62,-100,-134r38,-188v10,-50,-7,-84,-70,-79r13,-62v63,4,89,-23,100,-79r38,-189v12,-103,63,-136,184,-129","w":338},"|":{"d":"298,-786r-172,860r-69,0r171,-860r70,0","w":310},"}":{"d":"321,-385r-13,62v-63,-4,-90,23,-101,79r-37,189v-12,103,-63,136,-184,129r12,-62v69,3,90,-9,103,-74r39,-194v12,-62,38,-88,81,-101v-44,-28,-50,-54,-40,-104r37,-185v10,-44,10,-83,-48,-78r-33,0r12,-62r40,0v108,5,115,62,100,134r-38,188v-10,50,7,84,70,79","w":338},"~":{"d":"179,-333v46,-10,123,55,170,55v25,0,46,-7,91,-44r36,47v-64,57,-100,64,-131,64v-46,10,-123,-54,-171,-54v-25,0,-45,7,-90,44r-37,-47v64,-57,101,-65,132,-65","w":513},"\u00a1":{"d":"176,-296r-91,515r-82,0r113,-515r60,0xm224,-493r-17,86r-83,0r17,-86r83,0","w":301},"\u00a2":{"d":"481,-541r-52,42v-23,-34,-48,-53,-86,-56r-71,378v41,-3,72,-20,106,-56r41,48v-46,47,-98,67,-156,71r-22,114r-57,0r23,-117v-88,-16,-133,-90,-133,-178v0,-140,72,-304,228,-321r18,-96r57,0r-19,95v57,6,95,35,123,76xm293,-552v-83,27,-149,164,-146,269v1,64,36,95,76,103","w":476},"\u00a3":{"d":"549,-653r-53,46v-26,-35,-59,-47,-100,-47v-94,0,-150,62,-170,164r-21,107r141,0r-11,51r-140,0r-53,268r298,0r-13,64r-371,0r67,-332r-60,0r9,-51r61,0r23,-115v28,-137,106,-220,249,-220v66,0,111,25,144,65","w":522},"\u2044":{"d":"371,-712r-459,712r-60,0r459,-712r60,0","w":179},"\u00a5":{"d":"575,-712r-211,315r95,0r-10,50r-119,0r-37,55r-10,50r146,0r-10,51r-146,0r-38,191r-73,0r38,-191r-145,0r10,-51r145,0r11,-54r-15,-51r-121,0r10,-50r96,0r-91,-315r76,0r94,344r224,-344r81,0","w":490},"\u0192":{"d":"448,-714r-12,60v-75,-5,-113,9,-136,72r-72,197r102,0r-12,53r-109,0r-202,551r-71,0r203,-551r-92,0r10,-53r101,0r72,-197v30,-93,89,-143,218,-132","w":383},"\u00a7":{"d":"345,-718v113,0,159,72,151,153r-68,0v6,-59,-34,-91,-86,-91v-72,0,-123,47,-123,116v0,74,76,83,132,103v44,15,98,55,98,141v0,87,-40,170,-135,212v39,19,68,58,68,116v0,113,-80,193,-206,193v-95,0,-161,-57,-151,-158r69,0v-6,59,27,95,91,95v67,0,126,-43,126,-124v0,-68,-75,-90,-133,-108v-44,-14,-98,-55,-98,-141v0,-87,41,-172,135,-212v-42,-24,-65,-65,-65,-115v0,-112,92,-180,195,-180xm239,-123v87,0,141,-75,141,-168v0,-64,-44,-92,-90,-92v-88,0,-141,75,-141,167v0,70,52,93,90,93","w":528},"\u00a4":{"d":"146,-455v25,-155,118,-263,275,-263v136,0,203,88,204,209r-73,0v0,-88,-49,-146,-131,-146v-111,0,-181,73,-203,200r209,0r-9,47r-210,0r-19,98r210,0r-9,47r-208,0v-5,29,-7,54,-7,75v0,83,62,131,134,131v79,0,156,-55,190,-146r74,0v-33,104,-119,209,-270,209v-136,0,-233,-110,-193,-269r-64,0r8,-47r64,0r18,-98r-63,0r9,-47r64,0","w":643},"'":{"d":"252,-712r-34,172r-76,0r35,-172r75,0","w":242},"\u201c":{"d":"277,-792r-33,165r-84,0r17,-85xm440,-792r-34,165r-83,0r17,-85","w":413,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-22,"V":-22,"J":120,"A":64}},"\u00ab":{"d":"285,-478r-19,95r-138,121r91,121r-16,84r-161,-211xm501,-478r-19,95r-139,121r93,121r-17,84r-161,-211","w":528},"\u2039":{"d":"285,-478r-19,95r-138,121r91,121r-16,84r-161,-211","w":312},"\u203a":{"d":"279,-267r-242,210r19,-95r138,-121r-92,-121r17,-84","w":312},"\ufb01":{"d":"364,-714r-12,60v-65,-4,-101,6,-114,70r-19,95r102,0r-11,53r-102,0r-87,436r-70,0r87,-436r-59,0r10,-53r59,0r20,-99v33,-121,90,-130,196,-126xm499,-489r-98,489r-70,0r98,-489r70,0xm546,-712r-14,72r-79,0r15,-72r78,0","w":537},"\ufb02":{"d":"364,-714r-12,60v-65,-4,-101,6,-114,70r-19,95r102,0r-11,53r-102,0r-87,436r-70,0r87,-436r-59,0r10,-53r59,0r20,-99v33,-121,90,-130,196,-126xm541,-712r-121,611v-7,39,49,44,96,41r-13,60v-82,3,-153,0,-153,-94v0,-14,1,-27,4,-40r116,-578r71,0","w":579},"\u2013":{"d":"458,-302r-13,64r-396,0r12,-64r397,0"},"\u2020":{"d":"556,-507r-12,62r-183,0r-89,445r-70,0r89,-445r-182,0r13,-62r181,0r41,-205r70,0r-41,205r183,0","w":574},"\u2021":{"d":"556,-507r-12,62r-183,0r-80,395r185,0r-12,62r-185,0r-41,207r-70,0r42,-207r-180,0r12,-62r180,0r79,-395r-182,0r13,-62r181,0r41,-205r70,0r-41,205r183,0","w":574},"\u00b7":{"d":"187,-315r-18,90r-90,0r18,-90r90,0","w":257},"\u00b6":{"d":"571,-712r-186,931r-70,0r172,-866r-110,0r-173,866r-70,0r112,-561v-90,-4,-152,-78,-152,-166v0,-101,75,-204,238,-204r239,0","w":574},"\u2022":{"d":"425,-334v0,90,-65,155,-155,155v-90,0,-155,-65,-155,-155v0,-90,65,-155,155,-155v90,0,155,65,155,155","w":505},"\u201a":{"d":"136,-85r-17,85r-101,80r33,-165r85,0","w":250},"\u201e":{"d":"136,-85r-17,85r-101,80r33,-165r85,0xm299,-85r-18,85r-100,80r33,-165r85,0","w":413,"k":{"Y":106,"W":50,"V":80,"T":106}},"\u201d":{"d":"261,-712r-17,85r-100,80r33,-165r84,0xm424,-712r-18,85r-99,80r33,-165r84,0","w":413,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-22,"V":-22,"J":120,"A":64}},"\u00bb":{"d":"496,-267r-243,210r19,-95r138,-121r-91,-121r16,-84xm280,-267r-243,210r19,-95r139,-121r-93,-121r17,-84","w":528},"\u2026":{"d":"607,-92r-17,92r-90,0r19,-92r88,0xm141,-92r-18,92r-89,0r19,-92r88,0xm374,-92r-18,92r-88,0r18,-92r88,0","w":721},"\u2030":{"d":"1066,-263v0,51,-13,88,-21,134v-15,84,-65,135,-152,135v-49,0,-108,-26,-108,-105v0,-52,14,-88,22,-134v15,-84,64,-135,151,-135v49,0,108,26,108,105xm388,-614v0,52,-14,88,-22,134v-15,84,-64,135,-151,135v-49,0,-108,-26,-108,-105v0,-51,13,-88,21,-134v15,-84,65,-135,152,-135v49,0,108,26,108,105xm737,-263v0,51,-13,88,-21,134v-15,84,-65,135,-152,135v-49,0,-108,-26,-108,-105v0,-52,14,-88,22,-134v15,-84,64,-135,151,-135v49,0,108,26,108,105xm682,-712r-459,712r-60,0r458,-712r61,0xm311,-480v9,-68,65,-190,-38,-190v-103,0,-94,126,-112,216v0,35,15,60,61,60v54,0,82,-37,89,-86xm990,-129v9,-69,64,-188,-39,-190v-95,-2,-93,110,-109,189v-10,47,1,88,58,87v54,0,83,-37,90,-86xm661,-129v9,-69,64,-188,-39,-190v-95,-2,-93,110,-109,189v-10,47,1,88,58,87v54,0,83,-37,90,-86","w":1129},"\u00bf":{"d":"347,47v-21,112,-101,178,-214,178v-79,0,-149,-54,-149,-147v0,-122,111,-197,171,-275v24,-32,31,-59,38,-100r70,0v-12,60,-19,96,-57,140r-100,115v-33,38,-51,69,-51,116v0,48,30,88,89,88v66,0,117,-43,132,-115r71,0xm302,-493r-16,86r-83,0r16,-86r83,0","w":474},"`":{"d":"350,-589r-60,0r-72,-151r80,0","w":475},"\u00b4":{"d":"455,-740r-130,151r-66,0r112,-151r84,0","w":475},"\u02c6":{"d":"460,-594r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":475},"\u02dc":{"d":"259,-702v51,0,78,45,121,43v20,0,37,-11,62,-34r30,39v-35,33,-64,47,-97,47v-51,0,-77,-45,-120,-43v-20,0,-37,11,-62,34r-30,-39v35,-33,63,-47,96,-47","w":475},"\u00af":{"d":"466,-666r-12,54r-286,0r10,-54r288,0","w":475},"\u02d8":{"d":"491,-728v-19,98,-82,140,-178,140v-96,0,-147,-58,-135,-140r55,0v-3,52,29,85,88,85v55,0,99,-26,115,-85r55,0","w":475},"\u02d9":{"d":"368,-701r-14,72r-78,0r14,-72r78,0","w":475},"\u00a8":{"d":"461,-685r-17,88r-71,0r18,-88r70,0xm260,-685r-18,88r-69,0r17,-88r70,0","w":475},"\u02da":{"d":"443,-687v0,66,-53,119,-118,119v-65,0,-117,-53,-117,-119v0,-66,52,-117,117,-117v65,0,118,51,118,117xm396,-687v0,-38,-34,-69,-71,-69v-37,0,-70,31,-70,69v0,38,33,71,70,71v37,0,71,-33,71,-71","w":475},"\u00b8":{"d":"236,66r-83,146r-77,0r96,-146r64,0","w":475},"\u02dd":{"d":"526,-740r-131,151r-65,0r112,-151r84,0xm370,-740r-131,151r-65,0r112,-151r84,0","w":475},"\u02db":{"d":"215,208r-75,0r-24,-147r62,0","w":475},"\u02c7":{"d":"491,-747r-150,153r-66,0r-90,-153r63,0r65,106r108,-106r70,0","w":475},"\u2014":{"d":"812,-304r-13,66r-729,0r13,-66r729,0","w":871},"\u00c6":{"d":"920,-712r-13,63r-346,0r-52,260r296,0r-13,64r-296,0r-52,262r351,0r-13,63r-423,0r34,-173r-232,0r-120,173r-82,0r499,-712r462,0xm489,-649r-287,415r204,0","w":881},"\u00aa":{"d":"86,-410v0,-76,71,-132,150,-132r114,0r12,-68v0,-36,-28,-55,-77,-55v-51,0,-78,13,-106,44r-34,-40v38,-38,77,-55,143,-55v55,0,131,18,131,103v0,104,-39,196,-56,295r-55,0r7,-38v-54,67,-229,64,-229,-54xm342,-499r-100,0v-59,0,-99,34,-99,87v0,64,130,62,160,19v24,-21,32,-66,39,-106","w":427},"\u0141":{"d":"491,-63r-12,63r-421,0r58,-291r-78,46r13,-66r79,-46r71,-355r72,0r-61,310r166,-98r-13,66r-167,98r-55,273r348,0","w":555},"\u00d8":{"d":"619,-756r-70,107v26,32,41,75,41,123v0,31,-6,72,-24,170v-30,160,-49,224,-106,283v-73,75,-212,109,-310,46r-46,71r-63,0r69,-107v-25,-31,-42,-75,-42,-123v0,-31,7,-72,25,-170v30,-160,49,-224,106,-283v73,-75,213,-109,310,-46r46,-71r64,0xm166,-356v-23,133,-36,143,-12,226r318,-495v-69,-56,-167,-27,-223,31v-36,38,-57,88,-83,238xm492,-356v23,-133,36,-143,12,-225r-319,495v69,55,169,26,224,-32v36,-38,57,-88,83,-238","w":618},"\u0152":{"d":"975,-712r-13,64r-340,0r-52,257r293,0r-13,63r-292,0r-54,264r349,0r-13,64r-416,0r13,-66v-38,43,-99,72,-172,72v-110,0,-196,-74,-196,-192v0,-31,6,-72,24,-170v30,-160,50,-223,106,-283v87,-95,293,-113,350,8r16,-81r410,0xm517,-522v-3,-161,-187,-161,-268,-72v-35,39,-54,88,-83,238v-19,98,-24,135,-24,166v3,161,186,161,267,72v35,-39,54,-88,83,-238v19,-98,25,-135,25,-166","w":936},"\u00ba":{"d":"105,-444v0,-149,60,-272,194,-272v45,0,126,22,126,130v0,149,-58,272,-193,272v-45,0,-127,-22,-127,-130xm369,-582v5,-103,-108,-93,-147,-53v-38,39,-58,113,-61,188v-4,104,109,92,148,52v37,-38,57,-112,60,-187","w":432},"\u00e6":{"d":"25,-114v0,-98,90,-167,189,-167r144,0v5,-28,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v54,0,121,14,149,77v37,-47,90,-77,159,-77v145,0,184,130,148,270r-317,0v-18,89,1,174,100,174v58,0,96,-20,138,-58r42,47v-84,91,-279,105,-335,-14v-38,57,-92,86,-179,86v-87,0,-158,-29,-158,-120xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v34,-29,42,-84,51,-137xm678,-331v0,-76,-43,-109,-94,-109v-72,0,-129,49,-158,159r248,0v2,-16,4,-29,4,-50","w":799,"k":{"y":11,"w":6,"v":7}},"\u0131":{"d":"205,-493r-98,493r-70,0r98,-493r70,0","w":241},"\u0142":{"d":"291,-496r-13,63r-86,50r-54,282v-7,39,49,44,96,41r-13,60v-82,3,-153,0,-153,-94v0,-90,32,-164,46,-248r-67,39r12,-64r68,-38r61,-307r70,0r-53,265","w":303},"\u00f8":{"d":"50,-158v0,-198,75,-335,244,-341v26,0,65,6,97,29r50,-67r56,0r-73,97v18,24,29,58,29,104v0,200,-75,342,-243,342v-27,0,-67,-6,-99,-30r-51,68r-55,0r74,-99v-17,-24,-29,-58,-29,-103xm214,-56v128,-2,170,-142,170,-277v0,-18,-3,-34,-8,-47r-226,302v17,16,40,22,64,22xm289,-437v-127,2,-169,141,-169,277v0,17,2,32,6,45r226,-301v-18,-15,-40,-21,-63,-21","w":503},"\u0153":{"d":"50,-158v0,-199,75,-341,243,-341v63,0,120,29,142,97v46,-74,112,-97,173,-97v144,0,184,130,148,270r-318,0v-19,89,2,174,101,174v58,0,96,-20,138,-58r42,47v-52,49,-111,72,-186,72v-62,0,-123,-22,-150,-98v-41,67,-105,98,-174,98v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104xm700,-330v0,-76,-44,-110,-95,-110v-72,0,-128,50,-157,160r247,0v2,-16,5,-30,5,-50","w":821,"k":{"y":11,"w":6,"v":7,"t":4}},"\u00df":{"d":"455,-572v0,-56,-38,-86,-96,-86v-89,0,-131,56,-147,136r-105,522r-70,0r105,-525v26,-129,101,-194,224,-194v92,0,159,51,159,145v0,57,-30,114,-87,145v42,24,49,63,39,115r-33,172v-24,111,-93,153,-218,142r11,-60v81,7,125,-21,138,-89r37,-195v-1,-58,-50,-61,-107,-58r12,-58v89,12,138,-46,138,-112","w":531},"\u00f0":{"d":"451,-331v-11,185,-75,337,-242,337v-58,0,-158,-28,-158,-163v0,-187,71,-325,225,-336v35,-2,57,3,76,13r-38,-101r-112,0r10,-51r87,0r-30,-82r70,0r29,82r78,0r-9,51r-54,0v23,65,72,184,68,250xm214,-55v126,0,167,-139,167,-277v0,-77,-48,-102,-93,-102v-127,0,-167,138,-167,276v0,77,48,103,93,103","w":504,"k":{"y":11,"w":6,"v":7}},"\u0160":{"d":"552,-636r-52,44v-34,-39,-71,-64,-143,-64v-110,0,-176,79,-176,160v0,81,95,97,169,113v107,24,154,74,154,173v0,140,-122,216,-268,216v-100,0,-162,-29,-220,-98r55,-48v43,54,94,82,172,82v104,0,188,-61,188,-149v0,-104,-89,-106,-168,-126v-69,-17,-154,-56,-154,-160v0,-100,74,-225,255,-225v73,0,138,23,188,82xm542,-934r-150,153r-66,0r-90,-153r63,0r65,106r108,-106r70,0","w":559},"\u0161":{"d":"76,-332v0,-98,85,-167,202,-167v66,0,116,18,156,55r-50,43v-32,-28,-64,-40,-115,-40v-83,0,-123,52,-123,100v0,54,84,60,139,65v138,13,154,148,71,228v-82,79,-285,71,-351,-17r52,-45v32,37,71,56,136,56v97,0,142,-54,142,-99v0,-69,-79,-62,-136,-72v-103,-17,-123,-66,-123,-107xm476,-747r-150,153r-66,0r-90,-153r63,0r65,106r108,-106r70,0","w":471},"\u00dd":{"d":"575,-712r-282,421r-59,291r-73,0r60,-296r-121,-416r76,0r94,344r224,-344r81,0xm473,-927r-130,151r-66,0r112,-151r84,0","w":490},"\u00fd":{"d":"462,-493r-328,611v-37,72,-72,95,-175,92r13,-62v105,17,117,-98,159,-159r-71,-482r70,0r51,397r204,-397r77,0xm419,-740r-130,151r-66,0r112,-151r84,0","w":424},"\u00de":{"d":"586,-396v0,135,-93,243,-252,243r-181,0r-32,153r-72,0r143,-712r72,0r-29,144r169,0v132,0,182,85,182,172xm513,-392v0,-58,-31,-112,-118,-112r-172,0r-58,287r172,0v104,0,176,-73,176,-175","w":611},"\u00fe":{"d":"470,-345v0,163,-60,351,-227,351v-48,0,-98,-16,-123,-68r-57,281r-70,0r186,-931r70,0r-55,275v21,-26,58,-62,136,-62v99,0,140,64,140,154xm234,-56v127,1,165,-149,165,-278v0,-56,-19,-103,-88,-103v-127,-1,-166,148,-166,278v0,56,20,103,89,103","w":519,"k":{"y":11,"w":6,"v":7}},"\u017d":{"d":"565,-712r-12,60r-452,588r341,0r-13,64r-423,0r14,-67r447,-581r-324,0r12,-64r410,0xm540,-934r-150,153r-66,0r-90,-153r63,0r65,106r108,-106r70,0","w":532},"\u017e":{"d":"439,-493r-12,59r-330,372r262,0r-12,62r-347,0r12,-59r329,-372r-247,0r12,-62r333,0xm469,-747r-150,153r-66,0r-90,-153r63,0r65,106r108,-106r70,0","w":440},"\u00bd":{"d":"728,-332v0,52,-34,93,-63,123r-155,159r168,0r-11,50r-237,0r11,-50r188,-193v29,-29,43,-53,43,-85v0,-29,-13,-53,-52,-53v-52,0,-69,34,-75,67r-56,0v10,-51,39,-117,135,-117v71,0,104,44,104,99xm623,-712r-459,712r-60,0r459,-712r60,0xm269,-712r-86,427r-55,0r72,-360r-95,71r13,-68r95,-70r56,0","w":758},"\u00bc":{"d":"634,-712r-458,712r-60,0r458,-712r60,0xm683,-427r-204,310r104,0r21,-104r54,0r-21,104r45,0r-9,51r-46,0r-13,66r-54,0r13,-66r-165,0r10,-51r203,-310r62,0xm269,-712r-86,427r-55,0r72,-360r-95,71r13,-68r95,-70r56,0","w":744},"\u00b9":{"d":"269,-712r-86,427r-55,0r72,-360r-95,71r14,-69r94,-69r56,0","w":249},"\u00be":{"d":"359,-614v0,50,-23,92,-72,112v28,16,42,38,42,85v0,70,-46,137,-142,137v-95,0,-119,-56,-110,-118r56,0v-5,43,15,68,59,68v36,0,81,-26,81,-87v0,-41,-18,-65,-68,-62r10,-48v63,4,89,-42,88,-85v0,-40,-26,-54,-51,-54v-40,0,-65,17,-77,64r-56,0v19,-83,70,-114,137,-114v62,0,103,40,103,102xm689,-712r-459,712r-59,0r458,-712r60,0xm731,-117r-10,51r-46,0r-13,66r-54,0r14,-66r-166,0r10,-51r203,-310r62,0r-204,310r104,0r21,-104r54,0r-21,104r46,0","w":794},"\u00b3":{"d":"359,-614v0,50,-23,92,-72,112v28,16,42,38,42,85v0,70,-46,137,-142,137v-95,0,-119,-56,-110,-118r56,0v-5,43,15,68,59,68v36,0,81,-26,81,-87v0,-41,-18,-65,-68,-62r10,-48v63,4,89,-42,88,-85v0,-40,-26,-54,-51,-54v-40,0,-65,17,-77,64r-56,0v19,-83,70,-114,137,-114v62,0,103,40,103,102","w":338},"\u00b2":{"d":"352,-617v0,52,-33,93,-62,123r-156,159r168,0r-10,50r-237,0r10,-50r188,-193v29,-29,43,-53,43,-85v0,-29,-13,-53,-52,-53v-52,0,-69,34,-75,67r-55,0v10,-51,39,-117,135,-117v71,0,103,44,103,99","w":325},"\u00a6":{"d":"298,-786r-70,350r-70,0r70,-350r70,0xm196,-276r-70,350r-69,0r69,-350r70,0","w":319},"\u2212":{"d":"458,-303r-12,64r-397,0r13,-64r396,0"},"\u00d7":{"d":"468,-416r-172,149r115,152r-49,43r-115,-152r-172,149r-37,-48r172,-149r-115,-153r50,-43r115,153r172,-149"},"\u00c4":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0xm542,-872r-17,88r-71,0r18,-88r70,0xm341,-872r-18,88r-69,0r17,-88r70,0","w":581,"k":{"\u0152":10,"y":18,"w":12,"v":20,"a":-12,"Y":35,"W":15,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c5":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0xm509,-867v0,66,-53,119,-118,119v-65,0,-117,-53,-117,-119v0,-66,52,-117,117,-117v65,0,118,51,118,117xm462,-867v0,-38,-34,-69,-71,-69v-37,0,-70,31,-70,69v0,38,33,71,70,71v37,0,71,-33,71,-71","w":581,"k":{"\u0152":8,"y":18,"w":12,"v":20,"a":-12,"Y":35,"W":15,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c7":{"d":"592,-509r-73,0v0,-88,-49,-146,-131,-146v-55,0,-100,22,-138,60v-40,40,-57,98,-84,239v-18,93,-24,137,-24,168v0,83,62,131,134,131v98,0,162,-72,190,-146r74,0v-42,132,-146,209,-267,209v-112,0,-204,-69,-204,-192v0,-25,4,-66,24,-170v30,-160,47,-225,106,-284v47,-47,117,-78,189,-78v136,0,203,88,204,209xm297,66r-83,146r-77,0r96,-146r64,0","w":607,"k":{"\u00c6":8,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":33,"A":10}},"\u00c9":{"d":"611,-712r-13,63r-346,0r-52,258r297,0r-12,63r-297,0r-54,265r353,0r-12,63r-426,0r143,-712r419,0xm520,-927r-130,151r-66,0r112,-151r84,0","w":572},"\u00d1":{"d":"692,-712r-143,712r-67,0r-245,-577r-116,577r-72,0r143,-712r67,0r245,577r115,-577r73,0xm384,-888v51,0,78,45,121,43v20,0,37,-11,62,-34r30,39v-35,33,-64,47,-97,47v-51,0,-77,-43,-120,-43v-21,0,-38,10,-62,34r-30,-39v34,-33,63,-47,96,-47","w":696},"\u00d6":{"d":"590,-526v0,31,-7,72,-25,170v-30,160,-48,225,-106,283v-49,49,-120,79,-193,79v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v3,161,186,161,267,72v35,-39,55,-88,83,-238v18,-95,24,-134,24,-166xm560,-872r-17,88r-71,0r18,-88r70,0xm359,-872r-18,88r-69,0r17,-88r70,0","w":617,"k":{"\u00c6":8,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"\u00dc":{"d":"654,-712r-95,478v-31,156,-139,240,-279,240v-95,0,-198,-58,-198,-193v0,-186,68,-348,99,-525r73,0r-94,471v-17,93,10,183,127,183v90,0,177,-60,202,-188r92,-466r73,0xm580,-872r-17,88r-71,0r18,-88r70,0xm379,-872r-18,88r-69,0r17,-88r70,0","w":649},"\u00e1":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137xm453,-740r-130,151r-66,0r112,-151r84,0","w":501},"\u00e0":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137xm348,-589r-60,0r-72,-151r80,0","w":501},"\u00e2":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137xm459,-594r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":501},"\u00e4":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137xm464,-685r-17,88r-71,0r18,-88r70,0xm263,-685r-18,88r-69,0r17,-88r70,0","w":501},"\u00e3":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137xm257,-702v51,0,78,43,121,43v20,0,37,-10,62,-34r30,39v-35,33,-64,47,-97,47v-51,0,-77,-45,-120,-43v-20,0,-37,11,-62,34r-30,-39v35,-33,63,-47,96,-47","w":501},"\u00e5":{"d":"443,-371v0,10,-3,27,-5,39r-66,332r-69,0r11,-49v-71,83,-290,83,-289,-65v0,-41,13,-83,44,-115v67,-69,170,-49,289,-52v5,-29,15,-52,15,-85v0,-48,-38,-73,-99,-73v-61,0,-97,19,-133,59r-41,-48v44,-48,95,-71,178,-71v70,0,165,22,165,128xm441,-687v0,66,-53,119,-118,119v-64,0,-117,-53,-117,-119v0,-66,53,-117,117,-117v65,0,118,51,118,117xm348,-229r-127,0v-75,0,-127,39,-127,111v0,82,165,81,203,26v33,-29,41,-84,51,-137xm394,-687v0,-38,-33,-69,-71,-69v-37,0,-70,31,-70,69v0,38,33,71,70,71v38,0,71,-33,71,-71","w":501},"\u00e7":{"d":"50,-171v0,-191,111,-328,258,-328v69,0,110,28,142,73r-52,44v-26,-39,-53,-55,-97,-55v-121,0,-183,136,-181,264v3,146,156,145,226,60r41,50v-47,47,-104,69,-164,69v-116,0,-173,-78,-173,-177xm242,66r-83,146r-77,0r96,-146r64,0","w":466,"k":{"\u0153":16,"\u00e6":12,"o":16,"e":16,"c":12,"a":12}},"\u00e9":{"d":"293,-499v144,0,184,130,148,270r-317,0v-18,89,1,174,100,174v58,0,96,-20,138,-58r42,47v-104,110,-354,107,-354,-98v0,-148,68,-335,243,-335xm385,-330v0,-76,-44,-110,-95,-110v-72,0,-128,50,-157,160r248,0v2,-16,4,-30,4,-50xm469,-740r-130,151r-66,0r112,-151r84,0","w":506,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00e8":{"d":"293,-499v144,0,184,130,148,270r-317,0v-18,89,1,174,100,174v58,0,96,-20,138,-58r42,47v-104,110,-354,107,-354,-98v0,-148,68,-335,243,-335xm385,-330v0,-76,-44,-110,-95,-110v-72,0,-128,50,-157,160r248,0v2,-16,4,-30,4,-50xm364,-589r-60,0r-72,-151r80,0","w":506,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00ea":{"d":"293,-499v144,0,184,130,148,270r-317,0v-18,89,1,174,100,174v58,0,96,-20,138,-58r42,47v-104,110,-354,107,-354,-98v0,-148,68,-335,243,-335xm385,-330v0,-76,-44,-110,-95,-110v-72,0,-128,50,-157,160r248,0v2,-16,4,-30,4,-50xm474,-594r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":506,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00eb":{"d":"293,-499v144,0,184,130,148,270r-317,0v-18,89,1,174,100,174v58,0,96,-20,138,-58r42,47v-104,110,-354,107,-354,-98v0,-148,68,-335,243,-335xm385,-330v0,-76,-44,-110,-95,-110v-72,0,-128,50,-157,160r248,0v2,-16,4,-30,4,-50xm478,-685r-17,88r-71,0r18,-88r70,0xm277,-685r-18,88r-69,0r17,-88r70,0","w":506,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00ed":{"d":"205,-493r-98,493r-70,0r98,-493r70,0xm328,-740r-130,151r-66,0r112,-151r84,0","w":241},"\u00ec":{"d":"205,-493r-98,493r-70,0r98,-493r70,0xm223,-589r-60,0r-72,-151r80,0","w":241},"\u00ee":{"d":"205,-493r-98,493r-70,0r98,-493r70,0xm333,-594r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":241},"\u00ef":{"d":"205,-493r-98,493r-70,0r98,-493r70,0xm335,-685r-17,88r-71,0r18,-88r70,0xm134,-685r-18,88r-69,0r17,-88r70,0","w":241},"\u00f1":{"d":"339,-499v91,0,152,80,130,188r-63,311r-70,0r61,-304v20,-74,-15,-133,-84,-133v-34,0,-122,16,-146,135r-60,302r-70,0r98,-493r69,0r-11,55v33,-38,81,-61,146,-61xm287,-702v50,0,78,43,121,43v20,0,37,-10,62,-34r30,39v-35,33,-64,47,-97,47v-50,0,-78,-43,-120,-43v-21,0,-38,11,-62,34r-30,-39v34,-33,63,-47,96,-47","w":535},"\u00f3":{"d":"50,-158v0,-199,75,-341,243,-341v56,0,159,27,159,163v0,200,-75,342,-243,342v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104xm466,-740r-130,151r-66,0r112,-151r84,0","w":502,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00f2":{"d":"50,-158v0,-199,75,-341,243,-341v56,0,159,27,159,163v0,200,-75,342,-243,342v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104xm343,-589r-60,0r-72,-151r80,0","w":502,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00f4":{"d":"50,-158v0,-199,75,-341,243,-341v56,0,159,27,159,163v0,200,-75,342,-243,342v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104xm471,-594r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":502,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00f6":{"d":"50,-158v0,-199,75,-341,243,-341v56,0,159,27,159,163v0,200,-75,342,-243,342v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104xm476,-685r-17,88r-71,0r18,-88r70,0xm275,-685r-18,88r-69,0r17,-88r70,0","w":502,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00f5":{"d":"50,-158v0,-199,75,-341,243,-341v56,0,159,27,159,163v0,200,-75,342,-243,342v-56,0,-159,-28,-159,-164xm214,-56v127,-3,169,-143,169,-277v0,-76,-47,-104,-95,-104v-128,2,-169,143,-169,277v0,76,47,104,95,104xm270,-702v51,0,78,43,121,43v20,0,37,-10,62,-34r30,39v-35,33,-64,47,-97,47v-51,0,-77,-45,-120,-43v-20,0,-37,11,-62,34r-30,-39v35,-33,63,-47,96,-47","w":502,"k":{"y":11,"x":16,"w":6,"v":7}},"\u00fa":{"d":"498,-493r-98,493r-69,0r10,-55v-33,38,-80,61,-145,61v-91,0,-151,-81,-130,-188r62,-311r70,0r-61,304v-20,75,16,133,85,133v34,0,121,-16,145,-135r60,-302r71,0xm478,-740r-130,151r-66,0r112,-151r84,0","w":535},"\u00f9":{"d":"498,-493r-98,493r-69,0r10,-55v-33,38,-80,61,-145,61v-91,0,-151,-81,-130,-188r62,-311r70,0r-61,304v-20,75,16,133,85,133v34,0,121,-16,145,-135r60,-302r71,0xm373,-589r-60,0r-72,-151r80,0","w":535},"\u00fb":{"d":"498,-493r-98,493r-69,0r10,-55v-33,38,-80,61,-145,61v-91,0,-151,-81,-130,-188r62,-311r70,0r-61,304v-20,75,16,133,85,133v34,0,121,-16,145,-135r60,-302r71,0xm483,-594r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":535},"\u00fc":{"d":"498,-493r-98,493r-69,0r10,-55v-33,38,-80,61,-145,61v-91,0,-151,-81,-130,-188r62,-311r70,0r-61,304v-20,75,16,133,85,133v34,0,121,-16,145,-135r60,-302r71,0xm488,-685r-17,88r-71,0r18,-88r70,0xm287,-685r-18,88r-69,0r17,-88r70,0","w":535},"\u00b0":{"d":"450,-556v0,91,-71,161,-162,161v-91,0,-161,-70,-161,-161v0,-91,70,-162,161,-162v91,0,162,71,162,162xm391,-556v0,-59,-45,-105,-103,-105v-58,0,-102,45,-102,105v0,60,44,105,102,105v58,0,103,-45,103,-105","w":456},"\u00ae":{"d":"781,-356v0,190,-154,344,-344,344v-190,0,-344,-154,-344,-344v0,-190,154,-344,344,-344v190,0,344,154,344,344xm726,-356v0,-161,-129,-293,-289,-293v-160,0,-288,132,-288,293v0,161,128,293,288,293v160,0,289,-132,289,-293xm582,-168r-62,0r-86,-154r-56,0r0,154r-54,0r0,-377r129,0v66,0,119,50,119,113v0,55,-34,90,-80,104xm518,-432v0,-37,-30,-66,-71,-66r-69,0r0,131r69,0v41,0,71,-28,71,-65","w":835},"\u00a9":{"d":"781,-356v0,190,-154,344,-344,344v-190,0,-344,-154,-344,-344v0,-190,154,-344,344,-344v190,0,344,154,344,344xm725,-356v0,-160,-129,-292,-288,-292v-159,0,-287,132,-287,292v0,160,128,292,287,292v159,0,288,-132,288,-292xm566,-213v-36,32,-71,50,-124,50v-110,0,-169,-82,-169,-193v0,-111,59,-194,169,-194v53,0,85,17,124,51r-35,35v-32,-28,-54,-37,-89,-37v-86,0,-116,65,-116,145v0,80,30,145,116,145v35,0,57,-9,89,-37","w":835},"\u2122":{"d":"838,-712r-85,427r-56,0r62,-310r-135,201r-54,0r-56,-205r-64,314r-55,0r84,-427r55,0r72,259r175,-259r57,0xm407,-712r-10,51r-111,0r-76,376r-55,0r75,-376r-114,0r11,-51r280,0","w":800},"\u00b1":{"d":"467,-352r-13,64r-165,0r-35,179r-65,0r36,-179r-167,0r13,-64r167,0r35,-177r65,0r-36,177r165,0xm412,-64r-13,64r-397,0r13,-64r397,0"},"\u00b5":{"d":"499,-493r-98,493r-69,0r10,-55v-43,61,-181,90,-235,21r-50,253r-70,0r142,-712r70,0r-61,304v-20,75,16,133,85,133v34,0,121,-16,145,-135r60,-302r71,0","w":536},"\u00ac":{"d":"460,-308r-41,204r-64,0r28,-139r-335,0r13,-65r399,0"},"\u00a0":{"w":236},"\u00c0":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0xm416,-776r-60,0r-72,-151r80,0","w":581,"k":{"\u0152":8,"y":18,"w":12,"v":20,"a":-12,"Y":35,"W":15,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c3":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0xm325,-888v51,0,78,45,121,43v21,0,38,-11,62,-34r30,39v-35,33,-64,47,-97,47v-50,0,-77,-43,-120,-43v-20,0,-37,10,-62,34r-30,-39v35,-33,63,-47,96,-47","w":581,"k":{"\u0152":8,"y":18,"w":12,"v":20,"a":-12,"Y":35,"W":15,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00d5":{"d":"590,-526v0,31,-7,72,-25,170v-30,160,-48,225,-106,283v-49,49,-120,79,-193,79v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v3,161,186,161,267,72v35,-39,55,-88,83,-238v18,-95,24,-134,24,-166xm349,-888v50,0,78,45,121,43v20,0,37,-11,62,-34r30,39v-35,33,-64,47,-97,47v-50,0,-78,-43,-120,-43v-21,0,-38,10,-62,34r-30,-39v34,-33,63,-47,96,-47","w":617,"k":{"\u00c6":8,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"\u00f7":{"d":"459,-302r-13,64r-399,0r13,-64r399,0xm335,-484r-16,84r-83,0r17,-84r82,0xm270,-140r-16,83r-83,0r17,-83r82,0"},"\u00ff":{"d":"462,-493r-328,611v-37,72,-72,95,-175,92r13,-62v105,17,117,-98,159,-159r-71,-482r70,0r51,397r204,-397r77,0xm432,-685r-17,88r-71,0r18,-88r70,0xm231,-685r-18,88r-69,0r17,-88r70,0","w":424},"\u0178":{"d":"575,-712r-282,421r-59,291r-73,0r60,-296r-121,-416r76,0r94,344r224,-344r81,0xm496,-872r-17,88r-71,0r18,-88r70,0xm295,-872r-18,88r-69,0r17,-88r70,0","w":490},"\u00c2":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0xm529,-781r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":581,"k":{"\u0152":8,"y":18,"w":12,"v":20,"a":-12,"Y":35,"W":15,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00ca":{"d":"611,-712r-13,63r-346,0r-52,258r297,0r-12,63r-297,0r-54,265r353,0r-12,63r-426,0r143,-712r419,0xm540,-781r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":572},"\u00c1":{"d":"521,0r-74,0r-22,-162r-296,0r-87,162r-78,0r389,-712r61,0xm418,-223r-53,-384r-204,384r257,0xm522,-927r-130,151r-66,0r112,-151r84,0","w":581,"k":{"\u0152":8,"y":18,"w":12,"v":20,"a":-12,"Y":35,"W":15,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00cb":{"d":"611,-712r-13,63r-346,0r-52,258r297,0r-12,63r-297,0r-54,265r353,0r-12,63r-426,0r143,-712r419,0xm542,-872r-17,88r-71,0r18,-88r70,0xm341,-872r-18,88r-69,0r17,-88r70,0","w":572},"\u00c8":{"d":"611,-712r-13,63r-346,0r-52,258r297,0r-12,63r-297,0r-54,265r353,0r-12,63r-426,0r143,-712r419,0xm429,-776r-60,0r-72,-151r80,0","w":572},"\u00cd":{"d":"264,-712r-143,712r-72,0r143,-712r72,0xm366,-927r-130,151r-66,0r112,-151r84,0","w":268},"\u00ce":{"d":"264,-712r-143,712r-72,0r143,-712r72,0xm380,-781r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":268},"\u00cf":{"d":"264,-712r-143,712r-72,0r143,-712r72,0xm389,-872r-17,88r-71,0r18,-88r70,0xm188,-872r-18,88r-69,0r17,-88r70,0","w":268},"\u00cc":{"d":"264,-712r-143,712r-72,0r143,-712r72,0xm263,-776r-60,0r-72,-151r80,0","w":268},"\u00d3":{"d":"590,-526v0,31,-7,72,-25,170v-30,160,-48,225,-106,283v-49,49,-120,79,-193,79v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v3,161,186,161,267,72v35,-39,55,-88,83,-238v18,-95,24,-134,24,-166xm545,-927r-130,151r-66,0r112,-151r84,0","w":617,"k":{"\u00c6":8,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"\u00d4":{"d":"590,-526v0,31,-7,72,-25,170v-30,160,-48,225,-106,283v-49,49,-120,79,-193,79v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v3,161,186,161,267,72v35,-39,55,-88,83,-238v18,-95,24,-134,24,-166xm553,-781r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":617,"k":{"\u00c6":8,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"\u00d2":{"d":"590,-526v0,31,-7,72,-25,170v-30,160,-48,225,-106,283v-49,49,-120,79,-193,79v-114,0,-197,-77,-197,-192v0,-31,6,-72,24,-170v30,-160,48,-225,106,-283v49,-49,120,-79,193,-79v114,0,198,77,198,192xm516,-522v-3,-161,-186,-161,-267,-72v-35,39,-55,88,-83,238v-18,95,-24,134,-24,166v3,161,186,161,267,72v35,-39,55,-88,83,-238v18,-95,24,-134,24,-166xm440,-776r-60,0r-72,-151r80,0","w":617,"k":{"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"\u00da":{"d":"654,-712r-95,478v-31,156,-139,240,-279,240v-95,0,-198,-58,-198,-193v0,-186,68,-348,99,-525r73,0r-94,471v-17,93,10,183,127,183v90,0,177,-60,202,-188r92,-466r73,0xm568,-927r-130,151r-66,0r112,-151r84,0","w":649},"\u00db":{"d":"654,-712r-95,478v-31,156,-139,240,-279,240v-95,0,-198,-58,-198,-193v0,-186,68,-348,99,-525r73,0r-94,471v-17,93,10,183,127,183v90,0,177,-60,202,-188r92,-466r73,0xm577,-781r-63,0r-64,-106r-109,106r-69,0r150,-153r65,0","w":649},"\u00d9":{"d":"654,-712r-95,478v-31,156,-139,240,-279,240v-95,0,-198,-58,-198,-193v0,-186,68,-348,99,-525r73,0r-94,471v-17,93,10,183,127,183v90,0,177,-60,202,-188r92,-466r73,0xm463,-776r-60,0r-72,-151r80,0","w":649},"\u00d0":{"d":"626,-518v0,36,-5,70,-21,154v-32,168,-60,239,-122,299v-91,88,-256,60,-421,65r66,-331r-73,0r11,-56r73,0r66,-325v211,5,421,-48,421,194xm554,-515v0,-80,-43,-134,-141,-134r-148,0r-53,262r154,0r-11,56r-154,0r-54,268v120,-3,219,17,291,-51v42,-40,67,-106,94,-250v16,-83,22,-117,22,-151","w":653,"k":{"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c0":4,"\u00c5":4,"\u00c4":4,"\u00c6":12,"Y":20,"X":11,"W":10,"V":11,"T":24,"J":26,"A":6}},"\u20ac":{"d":"146,-455v25,-155,118,-263,275,-263v136,0,203,88,204,209r-73,0v0,-88,-49,-146,-131,-146v-111,0,-181,73,-203,200r209,0r-9,47r-210,0r-19,98r210,0r-9,47r-208,0v-5,29,-7,54,-7,75v0,83,62,131,134,131v79,0,156,-55,190,-146r74,0v-33,104,-119,209,-270,209v-136,0,-233,-110,-193,-269r-64,0r8,-47r64,0r18,-98r-63,0r9,-47r64,0","w":643}}});Cufon.registerFont({"w":516,"face":{"font-family":"din","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"6","bbox":"-161 -1006 1106.58 203","underline-thickness":"82","underline-position":"-94","stemh":"102","stemv":"123","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":220},"!":{"d":"348,-712r-126,490r-93,0r66,-490r153,0xm225,-133r-26,133r-131,0r26,-133r131,0","w":330},"\"":{"d":"468,-712r-43,211r-116,0r43,-211r116,0xm272,-712r-42,211r-116,0r42,-211r116,0","w":441},"#":{"d":"675,-538r-23,114r-82,0r-41,116r70,0r-23,114r-87,0r-68,194r-132,0r68,-194r-114,0r-68,194r-132,0r68,-194r-67,0r23,-114r84,0r41,-116r-71,0r23,-114r87,0r63,-180r132,0r-63,180r114,0r63,-180r132,0r-63,180r66,0xm437,-424r-114,0r-41,116r114,0","w":666},"$":{"d":"608,-630r-93,81v-31,-37,-69,-50,-115,-52r-34,185v118,25,187,82,187,186v0,167,-137,228,-253,236r-21,108r-97,0r21,-110v-92,-5,-153,-33,-207,-97r96,-85v36,43,84,64,146,66r37,-192v-2,0,-23,-6,-23,-6v-123,-30,-158,-101,-158,-168v0,-126,89,-228,245,-240r17,-88r97,0r-17,91v71,6,131,34,172,85xm331,-602v-60,8,-106,53,-106,107v0,41,35,58,73,67xm420,-213v0,-53,-30,-68,-78,-79r-33,181v66,-10,111,-50,111,-102","w":594},"%":{"d":"645,-367v70,0,131,52,115,142r-17,93v-18,94,-76,138,-160,138v-70,0,-132,-53,-115,-143r18,-93v18,-94,75,-137,159,-137xm710,-712r-463,712r-100,0r463,-712r100,0xm274,-718v70,0,131,52,115,142r-17,93v-18,94,-76,138,-160,138v-70,0,-132,-53,-115,-143r17,-93v18,-94,76,-137,160,-137xm671,-226v8,-30,3,-61,-38,-61v-70,0,-62,93,-76,151v-8,31,-3,62,38,62v70,0,60,-94,76,-152xm300,-577v8,-30,3,-61,-38,-61v-70,0,-62,93,-76,151v-8,31,-3,62,38,62v70,0,60,-94,76,-152","w":816},"&":{"d":"638,-365v-19,91,-54,160,-116,220r94,145r-150,0r-39,-61v-104,94,-385,112,-385,-110v0,-124,75,-183,168,-239v-25,-42,-44,-76,-44,-124v0,-73,43,-184,203,-184v139,0,160,99,160,149v0,84,-90,146,-157,185r87,141v30,-31,49,-73,60,-122r119,0xm319,-467v40,-25,91,-50,90,-97v0,-31,-18,-49,-47,-49v-82,0,-85,96,-43,146xm367,-154r-104,-168v-59,35,-96,74,-96,133v0,49,34,84,84,84v41,0,82,-19,116,-49","w":690},"\u2019":{"d":"285,-712r-24,124r-150,104r45,-228r129,0","w":258,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-27,"V":-27,"J":120,"A":17}},"(":{"d":"358,-714v-45,40,-80,66,-95,141r-85,424v-13,77,-16,88,40,160r-94,83v-83,-110,-92,-126,-68,-247r85,-426v14,-102,73,-171,147,-227","w":319},")":{"d":"235,-806v83,110,92,126,68,247r-85,426v-14,102,-73,171,-147,227r-70,-92v45,-40,80,-66,95,-141r85,-424v13,-77,16,-88,-40,-160","w":319},"*":{"d":"479,-538r-116,35r93,76r-57,64r-86,-83r-20,119r-84,-16r28,-118r-112,43r-28,-80r116,-35r-94,-76r57,-64r87,82r19,-118r84,16r-27,118r111,-43","w":470,"k":{"\u00c6":80,"Y":-20,"X":-20,"W":-27,"V":-27,"A":17}},"+":{"d":"485,-335r-23,116r-153,0r-33,164r-116,0r33,-164r-152,0r23,-116r152,0r33,-164r116,0r-33,164r153,0"},",":{"d":"184,-142r-39,197r-157,110r62,-307r134,0","w":271},"-":{"d":"367,-343r-23,115r-293,0r23,-115r293,0","w":405},".":{"d":"184,-148r-29,148r-141,0r30,-148r140,0","w":271},"\/":{"d":"496,-786r-442,860r-120,0r443,-860r119,0","w":385},"0":{"d":"340,-718v125,1,197,94,172,220r-57,290v-32,164,-141,214,-237,214v-125,-1,-199,-93,-173,-220r58,-290v32,-164,141,-214,237,-214xm394,-538v0,-51,-34,-69,-65,-69v-41,0,-88,20,-103,99r-63,334v0,51,34,69,65,69v41,0,87,-20,103,-99r59,-299v2,-11,4,-24,4,-35"},"1":{"d":"451,-712r-142,712r-124,0r114,-570r-162,117r28,-143r162,-116r124,0"},"2":{"d":"519,-541v0,97,-66,155,-107,197r-228,233r262,0r-23,111r-420,0r23,-111r308,-313v41,-42,60,-68,60,-111v0,-46,-25,-72,-68,-72v-45,0,-87,24,-103,93r-125,0v24,-136,111,-204,241,-204v111,0,180,64,180,177"},"3":{"d":"511,-549v0,75,-32,146,-109,185v44,25,63,61,63,127v0,136,-103,243,-236,243v-138,0,-218,-78,-199,-205r122,0v-9,54,15,93,78,94v63,0,111,-60,111,-127v1,-53,-35,-83,-99,-78r21,-108v77,8,124,-52,124,-117v0,-46,-27,-72,-67,-72v-44,0,-88,30,-102,87r-125,0v31,-135,119,-198,244,-198v106,0,174,74,174,169"},"4":{"d":"487,-712r-328,491r141,0r27,-132r118,0r-26,132r65,0r-24,117r-63,0r-21,104r-118,0r20,-104r-281,0r23,-117r329,-491r138,0"},"5":{"d":"231,-105v85,3,119,-101,119,-193v0,-41,-14,-73,-64,-73v-48,0,-78,27,-96,59r-112,0r80,-400r384,0r-22,111r-273,0r-31,158v31,-25,62,-33,102,-33v110,0,159,79,159,162v0,172,-68,320,-253,320v-127,0,-192,-83,-177,-202r119,0v-6,51,10,89,65,91"},"6":{"d":"468,-712r-203,300v117,-28,201,51,201,178v0,137,-93,240,-229,240v-144,0,-201,-101,-201,-189v0,-72,26,-122,82,-207r213,-322r137,0xm238,-105v114,10,149,-214,25,-213v-117,-7,-145,212,-25,213"},"7":{"d":"571,-712r-22,111r-334,601r-137,0r333,-601r-180,0r-22,109r-118,0r43,-220r437,0"},"8":{"d":"520,-534v0,77,-47,145,-109,176v28,22,59,60,59,131v0,127,-87,233,-244,233v-107,0,-197,-58,-197,-186v0,-82,41,-154,122,-195v-26,-23,-52,-60,-52,-123v0,-121,92,-220,231,-220v110,0,190,71,190,184xm395,-531v0,-41,-24,-76,-71,-76v-60,0,-101,53,-101,113v0,41,24,75,71,75v60,0,101,-52,101,-112xm344,-226v0,-46,-28,-85,-79,-85v-64,0,-111,52,-111,121v0,46,29,85,80,85v64,0,110,-51,110,-121"},"9":{"d":"522,-529v0,72,-26,122,-82,207r-214,322r-136,0r203,-300v-117,28,-201,-51,-201,-178v0,-137,93,-240,229,-240v144,0,201,101,201,189xm295,-394v118,7,145,-214,24,-213v-114,-10,-147,214,-24,213"},":":{"d":"261,-419r-29,148r-141,0r30,-148r140,0xm209,-148r-30,148r-141,0r30,-148r141,0","w":294},";":{"d":"262,-419r-30,148r-141,0r30,-148r141,0xm205,-142r-39,197r-158,110r62,-307r135,0","w":294},"<":{"d":"492,-532r-27,138r-264,109r222,117r-25,127r-354,-199r22,-106"},"=":{"d":"508,-448r-23,115r-422,0r24,-115r421,0xm467,-238r-24,115r-421,0r24,-115r421,0"},">":{"d":"481,-329r-22,106r-426,185r27,-138r264,-109r-222,-117r26,-127"},"?":{"d":"518,-559v0,119,-103,192,-163,265v-15,18,-28,44,-33,72r-124,0v12,-56,20,-92,62,-136r88,-94v25,-27,45,-56,45,-94v0,-33,-21,-61,-59,-61v-53,0,-85,32,-95,83r-125,0v24,-136,120,-194,239,-194v86,0,165,59,165,159xm312,-133r-26,133r-131,0r26,-133r131,0","w":497},"@":{"d":"523,-716v157,-4,215,107,186,251r-93,465r-113,0r9,-46v-37,38,-73,52,-118,52v-138,0,-152,-108,-126,-236v27,-134,72,-237,204,-237v51,0,86,19,109,51v5,-30,14,-64,15,-96v0,-65,-41,-95,-106,-94v-85,2,-177,-11,-222,33v-31,30,-44,62,-52,104r-59,295v-9,41,-8,70,21,101r-97,84v-53,-62,-58,-106,-43,-181r59,-300v33,-166,95,-242,279,-246r147,0xm437,-97v78,0,115,-104,115,-200v0,-35,-16,-67,-59,-67v-77,0,-115,104,-115,200v0,35,16,67,59,67","w":722},"A":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0","w":607,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":16,"\u00d4":16,"\u00d3":16,"\u00d5":16,"\u00dc":14,"\u00d6":16,"\u00c7":16,"\u0152":16,"\u201d":80,"\u201c":80,"y":26,"w":17,"v":33,"a":-4,"\u2018":80,"Y":41,"W":31,"V":42,"U":14,"T":64,"S":-1,"Q":16,"O":16,"J":-4,"G":16,"C":16,"*":80,"\u2019":80}},"B":{"d":"614,-547v0,65,-26,141,-116,186v41,26,68,59,68,125v0,143,-104,236,-240,236r-298,0r143,-712r258,0v131,0,185,79,185,165xm480,-525v0,-33,-14,-70,-74,-70r-126,0r-36,175r127,0v78,0,109,-59,109,-105xm433,-230v0,-42,-24,-73,-75,-73r-137,0r-37,186r138,0v69,0,111,-49,111,-113","w":626,"k":{"\u00c6":17,"Y":10,"W":2,"V":9,"T":2,"J":20}},"C":{"d":"598,-498r-132,0v-1,-58,-28,-104,-92,-104v-43,0,-71,16,-96,41v-29,29,-47,82,-71,205v-12,60,-21,115,-21,150v0,61,41,96,95,96v70,0,113,-51,133,-104r136,0v-48,147,-153,220,-278,220v-136,0,-219,-89,-219,-202v0,-30,6,-78,22,-160v27,-137,44,-217,108,-281v57,-57,130,-81,198,-81v146,0,217,96,217,220","w":592,"k":{"\u00c6":10,"Y":10,"X":10,"W":10,"T":17,"J":6}},"D":{"d":"614,-513v0,31,-5,63,-23,154v-34,174,-55,228,-114,289v-90,94,-276,65,-449,70r143,-712r233,0v118,0,210,61,210,199xm481,-502v0,-64,-39,-94,-100,-94r-101,0r-96,480v84,-1,159,9,204,-39v28,-29,45,-69,71,-204v16,-82,22,-120,22,-143","w":626,"k":{"\u00c1":3,"\u00c2":3,"\u00c3":3,"\u00c0":3,"\u00c5":3,"\u00c4":3,"\u00c6":17,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"E":{"d":"615,-712r-23,116r-312,0r-36,179r269,0r-23,116r-269,0r-37,185r318,0r-23,116r-451,0r143,-712r444,0","w":578,"k":{"J":3}},"F":{"d":"615,-712r-23,116r-312,0r-37,186r267,0r-23,116r-268,0r-59,294r-132,0r143,-712r444,0","w":560,"k":{"\u00c1":56,"\u00c2":56,"\u00c3":56,"\u00c0":56,"\u00c5":56,"\u00c4":56,"\u0153":27,"\u00f8":27,"\u00e6":23,"\u00c6":60,"z":30,"y":6,"x":30,"u":23,"r":27,"q":27,"p":30,"o":27,"n":27,"m":30,"e":27,"d":9,"c":27,"a":23,"S":10,"J":113,"A":56,".":93}},"G":{"d":"603,-495r-132,0v-1,-65,-35,-107,-94,-107v-41,0,-75,19,-98,42v-35,35,-49,84,-73,204v-13,63,-20,115,-20,150v0,72,50,96,96,96v72,0,144,-70,153,-174r-125,0r21,-110r256,0v-23,126,-44,252,-118,320v-54,50,-122,80,-196,80v-144,0,-220,-96,-220,-202v0,-41,8,-95,21,-160v33,-171,51,-223,108,-280v53,-53,124,-82,201,-82v153,0,220,107,220,223","w":616,"k":{"\u00c1":9,"\u00c2":9,"\u00c3":9,"\u00c0":9,"\u00c5":9,"\u00c4":9,"\u00c6":10,"Y":17,"X":10,"W":10,"V":14,"T":22,"J":16,"A":9}},"H":{"d":"664,-712r-143,712r-132,0r61,-302r-229,0r-61,302r-132,0r143,-712r132,0r-58,294r229,0r58,-294r132,0","w":651},"I":{"d":"303,-712r-143,712r-132,0r143,-712r132,0","w":290},"J":{"d":"507,-712r-98,487v-39,193,-176,231,-260,231v-87,0,-139,-26,-179,-77r95,-81v21,27,47,42,87,42v46,0,108,-26,127,-123r96,-479r132,0","w":485,"k":{"\u00c1":10,"\u00c2":10,"\u00c3":10,"\u00c0":10,"\u00c5":10,"\u00c4":10,"\u00c6":17,"A":10}},"K":{"d":"702,-712r-281,297r163,415r-144,0r-125,-329r-113,110r-43,219r-131,0r143,-712r131,0r-63,310r299,-310r164,0","w":636,"k":{"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00d5":9,"\u00d6":9,"\u00c7":9,"\u0152":9,"y":29,"Q":9,"O":9,"J":-4,"G":9,"C":9}},"L":{"d":"494,-116r-23,116r-443,0r143,-712r132,0r-119,596r310,0","w":550,"k":{"\u00d9":23,"\u00db":23,"\u00da":23,"\u00d2":30,"\u00d4":30,"\u00d3":30,"\u00c1":-6,"\u00c2":-6,"\u00d5":30,"\u00c3":-6,"\u00c0":-6,"\u00fc":3,"\u00fb":3,"\u00f9":3,"\u00fa":3,"\u00f5":3,"\u00f6":3,"\u00f4":3,"\u00f2":3,"\u00f3":3,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e7":3,"\u00dc":23,"\u00d6":30,"\u00c7":30,"\u00c5":-6,"\u00c4":-6,"\u00f0":3,"\u0153":3,"\u0152":30,"\u201d":150,"\u201c":150,"y":57,"u":3,"q":3,"o":3,"e":3,"c":3,"\u2018":150,"Y":87,"W":50,"V":74,"U":23,"T":83,"Q":30,"O":30,"J":-4,"G":30,"C":30,"A":-6,"*":150,"\u2019":150}},"M":{"d":"783,-712r-143,712r-132,0r85,-421r-179,263r-89,0r-80,-265r-85,423r-132,0r143,-712r124,0r101,380r258,-380r129,0","w":770},"N":{"d":"690,-712r-143,712r-112,0r-185,-445r-90,445r-132,0r143,-712r112,0r186,446r89,-446r132,0","w":677},"O":{"d":"597,-516v0,32,-7,80,-22,160v-27,137,-46,218,-109,281v-53,53,-130,81,-199,81v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm463,-506v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,113,133,118,188,53v26,-30,43,-71,69,-203v12,-61,20,-115,20,-150","w":611,"k":{"\u00c1":9,"\u00c2":9,"\u00c3":9,"\u00c0":9,"\u00c5":9,"\u00c4":9,"\u00c6":17,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"P":{"d":"615,-524v0,127,-92,248,-263,248r-137,0r-55,276r-132,0r143,-712r253,0v121,0,191,77,191,188xm482,-513v0,-45,-21,-82,-80,-82r-122,0r-41,202r118,0v86,0,125,-66,125,-120","w":597,"k":{"\u00c1":44,"\u00c2":44,"\u00c3":44,"\u00c0":44,"\u00e7":10,"\u00c5":44,"\u00c4":44,"\u0153":10,"\u00f8":10,"\u00e6":7,"\u00c6":60,"s":10,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":7,"J":120,"A":44,".":110}},"Q":{"d":"597,-516v0,32,-7,80,-22,160v-24,125,-42,200,-91,261r49,65r-79,70r-52,-69v-41,23,-90,35,-135,35v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm401,-204v24,-39,61,-231,62,-302v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,85,80,117,143,82r-52,-67r80,-70","w":611,"k":{"T":8}},"R":{"d":"615,-521v0,88,-55,181,-166,218r98,303r-145,0r-83,-288r-100,0r-59,288r-132,0r143,-712r250,0v144,0,194,91,194,191xm483,-514v0,-51,-29,-81,-83,-81r-120,0r-40,197r120,0v90,0,123,-69,123,-116","w":625,"k":{"T":12,"J":9}},"S":{"d":"577,-632r-93,81v-31,-37,-70,-52,-126,-52v-83,0,-132,56,-132,108v1,67,79,70,135,84v118,30,161,84,161,185v0,260,-400,301,-525,134r96,-84v38,45,88,65,156,65v79,0,141,-45,141,-103v0,-75,-75,-78,-134,-94v-117,-31,-162,-96,-162,-169v0,-136,105,-241,279,-241v83,0,157,28,204,86","w":563,"k":{"\u00c1":-6,"\u00c2":-6,"\u00c3":-6,"\u00c0":-6,"\u00c5":-6,"\u00c4":-6,"u":-3,"q":-4,"o":-11,"g":-4,"e":-11,"d":-4,"c":-10,"a":-18,"Y":13,"T":2,"S":3,"J":20,"A":-6}},"T":{"d":"605,-712r-23,117r-175,0r-119,595r-132,0r119,-595r-179,0r23,-117r486,0","w":544,"k":{"\u00d2":13,"\u00d4":13,"\u00d3":13,"\u00c1":55,"\u00c2":55,"\u00d5":13,"\u00c3":55,"\u00c0":55,"\u00e7":66,"\u00d6":13,"\u00c7":13,"\u00c5":55,"\u00c4":55,"\u0153":66,"\u00f8":66,"\u00e6":66,"\u0152":13,"\u00d8":13,"\u00c6":60,"z":39,"y":25,"x":39,"w":25,"v":25,"u":32,"s":66,"r":32,"q":66,"p":39,"o":66,"n":39,"m":39,"g":66,"e":66,"d":66,"c":66,"a":66,"Q":13,"O":13,"J":77,"G":13,"C":13,"A":55,".":80}},"U":{"d":"658,-712r-94,468v-35,175,-153,250,-285,250v-141,0,-241,-109,-210,-264r91,-454r132,0r-93,462v-15,70,4,139,89,139v76,0,128,-52,147,-146r91,-455r132,0","w":635,"k":{"\u00c1":9,"\u00c2":9,"\u00c3":9,"\u00c0":9,"\u00c5":9,"\u00c4":9,"\u00c6":10,"J":12,"A":9}},"V":{"d":"642,-712r-363,712r-104,0r-81,-712r130,0r48,472r228,-472r142,0","w":552,"k":{"\u00c1":35,"\u00c2":35,"\u00c3":35,"\u00c0":35,"\u00e7":40,"\u00c5":35,"\u00c4":35,"\u0153":31,"\u00f8":31,"\u00e6":29,"\u00c6":41,"z":20,"x":20,"u":14,"s":40,"r":3,"q":31,"p":20,"o":31,"n":20,"m":20,"g":27,"e":31,"d":40,"c":31,"a":29,"J":37,"A":35,".":80}},"W":{"d":"929,-712r-318,712r-111,0r-37,-438r-216,438r-110,0r-42,-712r136,0r16,455r216,-455r99,0r35,455r192,-455r140,0","w":846,"k":{"\u00d2":-3,"\u00d4":-3,"\u00d3":-3,"\u00c1":26,"\u00c2":26,"\u00d5":-3,"\u00c3":26,"\u00c0":26,"\u00e7":40,"\u00d6":-3,"\u00c7":-3,"\u00c5":26,"\u00c4":26,"\u0153":29,"\u00f8":29,"\u00e6":26,"\u0152":-3,"\u00d8":-3,"\u00c6":41,"s":40,"r":3,"q":29,"o":29,"g":26,"e":29,"d":40,"c":29,"a":26,"Q":-3,"O":-3,"J":34,"G":-3,"C":-3,"A":26,".":50}},"X":{"d":"647,-712r-264,352r143,360r-148,0r-88,-253r-180,253r-154,0r280,-370r-132,-342r147,0r79,234r163,-234r154,0","w":579,"k":{"\u00d2":12,"\u00d4":12,"\u00d3":12,"\u00d5":12,"\u00d6":12,"\u00c7":12,"\u00e6":-4,"\u0152":12,"y":24,"a":-4,"Q":12,"O":12,"J":-4,"G":12,"C":12}},"Y":{"d":"635,-712r-286,425r-58,287r-132,0r59,-292r-129,-420r140,0r76,295r184,-295r146,0","w":550,"k":{"\u00d2":9,"\u00d4":9,"\u00d3":9,"\u00c1":41,"\u00c2":41,"\u00d5":9,"\u00c3":41,"\u00c0":41,"\u00e7":80,"\u00d6":9,"\u00c7":9,"\u00c5":41,"\u00c4":41,"\u0153":74,"\u00f8":74,"\u00e6":71,"\u0152":9,"\u00d8":9,"\u00c6":41,"z":40,"x":40,"u":39,"s":64,"r":40,"q":74,"p":40,"o":74,"n":40,"m":40,"g":76,"e":74,"d":74,"c":74,"a":71,"Q":9,"O":9,"J":40,"G":9,"C":9,"A":41,".":80}},"Z":{"d":"575,-712r-21,103r-382,492r290,0r-24,117r-450,0r22,-105r379,-490r-275,0r23,-117r438,0","w":526,"k":{"y":2}},"[":{"d":"421,-786r-22,111r-116,0r-128,638r126,0r-22,111r-249,0r171,-860r240,0","w":359},"\\":{"d":"313,74r-112,0r-98,-847r113,0","w":378},"]":{"d":"389,-786r-171,860r-240,0r22,-110r117,0r128,-640r-126,0r22,-110r248,0","w":359},"^":{"d":"548,-389r-124,0r-62,-198r-141,198r-135,0r236,-330r122,0","w":581},"_":{"d":"448,91r-17,82r-517,0r17,-82r517,0"},"\u2018":{"d":"306,-817r-45,228r-129,0r24,-123","w":258,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-27,"V":-27,"J":120,"A":17}},"a":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129","w":509,"k":{"y":9,"v":9,"t":2,"f":2}},"b":{"d":"501,-376v0,170,-43,382,-232,382v-59,0,-98,-21,-121,-59r-10,53r-120,0r142,-712r124,0r-47,236v24,-28,65,-51,121,-51v78,0,143,45,143,151xm246,-105v96,0,127,-134,127,-239v0,-31,-9,-72,-63,-72v-97,0,-127,134,-127,239v0,31,9,72,63,72","w":533,"k":{"y":14,"x":3,"w":9,"v":12,"t":2,"f":2}},"c":{"d":"298,-416v-98,0,-132,115,-136,222v-4,106,114,111,165,45r69,89v-112,111,-363,86,-359,-120v0,-25,3,-54,8,-81v39,-212,159,-266,265,-266v76,0,122,32,153,72r-93,82v-20,-27,-41,-43,-72,-43","w":458,"k":{"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e7":7,"\u00f0":7,"\u0153":7,"q":7,"o":7,"e":7,"d":7,"c":7}},"d":{"d":"34,-140v0,-182,51,-387,231,-387v47,0,92,16,118,56r48,-241r124,0r-142,712r-120,0r11,-50v-35,40,-80,56,-129,56v-110,0,-141,-80,-141,-146xm225,-105v97,0,127,-135,127,-240v0,-31,-8,-71,-62,-71v-97,0,-127,134,-127,239v0,31,8,72,62,72","w":533},"e":{"d":"487,-341v0,35,-7,77,-16,118r-312,0v-14,68,9,124,85,124v50,0,88,-19,124,-53r65,82v-54,51,-125,76,-203,76v-91,0,-193,-46,-193,-183v0,-175,86,-350,265,-350v111,0,185,73,185,186xm366,-306v13,-64,-14,-119,-71,-119v-53,0,-97,35,-120,119r191,0","w":524,"k":{"y":14,"x":10,"w":9,"v":12,"t":2,"f":5}},"f":{"d":"392,-720r-21,105v-55,-2,-90,-1,-101,51r-12,59r92,0r-19,95r-92,0r-82,410r-124,0r82,-410r-51,0r19,-95r51,0r15,-72v21,-117,104,-154,243,-143","w":325,"k":{"\u00e7":17,"\u0153":2,"\u00f8":2,"\u201d":-20,"\u201c":-20,"y":-3,"w":-3,"v":-3,"t":-10,"q":2,"o":2,"f":-3,"e":2,"d":2,"c":2,"\u2018":-20,".":50,"*":-20,"\u2019":-20}},"g":{"d":"511,-521r-100,501v-30,152,-130,217,-250,217v-76,0,-129,-21,-173,-71r86,-75v16,18,38,41,87,41v90,0,127,-79,138,-166v-74,92,-268,60,-260,-95v6,-103,43,-263,91,-306v74,-66,202,-72,251,7r10,-53r120,0xm339,-275v15,-73,18,-141,-53,-141v-64,0,-92,48,-110,142v-14,73,-23,141,53,141v64,0,91,-48,110,-142","w":527},"h":{"d":"502,-383v0,137,-50,254,-72,383r-124,0r63,-317v15,-52,-13,-99,-57,-99v-35,0,-91,18,-107,100r-63,316r-124,0r142,-712r124,0r-46,232v87,-77,264,-70,264,97","w":544,"k":{"y":9,"v":9,"t":2,"f":2}},"i":{"d":"285,-710r-21,103r-127,0r20,-103r128,0xm246,-521r-104,521r-124,0r104,-521r124,0","w":262},"j":{"d":"285,-710r-21,103r-127,0r20,-103r128,0xm246,-521r-113,569v-18,91,-76,147,-168,147r-77,0r21,-105v56,4,91,-4,101,-53r112,-558r124,0","w":262},"k":{"d":"557,-521r-218,217r138,304r-142,0r-90,-227r-71,66r-32,161r-124,0r142,-712r124,0r-80,403r206,-212r147,0","w":534,"k":{"\u00f5":13,"\u00f6":13,"\u00f4":13,"\u00f2":13,"\u00f3":13,"\u00eb":13,"\u00ea":13,"\u00e8":13,"\u00e9":13,"\u00e7":13,"\u00f0":13,"\u0153":13,"u":2,"q":13,"o":13,"l":2,"g":13,"e":13,"d":13,"c":13}},"l":{"d":"280,-712r-114,577v-4,37,52,30,89,30r-21,105v-123,14,-214,-32,-189,-156r111,-556r124,0","w":311,"k":{"\u201d":60,"\u201c":60,"y":28,"v":31,"o":10,"e":10,"c":10,"\u2018":60,"*":60,"\u2019":60}},"m":{"d":"789,-383v0,140,-49,253,-71,383r-124,0r63,-317v16,-52,-14,-99,-58,-99v-35,0,-90,18,-106,100r-63,316r-124,0r63,-317v15,-52,-13,-99,-57,-99v-35,0,-91,18,-107,100r-63,316r-124,0r104,-521r119,0r-10,50v68,-65,191,-89,250,11v36,-38,80,-67,163,-67v70,0,145,46,145,144","w":832,"k":{"y":2,"v":9,"t":2,"f":2}},"n":{"d":"502,-383v0,137,-50,254,-72,383r-124,0r63,-317v15,-52,-13,-99,-57,-99v-35,0,-91,18,-107,100r-63,316r-124,0r104,-521r119,0r-10,50v84,-85,271,-87,271,88","w":544,"k":{"y":2,"v":9,"t":2,"f":2}},"o":{"d":"37,-167v0,-208,70,-360,264,-360v79,0,176,45,176,172v0,209,-69,361,-263,361v-79,0,-177,-46,-177,-173xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211","w":514,"k":{"y":14,"x":20,"w":9,"v":12,"t":2,"f":5}},"p":{"d":"501,-383v0,25,-3,53,-16,122v-30,164,-70,267,-215,267v-47,0,-92,-16,-118,-56r-48,241r-124,0r142,-712r120,0r-11,50v35,-40,80,-56,129,-56v110,0,141,79,141,144xm245,-105v97,0,127,-135,127,-240v0,-31,-8,-71,-62,-71v-97,0,-127,134,-127,239v0,31,8,72,62,72","w":533,"k":{"y":14,"x":3,"w":9,"v":12,"t":2,"f":2}},"q":{"d":"34,-146v0,-170,42,-381,232,-381v59,0,97,21,120,59r11,-53r120,0r-142,712r-124,0r46,-237v-24,28,-65,52,-121,52v-78,0,-142,-46,-142,-152xm224,-105v96,0,127,-134,127,-239v0,-31,-8,-72,-62,-72v-97,0,-127,134,-127,239v0,31,8,72,62,72","w":533},"r":{"d":"474,-478r-107,95v-9,-11,-25,-32,-57,-32v-49,0,-93,40,-105,100r-63,315r-124,0r104,-521r120,0r-11,51v50,-66,191,-82,243,-8","w":430,"k":{"\u00f5":17,"\u00f6":17,"\u00f4":17,"\u00f2":17,"\u00f3":17,"\u00eb":17,"\u00ea":17,"\u00e8":17,"\u00e9":17,"\u00e7":17,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00f0":17,"\u0153":17,"\u00f8":17,"\u00e6":-3,"y":-6,"w":-6,"v":-6,"t":-3,"q":17,"o":17,"g":17,"f":-3,"e":17,"d":17,"c":17,"a":-3,".":120}},"s":{"d":"60,-337v2,-116,97,-190,226,-190v74,0,128,18,173,64r-85,75v-24,-25,-62,-37,-99,-37v-63,0,-91,31,-91,63v0,43,75,43,115,50v93,17,126,63,126,135v0,205,-336,235,-438,105r89,-78v26,30,61,50,120,50v71,0,106,-34,106,-65v1,-51,-73,-45,-117,-54v-94,-19,-125,-69,-125,-118","w":475,"k":{"s":3,"\u2019":18}},"t":{"d":"341,-507r-19,96r-86,0r-53,275v-4,37,47,32,85,32r-21,104v-122,14,-210,-34,-186,-156r51,-255r-53,0r19,-96r53,0r31,-154r124,0r-31,154r86,0","w":337,"k":{"\u00f5":2,"\u00f6":2,"\u00f4":2,"\u00f2":2,"\u00f3":2,"\u00eb":2,"\u00ea":2,"\u00e8":2,"\u00e9":2,"\u00e7":2,"\u00f0":2,"\u0153":2,"q":2,"o":2,"e":2,"d":2,"c":2}},"u":{"d":"527,-521r-103,521r-119,0r9,-50v-84,85,-270,86,-270,-89v0,-138,49,-253,71,-382r124,0r-63,317v-16,52,14,99,58,99v35,0,90,-18,106,-100r63,-316r124,0","w":544},"v":{"d":"518,-521r-285,521r-98,0r-78,-521r123,0r37,336r168,-336r133,0","w":469,"k":{"\u00f5":-3,"\u00f6":-3,"\u00f4":-3,"\u00f2":-3,"\u00f3":-3,"\u00eb":-3,"\u00ea":-3,"\u00e8":-3,"\u00e9":-3,"\u00e7":-3,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u0161":-6,"\u00f0":-3,"\u0153":-3,"\u00f8":-3,"\u00e6":-3,"y":-3,"w":-3,"v":-3,"t":-3,"s":-6,"q":-3,"o":-3,"g":-3,"f":-3,"e":-3,"d":-3,"c":-3,"a":-3,".":63}},"w":{"d":"765,-521r-249,521r-98,0r-41,-331r-171,331r-100,0r-49,-521r124,0r18,325r165,-325r90,0r38,325r142,-325r131,0","w":719,"k":{"\u00f5":-3,"\u00f6":-3,"\u00f4":-3,"\u00f2":-3,"\u00f3":-3,"\u00eb":-3,"\u00ea":-3,"\u00e8":-3,"\u00e9":-3,"\u00e7":-3,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u0161":-10,"\u00f0":-3,"\u0153":-3,"\u00f8":-3,"\u00e6":-3,"y":-3,"w":-3,"v":-3,"t":-3,"s":-10,"q":-3,"o":-3,"g":-3,"f":-3,"e":-3,"d":-3,"c":-3,"a":-3,".":39}},"x":{"d":"531,-521r-210,259r123,262r-143,0r-65,-163r-121,163r-153,0r221,-269r-118,-252r143,0r61,155r111,-155r151,0","w":502,"k":{"\u00f5":13,"\u00f6":13,"\u00f4":13,"\u00f2":13,"\u00f3":13,"\u00eb":13,"\u00ea":13,"\u00e8":13,"\u00e9":13,"\u00e7":13,"\u00f0":13,"\u0153":13,"\u00f8":20,"q":13,"o":13,"e":13,"d":13,"c":13}},"y":{"d":"515,-521r-325,605v-35,75,-101,119,-215,107r23,-112v87,16,100,-65,132,-116r-74,-484r123,0r38,336r167,-336r131,0","w":464,"k":{"\u00f5":-1,"\u00f6":-1,"\u00f4":-1,"\u00f2":-1,"\u00f3":-1,"\u00eb":-1,"\u00ea":-1,"\u00e8":-1,"\u00e9":-1,"\u00e7":-1,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u0161":-5,"\u00f0":-1,"\u0153":-1,"\u00f8":-1,"\u00e6":-3,"y":-1,"w":-1,"v":-1,"t":-8,"s":-5,"q":-1,"o":-1,"g":-1,"f":-1,"e":-1,"d":-1,"c":-1,"a":-3,".":63}},"z":{"d":"470,-521r-19,95r-279,315r223,0r-22,111r-386,0r19,-95r277,-315r-208,0r22,-111r373,0","w":461},"{":{"d":"495,-786r-22,111v-79,-3,-115,1,-130,76r-29,143v-13,66,-48,89,-86,98v37,16,56,55,45,107r-27,136v-11,47,-8,83,52,78r57,0r-22,111r-96,0v-182,-10,-116,-181,-91,-303v14,-69,-27,-84,-95,-79r23,-110v74,5,113,-13,125,-79v25,-132,27,-295,198,-289r98,0","w":435},"|":{"d":"334,-786r-172,860r-123,0r171,-860r124,0","w":333},"}":{"d":"424,-404r-23,110v-74,-5,-113,13,-125,79v-25,132,-27,295,-198,289r-98,0r22,-111v79,3,115,-1,130,-76r29,-143v13,-66,48,-89,86,-98v-37,-16,-56,-55,-45,-107r27,-136v11,-47,8,-83,-52,-78r-57,0r22,-111r96,0v182,10,116,181,91,303v-14,69,27,84,95,79","w":435},"~":{"d":"208,-374v66,0,123,57,182,56v27,0,56,-6,95,-42r64,83v-77,71,-131,77,-169,77v-66,0,-123,-57,-183,-56v-27,0,-55,7,-94,43r-65,-84v77,-71,132,-77,170,-77","w":576},"\u00a1":{"d":"264,-521r-26,133r-131,0r26,-133r131,0xm203,-299r-66,490r-153,0r126,-490r93,0","w":330},"\u00a2":{"d":"507,-547r-91,75v-14,-20,-33,-37,-59,-42r-59,299v28,-3,53,-18,77,-42r68,83v-46,42,-85,63,-154,73r-20,101r-96,0r21,-105v-69,-17,-134,-87,-134,-194v0,-146,76,-310,236,-328r17,-85r96,0r-17,86v54,12,90,44,115,79xm287,-513v-55,17,-99,164,-94,249v2,26,20,41,37,45","w":484},"\u00a3":{"d":"580,-643r-98,84v-19,-30,-44,-42,-81,-42v-121,3,-126,109,-146,207r109,0r-19,94r-108,0r-37,183r284,0r-23,117r-416,0r60,-300r-58,0r18,-94r58,0v29,-174,78,-325,289,-324v74,0,131,27,168,75","w":551},"\u2044":{"d":"401,-712r-462,712r-100,0r463,-712r99,0","w":200},"\u00a5":{"d":"635,-712r-186,276r74,0r-19,94r-118,0r-37,55r-10,46r145,0r-19,94r-144,0r-30,147r-132,0r30,-147r-143,0r19,-94r142,0r11,-51r-15,-50r-118,0r18,-94r70,0r-84,-276r140,0r76,295r184,-295r146,0","w":550},"\u0192":{"d":"469,-719r-20,103v-62,-1,-107,-4,-126,48r-62,171r93,0r-20,94r-107,0r-181,494r-124,0r181,-494r-64,0r18,-94r81,0r63,-174v50,-133,120,-155,268,-148","w":406},"\u00a7":{"d":"326,-718v112,0,168,71,156,167r-111,0v4,-45,-23,-61,-57,-61v-50,0,-76,33,-76,73v0,47,65,64,104,80v52,21,101,72,101,148v0,81,-34,153,-116,197v32,23,54,54,54,117v0,94,-60,194,-215,194v-100,0,-172,-64,-159,-172r115,0v-4,36,16,63,60,63v40,0,80,-23,80,-80v0,-26,-13,-53,-53,-67v-77,-28,-154,-68,-153,-169v0,-81,40,-158,118,-197v-35,-29,-51,-62,-51,-114v0,-88,66,-179,203,-179xm231,-177v68,0,97,-50,97,-120v0,-49,-33,-65,-61,-65v-67,0,-96,50,-96,120v0,51,35,65,60,65","w":504},"\u00a4":{"d":"642,-498r-132,0v-1,-58,-28,-104,-92,-104v-81,0,-118,47,-139,129r142,0r-16,78r-146,0r-15,75r147,0r-14,78r-144,0v-14,78,25,132,92,132v63,0,110,-45,133,-104r136,0v-45,137,-143,220,-279,220v-151,0,-239,-107,-213,-248r-69,0r14,-78r66,0r15,-75r-66,0r14,-78r69,0v18,-70,39,-121,82,-164v57,-57,131,-81,199,-81v146,0,216,96,216,220","w":650},"'":{"d":"273,-712r-42,211r-117,0r42,-211r117,0","w":246},"\u201c":{"d":"506,-817r-46,228r-128,0r24,-123xm306,-817r-46,228r-128,0r24,-123","w":458,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-27,"V":-27,"J":120,"A":17}},"\u00ab":{"d":"588,-521r-33,160r-111,96r73,96r-27,142r-189,-249xm323,-521r-33,160r-111,96r73,96r-27,142r-189,-249","w":597},"\u2039":{"d":"323,-521r-33,160r-111,96r73,96r-27,142r-189,-249","w":333},"\u203a":{"d":"305,-273r-287,246r32,-160r111,-96r-73,-97r28,-141","w":333},"\ufb01":{"d":"599,-712r-20,103r-127,0r20,-103r127,0xm557,-507r-101,507r-124,0r101,-507r124,0xm392,-720r-21,105v-55,-2,-90,-1,-101,51r-12,57r92,0r-19,95r-92,0r-82,412r-124,0r82,-412r-51,0r19,-95r51,0r15,-70v22,-117,104,-154,243,-143","w":576},"\ufb02":{"d":"597,-712r-114,577v-4,36,53,30,90,30r-22,105v-123,14,-214,-32,-189,-156r111,-556r124,0xm392,-720r-21,105v-55,-2,-90,-1,-101,51r-12,59r92,0r-19,95r-92,0r-82,410r-124,0r82,-410r-51,0r19,-95r51,0r15,-72v21,-117,104,-154,243,-143","w":629},"\u2013":{"d":"486,-343r-23,115r-420,0r22,-115r421,0"},"\u2020":{"d":"550,-526r-22,110r-159,0r-83,416r-124,0r83,-416r-159,0r22,-110r159,0r37,-186r124,0r-37,186r159,0","w":550},"\u2021":{"d":"550,-526r-22,110r-159,0r-62,305r161,0r-22,110r-161,0r-38,192r-123,0r38,-192r-158,0r22,-110r158,0r61,-305r-159,0r22,-110r159,0r37,-186r124,0r-37,186r159,0","w":550},"\u00b7":{"d":"226,-356r-28,141r-141,0r28,-141r141,0","w":271},"\u00b6":{"d":"648,-712r-181,903r-123,0r157,-787r-95,0r-158,787r-123,0r103,-518v-64,-5,-145,-65,-145,-176v0,-103,72,-209,253,-209r312,0","w":636},"\u2022":{"d":"404,-334v0,90,-64,154,-154,154v-90,0,-154,-64,-154,-154v0,-90,64,-154,154,-154v90,0,154,64,154,154","w":469},"\u201a":{"d":"168,-124r-25,124r-149,104r45,-228r129,0","w":258},"\u201e":{"d":"368,-124r-25,124r-150,104r45,-228r130,0xm167,-124r-24,124r-149,104r45,-228r128,0","w":458,"k":{"Y":96,"W":50,"V":80,"T":96}},"\u201d":{"d":"485,-712r-25,124r-149,104r45,-228r129,0xm285,-712r-25,124r-149,104r45,-228r129,0","w":458,"k":{"\u00c1":80,"\u00c2":80,"\u00c3":80,"\u00c0":80,"\u00c5":80,"\u00c4":80,"\u00c6":80,"s":60,"a":60,"Y":-20,"X":-20,"W":-27,"V":-27,"J":120,"A":17}},"\u00bb":{"d":"570,-273r-287,246r32,-160r111,-96r-73,-97r28,-141xm305,-273r-287,246r32,-160r112,-96r-74,-97r28,-141","w":597},"\u2026":{"d":"715,-136r-26,136r-135,0r28,-136r133,0xm446,-136r-28,136r-134,0r27,-136r135,0xm175,-136r-26,136r-135,0r28,-136r133,0","w":804},"\u2030":{"d":"989,-367v70,0,131,52,115,142r-17,93v-18,94,-76,138,-160,138v-70,0,-132,-53,-115,-143r18,-93v18,-94,75,-137,159,-137xm645,-367v70,0,131,52,115,142r-17,93v-18,94,-76,138,-160,138v-70,0,-132,-53,-115,-143r18,-93v18,-94,75,-137,159,-137xm710,-712r-463,712r-100,0r463,-712r100,0xm274,-718v70,0,131,52,115,142r-17,93v-18,94,-76,138,-160,138v-70,0,-132,-53,-115,-143r17,-93v18,-94,76,-137,160,-137xm1015,-226v7,-30,3,-61,-38,-61v-70,0,-62,93,-76,151v-8,31,-3,62,38,62v70,0,60,-93,76,-152xm671,-226v8,-30,3,-61,-38,-61v-70,0,-62,93,-76,151v-8,31,-3,62,38,62v70,0,60,-94,76,-152xm300,-577v8,-30,3,-61,-38,-61v-70,0,-62,93,-76,151v-8,31,-3,62,38,62v70,0,60,-94,76,-152","w":1161},"\u00bf":{"d":"345,-521r-25,133r-131,0r26,-133r130,0xm386,3v-24,136,-119,194,-238,194v-86,0,-165,-59,-165,-159v0,-120,102,-192,163,-265v15,-18,29,-43,32,-73r124,0v-12,57,-19,93,-61,137r-89,94v-25,27,-44,56,-44,94v0,33,21,61,59,61v53,0,85,-32,95,-83r124,0","w":497},"`":{"d":"356,-601r-79,0r-74,-167r128,0","w":475},"\u00b4":{"d":"478,-768r-139,167r-84,0r92,-167r131,0","w":475},"\u02c6":{"d":"483,-604r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":475},"\u02dc":{"d":"258,-738v59,0,82,39,130,39v25,0,44,-13,62,-31r45,60v-36,35,-68,52,-111,52v-59,0,-82,-39,-130,-40v-25,0,-44,13,-62,31r-45,-59v36,-35,68,-52,111,-52","w":475},"\u00af":{"d":"480,-711r-17,82r-301,0r16,-82r302,0","w":475},"\u02d8":{"d":"491,-742v-21,107,-82,151,-175,151v-98,0,-151,-63,-137,-151r83,0v-3,43,25,65,62,65v41,0,71,-18,83,-65r84,0","w":475},"\u02d9":{"d":"392,-708r-21,103r-126,0r20,-103r127,0","w":475},"\u00a8":{"d":"489,-725r-24,122r-106,0r24,-122r106,0xm279,-725r-24,122r-105,0r24,-122r105,0","w":475},"\u02da":{"d":"453,-711v0,72,-58,127,-127,127v-69,0,-126,-55,-126,-127v0,-72,57,-126,126,-126v69,0,127,53,127,126xm385,-711v0,-32,-28,-58,-59,-58v-31,0,-58,26,-58,58v0,32,27,59,58,59v31,0,59,-27,59,-59","w":475},"\u00b8":{"d":"247,60r-69,143r-116,0r92,-143r93,0","w":475},"\u02dd":{"d":"544,-768r-140,167r-83,0r92,-167r131,0xm347,-768r-140,167r-84,0r93,-167r131,0","w":475},"\u02db":{"d":"224,202r-113,0r-13,-144r90,0","w":475},"\u02c7":{"d":"517,-773r-159,169r-100,0r-92,-169r92,0r59,94r99,-94r101,0","w":475},"\u2014":{"d":"939,-348r-24,119r-864,0r23,-119r865,0","w":975},"\u00c6":{"d":"977,-712r-23,115r-313,0r-35,181r268,0r-23,115r-269,0r-37,186r317,0r-23,115r-449,0r32,-163r-212,0r-112,163r-146,0r496,-712r529,0xm509,-596r-223,323r159,0","w":940},"\u00aa":{"d":"73,-404v0,-86,68,-139,159,-139r99,0v12,-48,13,-90,-54,-90v-41,0,-68,15,-89,38r-52,-67v63,-74,303,-93,303,61v0,108,-40,202,-58,305r-96,0r7,-36v-22,24,-54,40,-101,40v-71,0,-118,-47,-118,-112xm317,-475r-76,0v-75,-6,-106,102,-17,102v61,0,87,-45,93,-102","w":431},"\u0141":{"d":"511,-116r-22,116r-444,0r50,-245r-70,41r23,-117r70,-40r70,-351r132,0r-53,266r138,-81r-24,118r-137,80r-43,213r310,0","w":567},"\u00d8":{"d":"632,-756r-75,115v59,90,47,142,20,285v-26,137,-46,218,-109,281v-79,77,-207,107,-311,55r-42,64r-96,0r75,-115v-59,-90,-47,-143,-20,-285v26,-137,46,-218,109,-281v79,-77,207,-107,311,-55r42,-64r96,0xm430,-583v-48,-36,-118,-16,-154,24v-27,29,-43,71,-69,203v-12,63,-21,115,-21,152xm443,-356v12,-63,20,-114,20,-153r-243,380v48,36,118,16,154,-24v26,-29,43,-71,69,-203","w":614},"\u0152":{"d":"955,-712r-23,117r-311,0r-35,177r267,0r-24,117r-266,0r-37,184r316,0r-23,117r-434,0r9,-48v-30,32,-71,54,-132,54v-117,0,-209,-80,-209,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v58,-58,134,-81,197,-81v59,0,106,23,129,60r11,-54r434,0xm464,-505v3,-113,-132,-119,-188,-54v-26,30,-42,71,-69,203v-14,71,-21,118,-21,149v-3,113,131,119,187,54v26,-30,43,-71,70,-203v14,-71,21,-118,21,-149","w":918},"\u00ba":{"d":"90,-430v0,-163,56,-287,210,-287v63,0,141,36,141,137v0,163,-56,289,-210,289v-63,0,-141,-38,-141,-139xm240,-381v87,2,102,-114,102,-187v0,-41,-22,-59,-52,-59v-86,-2,-101,113,-101,187v0,41,21,59,51,59","w":439},"\u00e6":{"d":"11,-132v0,-113,88,-175,199,-175r124,0v18,-57,17,-116,-67,-116v-51,0,-86,20,-112,49r-64,-83v58,-74,261,-107,339,-14v38,-35,89,-56,149,-56v111,0,186,70,186,185v0,35,-7,78,-16,119r-313,0v-12,70,10,124,86,124v50,0,88,-19,124,-53r64,82v-93,90,-276,113,-361,3v-51,55,-107,73,-172,73v-104,0,-166,-51,-166,-138xm643,-307v15,-61,-13,-118,-70,-118v-53,0,-98,34,-121,118r191,0xm317,-223r-95,0v-91,-10,-134,128,-23,128v77,-1,111,-56,118,-128","w":802,"k":{"y":14,"w":9,"v":12}},"\u0131":{"d":"246,-521r-104,521r-124,0r104,-521r124,0","w":262},"\u0142":{"d":"315,-525r-23,111r-64,37r-47,242v-4,36,53,30,90,30r-22,105v-123,14,-214,-32,-189,-156r30,-147r-59,34r22,-111r58,-33r60,-299r123,0r-45,224","w":322},"\u00f8":{"d":"38,-167v0,-208,70,-360,265,-360v32,0,68,7,99,26r48,-64r76,0r-78,104v20,26,33,61,33,106v0,208,-70,361,-265,361v-32,0,-71,-7,-100,-27r-48,65r-76,0r78,-105v-20,-26,-32,-61,-32,-106xm334,-402v-30,-24,-83,-13,-108,12v-24,25,-42,64,-54,129v-10,55,-13,67,-10,91xm228,-105v106,5,121,-152,129,-247r-172,233v11,9,26,14,43,14","w":517},"\u0153":{"d":"37,-167v0,-208,70,-360,264,-360v55,0,107,21,138,68v43,-48,100,-68,161,-68v111,0,186,71,186,186v0,35,-7,77,-16,118r-313,0v-15,69,10,124,86,124v50,0,87,-19,123,-53r65,82v-92,85,-265,118,-354,7v-97,109,-340,102,-340,-104xm664,-306v13,-64,-14,-119,-71,-119v-53,0,-97,35,-120,119r191,0xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211","w":823,"k":{"y":14,"w":9,"v":12,"t":2}},"\u00df":{"d":"426,-553v-1,-39,-24,-57,-70,-58v-70,0,-98,38,-110,97r-103,514r-125,0r105,-524v30,-149,120,-194,247,-194v106,0,181,53,181,153v0,50,-25,109,-84,140v36,23,47,56,38,104r-30,160v-25,134,-99,170,-243,161r21,-104v58,5,90,-18,99,-66r31,-168v1,-42,-36,-43,-77,-41r20,-97v63,9,101,-29,100,-77","w":547},"\u00f0":{"d":"484,-658r-17,86r-46,0v32,104,69,204,41,318v-16,64,-32,151,-93,205v-103,92,-332,79,-327,-116v3,-113,46,-243,101,-290v42,-35,100,-61,173,-52r-21,-65r-112,0r17,-86r70,0r-19,-62r128,0r18,62r87,0xm227,-104v102,-2,121,-130,121,-232v0,-55,-33,-67,-60,-67v-103,1,-122,131,-122,231v0,55,34,68,61,68","w":515,"k":{"y":14,"w":9,"v":12}},"\u0160":{"d":"577,-632r-93,81v-31,-37,-70,-52,-126,-52v-83,0,-132,56,-132,108v1,67,79,70,135,84v118,30,161,84,161,185v0,260,-400,301,-525,134r96,-84v38,45,88,65,156,65v79,0,141,-45,141,-103v0,-75,-75,-78,-134,-94v-117,-31,-162,-96,-162,-169v0,-136,105,-241,279,-241v83,0,157,28,204,86xm572,-950r-159,169r-100,0r-92,-169r92,0r59,94r99,-94r101,0","w":563},"\u0161":{"d":"60,-337v2,-116,97,-190,226,-190v74,0,128,18,173,64r-85,75v-24,-25,-62,-37,-99,-37v-63,0,-91,31,-91,63v0,43,75,43,115,50v93,17,126,63,126,135v0,205,-336,235,-438,105r89,-78v26,30,61,50,120,50v71,0,106,-34,106,-65v1,-51,-73,-45,-117,-54v-94,-19,-125,-69,-125,-118xm505,-773r-159,169r-100,0r-92,-169r92,0r59,94r99,-94r101,0","w":475},"\u00dd":{"d":"635,-712r-286,425r-58,287r-132,0r59,-292r-129,-420r140,0r76,295r184,-295r146,0xm518,-945r-139,167r-84,0r92,-167r131,0","w":550},"\u00fd":{"d":"515,-521r-325,605v-35,75,-101,119,-215,107r23,-112v87,16,100,-65,132,-116r-74,-484r123,0r38,336r167,-336r131,0xm464,-768r-139,167r-84,0r92,-167r131,0","w":464},"\u00de":{"d":"588,-390v0,127,-93,248,-264,248r-136,0r-28,142r-132,0r143,-712r132,0r-27,134r120,0v121,0,192,77,192,188xm455,-379v0,-45,-21,-82,-80,-82r-122,0r-41,202r118,0v86,0,125,-66,125,-120","w":601},"\u00fe":{"d":"501,-383v0,22,-3,51,-16,122v-30,166,-71,267,-214,267v-56,0,-97,-20,-118,-54r-49,239r-124,0r180,-903r124,0r-47,234v21,-22,60,-49,124,-49v108,0,140,80,140,144xm245,-105v96,0,127,-134,127,-239v0,-31,-8,-72,-62,-72v-97,0,-127,134,-127,239v0,31,8,72,62,72","w":533,"k":{"y":14,"w":9,"v":12}},"\u017d":{"d":"575,-712r-21,103r-382,492r290,0r-24,117r-450,0r22,-105r379,-490r-275,0r23,-117r438,0xm562,-950r-159,169r-100,0r-92,-169r92,0r59,94r99,-94r101,0","w":526},"\u017e":{"d":"470,-521r-19,95r-279,315r223,0r-22,111r-386,0r19,-95r277,-315r-208,0r22,-111r373,0xm506,-773r-159,169r-100,0r-92,-169r92,0r59,94r99,-94r101,0","w":461},"\u00bd":{"d":"798,-321v0,54,-33,91,-74,130r-118,111r151,0r-16,80r-263,0r17,-80r177,-169v25,-24,36,-41,36,-65v0,-20,-9,-37,-34,-37v-34,0,-46,23,-50,46r-89,0v13,-69,54,-126,148,-126v74,0,115,43,115,110xm683,-712r-462,712r-99,0r462,-712r99,0xm303,-712r-85,427r-90,0r64,-321r-103,75r21,-107r104,-74r89,0","w":826},"\u00bc":{"d":"744,-427r-192,283r70,0r13,-63r86,0r-13,63r33,0r-16,84r-34,0r-11,60r-86,0r13,-60r-170,0r16,-84r192,-283r99,0xm687,-712r-462,712r-99,0r462,-712r99,0xm303,-712r-85,427r-90,0r64,-321r-103,75r21,-107r104,-74r89,0","w":800},"\u00b9":{"d":"303,-712r-85,427r-90,0r64,-321r-101,73r22,-107r101,-72r89,0","w":278},"\u00be":{"d":"780,-427r-192,283r71,0r12,-63r86,0r-13,63r33,0r-16,84r-33,0r-12,60r-85,0r12,-60r-170,0r16,-84r192,-283r99,0xm726,-712r-462,712r-99,0r461,-712r100,0xm260,-716v122,0,158,166,51,215v22,17,33,38,33,79v0,82,-59,141,-150,141v-102,0,-132,-54,-121,-130r89,0v-4,31,8,50,38,50v28,0,53,-22,53,-60v0,-33,-17,-47,-51,-44r16,-76v47,4,65,-31,65,-58v0,-26,-16,-37,-33,-37v-25,0,-44,14,-50,45r-90,0v17,-90,72,-125,150,-125","w":837},"\u00b3":{"d":"260,-716v122,0,158,166,51,215v22,17,33,38,33,79v0,82,-59,141,-150,141v-102,0,-132,-54,-121,-130r89,0v-4,31,8,50,38,50v28,0,53,-22,53,-60v0,-33,-17,-47,-51,-44r16,-76v47,4,65,-31,65,-58v0,-26,-16,-37,-33,-37v-25,0,-44,14,-50,45r-90,0v17,-90,72,-125,150,-125","w":349},"\u00b2":{"d":"368,-606v0,54,-33,91,-74,130r-117,111r150,0r-16,80r-262,0r16,-80r177,-169v25,-24,36,-41,36,-65v0,-20,-9,-37,-34,-37v-34,0,-45,23,-49,46r-90,0v13,-69,54,-126,148,-126v74,0,115,43,115,110","w":340},"\u00a6":{"d":"334,-786r-70,350r-124,0r70,-350r124,0xm232,-276r-70,350r-123,0r69,-350r124,0","w":336},"\u2212":{"d":"486,-343r-22,114r-421,0r23,-114r420,0"},"\u00d7":{"d":"504,-422r-162,141r107,140r-90,78r-106,-142r-162,141r-66,-86r162,-140r-107,-141r91,-78r106,141r161,-140"},"\u00c4":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0xm583,-902r-24,122r-106,0r24,-122r106,0xm373,-902r-24,122r-105,0r24,-122r105,0","w":607,"k":{"\u0152":10,"y":26,"w":17,"v":33,"a":-4,"Y":35,"W":28,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c5":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0xm528,-880v0,73,-58,127,-127,127v-70,0,-126,-54,-126,-127v0,-72,56,-126,126,-126v69,0,127,54,127,126xm460,-880v0,-31,-28,-58,-59,-58v-31,0,-58,27,-58,58v0,32,27,59,58,59v31,0,59,-27,59,-59","w":607,"k":{"\u0152":3,"y":26,"w":17,"v":33,"a":-4,"Y":35,"W":28,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c7":{"d":"598,-498r-132,0v-1,-58,-28,-104,-92,-104v-43,0,-71,16,-96,41v-29,29,-47,82,-71,205v-12,60,-21,115,-21,150v0,61,41,96,95,96v70,0,113,-51,133,-104r136,0v-48,147,-153,220,-278,220v-136,0,-219,-89,-219,-202v0,-30,6,-78,22,-160v27,-137,44,-217,108,-281v57,-57,130,-81,198,-81v146,0,217,96,217,220xm315,60r-69,143r-116,0r92,-143r93,0","w":592,"k":{"\u00c6":3,"Y":10,"X":10,"W":10,"V":10,"T":20,"J":12,"A":10}},"\u00c9":{"d":"615,-712r-23,116r-312,0r-36,179r269,0r-23,116r-269,0r-37,185r318,0r-23,116r-451,0r143,-712r444,0xm538,-945r-139,167r-84,0r92,-167r131,0","w":578},"\u00d1":{"d":"690,-712r-143,712r-112,0r-185,-445r-90,445r-132,0r143,-712r112,0r186,446r89,-446r132,0xm365,-914v59,0,82,39,130,39v25,0,44,-13,62,-31r45,60v-36,35,-68,52,-111,52v-58,0,-83,-39,-130,-40v-25,0,-44,13,-62,31r-45,-59v37,-35,68,-52,111,-52","w":677},"\u00d6":{"d":"597,-516v0,32,-6,80,-22,160v-27,137,-46,218,-109,281v-53,53,-130,81,-199,81v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm463,-506v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,113,133,118,188,53v26,-30,43,-71,69,-203v12,-61,20,-115,20,-150xm583,-902r-24,122r-106,0r24,-122r106,0xm373,-902r-24,122r-105,0r24,-122r105,0","w":611,"k":{"\u00c6":3,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"\u00dc":{"d":"658,-712r-94,468v-35,175,-153,250,-285,250v-141,0,-241,-109,-210,-264r91,-454r132,0r-93,462v-15,70,4,139,89,139v76,0,128,-52,147,-146r91,-455r132,0xm599,-902r-24,122r-106,0r24,-122r106,0xm389,-902r-24,122r-105,0r24,-122r105,0","w":635},"\u00e1":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129xm484,-768r-139,167r-84,0r92,-167r131,0","w":509},"\u00e0":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129xm362,-601r-79,0r-74,-167r128,0","w":509},"\u00e2":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129xm491,-604r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":509},"\u00e4":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129xm503,-725r-24,122r-106,0r24,-122r106,0xm293,-725r-24,122r-105,0r24,-122r105,0","w":509},"\u00e3":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129xm264,-737v58,0,82,39,130,39v24,0,43,-12,62,-31r45,60v-37,35,-69,52,-111,52v-59,0,-83,-40,-130,-40v-25,0,-44,13,-62,31r-45,-59v36,-35,68,-52,111,-52","w":509},"\u00e5":{"d":"11,-132v0,-114,90,-177,199,-177r124,0v18,-57,16,-114,-67,-114v-51,0,-86,20,-112,49r-64,-83v76,-94,378,-118,378,75v0,136,-50,254,-73,382r-119,0r9,-46v-29,29,-69,51,-126,51v-91,0,-149,-58,-149,-137xm317,-224r-95,0v-91,-9,-134,129,-23,129v78,-1,110,-57,118,-129xm460,-711v0,72,-58,127,-127,127v-70,0,-126,-55,-126,-127v0,-72,56,-126,126,-126v69,0,127,53,127,126xm392,-711v0,-32,-28,-58,-59,-58v-31,0,-58,26,-58,58v0,32,27,59,58,59v31,0,59,-27,59,-59","w":509},"\u00e7":{"d":"298,-416v-98,0,-132,115,-136,222v-4,106,114,111,165,45r69,89v-112,111,-363,86,-359,-120v0,-25,3,-54,8,-81v39,-212,159,-266,265,-266v76,0,122,32,153,72r-93,82v-20,-27,-41,-43,-72,-43xm257,60r-69,143r-116,0r92,-143r93,0","w":458,"k":{"\u0153":19,"\u00e6":5,"o":19,"e":19,"c":5,"a":5}},"\u00e9":{"d":"487,-341v0,35,-7,77,-16,118r-312,0v-14,68,9,124,85,124v50,0,88,-19,124,-53r65,82v-54,51,-125,76,-203,76v-91,0,-193,-46,-193,-183v0,-175,86,-350,265,-350v111,0,185,73,185,186xm366,-306v13,-64,-14,-119,-71,-119v-53,0,-97,35,-120,119r191,0xm501,-768r-139,167r-84,0r92,-167r131,0","w":524,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00e8":{"d":"487,-341v0,35,-7,77,-16,118r-312,0v-14,68,9,124,85,124v50,0,88,-19,124,-53r65,82v-54,51,-125,76,-203,76v-91,0,-193,-46,-193,-183v0,-175,86,-350,265,-350v111,0,185,73,185,186xm366,-306v13,-64,-14,-119,-71,-119v-53,0,-97,35,-120,119r191,0xm379,-601r-79,0r-74,-167r128,0","w":524,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00ea":{"d":"487,-341v0,35,-7,77,-16,118r-312,0v-14,68,9,124,85,124v50,0,88,-19,124,-53r65,82v-54,51,-125,76,-203,76v-91,0,-193,-46,-193,-183v0,-175,86,-350,265,-350v111,0,185,73,185,186xm366,-306v13,-64,-14,-119,-71,-119v-53,0,-97,35,-120,119r191,0xm506,-604r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":524,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00eb":{"d":"487,-341v0,35,-7,77,-16,118r-312,0v-14,68,9,124,85,124v50,0,88,-19,124,-53r65,82v-54,51,-125,76,-203,76v-91,0,-193,-46,-193,-183v0,-175,86,-350,265,-350v111,0,185,73,185,186xm366,-306v13,-64,-14,-119,-71,-119v-53,0,-97,35,-120,119r191,0xm513,-725r-24,122r-106,0r24,-122r106,0xm303,-725r-24,122r-105,0r24,-122r105,0","w":524,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00ed":{"d":"246,-521r-104,521r-124,0r104,-521r124,0xm365,-768r-139,167r-84,0r92,-167r131,0","w":262},"\u00ec":{"d":"246,-521r-104,521r-124,0r104,-521r124,0xm243,-601r-79,0r-74,-167r128,0","w":262},"\u00ee":{"d":"246,-521r-104,521r-124,0r104,-521r124,0xm370,-604r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":262},"\u00ef":{"d":"246,-521r-104,521r-124,0r104,-521r124,0xm377,-725r-24,122r-106,0r24,-122r106,0xm167,-725r-24,122r-105,0r24,-122r105,0","w":262},"\u00f1":{"d":"502,-383v0,137,-50,254,-72,383r-124,0r63,-317v15,-52,-13,-99,-57,-99v-35,0,-91,18,-107,100r-63,316r-124,0r104,-521r119,0r-10,50v84,-85,271,-87,271,88xm290,-737v58,0,82,39,130,39v25,0,43,-12,62,-31r45,60v-37,35,-68,52,-111,52v-59,0,-82,-38,-130,-40v-25,0,-44,13,-62,31r-45,-59v36,-35,68,-52,111,-52","w":544},"\u00f3":{"d":"37,-167v0,-208,70,-360,264,-360v79,0,176,45,176,172v0,209,-69,361,-263,361v-79,0,-177,-46,-177,-173xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211xm495,-768r-139,167r-84,0r92,-167r131,0","w":514,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00f2":{"d":"340,-601r-79,0r-74,-167r128,0xm37,-167v0,-208,70,-360,264,-360v79,0,176,45,176,172v0,209,-69,361,-263,361v-79,0,-177,-46,-177,-173xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211","w":514,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00f4":{"d":"37,-167v0,-208,70,-360,264,-360v79,0,176,45,176,172v0,209,-69,361,-263,361v-79,0,-177,-46,-177,-173xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211xm500,-604r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":514,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00f6":{"d":"37,-167v0,-208,70,-360,264,-360v79,0,176,45,176,172v0,209,-69,361,-263,361v-79,0,-177,-46,-177,-173xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211xm508,-725r-24,122r-106,0r24,-122r106,0xm298,-725r-24,122r-105,0r24,-122r105,0","w":514,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00f5":{"d":"37,-167v0,-208,70,-360,264,-360v79,0,176,45,176,172v0,209,-69,361,-263,361v-79,0,-177,-46,-177,-173xm354,-342v4,-84,-88,-90,-130,-48v-25,24,-40,64,-53,129v-9,47,-11,70,-11,82v-4,83,88,91,130,48v34,-17,62,-157,64,-211xm274,-737v59,0,82,39,130,39v25,0,44,-12,62,-31r45,60v-36,35,-68,52,-111,52v-59,0,-82,-38,-130,-40v-25,0,-44,13,-62,31r-45,-59v36,-35,68,-52,111,-52","w":514,"k":{"y":14,"x":6,"w":9,"v":12}},"\u00fa":{"d":"527,-521r-103,521r-119,0r9,-50v-84,85,-270,86,-270,-89v0,-138,49,-253,71,-382r124,0r-63,317v-16,52,14,99,58,99v35,0,90,-18,106,-100r63,-316r124,0xm503,-768r-139,167r-84,0r92,-167r131,0","w":544},"\u00f9":{"d":"527,-521r-103,521r-119,0r9,-50v-84,85,-270,86,-270,-89v0,-138,49,-253,71,-382r124,0r-63,317v-16,52,14,99,58,99v35,0,90,-18,106,-100r63,-316r124,0xm381,-601r-79,0r-74,-167r128,0","w":544},"\u00fb":{"d":"527,-521r-103,521r-119,0r9,-50v-84,85,-270,86,-270,-89v0,-138,49,-253,71,-382r124,0r-63,317v-16,52,14,99,58,99v35,0,90,-18,106,-100r63,-316r124,0xm508,-604r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":544},"\u00fc":{"d":"527,-521r-103,521r-119,0r9,-50v-84,85,-270,86,-270,-89v0,-138,49,-253,71,-382r124,0r-63,317v-16,52,14,99,58,99v35,0,90,-18,106,-100r63,-316r124,0xm517,-725r-24,122r-106,0r24,-122r106,0xm307,-725r-24,122r-105,0r24,-122r105,0","w":544},"\u00b0":{"d":"465,-542v0,102,-76,178,-178,178v-102,0,-178,-76,-178,-178v0,-102,76,-179,178,-179v102,0,178,77,178,179xm366,-542v0,-45,-35,-80,-79,-80v-44,0,-79,35,-79,80v0,45,35,80,79,80v44,0,79,-35,79,-80","w":460},"\u00ae":{"d":"764,-356v0,190,-154,344,-344,344v-190,0,-344,-154,-344,-344v0,-190,154,-344,344,-344v190,0,344,154,344,344xm682,-356v0,-153,-114,-267,-262,-267v-148,0,-262,114,-262,267v0,153,114,267,262,267v148,0,262,-114,262,-267xm575,-173r-93,0r-66,-141r-39,0r0,141r-82,0r0,-366r149,0v75,0,121,54,121,115v0,51,-31,83,-66,97xm484,-424v0,-47,-54,-52,-107,-48r0,94v51,3,107,1,107,-46","w":801},"\u00a9":{"d":"764,-356v0,190,-154,344,-344,344v-190,0,-344,-154,-344,-344v0,-190,154,-344,344,-344v190,0,344,154,344,344xm682,-356v0,-153,-115,-267,-262,-267v-147,0,-261,114,-261,267v0,153,114,267,261,267v147,0,262,-114,262,-267xm552,-219v-104,99,-295,44,-295,-137v0,-181,190,-236,295,-137r-53,53v-66,-64,-162,-22,-162,84v0,106,96,148,162,84","w":801},"\u2122":{"d":"909,-712r-84,427r-92,0r51,-253r-106,153r-79,0r-46,-155r-52,255r-90,0r84,-427r89,0r70,228r163,-228r92,0xm431,-712r-15,81r-103,0r-70,346r-89,0r69,-346r-106,0r16,-81r298,0","w":878},"\u00b1":{"d":"508,-451r-23,114r-153,0r-33,165r-116,0r33,-165r-152,0r23,-114r152,0r33,-164r116,0r-33,164r153,0xm442,-115r-23,115r-421,0r23,-115r421,0"},"\u00b5":{"d":"531,-521r-104,521r-119,0r10,-50v-34,35,-83,56,-137,56v-16,0,-30,-5,-40,-15r-40,200r-124,0r142,-712r124,0r-64,317v-14,53,15,99,58,99v35,0,91,-18,107,-100r63,-316r124,0","w":548},"\u00ac":{"d":"493,-359r-53,264r-115,0r30,-149r-313,0r23,-115r428,0"},"\u00a0":{"w":220},"\u00c0":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0xm432,-778r-79,0r-74,-167r128,0","w":607,"k":{"\u0152":3,"y":26,"w":17,"v":33,"a":-4,"Y":35,"W":28,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00c3":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0xm333,-914v58,0,82,39,130,39v25,0,44,-13,62,-31r45,60v-37,35,-68,52,-111,52v-59,0,-82,-39,-130,-40v-25,0,-44,13,-62,31r-45,-59v36,-35,68,-52,111,-52","w":607,"k":{"\u0152":3,"y":26,"w":17,"v":33,"a":-4,"Y":35,"W":28,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00d5":{"d":"597,-516v0,32,-6,80,-22,160v-27,137,-46,218,-109,281v-53,53,-130,81,-199,81v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm463,-506v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,113,133,118,188,53v26,-30,43,-71,69,-203v12,-61,20,-115,20,-150xm338,-914v58,0,82,39,130,39v25,0,43,-13,62,-31r45,60v-37,35,-68,52,-111,52v-59,0,-82,-39,-130,-40v-25,0,-44,13,-62,31r-45,-59v36,-35,68,-52,111,-52","w":611,"k":{"\u00c6":3,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"\u00f7":{"d":"376,-543r-25,124r-124,0r25,-124r124,0xm490,-343r-23,115r-429,0r23,-115r429,0xm301,-153r-24,124r-124,0r25,-124r123,0"},"\u00ff":{"d":"515,-521r-325,605v-35,75,-101,119,-215,107r23,-112v87,16,100,-65,132,-116r-74,-484r123,0r38,336r167,-336r131,0xm483,-725r-24,122r-106,0r24,-122r106,0xm273,-725r-24,122r-105,0r24,-122r105,0","w":464},"\u0178":{"d":"635,-712r-286,425r-58,287r-132,0r59,-292r-129,-420r140,0r76,295r184,-295r146,0xm546,-902r-24,122r-106,0r24,-122r106,0xm336,-902r-24,122r-105,0r24,-122r105,0","w":550},"\u00c2":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0xm569,-781r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":607,"k":{"\u0152":3,"y":26,"w":17,"v":33,"a":-4,"Y":35,"W":28,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00ca":{"d":"615,-712r-23,116r-312,0r-36,179r269,0r-23,116r-269,0r-37,185r318,0r-23,116r-451,0r143,-712r444,0xm559,-781r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":578},"\u00c1":{"d":"552,0r-134,0r-15,-130r-241,0r-67,130r-141,0r388,-712r105,0xm393,-238r-34,-274r-143,274r177,0xm555,-945r-139,167r-84,0r92,-167r131,0","w":607,"k":{"\u0152":3,"y":26,"w":17,"v":33,"a":-4,"Y":35,"W":28,"V":35,"T":60,"Q":10,"O":10,"G":10,"C":10}},"\u00cb":{"d":"615,-712r-23,116r-312,0r-36,179r269,0r-23,116r-269,0r-37,185r318,0r-23,116r-451,0r143,-712r444,0xm566,-902r-24,122r-106,0r24,-122r106,0xm356,-902r-24,122r-105,0r24,-122r105,0","w":578},"\u00c8":{"d":"615,-712r-23,116r-312,0r-36,179r269,0r-23,116r-269,0r-37,185r318,0r-23,116r-451,0r143,-712r444,0xm429,-778r-79,0r-74,-167r128,0","w":578},"\u00cd":{"d":"303,-712r-143,712r-132,0r143,-712r132,0xm402,-945r-139,167r-84,0r92,-167r131,0","w":290},"\u00ce":{"d":"303,-712r-143,712r-132,0r143,-712r132,0xm415,-781r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":290},"\u00cf":{"d":"303,-712r-143,712r-132,0r143,-712r132,0xm428,-902r-24,122r-106,0r24,-122r106,0xm218,-902r-24,122r-105,0r24,-122r105,0","w":290},"\u00cc":{"d":"303,-712r-143,712r-132,0r143,-712r132,0xm289,-778r-79,0r-74,-167r128,0","w":290},"\u00d3":{"d":"597,-516v0,32,-6,80,-22,160v-27,137,-46,218,-109,281v-53,53,-130,81,-199,81v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm463,-506v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,113,133,118,188,53v26,-30,43,-71,69,-203v12,-61,20,-115,20,-150xm560,-945r-139,167r-84,0r92,-167r131,0","w":611,"k":{"\u00c6":3,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"\u00d4":{"d":"597,-516v0,32,-6,80,-22,160v-27,137,-46,218,-109,281v-53,53,-130,81,-199,81v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm463,-506v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,113,133,118,188,53v26,-30,43,-71,69,-203v12,-61,20,-115,20,-150xm569,-781r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":611,"k":{"\u00c6":3,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"\u00d2":{"d":"597,-516v0,32,-6,80,-22,160v-27,137,-46,218,-109,281v-53,53,-130,81,-199,81v-135,0,-214,-92,-214,-202v0,-32,7,-80,22,-160v27,-137,46,-218,109,-281v53,-53,129,-81,198,-81v135,0,215,92,215,202xm463,-506v1,-114,-132,-117,-187,-53v-26,30,-43,71,-69,203v-12,61,-21,115,-21,150v-1,113,133,118,188,53v26,-30,43,-71,69,-203v12,-61,20,-115,20,-150xm438,-778r-79,0r-74,-167r128,0","w":611,"k":{"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"\u00da":{"d":"658,-712r-94,468v-35,175,-153,250,-285,250v-141,0,-241,-109,-210,-264r91,-454r132,0r-93,462v-15,70,4,139,89,139v76,0,128,-52,147,-146r91,-455r132,0xm578,-945r-139,167r-84,0r92,-167r131,0","w":635},"\u00db":{"d":"658,-712r-94,468v-35,175,-153,250,-285,250v-141,0,-241,-109,-210,-264r91,-454r132,0r-93,462v-15,70,4,139,89,139v76,0,128,-52,147,-146r91,-455r132,0xm588,-781r-92,0r-59,-94r-99,94r-101,0r159,-169r100,0","w":635},"\u00d9":{"d":"658,-712r-94,468v-35,175,-153,250,-285,250v-141,0,-241,-109,-210,-264r91,-454r132,0r-93,462v-15,70,4,139,89,139v76,0,128,-52,147,-146r91,-455r132,0xm456,-778r-79,0r-74,-167r128,0","w":635},"\u00d0":{"d":"636,-513v0,31,-5,63,-23,154v-34,174,-55,228,-114,289v-90,94,-276,65,-449,70r62,-310r-66,0r20,-100r66,0r61,-302r233,0v118,0,210,61,210,199xm503,-502v0,-64,-39,-94,-100,-94r-101,0r-38,186r110,0r-20,100r-110,0r-39,194v85,-1,160,9,206,-39v28,-29,44,-69,70,-204v16,-82,22,-120,22,-143","w":648,"k":{"\u00c1":2,"\u00c2":2,"\u00c3":2,"\u00c0":2,"\u00c5":2,"\u00c4":2,"\u00c6":17,"Y":20,"X":14,"W":10,"V":14,"T":22,"J":16,"A":9}},"\u20ac":{"d":"642,-498r-132,0v-1,-58,-28,-104,-92,-104v-81,0,-118,47,-139,129r142,0r-16,78r-146,0r-15,75r147,0r-14,78r-144,0v-14,78,25,132,92,132v63,0,110,-45,133,-104r136,0v-45,137,-143,220,-279,220v-151,0,-239,-107,-213,-248r-69,0r14,-78r66,0r15,-75r-66,0r14,-78r69,0v18,-70,39,-121,82,-164v57,-57,131,-81,199,-81v146,0,216,96,216,220","w":650}}});Cufon.registerFont({"w":354,"face":{"font-family":"din_cond","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","bbox":"-101 -933 835 209","underline-thickness":"77","underline-position":"-77","stemh":"41","stemv":"49","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":194},"!":{"d":"156,-187r-56,0r0,-525r56,0r0,525xm165,0r-75,0r0,-75r75,0r0,75","w":227},"\"":{"d":"127,-529r-65,0r0,-183r65,0r0,183xm290,-529r-64,0r0,-183r64,0r0,183","w":352},"#":{"d":"445,-444r-80,0r-20,163r73,0r0,51r-81,0r-29,230r-54,0r29,-230r-102,0r-29,230r-54,0r29,-230r-72,0r0,-51r79,0r21,-163r-73,0r0,-50r80,0r28,-218r54,0r-28,218r102,0r28,-218r54,0r-28,218r72,0xm311,-444r-102,0r-21,163r102,0","w":500},"$":{"d":"47,-539v0,-97,42,-164,126,-177r0,-90r53,0r0,90v86,11,129,77,124,175r-59,0v1,-64,-17,-107,-65,-121r0,273r33,13v77,30,92,87,92,190v0,117,-30,175,-125,190r0,110r-53,0r0,-109v-95,-13,-134,-63,-131,-183r59,0v0,79,15,114,72,128r0,-298v-85,-30,-126,-67,-126,-191xm226,-51v55,-16,66,-57,66,-133v0,-85,-13,-118,-66,-142r0,275xm173,-662v-50,13,-66,59,-67,122v0,78,11,104,67,129r0,-251","w":404},"%":{"d":"252,-446v0,61,-42,100,-99,100v-57,0,-98,-39,-98,-100r0,-175v0,-61,41,-99,98,-99v57,0,99,38,99,99r0,175xm562,-92v0,61,-41,100,-98,100v-57,0,-98,-39,-98,-100r0,-174v0,-61,41,-100,98,-100v57,0,98,39,98,100r0,174xm456,-712r-248,712r-47,0r248,-712r47,0xm514,-92r0,-174v0,-35,-18,-57,-50,-57v-32,0,-50,22,-50,57r0,174v0,35,18,57,50,57v32,0,50,-22,50,-57xm203,-446r0,-174v0,-35,-18,-57,-50,-57v-32,0,-49,22,-49,57r0,174v0,35,17,57,49,57v32,0,50,-22,50,-57","w":617},"&":{"d":"481,0r-64,0r-55,-84v-44,55,-87,92,-166,92v-88,0,-158,-63,-158,-172v0,-87,39,-146,124,-224v-68,-96,-90,-130,-90,-187v0,-76,45,-143,133,-143v88,0,134,56,134,134v0,84,-32,130,-109,203r132,199v25,-41,43,-111,47,-168r54,0v-6,81,-31,161,-69,218xm332,-130r-141,-214v-66,65,-97,115,-97,175v0,67,39,125,108,125v52,0,91,-36,130,-86xm285,-582v0,-50,-33,-85,-79,-85v-56,0,-79,48,-79,90v0,40,15,69,74,152v52,-51,84,-88,84,-157","w":486},"\u2019":{"d":"127,-637r-69,51r0,-126r69,0r0,75","w":184,"k":{"\u00c1":43,"\u00c5":43,"\u00c4":43,"\u00f8":60,"\u00c6":100,"y":10,"x":10,"w":10,"v":10,"s":60,"r":40,"q":60,"o":60,"g":60,"e":60,"d":60,"c":60,"a":60,"A":44,".":52,",":51}},"(":{"d":"114,-89v-2,75,29,110,67,145r-38,38v-48,-46,-85,-94,-85,-177r0,-546v-3,-81,39,-135,85,-177r38,38v-38,36,-67,70,-67,145r0,534","w":222},")":{"d":"78,-806v47,42,86,95,86,177r0,546v3,82,-38,132,-86,177r-38,-38v39,-36,68,-69,68,-145r0,-534v3,-75,-29,-110,-68,-145","w":222},"*":{"d":"318,-505r-22,40r-91,-55r2,127r-45,0r3,-127r-92,55r-22,-40r93,-50r-93,-50r22,-40r92,55r-3,-127r45,0r-2,127r91,-55r22,40r-93,50","w":369},"+":{"d":"383,-251r-141,0r0,141r-53,0r0,-141r-140,0r0,-53r140,0r0,-140r53,0r0,140r141,0r0,53","w":431},",":{"d":"127,48r-69,51r0,-176r69,0r0,125","w":184,"k":{"\u201d":47,"\u2019":47}},"-":{"d":"246,-251r-191,0r0,-53r191,0r0,53","w":301,"k":{"\u00c1":1,"\u00c5":1,"\u00c4":1,"\u00c6":28,"Y":33,"W":6,"V":17,"T":41,"A":-1}},".":{"d":"137,0r-75,0r0,-75r75,0r0,75","w":199,"k":{"\u201d":60,"\u201c":60,"\u2018":60,"\u2019":60}},"\/":{"d":"244,-786r-185,860r-57,0r185,-860r57,0","w":246},"0":{"d":"180,-720v78,0,128,47,127,136r0,456v0,90,-49,136,-127,136v-78,0,-127,-47,-126,-136r0,-456v0,-89,48,-136,126,-136xm251,-125r0,-462v0,-56,-32,-83,-71,-83v-39,0,-70,27,-70,83r0,462v0,56,31,83,70,83v39,0,71,-27,71,-83","w":361},"1":{"d":"221,0r-56,0r0,-646r-102,88r0,-67r102,-87r56,0r0,712","w":361},"2":{"d":"185,-720v78,0,126,48,126,136v0,54,-20,116,-41,165r-159,369r200,0r0,50r-260,0r0,-47r170,-390v17,-39,34,-89,34,-150v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,51r-56,0v-10,-113,31,-184,127,-184","w":361},"3":{"d":"241,-381v59,43,64,51,66,185v3,144,-24,204,-131,204v-96,0,-138,-71,-127,-184r56,0r0,50v-3,80,77,108,120,63v20,-21,26,-53,26,-135v0,-92,-6,-115,-25,-138v-20,-23,-52,-22,-91,-21r0,-49v94,4,112,-23,110,-132v-2,-94,-5,-124,-69,-132v-56,-7,-73,64,-66,134r-56,0v-9,-111,27,-184,122,-184v98,0,127,49,125,180v-1,103,-10,124,-60,159","w":361},"4":{"d":"328,-124r-50,0r0,124r-56,0r0,-124r-188,0r0,-50r180,-538r55,0r-179,538r132,0r0,-199r56,0r0,199r50,0r0,50","w":361},"5":{"d":"107,-410v26,-55,130,-63,168,-9v27,38,36,81,36,192v0,112,-6,158,-40,196v-21,24,-56,39,-91,39v-96,-2,-138,-70,-128,-182r56,0r0,48v-4,87,79,111,122,62v35,-19,33,-301,0,-319v-41,-51,-126,-16,-122,58r0,33r-52,0r0,-420r245,0r0,50r-194,0r0,252","w":361},"6":{"d":"310,-210v0,108,-8,144,-36,179v-42,52,-143,47,-187,0v-51,-55,-38,-288,-8,-370r115,-311r56,0r-114,306v39,-34,108,-23,139,15v25,30,35,58,35,181xm180,-42v75,-10,74,-56,74,-168v0,-113,1,-158,-74,-169v-75,10,-74,57,-74,169v0,113,-1,157,74,168","w":361},"7":{"d":"314,-667r-190,667r-59,0r191,-662r-154,0r0,116r-55,0r0,-166r267,0r0,45","w":361},"8":{"d":"245,-380v58,44,65,49,65,184v0,98,-7,135,-39,169v-42,46,-139,46,-181,0v-32,-34,-40,-71,-40,-169v0,-99,7,-120,26,-149v9,-13,23,-26,40,-35v-49,-35,-60,-56,-61,-159v0,-85,10,-120,38,-148v21,-21,52,-33,87,-33v97,0,127,52,125,181v-1,104,-10,123,-60,159xm180,-42v71,0,74,-45,74,-155v0,-92,-5,-116,-25,-138v-24,-28,-74,-28,-98,0v-20,22,-25,46,-25,138v0,81,6,111,25,134v12,14,30,21,49,21xm180,-405v64,-7,69,-43,69,-133v0,-93,-6,-122,-69,-132v-63,9,-69,41,-69,132v0,90,5,125,69,133","w":361},"9":{"d":"274,-681v51,55,37,289,7,370r-114,311r-57,0r115,-306v-39,34,-108,23,-139,-15v-25,-30,-36,-58,-36,-181v0,-108,9,-144,37,-179v42,-52,143,-47,187,0xm180,-333v75,-10,74,-57,74,-169v0,-113,1,-157,-74,-168v-75,10,-74,56,-74,168v0,113,-1,158,74,169","w":361},":":{"d":"165,-339r-75,0r0,-76r75,0r0,76xm165,0r-75,0r0,-75r75,0r0,75","w":227},";":{"d":"162,48r-69,51r0,-176r69,0r0,125xm165,-339r-75,0r0,-76r75,0r0,76","w":227},"<":{"d":"327,-90r-293,-169r0,-49r293,-170r0,63r-229,131r229,131r0,63","w":361},"=":{"d":"383,-314r-334,0r0,-53r334,0r0,53xm383,-171r-334,0r0,-53r334,0r0,53","w":431},">":{"d":"327,-259r-293,169r0,-63r229,-131r-229,-131r0,-63r293,170r0,49","w":361},"?":{"d":"193,-718v96,0,139,53,139,171v0,125,-101,168,-109,282r0,78r-56,0v0,-66,-2,-124,25,-167v34,-54,87,-110,84,-194v-3,-81,-19,-115,-83,-120v-59,-5,-83,55,-80,107r-56,0v-4,-92,46,-157,136,-157xm233,0r-75,0r0,-75r75,0r0,75","w":375},"@":{"d":"316,-712v89,5,138,48,138,143r0,569r-55,0r0,-41v-17,28,-46,49,-87,49v-73,0,-112,-47,-111,-135r0,-223v-1,-89,38,-134,111,-134v43,0,69,15,86,45r0,-128v0,-64,-36,-97,-90,-97r-107,0v-53,0,-90,33,-90,97r0,466v0,34,10,56,27,72r-39,38v-34,-29,-44,-66,-44,-112r0,-466v3,-96,49,-143,138,-143r123,0xm398,-125r0,-226v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,226v0,56,32,83,71,83v39,0,70,-27,70,-83","w":515},"A":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm261,-248r-72,-358r-71,358r143,0","w":379,"k":{"\u00d9":-5,"\u00db":-5,"\u00da":-5,"\u00d2":-8,"\u00d4":-8,"\u00d3":-8,"\u00d5":-8,"\u00f5":-16,"\u00f6":-16,"\u00f4":-16,"\u00f2":-16,"\u00f3":-16,"\u00eb":-16,"\u00ea":-16,"\u00e8":-16,"\u00e9":-16,"\u00e7":-16,"\u00dc":-5,"\u00d6":-8,"\u00c7":-8,"\u0153":-16,"\u0152":-8,"\u201d":39,"y":7,"w":1,"v":6,"t":-2,"q":-17,"o":-16,"g":-14,"e":-16,"d":-17,"c":-16,"a":-19,"Y":17,"W":-7,"V":22,"U":-5,"T":30,"S":-8,"Q":-8,"O":-8,"J":-20,"G":-8,"C":-8,"A":-8,".":-22,"-":-1,",":-23,"\u2019":39}},"B":{"d":"270,-370v119,21,111,263,50,329v-47,51,-155,39,-251,41r0,-712r128,0v119,2,160,55,160,184v0,68,-29,142,-87,158xm304,-198v0,-137,-58,-153,-176,-145r0,290v117,4,176,4,176,-145xm298,-527v0,-138,-60,-135,-170,-132r0,264v110,6,170,-3,170,-132","w":416,"k":{"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-4,"\u00c2":-4,"\u00d5":6,"\u00c3":-4,"\u00c0":-4,"\u00d6":6,"\u00c7":6,"\u00c5":-4,"\u00c4":-4,"\u0152":6,"\u00d8":3,"\u00c6":10,"Y":12,"W":-7,"Q":6,"O":6,"G":6,"C":6,"A":-4}},"C":{"d":"210,-45v67,1,89,-56,89,-118r59,0v-1,97,-47,171,-148,171v-46,0,-82,-16,-106,-42v-45,-48,-50,-104,-50,-322v0,-218,7,-272,50,-322v43,-51,163,-54,208,-4v29,33,45,79,46,133r-59,0v0,-61,-22,-119,-89,-118v-29,0,-49,10,-63,26v-29,35,-34,76,-34,285v0,209,5,250,34,285v14,16,34,26,63,26","w":399,"k":{"\u00d2":6,"\u00d4":6,"\u00d3":6,"\u00c1":-7,"\u00c2":-7,"\u00d5":6,"\u00c3":-7,"\u00c0":-7,"\u00d6":6,"\u00c7":6,"\u00c5":-7,"\u00c4":-7,"\u0152":6,"\u00d8":-9,"\u00c6":10,"Q":6,"O":6,"G":6,"C":6,"A":-7}},"D":{"d":"371,-356v0,215,-8,266,-50,315v-46,53,-156,39,-252,41r0,-712v96,2,206,-13,252,41v42,49,50,100,50,315xm312,-356v0,-204,-5,-243,-35,-278v-27,-32,-92,-24,-149,-25r0,606v57,-1,122,7,149,-25v30,-35,35,-74,35,-278","w":424,"k":{"\u00c1":-7,"\u00c2":-7,"\u00c3":-7,"\u00c0":-7,"\u00c5":-7,"\u00c4":-7,"\u00c6":10,"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24,"A":-7}},"E":{"d":"317,0r-248,0r0,-712r248,0r0,53r-189,0r0,276r163,0r0,53r-163,0r0,277r189,0r0,53","w":364},"F":{"d":"317,-659r-189,0r0,276r163,0r0,53r-163,0r0,330r-59,0r0,-712r248,0r0,53","w":359,"k":{"\u00d2":14,"\u00d4":14,"\u00d3":14,"\u00c1":42,"\u00c2":42,"\u00d5":14,"\u00c3":42,"\u00c0":42,"\u00f3":7,"\u00e9":7,"\u00e5":9,"\u00e3":9,"\u00e4":9,"\u00e2":9,"\u00e0":9,"\u00e1":9,"\u00d6":14,"\u00c7":14,"\u00c5":42,"\u00c4":42,"\u0153":31,"\u00f8":31,"\u00e6":28,"\u0152":14,"\u00d8":14,"\u00c6":86,"u":38,"r":38,"o":31,"g":31,"e":31,"c":31,"a":28,"Q":14,"O":14,"J":106,"G":14,"C":14,"A":42,".":87,"-":10,",":86}},"G":{"d":"358,-152v7,156,-168,204,-254,118v-46,-47,-50,-104,-50,-322v0,-218,8,-272,50,-322v44,-52,165,-54,209,-3v28,32,45,78,45,132r-59,0v0,-57,-17,-118,-89,-118v-29,0,-49,10,-63,26v-29,35,-34,76,-34,285v0,209,3,251,34,285v52,57,152,18,152,-81r0,-175r-89,0r0,-50r148,0r0,225","w":412,"k":{"\u00c1":-6,"\u00c2":-6,"\u00c3":-6,"\u00c0":-6,"\u00c5":-6,"\u00c4":-6,"\u00c6":10,"W":-6,"V":-6,"T":-3,"A":-6}},"H":{"d":"363,0r-59,0r0,-335r-176,0r0,335r-59,0r0,-712r59,0r0,323r176,0r0,-323r59,0r0,712","w":432},"I":{"d":"128,0r-59,0r0,-712r59,0r0,712","w":197},"J":{"d":"271,-153v3,97,-60,162,-150,161v-48,0,-85,-17,-113,-50r43,-39v51,67,161,37,161,-72r0,-559r59,0r0,559","w":332,"k":{"\u00c1":-5,"\u00c2":-5,"\u00c3":-5,"\u00c0":-5,"\u00c5":-5,"\u00c4":-5,"\u00c6":10,"A":-5}},"K":{"d":"399,0r-64,0r-138,-352r-69,136r0,216r-59,0r0,-712r59,0r0,387r189,-387r63,0r-146,294","w":409,"k":{"\u00d2":-5,"\u00d4":-5,"\u00d3":-5,"\u00c1":-20,"\u00c2":-20,"\u00d5":-5,"\u00c3":-20,"\u00c0":-20,"\u00e5":-12,"\u00e4":-12,"\u00d6":-5,"\u00c7":-5,"\u00c5":-20,"\u00c4":-20,"\u0153":-6,"\u00f8":-6,"\u0152":-3,"\u00d8":-11,"\u00c6":-21,"y":13,"w":8,"o":-6,"g":-6,"e":-6,"c":-6,"T":-2,"Q":-5,"G":-3,"C":-3,"A":-20,"-":20}},"L":{"d":"317,0r-248,0r0,-712r59,0r0,659r189,0r0,53","w":339,"k":{"\u00d2":12,"\u00d4":12,"\u00d3":12,"\u00c1":-28,"\u00c2":-28,"\u00d5":12,"\u00c3":-28,"\u00c0":-28,"\u00fc":-5,"\u00fb":-5,"\u00f9":-5,"\u00fa":-5,"\u00d6":12,"\u00c7":12,"\u00c5":-28,"\u00c4":-28,"\u0152":12,"\u00c6":-15,"\u201d":80,"y":24,"u":-5,"Y":36,"W":16,"V":48,"T":49,"Q":12,"O":11,"G":16,"C":16,"A":-28,"-":77,"\u2019":80}},"M":{"d":"488,0r-59,0r0,-573r-130,376r-43,0r-128,-364r0,561r-59,0r0,-712r59,0r150,419r151,-419r59,0r0,712","w":557},"N":{"d":"385,0r-58,0r-199,-555r0,555r-59,0r0,-712r59,0r199,555r-1,-555r59,0r0,712","w":454},"O":{"d":"367,-356v0,218,-7,272,-50,322v-45,53,-168,53,-213,0v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285","w":421,"k":{"\u00c1":-6,"\u00c2":-6,"\u00c3":-6,"\u00c0":-6,"\u00c5":-6,"\u00c4":-6,"\u00c6":10,"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24,"A":-7}},"P":{"d":"363,-514v0,188,-78,207,-235,199r0,315r-59,0r0,-712v178,4,294,-38,294,198xm304,-513v0,-93,-22,-146,-93,-146r-83,0r0,291r83,0v71,0,93,-52,93,-145","w":410,"k":{"\u00c1":38,"\u00c2":38,"\u00c3":38,"\u00c0":38,"\u00f6":-1,"\u00f3":-1,"\u00e9":-1,"\u00e5":-2,"\u00e4":6,"\u00e1":-2,"\u00c5":38,"\u00c4":38,"\u0153":18,"\u00f8":18,"\u00e6":12,"\u00c6":86,"o":18,"g":18,"e":18,"c":18,"a":12,"J":95,"A":38,".":109,"-":25,",":108}},"Q":{"d":"390,-10r-30,36r-56,-48v-49,44,-159,36,-200,-12v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322v0,187,-3,253,-32,299xm308,-356v0,-210,-6,-250,-34,-286v-24,-31,-103,-32,-127,0v-28,37,-34,76,-34,286v0,210,6,249,34,286v20,27,84,33,113,11r-56,-46r30,-36r54,45v17,-35,20,-89,20,-260","w":421},"R":{"d":"386,0r-63,0r-103,-319r-92,0r0,319r-59,0r0,-712v177,4,294,-38,294,197v0,110,-29,163,-88,185xm304,-515v0,-92,-22,-144,-93,-144r-83,0r0,287r83,0v71,0,93,-51,93,-143","w":432,"k":{"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00d5":4,"\u00fc":11,"\u00fa":11,"\u00f5":12,"\u00f6":12,"\u00f4":12,"\u00f2":12,"\u00f3":12,"\u00eb":12,"\u00ea":12,"\u00e8":12,"\u00e9":12,"\u00e7":12,"\u00e5":3,"\u00e4":3,"\u00e1":3,"\u00dc":12,"\u00d6":4,"\u00c7":4,"\u0153":12,"\u00e6":6,"\u0152":4,"u":11,"o":12,"g":12,"e":12,"c":12,"a":6,"Y":6,"W":-12,"V":-1,"U":11,"T":12,"Q":4,"O":4,"G":4,"C":4,"-":30}},"S":{"d":"198,-665v-71,0,-92,53,-93,125v0,82,12,106,77,133r76,31v77,31,92,87,92,190v0,128,-36,192,-155,192v-111,0,-158,-56,-154,-184r59,0v-1,88,19,130,95,130v82,0,96,-48,96,-136v0,-89,-14,-121,-75,-146r-76,-31v-73,-30,-94,-71,-94,-178v-1,-106,50,-179,153,-179v104,0,155,71,150,177r-59,0v1,-74,-21,-124,-92,-124","w":396,"k":{"\u00c6":14,"W":-20,"V":-16,"T":4}},"T":{"d":"319,-659r-119,0r0,659r-59,0r0,-659r-119,0r0,-53r297,0r0,53","w":341,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":36,"\u00c2":36,"\u00d5":11,"\u00c3":36,"\u00c0":36,"\u00d6":11,"\u00c7":11,"\u00c5":36,"\u00c4":36,"\u0153":46,"\u00f8":46,"\u00e6":50,"\u0152":11,"\u00d8":11,"\u00c6":48,"\u2039":37,"\u00ab":37,"y":32,"w":32,"v":32,"u":46,"s":38,"r":47,"o":46,"g":46,"e":46,"c":46,"a":50,"Y":-31,"W":-31,"V":-31,"Q":11,"O":11,"J":48,"G":11,"C":11,"A":36,";":63,":":63,".":43,"-":41,",":44}},"U":{"d":"209,8v-86,0,-148,-62,-148,-156r0,-564r59,0r0,569v0,61,40,98,89,98v49,0,88,-37,88,-98r0,-569r59,0r0,564v2,95,-61,156,-147,156","w":417,"k":{"\u00c1":-5,"\u00c2":-5,"\u00c3":-5,"\u00c0":-5,"\u00c5":-5,"\u00c4":-5,"\u00c6":10,"r":8,"p":8,"n":8,"m":8,"A":-5,".":9,",":8}},"V":{"d":"366,-712r-152,712r-58,0r-152,-712r65,0r116,606r116,-606r65,0","w":370,"k":{"\u00d2":-10,"\u00d4":-10,"\u00d3":-10,"\u00c1":22,"\u00c2":22,"\u00d5":-10,"\u00c3":22,"\u00c0":22,"\u00d6":-10,"\u00c7":-10,"\u00c5":22,"\u00c4":22,"\u0160":-17,"\u0153":10,"\u00f8":10,"\u00e6":10,"\u0152":-10,"\u00d8":-10,"\u00c6":42,"\u2039":11,"\u00ab":11,"y":-8,"u":4,"r":4,"o":10,"i":-10,"g":10,"e":10,"c":10,"a":10,"T":-31,"S":-17,"Q":-10,"O":-10,"G":-10,"C":-10,"A":22,";":22,":":22,".":42,"-":17,",":41}},"W":{"d":"583,-712r-108,712r-62,0r-119,-607r-118,607r-62,0r-110,-712r65,0r76,606r115,-606r67,0r117,606r75,-606r64,0","w":587,"k":{"\u00d2":-19,"\u00d4":-19,"\u00d3":-19,"\u00c1":-7,"\u00c2":-7,"\u00d5":-19,"\u00c3":-7,"\u00c0":-7,"\u00d6":-19,"\u00c7":-19,"\u00c5":-7,"\u00c4":-7,"\u0160":-21,"\u0153":-4,"\u00f8":-4,"\u00e6":-3,"\u0152":-19,"\u00d8":-19,"\u00c6":42,"r":-3,"o":-4,"i":-13,"g":-4,"e":-4,"c":-4,"a":-3,"T":-31,"S":-21,"Q":-19,"O":-19,"G":-19,"C":-19,"A":-7,";":13,":":13,".":24,"-":5,",":23}},"X":{"d":"353,0r-64,0r-103,-308r-102,308r-65,0r132,-371r-121,-341r65,0r91,282r92,-282r64,0r-124,341","w":372,"k":{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00d5":5,"\u00d6":5,"\u00c7":5,"\u00e6":-2,"\u0152":5,"\u00d8":5,"y":3,"u":-5,"o":-5,"e":-6,"a":-2,"Q":5,"O":5,"G":5,"C":5,"-":22}},"Y":{"d":"312,-712r-125,414r0,298r-59,0r0,-298r-125,-414r65,0r89,326r90,-326r65,0","w":315,"k":{"\u00d2":-6,"\u00d4":-6,"\u00d3":-6,"\u00c1":15,"\u00c2":15,"\u00d5":-6,"\u00c3":15,"\u00c0":15,"\u00d6":-6,"\u00c7":-6,"\u00c5":15,"\u00c4":15,"\u0160":-3,"\u0153":28,"\u00f8":28,"\u00e6":32,"\u0152":-6,"\u00d8":-6,"\u00c6":42,"\u2039":28,"\u00ab":28,"w":-11,"v":-11,"u":18,"s":28,"r":-9,"p":11,"o":28,"n":11,"m":11,"i":-20,"g":28,"e":28,"d":28,"c":28,"a":32,"T":-31,"S":-3,"Q":-6,"O":-6,"G":-6,"C":-6,"A":15,";":36,":":36,".":36,"-":33,",":38}},"Z":{"d":"294,0r-264,0r0,-46r203,-613r-189,0r0,-53r250,0r0,46r-202,613r202,0r0,53","w":324,"k":{"y":-8,"w":-4,"v":-5}},"[":{"d":"206,74r-144,0r0,-860r144,0r0,48r-88,0r0,764r88,0r0,48","w":236},"\\":{"d":"244,74r-57,0r-185,-860r57,0","w":246},"]":{"d":"174,74r-144,0r0,-48r88,0r0,-764r-88,0r0,-48r144,0r0,860","w":236},"^":{"d":"378,-439r-57,0r-97,-221r-97,221r-58,0r129,-279r52,0","w":448},"_":{"d":"431,134r-431,0r0,-44r431,0r0,44","w":431},"\u2018":{"d":"127,-637r-69,0r0,-75r69,-51r0,126","w":184,"k":{"\u00c1":44,"\u00c5":44,"\u00c4":44,"\u00f8":60,"\u00c6":100,"y":10,"x":10,"w":10,"v":10,"s":60,"r":-5,"q":60,"o":60,"g":60,"e":60,"d":60,"c":60,"a":60,"Y":-24,"W":-24,"V":-24,"T":-15,"A":44,".":52}},"a":{"d":"168,-517v87,3,125,48,126,138r0,379r-54,0r0,-46v-19,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-184,-70,-178v-49,4,-69,36,-69,90r-56,0v-4,-72,45,-141,125,-139xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0","w":352,"k":{"y":-7,"w":-6,"v":7,"\u2019":26}},"b":{"d":"118,-471v24,-55,128,-60,165,-10v28,38,38,100,38,227v0,127,-8,189,-38,226v-43,54,-138,42,-166,-13r0,41r-55,0r0,-712r56,0r0,241xm118,-131v-9,78,77,116,121,66v24,-27,26,-80,26,-189v0,-109,-2,-163,-26,-190v-43,-50,-121,-12,-121,66r0,247","w":365,"k":{"y":-7,"w":-1,"v":-6}},"c":{"d":"178,-42v48,0,74,-41,70,-92r55,0v1,86,-43,143,-126,142v-38,0,-72,-13,-94,-40v-31,-37,-38,-102,-38,-222v0,-120,8,-184,38,-222v39,-50,140,-56,184,-10v30,30,35,71,36,112r-55,0v4,-45,-21,-93,-70,-93v-22,0,-41,10,-52,23v-23,28,-25,81,-25,190v0,109,2,161,25,189v11,13,30,23,52,23","w":340},"d":{"d":"83,-481v37,-49,141,-46,164,10r0,-241r56,0r0,712r-55,0r0,-41v-27,55,-122,67,-165,13v-30,-37,-38,-99,-38,-226v0,-127,9,-189,38,-227xm126,-65v43,49,121,14,121,-66r0,-247v10,-78,-77,-116,-121,-66v-24,27,-25,81,-25,190v0,109,1,162,25,189","w":365},"e":{"d":"178,8v-129,0,-133,-86,-133,-262v0,-122,9,-189,41,-226v41,-47,141,-48,182,0v34,40,40,111,40,234r-207,0v0,104,3,155,26,181v11,13,28,23,51,23v49,0,75,-39,74,-92r55,0v2,87,-49,142,-129,142xm252,-291v-1,-86,-7,-128,-25,-153v-21,-28,-80,-28,-101,0v-18,24,-24,67,-25,153r151,0","w":349,"k":{"y":-7,"x":-1,"w":-1,"v":-6,"\u2019":18}},"f":{"d":"221,-461r-87,0r0,461r-56,0r0,-461r-62,0r0,-44r62,0v-1,-73,-2,-143,38,-176v30,-25,66,-33,105,-33r0,51v-57,0,-87,28,-87,85r0,73r87,0r0,44","w":237,"k":{"\u00f6":-9,"\u00f3":-9,"\u00e9":-9,"\u00e5":-8,"\u00e3":-8,"\u00e4":-8,"\u00e2":-8,"\u00e0":-8,"\u00e1":-8,"\u0153":8,"\u00f8":8,"s":-2,"o":8,"l":-6,"j":-12,"i":-13,"g":8,"e":8,"c":8,"\u2019":-15}},"g":{"d":"84,-481v35,-51,140,-45,164,12r0,-40r55,0r0,524v3,132,-29,183,-129,190v-80,6,-131,-55,-127,-141r55,0v-3,51,23,96,71,92v68,-6,72,-47,74,-140r0,-64v-24,54,-125,62,-163,10v-55,-34,-54,-409,0,-443xm126,-75v43,49,121,13,121,-66r0,-237v10,-78,-77,-115,-121,-66v-24,27,-25,80,-25,185v0,105,2,157,25,184","w":365,"k":{"\u00f6":5,"\u00f3":5,"\u00e9":5,"\u00e5":3,"\u00e4":3,"l":-1,"e":5}},"h":{"d":"204,-517v73,0,112,47,111,135r0,382r-56,0r0,-383v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,383r-56,0r0,-712r56,0r0,243v17,-27,46,-48,86,-48","w":373,"k":{"\u2019":24}},"i":{"d":"118,0r-56,0r0,-509r56,0r0,509xm126,-626r-72,0r0,-72r72,0r0,72","w":181},"j":{"d":"118,68v3,94,-58,136,-139,135r0,-50v51,0,83,-22,83,-86r0,-576r56,0r0,577xm126,-626r-72,0r0,-72r72,0r0,72","w":181},"k":{"d":"357,0r-62,0r-110,-265r-67,106r0,159r-56,0r0,-712r56,0r0,470r161,-267r61,0r-120,195","w":373,"k":{"\u00fc":-2,"\u00f5":-3,"\u00f6":-3,"\u00f4":-3,"\u00f2":-3,"\u00f3":-3,"\u00eb":-3,"\u00ea":-3,"\u00e8":-3,"\u00e9":-3,"\u00e7":-3,"\u00e5":-2,"\u00e3":-2,"\u00e4":-2,"\u00e2":-2,"\u00e0":-2,"\u00e1":-2,"\u0161":-5,"\u0153":-3,"\u00e6":-2,"s":-5,"q":-3,"o":-3,"g":-3,"e":-3,"d":-3,"c":-3,"a":-2,".":-12,"-":31,",":-13}},"l":{"d":"196,0v-81,1,-139,-42,-139,-136r0,-576r56,0r0,576v0,55,27,86,83,86r0,50","w":212},"m":{"d":"299,-463v19,-29,51,-54,96,-54v42,0,65,13,86,35v20,21,31,49,31,100r0,382r-56,0r0,-383v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,383r-56,0r0,-383v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,383r-56,0r0,-509r55,0r0,41v17,-28,46,-49,87,-49v38,0,75,23,95,54","w":570},"n":{"d":"204,-517v73,0,112,47,111,135r0,382r-56,0r0,-383v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,383r-56,0r0,-509r55,0r0,41v17,-28,46,-49,87,-49","w":373,"k":{"w":-7,"\u2019":24}},"o":{"d":"309,-254v0,120,-9,184,-38,222v-40,52,-148,52,-188,0v-29,-38,-38,-102,-38,-222v0,-120,9,-184,38,-222v40,-53,148,-53,188,0v29,38,38,102,38,222xm253,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189","w":353,"k":{"y":-7,"x":-3,"w":-1,"v":-6,"\u2019":20}},"p":{"d":"117,-468v27,-55,123,-67,166,-13v30,37,38,100,38,227v0,127,-9,188,-38,226v-37,49,-141,45,-165,-10r0,241r-56,0r0,-712r55,0r0,41xm118,-131v-9,78,77,116,121,66v24,-27,26,-80,26,-189v0,-109,-2,-163,-26,-190v-43,-50,-121,-12,-121,66r0,247","w":365,"k":{"y":-7,"w":-1,"v":-6}},"q":{"d":"83,-481v43,-53,138,-43,165,13r0,-41r55,0r0,712r-56,0r0,-241v-23,56,-127,59,-164,10v-28,-38,-38,-99,-38,-226v0,-127,8,-190,38,-227xm126,-65v43,49,121,14,121,-66r0,-247v10,-78,-77,-116,-121,-66v-24,27,-25,81,-25,190v0,109,1,162,25,189","w":365},"r":{"d":"229,-464v-69,-4,-110,34,-111,99r0,365r-56,0r0,-509r55,0r0,54v19,-37,62,-63,112,-62r0,53","w":245,"k":{"\u00f5":6,"\u00f6":6,"\u00f4":6,"\u00f2":6,"\u00f3":6,"\u00eb":6,"\u00ea":6,"\u00e8":6,"\u00e9":6,"\u00e7":6,"\u00e5":6,"\u00e3":6,"\u00e4":6,"\u00e2":6,"\u00e0":6,"\u00e1":6,"\u0161":-2,"\u0153":6,"\u00f8":-7,"\u00e6":6,"y":-24,"w":-31,"v":-24,"s":-2,"q":6,"o":6,"g":6,"e":6,"d":6,"c":6,"a":6,".":39,"-":36,",":38,"\u2019":-8}},"s":{"d":"169,-467v-64,-4,-92,70,-65,123v58,69,199,81,199,214v0,119,-151,182,-230,102v-29,-30,-40,-67,-40,-110r56,0v-3,52,29,94,77,96v71,3,103,-85,67,-141v-49,-75,-200,-76,-195,-203v3,-74,56,-132,131,-131v83,0,130,56,128,144r-56,0v3,-60,-25,-91,-72,-94","w":336,"k":{"y":-2,"x":-3,"w":-1,"v":-1,"\u2019":21}},"t":{"d":"225,0v-85,5,-147,-44,-147,-136r0,-325r-62,0r0,-44r62,0r0,-153r56,0r0,153r87,0r0,44r-87,0r0,325v0,61,32,86,91,86r0,50","w":245,"k":{";":6,":":1,"\u2019":28}},"u":{"d":"169,8v-73,0,-112,-47,-111,-135r0,-382r56,0r0,383v0,56,31,83,70,83v39,0,71,-27,71,-83r0,-383r56,0r0,509r-55,0r0,-41v-17,28,-46,49,-87,49","w":373},"v":{"d":"301,-509r-119,509r-59,0r-119,-509r62,0r87,421r87,-421r61,0","w":305,"k":{"\u00f5":-6,"\u00f6":-6,"\u00f4":-6,"\u00f2":-6,"\u00f3":-6,"\u00eb":-6,"\u00ea":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u0161":-16,"\u0153":-6,"\u00f8":-6,"\u00e6":-7,"s":-16,"q":-6,"o":-6,"g":-6,"e":-6,"d":-6,"c":-6,"a":-7,";":6,":":6,".":30,",":27}},"w":{"d":"470,-509r-99,509r-60,0r-77,-416r-73,416r-60,0r-97,-509r65,0r63,421r74,-421r56,0r78,421r65,-421r65,0","w":474,"k":{"\u00f5":-6,"\u00f6":-6,"\u00f4":-6,"\u00f2":-6,"\u00f3":-6,"\u00eb":-6,"\u00ea":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u0161":-23,"\u0153":-6,"\u00f8":-6,"\u00e6":-7,"s":-23,"q":-6,"o":-6,"g":-6,"e":-6,"d":-6,"c":-6,"a":-7,".":20,",":19}},"x":{"d":"304,0r-62,0r-81,-210r-82,210r-62,0r112,-259r-106,-250r62,0r76,202r75,-202r62,0r-108,250","w":321,"k":{"\u00f5":-6,"\u00f6":-6,"\u00f4":-6,"\u00f2":-6,"\u00f3":-6,"\u00eb":-6,"\u00ea":-6,"\u00e8":-6,"\u00e9":-6,"\u00e7":-6,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u0161":-3,"\u0153":-6,"\u00f8":-6,"\u00e6":-7,"s":-3,"q":-6,"o":-6,"g":-6,"e":-6,"d":-6,"c":-6,"a":-7}},"y":{"d":"301,-509r-144,608v-19,79,-71,104,-148,104r0,-50v97,5,95,-85,116,-155r-121,-507r62,0r87,420r87,-420r61,0","w":308,"k":{"\u00f5":-7,"\u00f6":-7,"\u00f4":-7,"\u00f2":-7,"\u00f3":-7,"\u00eb":-7,"\u00ea":-7,"\u00e8":-7,"\u00e9":-7,"\u00e7":-7,"\u00e5":-7,"\u00e3":-7,"\u00e4":-7,"\u00e2":-7,"\u00e0":-7,"\u00e1":-7,"\u0161":-14,"\u0153":-7,"\u00f8":-7,"\u00e6":-7,"s":-14,"q":-7,"o":-7,"g":-7,"e":-7,"d":-7,"c":-7,"a":-7,";":6,":":6,".":30,",":30}},"z":{"d":"255,0r-233,0r0,-44r172,-415r-162,0r0,-50r223,0r0,44r-172,415r172,0r0,50","w":276},"{":{"d":"114,-356v86,28,51,190,57,299v3,60,33,86,87,81r0,50v-92,3,-142,-37,-143,-130r0,-194v-2,-60,-32,-86,-85,-81r0,-50v54,4,85,-21,85,-81r0,-194v1,-93,51,-133,143,-130r0,50v-54,-4,-84,21,-87,81v-6,110,29,271,-57,299","w":287},"|":{"d":"153,74r-56,0r0,-860r56,0r0,860","w":251},"}":{"d":"30,-786v91,-3,141,38,142,130r0,194v2,60,32,86,86,81r0,50v-54,-4,-86,21,-86,81r0,194v-1,93,-51,133,-142,130r0,-50v54,4,83,-21,86,-81v6,-110,-28,-270,57,-299v-85,-29,-51,-189,-57,-299v-3,-60,-33,-86,-86,-81r0,-50","w":287},"~":{"d":"145,-326v47,-1,93,42,141,43v23,0,36,-5,65,-34r34,34v-43,43,-65,53,-99,53v-48,0,-94,-41,-141,-43v-23,0,-35,6,-64,35r-34,-34v43,-43,64,-54,98,-54","w":431},"\u00a1":{"d":"127,203r-56,0r0,-525r56,0r0,525xm137,-434r-75,0r0,-75r75,0r0,75","w":227},"\u00a2":{"d":"201,-157v33,-9,51,-44,48,-85r55,0v1,77,-36,126,-103,135r0,107r-45,0r0,-108v-104,-25,-110,-87,-110,-249v0,-163,6,-223,110,-249r0,-106r45,0r0,105v67,3,108,70,103,135r-55,0v4,-36,-14,-79,-48,-85r0,400xm156,-556v-61,28,-54,71,-54,199v0,128,-6,171,54,199r0,-398","w":342},"\u00a3":{"d":"362,0r-263,0r0,-351r-64,0r0,-44r64,0r0,-167v-5,-157,177,-205,263,-108r-42,38v-48,-65,-162,-34,-162,67r0,170r91,0r0,44r-91,0r0,298r204,0r0,53","w":393},"\u2044":{"d":"193,-712r-247,712r-47,0r247,-712r47,0","w":92},"\u00a5":{"d":"310,-712r-92,309r51,0r0,44r-64,0v-9,31,-23,57,-19,101r83,0r0,44r-83,0r0,214r-58,0r0,-214r-83,0r0,-44r83,0v3,-43,-9,-70,-17,-101r-66,0r0,-44r52,0r-92,-309r63,0r89,326r90,-326r63,0","w":315},"\u0192":{"d":"316,-664v-63,-4,-100,21,-111,81r-37,201r83,0r0,44r-91,0r-104,542r-56,0r104,-542r-57,0r0,-44r65,0r37,-202v19,-90,75,-134,167,-130r0,50","w":337},"\u00a7":{"d":"197,-662v-65,0,-88,79,-60,125v30,49,113,66,154,106v36,34,39,68,39,160v-1,124,-16,157,-95,182v48,24,86,65,86,135v0,78,-54,134,-130,134v-75,0,-129,-63,-127,-133r56,0v-2,40,29,83,71,83v69,0,92,-85,60,-137v-33,-52,-109,-62,-152,-104v-36,-34,-40,-74,-40,-160v0,-123,16,-156,95,-182v-48,-29,-85,-56,-85,-132v0,-109,138,-167,214,-96v26,24,39,62,39,100r-56,0v3,-39,-28,-81,-69,-81xm194,-124v70,-10,80,-46,80,-147v0,-103,-9,-137,-80,-148v-70,12,-79,39,-79,148v0,101,9,137,79,147","w":389},"\u00a4":{"d":"402,-163v-1,97,-47,171,-148,171v-46,0,-82,-16,-106,-42v-36,-38,-48,-78,-50,-228r-63,0r0,-44r63,0r0,-100r-63,0r0,-44r63,0v2,-150,16,-188,50,-228v43,-51,163,-54,208,-4v29,33,44,79,45,133r-59,0v0,-59,-17,-118,-88,-118v-29,0,-50,10,-64,26v-24,28,-30,55,-32,191r133,0r0,44r-134,0r0,100r134,0r0,44r-133,0v2,136,9,163,33,191v14,16,34,26,63,26v71,0,89,-59,89,-118r59,0","w":448},"'":{"d":"127,-529r-65,0r0,-183r65,0r0,183","w":189},"\u201c":{"d":"271,-637r-69,0r0,-75r69,-51r0,126xm127,-637r-69,0r0,-75r69,-51r0,126","w":328,"k":{"\u00c1":44,"\u00c5":44,"\u00c4":44,"\u00f8":60,"\u00c6":100,"y":10,"x":10,"w":10,"v":10,"s":60,"q":60,"o":60,"g":60,"e":60,"d":60,"c":60,"a":60,"Y":-24,"W":-24,"V":-24,"T":-15,"A":44,".":52}},"\u00ab":{"d":"316,-58r-136,-210r136,-210r0,96r-76,114r76,115r0,95xm164,-58r-135,-210r135,-210r0,96r-75,114r75,115r0,95","w":371},"\u2039":{"d":"164,-58r-135,-210r135,-210r0,96r-75,114r75,115r0,95","w":219},"\u203a":{"d":"191,-268r-136,210r0,-95r76,-115r-76,-114r0,-96","w":219,"k":{"\u00c1":-5,"\u00c5":-5,"\u00c4":-5,"\u00c6":15,"Y":27,"V":11,"T":34,"A":-5}},"\ufb01":{"d":"221,-465r-87,0r0,465r-56,0r0,-465r-62,0r0,-44r62,0v-1,-72,-1,-141,38,-173v30,-25,66,-32,105,-32r0,50v-57,0,-87,28,-87,86r0,69r87,0r0,44xm337,0r-56,0r0,-509r56,0r0,509xm345,-626r-72,0r0,-72r72,0r0,72","w":399},"\ufb02":{"d":"221,-465r-87,0r0,465r-56,0r0,-465r-62,0r0,-44r62,0v-1,-72,-1,-141,38,-173v30,-25,66,-32,105,-32r0,50v-57,0,-87,29,-87,86r0,69r87,0r0,44xm420,0v-81,1,-139,-42,-139,-136r0,-576r56,0r0,576v0,55,27,86,83,86r0,50","w":435},"\u2013":{"d":"383,-251r-334,0r0,-53r334,0r0,53","w":431},"\u2020":{"d":"388,-460r-143,0r0,460r-54,0r0,-460r-142,0r0,-49r142,0r0,-203r54,0r0,203r143,0r0,49","w":437},"\u2021":{"d":"388,0r-143,0r0,203r-54,0r0,-203r-142,0r0,-48r142,0r0,-412r-142,0r0,-49r142,0r0,-203r54,0r0,203r143,0r0,49r-143,0r0,412r143,0r0,48","w":437},"\u00b7":{"d":"191,-245r-123,0r0,-123r123,0r0,123","w":259},"\u00b6":{"d":"475,204r-56,0r0,-864r-120,0r0,864r-56,0r0,-511v-138,9,-197,-29,-197,-202v0,-146,53,-203,141,-203r288,0r0,916","w":538},"\u2022":{"d":"395,-334v0,90,-73,163,-163,163v-90,0,-163,-73,-163,-163v0,-90,73,-163,163,-163v90,0,163,73,163,163","w":464},"\u201a":{"d":"127,0r-69,51r0,-126r69,0r0,75","w":184},"\u201e":{"d":"271,0r-69,51r0,-126r69,0r0,75xm127,0r-69,51r0,-126r69,0r0,75","w":328,"k":{"\u00c6":-24,"Y":37,"W":23,"V":41,"T":44,"A":-24}},"\u201d":{"d":"271,-637r-69,51r0,-126r69,0r0,75xm127,-637r-69,51r0,-126r69,0r0,75","w":328,"k":{"\u00c1":43,"\u00c5":43,"\u00c4":43,"\u00f8":60,"\u00c6":100,"y":10,"x":10,"w":10,"v":10,"s":60,"q":60,"o":60,"g":60,"e":60,"d":60,"c":60,"a":60,"Y":-24,"W":-24,"V":-24,"T":-15,"A":44,".":52}},"\u00bb":{"d":"342,-268r-136,210r0,-95r76,-115r-76,-114r0,-96xm191,-268r-136,210r0,-95r76,-115r-76,-114r0,-96","w":371,"k":{"\u00c1":-5,"\u00c5":-5,"\u00c4":-5,"\u00c6":15,"Y":27,"V":11,"T":34,"A":-5}},"\u2026":{"d":"487,0r-76,0r0,-75r76,0r0,75xm312,0r-75,0r0,-75r75,0r0,75xm137,0r-75,0r0,-75r75,0r0,75","w":548},"\u2030":{"d":"252,-446v0,61,-42,100,-99,100v-57,0,-98,-39,-98,-100r0,-175v0,-61,41,-99,98,-99v57,0,99,38,99,99r0,175xm835,-92v0,61,-42,100,-99,100v-57,0,-98,-39,-98,-100r0,-174v0,-61,41,-100,98,-100v57,0,99,39,99,100r0,174xm562,-92v0,61,-41,100,-98,100v-57,0,-98,-39,-98,-100r0,-174v0,-61,41,-100,98,-100v57,0,98,39,98,100r0,174xm456,-712r-248,712r-47,0r248,-712r47,0xm514,-92r0,-174v0,-35,-18,-57,-50,-57v-32,0,-50,22,-50,57r0,174v0,35,18,57,50,57v32,0,50,-22,50,-57xm786,-92r0,-174v0,-35,-18,-57,-50,-57v-32,0,-49,22,-49,57r0,174v0,35,17,57,49,57v32,0,50,-22,50,-57xm203,-446r0,-174v0,-35,-18,-57,-50,-57v-32,0,-49,22,-49,57r0,174v0,35,17,57,49,57v32,0,50,-22,50,-57","w":890},"\u00bf":{"d":"182,159v58,4,82,-54,79,-106r56,0v4,91,-46,156,-135,156v-97,0,-139,-52,-139,-171v0,-125,101,-167,108,-282r0,-78r56,0v0,66,3,125,-24,168v-34,54,-87,109,-84,193v3,81,19,115,83,120xm217,-434r-75,0r0,-75r75,0r0,75","w":375},"`":{"d":"205,-586r-49,0r-75,-130r58,0"},"\u00b4":{"d":"273,-716r-74,130r-49,0r65,-130r58,0"},"\u02c6":{"d":"289,-586r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0"},"\u02dc":{"d":"130,-673v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38"},"\u00af":{"d":"283,-613r-212,0r0,-44r212,0r0,44"},"\u02d8":{"d":"287,-697v-6,70,-42,105,-110,105v-68,0,-104,-35,-110,-105r45,0v5,40,27,60,65,60v38,0,60,-20,65,-60r45,0"},"\u02d9":{"d":"209,-631r-63,0r0,-63r63,0r0,63"},"\u00a8":{"d":"277,-606r-63,0r0,-63r63,0r0,63xm140,-606r-63,0r0,-63r63,0r0,63"},"\u02da":{"d":"268,-673v0,50,-41,91,-91,91v-50,0,-91,-41,-91,-91v0,-50,41,-90,91,-90v50,0,91,40,91,90xm230,-673v0,-29,-24,-52,-53,-52v-29,0,-52,23,-52,52v0,29,23,53,52,53v29,0,53,-24,53,-53"},"\u00b8":{"d":"208,37r-45,133r-53,0r53,-133r45,0"},"\u02dd":{"d":"326,-709r-69,129r-49,0r58,-129r60,0xm193,-709r-69,129r-49,0r58,-129r60,0"},"\u02db":{"d":"245,170r-53,0r-46,-133r46,0"},"\u02c7":{"d":"289,-709r-86,129r-52,0r-86,-129r52,0r60,91r60,-91r52,0"},"\u2014":{"d":"616,-251r-561,0r0,-53r561,0r0,53","w":671},"\u00c6":{"d":"558,0r-249,0r0,-197r-168,0r-72,197r-64,0r265,-712r288,0r0,53r-190,0r0,276r164,0r0,53r-164,0r0,277r190,0r0,53xm309,-250r0,-410r-149,410r149,0","w":604},"\u00aa":{"d":"142,-716v64,3,104,40,104,110r0,286r-45,0r0,-33v-18,26,-33,39,-73,39v-60,0,-96,-41,-95,-115v1,-86,64,-124,165,-114v1,-63,7,-132,-56,-132v-39,0,-59,37,-56,72r-47,0v-4,-60,38,-116,103,-113xm198,-506v-70,-6,-117,11,-117,76v0,38,14,75,58,75v60,1,63,-82,59,-151","w":297},"\u0141":{"d":"318,0r-248,0r0,-294r-50,47r0,-64r50,-48r0,-353r59,0r0,300r95,-90r0,64r-95,91r0,294r189,0r0,53","w":341},"\u00d8":{"d":"367,-356v0,218,-7,272,-50,322v-37,43,-132,56,-186,22r-17,56r-50,0r29,-90v-35,-45,-39,-115,-39,-310v0,-218,7,-272,50,-322v37,-43,131,-56,186,-22r17,-56r50,0r-28,91v35,45,38,116,38,309xm272,-644v-26,-32,-101,-29,-125,3v-27,36,-34,76,-34,285v0,134,2,193,11,227xm308,-356v0,-131,-2,-189,-11,-224r-148,512v25,32,101,28,125,-3v28,-36,34,-76,34,-285","w":405,"k":{"A":-13}},"\u0152":{"d":"556,0r-246,0r0,-40v-39,64,-160,60,-206,6v-42,-48,-50,-104,-50,-322v0,-218,8,-274,50,-322v46,-53,169,-58,206,6r0,-40r246,0r0,53r-190,0r0,276r164,0r0,53r-164,0r0,277r190,0r0,53xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285","w":602},"\u00ba":{"d":"148,-715v101,0,106,66,106,200v0,135,-5,201,-106,201v-100,0,-106,-66,-106,-201v0,-135,5,-200,106,-200xm148,-356v67,-10,59,-58,59,-159v0,-102,8,-147,-59,-158v-68,9,-59,56,-59,158v0,102,-9,149,59,159","w":296},"\u00e6":{"d":"271,-464v28,-62,145,-70,190,-16v34,41,41,111,41,234r-208,0v0,104,3,155,26,181v11,13,29,23,52,23v49,0,75,-39,73,-92r55,0v2,86,-48,142,-128,142v-59,0,-96,-32,-114,-75v-20,45,-46,75,-107,75v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-183,-70,-178v-49,3,-70,37,-69,90r-56,0v-4,-72,45,-139,125,-139v52,0,85,19,103,53xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0xm446,-291v-1,-86,-8,-128,-26,-153v-20,-28,-80,-28,-100,0v-18,25,-25,67,-26,153r152,0","w":544,"k":{"y":-7,"w":-1,"v":-6}},"\u0131":{"d":"119,0r-56,0r0,-509r56,0r0,509","w":181},"\u0142":{"d":"218,0v-81,1,-139,-42,-139,-136r0,-184r-62,64r0,-63r62,-64r0,-329r56,0r0,276r63,-66r0,63r-63,66r0,237v0,55,27,86,83,86r0,50","w":238},"\u00f8":{"d":"311,-553r-32,87v43,57,44,392,-8,434v-30,44,-115,52,-163,22r-20,54r-46,0r33,-87v-43,-57,-44,-391,8,-433v30,-44,115,-54,162,-22r20,-55r46,0xm226,-447v-21,-27,-81,-28,-100,2v-35,19,-28,263,-17,326xm227,-64v35,-19,30,-263,18,-326r-117,329v21,27,81,26,99,-3","w":347},"\u0153":{"d":"281,-455v23,-68,146,-82,194,-25v34,40,41,111,41,234r-207,0v0,104,3,155,26,181v11,13,28,23,51,23v49,0,75,-39,74,-92r55,0v1,86,-49,142,-129,142v-52,0,-88,-24,-105,-63v-22,71,-152,84,-198,23v-29,-38,-38,-102,-38,-222v0,-120,9,-183,38,-222v46,-61,175,-51,198,21xm253,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189xm460,-291v-1,-86,-7,-129,-25,-153v-21,-28,-80,-28,-101,0v-18,25,-24,67,-25,153r151,0","w":559,"k":{"y":-7,"w":-1,"v":-6}},"\u00df":{"d":"265,-429v58,42,58,61,63,205v5,146,-22,221,-139,224r0,-50v88,-11,83,-45,83,-177v0,-124,4,-167,-83,-175r0,-48v59,5,73,-63,73,-112v0,-66,-17,-108,-73,-108v-39,0,-71,28,-71,84r0,586r-56,0r0,-584v0,-91,49,-136,127,-136v85,0,129,60,129,156v0,53,-14,114,-53,135","w":373},"\u00f0":{"d":"286,-467v30,64,40,395,-15,436v-39,52,-148,51,-188,0v-29,-37,-38,-99,-38,-218v0,-125,8,-185,38,-221v29,-34,94,-48,140,-21r-32,-91r-82,0r0,-44r67,0r-33,-86r57,0r32,86r72,0r0,44r-57,0xm253,-250v0,-107,-3,-157,-25,-185v-21,-27,-80,-28,-101,0v-21,28,-26,78,-26,185v0,107,4,158,26,186v21,28,80,27,101,0v22,-28,25,-79,25,-186","w":355},"\u0160":{"d":"198,-665v-71,0,-92,53,-93,125v0,82,12,106,77,133r76,31v77,31,92,87,92,190v0,128,-36,192,-155,192v-111,0,-158,-56,-154,-184r59,0v-1,88,19,130,95,130v82,0,96,-48,96,-136v0,-89,-14,-121,-75,-146r-76,-31v-73,-30,-94,-71,-94,-178v-1,-106,50,-179,153,-179v104,0,155,71,150,177r-59,0v1,-74,-21,-124,-92,-124xm315,-887r-86,129r-52,0r-86,-129r52,0r60,91r60,-91r52,0","w":396},"\u0161":{"d":"169,-467v-64,-4,-92,70,-65,123v58,69,199,81,199,214v0,119,-151,182,-230,102v-29,-30,-40,-67,-40,-110r56,0v-3,52,29,94,77,96v71,3,103,-85,67,-141v-49,-75,-200,-76,-195,-203v3,-74,56,-132,131,-131v83,0,130,56,128,144r-56,0v3,-60,-25,-91,-72,-94xm285,-709r-86,129r-52,0r-86,-129r52,0r60,91r60,-91r52,0","w":336},"\u00dd":{"d":"312,-712r-125,414r0,298r-59,0r0,-298r-125,-414r65,0r89,326r90,-326r65,0xm256,-894r-74,130r-49,0r65,-130r58,0","w":315},"\u00fd":{"d":"301,-509r-144,608v-19,79,-71,104,-148,104r0,-50v97,5,95,-85,116,-155r-121,-507r62,0r87,420r87,-420r61,0xm254,-716r-74,130r-49,0r65,-130r58,0","w":308},"\u00de":{"d":"363,-360v0,188,-78,207,-235,199r0,161r-59,0r0,-712r59,0r0,154v151,-2,235,-10,235,198xm304,-359v0,-93,-22,-146,-93,-146r-83,0r0,291r83,0v71,0,93,-52,93,-145","w":409},"\u00fe":{"d":"118,-468v27,-55,122,-67,165,-13v30,37,38,100,38,227v0,127,-9,188,-38,226v-37,49,-141,46,-164,-10r0,241r-56,0r0,-915r55,0r0,244xm119,-131v-10,79,77,116,121,66v24,-27,25,-80,25,-189v0,-109,-1,-163,-25,-190v-43,-49,-121,-13,-121,66r0,247","w":366},"\u017d":{"d":"294,0r-264,0r0,-46r203,-613r-189,0r0,-53r250,0r0,46r-202,613r202,0r0,53xm278,-887r-86,129r-52,0r-86,-129r52,0r60,91r60,-91r52,0","w":324},"\u017e":{"d":"255,0r-233,0r0,-44r172,-415r-162,0r0,-50r223,0r0,44r-172,415r172,0r0,50xm256,-709r-86,129r-52,0r-87,-129r52,0r60,91r60,-91r53,0","w":276},"\u00bd":{"d":"530,-712r-247,712r-47,0r247,-712r47,0xm642,-432v109,-4,122,117,73,196r-124,201r154,0r0,35r-204,0r0,-34r137,-221v34,-44,37,-139,-36,-139v-47,0,-61,35,-58,87r-44,0v-6,-81,30,-122,102,-125xm188,-285r-44,0r0,-379r-68,48r0,-48r69,-48r43,0r0,427","w":801},"\u00bc":{"d":"530,-712r-247,712r-47,0r247,-712r47,0xm735,-64r-31,0r0,64r-43,0r0,-64r-149,0r0,-38r125,-325r44,0r-124,325r104,0r0,-103r43,0r0,103r31,0r0,38xm188,-285r-44,0r0,-379r-68,48r0,-48r69,-48r43,0r0,427","w":801},"\u00b9":{"d":"188,-285r-43,0r0,-379r-69,48r0,-48r69,-48r43,0r0,427","w":318},"\u00be":{"d":"197,-506v40,15,60,45,60,107v0,82,-34,119,-105,119v-72,0,-107,-34,-102,-125r45,0v-3,58,10,87,57,87v46,0,61,-28,61,-82v2,-72,-24,-90,-90,-87r0,-38v64,11,87,-30,87,-81v0,-40,-14,-73,-58,-73v-45,0,-61,32,-57,82r-44,0v-3,-83,29,-120,101,-120v72,0,101,41,102,110v2,57,-19,85,-57,101xm530,-712r-247,712r-47,0r247,-712r47,0xm735,-64r-31,0r0,64r-44,0r0,-64r-148,0r0,-38r125,-325r44,0r-124,325r103,0r0,-103r44,0r0,103r31,0r0,38","w":801},"\u00b3":{"d":"197,-506v40,15,60,45,60,107v0,82,-34,119,-105,119v-72,0,-107,-34,-102,-125r45,0v-3,58,10,87,57,87v46,0,61,-28,61,-82v2,-72,-24,-90,-90,-87r0,-38v64,11,87,-30,87,-81v0,-40,-14,-73,-58,-73v-45,0,-61,32,-57,82r-44,0v-3,-83,29,-120,101,-120v72,0,101,41,102,110v2,57,-19,85,-57,101","w":318},"\u00b2":{"d":"158,-717v109,-4,121,117,73,196r-123,201r153,0r0,35r-203,0r0,-34r136,-221v34,-44,37,-139,-36,-139v-47,0,-61,35,-58,87r-44,0v-6,-81,30,-122,102,-125","w":318},"\u00a6":{"d":"153,-437r-56,0r0,-348r56,0r0,348xm153,73r-56,0r0,-348r56,0r0,348","w":251},"\u2212":{"d":"246,-251r-191,0r0,-53r191,0r0,53","w":301},"\u00d7":{"d":"370,-152r-37,37r-117,-118r-118,118r-36,-37r117,-117r-117,-118r36,-36r118,117r117,-117r37,36r-118,118","w":431},"\u00c4":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm261,-248r-72,-358r-71,358r143,0xm290,-784r-63,0r0,-63r63,0r0,63xm153,-784r-63,0r0,-63r63,0r0,63","w":379,"k":{"\u201d":39,"y":7,"w":1,"v":6,"t":-2,"q":-17,"o":-15,"g":-14,"e":-16,"d":-17,"c":-16,"b":4,"a":-19,"Y":11,"W":3,"V":22,"U":-10,"T":18,"Q":-13,"O":-13,"G":-13,"C":-13,".":-22,"-":-1,",":-23,"\u2019":39}},"\u00c5":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm281,-843v0,50,-41,91,-91,91v-50,0,-91,-41,-91,-91v0,-50,41,-90,91,-90v50,0,91,40,91,90xm261,-248r-72,-358r-71,358r143,0xm243,-843v0,-29,-24,-52,-53,-52v-29,0,-52,23,-52,52v0,29,23,53,52,53v29,0,53,-24,53,-53","w":379,"k":{"\u201d":39,"y":7,"w":1,"v":6,"t":-2,"q":-17,"o":-15,"g":-14,"e":-16,"d":-17,"c":-16,"b":4,"a":-19,"Y":11,"W":3,"V":22,"U":-10,"T":18,"Q":-13,"O":-13,"G":-13,"C":-13,".":-22,"-":-1,",":-23,"\u2019":39}},"\u00c7":{"d":"210,-45v67,1,89,-56,89,-118r59,0v-1,97,-47,171,-148,171v-46,0,-82,-16,-106,-42v-45,-48,-50,-104,-50,-322v0,-218,7,-272,50,-322v43,-51,163,-54,208,-4v29,33,45,79,46,133r-59,0v0,-61,-22,-119,-89,-118v-29,0,-49,10,-63,26v-29,35,-34,76,-34,285v0,209,5,250,34,285v14,16,34,26,63,26xm236,37r-45,133r-53,0r53,-133r45,0","w":399,"k":{"A":-18}},"\u00c9":{"d":"317,0r-248,0r0,-712r248,0r0,53r-189,0r0,276r163,0r0,53r-163,0r0,277r189,0r0,53xm293,-894r-74,130r-49,0r65,-130r58,0","w":364},"\u00d1":{"d":"385,0r-58,0r-199,-555r0,555r-59,0r0,-712r59,0r199,555r-1,-555r59,0r0,712xm184,-851v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38","w":454},"\u00d6":{"d":"367,-356v0,218,-7,272,-50,322v-45,53,-168,53,-213,0v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285xm306,-784r-63,0r0,-63r63,0r0,63xm169,-784r-63,0r0,-63r63,0r0,63","w":421,"k":{"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24}},"\u00dc":{"d":"209,8v-86,0,-148,-62,-148,-156r0,-564r59,0r0,569v0,61,40,98,89,98v49,0,88,-37,88,-98r0,-569r59,0r0,564v2,95,-61,156,-147,156xm312,-784r-63,0r0,-63r63,0r0,63xm175,-784r-63,0r0,-63r63,0r0,63","w":417,"k":{"r":8,"p":8,"n":8,"m":8,"b":8,".":9,",":8}},"\u00e1":{"d":"168,-517v87,3,125,48,126,138r0,379r-54,0r0,-46v-19,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-184,-70,-178v-49,4,-69,36,-69,90r-56,0v-4,-72,45,-141,125,-139xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0xm269,-716r-74,130r-49,0r65,-130r58,0","w":352,"k":{"y":-7,"w":-8,"v":-7}},"\u00e0":{"d":"167,-517v87,3,126,48,126,138r0,379r-54,0r0,-46v-18,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,49,-151,143,-149r58,0v1,-81,11,-184,-70,-178v-47,3,-71,37,-69,90r-56,0v-3,-72,46,-141,125,-139xm181,-246v-59,-2,-90,42,-89,104v0,61,23,100,71,100v46,0,74,-39,74,-92r0,-112r-56,0xm200,-586r-49,0r-75,-130r58,0","w":352,"k":{"y":-7,"w":-8,"v":-7}},"\u00e2":{"d":"168,-517v87,3,125,48,126,138r0,379r-54,0r0,-46v-19,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-184,-70,-178v-49,4,-69,36,-69,90r-56,0v-4,-72,45,-141,125,-139xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0xm284,-586r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":352},"\u00e4":{"d":"168,-517v87,3,125,48,126,138r0,379r-54,0r0,-46v-19,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-184,-70,-178v-49,4,-69,36,-69,90r-56,0v-4,-72,45,-141,125,-139xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0xm272,-606r-63,0r0,-63r63,0r0,63xm135,-606r-63,0r0,-63r63,0r0,63","w":352,"k":{"y":-7,"w":-8,"v":-7}},"\u00e3":{"d":"168,-517v87,3,125,48,126,138r0,379r-54,0r0,-46v-19,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-184,-70,-178v-49,4,-69,36,-69,90r-56,0v-4,-72,45,-141,125,-139xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0xm125,-673v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38","w":352},"\u00e5":{"d":"168,-517v87,3,125,48,126,138r0,379r-54,0r0,-46v-19,33,-41,54,-89,54v-77,0,-114,-53,-114,-149v1,-90,48,-151,143,-149r58,0v1,-81,10,-184,-70,-178v-49,4,-69,36,-69,90r-56,0v-4,-72,45,-141,125,-139xm263,-673v0,50,-41,91,-91,91v-50,0,-91,-41,-91,-91v0,-50,41,-90,91,-90v50,0,91,40,91,90xm182,-246v-60,-2,-89,43,-89,104v0,61,22,100,71,100v45,0,74,-39,74,-92r0,-112r-56,0xm225,-673v0,-29,-24,-52,-53,-52v-29,0,-52,23,-52,52v0,29,23,53,52,53v29,0,53,-24,53,-53","w":352,"k":{"y":-7,"w":-8,"v":-7}},"\u00e7":{"d":"178,-42v48,0,74,-41,70,-92r55,0v1,86,-43,143,-126,142v-38,0,-72,-13,-94,-40v-31,-37,-38,-102,-38,-222v0,-120,8,-184,38,-222v39,-50,140,-56,184,-10v30,30,35,71,36,112r-55,0v4,-45,-21,-93,-70,-93v-22,0,-41,10,-52,23v-23,28,-25,81,-25,190v0,109,2,161,25,189v11,13,30,23,52,23xm208,37r-45,133r-53,0r53,-133r45,0","w":340,"k":{"y":-7,"w":-1,"v":-6}},"\u00e9":{"d":"178,8v-129,0,-133,-86,-133,-262v0,-122,9,-189,41,-226v41,-47,141,-48,182,0v34,40,40,111,40,234r-207,0v0,104,3,155,26,181v11,13,28,23,51,23v49,0,75,-39,74,-92r55,0v2,87,-49,142,-129,142xm252,-291v-1,-86,-7,-128,-25,-153v-21,-28,-80,-28,-101,0v-18,24,-24,67,-25,153r151,0xm273,-716r-74,130r-49,0r65,-130r58,0","w":349,"k":{"y":-7,"w":-1,"v":-6}},"\u00e8":{"d":"214,8v-129,0,-133,-86,-133,-262v0,-122,9,-189,41,-226v41,-47,141,-48,182,0v34,40,40,111,40,234r-207,0v0,104,3,155,26,181v11,13,28,23,51,23v49,0,75,-39,74,-92r55,0v2,87,-49,142,-129,142xm288,-291v-1,-86,-7,-128,-25,-153v-21,-28,-80,-28,-101,0v-18,24,-24,67,-25,153r151,0xm240,-586r-49,0r-75,-130r58,0","k":{"y":-7,"w":-1,"v":-6}},"\u00ea":{"d":"178,8v-129,0,-133,-86,-133,-262v0,-122,9,-189,41,-226v41,-47,141,-48,182,0v34,40,40,111,40,234r-207,0v0,104,3,155,26,181v11,13,28,23,51,23v49,0,75,-39,74,-92r55,0v2,87,-49,142,-129,142xm252,-291v-1,-86,-7,-128,-25,-153v-21,-28,-80,-28,-101,0v-18,24,-24,67,-25,153r151,0xm289,-586r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":349,"k":{"y":-7,"w":-1,"v":-6}},"\u00eb":{"d":"178,8v-129,0,-133,-86,-133,-262v0,-122,9,-189,41,-226v41,-47,141,-48,182,0v34,40,40,111,40,234r-207,0v0,104,3,155,26,181v11,13,28,23,51,23v49,0,75,-39,74,-92r55,0v2,87,-49,142,-129,142xm252,-291v-1,-86,-7,-128,-25,-153v-21,-28,-80,-28,-101,0v-18,24,-24,67,-25,153r151,0xm277,-606r-63,0r0,-63r63,0r0,63xm140,-606r-63,0r0,-63r63,0r0,63","w":349,"k":{"y":-7,"w":-1,"v":-6}},"\u00ed":{"d":"119,0r-56,0r0,-509r56,0r0,509xm187,-716r-75,130r-49,0r66,-130r58,0","w":181},"\u00ec":{"d":"119,0r-56,0r0,-509r56,0r0,509xm119,-586r-49,0r-75,-130r58,0","w":181},"\u00ee":{"d":"119,0r-56,0r0,-509r56,0r0,509xm202,-586r-52,0r-60,-92r-59,92r-52,0r86,-130r50,0","w":181},"\u00ef":{"d":"119,0r-56,0r0,-509r56,0r0,509xm191,-606r-63,0r0,-63r63,0r0,63xm53,-606r-63,0r0,-63r63,0r0,63","w":181},"\u00f1":{"d":"204,-517v73,0,112,47,111,135r0,382r-56,0r0,-383v0,-56,-31,-83,-70,-83v-39,0,-71,27,-71,83r0,383r-56,0r0,-509r55,0r0,41v17,-28,46,-49,87,-49xm143,-673v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38","w":373},"\u00f3":{"d":"309,-254v0,120,-9,184,-38,222v-40,52,-148,52,-188,0v-29,-38,-38,-102,-38,-222v0,-120,9,-184,38,-222v40,-53,148,-53,188,0v29,38,38,102,38,222xm253,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189xm273,-716r-74,130r-49,0r65,-130r58,0","w":353,"k":{"y":-7,"w":-1,"v":-6}},"\u00f2":{"d":"345,-254v0,120,-9,184,-38,222v-40,52,-148,52,-188,0v-29,-38,-38,-102,-38,-222v0,-120,9,-184,38,-222v40,-53,148,-53,188,0v29,38,38,102,38,222xm289,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189xm231,-586r-49,0r-75,-130r58,0","k":{"y":-7,"w":-1,"v":-6}},"\u00f4":{"d":"309,-254v0,120,-9,184,-38,222v-40,52,-148,52,-188,0v-29,-38,-38,-102,-38,-222v0,-120,9,-184,38,-222v40,-53,148,-53,188,0v29,38,38,102,38,222xm253,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189xm289,-586r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":353,"k":{"y":-7,"w":-1,"v":-6}},"\u00f6":{"d":"309,-254v0,120,-9,184,-38,222v-40,52,-148,52,-188,0v-29,-38,-38,-102,-38,-222v0,-120,9,-184,38,-222v40,-53,148,-53,188,0v29,38,38,102,38,222xm253,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189xm277,-606r-63,0r0,-63r63,0r0,63xm140,-606r-63,0r0,-63r63,0r0,63","w":353,"k":{"y":-7,"x":2,"w":-1,"v":-6}},"\u00f5":{"d":"309,-254v0,120,-9,184,-38,222v-40,52,-148,52,-188,0v-29,-38,-38,-102,-38,-222v0,-120,9,-184,38,-222v40,-53,148,-53,188,0v29,38,38,102,38,222xm253,-254v0,-109,-5,-161,-26,-190v-21,-29,-80,-28,-101,0v-22,29,-25,81,-25,190v0,109,3,160,25,189v21,28,80,29,101,0v21,-29,26,-80,26,-189xm130,-673v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38","w":353,"k":{"y":-7,"w":-1,"v":-6}},"\u00fa":{"d":"169,8v-73,0,-112,-47,-111,-135r0,-382r56,0r0,383v0,56,31,83,70,83v39,0,71,-27,71,-83r0,-383r56,0r0,509r-55,0r0,-41v-17,28,-46,49,-87,49xm289,-716r-74,130r-49,0r65,-130r58,0","w":373},"\u00f9":{"d":"169,8v-73,0,-112,-47,-111,-135r0,-382r56,0r0,383v0,56,31,83,70,83v39,0,71,-27,71,-83r0,-383r56,0r0,509r-55,0r0,-41v-17,28,-46,49,-87,49xm217,-586r-49,0r-75,-130r58,0","w":373},"\u00fb":{"d":"169,8v-73,0,-112,-47,-111,-135r0,-382r56,0r0,383v0,56,31,83,70,83v39,0,71,-27,71,-83r0,-383r56,0r0,509r-55,0r0,-41v-17,28,-46,49,-87,49xm302,-586r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":373},"\u00fc":{"d":"169,8v-73,0,-112,-47,-111,-135r0,-382r56,0r0,383v0,56,31,83,70,83v39,0,71,-27,71,-83r0,-383r56,0r0,509r-55,0r0,-41v-17,28,-46,49,-87,49xm290,-606r-63,0r0,-63r63,0r0,63xm153,-606r-63,0r0,-63r63,0r0,63","w":373},"\u00b0":{"d":"327,-585v0,75,-61,136,-136,136v-75,0,-135,-61,-135,-136v0,-75,60,-135,135,-135v75,0,136,60,136,135xm277,-585v0,-50,-37,-87,-86,-87v-49,0,-86,37,-86,87v0,50,37,88,86,88v49,0,86,-38,86,-88","w":382},"\u00ae":{"d":"793,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm747,-356v0,-177,-141,-321,-316,-321v-175,0,-317,144,-317,321v0,177,142,321,317,321v175,0,316,-144,316,-321xm531,-443v0,61,-11,84,-47,103r59,183r-45,0r-54,-174r-58,0r0,174r-43,0r0,-399r98,0v64,1,90,42,90,113xm386,-370v66,5,111,-2,103,-73v8,-70,-37,-78,-103,-73r0,146","w":862},"\u00a9":{"d":"793,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm747,-356v0,-177,-141,-321,-316,-321v-175,0,-317,144,-317,321v0,177,142,321,317,321v175,0,316,-144,316,-321xm431,-190v37,0,54,-33,52,-72r42,0v2,69,-31,111,-94,111v-98,0,-98,-69,-98,-205v0,-136,-1,-205,98,-205v63,0,96,43,94,112r-42,0v3,-40,-15,-72,-52,-73v-68,13,-56,57,-56,166v0,110,-11,152,56,166","w":862},"\u2122":{"d":"544,-282r-43,0r0,-323r-73,206r-31,0r-74,-199r0,316r-43,0r0,-430r42,0r90,241r90,-241r42,0r0,430xm223,-673r-74,0r0,391r-42,0r0,-391r-74,0r0,-39r190,0r0,39","w":602},"\u00b1":{"d":"383,-286r-141,0r0,141r-53,0r0,-141r-140,0r0,-53r140,0r0,-141r53,0r0,141r141,0r0,53xm383,-36r-334,0r0,-53r334,0r0,53","w":431},"\u00b5":{"d":"260,-41v-18,28,-45,49,-87,49v-25,0,-49,-11,-56,-21r0,217r-55,0r0,-713r56,0r0,384v0,56,31,83,70,83v39,0,71,-27,71,-83r0,-384r56,0r0,509r-55,0r0,-41","w":378},"\u00ac":{"d":"381,-151r-53,0r0,-103r-278,0r0,-54r331,0r0,157","w":431},"\u00a0":{"w":194},"\u00c0":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm261,-248r-72,-358r-71,358r143,0xm218,-764r-49,0r-75,-130r58,0","w":379,"k":{"y":7,"w":1,"v":6,"t":-2,"q":-17,"g":-14,"e":-16,"d":-17,"c":-16,"a":-19,"Y":11,"W":3,"V":22,"U":-10,"T":18,"Q":-13,"O":-13,"G":-13,"C":-13,".":-22,",":-23}},"\u00c3":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm261,-248r-72,-358r-71,358r143,0xm143,-851v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38","w":379,"k":{"y":7,"w":1,"v":6,"t":-2,"q":-17,"g":-14,"e":-16,"d":-17,"c":-16,"a":-19,"Y":11,"W":3,"V":22,"U":-10,"T":18,"Q":-13,"O":-13,"G":-13,"C":-13,".":-22,",":-23}},"\u00d5":{"d":"367,-356v0,218,-7,272,-50,322v-45,53,-168,53,-213,0v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285xm159,-851v56,0,88,70,138,9r29,29v-34,34,-53,38,-71,38v-56,2,-89,-70,-139,-9r-28,-29v34,-34,52,-38,71,-38","w":421,"k":{"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24,"A":-7}},"\u00f7":{"d":"383,-248r-334,0r0,-53r334,0r0,53xm254,-89r-75,0r0,-76r75,0r0,76xm254,-384r-75,0r0,-75r75,0r0,75","w":431},"\u00ff":{"d":"301,-509r-144,608v-19,79,-71,104,-148,104r0,-50v97,5,95,-85,116,-155r-121,-507r62,0r87,420r87,-420r61,0xm258,-606r-63,0r0,-63r63,0r0,63xm121,-606r-63,0r0,-63r63,0r0,63","w":308},"\u0178":{"d":"312,-712r-125,414r0,298r-59,0r0,-298r-125,-414r65,0r89,326r90,-326r65,0xm260,-784r-63,0r0,-63r63,0r0,63xm123,-784r-63,0r0,-63r63,0r0,63","w":315},"\u00c2":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm261,-248r-72,-358r-71,358r143,0xm302,-764r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":379,"k":{"y":7,"w":1,"v":6,"t":-2,"q":-17,"g":-14,"e":-16,"d":-17,"c":-16,"a":-19,"Y":11,"W":3,"V":22,"U":-10,"T":18,"Q":-13,"O":-13,"G":-13,"C":-13,".":-22,",":-23}},"\u00ca":{"d":"317,0r-248,0r0,-712r248,0r0,53r-189,0r0,276r163,0r0,53r-163,0r0,277r189,0r0,53xm309,-764r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":364},"\u00c1":{"d":"374,0r-63,0r-39,-195r-166,0r-38,195r-64,0r159,-712r55,0xm261,-248r-72,-358r-71,358r143,0xm286,-894r-74,130r-49,0r65,-130r58,0","w":379,"k":{"y":7,"w":1,"v":6,"t":-2,"q":-17,"o":-15,"g":-14,"e":-16,"d":-17,"c":-16,"b":4,"a":-19,"Y":11,"W":3,"V":22,"U":-10,"T":18,"Q":-13,"O":-13,"G":-13,"C":-13,".":-22,"-":-1,",":-23,"\u2019":39}},"\u00cb":{"d":"317,0r-248,0r0,-712r248,0r0,53r-189,0r0,276r163,0r0,53r-163,0r0,277r189,0r0,53xm297,-784r-63,0r0,-63r63,0r0,63xm160,-784r-63,0r0,-63r63,0r0,63","w":364},"\u00c8":{"d":"317,0r-248,0r0,-712r248,0r0,53r-189,0r0,276r163,0r0,53r-163,0r0,277r189,0r0,53xm225,-764r-49,0r-75,-130r58,0","w":364},"\u00cd":{"d":"128,0r-59,0r0,-712r59,0r0,712xm198,-894r-74,130r-49,0r65,-130r58,0","w":197},"\u00ce":{"d":"128,0r-59,0r0,-712r59,0r0,712xm213,-764r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":197},"\u00cf":{"d":"128,0r-59,0r0,-712r59,0r0,712xm198,-784r-63,0r0,-63r63,0r0,63xm61,-784r-63,0r0,-63r63,0r0,63","w":197},"\u00cc":{"d":"128,0r-59,0r0,-712r59,0r0,712xm123,-764r-49,0r-75,-130r58,0","w":197},"\u00d3":{"d":"367,-356v0,218,-7,272,-50,322v-45,53,-168,53,-213,0v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285xm302,-894r-74,130r-49,0r65,-130r58,0","w":421,"k":{"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24,"A":-7}},"\u00d4":{"d":"367,-356v0,218,-7,272,-50,322v-45,53,-168,53,-213,0v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285xm318,-764r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":421,"k":{"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24,"A":-7}},"\u00d2":{"d":"367,-356v0,218,-7,272,-50,322v-45,53,-168,53,-213,0v-43,-50,-50,-104,-50,-322v0,-218,7,-272,50,-322v45,-53,168,-53,213,0v43,50,50,104,50,322xm308,-356v0,-209,-6,-249,-34,-285v-25,-33,-102,-33,-127,0v-27,36,-34,76,-34,285v0,209,7,249,34,285v25,33,102,33,127,0v28,-36,34,-76,34,-285xm234,-764r-49,0r-75,-130r58,0","w":421,"k":{"Y":10,"X":6,"W":-8,"V":-3,"T":7,"J":24,"A":-7}},"\u00da":{"d":"209,8v-86,0,-148,-62,-148,-156r0,-564r59,0r0,569v0,61,40,98,89,98v49,0,88,-37,88,-98r0,-569r59,0r0,564v2,95,-61,156,-147,156xm308,-894r-74,130r-49,0r65,-130r58,0","w":417,"k":{"r":8,"p":8,"n":8,"m":8,".":9,",":8}},"\u00db":{"d":"209,8v-86,0,-148,-62,-148,-156r0,-564r59,0r0,569v0,61,40,98,89,98v49,0,88,-37,88,-98r0,-569r59,0r0,564v2,95,-61,156,-147,156xm324,-764r-52,0r-60,-92r-60,92r-51,0r86,-130r50,0","w":417},"\u00d9":{"d":"209,8v-86,0,-148,-62,-148,-156r0,-564r59,0r0,569v0,61,40,98,89,98v49,0,88,-37,88,-98r0,-569r59,0r0,564v2,95,-61,156,-147,156xm240,-764r-49,0r-75,-130r58,0","w":417},"\u20ac":{"d":"402,-163v-1,97,-47,171,-148,171v-46,0,-82,-16,-106,-42v-36,-38,-48,-78,-50,-228r-63,0r0,-44r63,0r0,-100r-63,0r0,-44r63,0v2,-150,16,-188,50,-228v43,-51,163,-54,208,-4v29,33,44,79,45,133r-59,0v0,-59,-17,-118,-88,-118v-29,0,-50,10,-64,26v-24,28,-30,55,-32,191r133,0r0,44r-134,0r0,100r134,0r0,44r-133,0v2,136,9,163,33,191v14,16,34,26,63,26v71,0,89,-59,89,-118r59,0","w":448},"\u00d0":{"d":"375,-356v0,215,-8,266,-50,315v-46,54,-156,39,-252,41r0,-332r-53,0r0,-49r53,0r0,-331v96,3,206,-13,252,41v42,49,50,100,50,315xm316,-356v0,-204,-5,-243,-35,-278v-27,-32,-92,-24,-149,-25r0,278r91,0r0,49r-91,0r0,279v57,-1,122,7,149,-25v29,-35,35,-74,35,-278","w":429}}});Cufon.registerFont({"w":399,"face":{"font-family":"din_cond","font-weight":500,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"8","bbox":"-102 -965 1003 194","underline-thickness":"77","underline-position":"-77","stemh":"101","stemv":"106","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":179},"!":{"d":"193,-200r-106,0r0,-512r106,0r0,512xm202,0r-124,0r0,-123r124,0r0,123","w":257},"\"":{"d":"174,-511r-102,0r0,-201r102,0r0,201xm364,-511r-101,0r0,-201r101,0r0,201","w":437},"#":{"d":"561,-428r-84,0r-18,127r71,0r0,100r-87,0r-29,201r-111,0r29,-201r-107,0r-29,201r-110,0r29,-201r-68,0r0,-100r84,0r18,-127r-71,0r-1,-101r88,0r26,-183r111,0r-27,183r107,0r27,-183r110,0r-26,183r68,0r0,101xm367,-428r-107,0r-19,127r107,0","w":608},"$":{"d":"223,-617v-52,0,-62,36,-67,90v-9,97,82,102,143,130v84,38,108,80,108,200v0,119,-36,180,-134,199r0,112r-99,0r0,-111v-97,-18,-138,-75,-136,-196r112,0v0,63,12,99,72,99v60,0,68,-36,73,-99v9,-120,-81,-118,-152,-152v-70,-33,-99,-69,-99,-179v0,-97,48,-170,130,-188r0,-94r99,0r0,93v91,16,131,88,129,193r-112,0v1,-55,-12,-97,-67,-97","w":449},"%":{"d":"685,-112v0,79,-59,120,-127,120v-68,0,-127,-41,-127,-120r0,-133v0,-79,59,-120,127,-120v68,0,127,41,127,120r0,133xm301,-467v0,79,-59,120,-127,120v-68,0,-127,-41,-127,-120r0,-133v0,-79,59,-120,127,-120v68,0,127,41,127,120r0,133xm532,-712r-248,712r-82,0r248,-712r82,0xm214,-469r0,-129v0,-31,-16,-45,-40,-45v-24,0,-41,14,-41,45r0,129v0,31,17,45,41,45v24,0,40,-14,40,-45xm598,-114r0,-129v0,-31,-16,-45,-40,-45v-24,0,-40,14,-40,45r0,129v0,31,16,45,40,45v24,0,40,-14,40,-45","w":732},"&":{"d":"497,0r-111,0r-39,-63v-39,44,-81,71,-146,71v-97,0,-167,-69,-167,-183v0,-81,38,-146,106,-215v-46,-62,-75,-110,-75,-170v0,-105,63,-159,142,-159v97,0,144,66,144,149v0,84,-35,138,-91,196r85,131v16,-34,26,-84,29,-131r91,0v-3,80,-29,168,-61,225xm295,-144r-103,-160v-41,42,-59,82,-59,122v0,56,32,95,77,95v32,0,59,-20,85,-57xm256,-568v0,-34,-21,-56,-48,-56v-30,0,-48,23,-48,60v0,31,17,65,47,105v32,-35,49,-61,49,-109","w":499},"\u2019":{"d":"172,-594r-115,86r0,-204r115,0r0,118","w":229,"k":{"\u00c5":51,"\u00c4":51,"\u00c1":51,"\u00f8":42,"\u00c6":80,"y":16,"x":16,"w":16,"v":16,"s":42,"r":17,"q":42,"o":42,"g":42,"e":42,"d":42,"c":42,"a":42,"A":76,".":47,",":47}},"(":{"d":"154,-126v-2,85,29,107,70,149r-71,71v-56,-52,-105,-113,-105,-214r0,-472v-6,-100,50,-164,105,-214r71,71v-41,42,-70,64,-70,149r0,460","w":265},")":{"d":"113,-806v55,52,105,114,105,214r0,472v5,99,-49,163,-105,214r-72,-71v41,-42,71,-65,71,-149r0,-460v2,-84,-30,-107,-71,-149","w":265},"*":{"d":"374,-479r-38,65r-93,-58r4,126r-77,0r4,-126r-94,58r-37,-65r98,-51r-98,-51r37,-66r94,59r-4,-126r77,0r-4,126r93,-59r38,66r-98,51","w":417},"+":{"d":"413,-238r-134,0r0,134r-101,0r0,-134r-134,0r0,-101r134,0r0,-134r101,0r0,134r134,0r0,101","w":457},",":{"d":"172,65r-115,85r0,-274r115,0r0,189","w":229,"k":{"\u201d":40,"\u2019":40}},"-":{"d":"249,-238r-202,0r0,-101r202,0r0,101","w":295,"k":{"\u00c5":5,"\u00c4":5,"\u00c1":5,"\u00c6":32,"Y":42,"W":13,"V":18,"T":41}},".":{"d":"179,0r-123,0r0,-123r123,0r0,123","w":234,"k":{"\u201d":39,"\u201c":39,"\u2018":39,"\u2019":39}},"\/":{"d":"291,-786r-185,860r-100,0r185,-860r100,0","w":298},"0":{"d":"201,-720v93,0,158,56,158,160r0,408v1,105,-65,160,-158,160v-93,0,-159,-56,-159,-160r0,-408v-1,-105,65,-160,159,-160xm253,-148r0,-416v0,-41,-23,-61,-52,-61v-29,0,-53,20,-53,61r0,416v0,41,24,61,53,61v29,0,52,-20,52,-61","w":401},"1":{"d":"283,0r-106,0r0,-588r-107,82r0,-120r107,-86r106,0r0,712","w":401},"2":{"d":"203,-720v95,0,157,57,157,161v0,52,-16,112,-39,156r-161,308r200,0r0,95r-313,0r0,-90r178,-346v25,-39,58,-186,-22,-189v-46,-2,-59,52,-53,107r-106,0v-13,-130,51,-202,159,-202","w":401},"3":{"d":"298,-377v51,35,63,83,63,174v0,124,-46,213,-161,211v-108,-2,-173,-72,-159,-202r106,0v-5,55,7,111,53,107v56,-5,53,-57,55,-123v2,-85,-5,-132,-91,-122r0,-89r35,0v50,-1,50,-50,50,-104v0,-54,-1,-97,-49,-100v-45,-3,-53,54,-48,107r-106,0v-12,-126,46,-202,154,-202v110,0,155,69,155,188v0,76,-11,127,-57,155","w":401},"4":{"d":"377,-111r-49,0r0,111r-106,0r0,-111r-198,0r0,-95r183,-506r103,0r-177,506r89,0r0,-127r106,0r0,127r49,0r0,95","w":401},"5":{"d":"232,-473v117,0,130,94,130,233v0,146,-34,248,-161,248v-106,0,-171,-69,-159,-195r106,0v-5,56,5,115,53,111v63,-5,55,-71,55,-154v0,-85,7,-143,-55,-148v-34,-3,-57,30,-53,76r-101,0r0,-410r307,0r0,95r-210,0r0,191v18,-25,47,-47,88,-47","w":401},"6":{"d":"200,8v-125,0,-160,-78,-160,-224v0,-64,12,-122,29,-168r125,-328r110,0r-117,288v48,-27,108,-8,138,32v26,33,36,71,36,176v0,95,-11,134,-34,167v-28,40,-75,57,-127,57xm201,-87v57,0,54,-68,54,-130v0,-62,4,-132,-54,-132v-58,0,-56,69,-55,132v0,62,-3,130,55,130","w":401},"7":{"d":"365,-624r-187,624r-106,0r187,-617r-124,0r0,95r-102,0r0,-190r332,0r0,88","w":401},"8":{"d":"298,-372v50,36,63,78,63,171v0,126,-47,209,-160,209v-112,0,-161,-83,-161,-209v0,-93,12,-135,63,-171v-44,-31,-58,-78,-58,-155v0,-116,50,-192,155,-193v105,0,156,77,156,193v0,77,-14,123,-58,155xm201,-87v54,0,54,-58,54,-119v0,-65,2,-122,-54,-122v-56,0,-55,57,-55,122v0,60,0,119,55,119xm201,-417v50,0,49,-56,49,-105v0,-50,0,-103,-49,-103v-49,0,-50,52,-50,103v0,49,0,105,50,105","w":401},"9":{"d":"201,-720v125,0,160,77,160,224v0,64,-12,122,-29,168r-125,328r-110,0r117,-288v-48,27,-108,7,-138,-32v-26,-33,-36,-71,-36,-176v0,-95,12,-134,35,-167v28,-40,74,-57,126,-57xm201,-363v57,0,54,-70,54,-132v0,-62,3,-130,-54,-130v-58,0,-55,67,-55,130v0,63,-3,132,55,132","w":401},":":{"d":"202,-313r-124,0r0,-123r124,0r0,123xm202,0r-124,0r0,-123r124,0r0,123","w":257},";":{"d":"198,65r-116,85r0,-274r116,0r0,189xm202,-313r-124,0r0,-123r124,0r0,123","w":257},"<":{"d":"367,-60r-333,-195r0,-74r333,-194r0,116r-203,115r203,115r0,117","w":401},"=":{"d":"413,-326r-369,0r0,-101r369,0r0,101xm413,-145r-369,0r0,-101r369,0r0,101","w":457},">":{"d":"367,-255r-333,195r0,-117r203,-115r-203,-115r0,-116r333,194r0,74","w":401},"?":{"d":"223,-718v116,0,170,71,170,194v0,103,-51,145,-93,202v-24,33,-23,70,-23,122r-106,0v-2,-66,2,-115,31,-155v35,-48,85,-90,85,-172v0,-55,-15,-93,-63,-96v-48,-2,-66,51,-62,96r-106,0v-2,-114,54,-191,167,-191xm286,0r-124,0r0,-123r124,0r0,123","w":426},"@":{"d":"389,-712v102,3,165,58,165,164r0,548r-102,0r0,-40v-18,26,-48,48,-89,48v-87,0,-125,-48,-125,-155r0,-188v-2,-108,38,-155,125,-155v38,0,67,17,85,41r0,-83v0,-59,-29,-89,-83,-89r-130,0v-54,0,-82,30,-82,89r0,396v0,35,8,53,29,73r-77,76v-42,-41,-58,-77,-58,-144r0,-417v1,-107,63,-164,164,-164r178,0xm448,-148r0,-186v0,-41,-23,-62,-52,-62v-29,0,-52,21,-52,62r0,186v0,41,23,61,52,61v29,0,52,-20,52,-61","w":608},"A":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm295,-242r-61,-298r-61,298r122,0","w":468,"k":{"\u00f6":1,"\u00f5":1,"\u00f4":1,"\u00f3":1,"\u00f2":1,"\u00eb":1,"\u00ea":1,"\u00e9":1,"\u00e8":1,"\u00e7":1,"\u00dc":-2,"\u00db":-2,"\u00da":-2,"\u00d9":-2,"\u00d6":4,"\u00d5":4,"\u00d4":4,"\u00d3":4,"\u00d2":4,"\u00c7":4,"\u0153":1,"\u0152":4,"\u201d":43,"y":24,"w":24,"v":24,"t":9,"o":1,"g":1,"e":1,"c":1,"a":-7,"Y":38,"W":-2,"V":33,"U":-2,"T":43,"S":-3,"Q":4,"O":4,"J":-20,"G":4,"C":4,"A":-8,".":-17,",":-15,"\u2019":43}},"B":{"d":"347,-373v58,18,76,103,76,162v0,147,-45,211,-186,211r-177,0r0,-712r178,0v134,0,183,60,183,194v0,65,-23,125,-74,145xm311,-212v0,-104,-46,-117,-139,-111r0,222v93,4,139,-2,139,-111xm309,-515v0,-96,-51,-100,-137,-96r0,193v85,5,137,-5,137,-97","w":472,"k":{"\u00d6":9,"\u00d5":9,"\u00d4":9,"\u00d3":9,"\u00d2":9,"\u00c7":9,"\u00c5":-1,"\u00c4":-1,"\u00c3":-1,"\u00c2":-1,"\u00c1":-1,"\u00c0":-1,"\u0152":9,"\u00d8":2,"\u00c6":30,"Y":24,"W":-3,"Q":9,"O":9,"G":9,"C":9,"A":-1}},"C":{"d":"231,-93v56,1,67,-45,70,-96r112,0v-4,116,-65,197,-182,197v-186,0,-190,-148,-190,-363v0,-216,3,-365,190,-365v117,0,177,81,181,196r-112,0v-3,-50,-14,-95,-69,-95v-27,0,-43,11,-53,27v-36,37,-35,435,0,472v10,16,26,27,53,27","w":447,"k":{"\u00d6":6,"\u00d5":6,"\u00d4":6,"\u00d3":6,"\u00d2":6,"\u00c7":6,"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"\u0152":6,"\u00d8":-9,"\u00c6":30,"Q":6,"O":6,"G":6,"C":6,"A":7}},"D":{"d":"241,-712v185,11,190,144,190,356v0,212,-5,344,-190,356r-181,0r0,-712r181,0xm295,-130v35,-37,34,-415,0,-452v-17,-34,-72,-29,-123,-29r0,510v51,0,106,6,123,-29","w":472,"k":{"\u00c5":7,"\u00c4":7,"\u00c3":7,"\u00c2":7,"\u00c1":7,"\u00c0":7,"\u00c6":30,"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24,"A":7}},"E":{"d":"359,0r-299,0r0,-712r299,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101","w":396},"F":{"d":"359,-611r-187,0r0,202r161,0r0,101r-161,0r0,308r-112,0r0,-712r299,0r0,101","w":390,"k":{"\u00f3":5,"\u00e9":-3,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u00d6":-2,"\u00d5":-2,"\u00d4":-2,"\u00d3":-2,"\u00d2":-2,"\u00c7":-2,"\u00c5":54,"\u00c4":54,"\u00c3":54,"\u00c2":54,"\u00c1":54,"\u00c0":54,"\u0153":21,"\u00f8":21,"\u00e6":20,"\u0152":-2,"\u00d8":-2,"\u00c6":101,"u":20,"r":20,"o":21,"g":21,"e":21,"c":21,"a":20,"Q":-2,"O":-2,"J":122,"G":-2,"C":-2,"A":54,".":77,"-":5,",":78}},"G":{"d":"41,-356v0,-216,4,-356,190,-364v119,-5,178,84,182,197r-112,0v-1,-40,-10,-96,-70,-96v-27,0,-43,11,-53,27v-36,37,-35,435,0,472v10,16,26,27,53,27v87,-1,69,-115,70,-202r-70,0r0,-92r182,0r0,197v0,129,-76,198,-182,198v-187,0,-190,-149,-190,-364","w":455,"k":{"\u00c5":10,"\u00c4":10,"\u00c3":10,"\u00c2":10,"\u00c1":10,"\u00c0":10,"\u00c6":30,"W":4,"V":5,"T":-1,"A":10}},"H":{"d":"423,0r-112,0r0,-312r-139,0r0,312r-112,0r0,-712r112,0r0,300r139,0r0,-300r112,0r0,712","w":483},"I":{"d":"172,0r-112,0r0,-712r112,0r0,712","w":232},"J":{"d":"335,-186v0,118,-72,194,-192,194v-58,0,-106,-21,-140,-57r78,-75v42,56,142,33,142,-62r0,-526r112,0r0,526","w":389,"k":{"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"\u00c6":30,"A":-2}},"K":{"d":"462,0r-121,0r-115,-293r-54,110r0,183r-112,0r0,-712r112,0r0,335r155,-335r113,0r-143,295","w":469,"k":{"\u00e5":-10,"\u00e4":-10,"\u00d6":-2,"\u00d5":-2,"\u00d4":-2,"\u00d3":-2,"\u00d2":-2,"\u00c7":-2,"\u00c5":-6,"\u00c4":-6,"\u00c3":-6,"\u00c2":-6,"\u00c1":-6,"\u00c0":-6,"\u0153":4,"\u00f8":4,"\u0152":5,"\u00d8":-7,"\u00c6":-8,"y":24,"w":16,"o":4,"g":4,"e":4,"c":4,"T":-1,"Q":-2,"G":5,"C":5,"A":-6,"-":19}},"L":{"d":"359,0r-299,0r0,-712r112,0r0,611r187,0r0,101","w":383,"k":{"\u00fc":-6,"\u00fb":-6,"\u00fa":-6,"\u00f9":-6,"\u00d6":20,"\u00d5":20,"\u00d4":20,"\u00d3":20,"\u00d2":20,"\u00c7":20,"\u00c5":-23,"\u00c4":-23,"\u00c3":-23,"\u00c2":-23,"\u00c1":-23,"\u00c0":-23,"\u0152":20,"\u00c6":-2,"\u201d":81,"y":48,"u":-6,"Y":51,"W":31,"V":56,"T":50,"Q":20,"O":17,"G":19,"C":19,"A":-23,"-":73,"\u2019":81}},"M":{"d":"538,0r-112,0r0,-444r-97,292r-62,0r-95,-287r0,439r-112,0r0,-712r101,0r138,374r137,-374r102,0r0,712","w":598},"N":{"d":"439,0r-99,0r-168,-423r0,423r-112,0r0,-712r100,0r167,423r0,-423r112,0r0,712","w":499},"O":{"d":"231,-720v187,0,190,149,190,364v0,216,-3,364,-190,364v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0","w":462,"k":{"\u00c5":-4,"\u00c4":-4,"\u00c3":-4,"\u00c2":-4,"\u00c1":-4,"\u00c0":-4,"\u00c6":30,"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24,"A":7}},"P":{"d":"422,-496v0,144,-48,218,-183,218r-67,0r0,278r-112,0r0,-712r179,0v129,0,183,67,183,216xm310,-495v0,-63,-9,-116,-69,-116r-69,0r0,232r69,0v60,0,69,-53,69,-116","w":459,"k":{"\u00f6":-1,"\u00f3":-1,"\u00e9":-3,"\u00e5":-1,"\u00e4":-1,"\u00e1":-1,"\u00c5":58,"\u00c4":58,"\u00c3":58,"\u00c2":58,"\u00c1":58,"\u00c0":58,"\u0153":13,"\u00f8":13,"\u00e6":10,"\u00c6":101,"o":13,"g":13,"e":13,"c":13,"a":10,"J":124,"A":58,".":96,"-":6,",":99}},"Q":{"d":"231,-720v187,0,192,149,190,364v0,117,0,205,-29,267r59,50r-52,62r-58,-49v-27,21,-62,34,-110,34v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm299,-167v15,-68,20,-397,-14,-425v-15,-35,-93,-35,-107,0v-36,36,-35,436,0,472v10,22,48,35,77,22r-37,-31r52,-62","w":462},"R":{"d":"445,0r-117,0r-93,-292r-63,0r0,292r-112,0r0,-712r180,0v130,0,182,63,182,210v0,88,-18,151,-83,186xm310,-502v0,-59,-9,-109,-69,-109r-69,0r0,218r69,0v60,0,69,-50,69,-109","w":478,"k":{"\u00fc":8,"\u00fa":8,"\u00f6":16,"\u00f5":16,"\u00f4":16,"\u00f3":16,"\u00f2":16,"\u00eb":16,"\u00ea":16,"\u00e9":16,"\u00e8":16,"\u00e7":16,"\u00e5":1,"\u00e4":1,"\u00e1":1,"\u00dc":12,"\u00d6":1,"\u00d5":1,"\u00d4":1,"\u00d3":1,"\u00d2":1,"\u00c7":1,"\u0153":16,"\u00e6":10,"\u0152":1,"u":8,"o":16,"g":16,"e":16,"c":16,"a":10,"Y":15,"W":-11,"V":3,"U":7,"T":24,"Q":1,"O":1,"G":1,"C":1,"-":18}},"S":{"d":"220,-617v-52,0,-62,36,-67,90v-9,97,82,102,143,130v84,38,108,80,108,200v0,138,-52,204,-185,204v-129,0,-187,-62,-184,-200r112,0v0,63,12,99,72,99v60,0,73,-35,73,-99v0,-120,-81,-118,-152,-152v-70,-33,-99,-69,-99,-179v0,-114,65,-193,180,-194v125,-1,180,75,178,198r-112,0v1,-55,-12,-97,-67,-97","w":442,"k":{"\u00c6":22,"W":-13,"V":1,"T":1}},"T":{"d":"372,-611r-120,0r0,611r-112,0r0,-611r-119,0r0,-101r351,0r0,101","w":393,"k":{"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00c7":14,"\u00c5":52,"\u00c4":52,"\u00c3":52,"\u00c2":52,"\u00c1":52,"\u00c0":52,"\u0153":61,"\u00f8":61,"\u00e6":63,"\u0152":14,"\u00d8":14,"\u00c6":72,"\u2039":26,"\u00ab":26,"y":46,"w":46,"v":46,"u":46,"s":42,"r":50,"o":61,"g":61,"e":61,"c":61,"a":63,"Y":-33,"W":-33,"V":-33,"Q":14,"O":14,"J":71,"G":14,"C":14,"A":52,";":35,":":35,".":46,"-":42,",":48}},"U":{"d":"236,8v-105,0,-182,-74,-182,-183r0,-537r112,0r0,543v0,51,32,76,70,76v38,0,69,-25,69,-76r0,-543r112,0r0,537v1,108,-76,183,-181,183","w":471,"k":{"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"\u00c6":30,"r":4,"p":4,"n":4,"m":4,"A":-2,".":10,",":11}},"V":{"d":"433,-712r-157,712r-116,0r-156,-712r123,0r91,540r92,-540r123,0","w":437,"k":{"\u00d6":-3,"\u00d5":-3,"\u00d4":-3,"\u00d3":-3,"\u00d2":-3,"\u00c7":-3,"\u00c5":33,"\u00c4":33,"\u00c3":33,"\u00c2":33,"\u00c1":33,"\u00c0":33,"\u0160":-3,"\u0153":26,"\u00f8":26,"\u00e6":26,"\u0152":-3,"\u00d8":-3,"\u00c6":58,"\u2039":17,"\u00ab":17,"y":-3,"u":16,"r":20,"o":26,"i":-10,"g":26,"e":26,"c":26,"a":26,"T":-33,"S":-3,"Q":-3,"O":-3,"G":-3,"C":-3,"A":33,";":10,":":10,".":44,"-":19,",":46}},"W":{"d":"710,-712r-134,712r-117,0r-102,-541r-101,541r-117,0r-135,-712r123,0r70,540r98,-540r124,0r99,540r69,-540r123,0","w":714,"k":{"\u00d6":-20,"\u00d5":-20,"\u00d4":-20,"\u00d3":-20,"\u00d2":-20,"\u00c7":-20,"\u00c5":-2,"\u00c4":-2,"\u00c3":-2,"\u00c2":-2,"\u00c1":-2,"\u00c0":-2,"\u0160":-17,"\u0153":5,"\u00f8":5,"\u00e6":-1,"\u0152":-20,"\u00d8":-20,"\u00c6":58,"r":-1,"o":5,"i":-10,"g":5,"e":5,"c":5,"a":-1,"T":-33,"S":-17,"Q":-20,"O":-20,"G":-20,"C":-20,"A":-2,";":16,":":16,".":35,"-":13,",":37}},"X":{"d":"421,0r-123,0r-82,-256r-82,256r-123,0r141,-369r-130,-343r123,0r71,238r71,-238r123,0r-133,343","w":432,"k":{"\u00d6":14,"\u00d5":14,"\u00d4":14,"\u00d3":14,"\u00d2":14,"\u00c7":14,"\u0152":14,"\u00d8":14,"y":11,"u":-2,"o":-2,"e":11,"Q":14,"O":14,"G":14,"C":14,"-":21}},"Y":{"d":"388,-712r-138,433r0,279r-112,0r0,-279r-138,-433r124,0r70,282r71,-282r123,0","w":389,"k":{"\u00d6":8,"\u00d5":8,"\u00d4":8,"\u00d3":8,"\u00d2":8,"\u00c7":8,"\u00c5":37,"\u00c4":37,"\u00c3":37,"\u00c2":37,"\u00c1":37,"\u00c0":37,"\u0160":2,"\u0153":42,"\u00f8":42,"\u00e6":42,"\u0152":8,"\u00d8":8,"\u00c6":58,"\u2039":14,"\u00ab":14,"w":12,"v":12,"u":25,"s":52,"r":-3,"p":30,"o":42,"n":30,"m":30,"i":-21,"g":42,"e":42,"d":42,"c":42,"a":42,"T":-33,"S":2,"Q":8,"O":8,"G":8,"C":8,"A":37,";":10,":":10,".":45,"-":42,",":47}},"Z":{"d":"341,0r-310,0r0,-84r194,-527r-182,0r0,-101r298,0r0,84r-193,527r193,0r0,101","w":373,"k":{"y":13,"w":2,"v":-2}},"[":{"d":"253,74r-200,0r0,-860r200,0r0,94r-94,0r0,672r94,0r0,94","w":282},"\\":{"d":"291,74r-100,0r-185,-860r100,0","w":298},"]":{"d":"228,74r-199,0r0,-94r93,0r0,-672r-93,0r0,-94r199,0r0,860","w":282},"^":{"d":"418,-434r-103,0r-83,-177r-83,177r-104,0r140,-283r93,0","w":463},"_":{"d":"457,153r-457,0r0,-77r457,0r0,77","w":457},"\u2018":{"d":"172,-594r-115,0r0,-118r115,-85r0,203","w":229,"k":{"\u00c5":53,"\u00c4":31,"\u00c1":53,"\u00f8":42,"\u00c6":89,"y":16,"x":16,"w":16,"v":16,"s":42,"r":-2,"q":42,"o":42,"g":42,"e":42,"d":42,"c":42,"a":42,"Y":-17,"W":-16,"V":-16,"T":-8,"A":76,".":47}},"a":{"d":"192,-535v98,0,158,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-4,-83,66,-157,156,-157xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78","k":{"y":7,"w":8,"v":19,"\u2019":19}},"b":{"d":"242,-535v127,0,130,106,130,271v0,165,-3,265,-130,272v-39,2,-71,-23,-88,-48r0,40r-102,0r0,-712r106,0r0,219v17,-24,46,-42,84,-42xm211,-87v69,0,55,-72,55,-177v0,-106,12,-164,-55,-177v-34,1,-53,25,-53,64r0,227v-1,38,18,63,53,63","w":408,"k":{"y":4,"w":9,"v":8}},"c":{"d":"198,-87v38,4,53,-34,53,-68r105,0v-4,96,-56,163,-158,163v-50,0,-94,-13,-125,-56v-33,-45,-37,-126,-37,-216v0,-89,4,-170,37,-216v52,-72,172,-75,236,-18v34,30,44,80,47,125r-105,0v0,-32,-16,-73,-53,-68v-68,9,-56,71,-56,177v0,106,-14,169,56,177","w":384},"d":{"d":"166,-535v37,0,67,18,84,42r0,-219r106,0r0,712r-102,0r0,-40v-17,24,-49,50,-88,48v-126,-6,-130,-108,-130,-272v0,-166,2,-271,130,-271xm197,-87v34,0,54,-25,53,-63r0,-227v1,-39,-19,-63,-53,-64v-67,12,-55,71,-55,177v0,106,-14,177,55,177","w":408},"e":{"d":"357,-155v0,88,-60,163,-158,163v-49,0,-82,-11,-114,-43v-45,-45,-49,-133,-49,-229v0,-96,3,-185,49,-229v60,-58,167,-60,226,0v52,53,47,161,48,260r-217,0v4,88,-7,140,57,146v35,3,53,-32,53,-68r105,0xm253,-311v-3,-82,3,-121,-55,-130v-58,8,-53,48,-56,130r111,0","w":394,"k":{"y":4,"x":18,"w":9,"v":8,"\u2019":14}},"f":{"d":"252,-446r-73,0r0,446r-106,0r0,-446r-54,0r0,-81r54,0v-11,-131,59,-195,179,-191r0,95v-59,-1,-78,35,-73,96r73,0r0,81","w":271,"k":{"\u00f6":-5,"\u00f3":-5,"\u00e9":-6,"\u00e5":-5,"\u00e4":-5,"\u00e3":-5,"\u00e2":-5,"\u00e1":-5,"\u00e0":-5,"\u0153":8,"\u00f8":8,"s":-1,"o":8,"l":-6,"j":-6,"i":-6,"g":8,"e":8,"c":8,"\u2019":-5}},"g":{"d":"78,-496v35,-55,144,-49,176,3r0,-34r102,0r0,537v2,121,-57,174,-159,180v-91,5,-163,-69,-158,-157r105,0v-1,36,17,66,53,66v71,0,50,-100,53,-172v-29,54,-138,55,-172,2v-59,-50,-58,-375,0,-425xm197,-124v35,0,54,-24,53,-63r0,-190v0,-38,-18,-64,-53,-64v-64,0,-55,67,-55,159v0,91,-10,158,55,158","w":408,"k":{"\u00f6":4,"\u00f3":4,"\u00e9":3,"\u00e5":2,"\u00e4":2,"e":4}},"h":{"d":"242,-535v87,0,126,48,126,155r0,380r-106,0r0,-379v0,-41,-23,-61,-52,-61v-29,0,-52,20,-52,61r0,379r-106,0r0,-712r106,0r0,219v17,-24,46,-42,84,-42","w":417,"k":{"\u2019":16}},"i":{"d":"158,0r-106,0r0,-513r106,0r0,513xm163,-594r-117,0r0,-117r117,0r0,117","w":210},"j":{"d":"158,25v1,114,-72,161,-178,160r0,-95v48,0,72,-18,72,-71r0,-532r106,0r0,538xm163,-594r-117,0r0,-117r117,0r0,117","w":210},"k":{"d":"409,0r-117,0r-89,-222r-45,71r0,151r-106,0r0,-712r106,0r0,410r133,-225r111,0r-131,209","w":416,"k":{"\u00fc":-9,"\u00f6":-1,"\u00f5":-1,"\u00f4":-1,"\u00f3":-1,"\u00f2":-1,"\u00eb":-1,"\u00ea":-1,"\u00e9":-1,"\u00e8":-1,"\u00e7":-1,"\u0161":-2,"\u0153":-1,"s":-2,"q":-1,"o":-1,"g":-1,"e":-1,"d":-1,"c":-1,".":-11,"-":27,",":-10}},"l":{"d":"227,0v-107,3,-178,-45,-178,-160r0,-552r106,0r0,546v0,47,23,71,72,71r0,95","w":244},"m":{"d":"345,-481v22,-27,58,-54,103,-54v49,0,76,13,100,41v21,24,31,53,31,114r0,380r-106,0r0,-379v0,-41,-24,-61,-53,-61v-29,0,-52,20,-52,61r0,379r-106,0r0,-379v0,-41,-23,-61,-52,-61v-29,0,-52,20,-52,61r0,379r-106,0r0,-527r102,0r0,39v36,-64,154,-59,191,7","w":628},"n":{"d":"242,-535v87,4,126,48,126,155r0,380r-106,0r0,-379v0,-41,-23,-61,-52,-61v-29,0,-52,20,-52,61r0,379r-106,0r0,-527r102,0r0,39v18,-25,47,-49,88,-47","w":417,"k":{"w":-2,"\u2019":16}},"o":{"d":"360,-264v0,89,-4,170,-37,216v-31,43,-74,56,-125,56v-51,0,-94,-13,-125,-56v-33,-46,-37,-127,-37,-216v0,-89,4,-170,37,-216v31,-43,74,-55,125,-55v51,0,94,12,125,55v33,46,37,127,37,216xm198,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177","w":396,"k":{"y":4,"x":5,"w":9,"v":8,"\u2019":14}},"p":{"d":"242,-535v126,7,130,107,130,271v0,166,-2,272,-130,272v-37,0,-67,-18,-84,-42r0,219r-106,0r0,-712r102,0r0,39v16,-24,48,-49,88,-47xm211,-87v69,0,55,-72,55,-177v0,-106,12,-164,-55,-177v-34,1,-53,25,-53,64r0,227v-1,38,18,63,53,63","w":408,"k":{"y":4,"w":9,"v":8}},"q":{"d":"166,-535v40,-2,71,23,88,47r0,-39r102,0r0,712r-106,0r0,-219v-17,24,-46,42,-84,42v-128,0,-130,-107,-130,-272v0,-165,4,-264,130,-271xm197,-87v34,0,54,-25,53,-63r0,-227v1,-39,-19,-63,-53,-64v-67,12,-55,71,-55,177v0,106,-14,177,55,177","w":408},"r":{"d":"282,-432v-74,-7,-124,20,-124,91r0,341r-106,0r0,-527r102,0r0,56v25,-35,70,-64,128,-64r0,103","w":299,"k":{"\u00f6":10,"\u00f5":10,"\u00f4":10,"\u00f3":10,"\u00f2":10,"\u00eb":10,"\u00ea":10,"\u00e9":10,"\u00e8":10,"\u00e7":10,"\u00e5":8,"\u00e4":8,"\u00e3":8,"\u00e2":8,"\u00e1":8,"\u00e0":8,"\u0161":-1,"\u0153":10,"\u00f8":-7,"\u00e6":8,"y":-10,"w":-14,"v":-10,"s":-1,"q":10,"o":10,"g":10,"e":10,"d":10,"c":10,"a":8,".":48,"-":20,",":49,"\u2019":-6}},"s":{"d":"190,-442v-45,-3,-71,52,-46,86v39,53,153,60,186,118v12,21,22,50,22,86v0,150,-184,208,-278,117v-32,-31,-47,-69,-47,-119r105,0v-2,37,23,66,58,66v49,0,76,-60,45,-96v-59,-69,-205,-60,-205,-194v0,-142,177,-204,271,-117v29,26,45,64,45,117r-104,0v1,-39,-20,-62,-52,-64","w":381,"k":{"y":-1,"x":-1,"w":3,"v":3,"\u2019":18}},"t":{"d":"254,0v-108,4,-181,-46,-181,-160r0,-286r-54,0r0,-81r54,0r0,-135r106,0r0,135r73,0r0,81r-73,0r0,280v0,49,25,71,75,71r0,95","w":274,"k":{";":10,":":4,"\u2019":-1}},"u":{"d":"175,8v-87,0,-126,-48,-126,-155r0,-380r106,0r0,379v0,41,23,61,52,61v29,0,52,-20,52,-61r0,-379r106,0r0,527r-101,0r0,-40v-19,25,-49,48,-89,48","w":417},"v":{"d":"377,-527r-130,527r-112,0r-131,-527r117,0r70,359r69,-359r117,0","w":381,"k":{"\u00f6":8,"\u00f5":8,"\u00f4":8,"\u00f3":8,"\u00f2":8,"\u00eb":8,"\u00ea":8,"\u00e9":8,"\u00e8":8,"\u00e7":8,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u0161":-2,"\u0153":8,"\u00f8":8,"\u00e6":4,"s":-2,"q":8,"o":8,"g":8,"e":8,"d":8,"c":8,"a":4,";":6,":":6,".":32,",":34}},"w":{"d":"573,-527r-118,527r-105,0r-63,-342r-62,342r-105,0r-116,-527r118,0r55,359r65,-359r91,0r66,359r55,-359r119,0","w":577,"k":{"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u0161":-5,"\u0153":4,"\u00f8":4,"\u00e6":4,"s":-5,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,".":29,",":31}},"x":{"d":"382,0r-118,0r-69,-164r-69,164r-117,0r124,-268r-118,-259r117,0r63,160r63,-160r118,0r-120,259","w":391,"k":{"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u0161":-1,"\u0153":4,"\u00f8":4,"\u00e6":4,"s":-1,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4}},"y":{"d":"377,-527r-148,594v-26,106,-101,118,-197,118r0,-94v46,-1,81,-5,94,-55r9,-37r-131,-526r117,0r70,359r69,-359r117,0","w":382,"k":{"\u00f6":4,"\u00f5":4,"\u00f4":4,"\u00f3":4,"\u00f2":4,"\u00eb":4,"\u00ea":4,"\u00e9":4,"\u00e8":4,"\u00e7":4,"\u00e5":4,"\u00e4":4,"\u00e3":4,"\u00e2":4,"\u00e1":4,"\u00e0":4,"\u0161":-2,"\u0153":4,"\u00f8":4,"\u00e6":4,"s":-2,"q":4,"o":4,"g":4,"e":4,"d":4,"c":4,"a":4,";":10,":":11,".":33,",":35}},"z":{"d":"299,0r-273,0r0,-80r154,-353r-142,0r0,-94r261,0r0,79r-154,353r154,0r0,95","w":325},"{":{"d":"156,-356v36,13,64,43,64,103r0,180v1,47,38,57,87,52r0,95v-117,9,-193,-27,-193,-140r0,-190v0,-47,-36,-58,-85,-53r0,-94v49,4,85,-5,85,-53r0,-190v0,-112,76,-150,193,-140r0,95v-49,-4,-87,5,-87,52r0,180v2,60,-28,91,-64,103","w":335},"|":{"d":"218,74r-106,0r0,-860r106,0r0,860","w":330},"}":{"d":"29,-786v116,-9,193,27,192,140r0,190v0,47,36,58,86,53r0,94v-49,-4,-86,5,-86,53r0,190v0,113,-75,150,-192,140r0,-95v49,4,86,-4,86,-52r0,-180v-1,-61,26,-89,64,-103v-38,-11,-64,-44,-64,-103r0,-180v0,-47,-37,-57,-86,-52r0,-95","w":335},"~":{"d":"149,-363v62,0,96,43,154,45v26,0,43,-10,66,-33r65,64v-47,47,-82,66,-126,66v-62,0,-96,-44,-154,-45v-26,0,-43,10,-66,33r-65,-64v47,-47,82,-66,126,-66","w":457},"\u00a1":{"d":"170,185r-106,0r0,-513r106,0r0,513xm179,-404r-123,0r0,-123r123,0r0,123","w":257},"\u00a2":{"d":"203,-194v34,4,54,-31,52,-65r105,0v-3,79,-42,141,-116,152r0,107r-81,0r0,-107v-104,-16,-122,-123,-122,-256v0,-133,17,-240,122,-256r0,-93r81,0r0,93v70,6,118,81,116,152r-105,0v2,-32,-16,-68,-52,-64v-68,7,-56,67,-56,168v0,102,-12,162,56,169","w":392},"\u00a3":{"d":"427,0r-332,0r0,-324r-63,0r0,-81r63,0r0,-122v0,-117,82,-193,191,-193v56,0,107,21,141,57r-77,75v-11,-14,-28,-31,-64,-31v-43,0,-79,33,-79,91r0,123r80,0r0,81r-80,0r0,223r220,0r0,101","w":460},"\u2044":{"d":"226,-712r-246,712r-82,0r246,-712r82,0","w":125},"\u00a5":{"d":"380,-712r-93,305r59,0r0,80r-84,0v-9,26,-18,50,-15,88r99,0r0,81r-99,0r0,158r-106,0r0,-158r-99,0r0,-81r99,0v3,-37,-6,-62,-14,-88r-85,0r0,-80r60,0r-93,-305r117,0r68,282r69,-282r117,0","w":389},"\u0192":{"d":"342,-624v-53,-4,-93,5,-100,50r-33,186r75,0r0,80r-90,0r-89,493r-105,0r89,-493r-52,0r0,-80r67,0r33,-192v26,-113,94,-146,205,-139r0,95","w":365},"\u00a7":{"d":"215,-619v-46,0,-69,55,-45,89v34,49,127,53,170,97v37,38,44,71,44,163v0,85,-14,138,-75,166v40,22,68,66,68,124v0,149,-186,208,-281,116v-30,-30,-47,-66,-47,-113r108,0v-2,33,23,61,55,61v52,0,71,-57,45,-92v-36,-49,-121,-51,-164,-94v-45,-46,-48,-94,-48,-168v0,-85,17,-135,77,-162v-41,-27,-69,-57,-69,-124v0,-137,170,-200,268,-121v33,27,52,68,52,118r-106,0v2,-32,-22,-60,-52,-60xm215,-154v56,-1,63,-54,63,-116v0,-61,-7,-116,-63,-116v-57,0,-64,51,-64,116v0,60,6,117,64,116","w":429},"\u00a4":{"d":"459,-189v-4,116,-65,196,-182,197v-68,0,-107,-26,-137,-60v-34,-38,-48,-94,-50,-183r-58,0r0,-81r56,0r0,-80r-56,0r0,-81r58,0v2,-89,17,-145,50,-183v30,-34,69,-60,137,-60v117,0,178,80,182,196r-112,0v-1,-47,-12,-95,-70,-95v-74,0,-70,43,-74,142r106,0r0,81r-109,0r0,80r109,0r0,81r-106,0v1,67,5,93,20,115v10,15,27,27,54,27v58,0,69,-49,70,-96r112,0","w":498},"'":{"d":"174,-511r-102,0r0,-201r102,0r0,201","w":247},"\u201c":{"d":"361,-594r-116,0r0,-118r116,-85r0,203xm172,-594r-115,0r0,-118r115,-85r0,203","w":418,"k":{"\u00c5":53,"\u00c4":31,"\u00c1":53,"\u00f8":42,"\u00c6":89,"y":16,"x":16,"w":16,"v":16,"s":42,"q":42,"o":42,"g":42,"e":42,"d":42,"c":42,"a":42,"Y":-17,"W":-16,"V":-16,"T":-8,"A":76,".":47}},"\u00ab":{"d":"185,-27r-161,-249r161,-248r0,158r-61,90r61,92r0,157xm367,-27r-160,-249r160,-248r0,158r-62,90r62,92r0,157","w":414},"\u2039":{"d":"185,-27r-161,-249r161,-248r0,158r-61,90r61,92r0,157","w":231},"\u203a":{"d":"207,-276r-160,249r0,-157r60,-92r-60,-90r0,-158","w":231,"k":{"\u00c5":1,"\u00c4":1,"\u00c1":1,"\u00c6":17,"Y":14,"V":17,"T":16,"A":1}},"\ufb01":{"d":"252,-446r-73,0r0,446r-106,0r0,-446r-54,0r0,-81r54,0v-11,-132,58,-197,179,-193r0,95v-61,-2,-78,34,-73,98r73,0r0,81xm411,0r-106,0r0,-527r106,0r0,527xm417,-594r-117,0r0,-117r117,0r0,117","w":463},"\ufb02":{"d":"252,-446r-73,0r0,446r-106,0r0,-446r-54,0r0,-81r54,0v-11,-132,58,-197,179,-193r0,95v-60,-1,-78,36,-73,98r73,0r0,81xm483,0v-107,3,-178,-46,-178,-160r0,-552r106,0r0,546v0,47,23,71,72,71r0,95","w":501},"\u2013":{"d":"413,-238r-369,0r0,-101r369,0r0,101","w":457},"\u2020":{"d":"405,-439r-131,0r0,439r-99,0r0,-439r-131,0r0,-88r131,0r0,-185r99,0r0,185r131,0r0,88","w":449},"\u2021":{"d":"405,0r-131,0r0,185r-99,0r0,-185r-131,0r0,-89r131,0r0,-350r-131,0r0,-88r131,0r0,-185r99,0r0,185r131,0r0,88r-131,0r0,350r131,0r0,89","w":449},"\u00b7":{"d":"216,-221r-160,0r0,-160r160,0r0,160","w":272},"\u00b6":{"d":"549,185r-106,0r0,-796r-101,0r0,796r-106,0r0,-471v-140,9,-200,-35,-200,-213v0,-153,56,-213,148,-213r365,0r0,897","w":602},"\u2022":{"d":"386,-334v0,90,-73,163,-163,163v-90,0,-163,-73,-163,-163v0,-90,73,-163,163,-163v90,0,163,73,163,163","w":446},"\u201a":{"d":"172,0r-115,85r0,-203r115,0r0,118","w":229},"\u201e":{"d":"361,0r-116,85r0,-203r116,0r0,118xm172,0r-115,85r0,-203r115,0r0,118","w":418,"k":{"\u00c6":-15,"Y":48,"W":37,"V":46,"T":49,"A":-16}},"\u201d":{"d":"361,-594r-116,86r0,-204r116,0r0,118xm172,-594r-115,86r0,-204r115,0r0,118","w":418,"k":{"\u00c5":51,"\u00c4":51,"\u00c1":51,"\u00f8":42,"\u00c6":132,"y":16,"x":16,"w":16,"v":16,"s":42,"q":42,"o":42,"g":42,"e":42,"d":42,"c":42,"a":42,"Y":-15,"W":-15,"V":-15,"T":-8,"A":76,".":47}},"\u00bb":{"d":"389,-276r-160,249r0,-157r61,-92r-61,-90r0,-158xm207,-276r-160,249r0,-157r62,-92r-62,-90r0,-158","w":414,"k":{"\u00c5":1,"\u00c4":1,"\u00c1":1,"\u00c6":17,"Y":14,"V":17,"T":16,"A":1}},"\u2026":{"d":"599,0r-123,0r0,-123r123,0r0,123xm179,0r-123,0r0,-123r123,0r0,123xm389,0r-123,0r0,-123r123,0r0,123","w":654},"\u2030":{"d":"685,-112v0,79,-59,120,-127,120v-68,0,-127,-41,-127,-120r0,-133v0,-79,59,-120,127,-120v68,0,127,41,127,120r0,133xm301,-467v0,79,-59,120,-127,120v-68,0,-127,-41,-127,-120r0,-133v0,-79,59,-120,127,-120v68,0,127,41,127,120r0,133xm1003,-112v0,79,-58,120,-126,120v-68,0,-127,-41,-127,-120r0,-133v0,-79,59,-120,127,-120v68,0,126,41,126,120r0,133xm532,-712r-248,712r-82,0r248,-712r82,0xm214,-469r0,-129v0,-31,-16,-45,-40,-45v-24,0,-41,14,-41,45r0,129v0,31,17,45,41,45v24,0,40,-14,40,-45xm917,-114r0,-129v0,-31,-16,-45,-40,-45v-24,0,-41,14,-41,45r0,129v0,31,17,45,41,45v24,0,40,-14,40,-45xm598,-114r0,-129v0,-31,-16,-45,-40,-45v-24,0,-40,14,-40,45r0,129v0,31,16,45,40,45v24,0,40,-14,40,-45","w":1050},"\u00bf":{"d":"202,96v47,2,66,-51,62,-97r106,0v2,114,-54,192,-167,192v-116,0,-170,-72,-170,-195v0,-102,51,-144,93,-201v25,-33,23,-71,23,-123r106,0v2,66,-1,116,-31,156v-35,47,-85,90,-85,171v0,55,14,95,63,97xm264,-404r-123,0r0,-123r123,0r0,123","w":426},"`":{"d":"245,-587r-74,0r-87,-139r89,0"},"\u00b4":{"d":"315,-726r-87,139r-74,0r72,-139r89,0"},"\u02c6":{"d":"340,-587r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0"},"\u02dc":{"d":"148,-697v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47"},"\u00af":{"d":"322,-610r-245,0r0,-71r245,0r0,71"},"\u02d8":{"d":"324,-696v-4,87,-61,119,-125,119v-64,0,-120,-32,-124,-119r71,0v4,64,103,62,107,0r71,0"},"\u02d9":{"d":"249,-606r-99,0r0,-100r99,0r0,100"},"\u00a8":{"d":"337,-597r-100,0r0,-100r100,0r0,100xm162,-597r-100,0r0,-100r100,0r0,100"},"\u02da":{"d":"304,-691v0,58,-47,105,-105,105v-58,0,-104,-47,-104,-105v0,-58,46,-104,104,-104v58,0,105,46,105,104xm245,-691v0,-25,-21,-46,-46,-46v-25,0,-45,21,-45,46v0,25,20,46,45,46v25,0,46,-21,46,-46"},"\u00b8":{"d":"243,40r-53,154r-76,0r61,-154r68,0"},"\u02dd":{"d":"208,-725r-67,141r-70,0r47,-141r90,0xm377,-725r-67,141r-69,0r46,-141r90,0"},"\u02db":{"d":"286,194r-76,0r-53,-154r68,0"},"\u02c7":{"d":"340,-724r-99,140r-84,0r-98,-140r81,0r59,82r60,-82r81,0"},"\u2014":{"d":"665,-238r-618,0r0,-101r618,0r0,101","w":711},"\u00c6":{"d":"638,0r-299,0r0,-148r-158,0r-52,148r-123,0r261,-712r371,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101xm339,-249r0,-362r-125,362r125,0","w":675},"\u00aa":{"d":"160,-717v77,1,130,48,129,132r0,291r-82,0r0,-34v-21,26,-36,37,-75,38v-69,2,-110,-46,-107,-126v2,-90,65,-133,176,-123v0,-46,6,-101,-40,-101v-27,0,-44,29,-41,51r-88,0v-4,-70,53,-129,128,-128xm201,-477v-52,-6,-89,12,-88,57v0,33,14,56,44,56v44,0,48,-62,44,-113","w":331},"\u0141":{"d":"372,0r-299,0r0,-257r-47,40r0,-106r47,-39r0,-350r112,0r0,260r93,-78r0,105r-93,79r0,245r187,0r0,101","w":395},"\u00d8":{"d":"41,-356v0,-216,3,-364,190,-364v35,0,64,7,87,19r20,-55r74,0r-37,103v48,60,47,167,47,297v0,216,-4,364,-191,364v-35,0,-64,-7,-87,-19r-19,55r-74,0r37,-102v-48,-60,-47,-167,-47,-298xm281,-598v-20,-30,-90,-27,-103,6v-30,21,-29,280,-20,363xm285,-120v30,-21,27,-278,20,-362r-123,368v19,30,90,26,103,-6","w":457,"k":{"A":-6}},"\u0152":{"d":"41,-356v0,-215,6,-364,185,-364v36,0,71,15,90,35r0,-27r288,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101r-288,0r0,-27v-21,21,-54,35,-90,35v-180,0,-185,-151,-185,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0","w":642},"\u00ba":{"d":"165,-716v108,0,132,93,132,214v0,121,-23,214,-132,214v-42,0,-77,-10,-102,-44v-27,-36,-31,-100,-31,-170v0,-121,23,-214,133,-214xm165,-365v53,0,44,-77,44,-137v0,-60,9,-137,-44,-137v-53,0,-45,76,-45,137v0,61,-9,137,45,137","w":329},"\u00e6":{"d":"299,-490v46,-58,165,-63,220,-3v50,55,47,161,48,260r-217,0v4,87,-7,140,56,146v35,3,54,-32,54,-68r105,0v-2,44,-14,88,-44,121v-61,68,-211,49,-245,-28v-27,41,-54,70,-118,70v-88,0,-133,-62,-131,-162v2,-113,79,-166,217,-154v1,-60,7,-137,-51,-134v-36,2,-51,28,-51,64r-106,0v-4,-83,66,-157,156,-157v45,0,89,14,107,45xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78xm461,-311v-3,-82,3,-121,-55,-130v-58,8,-53,48,-56,130r111,0","w":602,"k":{"y":4,"w":9,"v":8}},"\u0131":{"d":"159,0r-106,0r0,-527r106,0r0,527","w":210},"\u0142":{"d":"252,0v-107,3,-178,-46,-178,-160r0,-138r-52,47r0,-100r52,-46r0,-315r106,0r0,229r53,-47r0,99r-53,47r0,218v0,47,23,71,72,71r0,95","w":272},"\u00f8":{"d":"367,-571r-41,95v31,46,34,127,34,212v0,89,-5,170,-37,216v-43,62,-130,69,-202,41r-21,51r-71,0r41,-96v-31,-46,-34,-127,-34,-212v0,-89,5,-170,37,-216v43,-62,131,-67,202,-40r21,-51r71,0xm198,-445v-70,0,-52,74,-57,181v0,23,1,50,3,60r91,-225v-9,-10,-23,-16,-37,-16xm198,-82v70,0,53,-74,57,-182v0,-23,0,-49,-3,-59r-91,225v9,10,23,16,37,16","w":394},"\u0153":{"d":"308,-486v45,-59,164,-69,221,-7v50,55,48,161,49,260r-218,0v4,88,-7,140,57,146v35,3,53,-32,53,-68r105,0v0,88,-60,168,-158,163v-47,-3,-87,-19,-108,-50v-47,66,-185,70,-236,-6v-32,-47,-37,-127,-37,-216v0,-89,5,-169,37,-216v51,-75,187,-72,235,-6xm198,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177xm472,-311v-3,-82,2,-121,-56,-130v-58,8,-53,48,-56,130r112,0","w":613,"k":{"y":4,"w":9,"v":8}},"\u00df":{"d":"319,-394v51,36,62,83,62,179v0,71,0,130,-47,175v-33,32,-78,40,-122,40r0,-95v61,2,65,-58,63,-129v-2,-69,4,-126,-63,-124r0,-89v52,6,56,-51,56,-92v0,-47,-6,-96,-56,-96v-31,0,-54,21,-54,64r0,561r-106,0r0,-558v-13,-153,178,-209,275,-121v42,38,47,86,47,141v0,60,-13,119,-55,144","w":416},"\u017d":{"d":"341,0r-310,0r0,-84r194,-527r-182,0r0,-101r298,0r0,84r-193,527r193,0r0,101xm331,-897r-99,140r-84,0r-98,-140r81,0r59,82r60,-82r81,0","w":373},"\u017e":{"d":"300,0r-273,0r0,-80r154,-353r-142,0r0,-94r261,0r0,79r-154,353r154,0r0,95xm311,-724r-99,140r-84,0r-98,-140r81,0r59,82r60,-82r81,0","w":325},"\u20ac":{"d":"459,-189v-4,116,-65,196,-182,197v-68,0,-107,-26,-137,-60v-34,-38,-48,-94,-50,-183r-58,0r0,-81r56,0r0,-80r-56,0r0,-81r58,0v2,-89,17,-145,50,-183v30,-34,69,-60,137,-60v117,0,178,80,182,196r-112,0v-1,-47,-12,-95,-70,-95v-74,0,-70,43,-74,142r106,0r0,81r-109,0r0,80r109,0r0,81r-106,0v1,67,5,93,20,115v10,15,27,27,54,27v58,0,69,-49,70,-96r112,0","w":498},"\u0160":{"d":"220,-617v-52,0,-62,36,-67,90v-9,97,82,102,143,130v84,38,108,80,108,200v0,138,-52,204,-185,204v-129,0,-187,-62,-184,-200r112,0v0,63,12,99,72,99v60,0,73,-35,73,-99v0,-120,-81,-118,-152,-152v-70,-33,-99,-69,-99,-179v0,-114,65,-193,180,-194v125,-1,180,75,178,198r-112,0v1,-55,-12,-97,-67,-97xm363,-897r-99,140r-84,0r-98,-140r81,0r59,82r60,-82r81,0","w":442},"\u2122":{"d":"581,-275r-70,0r0,-263r-56,171r-40,0r-55,-168r0,260r-70,0r0,-437r63,0r82,225r83,-225r63,0r0,437xm240,-647r-73,0r0,372r-70,0r0,-372r-72,0r0,-65r215,0r0,65","w":631},"\u0161":{"d":"190,-442v-45,-3,-71,52,-46,86v39,53,153,60,186,118v12,21,22,50,22,86v0,150,-184,208,-278,117v-32,-31,-47,-69,-47,-119r105,0v-2,37,23,66,58,66v49,0,76,-60,45,-96v-59,-69,-205,-60,-205,-194v0,-142,177,-204,271,-117v29,26,45,64,45,117r-104,0v1,-39,-20,-62,-52,-64xm334,-724r-99,140r-84,0r-98,-140r81,0r59,82r60,-82r81,0","w":381},"\u0178":{"d":"388,-712r-138,433r0,279r-112,0r0,-279r-138,-433r124,0r70,282r71,-282r123,0xm157,-770r-100,0r0,-100r100,0r0,100xm332,-770r-100,0r0,-100r100,0r0,100","w":389},"\u00a6":{"d":"218,-438r-106,0r0,-346r106,0r0,346xm218,72r-106,0r0,-346r106,0r0,346","w":330},"\u00a9":{"d":"784,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm713,-356v0,-170,-127,-297,-291,-297v-164,0,-291,127,-291,297v0,170,127,297,291,297v164,0,291,-127,291,-297xm424,-213v30,-1,39,-25,38,-56r65,0v-2,70,-36,116,-103,116v-101,0,-106,-98,-106,-202v0,-104,5,-202,106,-202v67,0,100,45,102,115r-64,0v0,-30,-9,-54,-38,-55v-52,11,-42,61,-42,142v0,81,-9,131,42,142","w":844},"\u00ac":{"d":"407,-142r-101,0r0,-110r-255,0r0,-101r356,0r0,211","w":457},"\u2212":{"d":"249,-238r-202,0r0,-101r202,0r0,101","w":295},"\u00ae":{"d":"784,-356v0,200,-162,362,-362,362v-200,0,-362,-162,-362,-362v0,-200,162,-362,362,-362v200,0,362,162,362,362xm713,-356v0,-170,-127,-297,-291,-297v-164,0,-291,127,-291,297v0,170,127,297,291,297v164,0,291,-127,291,-297xm532,-435v0,49,-11,85,-44,103r56,174r-67,0r-49,-160r-35,0r0,160r-65,0r0,-394r104,0v75,-1,100,41,100,117xm432,-378v30,-1,36,-25,36,-57v0,-31,-6,-56,-36,-57r-39,0r0,114r39,0","w":844},"\u00b0":{"d":"367,-564v0,89,-73,162,-162,162v-89,0,-162,-73,-162,-162v0,-89,73,-162,162,-162v89,0,162,73,162,162xm274,-564v0,-39,-31,-70,-69,-70v-38,0,-69,31,-69,70v0,39,31,69,69,69v38,0,69,-30,69,-69","w":410},"\u00b1":{"d":"413,-316r-134,0r0,134r-101,0r0,-134r-134,0r0,-101r134,0r0,-134r101,0r0,134r134,0r0,101xm413,-13r-369,0r0,-101r369,0r0,101","w":457},"\u00b2":{"d":"158,-717v69,-1,116,36,118,103v0,31,-12,66,-29,92r-119,178r148,0r0,59r-231,0r0,-56r133,-203v24,-29,38,-113,-20,-113v-38,0,-44,33,-41,73r-76,0v-10,-91,40,-132,117,-133","w":317},"\u00b3":{"d":"226,-509v35,15,49,55,49,104v0,75,-45,127,-119,125v-74,-2,-125,-36,-118,-126r77,0v-3,40,6,66,41,66v38,0,40,-34,42,-70v2,-49,-14,-78,-68,-70r0,-57r25,0v34,4,40,-36,40,-62v0,-29,-6,-58,-39,-58v-34,0,-41,28,-38,65r-77,0v-7,-86,40,-124,115,-125v77,0,113,42,115,114v1,44,-14,80,-45,94","w":317},"\u00b5":{"d":"265,-40v-18,30,-72,63,-113,40r0,185r-102,0r0,-712r106,0r0,379v0,41,24,61,53,61v29,0,52,-20,52,-61r0,-379r106,0r0,527r-102,0r0,-40","w":421},"\u00b9":{"d":"212,-285r-77,0r0,-349r-75,47r0,-76r76,-49r76,0r0,427","w":317},"\u00bc":{"d":"550,-712r-246,712r-82,0r246,-712r82,0xm750,-63r-34,0r0,63r-76,0r0,-63r-146,0r0,-60r109,-304r75,0r-106,304r68,0r0,-70r76,0r0,70r34,0r0,60xm211,-285r-76,0r0,-349r-75,47r0,-76r75,-49r76,0r0,427","w":785},"\u00bd":{"d":"550,-712r-246,712r-82,0r246,-712r82,0xm626,-432v69,-1,117,35,118,103v0,31,-12,66,-29,92r-118,178r147,0r0,59r-231,0r0,-56r134,-203v23,-30,36,-113,-21,-113v-38,0,-43,33,-40,73r-77,0v-10,-91,40,-132,117,-133xm211,-285r-76,0r0,-349r-75,47r0,-76r75,-49r76,0r0,427","w":785},"\u00be":{"d":"550,-712r-246,712r-82,0r246,-712r82,0xm226,-509v35,15,49,55,49,104v0,75,-45,127,-119,125v-74,-2,-125,-36,-118,-126r77,0v-3,40,6,66,41,66v38,0,40,-34,42,-70v2,-49,-14,-78,-68,-70r0,-57r25,0v34,4,40,-36,40,-62v0,-29,-6,-58,-39,-58v-34,0,-41,28,-38,65r-77,0v-7,-86,40,-124,115,-125v77,0,113,42,115,114v1,44,-14,80,-45,94xm750,-63r-34,0r0,63r-77,0r0,-63r-146,0r0,-60r110,-304r74,0r-105,304r67,0r0,-70r77,0r0,70r34,0r0,60","w":785},"\u00c0":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm295,-242r-61,-298r-61,298r122,0xm280,-760r-74,0r-87,-139r89,0","w":468,"k":{"y":24,"w":24,"v":24,"t":9,"g":1,"e":1,"c":1,"a":-7,"Y":25,"W":24,"V":34,"U":-1,"T":26,"Q":-6,"O":-4,"G":-4,"C":-4,".":-17,",":-15}},"\u00c1":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm295,-242r-61,-298r-61,298r122,0xm349,-899r-87,139r-74,0r72,-139r89,0","w":468,"k":{"y":24,"w":24,"v":24,"t":9,"o":-7,"g":1,"e":1,"c":1,"b":2,"a":-7,"Y":25,"W":24,"V":34,"U":-1,"T":26,"Q":-6,"O":-4,"G":-4,"C":-4,".":-17,",":-15,"\u2019":43}},"\u00c2":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm375,-760r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0xm295,-242r-61,-298r-61,298r122,0","w":468,"k":{"y":24,"w":24,"v":24,"t":9,"g":1,"e":1,"c":1,"a":-7,"Y":25,"W":24,"V":34,"U":-1,"T":26,"Q":-6,"O":-4,"G":-4,"C":-4,".":-17,",":-15}},"\u00c3":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm183,-870v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47xm295,-242r-61,-298r-61,298r122,0","w":468,"k":{"y":24,"w":24,"v":24,"t":9,"g":1,"e":1,"c":1,"a":-7,"Y":25,"W":24,"V":34,"U":-1,"T":26,"Q":-6,"O":-4,"G":-4,"C":-4,".":-17,",":-15}},"\u00c4":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm295,-242r-61,-298r-61,298r122,0xm372,-770r-100,0r0,-100r100,0r0,100xm197,-770r-100,0r0,-100r100,0r0,100","w":468,"k":{"\u201d":43,"y":24,"w":24,"v":24,"t":9,"o":-7,"g":1,"e":1,"c":1,"b":2,"a":-7,"Y":25,"W":24,"V":34,"U":-1,"T":26,"Q":-6,"O":-4,"G":-4,"C":-4,".":-17,",":-15,"\u2019":43}},"\u00c5":{"d":"462,0r-117,0r-29,-141r-165,0r-28,141r-118,0r175,-712r109,0xm339,-861v0,58,-47,105,-105,105v-58,0,-104,-47,-104,-105v0,-58,46,-104,104,-104v58,0,105,46,105,104xm295,-242r-61,-298r-61,298r122,0xm280,-861v0,-25,-21,-46,-46,-46v-25,0,-45,21,-45,46v0,25,20,46,45,46v25,0,46,-21,46,-46","w":468,"k":{"\u201d":43,"y":24,"w":24,"v":24,"t":9,"o":-7,"g":1,"e":1,"c":1,"b":2,"a":-7,"Y":25,"W":24,"V":34,"U":-1,"T":26,"Q":-6,"O":-4,"G":-4,"C":-4,".":-17,",":-15,"\u2019":43}},"\u00c7":{"d":"231,-93v56,1,67,-45,70,-96r112,0v-4,116,-65,197,-182,197v-186,0,-190,-148,-190,-363v0,-216,3,-365,190,-365v117,0,177,81,181,196r-112,0v-3,-50,-14,-95,-69,-95v-27,0,-43,11,-53,27v-36,37,-35,435,0,472v10,16,26,27,53,27xm267,40r-53,154r-76,0r61,-154r68,0","w":447,"k":{"A":-13}},"\u00c8":{"d":"359,0r-299,0r0,-712r299,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101xm258,-760r-74,0r-87,-139r89,0","w":396},"\u00c9":{"d":"359,0r-299,0r0,-712r299,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101xm328,-899r-87,139r-74,0r72,-139r89,0","w":396},"\u00ca":{"d":"359,0r-299,0r0,-712r299,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101xm354,-760r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0","w":396},"\u00cb":{"d":"359,0r-299,0r0,-712r299,0r0,101r-187,0r0,202r161,0r0,101r-161,0r0,207r187,0r0,101xm176,-770r-100,0r0,-100r100,0r0,100xm351,-770r-100,0r0,-100r100,0r0,100","w":396},"\u00cc":{"d":"172,0r-112,0r0,-712r112,0r0,712xm172,-760r-74,0r-87,-139r89,0","w":232},"\u00cd":{"d":"172,0r-112,0r0,-712r112,0r0,712xm233,-899r-87,139r-74,0r72,-139r89,0","w":232},"\u00ce":{"d":"172,0r-112,0r0,-712r112,0r0,712xm257,-760r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0","w":232},"\u00cf":{"d":"172,0r-112,0r0,-712r112,0r0,712xm78,-770r-100,0r0,-100r100,0r0,100xm253,-770r-100,0r0,-100r100,0r0,100","w":232},"\u00d0":{"d":"258,-712v185,11,190,144,190,356v0,212,-5,344,-190,356r-181,0r0,-314r-51,0r0,-88r51,0r0,-310r181,0xm312,-130v35,-37,34,-415,0,-452v-17,-34,-72,-29,-123,-29r0,209r70,0r0,88r-70,0r0,213v51,0,106,6,123,-29","w":489},"\u00d1":{"d":"439,0r-99,0r-168,-423r0,423r-112,0r0,-712r100,0r167,423r0,-423r112,0r0,712xm202,-870v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47","w":499},"\u00d2":{"d":"231,-720v187,0,190,149,190,364v0,216,-3,364,-190,364v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0xm275,-760r-74,0r-87,-139r89,0","w":462,"k":{"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24,"A":7}},"\u00d3":{"d":"231,-720v187,0,190,149,190,364v0,216,-3,364,-190,364v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0xm346,-899r-87,139r-74,0r72,-139r89,0","w":462,"k":{"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24,"A":7}},"\u00d4":{"d":"231,-720v187,0,190,149,190,364v0,216,-3,364,-190,364v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0xm370,-760r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0","w":462,"k":{"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24,"A":7}},"\u00d5":{"d":"231,-720v187,0,190,149,190,364v0,216,-3,364,-190,364v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0xm178,-870v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47","w":462,"k":{"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24,"A":7}},"\u00d6":{"d":"231,-720v187,0,190,149,190,364v0,216,-3,364,-190,364v-187,0,-190,-149,-190,-364v0,-216,3,-364,190,-364xm285,-120v35,-37,34,-435,0,-472v-15,-35,-93,-35,-107,0v-36,37,-35,435,0,472v14,35,93,35,107,0xm367,-770r-100,0r0,-100r100,0r0,100xm192,-770r-100,0r0,-100r100,0r0,100","w":462,"k":{"Y":13,"X":20,"W":-16,"V":-1,"T":12,"J":24}},"\u00d7":{"d":"413,-170r-68,68r-116,-116r-116,116r-68,-68r116,-116r-116,-116r68,-68r116,115r116,-115r68,68r-116,116","w":457},"\u00d9":{"d":"236,8v-105,0,-182,-74,-182,-183r0,-537r112,0r0,543v0,51,32,76,70,76v38,0,69,-25,69,-76r0,-543r112,0r0,537v1,108,-76,183,-181,183xm282,-760r-74,0r-87,-139r89,0","w":471},"\u00da":{"d":"236,8v-105,0,-182,-74,-182,-183r0,-537r112,0r0,543v0,51,32,76,70,76v38,0,69,-25,69,-76r0,-543r112,0r0,537v1,108,-76,183,-181,183xm353,-899r-87,139r-74,0r72,-139r89,0","w":471,"k":{"r":4,"p":4,"n":4,"m":4,".":11,",":11}},"\u00db":{"d":"236,8v-105,0,-182,-74,-182,-183r0,-537r112,0r0,543v0,51,32,76,70,76v38,0,69,-25,69,-76r0,-543r112,0r0,537v1,108,-76,183,-181,183xm377,-760r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0","w":471},"\u00dc":{"d":"236,8v-105,0,-182,-74,-182,-183r0,-537r112,0r0,543v0,51,32,76,70,76v38,0,69,-25,69,-76r0,-543r112,0r0,537v1,108,-76,183,-181,183xm199,-770r-100,0r0,-100r100,0r0,100xm374,-770r-100,0r0,-100r100,0r0,100","w":471,"k":{"r":4,"p":4,"n":4,"m":4,"b":4,".":11,",":11}},"\u00dd":{"d":"388,-712r-138,433r0,279r-112,0r0,-279r-138,-433r124,0r70,282r71,-282r123,0xm310,-899r-87,139r-74,0r72,-139r89,0","w":389},"\u00de":{"d":"422,-361v0,144,-48,218,-183,218r-67,0r0,143r-112,0r0,-712r112,0r0,135v169,-12,250,38,250,216xm310,-360v0,-63,-9,-116,-69,-116r-69,0r0,232r69,0v60,0,69,-53,69,-116","w":459},"\u00e0":{"d":"190,-535v97,0,159,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-3,-83,65,-157,156,-157xm242,-233v-69,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78xm243,-587r-74,0r-87,-139r89,0","k":{"y":2,"w":1,"v":2}},"\u00e1":{"d":"192,-535v98,0,158,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-4,-83,66,-157,156,-157xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78xm313,-726r-87,139r-74,0r72,-139r89,0","k":{"y":2,"w":1,"v":2}},"\u00e2":{"d":"192,-535v98,0,158,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-4,-83,66,-157,156,-157xm335,-587r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78"},"\u00e3":{"d":"192,-535v98,0,158,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-4,-83,66,-157,156,-157xm143,-697v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78"},"\u00e4":{"d":"192,-535v98,0,158,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-4,-83,66,-157,156,-157xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78xm332,-597r-100,0r0,-100r100,0r0,100xm157,-597r-100,0r0,-100r100,0r0,100","k":{"y":2,"w":1,"v":2}},"\u00e5":{"d":"192,-535v98,0,158,60,158,163r0,372r-100,0r0,-45v-20,30,-43,53,-92,53v-88,-1,-133,-62,-131,-162v2,-113,79,-166,217,-154v0,-60,9,-138,-51,-134v-36,2,-51,27,-51,64r-106,0v-4,-83,66,-157,156,-157xm299,-691v0,58,-47,105,-105,105v-58,0,-104,-47,-104,-105v0,-58,46,-104,104,-104v58,0,105,46,105,104xm244,-233v-68,-8,-111,15,-111,75v0,47,19,73,55,73v32,0,56,-27,56,-70r0,-78xm240,-691v0,-25,-21,-46,-46,-46v-25,0,-45,21,-45,46v0,25,20,46,45,46v25,0,46,-21,46,-46","k":{"y":2,"w":1,"v":2}},"\u00e7":{"d":"198,-87v38,4,53,-34,53,-68r105,0v-4,96,-56,163,-158,163v-50,0,-94,-13,-125,-56v-33,-45,-37,-126,-37,-216v0,-89,4,-170,37,-216v52,-72,172,-75,236,-18v34,30,44,80,47,125r-105,0v0,-32,-16,-73,-53,-68v-68,9,-56,71,-56,177v0,106,-14,169,56,177xm243,40r-53,154r-76,0r61,-154r68,0","w":384,"k":{"y":4,"w":9,"v":8}},"\u00e8":{"d":"405,-155v0,88,-60,163,-158,163v-49,0,-82,-11,-114,-43v-45,-45,-49,-133,-49,-229v0,-96,3,-185,49,-229v60,-58,167,-60,226,0v52,53,47,161,48,260r-217,0v4,88,-7,140,57,146v35,3,53,-32,53,-68r105,0xm301,-311v-3,-82,3,-121,-55,-130v-58,8,-53,48,-56,130r111,0xm268,-587r-74,0r-87,-139r89,0","k":{"y":4,"w":9,"v":8}},"\u00e9":{"d":"357,-155v0,88,-60,163,-158,163v-49,0,-82,-11,-114,-43v-45,-45,-49,-133,-49,-229v0,-96,3,-185,49,-229v60,-58,167,-60,226,0v52,53,47,161,48,260r-217,0v4,88,-7,140,57,146v35,3,53,-32,53,-68r105,0xm253,-311v-3,-82,3,-121,-55,-130v-58,8,-53,48,-56,130r111,0xm315,-726r-87,139r-74,0r72,-139r89,0","w":394,"k":{"y":4,"w":9,"v":8}},"\u00ea":{"d":"357,-155v0,88,-60,163,-158,163v-49,0,-82,-11,-114,-43v-45,-45,-49,-133,-49,-229v0,-96,3,-185,49,-229v60,-58,167,-60,226,0v52,53,47,161,48,260r-217,0v4,88,-7,140,57,146v35,3,53,-32,53,-68r105,0xm340,-587r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0xm253,-311v-3,-82,3,-121,-55,-130v-58,8,-53,48,-56,130r111,0","w":394,"k":{"y":4,"w":9,"v":8}},"\u00eb":{"d":"357,-155v0,88,-60,163,-158,163v-49,0,-82,-11,-114,-43v-45,-45,-49,-133,-49,-229v0,-96,3,-185,49,-229v60,-58,167,-60,226,0v52,53,47,161,48,260r-217,0v4,88,-7,140,57,146v35,3,53,-32,53,-68r105,0xm253,-311v-3,-82,3,-121,-55,-130v-58,8,-53,48,-56,130r111,0xm337,-597r-100,0r0,-100r100,0r0,100xm162,-597r-100,0r0,-100r100,0r0,100","w":394,"k":{"y":4,"w":9,"v":8}},"\u00ec":{"d":"159,0r-106,0r0,-527r106,0r0,527xm154,-587r-74,0r-87,-139r89,0","w":210},"\u00ed":{"d":"159,0r-106,0r0,-527r106,0r0,527xm223,-726r-88,139r-74,0r72,-139r90,0","w":210},"\u00ee":{"d":"159,0r-106,0r0,-527r106,0r0,527xm246,-587r-81,0r-59,-82r-60,82r-81,0r99,-139r83,0","w":210},"\u00ef":{"d":"159,0r-106,0r0,-527r106,0r0,527xm243,-597r-100,0r0,-100r100,0r0,100xm68,-597r-100,0r0,-100r100,0r0,100","w":210},"\u00f0":{"d":"37,-243v-1,-157,7,-251,132,-251v19,0,44,6,60,17r-30,-92r-75,0r0,-78r51,0r-23,-65r107,0r22,65r70,0r0,78r-47,0v32,107,58,165,58,326v0,84,-6,157,-39,199v-56,72,-192,71,-247,0v-33,-42,-39,-115,-39,-199xm199,-87v66,-9,57,-61,57,-158v0,-98,9,-150,-57,-159v-65,9,-56,62,-56,159v0,97,-9,148,56,158","w":400},"\u00f1":{"d":"242,-535v87,4,126,48,126,155r0,380r-106,0r0,-379v0,-41,-23,-61,-52,-61v-29,0,-52,20,-52,61r0,379r-106,0r0,-527r102,0r0,39v18,-25,47,-49,88,-47xm160,-697v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47","w":417},"\u00f2":{"d":"408,-264v0,89,-4,170,-37,216v-31,43,-74,56,-125,56v-51,0,-94,-13,-125,-56v-33,-46,-37,-127,-37,-216v0,-89,4,-170,37,-216v31,-43,74,-55,125,-55v51,0,94,12,125,55v33,46,37,127,37,216xm246,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177xm269,-587r-74,0r-87,-139r89,0","k":{"y":4,"w":9,"v":8}},"\u00f3":{"d":"360,-264v0,89,-4,170,-37,216v-31,43,-74,56,-125,56v-51,0,-94,-13,-125,-56v-33,-46,-37,-127,-37,-216v0,-89,4,-170,37,-216v31,-43,74,-55,125,-55v51,0,94,12,125,55v33,46,37,127,37,216xm198,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177xm315,-726r-87,139r-74,0r72,-139r89,0","w":396,"k":{"y":4,"w":9,"v":8}},"\u00f4":{"d":"360,-264v0,89,-4,170,-37,216v-31,43,-74,56,-125,56v-51,0,-94,-13,-125,-56v-33,-46,-37,-127,-37,-216v0,-89,4,-170,37,-216v31,-43,74,-55,125,-55v51,0,94,12,125,55v33,46,37,127,37,216xm198,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177xm340,-587r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0","w":396,"k":{"y":4,"w":9,"v":8}},"\u00f5":{"d":"360,-264v0,89,-4,170,-37,216v-31,43,-74,56,-125,56v-51,0,-94,-13,-125,-56v-33,-46,-37,-127,-37,-216v0,-89,4,-170,37,-216v31,-43,74,-55,125,-55v51,0,94,12,125,55v33,46,37,127,37,216xm198,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177xm147,-697v57,0,101,69,151,9r47,47v-35,35,-58,46,-89,46v-57,0,-102,-69,-152,-9r-45,-46v35,-35,57,-47,88,-47","w":396,"k":{"y":4,"w":9,"v":8}},"\u00f6":{"d":"360,-264v0,89,-4,170,-37,216v-31,43,-74,56,-125,56v-51,0,-94,-13,-125,-56v-33,-46,-37,-127,-37,-216v0,-89,4,-170,37,-216v31,-43,74,-55,125,-55v51,0,94,12,125,55v33,46,37,127,37,216xm198,-87v69,-10,56,-71,56,-177v0,-107,12,-165,-56,-177v-68,11,-56,71,-56,177v0,106,-13,166,56,177xm337,-597r-100,0r0,-100r100,0r0,100xm162,-597r-100,0r0,-100r100,0r0,100","w":396,"k":{"y":4,"x":7,"w":9,"v":8}},"\u00f7":{"d":"413,-229r-369,0r0,-101r369,0r0,101xm291,-403r-124,0r0,-123r124,0r0,123xm291,-32r-124,0r0,-123r124,0r0,123","w":457},"\u00f9":{"d":"175,8v-87,0,-126,-48,-126,-155r0,-380r106,0r0,379v0,41,23,61,52,61v29,0,52,-20,52,-61r0,-379r106,0r0,527r-101,0r0,-40v-19,25,-49,48,-89,48xm249,-587r-74,0r-87,-139r89,0","w":417},"\u00fa":{"d":"175,8v-87,0,-126,-48,-126,-155r0,-380r106,0r0,379v0,41,23,61,52,61v29,0,52,-20,52,-61r0,-379r106,0r0,527r-101,0r0,-40v-19,25,-49,48,-89,48xm335,-726r-87,139r-74,0r72,-139r89,0","w":417},"\u00fb":{"d":"175,8v-87,0,-126,-48,-126,-155r0,-380r106,0r0,379v0,41,23,61,52,61v29,0,52,-20,52,-61r0,-379r106,0r0,527r-101,0r0,-40v-19,25,-49,48,-89,48xm350,-587r-81,0r-60,-82r-59,82r-81,0r99,-139r83,0","w":417},"\u00fc":{"d":"175,8v-87,0,-126,-48,-126,-155r0,-380r106,0r0,379v0,41,23,61,52,61v29,0,52,-20,52,-61r0,-379r106,0r0,527r-101,0r0,-40v-19,25,-49,48,-89,48xm171,-597r-100,0r0,-100r100,0r0,100xm346,-597r-100,0r0,-100r100,0r0,100","w":417},"\u00fd":{"d":"377,-527r-148,594v-26,106,-101,118,-197,118r0,-94v46,-1,81,-5,94,-55r9,-37r-131,-526r117,0r70,359r69,-359r117,0xm308,-726r-87,139r-74,0r72,-139r89,0","w":382},"\u00fe":{"d":"244,-535v125,7,131,107,130,271v0,114,-5,186,-38,231v-40,55,-144,52,-177,-1r0,219r-106,0r0,-897r102,0r0,224v16,-24,49,-49,89,-47xm212,-87v69,0,56,-72,56,-177v0,-106,11,-164,-56,-177v-34,1,-53,25,-53,64r0,227v-1,38,18,63,53,63","w":411},"\u00ff":{"d":"377,-527r-148,594v-26,106,-101,118,-197,118r0,-94v46,-1,81,-5,94,-55r9,-37r-131,-526r117,0r70,359r69,-359r117,0xm155,-597r-100,0r0,-100r100,0r0,100xm330,-597r-100,0r0,-100r100,0r0,100","w":382},"\u00a0":{"w":179}}});document.observe("dom:loaded",function(){});Cufon.replace('#non_footer .menu li a',{fontFamily:'din_cond',hover:true});Cufon.replace('.sign_up h1',{fontFamily:'din_cond',textShadow:'1px 1px #fff'});Cufon.replace('#login_status li a.blue',{hover:true,fontFamily:'din_cond'});Cufon.replace('#benefits',{hover:true,fontFamily:'din'});Cufon.replace('.cool_button',{hover:true,fontFamily:'din'});Cufon.replace('#gallery_author h1',{fontFamily:'din',textShadow:'1px 1px #fff'});Cufon.replace('#gallery_author .category'),{fontFamily:'din'}
Cufon.replace('#profile_content h1',{fontFamily:'din',textShadow:'1px 1px #fff'});Cufon.replace('#profile_content .category'),{fontFamily:'din'}
Cufon.replace('#profile_name',{fontFamily:'din',textShadow:'1px 1px #fff'});Cufon.replace('#page h1',{fontFamily:'din',textShadow:'1px 1px #fff'});Cufon.replace('.cool_link',{hover:true,fontFamily:'din'});var Flash=Class.create({initialize:function(text,classname,parent,fade_in_options,fade_out_options){if(typeof parent=='undefined'){parent='flash_container';}
var message_id=parent+'_message';if(typeof classname=='undefined'){classname='notice';}
if(typeof fade_out_options=='undefined'||fade_out_options==true){fade_out_options={delay:2,duration:1};}else{fade_out_options=fade_out_options;}
if(typeof fade_in_options=='undefined'||fade_in_options==true){fade_in_options={duration:2,delay:0};if(typeof fade_out_options!=='undefined'&&fade_out_options!==false){fade_in_options.afterFinish=function(){new Effect.Fade($(message_id),fade_out_options);};}}
var $flash_container=$(parent);if($flash_container){var $div=new Element('div',{id:message_id,'class':classname,style:'display:none;'});$div.update(text);$flash_container.update($div);new Effect.Appear($div,fade_in_options);}else{alert(text);}},_fade_out_notice:function(){}});var Follower=Class.create({is_following:function(){var profile=$('profile');var follow=$$('.user_follow_container');var unfollow=$$('.user_unfollow_container');if(!follow&&!unfollow)return;if(profile){new Ajax.Request('/members/network/ajax_is_following',{method:'get',parameters:{user_id:profile.value},onSuccess:function(transport){follow.each(function($container){$container.hide();});unfollow.each(function($container){$container.show();});}.bind(this),onFailure:function(transport){unfollow.each(function($container){$container.hide();});follow.each(function($container){$container.show();});}.bind(this)});}},observe_all:function(){this.is_following();$$('.user_follow').each(function($container){$container.observe('click',function(e){Event.stop(e);var follow=$$('.user_follow_container');var unfollow=$$('.user_unfollow_container');var profile=$('profile');follow.each(function($follow){$follow.hide();});$$('.user_follow_indicator').each(function($indicator){$indicator.show();});new Ajax.Request('/members/network/ajax_follow',{method:'get',parameters:{user_id:profile.value},onSuccess:function(transport){$$('.user_follow_indicator').each(function($indicator){$indicator.hide();});follow.each(function($follow){$follow.hide();});unfollow.each(function($unfollow){$unfollow.show();});newGrowler.notice(transport.responseText);}.bind(this),onFailure:function(transport){$$('.user_follow_indicator').each(function($indicator){$indicator.hide();});follow.each(function($follow){$follow.show();});newGrowler.error(transport.responseText);}.bind(this)});});});}});var Admirer=Class.create({observe_all:function(){$$('.gallery_admire').each(function($container){$container.observe('click',function(e){Event.stop(e);var admire=$$('.gallery_admire');var admired=$$('.gallery_admired');var gallery=$('gallery');admire.each(function($admire){$admire.hide();});$$('.gallery_admire_indicator').each(function($indicator){$indicator.show();});if(gallery){new Ajax.Request('/members/network/ajax_admire',{method:'get',parameters:{gallery_id:gallery.value},onSuccess:function(transport){$$('.gallery_admire_indicator').each(function($indicator){$indicator.hide();});admire.each(function($admire){$admire.hide();});admired.each(function($admired){$admired.show();});}.bind(this),onFailure:function(transport){$$('.gallery_admire_indicator').each(function($indicator){$indicator.hide();});admire.each(function($admire){$admire.show();});newGrowler.error(transport.responseText);}.bind(this)});}});});}});var observeMembers={observe_members:function(){new Follower().observe_all();new Admirer().observe_all();}}
OnloadFull.push(observeMembers);var PromoTab=Class.create({_slideDuration:0.5,_fadeDuration:0.3,_activeTab:0,_activated:false,_timeout:false,run:function(){this._promo=$('promo');if(this._promo){this._init();}},_init:function(){this._links=this._promo.getElementsBySelector('ul.menu-premium-featured a');this._tabs=this._promo.getElementsBySelector('div.info-box');this._imgs=this._promo.getElementsBySelector('img');this._animate=false;if(this._tabs.length>0){this._initTabs();}else{this._promo.hide();}
this._images=[];if(this._links.length>0){this._initLinks();}},_initTimer:function(){if(this._timeout){clearTimeout(this._timeout);}
this._timeout=setTimeout(this._timeSwitch.bind(this),9000);},_initTabs:function(){this._tabs.each(function(tab){tab.setStyle({bottom:-67+'px'});});},_initLinks:function(){this._links.each(this._initLink.bind(this));if(!this._activated){this._initTimer();}},_initLink:function(link,idx){this._preloadImage(link,idx);link.writeAttribute('id','linkid#'+idx);link.observe('click',this._onClickLink.bind(this));},_preloadImage:function(link,idx){var id=link.href.substr(link.href.indexOf('#')+1);this._images[idx]=new Image();this._images[idx].onerror=function(){this._images[idx].src='/images/none.gif';link.writeAttribute('rel','/images/none.gif');}.bind(this);this._images[idx].src=link.rel;if(link.hasClassName('active')){this._activated=true;this.activateTab(idx,link.rel,idx,id);}},activateTab:function(pos,src,tab_idx,tab_id){this._activeTab=tab_idx;this._imgs[pos].onload=this.showTab.bind(this,tab_id);this._imgs[pos].src=src;},showTab:function(id){if($(id)){new Effect.Morph($(id),{style:{bottom:'0px'},duration:this._slideDuration,afterFinish:this._initTimer.bind(this)});}},_timeSwitch:function(){this._animate=true;var _thisTab='tab'+(this._activeTab);this._links[this._activeTab].removeClassName('active');this._activeTab+=1;if(this._activeTab>this._links.length-1){this._activeTab=0;}
this._links[this._activeTab].className='active';new Effect.Morph($(_thisTab),{style:{bottom:'-67px'},duration:this._slideDuration,afterFinish:this.fadeImages.bind(this,this._activeTab)});},_onClickLink:function(e){Event.stop(e);var link=Event.element(e);if(link.nodeName!='A'){link=link.up('a');}
if(!this._animate){if(this._timeout){clearTimeout(this._timeout);}
var id=link.id.substr(link.id.indexOf('#')+1);if(id=="")return;var _thisTab='tab'+(this._activeTab);this._links[this._activeTab].removeClassName('active');link.addClassName('active');this._activeTab=parseInt(id);this._animate=true;new Effect.Morph($(_thisTab),{style:{bottom:'-67px'},duration:this._slideDuration,afterFinish:this.fadeImages.bind(this,this._activeTab)});}},_afterLoadTarget:function(e,mindex){new Effect.Morph($(this._imgs[0]),{style:{'opacity':'0'},duration:this._fadeDuration,queue:'end'});new Effect.Morph($(this._imgs[1]),{style:{'opacity':'1'},duration:_fadeDuration,queue:'front',afterFinish:this.afterFinishMorph.bind(this,mindex)});},_finishLoop:function(){this._initTimer();this._animate=false;},slideUpTab:function(mindex){new Effect.Morph($('tab'+mindex),{style:{bottom:'0px'},duration:this._slideDuration,afterFinish:this._finishLoop.bind(this)});},afterFinishMorph:function(mindex){this._imgs[0].onload=this.slideUpTab.bind(this,mindex);this._imgs[0].src=this._links[mindex].rel;},_switchImage:function(mindex){this._imgs[0].onload=this.slideUpTab.bind(this,mindex);this._imgs[0].src=this._links[mindex].rel;},_fadeOutImagesAfterLoad:function(mindex){new Effect.Morph($(this._imgs[0]),{style:{'opacity':'0'},duration:this._fadeDuration,queue:'end'});new Effect.Morph($(this._imgs[1]),{style:{'opacity':'1'},duration:this._fadeDuration,queue:'front',afterFinish:this._switchImage.bind(this,mindex)});},fadeImages:function(_index){$(this._imgs[0]).setStyle({'opacity':'1'});$(this._imgs[1]).setStyle({'opacity':'0'});this._imgs[1].onload=this._fadeOutImagesAfterLoad.bind(this,_index);this._imgs[1].src=this._links[_index].rel;}});document.observe("dom:loaded",function(){$slideshow=new PromoTab();$slideshow.run();$('home_promo').observe('click',function(e){Event.stop(e);var active=$$('#promo .active')[0];if(active){var id='#tab'+active.getAttribute('id').substr(-1)+' .view';var link=$$(id)[0].getAttribute('href');if(link){window.location=link;}}});});AK_ENVIRONMENT="production";function _(translation_key,args,translation_section){if(typeof args=='undefined'){args={};}
var returnval=translation_key;for(id in args){returnval=returnval.replace(id,args[id]);}
return returnval;};document.observe("dom:loaded",function(){$$('#search_sidebar_type li').each(function(li){li.observe('click',function(e){if(!li.hasClassName('selected')){var rel=li.getAttribute("title");$$('#search_sidebar_type li').each(function(li){if(li.hasClassName('selected')){li.removeClassName("selected");}});li.addClassName("selected");$('search_sidebar_form').writeAttribute('action','/'+rel+'/');}});});$$('#search_sidebar_order_by li').each(function(li){li.observe('click',function(e){if(!li.hasClassName('selected')){var rel=li.getAttribute("title");$$('#search_sidebar_order_by li').each(function(li){if(li.hasClassName('selected')){li.removeClassName("selected");}});li.addClassName("selected");$('search_sidebar_order').value=rel;if($('search_sidebar_query').value==$('search_sidebar_query').getAttribute("title")){$('search_sidebar_query').value='';}
$('search_sidebar_form').submit();}});});});document.observe("dom:loaded",function(){$$('.text_field').each(function(element){if(element.value!=element.getAttribute("title")){element.setStyle({color:'#555'});}
element.observe('focus',function(e){if(element.value==element.getAttribute("title")){element.setStyle({color:'#555'});element.value='';}});element.observe('blur',function(e){if(element.value==''){element.setStyle({color:'#ccc'});element.value=element.getAttribute("title");}});});var select_count=0;$$(".smart_select").each(function($select){select_count++;});var smart_dropdown_count=1;$$(".smart_select").each(function($select){var options=$select.childElements();var name=$select.getAttribute("name");var disabled=$select.getAttribute("disabled");var disabledClass='';var other_selected=false;var li_count=1;if(disabled)disabledClass='display:none;';options.each(function($option){var liClassName='';var value=$option.value;var text=$option.text;var parentClass='';var selected=$option.getAttribute("selected");if($option.getAttribute("title"))parentClass='parent-'+$option.getAttribute("title");if(li_count==1){$select.insert({after:'<input id="smart_hidden-'+smart_dropdown_count+'" type="hidden" name="'+name+'" value="" /><span rel="'+smart_dropdown_count+'" class="btn-dropdown" style="'+disabledClass+'">'+text+'</span><ul id="smart_dropdown-'+smart_dropdown_count+'" class="smart_dropdown hide"><li class="selected '+parentClass+'" rel="'+value+'">'+text+'</li></ul>'});}
if(selected=='selected'){var liClassName='selected';other_selected=true;var $button=$('smart_dropdown-'+smart_dropdown_count).previous();$button.innerHTML=$option.innerHTML;$('smart_hidden-'+smart_dropdown_count).value=$option.value;}
if(li_count!=1){var hide="";if($option.hasClassName("hide"))hide="display:none;";$('smart_dropdown-'+smart_dropdown_count).insert({bottom:'<li style="'+hide+'" class="'+liClassName+' '+parentClass+'" rel="'+value+'">'+text+'</li>'});}
$option.remove();li_count++;});if(other_selected){$$("#smart_dropdown-"+smart_dropdown_count+" li").each(function($li){$li.removeClassName("selected");throw $break;});}
$select.addClassName("hide");if(smart_dropdown_count==select_count){$$(".btn-dropdown").each(function($btn){$btn.observe('click',function(e){var rel=this.getAttribute("rel");$$(".smart_dropdown").each(function($element){if($element.getAttribute("id")!="smart_dropdown-"+rel){$element.addClassName("hide");}});if($("smart_dropdown-"+rel).hasClassName("hide")){$("smart_dropdown-"+rel).removeClassName("hide");this.addClassName("selected");if(typeof hideMenu!='undefined'){clearTimeout(hideMenu);}}else{$("smart_dropdown-"+rel).addClassName("hide");this.removeClassName("selected");if(typeof hideMenu!='undefined'){clearTimeout(hideMenu);}}});$btn.observe('mouseout',function(e){if(typeof hideMenu!='undefined'){clearTimeout(hideMenu);}
var id="smart_dropdown-"+this.getAttribute("rel");hideMenu=setTimeout("$('"+id+"').addClassName('hide'); $('"+id+"').previous().removeClassName('selected'); ",10);});});$$(".smart_dropdown li").each(function($li){$li.observe('click',function(e){$$(".smart_dropdown li").each(function($element){$element.removeClassName("selected");});var parent_id='parent-'+$li.getAttribute("rel");if($li.up().getAttribute("id")=='smart_dropdown-1'&&parent_id){var children_count=0;$$('#smart_dropdown-2 li').each(function($li){if($li.hasClassName(parent_id)){$li.show();children_count++;}else{$li.hide();}});if($('smart_dropdown-2')){if(children_count>0){$('smart_dropdown-2').previous().show();}else{$('smart_dropdown-2').previous().hide();}}}
var $button=$li.up().previous();$li.addClassName("selected");$$(".smart_dropdown").each(function($ul){$ul.addClassName("hide");});$button.innerHTML=$li.innerHTML;$button.removeClassName("selected");if(typeof hideMenu!='undefined'){clearTimeout(hideMenu);}
$button.previous().value=$li.getAttribute("rel");});});$$(".smart_dropdown").each(function($ul){$ul.observe('mouseout',function(e){if(typeof hideMenu!='undefined'){clearTimeout(hideMenu);}
var id=this.getAttribute("id");hideMenu=setTimeout("$('"+id+"').addClassName('hide'); $('"+id+"').previous().removeClassName('selected'); ",500);});$ul.observe('mouseover',function(e){$ul.previous().addClassName("selected");if(typeof hideMenu!='undefined'){clearTimeout(hideMenu);}});});}
smart_dropdown_count++;});});var Translations={};function _(translation_key,args,translation_section){if(typeof args=='undefined'){args={};}
var returnval=translation_key;if(typeof translation_section=='undefined'){translation_section='application';}
if(typeof Translations!='undefined'&&typeof Translations[translation_section]!='undefined'&&Translations[translation_section][translation_key]){returnval=Translations[translation_section][translation_key];}else if(AK_ENVIRONMENT=='development'&&typeof AK_AJAX_TRANSLATION_CONTROLLER!='undefined'){new Ajax.Request(AK_AJAX_TRANSLATION_CONTROLLER,{method:'post',params:{key:translation_key,section:translation_section},onComplete:function(){}});}
for(id in args){try{returnval=returnval.replace(id,args[id]);}catch(Exception){}}
return returnval;};
