var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(K){K=K||{};var A=K.name;var I=K.legacy;var B=K.protect;var C=K.implement;var H=K.generics;var F=K.initialize;var G=K.afterImplement||function(){};var D=F||I;H=H!==false;D.constructor=Native;D.$family={name:"native"};if(I&&F){D.prototype=I.prototype}D.prototype.constructor=D;if(A){var E=A.toLowerCase();D.prototype.$family={name:E};Native.typize(D,E)}var J=function(N,L,O,M){if(!B||M||!N.prototype[L]){N.prototype[L]=O}if(H){Native.genericize(N,L,B)}G.call(N,L,O);return N};D.alias=function(N,L,O){if(typeof N=="string"){if((N=this.prototype[N])){return J(this,L,N,O)}}for(var M in N){this.alias(M,N[M],L)}return this};D.implement=function(M,L,O){if(typeof M=="string"){return J(this,M,L,O)}for(var N in M){J(this,N,M[N],L)}return this};if(C){D.implement(C)}return D};Native.genericize=function(B,C,A){if((!A||!B[C])&&typeof B.prototype[C]=="function"){B[C]=function(){var D=Array.prototype.slice.call(arguments);return B.prototype[C].apply(D.shift(),D)}}};Native.implement=function(D,C){for(var B=0,A=D.length;B<A;B++){D[B].implement(C)}};Native.typize=function(A,B){if(!A.type){A.type=function(C){return($type(C)===B)}}};(function(){var A={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var G in A){new Native({name:G,initialize:A[G],protect:true})}var D={"boolean":Boolean,"native":Native,object:Object};for(var C in D){Native.typize(D[C],C)}var F={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var E in F){for(var B=F[E].length;B--;){Native.genericize(window[E],F[E][B],true)}}})();var Hash=new Native({name:"Hash",initialize:function(A){if($type(A)=="hash"){A=$unlink(A.getClean())}for(var B in A){this[B]=A[B]}return this}});Hash.implement({forEach:function(B,C){for(var A in this){if(this.hasOwnProperty(A)){B.call(C,this[A],A,this)}}},getClean:function(){var B={};for(var A in this){if(this.hasOwnProperty(A)){B[A]=this[A]}}return B},getLength:function(){var B=0;for(var A in this){if(this.hasOwnProperty(A)){B++}}return B}});Hash.alias("forEach","each");Array.implement({forEach:function(C,D){for(var B=0,A=this.length;B<A;B++){C.call(D,this[B],B,this)}}});Array.alias("forEach","each");function $A(C){if(C.item){var D=[];for(var B=0,A=C.length;B<A;B++){D[B]=C[B]}return D}return Array.prototype.slice.call(C)}function $arguments(A){return function(){return arguments[A]}}function $chk(A){return !!(A||A===0)}function $clear(A){clearTimeout(A);clearInterval(A);return null}function $defined(A){return(A!=undefined)}function $each(C,B,D){var A=$type(C);((A=="arguments"||A=="collection"||A=="array")?Array:Hash).each(C,B,D)}function $empty(){}function $extend(C,A){for(var B in (A||{})){C[B]=A[B]}return C}function $H(A){return new Hash(A)}function $lambda(A){return(typeof A=="function")?A:function(){return A}}function $merge(){var E={};for(var D=0,A=arguments.length;D<A;D++){var B=arguments[D];if($type(B)!="object"){continue}for(var C in B){var G=B[C],F=E[C];E[C]=(F&&$type(G)=="object"&&$type(F)=="object")?$merge(F,G):$unlink(G)}}return E}function $pick(){for(var B=0,A=arguments.length;B<A;B++){if(arguments[B]!=undefined){return arguments[B]}}return null}function $random(B,A){return Math.floor(Math.random()*(A-B+1)+B)}function $splat(B){var A=$type(B);return(A)?((A!="array"&&A!="arguments")?[B]:B):[]}var $time=Date.now||function(){return +new Date};function $try(){for(var B=0,A=arguments.length;B<A;B++){try{return arguments[B]()}catch(C){}}return null}function $type(A){if(A==undefined){return false}if(A.$family){return(A.$family.name=="number"&&!isFinite(A))?false:A.$family.name}if(A.nodeName){switch(A.nodeType){case 1:return"element";case 3:return(/\S/).test(A.nodeValue)?"textnode":"whitespace"}}else{if(typeof A.length=="number"){if(A.callee){return"arguments"}else{if(A.item){return"collection"}}}}return typeof A}function $unlink(C){var B;switch($type(C)){case"object":B={};for(var E in C){B[E]=$unlink(C[E])}break;case"hash":B=new Hash(C);break;case"array":B=[];for(var D=0,A=C.length;D<A;D++){B[D]=$unlink(C[D])}break;default:return C}return B}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925))},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4)},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419)},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18)}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var B in this.Engines){var A=this.Engines[B]();if(A){this.Engine={name:B,version:A};this.Engine[B]=this.Engine[B+A]=true;break}}return{name:B,version:A}};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest()},function(){return new ActiveXObject("MSXML2.XMLHTTP")})};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var A=($try(function(){return navigator.plugins["Shockwave Flash"].description},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")})||"0 r0").match(/\d+/g);return{version:parseInt(A[0]||0+"."+A[1]||0),build:parseInt(A[2]||0)}})();function $exec(B){if(!B){return B}if(window.execScript){window.execScript(B)}else{var A=document.createElement("script");A.setAttribute("type","text/javascript");A[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=B;document.head.appendChild(A);document.head.removeChild(A)}return B}Native.UID=1;var $uid=(Browser.Engine.trident)?function(A){return(A.uid||(A.uid=[Native.UID++]))[0]}:function(A){return A.uid||(A.uid=Native.UID++)};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(A){$uid(A);if(!A.Element){A.Element=$empty;if(Browser.Engine.webkit){A.document.createElement("iframe")}A.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{}}A.document.window=A;return $extend(A,Window.Prototype)},afterImplement:function(B,A){window[B]=Window.Prototype[B]=A}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(A){$uid(A);A.head=A.getElementsByTagName("head")[0];A.html=A.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){A.execCommand("BackgroundImageCache",false,true)})}if(Browser.Engine.trident){A.window.attachEvent("onunload",function(){A.window.detachEvent("onunload",arguments.callee);A.head=A.html=A.window=null})}return $extend(A,Document.Prototype)},afterImplement:function(B,A){document[B]=Document.Prototype[B]=A}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(C,D){for(var B=0,A=this.length;B<A;B++){if(!C.call(D,this[B],B,this)){return false}}return true},filter:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){if(D.call(E,this[B],B,this)){C.push(this[B])}}return C},clean:function(){return this.filter($defined)},indexOf:function(C,D){var A=this.length;for(var B=(D<0)?Math.max(0,A+D):D||0;B<A;B++){if(this[B]===C){return B}}return -1},map:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){C[B]=D.call(E,this[B],B,this)}return C},some:function(C,D){for(var B=0,A=this.length;B<A;B++){if(C.call(D,this[B],B,this)){return true}}return false},associate:function(C){var D={},B=Math.min(this.length,C.length);for(var A=0;A<B;A++){D[C[A]]=this[A]}return D},link:function(C){var A={};for(var E=0,B=this.length;E<B;E++){for(var D in C){if(C[D](this[E])){A[D]=this[E];delete C[D];break}}}return A},contains:function(A,B){return this.indexOf(A,B)!=-1},extend:function(C){for(var B=0,A=C.length;B<A;B++){this.push(C[B])}return this},getLast:function(){return(this.length)?this[this.length-1]:null},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null},include:function(A){if(!this.contains(A)){this.push(A)}return this},combine:function(C){for(var B=0,A=C.length;B<A;B++){this.include(C[B])}return this},erase:function(B){for(var A=this.length;A--;A){if(this[A]===B){this.splice(A,1)}}return this},empty:function(){this.length=0;return this},flatten:function(){var D=[];for(var B=0,A=this.length;B<A;B++){var C=$type(this[B]);if(!C){continue}D=D.concat((C=="array"||C=="collection"||C=="arguments")?Array.flatten(this[B]):this[B])}return D},hexToRgb:function(B){if(this.length!=3){return null}var A=this.map(function(C){if(C.length==1){C+=C}return C.toInt(16)});return(B)?A:"rgb("+A+")"},rgbToHex:function(D){if(this.length<3){return null}if(this.length==4&&this[3]==0&&!D){return"transparent"}var B=[];for(var A=0;A<3;A++){var C=(this[A]-0).toString(16);B.push((C.length==1)?"0"+C:C)}return(D)?B:"#"+B.join("")}});String.implement({test:function(A,B){return((typeof A=="string")?new RegExp(A,B):A).test(this)},contains:function(A,B){return(B)?(B+this+B).indexOf(B+A+B)>-1:this.indexOf(A)>-1},trim:function(){return this.replace(/^\s+|\s+$/g,"")},clean:function(){return this.replace(/\s+/g," ").trim()},camelCase:function(){return this.replace(/-\D/g,function(A){return A.charAt(1).toUpperCase()})},hyphenate:function(){return this.replace(/[A-Z]/g,function(A){return("-"+A.charAt(0).toLowerCase())})},capitalize:function(){return this.replace(/\b[a-z]/g,function(A){return A.toUpperCase()})},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1")},toInt:function(A){return parseInt(this,A||10)},toFloat:function(){return parseFloat(this)},hexToRgb:function(B){var A=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(A)?A.slice(1).hexToRgb(B):null},rgbToHex:function(B){var A=this.match(/\d{1,3}/g);return(A)?A.rgbToHex(B):null},stripScripts:function(B){var A="";var C=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){A+=arguments[1]+"\n";return""});if(B===true){$exec(A)}else{if($type(B)=="function"){B(A,C)}}return C},substitute:function(A,B){return this.replace(B||(/\\?\{([^{}]+)\}/g),function(D,C){if(D.charAt(0)=="\\"){return D.slice(1)}return(A[C]!=undefined)?A[C]:""})}});Function.implement({extend:function(A){for(var B in A){this[B]=A[B]}return this},create:function(B){var A=this;B=B||{};return function(D){var C=B.arguments;C=(C!=undefined)?$splat(C):Array.slice(arguments,(B.event)?1:0);if(B.event){C=[D||window.event].extend(C)}var E=function(){return A.apply(B.bind||null,C)};if(B.delay){return setTimeout(E,B.delay)}if(B.periodical){return setInterval(E,B.periodical)}if(B.attempt){return $try(E)}return E()}},run:function(A,B){return this.apply(B,$splat(A))},pass:function(A,B){return this.create({bind:B,arguments:A})},bind:function(B,A){return this.create({bind:B,arguments:A})},bindWithEvent:function(B,A){return this.create({bind:B,arguments:A,event:true})},attempt:function(A,B){return this.create({bind:B,arguments:A,attempt:true})()},delay:function(B,C,A){return this.create({bind:C,arguments:A,delay:B})()},periodical:function(C,B,A){return this.create({bind:B,arguments:A,periodical:C})()}});Number.implement({limit:function(B,A){return Math.min(A,Math.max(B,this))},round:function(A){A=Math.pow(10,A||0);return Math.round(this*A)/A},times:function(B,C){for(var A=0;A<this;A++){B.call(C,A,this)}},toFloat:function(){return parseFloat(this)},toInt:function(A){return parseInt(this,A||10)}});Number.alias("times","each");(function(B){var A={};B.each(function(C){if(!Number[C]){A[C]=function(){return Math[C].apply(null,[this].concat($A(arguments)))}}});Number.implement(A)})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(B){for(var A in this){if(this.hasOwnProperty(A)&&this[A]===B){return A}}return null},hasValue:function(A){return(Hash.keyOf(this,A)!==null)},extend:function(A){Hash.each(A,function(C,B){Hash.set(this,B,C)},this);return this},combine:function(A){Hash.each(A,function(C,B){Hash.include(this,B,C)},this);return this},erase:function(A){if(this.hasOwnProperty(A)){delete this[A]}return this},get:function(A){return(this.hasOwnProperty(A))?this[A]:null},set:function(A,B){if(!this[A]||this.hasOwnProperty(A)){this[A]=B}return this},empty:function(){Hash.each(this,function(B,A){delete this[A]},this);return this},include:function(B,C){var A=this[B];if(A==undefined){this[B]=C}return this},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this))},this);return A},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E)}},this);return A},every:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&!B.call(C,this[A],A)){return false}}return true},some:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&B.call(C,this[A],A)){return true}}return false},getKeys:function(){var A=[];Hash.each(this,function(C,B){A.push(B)});return A},getValues:function(){var A=[];Hash.each(this,function(B){A.push(B)});return A},toQueryString:function(A){var B=[];Hash.each(this,function(F,E){if(A){E=A+"["+E+"]"}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H});D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F)}if(F!=undefined){B.push(D)}});return B.join("&")}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(A,B){var C=Element.Constructors.get(A);if(C){return C(B)}if(typeof A=="string"){return document.newElement(A,B)}return $(A).set(B)},afterImplement:function(A,B){Element.Prototype[A]=B;if(Array[A]){return }Elements.implement(A,function(){var C=[],G=true;for(var E=0,D=this.length;E<D;E++){var F=this[E][A].apply(this[E],arguments);C.push(F);if(G){G=($type(F)=="element")}}return(G)?new Elements(C):C})}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var E=Array.link(arguments,{properties:Object.type,iframe:$defined});var C=E.properties||{};var B=$(E.iframe)||false;var D=C.onload||$empty;delete C.onload;C.id=C.name=$pick(C.id,C.name,B.id,B.name,"IFrame_"+$time());B=new Element(B||"iframe",C);var A=function(){var F=$try(function(){return B.contentWindow.location.host});if(F&&F==window.location.host){var G=new Window(B.contentWindow);new Document(B.contentWindow.document);$extend(G.Element.prototype,Element.Prototype)}D.call(B.contentWindow,B.contentWindow.document)};(window.frames[C.id])?A():B.addListener("load",A);return B}});var Elements=new Native({initialize:function(F,B){B=$extend({ddup:true,cash:true},B);F=F||[];if(B.ddup||B.cash){var G={},E=[];for(var C=0,A=F.length;C<A;C++){var D=$.element(F[C],!B.cash);if(B.ddup){if(G[D.uid]){continue}G[D.uid]=true}E.push(D)}F=E}return(B.cash)?$extend(F,this):F}});Elements.implement({filter:function(A,B){if(!A){return this}return new Elements(Array.filter(this,(typeof A=="string")?function(C){return C.match(A)}:A,B))}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return }A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C]}});A="<"+A+">"}return $.element(this.createElement(A)).set(B)},newTextNode:function(A){return this.createTextNode(A)},getDocument:function(){return this},getWindow:function(){return this.window}});Window.implement({$:function(B,C){if(B&&B.$family&&B.uid){return B}var A=$type(B);return($[A])?$[A](B,C,this.document):null},$$:function(A){if(arguments.length==1&&typeof A=="string"){return this.document.getElements(A)}var F=[];var C=Array.flatten(arguments);for(var D=0,B=C.length;D<B;D++){var E=C[D];switch($type(E)){case"element":F.push(E);break;case"string":F.extend(this.document.getElements(E,true))}}return new Elements(F)},getDocument:function(){return this.document},getWindow:function(){return this}});$.string=function(C,B,A){C=A.getElementById(C);return(C)?$.element(C,B):null};$.element=function(A,D){$uid(A);if(!D&&!A.$family&&!(/^object|embed$/i).test(A.tagName)){var B=Element.Prototype;for(var C in B){A[C]=B[C]}}return A};$.object=function(B,C,A){if(B.toElement){return $.element(B.toElement(A),C)}return null};$.textnode=$.whitespace=$.window=$.document=$arguments(0);Native.implement([Element,Document],{getElement:function(A,B){return $(this.getElements(A,true)[0]||null,B)},getElements:function(A,D){A=A.split(",");var C=[];var B=(A.length>1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F},this);return new Elements(C,{ddup:B,cash:!D})}});(function(){var H={},F={};var I={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var C=function(L){return(F[L]||(F[L]={}))};var G=function(N,L){if(!N){return }var M=N.uid;if(Browser.Engine.trident){if(N.clearAttributes){var P=L&&N.cloneNode(false);N.clearAttributes();if(P){N.mergeAttributes(P)}}else{if(N.removeEvents){N.removeEvents()}}if((/object/i).test(N.tagName)){for(var O in N){if(typeof N[O]=="function"){N[O]=$empty}}Element.dispose(N)}}if(!M){return }H[M]=F[M]=null};var D=function(){Hash.each(H,G);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(G)}if(window.CollectGarbage){CollectGarbage()}H=F=null};var J=function(N,L,S,M,P,R){var O=N[S||L];var Q=[];while(O){if(O.nodeType==1&&(!M||Element.match(O,M))){if(!P){return $(O,R)}Q.push(O)}O=O[L]}return(P)?new Elements(Q,{ddup:false,cash:!R}):null};var E={html:"innerHTML","class":"className","for":"htmlFor",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var B=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var K=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];Hash.extend(E,B.associate(B));Hash.extend(E,K.associate(K.map(String.toLowerCase)));var A={before:function(M,L){if(L.parentNode){L.parentNode.insertBefore(M,L)}},after:function(M,L){if(!L.parentNode){return }var N=L.nextSibling;(N)?L.parentNode.insertBefore(M,N):L.parentNode.appendChild(M)},bottom:function(M,L){L.appendChild(M)},top:function(M,L){var N=L.firstChild;(N)?L.insertBefore(M,N):L.appendChild(M)}};A.inside=A.bottom;Hash.each(A,function(L,M){M=M.capitalize();Element.implement("inject"+M,function(N){L(this,$(N,true));return this});Element.implement("grab"+M,function(N){L($(N,true),this);return this})});Element.implement({set:function(O,M){switch($type(O)){case"object":for(var N in O){this.set(N,O[N])}break;case"string":var L=Element.Properties.get(O);(L&&L.set)?L.set.apply(this,Array.slice(arguments,1)):this.setProperty(O,M)}return this},get:function(M){var L=Element.Properties.get(M);return(L&&L.get)?L.get.apply(this,Array.slice(arguments,1)):this.getProperty(M)},erase:function(M){var L=Element.Properties.get(M);(L&&L.erase)?L.erase.apply(this):this.removeProperty(M);return this},setProperty:function(M,N){var L=E[M];if(N==undefined){return this.removeProperty(M)}if(L&&B[M]){N=!!N}(L)?this[L]=N:this.setAttribute(M,""+N);return this},setProperties:function(L){for(var M in L){this.setProperty(M,L[M])}return this},getProperty:function(M){var L=E[M];var N=(L)?this[L]:this.getAttribute(M,2);return(B[M])?!!N:(L)?N:N||null},getProperties:function(){var L=$A(arguments);return L.map(this.getProperty,this).associate(L)},removeProperty:function(M){var L=E[M];(L)?this[L]=(L&&B[M])?false:"":this.removeAttribute(M);return this},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this},hasClass:function(L){return this.className.contains(L," ")},addClass:function(L){if(!this.hasClass(L)){this.className=(this.className+" "+L).clean()}return this},removeClass:function(L){this.className=this.className.replace(new RegExp("(^|\\s)"+L+"(?:\\s|$)"),"$1");return this},toggleClass:function(L){return this.hasClass(L)?this.removeClass(L):this.addClass(L)},adopt:function(){Array.flatten(arguments).each(function(L){L=$(L,true);if(L){this.appendChild(L)}},this);return this},appendText:function(M,L){return this.grab(this.getDocument().newTextNode(M),L)},grab:function(M,L){A[L||"bottom"]($(M,true),this);return this},inject:function(M,L){A[L||"bottom"](this,$(M,true));return this},replaces:function(L){L=$(L,true);L.parentNode.replaceChild(this,L);return this},wraps:function(M,L){M=$(M,true);return this.replaces(M).grab(M,L)},getPrevious:function(L,M){return J(this,"previousSibling",null,L,false,M)},getAllPrevious:function(L,M){return J(this,"previousSibling",null,L,true,M)},getNext:function(L,M){return J(this,"nextSibling",null,L,false,M)},getAllNext:function(L,M){return J(this,"nextSibling",null,L,true,M)},getFirst:function(L,M){return J(this,"nextSibling","firstChild",L,false,M)},getLast:function(L,M){return J(this,"previousSibling","lastChild",L,false,M)},getParent:function(L,M){return J(this,"parentNode",null,L,false,M)},getParents:function(L,M){return J(this,"parentNode",null,L,true,M)},getChildren:function(L,M){return J(this,"nextSibling","firstChild",L,true,M)},getWindow:function(){return this.ownerDocument.window},getDocument:function(){return this.ownerDocument},getElementById:function(O,N){var M=this.ownerDocument.getElementById(O);if(!M){return null}for(var L=M.parentNode;L!=this;L=L.parentNode){if(!L){return null}}return $.element(M,N)},getSelected:function(){return new Elements($A(this.options).filter(function(L){return L.selected}))},getComputedStyle:function(M){if(this.currentStyle){return this.currentStyle[M.camelCase()]}var L=this.getDocument().defaultView.getComputedStyle(this,null);return(L)?L.getPropertyValue([M.hyphenate()]):null},toQueryString:function(){var L=[];this.getElements("input, select, textarea",true).each(function(M){if(!M.name||M.disabled){return }var N=(M.tagName.toLowerCase()=="select")?Element.getSelected(M).map(function(O){return O.value}):((M.type=="radio"||M.type=="checkbox")&&!M.checked)?null:M.value;$splat(N).each(function(O){if(typeof O!="undefined"){L.push(M.name+"="+encodeURIComponent(O))}})});return L.join("&")},clone:function(O,L){O=O!==false;var R=this.cloneNode(O);var N=function(V,U){if(!L){V.removeAttribute("id")}if(Browser.Engine.trident){V.clearAttributes();V.mergeAttributes(U);V.removeAttribute("uid");if(V.options){var W=V.options,S=U.options;for(var T=W.length;T--;){W[T].selected=S[T].selected}}}var X=I[U.tagName.toLowerCase()];if(X&&U[X]){V[X]=U[X]}};if(O){var P=R.getElementsByTagName("*"),Q=this.getElementsByTagName("*");for(var M=P.length;M--;){N(P[M],Q[M])}}N(R,this);return $(R)},destroy:function(){Element.empty(this);Element.dispose(this);G(this,true);return null},empty:function(){$A(this.childNodes).each(function(L){Element.destroy(L)});return this},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this},hasChild:function(L){L=$(L,true);if(!L){return false}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(L.tagName)).contains(L)}return(this.contains)?(this!=L&&this.contains(L)):!!(this.compareDocumentPosition(L)&16)},match:function(L){return(!L||(L==this)||(Element.get(this,"tag")==L))}});Native.implement([Element,Window,Document],{addListener:function(O,N){if(O=="unload"){var L=N,M=this;N=function(){M.removeListener("unload",N);L()}}else{H[this.uid]=this}if(this.addEventListener){this.addEventListener(O,N,false)}else{this.attachEvent("on"+O,N)}return this},removeListener:function(M,L){if(this.removeEventListener){this.removeEventListener(M,L,false)}else{this.detachEvent("on"+M,L)}return this},retrieve:function(M,L){var O=C(this.uid),N=O[M];if(L!=undefined&&N==undefined){N=O[M]=L}return $pick(N)},store:function(M,L){var N=C(this.uid);N[M]=L;return this},eliminate:function(L){var M=C(this.uid);delete M[L];return this}});window.addListener("unload",D)})();Element.Properties=new Hash;Element.Properties.style={set:function(A){this.style.cssText=A},get:function(){return this.style.cssText},erase:function(){this.style.cssText=""}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase()}};Element.Properties.html=(function(){var C=document.createElement("div");var A={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};A.thead=A.tfoot=A.tbody;var B={set:function(){var E=Array.flatten(arguments).join("");var F=Browser.Engine.trident&&A[this.get("tag")];if(F){var G=C;G.innerHTML=F[1]+E+F[2];for(var D=F[0];D--;){G=G.firstChild}this.empty().adopt(G.childNodes)}else{this.innerHTML=E}}};B.erase=B.set;return B})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText}var A=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var B=A.innerText;A.destroy();return B}}}var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A}this.$extended=true;var J=A.type;var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111;if(D>0&&D<13){M="f"+D}}M=M||String.fromCharCode(B).toLowerCase()}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body;var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY};if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement;break;case"mouseout":L=A.relatedTarget||A.toElement}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode}return true}).create({attempt:Browser.Engine.gecko})()){L=false}}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,shift:A.shiftKey,control:A.ctrlKey,alt:A.altKey,meta:A.metaKey})}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault()},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation()}else{this.event.cancelBubble=true}return this},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault()}else{this.event.returnValue=false}return this}});Element.Properties.events={set:function(A){this.addEvents(A)}};Native.implement([Element,Window,Document],{addEvent:function(E,G){var H=this.retrieve("events",{});H[E]=H[E]||{keys:[],values:[]};if(H[E].keys.contains(G)){return this}H[E].keys.push(G);var F=E,A=Element.Events.get(E),C=G,I=this;if(A){if(A.onAdd){A.onAdd.call(this,G)}if(A.condition){C=function(J){if(A.condition.call(this,J)){return G.call(this,J)}return true}}F=A.base||F}var D=function(){return G.call(I)};var B=Element.NativeEvents[F];if(B){if(B==2){D=function(J){J=new Event(J,I.getWindow());if(C.call(I,J)===false){J.stop()}}}this.addListener(F,D)}H[E].values.push(D);return this},removeEvent:function(C,B){var A=this.retrieve("events");if(!A||!A[C]){return this}var F=A[C].keys.indexOf(B);if(F==-1){return this}A[C].keys.splice(F,1);var E=A[C].values.splice(F,1)[0];var D=Element.Events.get(C);if(D){if(D.onRemove){D.onRemove.call(this,B)}C=D.base||C}return(Element.NativeEvents[C])?this.removeListener(C,E):this},addEvents:function(A){for(var B in A){this.addEvent(B,A[B])}return this},removeEvents:function(A){if($type(A)=="object"){for(var C in A){this.removeEvent(C,A[C])}return this}var B=this.retrieve("events");if(!B){return this}if(!A){for(var C in B){this.removeEvents(C)}this.eliminate("events")}else{if(B[A]){while(B[A].keys[0]){this.removeEvent(A,B[A].keys[0])}B[A]=null}}return this},fireEvent:function(D,B,A){var C=this.retrieve("events");if(!C||!C[D]){return this}C[D].keys.each(function(E){E.create({bind:this,delay:A,"arguments":B})()},this);return this},cloneEvents:function(D,A){D=$(D);var C=D.retrieve("events");if(!C){return this}if(!A){for(var B in C){this.cloneEvents(D,B)}}else{if(C[A]){C[A].keys.each(function(E){this.addEvent(A,E)},this)}}return this}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var A=function(B){var C=B.relatedTarget;if(C==undefined){return true}if(C===false){return false}return($type(this)!="document"&&C!=this&&C.prefix!="xul"&&!this.hasChild(C))};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:A},mouseleave:{base:"mouseout",condition:A},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}})})();Element.Events.domready={onAdd:function(A){if(Browser.loaded){A.call(this)}}};(function(){var B=function(){if(Browser.loaded){return }Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready")};if(Browser.Engine.trident){var A=document.createElement("div");(function(){($try(function(){A.doScroll("left");return $(A).inject(document.body).set("html","temp").dispose()}))?B():arguments.callee.delay(50)})()}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?B():arguments.callee.delay(50)})()}else{window.addEvent("load",B);document.addEvent("DOMContentLoaded",B)}}})();Element.Properties.styles={set:function(A){this.setStyles(A)}};Element.Properties.opacity={set:function(A,B){if(!B){if(A==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden"}}else{if(this.style.visibility!="visible"){this.style.visibility="visible"}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1}if(Browser.Engine.trident){this.style.filter=(A==1)?"":"alpha(opacity="+A*100+")"}this.style.opacity=A;this.store("opacity",A)},get:function(){return this.retrieve("opacity",1)}};Element.implement({setOpacity:function(A){return this.set("opacity",A,true)},getOpacity:function(){return this.get("opacity")},setStyle:function(B,A){switch(B){case"opacity":return this.set("opacity",parseFloat(A));case"float":B=(Browser.Engine.trident)?"styleFloat":"cssFloat"}B=B.camelCase();if($type(A)!="string"){var C=(Element.Styles.get(B)||"@").split(" ");A=$splat(A).map(function(E,D){if(!C[D]){return""}return($type(E)=="number")?C[D].replace("@",Math.round(E)):E}).join(" ")}else{if(A==String(Number(A))){A=Math.round(A)}}this.style[B]=A;return this},getStyle:function(G){switch(G){case"opacity":return this.get("opacity");case"float":G=(Browser.Engine.trident)?"styleFloat":"cssFloat"}G=G.camelCase();var A=this.style[G];if(!$chk(A)){A=[];for(var F in Element.ShortStyles){if(G!=F){continue}for(var E in Element.ShortStyles[F]){A.push(this.getStyle(E))}return A.join(" ")}A=this.getComputedStyle(G)}if(A){A=String(A);var C=A.match(/rgba?\([\d\s,]+\)/);if(C){A=A.replace(C[0],C[0].rgbToHex())}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(A)))){if(G.test(/^(height|width)$/)){var B=(G=="width")?["left","right"]:["top","bottom"],D=0;B.each(function(H){D+=this.getStyle("border-"+H+"-width").toInt()+this.getStyle("padding-"+H).toInt()},this);return this["offset"+G.capitalize()]-D+"px"}if((Browser.Engine.presto)&&String(A).test("px")){return A}if(G.test(/(border(.+)Width|margin|padding)/)){return"0px"}}return A},setStyles:function(B){for(var A in B){this.setStyle(A,B[A])}return this},getStyles:function(){var A={};Array.each(arguments,function(B){A[B]=this.getStyle(B)},this);return A}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(G){var F=Element.ShortStyles;var B=Element.Styles;["margin","padding"].each(function(H){var I=H+G;F[H][I]=B[I]="@px"});var E="border"+G;F.border[E]=B[E]="@px @ rgb(@, @, @)";var D=E+"Width",A=E+"Style",C=E+"Color";F[E]={};F.borderWidth[D]=F[E][D]=B[D]="@px";F.borderStyle[A]=F[E][A]=B[A]="@";F.borderColor[C]=F[E][C]=B[C]="rgb(@, @, @)"});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(){for(var E in this){if($type(this[E])!="function"){this[E]=$unlink(this[E])}}this.constructor=A;if(Class.prototyping){return this}var D=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this)}return D};for(var C in Class.Mutators){if(!B[C]){continue}B=Class.Mutators[C](B,B[C]);delete B[C]}$extend(A,this);A.constructor=Class;A.prototype=B;return A}});Class.Mutators={Extends:function(C,A){Class.prototyping=A.prototype;var B=new A;delete B.parent;B=Class.inherit(B,C);delete Class.prototyping;return B},Implements:function(A,B){$splat(B).each(function(C){Class.prototying=C;$extend(A,($type(C)=="class")?new C:C);delete Class.prototyping});return A}};Class.extend({inherit:function(B,E){var A=arguments.callee.caller;for(var D in E){var C=E[D];var G=B[D];var F=$type(C);if(G&&F=="function"){if(C!=G){if(A){C.__parent=G;B[D]=C}else{Class.override(B,D,C)}}}else{if(F=="object"){B[D]=$merge(G,C)}else{B[D]=C}}}if(A){B.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments)}}return B},override:function(B,A,E){var D=Class.prototyping;if(D&&B[A]!=D[A]){D=null}var C=function(){var F=this.parent;this.parent=D?D[A]:B[A];var G=E.apply(this,arguments);this.parent=F;return G};B[A]=C}});Class.implement({implement:function(){var A=this.prototype;$each(arguments,function(B){Class.inherit(A,B)});return this}});var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false},clearChain:function(){this.$chain.empty();return this}});var Events=new Class({$events:{},addEvent:function(C,B,A){C=Events.removeOn(C);if(B!=$empty){this.$events[C]=this.$events[C]||[];this.$events[C].include(B);if(A){B.internal=true}}return this},addEvents:function(A){for(var B in A){this.addEvent(B,A[B])}return this},fireEvent:function(C,B,A){C=Events.removeOn(C);if(!this.$events||!this.$events[C]){return this}this.$events[C].each(function(D){D.create({bind:this,delay:A,"arguments":B})()},this);return this},removeEvent:function(B,A){B=Events.removeOn(B);if(!this.$events[B]){return this}if(!A.internal){this.$events[B].erase(A)}return this},removeEvents:function(C){if($type(C)=="object"){for(var D in C){this.removeEvent(D,C[D])}return this}if(C){C=Events.removeOn(C)}for(var D in this.$events){if(C&&C!=D){continue}var B=this.$events[D];for(var A=B.length;A--;A){this.removeEvent(D,B[A])}}return this}});Events.removeOn=function(A){return A.replace(/^on([A-Z])/,function(B,C){return C.toLowerCase()})};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this}for(var A in this.options){if($type(this.options[A])!="function"||!(/^on[A-Z]/).test(A)){continue}this.addEvent(A,this.options[A]);delete this.options[A]}return this}});var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(A){this.subject=this.subject||this;this.setOptions(A);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var B=this.options.wait;if(B===false){this.options.link="cancel"}},getTransition:function(){return function(A){return -(Math.cos(Math.PI*A)-1)/2}},step:function(){var A=$time();if(A<this.time+this.options.duration){var B=this.transition((A-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,B))}else{this.set(this.compute(this.from,this.to,1));this.complete()}},set:function(A){return A},compute:function(C,B,A){return Fx.compute(C,B,A)},check:function(A){if(!this.timer){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false}return false},start:function(B,A){if(!this.check(arguments.callee,B,A)){return this}this.from=B;this.to=A;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this},complete:function(){if(this.stopTimer()){this.onComplete()}return this},cancel:function(){if(this.stopTimer()){this.onCancel()}return this},onStart:function(){this.fireEvent("start",this.subject)},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject)}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain()},pause:function(){this.stopTimer();return this},resume:function(){this.startTimer();return this},stopTimer:function(){if(!this.timer){return false}this.time=$time()-this.time;this.timer=$clear(this.timer);return true},startTimer:function(){if(this.timer){return false}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true}});Fx.compute=function(C,B,A){return(B-C)*A+C};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(D,E,B){B=$splat(B);var C=B[1];if(!$chk(C)){B[1]=B[0];B[0]=D.getStyle(E)}var A=B.map(this.parse);return{from:A[0],to:A[1]}},parse:function(A){A=$lambda(A)();A=(typeof A=="string")?A.split(" "):$splat(A);return A.map(function(C){C=String(C);var B=false;Fx.CSS.Parsers.each(function(F,E){if(B){return }var D=F.parse(C);if($chk(D)){B={value:D,parser:F}}});B=B||{value:C,parser:Fx.CSS.Parsers.String};return B})},compute:function(D,C,B){var A=[];(Math.min(D.length,C.length)).times(function(E){A.push({value:D[E].parser.compute(D[E].value,C[E].value,B),parser:D[E].parser})});A.$family={name:"fx:css:value"};return A},serve:function(C,B){if($type(C)!="fx:css:value"){C=this.parse(C)}var A=[];C.each(function(D){A=A.concat(D.parser.serve(D.value,B))});return A},render:function(A,D,C,B){A.setStyle(D,this.serve(C,B))},search:function(A){if(Fx.CSS.Cache[A]){return Fx.CSS.Cache[A]}var B={};Array.each(document.styleSheets,function(E,D){var C=E.href;if(C&&C.contains("://")&&!C.contains(document.domain)){return }var F=E.rules||E.cssRules;Array.each(F,function(I,G){if(!I.style){return }var H=(I.selectorText)?I.selectorText.replace(/^\w+/,function(J){return J.toLowerCase()}):null;if(!H||!H.test("^"+A+"$")){return }Element.Styles.each(function(K,J){if(!I.style[J]||Element.ShortStyles[J]){return }K=String(I.style[J]);B[J]=(K.test(/^rgb/))?K.rgbToHex():K})})});return Fx.CSS.Cache[A]=B}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(A){if(A.match(/^#[0-9a-f]{3,6}$/i)){return A.hexToRgb(true)}return((A=A.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[A[1],A[2],A[3]]:false},compute:function(C,B,A){return C.map(function(E,D){return Math.round(Fx.compute(C[D],B[D],A))})},serve:function(A){return A.map(Number)}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(B,A){return(A)?B+A:B}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A)},set:function(A){if(typeof A=="string"){A=this.search(A)}for(var B in A){this.render(this.element,B,A[B],this.options.unit)}return this},compute:function(E,D,C){var A={};for(var B in E){A[B]=this.parent(E[B],D[B],C)}return A},start:function(B){if(!this.check(arguments.callee,B)){return this}if(typeof B=="string"){B=this.search(B)}var E={},D={};for(var C in B){var A=this.prepare(this.element,C,B[C]);E[C]=A.from;D[C]=A.to}return this.parent(E,D)}});Element.Properties.morph={set:function(A){var B=this.retrieve("morph");if(B){B.cancel()}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},A))},get:function(A){if(A||!this.retrieve("morph")){if(A||!this.retrieve("morph:options")){this.set("morph",A)}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")))}return this.retrieve("morph")}};Element.implement({morph:function(A){this.get("morph").start(A);return this}});Fx.implement({getTransition:function(){var A=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof A=="string"){var B=A.split(":");A=Fx.Transitions;A=A[B[0]]||A[B[0].capitalize()];if(B[1]){A=A["ease"+B[1].capitalize()+(B[2]?B[2].capitalize():"")]}}return A}});Fx.Transition=function(B,A){A=$splat(A);return $extend(B,{easeIn:function(C){return B(C,A)},easeOut:function(C){return 1-B(1-C,A)},easeInOut:function(C){return(C<=0.5)?B(2*C,A)/2:(2-B(2*(1-C),A))/2}})};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(A){for(var B in A){Fx.Transitions[B]=new Fx.Transition(A[B])}};Fx.Transitions.extend({Pow:function(B,A){return Math.pow(B,A[0]||6)},Expo:function(A){return Math.pow(2,8*(A-1))},Circ:function(A){return 1-Math.sin(Math.acos(A))},Sine:function(A){return 1-Math.sin((1-A)*Math.PI/2)},Back:function(B,A){A=A[0]||1.618;return Math.pow(B,2)*((A+1)*B-A)},Bounce:function(D){var C;for(var B=0,A=1;1;B+=A,A/=2){if(D>=(7-4*B)/11){C=A*A-Math.pow((11-6*B-11*D)/4,2);break}}return C},Elastic:function(B,A){return Math.pow(2,10*--B)*Math.cos(20*B*Math.PI*(A[0]||1)/3)}});["Quad","Cubic","Quart","Quint"].each(function(B,A){Fx.Transitions[B]=new Fx.Transition(function(C){return Math.pow(C,[A+2])})});Native.implement([Document,Element],{getElements:function(H,G){H=H.split(",");var C,E={};for(var D=0,B=H.length;D<B;D++){var A=H[D],F=Selectors.Utils.search(this,A,E);if(D!=0&&F.item){F=$A(F)}C=(D==0)?F:(C.item)?$A(C).concat(F):C.concat(F)}return new Elements(C,{ddup:(H.length>1),cash:!G})}});Element.implement({match:function(B){if(!B||(B==this)){return true}var D=Selectors.Utils.parseTagAndID(B);var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!Selectors.Filters.byTag(this,A)){return false}var C=Selectors.Utils.parseSelector(B);return(C)?Selectors.Utils.filter(this,C,{}):true}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(B,C){if(!C){return true}var A=$uid(B);if(!C[A]){return C[A]=true}return false},parseNthArgument:function(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F]}var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0;if(B!=0){A--;while(A<1){A+=B}while(A>=B){A-=B}}else{B=A;D="index"}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"};break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"};break;default:C={a:(B-1),special:"index"}}return Selectors.Cache.nth[F]=C},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E]}var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[5],C=D[6],J=D[7];if(I){H.classes.push(I)}else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J})}else{H.attributes.push({name:C,operator:"=",value:J})}}else{if(G){H.attributes.push({name:G,operator:F,value:B})}}}}if(!H.classes.length){delete H.classes}if(!H.attributes.length){delete H.attributes}if(!H.pseudos.length){delete H.pseudos}if(!H.classes&&!H.attributes&&!H.pseudos){H=null}return Selectors.Cache.parsed[E]=H},parseTagAndID:function(B){var A=B.match(Selectors.RegExps.tag);var C=B.match(Selectors.RegExps.id);return[(A)?A[1]:"*",(C)?C[1]:false]},filter:function(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false}}}if(C.attributes){for(D=C.attributes.length;D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,B.name,B.operator,B.value)){return false}}}if(C.pseudos){for(D=C.pseudos.length;D--;D){var A=C.pseudos[D];if(!Selectors.Filters.byPseudo(F,A.parser,A.argument,E)){return false}}}return true},getByTagAndID:function(B,A,D){if(D){var C=(B.getElementById)?B.getElementById(D,true):Element.getElementById(B,D,true);return(C&&Selectors.Filters.byTag(C,A))?[C]:[]}else{return B.getElementsByTagName(A)}},search:function(I,H,N){var B=[];var C=H.trim().replace(Selectors.RegExps.splitter,function(Y,X,W){B.push(X);return":)"+W}).split(":)");var J,E,U;for(var T=0,P=C.length;T<P;T++){var S=C[T];if(T==0&&Selectors.RegExps.quick.test(S)){J=I.getElementsByTagName(S);continue}var A=B[T-1];var K=Selectors.Utils.parseTagAndID(S);var V=K[0],L=K[1];if(T==0){J=Selectors.Utils.getByTagAndID(I,V,L)}else{var D={},G=[];for(var R=0,Q=J.length;R<Q;R++){G=Selectors.Getters[A](G,J[R],V,L,D)}J=G}var F=Selectors.Utils.parseSelector(S);if(F){E=[];for(var O=0,M=J.length;O<M;O++){U=J[O];if(Selectors.Utils.filter(U,F,N)){E.push(U)}}J=E}}return J}};Selectors.Getters={" ":function(H,G,I,A,E){var D=Selectors.Utils.getByTagAndID(G,I,A);for(var C=0,B=D.length;C<B;C++){var F=D[C];if(Selectors.Utils.chk(F,E)){H.push(F)}}return H},">":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;E<D;E++){var B=C[E];if(B.parentNode==G&&Selectors.Utils.chk(B,F)){H.push(B)}}return H},"+":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(Selectors.Utils.chk(B,D)&&Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B)}break}}return C},"~":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(!Selectors.Utils.chk(B,D)){break}if(Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B)}}}return C}};Selectors.Filters={byTag:function(B,A){return(A=="*"||(B.tagName&&B.tagName.toLowerCase()==A))},byID:function(A,B){return(!B||(A.id&&A.id==B))},byClass:function(B,A){return(B.className&&B.className.contains(A," "))},byPseudo:function(A,D,C,B){return D.call(A,C,B)},byAttribute:function(C,D,B,E){var A=Element.prototype.getProperty.call(C,D);if(!A){return(B=="!=")}if(!B||E==undefined){return true}switch(B){case"=":return(A==E);case"*=":return(A.contains(E));case"^=":return(A.substr(0,E.length)==E);case"$=":return(A.substr(A.length-E.length)==E);case"!=":return(A!=E);case"~=":return A.contains(E," ");case"|=":return A.contains(E,"-")}return false}};Selectors.Pseudo=new Hash({checked:function(){return this.checked},empty:function(){return !(this.innerText||this.textContent||"").length},not:function(A){return !Element.match(this,A)},contains:function(A){return(this.innerText||this.textContent||"").contains(A)},"first-child":function(){return Selectors.Pseudo.index.call(this,0)},"last-child":function(){var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false}}return true},"only-child":function(){var B=this;while((B=B.previousSibling)){if(B.nodeType==1){return false}}var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false}}return true},"nth-child":function(G,E){G=(G==undefined)?"n":G;var C=Selectors.Utils.parseNthArgument(G);if(C.special!="n"){return Selectors.Pseudo[C.special].call(this,C.a,E)}var F=0;E.positions=E.positions||{};var D=$uid(this);if(!E.positions[D]){var B=this;while((B=B.previousSibling)){if(B.nodeType!=1){continue}F++;var A=E.positions[$uid(B)];if(A!=undefined){F=A+F;break}}E.positions[D]=F}return(E.positions[D]%C.a==C.b)},index:function(A){var B=this,C=0;while((B=B.previousSibling)){if(B.nodeType==1&&++C>A){return false}}return(C==A)},even:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n+1",A)},odd:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n",A)}});(function(){Element.implement({scrollTo:function(H,I){if(B(this)){this.getWindow().scrollTo(H,I)}else{this.scrollLeft=H;this.scrollTop=I}return this},getSize:function(){if(B(this)){return this.getWindow().getSize()}return{x:this.offsetWidth,y:this.offsetHeight}},getScrollSize:function(){if(B(this)){return this.getWindow().getScrollSize()}return{x:this.scrollWidth,y:this.scrollHeight}},getScroll:function(){if(B(this)){return this.getWindow().getScroll()}return{x:this.scrollLeft,y:this.scrollTop}},getScrolls:function(){var I=this,H={x:0,y:0};while(I&&!B(I)){H.x+=I.scrollLeft;H.y+=I.scrollTop;I=I.parentNode}return H},getOffsetParent:function(){var H=this;if(B(H)){return null}if(!Browser.Engine.trident){return H.offsetParent}while((H=H.parentNode)&&!B(H)){if(D(H,"position")!="static"){return H}}return null},getOffsets:function(){if(Browser.Engine.trident){var L=this.getBoundingClientRect(),J=this.getDocument().documentElement;return{x:L.left+J.scrollLeft-J.clientLeft,y:L.top+J.scrollTop-J.clientTop}}var I=this,H={x:0,y:0};if(B(this)){return H}while(I&&!B(I)){H.x+=I.offsetLeft;H.y+=I.offsetTop;if(Browser.Engine.gecko){if(!F(I)){H.x+=C(I);H.y+=G(I)}var K=I.parentNode;if(K&&D(K,"overflow")!="visible"){H.x+=C(K);H.y+=G(K)}}else{if(I!=this&&Browser.Engine.webkit){H.x+=C(I);H.y+=G(I)}}I=I.offsetParent}if(Browser.Engine.gecko&&!F(this)){H.x-=C(this);H.y-=G(this)}return H},getPosition:function(K){if(B(this)){return{x:0,y:0}}var L=this.getOffsets(),I=this.getScrolls();var H={x:L.x-I.x,y:L.y-I.y};var J=(K&&(K=$(K)))?K.getPosition():{x:0,y:0};return{x:H.x-J.x,y:H.y-J.y}},getCoordinates:function(J){if(B(this)){return this.getWindow().getCoordinates()}var H=this.getPosition(J),I=this.getSize();var K={left:H.x,top:H.y,width:I.x,height:I.y};K.right=K.left+K.width;K.bottom=K.top+K.height;return K},computePosition:function(H){return{left:H.x-E(this,"margin-left"),top:H.y-E(this,"margin-top")}},position:function(H){return this.setStyles(this.computePosition(H))}});Native.implement([Document,Window],{getSize:function(){var I=this.getWindow();if(Browser.Engine.presto||Browser.Engine.webkit){return{x:I.innerWidth,y:I.innerHeight}}var H=A(this);return{x:H.clientWidth,y:H.clientHeight}},getScroll:function(){var I=this.getWindow();var H=A(this);return{x:I.pageXOffset||H.scrollLeft,y:I.pageYOffset||H.scrollTop}},getScrollSize:function(){var I=A(this);var H=this.getSize();return{x:Math.max(I.scrollWidth,H.x),y:Math.max(I.scrollHeight,H.y)}},getPosition:function(){return{x:0,y:0}},getCoordinates:function(){var H=this.getSize();return{top:0,left:0,bottom:H.y,right:H.x,height:H.y,width:H.x}}});var D=Element.getComputedStyle;function E(H,I){return D(H,I).toInt()||0}function F(H){return D(H,"-moz-box-sizing")=="border-box"}function G(H){return E(H,"border-top-width")}function C(H){return E(H,"border-left-width")}function B(H){return(/^(?:body|html)$/i).test(H.tagName)}function A(H){var I=H.getDocument();return(!I.compatMode||I.compatMode=="CSS1Compat")?I.html:I.body}})();Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y},getWidth:function(){return this.getSize().x},getScrollTop:function(){return this.getScroll().y},getScrollLeft:function(){return this.getScroll().x},getScrollHeight:function(){return this.getScrollSize().y},getScrollWidth:function(){return this.getScrollSize().x},getTop:function(){return this.getPosition().y},getLeft:function(){return this.getPosition().x}});var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(A){return JSON.$specialChars[A]||"\\u00"+Math.floor(A.charCodeAt()/16).toString(16)+(A.charCodeAt()%16).toString(16)},encode:function(B){switch($type(B)){case"string":return'"'+B.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(B.map(JSON.encode).filter($defined))+"]";case"object":case"hash":var A=[];Hash.each(B,function(E,D){var C=JSON.encode(E);if(C){A.push(JSON.encode(D)+":"+C)}});return"{"+A+"}";case"number":case"boolean":return String(B);case false:return"null"}return null},decode:function(string,secure){if($type(string)!="string"||!string.length){return null}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null}return eval("("+string+")")}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this)}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(B,A){this.key=B;this.setOptions(A)},write:function(B){B=encodeURIComponent(B);if(this.options.domain){B+="; domain="+this.options.domain}if(this.options.path){B+="; path="+this.options.path}if(this.options.duration){var A=new Date();A.setTime(A.getTime()+this.options.duration*24*60*60*1000);B+="; expires="+A.toGMTString()}if(this.options.secure){B+="; secure"}this.options.document.cookie=this.key+"="+B;return this},read:function(){var A=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(A)?decodeURIComponent(A[1]):null},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this}});Cookie.write=function(B,C,A){return new Cookie(B,A).write(C)};Cookie.read=function(A){return new Cookie(A).read()};Cookie.dispose=function(B,A){return new Cookie(B,A).dispose()};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object},initialize:function(L,M){this.instance="Swiff_"+$time();this.setOptions(M);M=this.options;var B=this.id=M.id||this.instance;var A=$(M.container);Swiff.CallBacks[this.instance]={};var E=M.params,G=M.vars,F=M.callBacks;var H=$extend({height:M.height,width:M.width},M.properties);var K=this;for(var D in F){Swiff.CallBacks[this.instance][D]=(function(N){return function(){return N.apply(K.object,arguments)}})(F[D]);G[D]="Swiff.CallBacks."+this.instance+"."+D}E.flashVars=Hash.toQueryString(G);if(Browser.Engine.trident){H.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";E.movie=L}else{H.type="application/x-shockwave-flash";H.data=L}var J='<object id="'+B+'"';for(var I in H){J+=" "+I+'="'+H[I]+'"'}J+=">";for(var C in E){if(E[C]){J+='<param name="'+C+'" value="'+E[C]+'" />'}}J+="</object>";this.object=((A)?A.empty():new Element("div")).set("html",J).firstChild},replaces:function(A){A=$(A,true);A.parentNode.replaceChild(this.toElement(),A);return this},inject:function(A){$(A,true).appendChild(this.toElement());return this},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments))}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs)};Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A)},set:function(B,A){if(arguments.length==1){A=B;B=this.property||this.options.property}this.render(this.element,B,A,this.options.unit);return this},start:function(C,E,D){if(!this.check(arguments.callee,C,E,D)){return this}var B=Array.flatten(arguments);this.property=this.options.property||B.shift();var A=this.prepare(this.element,this.property,B);return this.parent(A.from,A.to)}});Element.Properties.tween={set:function(A){var B=this.retrieve("tween");if(B){B.cancel()}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},A))},get:function(A){if(A||!this.retrieve("tween")){if(A||!this.retrieve("tween:options")){this.set("tween",A)}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")))}return this.retrieve("tween")}};Element.implement({tween:function(A,C,B){this.get("tween").start(arguments);return this},fade:function(C){var E=this.get("tween"),D="opacity",A;C=$pick(C,"toggle");switch(C){case"in":E.start(D,1);break;case"out":E.start(D,0);break;case"show":E.set(D,1);break;case"hide":E.set(D,0);break;case"toggle":var B=this.retrieve("fade:flag",this.get("opacity")==1);E.start(D,(B)?0:1);this.store("fade:flag",!B);A=true;break;default:E.start(D,arguments)}if(!A){this.eliminate("fade:flag")}return this},highlight:function(C,A){if(!A){A=this.retrieve("highlight:original",this.getStyle("background-color"));A=(A=="transparent")?"#fff":A}var B=this.get("tween");B.start("background-color",C||"#ffff88",A).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));B.callChain()}.bind(this));return this}});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(A){this.xhr=new Browser.Request();this.setOptions(A);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers)},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return }this.running=false;this.status=0;$try(function(){this.status=this.xhr.status}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml)}else{this.response={text:null,xml:null};this.failure()}this.xhr.onreadystatechange=$empty},isSuccess:function(){return((this.status>=200)&&(this.status<300))},processScripts:function(A){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(A)}return A.stripScripts(this.options.evalScripts)},success:function(B,A){this.onSuccess(this.processScripts(B),A)},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain()},failure:function(){this.onFailure()},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr)},setHeader:function(A,B){this.headers.set(A,B);return this},getHeader:function(A){return $try(function(){return this.xhr.getResponseHeader(A)}.bind(this))},check:function(A){if(!this.running){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false}return false},send:function(I){if(!this.check(arguments.callee,I)){return this}this.running=true;var G=$type(I);if(G=="string"||G=="element"){I={data:I}}var D=this.options;I=$extend({data:D.data,url:D.url,method:D.method},I);var E=I.data,B=I.url,A=I.method;switch($type(E)){case"element":E=$(E).toQueryString();break;case"object":case"hash":E=Hash.toQueryString(E)}if(this.options.format){var H="format="+this.options.format;E=(E)?H+"&"+E:H}if(this.options.emulation&&["put","delete"].contains(A)){var F="_method="+A;E=(E)?F+"&"+E:F;A="post"}if(this.options.urlEncoded&&A=="post"){var C=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+C)}if(E&&A=="get"){B=B+(B.contains("?")?"&":"?")+E;E=null}this.xhr.open(A.toUpperCase(),B,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(K,J){try{this.xhr.setRequestHeader(J,K)}catch(L){this.fireEvent("exception",[J,K])}},this);this.fireEvent("request");this.xhr.send(E);if(!this.options.async){this.onStateChange()}return this},cancel:function(){if(!this.running){return this}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this}});(function(){var A={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(B){A[B]=function(){var C=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(C,{method:B.toLowerCase()}))}});Request.implement(A)})();Element.Properties.send={set:function(A){var B=this.retrieve("send");if(B){B.cancel()}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},A))},get:function(A){if(A||!this.retrieve("send")){if(A||!this.retrieve("send:options")){this.set("send",A)}this.store("send",new Request(this.retrieve("send:options")))}return this.retrieve("send")}};Element.implement({send:function(A){var B=this.get("send");B.send({data:this,url:A||B.options.url});return this}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(C){var B=C.match(/<body[^>]*>([\s\S]*?)<\/body>/i);C=(B)?B[1]:C;var A=new Element("div");return $try(function(){var D="<root>"+C+"</root>",G;if(Browser.Engine.trident){G=new ActiveXObject("Microsoft.XMLDOM");G.async=false;G.loadXML(D)}else{G=new DOMParser().parseFromString(D,"text/xml")}D=G.getElementsByTagName("root")[0];for(var F=0,E=D.childNodes.length;F<E;F++){var H=Element.clone(D.childNodes[F],true,true);if(H){A.grab(H)}}return A})||A.set("html",C)},success:function(D){var C=this.options,B=this.response;B.html=D.stripScripts(function(E){B.javascript=E});var A=this.processHTML(B.html);B.tree=A.childNodes;B.elements=A.getElements("*");if(C.filter){B.tree=B.elements.filter(C.filter)}if(C.update){$(C.update).empty().set("html",B.html)}if(C.evalScripts){$exec(B.javascript)}this.onSuccess(B.tree,B.elements,B.html,B.javascript)}});Element.Properties.load={set:function(A){var B=this.retrieve("load");if(B){B.cancel()}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},A))},get:function(A){if(A||!this.retrieve("load")){if(A||!this.retrieve("load:options")){this.set("load",A)}this.store("load",new Request.HTML(this.retrieve("load:options")))}return this.retrieve("load")}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(A){this.parent(A);this.headers.extend({Accept:"application/json","X-Request":"JSON"})},success:function(A){this.response.json=JSON.decode(A,this.options.secure);this.onSuccess(this.response.json,A)}});var Asset=new Hash({javascript:function(F,D){D=$extend({onload:$empty,document:document,check:$lambda(true)},D);var B=new Element("script",{src:F,type:"text/javascript"});var E=D.onload.bind(B),A=D.check,G=D.document;delete D.onload;delete D.check;delete D.document;B.addEvents({load:E,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){E()}}}).setProperties(D);if(Browser.Engine.webkit419){var C=(function(){if(!$try(A)){return }$clear(C);E()}).periodical(50)}return B.inject(G.head)},css:function(B,A){return new Element("link",$merge({rel:"stylesheet",media:"screen",type:"text/css",href:B},A)).inject(document.head)},image:function(C,B){B=$merge({onload:$empty,onabort:$empty,onerror:$empty},B);var D=new Image();var A=$(D)||new Element("img");["load","abort","error"].each(function(E){var F="on"+E;var G=B[F];delete B[F];D[F]=function(){if(!D){return }if(!A.parentNode){A.width=D.width;A.height=D.height}D=D.onload=D.onabort=D.onerror=null;G.delay(1,A,A);A.fireEvent(E,A,1)}});D.src=A.src=C;if(D&&D.complete){D.onload.delay(1)}return A.setProperties(B)},images:function(D,C){C=$merge({onComplete:$empty,onProgress:$empty},C);if(!D.push){D=[D]}var A=[];var B=0;D.each(function(F){var E=new Asset.image(F,{onload:function(){C.onProgress.call(this,B,D.indexOf(F));B++;if(B==D.length){C.onComplete()}}});A.push(E)});return new Elements(A)}});var Drag=new Class({Implements:[Events,Options],options:{snap:6,unit:"px",grid:false,style:true,limit:false,handle:false,invert:false,preventDefault:false,modifiers:{x:"left",y:"top"}},initialize:function(){var B=Array.link(arguments,{options:Object.type,element:$defined});this.element=$(B.element);this.document=this.element.getDocument();this.setOptions(B.options||{});var A=$type(this.options.handle);this.handles=(A=="array"||A=="collection")?$$(this.options.handle):$(this.options.handle)||this.element;this.mouse={now:{},pos:{}};this.value={start:{},now:{}};this.selection=(Browser.Engine.trident)?"selectstart":"mousedown";this.bound={start:this.start.bind(this),check:this.check.bind(this),drag:this.drag.bind(this),stop:this.stop.bind(this),cancel:this.cancel.bind(this),eventStop:$lambda(false)};this.attach()},attach:function(){this.handles.addEvent("mousedown",this.bound.start);return this},detach:function(){this.handles.removeEvent("mousedown",this.bound.start);return this},start:function(C){if(this.options.preventDefault){C.preventDefault()}this.fireEvent("beforeStart",this.element);this.mouse.start=C.page;var A=this.options.limit;this.limit={x:[],y:[]};for(var D in this.options.modifiers){if(!this.options.modifiers[D]){continue}if(this.options.style){this.value.now[D]=this.element.getStyle(this.options.modifiers[D]).toInt()}else{this.value.now[D]=this.element[this.options.modifiers[D]]}if(this.options.invert){this.value.now[D]*=-1}this.mouse.pos[D]=C.page[D]-this.value.now[D];if(A&&A[D]){for(var B=2;B--;B){if($chk(A[D][B])){this.limit[D][B]=$lambda(A[D][B])()}}}}if($type(this.options.grid)=="number"){this.options.grid={x:this.options.grid,y:this.options.grid}}this.document.addEvents({mousemove:this.bound.check,mouseup:this.bound.cancel});this.document.addEvent(this.selection,this.bound.eventStop)},check:function(A){if(this.options.preventDefault){A.preventDefault()}var B=Math.round(Math.sqrt(Math.pow(A.page.x-this.mouse.start.x,2)+Math.pow(A.page.y-this.mouse.start.y,2)));if(B>this.options.snap){this.cancel();this.document.addEvents({mousemove:this.bound.drag,mouseup:this.bound.stop});this.fireEvent("start",this.element).fireEvent("snap",this.element)}},drag:function(A){if(this.options.preventDefault){A.preventDefault()}this.mouse.now=A.page;for(var B in this.options.modifiers){if(!this.options.modifiers[B]){continue}this.value.now[B]=this.mouse.now[B]-this.mouse.pos[B];if(this.options.invert){this.value.now[B]*=-1}if(this.options.limit&&this.limit[B]){if($chk(this.limit[B][1])&&(this.value.now[B]>this.limit[B][1])){this.value.now[B]=this.limit[B][1]}else{if($chk(this.limit[B][0])&&(this.value.now[B]<this.limit[B][0])){this.value.now[B]=this.limit[B][0]}}}if(this.options.grid[B]){this.value.now[B]-=(this.value.now[B]%this.options.grid[B])}if(this.options.style){this.element.setStyle(this.options.modifiers[B],this.value.now[B]+this.options.unit)}else{this.element[this.options.modifiers[B]]=this.value.now[B]}}this.fireEvent("drag",this.element)},cancel:function(A){this.document.removeEvent("mousemove",this.bound.check);this.document.removeEvent("mouseup",this.bound.cancel);if(A){this.document.removeEvent(this.selection,this.bound.eventStop);this.fireEvent("cancel",this.element)}},stop:function(A){this.document.removeEvent(this.selection,this.bound.eventStop);this.document.removeEvent("mousemove",this.bound.drag);this.document.removeEvent("mouseup",this.bound.stop);if(A){this.fireEvent("complete",this.element)}}});Element.implement({makeResizable:function(A){return new Drag(this,$merge({modifiers:{x:"width",y:"height"}},A))}});var Slider=new Class({Implements:[Events,Options],options:{onTick:function(A){if(this.options.snap){A=this.toPosition(this.step)}this.knob.setStyle(this.property,A)},snap:false,offset:0,range:false,wheel:false,steps:100,mode:"horizontal"},initialize:function(E,A,D){this.setOptions(D);this.element=$(E);this.knob=$(A);this.previousChange=this.previousEnd=this.step=-1;this.element.addEvent("mousedown",this.clickedElement.bind(this));if(this.options.wheel){this.element.addEvent("mousewheel",this.scrolledElement.bindWithEvent(this))}var F,B={},C={x:false,y:false};switch(this.options.mode){case"vertical":this.axis="y";this.property="top";F="offsetHeight";break;case"horizontal":this.axis="x";this.property="left";F="offsetWidth"}this.half=this.knob[F]/2;this.full=this.element[F]-this.knob[F]+(this.options.offset*2);this.min=$chk(this.options.range[0])?this.options.range[0]:0;this.max=$chk(this.options.range[1])?this.options.range[1]:this.options.steps;this.range=this.max-this.min;this.steps=this.options.steps||this.full;this.stepSize=Math.abs(this.range)/this.steps;this.stepWidth=this.stepSize*this.full/Math.abs(this.range);this.knob.setStyle("position","relative").setStyle(this.property,-this.options.offset);C[this.axis]=this.property;B[this.axis]=[-this.options.offset,this.full-this.options.offset];this.drag=new Drag(this.knob,{snap:0,limit:B,modifiers:C,onDrag:this.draggedKnob.bind(this),onStart:this.draggedKnob.bind(this),onComplete:function(){this.draggedKnob();this.end()}.bind(this)});if(this.options.snap){this.drag.options.grid=Math.ceil(this.stepWidth);this.drag.options.limit[this.axis][1]=this.full}},set:function(A){if(!((this.range>0)^(A<this.min))){A=this.min}if(!((this.range>0)^(A>this.max))){A=this.max}this.step=Math.round(A);this.checkStep();this.end();this.fireEvent("tick",this.toPosition(this.step));return this},clickedElement:function(C){var B=this.range<0?-1:1;var A=C.page[this.axis]-this.element.getPosition()[this.axis]-this.half;A=A.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+B*this.toStep(A));this.checkStep();this.end();this.fireEvent("tick",A)},scrolledElement:function(A){var B=(this.options.mode=="horizontal")?(A.wheel<0):(A.wheel>0);this.set(B?this.step-this.stepSize:this.step+this.stepSize);A.stop()},draggedKnob:function(){var B=this.range<0?-1:1;var A=this.drag.value.now[this.axis];A=A.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+B*this.toStep(A));this.checkStep()},checkStep:function(){if(this.previousChange!=this.step){this.previousChange=this.step;this.fireEvent("change",this.step)}},end:function(){if(this.previousEnd!==this.step){this.previousEnd=this.step;this.fireEvent("complete",this.step+"")}},toStep:function(A){var B=(A+this.options.offset)*this.stepSize/this.full*this.steps;return this.options.steps?Math.round(B-=B%this.stepSize):B},toPosition:function(A){return(this.full*Math.abs(this.min-A))/(this.steps*this.stepSize)-this.options.offset}});Slideshow=new Class({Implements:[Chain,Events,Options],options:{captions:false,center:true,classes:[],controller:false,delay:2000,duration:750,fast:false,height:false,href:"",hu:"",linked:false,loader:{animate:["css/loader-#.png",12]},loop:true,match:/\?slide=(\d+)$/,overlap:true,paused:false,random:false,replace:[/(\.[^\.]+)$/,"t$1"],resize:"width",slide:0,thumbnails:false,transition:function(B){return -(Math.cos(Math.PI*B)-1)/2},width:false},initialize:function(N,W,Q){this.setOptions(Q);this.slideshow=$(N);if(!this.slideshow){return }this.slideshow.set("styles",{display:"block",position:"relative","z-index":0});var U=window.location.href.match(this.options.match);this.slide=(this.options.match&&U)?U[1].toInt():this.options.slide;this.counter=this.delay=this.transition=0;this.direction="left";this.paused=false;if(!this.options.overlap){this.options.duration*=2}var V=this.slideshow.getElement("a")||new Element("a");if(!this.options.href){this.options.href=V.get("href")||""}if(this.options.hu.length&&!this.options.hu.test(/\/$/)){this.options.hu+="/"}var R=["slideshow","first","prev","play","pause","next","last","images","captions","controller","thumbnails","hidden","visible","inactive","active","loader"];var S=R.map(function(A,B){return this.options.classes[B]||A},this);this.classes=S.associate(R);this.classes.get=function(){var A="."+this.slideshow;for(var B=0,C=arguments.length;B<C;B++){A+=("-"+this[arguments[B]])}return A}.bind(this.classes);if(!W){this.options.hu="";W={};var M=this.slideshow.getElements(this.classes.get("thumbnails")+" img");this.slideshow.getElements(this.classes.get("images")+" img").each(function(D,C){var B=D.get("src");var E=D.get("alt")||D.get("title")||"";var F=D.getParent().get("href")||"";var A=M[C].get("src")||"";W[B]={caption:E,href:F,thumbnail:A}})}var X=this.load(W);if(!X){return }this.events=$H({keydown:[],keyup:[],mousemove:[]});var O=function(A){switch(A.key){case"left":this.prev(A.shift);break;case"right":this.next(A.shift);break;case"p":this.pause();break}}.bind(this);this.events.keyup.push(O);document.addEvent("keyup",O);var N=this.slideshow.getElement(this.classes.get("images"));var T=(N)?N.empty():new Element("div",{"class":this.classes.get("images").substr(1)}).inject(this.slideshow);var P=T.getSize();this.height=this.options.height||P.y;this.width=this.options.width||P.x;T.set({styles:{display:"block",height:this.height,overflow:"hidden",position:"relative",width:this.width}});this.slideshow.store("images",T);this.a=this.image=this.slideshow.getElement("img")||new Element("img");this.a.set("styles",{display:"none",position:"absolute",zIndex:1});this.b=this.a.clone();[this.a,this.b].each(function(A){V.clone().grab(A).inject(T)});if(this.options.captions){this._captions()}if(this.options.controller){this._controller()}if(this.options.loader){this._loader()}if(this.options.thumbnails){this._thumbnails()}this._preload()},go:function(D,C){if((this.slide-1+this.data.images.length)%this.data.images.length==D||$time()<this.transition){return }$clear(this.timer);this.delay=0;this.direction=(C)?C:((D<this.slide)?"right":"left");this.slide=D;if(this.preloader){this.preloader=this.preloader.destroy()}this._preload(this.options.fast||this.paused)},first:function(){this.prev(true)},prev:function(C){var D=0;if(!C){if(this.options.random){if(this.showed.i<2){return }this.showed.i-=2;D=this.showed.array[this.showed.i]}else{D=(this.slide-2+this.data.images.length)%this.data.images.length}}this.go(D,"right")},pause:function(B){if($chk(B)){this.paused=(B)?false:true}if(this.paused){this.paused=false;this.delay=this.transition=0;this.timer=this._preload.delay(100,this);[this.a,this.b].each(function(A){["morph","tween"].each(function(D){if(this.retrieve(D)){this.get(D).resume()}},A)});if(this.options.controller){this.slideshow.getElement("."+this.classes.pause).removeClass(this.classes.play)}}else{this.paused=true;this.delay=Number.MAX_VALUE;this.transition=0;$clear(this.timer);[this.a,this.b].each(function(A){["morph","tween"].each(function(D){if(this.retrieve(D)){this.get(D).pause()}},A)});if(this.options.controller){this.slideshow.getElement("."+this.classes.pause).addClass(this.classes.play)}}},next:function(C){var D=(C)?this.data.images.length-1:this.slide;this.go(D,"left")},last:function(){this.next(true)},load:function(I){this.firstrun=true;this.showed={array:[],i:0};if($type(I)=="array"){this.options.captions=false;I=new Array(I.length).associate(I.map(function(A,B){return A+"?"+B}))}this.data={images:[],captions:[],hrefs:[],thumbnails:[]};for(image in I){var H=I[image]||{};var J=(H.caption)?H.caption.trim():"";var F=(H.href)?H.href.trim():((this.options.linked)?this.options.hu+image:this.options.href);var G=(H.thumbnail)?H.thumbnail.trim():image.replace(this.options.replace[0],this.options.replace[1]);this.data.images.push(image);this.data.captions.push(J);this.data.hrefs.push(F);this.data.thumbnails.push(G)}if(this.options.thumbnails&&this.slideshow.retrieve("thumbnails")){this._thumbnails()}if(this.slideshow.retrieve("images")){[this.a,this.b].each(function(A){["morph","tween"].each(function(B){if(this.retrieve(B)){this.get(B).cancel()}},A)});this.slide=this.transition=0;this.go(0)}return this.data.images.length},destroy:function(B){this.events.each(function(A,D){A.each(function(C){document.removeEvent(D,C)})});this.pause(1);if(this.options.loader){$clear(this.slideshow.retrieve("loader").retrieve("timer"))}if(this.options.thumbnails){$clear(this.slideshow.retrieve("thumbnails").retrieve("timer"))}this.slideshow.uid=Native.UID++;if(B){this.slideshow[B]()}},_preload:function(C){if(!this.preloader){this.preloader=new Asset.image(this.options.hu+this.data.images[this.slide],{onload:function(){this.store("loaded",true)}})}if(this.preloader.retrieve("loaded")&&$time()>this.delay&&$time()>this.transition){if(this.stopped){if(this.options.captions){this.slideshow.retrieve("captions").get("morph").cancel().start(this.classes.get("captions","hidden"))}this.pause(1);if(this.end){this.fireEvent("end")}this.stopped=this.end=false;return }this.image=(this.counter%2)?this.b:this.a;this.image.set("styles",{display:"block",height:"auto",visibility:"hidden",width:"auto",zIndex:this.counter});["src","height","width"].each(function(A){this.image.set(A,this.preloader.get(A))},this);this._resize(this.image);this._center(this.image);var D=this.image.getParent();if(this.data.hrefs[this.slide]){D.set("href",this.data.hrefs[this.slide])}else{D.erase("href")}if(this.data.captions[this.slide]){D.set("title",this.data.captions[this.slide].replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"'"))}else{D.erase("title")}if(this.options.loader){this.slideshow.retrieve("loader").fireEvent("hide")}if(this.options.captions){this.slideshow.retrieve("captions").fireEvent("update",C)}if(this.options.thumbnails){this.slideshow.retrieve("thumbnails").fireEvent("update",C)}this._show(C);this._loaded()}else{if($time()>this.delay&&this.options.loader){this.slideshow.retrieve("loader").fireEvent("show")}this.timer=(this.paused&&this.preloader.retrieve("loaded"))?null:this._preload.delay(100,this,C)}},_show:function(L){if(!this.image.retrieve("morph")){var K=(this.options.overlap)?{duration:this.options.duration,link:"cancel"}:{duration:this.options.duration/2,link:"chain"};$$(this.a,this.b).set("morph",$merge(K,{onStart:this._start.bind(this),onComplete:this._complete.bind(this),transition:this.options.transition}))}var I=this.classes.get("images",((this.direction=="left")?"next":"prev"));var H=this.classes.get("images","visible");var G=(this.counter%2)?this.a:this.b;if(L){G.get("morph").cancel().set(I);this.image.get("morph").cancel().set(H)}else{if(this.options.overlap){G.get("morph").set(H);this.image.get("morph").set(I).start(H)}else{var J=function(B,A){this.image.get("morph").set(B).start(A)}.pass([I,H],this);I=this.classes.get("images",((this.direction=="left")?"prev":"next"));G.get("morph").set(H).start(I).chain(J)}}},_loaded:function(){this.counter++;this.delay=(this.paused)?Number.MAX_VALUE:$time()+this.options.duration+this.options.delay;this.direction="left";this.transition=(this.paused||this.options.fast)?0:$time()+this.options.duration;if(this.slide+1==this.data.images.length&&!this.options.loop&&!this.options.random){this.stopped=this.end=true}if(this.options.random){this.showed.i++;if(this.showed.i>=this.showed.array.length){var B=this.slide;if(this.showed.array.getLast()!=B){this.showed.array.push(B)}while(this.slide==B){this.slide=$random(0,this.data.images.length-1)}}else{this.slide=this.showed.array[this.showed.i]}}else{this.slide=(this.slide+1)%this.data.images.length}if(this.preloader){this.preloader=this.preloader.destroy()}this._preload()},_center:function(C){if(this.options.center){var D=C.getSize();C.set("styles",{left:(D.x-this.width)/-2,top:(D.y-this.height)/-2})}},_resize:function(L){if(this.options.resize){var J=this.preloader.get("height"),G=this.preloader.get("width");var I=this.height/J,K=this.width/G,H;if(this.options.resize=="length"){H=(I>K)?K:I}else{H=(I>K)?I:K}L.set("styles",{height:Math.ceil(J*H),width:Math.ceil(G*H)})}},_start:function(){this.fireEvent("start")},_complete:function(){if(this.firstrun&&this.options.paused){this.firstrun=false;this.pause(1)}this.fireEvent("complete")},_captions:function(){if(this.options.captions===true){this.options.captions={}}var D=this.slideshow.getElement(this.classes.get("captions"));var C=(D)?D.empty():new Element("div",{"class":this.classes.get("captions").substr(1)}).inject(this.slideshow);C.set({events:{update:function(I){var J=this.slideshow.retrieve("captions");var B=(this.data.captions[this.slide]==="");if(I){var A=(B)?"hidden":"visible";J.set("html",this.data.captions[this.slide]).get("morph").cancel().set(this.classes.get("captions",A))}else{var H=(B)?$empty:function(E){this.slideshow.retrieve("captions").set("html",this.data.captions[E]).morph(this.classes.get("captions","visible"))}.pass(this.slide,this);J.get("morph").cancel().start(this.classes.get("captions","hidden")).chain(H)}}.bind(this)},morph:$merge(this.options.captions,{link:"chain"})});this.slideshow.store("captions",C)},_controller:function(){if(this.options.controller===true){this.options.controller={}}var I=this.slideshow.getElement(this.classes.get("controller"));var G=(I)?I.empty():new Element("div",{"class":this.classes.get("controller").substr(1)}).inject(this.slideshow);var K=new Element("ul").inject(G);$H({first:"Shift + Leftwards Arrow",prev:"Leftwards Arrow",pause:"P",next:"Rightwards Arrow",last:"Shift + Rightwards Arrow"}).each(function(A,B){var D=new Element("li",{"class":(B=="pause"&&this.options.paused)?this.classes.play+" "+this.classes[B]:this.classes[B]}).inject(K);var C=this.slideshow.retrieve(B,new Element("a",{title:((B=="pause")?this.classes.play.capitalize()+" / ":"")+this.classes[B].capitalize()+" ["+A+"]"}).inject(D));C.set("events",{click:function(E){this[E]()}.pass(B,this),mouseenter:function(E){this.addClass(E)}.pass(this.classes.active,C),mouseleave:function(E){this.removeClass(E)}.pass(this.classes.active,C)})},this);G.set({events:{hide:function(A){if(!this.retrieve("hidden")){this.store("hidden",true).morph(A)}}.pass(this.classes.get("controller","hidden"),G),show:function(A){if(this.retrieve("hidden")){this.store("hidden",false).morph(A)}}.pass(this.classes.get("controller","visible"),G)},morph:$merge(this.options.controller,{link:"cancel"})}).store("hidden",false);var L=function(A){if(["left","right","p"].contains(A.key)){var B=this.slideshow.retrieve("controller");if(B.retrieve("hidden")){B.get("morph").set(this.classes.get("controller","visible"))}switch(A.key){case"left":this.slideshow.retrieve((A.shift)?"first":"prev").fireEvent("mouseenter");break;case"right":this.slideshow.retrieve((A.shift)?"last":"next").fireEvent("mouseenter");break;default:this.slideshow.retrieve("pause").fireEvent("mouseenter");break}}}.bind(this);this.events.keydown.push(L);var H=function(A){if(["left","right","p"].contains(A.key)){var B=this.slideshow.retrieve("controller");if(B.retrieve("hidden")){B.store("hidden",false).fireEvent("hide")}switch(A.key){case"left":this.slideshow.retrieve((A.shift)?"first":"prev").fireEvent("mouseleave");break;case"right":this.slideshow.retrieve((A.shift)?"last":"next").fireEvent("mouseleave");break;default:this.slideshow.retrieve("pause").fireEvent("mouseleave");break}}}.bind(this);this.events.keyup.push(H);var J=function(A){var B=this.slideshow.retrieve("images").getCoordinates();if(A.page.x>B.left&&A.page.x<B.right&&A.page.y>B.top&&A.page.y<B.bottom){this.slideshow.retrieve("controller").fireEvent("show")}else{this.slideshow.retrieve("controller").fireEvent("hide")}}.bind(this);this.events.mousemove.push(J);document.addEvents({keydown:L,keyup:H,mousemove:J});this.slideshow.retrieve("controller",G).fireEvent("hide")},_loader:function(){if(this.options.loader===true){this.options.loader={}}var C=new Element("div",{"class":this.classes.get("loader").substr(1),morph:$merge(this.options.loader,{link:"cancel"})}).store("hidden",false).store("i",1).inject(this.slideshow.retrieve("images"));if(this.options.loader.animate){for(var D=0;D<this.options.loader.animate[1];D++){img=new Asset.image(this.options.loader.animate[0].replace(/#/,D))}if(Browser.Engine.trident4&&this.options.loader.animate[0].contains("png")){C.setStyle("backgroundImage","none")}}C.set("events",{animate:function(){var F=this.slideshow.retrieve("loader");var A=(F.retrieve("i").toInt()+1)%this.options.loader.animate[1];F.store("i",A);var B=this.options.loader.animate[0].replace(/#/,A);if(Browser.Engine.trident4&&this.options.loader.animate[0].contains("png")){F.style.filter='progid:DXImageTransform.Microsoft.AlphaImageLoader(src="'+B+'", sizingMethod="scale")'}else{F.setStyle("backgroundImage","url("+B+")")}}.bind(this),hide:function(){var A=this.slideshow.retrieve("loader");if(!A.retrieve("hidden")){A.store("hidden",true).morph(this.classes.get("loader","hidden"));if(this.options.loader.animate){$clear(A.retrieve("timer"))}}}.bind(this),show:function(){var A=this.slideshow.retrieve("loader");if(A.retrieve("hidden")){A.store("hidden",false).morph(this.classes.get("loader","visible"));if(this.options.loader.animate){A.store("timer",function(){this.fireEvent("animate")}.periodical(50,A))}}}.bind(this)});this.slideshow.retrieve("loader",C).fireEvent("hide")},_thumbnails:function(){if(this.options.thumbnails===true){this.options.thumbnails={}}var I=this.slideshow.getElement(this.classes.get("thumbnails"));var G=(I)?I.empty():new Element("div",{"class":this.classes.get("thumbnails").substr(1)}).inject(this.slideshow);G.setStyle("overflow","hidden");var F=new Element("ul",{tween:{link:"cancel"}}).inject(G);this.data.thumbnails.each(function(A,B){var E=new Element("li").inject(F);var D=new Element("a",{events:{click:function(L){this.go(L);return false}.pass(B,this),loaded:function(){this.data.thumbnails.pop();if(!this.data.thumbnails.length){var R=G.getCoordinates();var T=G.retrieve("props");var Q=0,S=T[1],P=T[2];G.getElements("li").each(function(K){var K=K.getCoordinates();if(K[S]>Q){Q=K[S]}},this);G.store("limit",R[P]+R[T[0]]-Q)}}.bind(this)},href:this.options.hu+this.data.images[B],morph:$merge(this.options.thumbnails,{link:"cancel"}),title:this.data.captions[B]}).inject(E);var C=new Asset.image(this.options.hu+A,{onload:function(){this.fireEvent("loaded")}.bind(D)}).inject(D)},this);G.set("events",{scroll:function(b,Y){var d=this.getCoordinates();var X=this.getElement("ul").getPosition();var V=this.retrieve("props");var a=V[3],C,U=V[0],A=V[2],E;var B=this.getElement("ul").get("tween",{property:U});if($chk(b)){var D=this.getElements("li")[b].getCoordinates();C=d[U]+(d[A]/2)-(D[A]/2)-D[U];E=(X[a]-d[U]+C).limit(this.retrieve("limit"),0);if(Y){B.set(E)}else{B.start(E)}}else{var c=d[V[2]]/3,W=this.retrieve("page"),Z=-0.2;if(W[a]<(d[U]+c)){C=(W[a]-d[U]-c)*Z}else{if(W[a]>(d[U]+d[A]-c)){C=(W[a]-d[U]-d[A]+c)*Z}}if(C){E=(X[a]-d[U]+C).limit(this.retrieve("limit"),0);B.set(E)}}}.bind(G),update:function(B){var A=this.slideshow.retrieve("thumbnails");A.getElements("a").each(function(L,E){if(E==this.slide){if(!L.retrieve("active",false)){L.store("active",true);var C=this.classes.get("thumbnails","active");if(B){L.get("morph").set(C)}else{L.morph(C)}}}else{if(L.retrieve("active",true)){L.store("active",false);var D=this.classes.get("thumbnails","inactive");if(B){L.get("morph").set(D)}else{L.morph(D)}}}},this);if(!A.retrieve("mouseover")){A.fireEvent("scroll",[this.slide,B])}}.bind(this)});var H=G.getCoordinates();G.store("props",(H.height>H.width)?["top","bottom","height","y"]:["left","right","width","x"]);var J=function(B){var A=this.getCoordinates();if(B.page.x>A.left&&B.page.x<A.right&&B.page.y>A.top&&B.page.y<A.bottom){this.store("page",B.page);if(!this.retrieve("mouseover")){this.store("mouseover",true);this.store("timer",function(){this.fireEvent("scroll")}.periodical(50,this))}}else{if(this.retrieve("mouseover")){this.store("mouseover",false);$clear(this.retrieve("timer"))}}}.bind(G);this.events.mousemove.push(J);document.addEvent("mousemove",J);this.slideshow.store("thumbnails",G)}});Slideshow.KenBurns=new Class({Extends:Slideshow,options:{pan:[100,100],zoom:[50,50]},initialize:function(F,E,D){D.overlap=true;D.resize=true;["pan","zoom"].each(function(A){if($chk(this[A])){if($type(this[A])!="array"){this[A]=[this[A],this[A]]}this[A].map(function(B){return(B.toInt()||0).limit(0,100)})}},D);this.parent(F,E,D)},_show:function(L){if(!this.image.retrieve("morph")){["a","b"].each(function(A){this[A].set("tween",{duration:this.options.duration,link:"cancel",onStart:this._start.bind(this),onComplete:this._complete.bind(this),property:"opacity"}).get("morph",{duration:(this.options.delay+this.options.duration*2),link:"cancel",transition:$arguments(0)})},this)}this.image.set("styles",{bottom:"auto",left:"auto",right:"auto",top:"auto"});var J=["top left","top right","bottom left","bottom right"][this.counter%4].split(" ");J.each(function(A){this.image.setStyle(A,0)},this);dh=this.height/this.preloader.height;dw=this.width/this.preloader.width;delta=(dw>dh)?dw:dh;var G={};var I=($random.run(this.options.zoom)/100)+1;var H=Math.abs(($random.run(this.options.pan)/100)-1);["height","width"].each(function(A,D){var B=Math.ceil(this.preloader[A]*delta);var C=(B*I).toInt();G[A]=[C,B];if(dw>dh||D){B=(this[A]-this.image[A]);C=(B*H).toInt();G[J[D]]=[C,B]}},this);var K=(this.firstrun&&this.options.paused);if(L||K){this._center(this.image);this.image.get("morph").cancel();if(K){this.image.get("tween").cancel().set(0).start(1)}else{this.image.get("tween").cancel().set(1)}}else{this.image.get("morph").start(G);this.image.get("tween").set(0).start(1)}}});Fx.Scroll=new Class({Extends:Fx,options:{offset:{x:0,y:0},wheelStops:true},initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);var D=this.cancel.bind(this,false);if($type(this.element)!="element"){this.element=$(this.element.getDocument().body)}var C=this.element;if(this.options.wheelStops){this.addEvent("start",function(){C.addEvent("mousewheel",D)},true);this.addEvent("complete",function(){C.removeEvent("mousewheel",D)},true)}},set:function(){var A=Array.flatten(arguments);this.element.scrollTo(A[0],A[1])},compute:function(E,D,C){var B=[];var A=2;A.times(function(F){B.push(Fx.compute(E[F],D[F],C))});return B},start:function(C,H){if(!this.check(arguments.callee,C,H)){return this}var E=this.element.getSize(),F=this.element.getScrollSize();var B=this.element.getScroll(),D={x:C,y:H};for(var G in D){var A=F[G]-E[G];if($chk(D[G])){D[G]=($type(D[G])=="number")?D[G].limit(0,A):A}else{D[G]=B[G]}D[G]+=this.options.offset[G]}return this.parent([B.x,B.y],[D.x,D.y])},toTop:function(){return this.start(false,0)},toLeft:function(){return this.start(0,false)},toRight:function(){return this.start("right",false)},toBottom:function(){return this.start(false,"bottom")},toElement:function(B){var A=$(B).getPosition(this.element);return this.start(A.x,A.y)}});var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var b=false,A={loaded:1,complete:1};var c=[],a=function(){if(b){return }b=true;for(var d;d=c.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){A[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(d){setTimeout(arguments.callee,1)}})()}K(window,"load",a);return function(d){if(!arguments.length){a()}else{b?d():c.push(d)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(A,a){this.value=parseFloat(A);this.unit=String(A).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/a*this.value};this.convertFrom=function(b){return b/this.value*a};this.toString=function(){return this.value+this.unit}},addClass:function(a,b){var A=a.className;a.className=A+(A&&" ")+b;return a},color:S(function(A){var a={};a.color=A.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,d,b){a.opacity=parseFloat(b);return"rgb("+d+")"});return a}),fontStretch:S(function(A){if(typeof A=="number"){return A}if(/%$/.test(A)){return parseFloat(A)/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}[A]||1}),getStyle:function(A){var a=document.defaultView;if(a&&a.getComputedStyle){return new AB(a.getComputedStyle(A,null))}if(A.currentStyle){return new AB(A.currentStyle)}return new AB(A.style)},gradient:S(function(a){var A={id:a,type:a.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},d=a.substr(a.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var b=0,e=d.length,c;b<e;++b){c=d[b].split("=",2).reverse();A.stops.push([c[1]||b/(e-1),c[0]])}return A}),quotedList:S(function(A){var a=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,c;while(c=b.exec(A)){a.push(c[3]||c[1])}return a}),recognizesMedia:S(function(A){var b=document.createElement("style"),c,d,e;b.type="text/css";b.media=A;try{b.appendChild(document.createTextNode("/**/"))}catch(a){}d=V("head")[0];d.insertBefore(b,d.firstChild);c=(b.sheet||b.styleSheet);e=c&&!c.disabled;d.removeChild(b);return e}),removeClass:function(A,a){var b=RegExp("(?:^|\\s+)"+a+"(?=\\s|$)","g");A.className=A.className.replace(b,"");return A},supports:function(A,a){var b=document.createElement("span").style;if(b[A]===undefined){return false}b[A]=a;return b[A]===a},textAlign:function(A,a,c,b){if(a.get("textAlign")=="right"){if(c>0){A=" "+A}}else{if(c<b-1){A+=" "}}return A},textShadow:S(function(a){if(a=="none"){return null}var b=[],A={},e,d=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(e=c.exec(a)){if(e[0]==","){b.push(A);A={};d=0}else{if(e[1]){A.color=e[1]}else{A[["offX","offY","blur"][d++]]=e[2]}}}b.push(A);return b}),textTransform:(function(){var A={uppercase:function(a){return a.toUpperCase()},lowercase:function(a){return a.toLowerCase()},capitalize:function(a){return a.replace(/\b./g,function(b){return b.toUpperCase()})}};return function(a,b){var c=A[b.get("textTransform")];return c?c(a):a}})(),whiteSpace:(function(){var A={inline:1,"inline-block":1,"run-in":1};var a=/^\s+/,b=/\s+$/;return function(c,e,d,f){if(f){if(f.nodeName.toLowerCase()=="br"){c=c.replace(a,"")}}if(A[e.get("display")]){return c}if(!d.previousSibling){c=c.replace(a,"")}if(!d.nextSibling){c=c.replace(b,"")}return c}})()};O.ready=(function(){var b=!O.recognizesMedia("all"),h=false;var A=[],e=function(){b=true;for(var i;i=A.shift();i()){}};var d=V("link"),c=V("style");function a(i){return i.disabled||f(i.sheet,i.media||"screen")}function f(o,l){if(!O.recognizesMedia(l||"all")){return true}if(!o||o.disabled){return false}try{var k=o.cssRules,m;if(k){search:for(var i=0,j=k.length;m=k[i],i<j;++i){switch(m.type){case 2:break;case 3:if(!f(m.styleSheet,m.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function g(){if(document.createStyleSheet){return true}var i,j;for(j=0;i=d[j];++j){if(i.rel.toLowerCase()=="stylesheet"&&!a(i)){return false}}for(j=0;i=c[j];++j){if(!a(i)){return false}}return true}D.ready(function(){if(!h){h=O.getStyle(document.body).isUsable()}if(b||(h&&g())){e()}else{setTimeout(arguments.callee,10)}});return function(i){if(b){i()}else{A.push(i)}}})();function I(A){var a=this.face=A.face,b={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=A.glyphs;this.w=A.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var c=a.bbox.split(/\s+/);var d={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(g,e,n){var d=this.glyphs,f,h,l,c=[],m=0,i=-1,j=-1,k;while(k=g[++i]){f=d[k]||this.missingGlyph;if(!f){continue}if(h){m-=l=h[k]||0;c[j]-=l}m+=c[++j]=~~(f.w||this.w)+e+(b[k]?n:0);h=f.k}c.total=m;return c}}function W(){var A={},a={oblique:"italic",italic:"oblique"};this.add=function(b){(A[b.style]||(A[b.style]={}))[b.weight]=b};this.get=function(e,d){var f=A[e]||A[a[e]]||A.normal||A.italic||A.oblique;if(!f){return null}d={normal:400,bold:700}[d]||parseInt(d,10);if(f[d]){return f[d]}var h={1:1,99:0}[d%100],b=[],g,i;if(h===undefined){h=d>400}if(d==500){d=400}for(var c in f){if(!R(f,c)){continue}c=parseInt(c,10);if(!g||c<g){g=c}if(!i||c>i){i=c}b.push(c)}if(d<g){d=g}if(d>i){d=i}b.sort(function(k,j){return(h?(k>=d&&j>=d)?k<j:k>j:(k<=d&&j<=d)?k>j:k<j)?-1:1});return f[b[0]]}}function J(){function a(e,d){if(e.contains){return e.contains(d)}return e.compareDocumentPosition(d)&16}function c(d){var e=d.relatedTarget;if(!e||a(this,e)){return }b(this,d.type=="mouseover")}function A(d){b(this,d.type=="mouseenter")}function b(e,d){setTimeout(function(){var f=Y.get(e).options;P.replace(e,d?U(f,f.hover):f,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){K(d,"mouseover",c);K(d,"mouseout",c)}else{K(d,"mouseenter",A);K(d,"mouseleave",A)}}}function G(){var a=[],A={};function b(c){var f=[],d;for(var e=0;d=c[e];++e){f[e]=a[A[d]]}return f}this.add=function(c,d){A[c]=a.push(d)-1};this.repeat=function(){var e=arguments.length?b(arguments):a,d;for(var c=0;d=e[c++];){P.replace(d[0],d[1],true)}}}function M(){var A={},b=0;function a(c){return c.cufid||(c.cufid=++b)}this.get=function(d){var c=a(d);return A[c]||(A[c]={})}}function AB(b){var A={},a={};this.extend=function(d){for(var c in d){if(R(d,c)){A[c]=d[c]}}return this};this.get=function(c){return A[c]!=undefined?A[c]:b[c]};this.getSize=function(c,d){return a[c]||(a[c]=new O.Size(this.get(c),d))};this.isUsable=function(){return !!b}}function K(a,b,A){if(a.addEventListener){a.addEventListener(b,A,false)}else{if(a.attachEvent){a.attachEvent("on"+b,function(){return A.call(a,window.event)})}}}function F(a,b){var A=Y.get(a);if(A.options){return a}if(b.hover&&b.hoverables[a.nodeName.toLowerCase()]){AA.attach(a)}A.options=b;return a}function S(a){var A={};return function(b){if(!R(A,b)){A[b]=a.apply(null,arguments)}return A[b]}}function Z(A,a){var d=O.quotedList(a.get("fontFamily").toLowerCase()),b;for(var c=0;b=d[c];++c){if(T[b]){return T[b].get(a.get("fontStyle"),a.get("fontWeight"))}}return null}function V(A){return document.getElementsByTagName(A)}function R(A,a){return A.hasOwnProperty(a)}function U(){var c={},d,A;for(var a=0,b=arguments.length;d=arguments[a],a<b;++a){for(A in d){if(R(d,A)){c[A]=d[A]}}}return c}function N(l,d,a,c,k,A){var f=document.createDocumentFragment(),i;if(d===""){return f}var e=c.separate;var h=d.split(L[e]),b=(e=="words");if(b&&H){if(/^\s/.test(d)){h.unshift("")}if(/\s$/.test(d)){h.push("")}}for(var g=0,j=h.length;g<j;++g){i=B[c.engine](l,b?O.textAlign(h[g],a,g,j):h[g],a,c,k,A,g<j-1);if(i){f.appendChild(i)}}return f}function Q(A,c){var a=A.nodeName.toLowerCase();if(c.ignore[a]){return }var k=!c.textless[a];var b=O.getStyle(F(A,c)).extend(c);var j=Z(A,b),i,e,g,h,d,f;if(!j){return }for(i=A.firstChild;i;i=g){e=i.nodeType;g=i.nextSibling;if(k&&e==3){if(h){h.appendData(i.data);A.removeChild(i)}else{h=i}if(g){continue}}if(h){A.replaceChild(N(j,O.whiteSpace(h.data,b,h,f),b,c,i,A),h);h=null}if(e==1){if(i.firstChild){if(i.nodeName.toLowerCase()=="cufon"){B[c.engine](j,null,b,c,i,A)}else{arguments.callee(i,c)}}f=i}}}var H=" ".split(/\s+/).length==0;var Y=new M();var AA=new J();var C=new G();var X=false;var B={},T={},E={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(A){return jQuery(A)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(A){return $$(A)})||(window.$&&function(A){return $(A)})||(document.querySelectorAll&&function(A){return document.querySelectorAll(A)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(A,a){if(!a){return P}B[A]=a;return P.set("engine",A)};P.registerFont=function(A){if(!A){return P}var b=new I(A),a=b.family;if(!T[a]){T[a]=new W()}T[a].add(b);return P.set("fontFamily",'"'+a+'"')};P.replace=function(A,a,b){a=U(E,a);if(!a.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(a.hover){a.forceHitArea=true}if(a.autoDetect){delete a.fontFamily}if(typeof a.textShadow=="string"){a.textShadow=O.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=O.gradient(a.color)}else{delete a.textGradient}if(!b){C.add(A,arguments)}if(A.nodeType||typeof A=="string"){A=[A]}O.ready(function(){for(var d=0,e=A.length;d<e;++d){var c=A[d];if(typeof c=="string"){P.replace(a.selector(c),a,true)}else{Q(c,a)}}});return P};P.set=function(a,A){E[a]=A;return P};return P})();Cufon.registerEngine("canvas",(function(){var A=document.createElement("canvas");if(!A||!A.getContext||!A.getContext.apply){return }A=null;var B=Cufon.CSS.supports("display","inline-block");var D=!B&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var C=document.createElement("style");C.type="text/css";C.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(D?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(B?"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(C);function E(G,N){var I=0,J=0;var O=[],H=/([mrvxe])([^a-z]*)/g,L;generate:for(var M=0;L=H.exec(G);++M){var K=L[2].split(",");switch(L[1]){case"v":O[M]={m:"bezierCurveTo",a:[I+~~K[0],J+~~K[1],I+~~K[2],J+~~K[3],I+=~~K[4],J+=~~K[5]]};break;case"r":O[M]={m:"lineTo",a:[I+=~~K[0],J+=~~K[1]]};break;case"m":O[M]={m:"moveTo",a:[I=~~K[0],J=~~K[1]]};break;case"x":O[M]={m:"closePath"};break;case"e":break generate}N[O[M].m].apply(N,O[M].a)}return O}function F(G,H){for(var I=0,J=G.length;I<J;++I){var K=G[I];H[K.m].apply(H,K.a)}}return function(e,AR,y,AU,AM,d){var Ac=(AR===null);if(Ac){AR=AM.getAttribute("alt")}var AO=e.viewBox;var Ab=y.getSize("fontSize",e.baseSize);var AN=0,AA=0,AB=0,AT=0;var AQ=AU.textShadow,AD=[];if(AQ){for(var f=AQ.length;f--;){var AJ=AQ[f];var AE=Ab.convertFrom(parseFloat(AJ.offX));var AG=Ab.convertFrom(parseFloat(AJ.offY));AD[f]=[AE,AG];if(AG<AN){AN=AG}if(AE>AA){AA=AE}if(AG>AB){AB=AG}if(AE<AT){AT=AE}}}var a=Cufon.CSS.textTransform(AR,y).split("");var AK=e.spacing(a,~~Ab.convertFrom(parseFloat(y.get("letterSpacing"))||0),~~Ab.convertFrom(parseFloat(y.get("wordSpacing"))||0));if(!AK.length){return null}var Ae=AK.total;AA+=AO.width-AK[AK.length-1];AT+=AO.minX;var AV,Aa;if(Ac){AV=AM;Aa=AM.firstChild}else{AV=document.createElement("cufon");AV.className="cufon cufon-canvas";AV.setAttribute("alt",AR);Aa=document.createElement("canvas");AV.appendChild(Aa);if(AU.printable){var i=document.createElement("cufontext");i.appendChild(document.createTextNode(AR));AV.appendChild(i)}}var AP=AV.style;var AH=Aa.style;var Ad=Ab.convert(AO.height);var b=Math.ceil(Ad);var AC=b/Ad;var AI=AC*Cufon.CSS.fontStretch(y.get("fontStretch"));var AF=Ae*AI;var x=Math.ceil(Ab.convert(AF+AA-AT));var AZ=Math.ceil(Ab.convert(AO.height-AN+AB));Aa.width=x;Aa.height=AZ;AH.width=x+"px";AH.height=AZ+"px";AN+=AO.minY;AH.top=Math.round(Ab.convert(AN-e.ascent))+"px";AH.left=Math.round(Ab.convert(AT))+"px";var AW=Math.max(Math.ceil(Ab.convert(AF)),0)+"px";if(B){AP.width=AW;AP.height=Ab.convert(e.height)+"px"}else{AP.paddingLeft=AW;AP.paddingBottom=(Ab.convert(e.height)-1)+"px"}var c=Aa.getContext("2d"),AL=Ad/AO.height;c.scale(AL,AL*AC);c.translate(-AT,-AN);c.save();function g(){var G=e.glyphs,J,H=-1,I=-1,K;c.scale(AI,1);while(K=a[++H]){var J=G[a[H]]||e.missingGlyph;if(!J){continue}if(J.d){c.beginPath();if(J.code){F(J.code,c)}else{J.code=E("m"+J.d,c)}c.fill()}c.translate(AK[++I],0)}c.restore()}if(AQ){for(var f=AQ.length;f--;){var AJ=AQ[f];c.save();c.fillStyle=AJ.color;c.translate.apply(c,AD[f]);g()}}var AX=AU.textGradient;if(AX){var AS=AX.stops,AY=c.createLinearGradient(0,AO.minY,0,AO.maxY);for(var f=0,l=AS.length;f<l;++f){AY.addColorStop.apply(AY,AS[f])}c.fillStyle=AY}else{c.fillStyle=y.get("color")}g();return AV}})());Cufon.registerEngine("vml",(function(){var F=document.namespaces;if(!F){return }F.add("cvml","urn:schemas-microsoft-com:vml");F=null;var A=document.createElement("cvml:shape");A.style.behavior="url(#default#VML)";if(!A.coordsize){return }A=null;var C=(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:'+(C?"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 H(J,I){return B(J,/(?:em|ex|%)$|^[a-z-]+$/i.test(I)?"1em":I)}function B(J,I){if(I==="0"){return 0}if(/px$/i.test(I)){return parseFloat(I)}var K=J.style.left,L=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=I.replace("%","em");var M=J.style.pixelLeft;J.style.left=K;J.runtimeStyle.left=L;return M}function E(J,K,L,N){var M="computed"+N,I=K[M];if(isNaN(I)){I=K.get(N);K[M]=I=(I=="normal")?0:~~L.convertFrom(B(J,I))}return I}var D={};function G(M){var L=M.id;if(!D[L]){var O=M.stops,N=document.createElement("cvml:fill"),K=[];N.type="gradient";N.angle=180;N.focus="0";N.method="sigma";N.color=O[0][1];for(var I=1,J=O.length-1;I<J;++I){K.push(O[I][0]*100+"% "+O[I][1])}N.colors=K.join(",");N.color2=O[J][1];D[L]=N}return D[L]}return function(AV,AL,b,AT,AF,AS,d){var Al=(AL===null);if(Al){AL=AF.alt}var AH=AV.viewBox;var Aj=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(H(AS,b.get("fontSize"))+"px",AV.baseSize));var Aa,Ai;if(Al){Aa=AF;Ai=AF.firstChild}else{Aa=document.createElement("cufon");Aa.className="cufon cufon-vml";Aa.alt=AL;Ai=document.createElement("cufoncanvas");Aa.appendChild(Ai);if(AT.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(AL));Aa.appendChild(a)}if(!d){Aa.appendChild(document.createElement("cvml:shape"))}}var AI=Aa.style;var i=Ai.style;var An=Aj.convert(AH.height),AP=Math.ceil(An);var e=AP/An;var AA=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=AH.minX,g=AH.minY;i.height=AP;i.top=Math.round(Aj.convert(g-AV.ascent));i.left=Math.round(Aj.convert(f));AI.height=Aj.convert(AV.height)+"px";var AN=b.get("color");var AM=Cufon.CSS.textTransform(AL,b).split("");var AE=AV.spacing(AM,E(AS,b,Aj,"letterSpacing"),E(AS,b,Aj,"wordSpacing"));if(!AE.length){return null}var Ao=AE.total;var Ab=-f+Ao+(AH.width-AE[AE.length-1]);var AK=Aj.convert(Ab*AA),c=Math.round(AK);var AB=Ab+","+AH.height,Am;var AG="r"+AB+"ns";var Ae=AT.textGradient&&G(AT.textGradient);var Ak=AV.glyphs,h=0;var AJ=AT.textShadow;var AX=-1,AY=0,Ac;while(Ac=AM[++AX]){var AR=Ak[AM[AX]]||AV.missingGlyph,Ad;if(!AR){continue}if(Al){Ad=Ai.childNodes[AY];while(Ad.firstChild){Ad.removeChild(Ad.firstChild)}}else{Ad=document.createElement("cvml:shape");Ai.appendChild(Ad)}Ad.stroked="f";Ad.coordsize=AB;Ad.coordorigin=Am=(f-h)+","+g;Ad.path=(AR.d?"m"+AR.d+"xe":"")+"m"+Am+AG;Ad.fillcolor=AN;if(Ae){Ad.appendChild(Ae.cloneNode(false))}var AQ=Ad.style;AQ.width=c;AQ.height=AP;if(AJ){var Ag=AJ[0],Ah=AJ[1];var AU=Cufon.CSS.color(Ag.color),AZ;var AC=document.createElement("cvml:shadow");AC.on="t";AC.color=AU.color;AC.offset=Ag.offX+","+Ag.offY;if(Ah){AZ=Cufon.CSS.color(Ah.color);AC.type="double";AC.color2=AZ.color;AC.offset2=Ah.offX+","+Ah.offY}AC.opacity=AU.opacity||(AZ&&AZ.opacity)||1;Ad.appendChild(AC)}h+=AE[AY++]}var AD=Ad.nextSibling,Af,AW;if(AT.forceHitArea){if(!AD){AD=document.createElement("cvml:rect");AD.stroked="f";AD.className="cufon-vml-cover";Af=document.createElement("cvml:fill");Af.opacity=0;AD.appendChild(Af);Ai.appendChild(AD)}AW=AD.style;AW.width=c;AW.height=AP}else{if(AD){Ai.removeChild(AD)}}AI.width=Math.max(Math.ceil(Aj.convert(Ao*AA)),0);if(C){var j=b.computedYAdjust;if(j===undefined){var AO=b.get("lineHeight");if(AO=="normal"){AO="1em"}else{if(!isNaN(AO)){AO+="em"}}b.computedYAdjust=j=0.5*(B(AS,AO)-parseFloat(AI.height))}if(j){AI.marginTop=Math.ceil(j)+"px";AI.marginBottom=j+"px"}}return Aa}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({w:1012,face:{"font-family":"aldine","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"2048","panose-1":"2 2 5 2 6 3 6 9 8 3",ascent:"1638",descent:"-410","x-height":"25",bbox:"-526 -1942 2089 510","underline-thickness":"96","underline-position":"-198",slope:"-12","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:506},"!":{d:"301,-111v0,33,-12,63,-35,89v-23,26,-49,38,-80,38v-24,0,-44,-9,-61,-28v-17,-19,-25,-42,-25,-70v0,-35,12,-66,34,-92v22,-26,48,-39,77,-39v27,0,48,10,65,29v17,19,25,43,25,73xm231,-371r142,-995r184,0r-276,995r-50,0",w:639},'"':{d:"518,-864r-31,0r-65,-457v0,-1,0,-3,-1,-6v-2,-15,-3,-26,-3,-33v0,-33,7,-58,22,-76v15,-18,37,-26,64,-26v27,0,47,9,62,26v15,17,22,42,22,74r0,23v0,0,-1,12,-2,18xm190,-864r-32,0r-64,-457r-3,-26v-1,-6,-1,-11,-1,-15v0,-32,7,-57,22,-74v15,-17,35,-26,62,-26v27,0,49,9,64,26v15,17,22,42,22,74v0,6,-1,17,-3,34v-1,3,-1,6,-1,7",w:678},"#":{d:"700,-868r-100,286r289,0r102,-286r-291,0xm778,-1456r133,0r-168,471r287,0r168,-471r131,0r-166,471r307,0r-40,117r-310,0r-100,286r332,0r-43,115r-330,0r-166,469r-133,0r166,-469r-287,0r-166,469r-131,0r166,-469r-324,0r43,-115r322,0r100,-286r-348,0r43,-117r348,0",w:1575},"$":{d:"414,-25r8,0v69,0,124,-21,166,-63v42,-42,63,-98,63,-168v0,-42,-11,-84,-33,-126v-22,-42,-56,-86,-102,-132xm492,-756r100,-471v-62,0,-112,21,-149,64v-37,43,-56,98,-56,166v0,44,8,84,24,121v16,37,43,77,81,120xm451,-580v-68,-65,-117,-127,-149,-186v-32,-59,-48,-118,-48,-178v0,-96,32,-174,96,-235v64,-61,147,-93,252,-97r25,-119r78,0r-27,119v71,10,130,37,174,82v44,45,66,99,66,162v0,31,-7,56,-20,77v-13,21,-29,31,-48,31v-22,0,-38,-7,-50,-21v-12,-14,-18,-34,-18,-61v0,-11,1,-27,4,-49v3,-22,5,-39,5,-51v0,-35,-11,-63,-33,-84v-22,-21,-51,-34,-90,-37r-115,537v81,76,139,146,176,210v37,64,55,126,55,187v0,92,-34,168,-102,229v-68,61,-155,91,-260,91r-19,0r-34,161r-78,0r37,-174v-73,-13,-132,-41,-177,-85v-45,-44,-67,-95,-67,-152v0,-28,8,-51,23,-69v15,-18,34,-27,57,-27v21,0,37,7,50,22v13,15,19,34,19,59v0,11,-1,24,-3,40v-2,16,-3,28,-3,34v0,34,11,64,31,88v20,24,47,39,80,45"},"%":{d:"330,31r823,-1426r102,0r-823,1426r-102,0xm977,-240v0,61,14,109,41,145v27,36,63,54,108,54v61,0,114,-37,158,-112v44,-75,66,-165,66,-271v0,-57,-12,-102,-37,-133v-25,-31,-59,-47,-103,-47v-63,0,-118,35,-164,106v-46,71,-69,157,-69,258xm1124,16v-86,0,-157,-28,-212,-84v-55,-56,-83,-129,-83,-217v0,-104,36,-192,109,-264v73,-72,161,-108,266,-108v87,0,157,27,210,80v53,53,79,124,79,212v0,103,-37,193,-110,268v-73,75,-160,113,-259,113xm248,-963v0,61,13,109,40,145v27,36,63,54,107,54v61,0,114,-37,159,-112v45,-75,67,-165,67,-271v0,-57,-12,-101,-37,-133v-25,-32,-60,-47,-105,-47v-63,0,-118,35,-163,105v-45,70,-68,157,-68,259xm397,-707v-86,0,-157,-29,-212,-85v-55,-56,-83,-128,-83,-216v0,-104,36,-192,108,-264v72,-72,160,-108,265,-108v87,0,157,27,210,80v53,53,79,124,79,213v0,103,-37,192,-110,267v-73,75,-158,113,-257,113",w:1593},"&":{d:"1205,-610v34,27,59,56,77,88v18,32,27,65,27,102v0,44,-13,90,-39,138v-26,48,-60,93,-105,132v-69,63,-143,109,-221,138v-78,29,-166,43,-264,43v-95,0,-178,-11,-247,-33v-69,-22,-130,-55,-181,-100v-45,-39,-79,-83,-103,-134v-24,-51,-36,-103,-36,-157v0,-98,36,-181,107,-251v71,-70,172,-119,302,-147v-77,-23,-136,-57,-176,-99v-40,-42,-59,-93,-59,-152v0,-49,15,-98,47,-146v32,-48,75,-87,129,-119v45,-26,93,-47,147,-61v54,-14,109,-21,164,-21v108,0,199,21,272,62v73,41,109,90,109,145v0,21,-5,39,-17,53v-12,14,-27,21,-44,21v-23,0,-41,-7,-55,-20v-14,-13,-29,-38,-44,-76v-19,-49,-43,-83,-71,-102v-28,-19,-69,-29,-123,-29v-99,0,-179,31,-240,91v-61,60,-92,138,-92,234v0,48,9,86,29,114v20,28,52,49,95,64v19,7,45,12,77,15v42,5,63,16,63,35v0,13,-6,22,-19,29v-13,7,-32,10,-59,10v-5,0,-13,0,-26,-1v-13,-1,-23,-1,-31,-1v-90,0,-163,29,-218,87v-55,58,-83,135,-83,230v0,110,41,202,125,276v84,74,189,111,315,111v52,0,103,-7,153,-21v50,-14,99,-36,146,-65v64,-38,114,-83,150,-135v36,-52,55,-104,55,-156v0,-59,-22,-106,-67,-142v-45,-36,-106,-54,-181,-54v-33,0,-61,5,-83,16v-22,11,-33,25,-33,41v0,9,6,24,17,43v11,19,17,34,17,43v0,16,-6,30,-17,41v-11,11,-25,16,-42,16v-22,0,-40,-8,-54,-24v-14,-16,-20,-36,-20,-62v0,-64,31,-117,94,-158v63,-41,145,-61,248,-61v34,0,74,1,119,3v45,2,74,3,86,3v49,0,85,-5,109,-15v24,-10,36,-26,36,-46v0,-11,-4,-24,-13,-41v-9,-17,-13,-29,-13,-37v0,-13,5,-23,14,-31v9,-8,20,-12,35,-12v17,0,31,7,42,19v11,12,17,27,17,45v0,62,-32,113,-94,153v-62,40,-146,63,-253,68",w:1563},"'":{d:"190,-864r-32,0r-66,-457v-1,-5,-2,-11,-2,-16r0,-23v0,-33,8,-59,22,-76v14,-17,35,-26,62,-26v27,0,49,9,64,26v15,17,22,42,22,74v0,6,-1,17,-3,34v-1,3,-1,6,-1,7",w:348},"(":{d:"305,483v-75,-137,-129,-269,-165,-395v-36,-126,-54,-252,-54,-377v0,-173,57,-358,171,-553v114,-195,277,-386,488,-573r27,37v-175,179,-307,379,-398,600v-91,221,-136,455,-136,702v0,89,9,179,27,270v18,91,45,184,81,277",w:729},")":{d:"332,-1415v73,135,128,266,164,393v36,127,53,254,53,381v0,174,-57,359,-171,554v-114,195,-276,386,-487,572r-26,-36v175,-179,307,-380,398,-601v91,-221,136,-455,136,-702v0,-87,-9,-177,-27,-268v-18,-91,-46,-184,-83,-279",w:729},"*":{d:"563,-750r-280,250r-43,-30r163,-347r-340,-184r21,-53r381,45r70,-373r63,0r66,373r374,-49r15,63r-330,178r162,340r-49,37",w:1024},"+":{d:"795,-1221r118,0r0,551r539,0r0,117r-539,0r0,553r-118,0r0,-553r-541,0r0,-117r541,0r0,-551",w:1706},",":{d:"-84,334v71,-45,120,-87,148,-125v28,-38,42,-80,42,-125v0,-24,-9,-57,-28,-99v-19,-42,-29,-73,-29,-94v0,-29,9,-54,27,-74v18,-20,40,-30,67,-30v34,0,61,14,81,43v20,29,30,69,30,119v0,81,-25,156,-76,225v-51,69,-130,136,-237,199",w:508},"-":{d:"23,-362r28,-134r623,0r-27,134r-624,0",w:797,k:{Y:149,X:73,W:112,V:112,T:149}},".":{d:"256,-111v0,34,-12,64,-34,89v-22,25,-48,38,-79,38v-25,0,-46,-9,-63,-28v-17,-19,-25,-43,-25,-70v0,-35,11,-66,34,-92v23,-26,49,-39,79,-39v27,0,48,9,64,28v16,19,24,43,24,74",w:508},"/":{d:"-115,190r637,-1585r96,0r-636,1585r-97,0",w:569},"0":{d:"45,-455v0,-99,12,-195,35,-289v23,-94,56,-181,100,-264v66,-123,139,-216,219,-282v80,-66,161,-99,244,-99v97,0,175,44,233,131v58,87,87,204,87,353v0,126,-18,248,-55,366v-37,118,-92,227,-163,328v-54,77,-114,137,-180,179v-66,42,-132,63,-198,63v-98,0,-177,-44,-235,-131v-58,-87,-87,-206,-87,-355xm635,-1337v-51,0,-101,24,-149,73v-48,49,-91,118,-130,209v-49,114,-87,237,-115,371v-28,134,-42,259,-42,375v0,93,14,165,43,216v29,51,70,77,123,77v47,0,94,-22,143,-66v49,-44,91,-103,127,-178v25,-52,47,-111,68,-178v21,-67,40,-140,57,-221v16,-82,28,-155,36,-221v8,-66,13,-124,13,-173v0,-88,-16,-157,-47,-208v-31,-51,-74,-76,-127,-76"},"1":{d:"170,0r8,-41r94,0v35,0,61,-8,77,-25v16,-17,30,-57,42,-120r203,-1000v-50,45,-106,87,-169,124v-63,37,-132,70,-208,99r12,-61v96,-44,184,-96,263,-157v79,-61,152,-131,219,-212r80,0r-248,1220r-2,9v-6,33,-9,53,-9,58v0,25,8,42,26,51v18,9,53,14,106,14r32,0r-10,41r-516,0"},"2":{d:"-33,0r0,-45r279,-274v191,-189,326,-342,406,-458v80,-116,120,-217,120,-302v0,-64,-21,-116,-62,-157v-41,-41,-94,-62,-159,-62v-74,0,-139,25,-197,74v-58,49,-101,118,-129,206r-53,0v25,-116,76,-207,152,-274v76,-67,166,-101,272,-101v105,0,190,29,254,85v64,56,96,130,96,221v0,73,-26,149,-77,225v-51,76,-157,186,-316,330r-416,376r516,0v33,0,57,-10,73,-29v16,-19,27,-54,34,-104r47,0r-51,289r-789,0"},"3":{d:"281,-700r12,-70v149,-77,257,-146,323,-208v66,-62,99,-123,99,-183v0,-43,-14,-79,-42,-107v-28,-28,-63,-43,-106,-43v-40,0,-81,12,-121,37v-40,25,-84,64,-131,117r-34,-31v50,-68,104,-119,163,-154v59,-35,121,-53,187,-53v75,0,135,20,182,60v47,40,70,92,70,155v0,61,-25,116,-75,166v-50,50,-126,96,-230,139v77,3,139,29,184,77v45,48,67,111,67,190v0,73,-19,146,-55,219v-36,73,-89,141,-158,205v-74,69,-153,121,-237,156v-84,35,-171,53,-262,53v-46,0,-83,-9,-109,-26v-26,-17,-39,-41,-39,-71v0,-20,7,-36,22,-50v15,-14,33,-21,54,-21v17,0,52,13,103,39v51,26,93,38,128,38v30,0,59,-6,88,-17v29,-11,56,-28,82,-50v65,-56,117,-122,154,-199v37,-77,55,-154,55,-231v0,-61,-17,-109,-51,-145v-34,-36,-79,-54,-137,-54v-27,0,-55,6,-86,16v-31,10,-64,25,-100,46"},"4":{d:"446,31r91,-447r-510,0r0,-88r809,-891r55,0r-172,852r205,0r-27,127r-205,0r-90,447r-156,0xm150,-543r413,0r8,-32v19,-89,40,-182,65,-280v25,-98,52,-201,83,-310"},"5":{d:"272,-721r170,-645r414,0v33,0,57,-3,70,-9v13,-6,21,-17,25,-32r40,0r-51,203r-479,0r-80,303v26,-11,51,-18,75,-23v24,-5,48,-8,72,-8v81,0,149,33,204,98v55,65,83,145,83,242v0,71,-15,141,-46,210v-31,69,-76,135,-136,200v-62,66,-132,117,-211,152v-79,35,-161,53,-246,53v-58,0,-102,-8,-132,-25v-30,-17,-46,-41,-46,-72v0,-21,7,-38,22,-52v15,-14,33,-21,54,-21v19,0,46,10,79,31r20,12r17,11v34,23,68,34,101,34v39,0,78,-11,119,-34v41,-23,80,-54,116,-95v41,-47,72,-100,94,-158v22,-58,33,-117,33,-178v0,-76,-19,-137,-59,-184v-40,-47,-92,-70,-156,-70v-27,0,-54,5,-81,14v-27,9,-56,24,-85,43"},"6":{d:"287,-563v-23,57,-40,111,-51,163v-11,52,-17,101,-17,150v0,69,16,123,47,164v31,41,72,61,123,61v41,0,83,-15,124,-43v41,-28,78,-67,110,-118v29,-48,53,-101,70,-160v17,-59,26,-116,26,-170v0,-58,-13,-103,-39,-136v-26,-33,-62,-50,-107,-50v-37,0,-79,12,-125,34v-46,22,-100,57,-161,105xm1026,-1341v-155,37,-292,113,-412,229v-120,116,-220,270,-303,463v66,-46,126,-80,179,-103v53,-23,101,-34,143,-34v77,0,139,28,186,84v47,56,70,130,70,223v0,71,-15,139,-46,202v-31,63,-76,122,-136,177v-45,39,-96,71,-153,94v-57,23,-112,35,-165,35v-92,0,-168,-34,-229,-101v-61,-67,-92,-151,-92,-252v0,-141,32,-278,96,-410v64,-132,156,-255,278,-368v89,-82,184,-147,284,-196v100,-49,201,-80,304,-93"},"7":{d:"115,-1020r86,-346r788,0r0,55r-620,1336r-111,0r610,-1239r-536,0v-48,0,-81,7,-100,20v-19,13,-33,37,-44,72r-30,102r-43,0"},"8":{d:"487,-666v-87,59,-153,125,-199,196v-46,71,-69,145,-69,222v0,68,19,122,57,162v38,40,87,61,150,61v73,0,136,-28,187,-83v51,-55,77,-123,77,-203v0,-51,-16,-105,-48,-162v-32,-57,-84,-121,-155,-193xm584,-797v86,-60,149,-119,190,-177v41,-58,62,-118,62,-181v0,-59,-17,-104,-51,-137v-34,-33,-81,-49,-140,-49v-67,0,-125,23,-173,69v-48,46,-71,103,-71,168v0,42,13,85,39,130v26,45,75,104,144,177xm438,-705v-65,-73,-111,-135,-138,-187v-27,-52,-40,-104,-40,-155v0,-98,37,-179,112,-245v75,-66,168,-99,281,-99v97,0,176,24,237,72v61,48,91,109,91,184v0,67,-25,128,-74,182v-49,54,-145,120,-286,197v79,79,135,150,169,214v34,64,52,129,52,194v0,108,-38,197,-116,268v-78,71,-176,107,-294,107v-107,0,-194,-29,-261,-87v-67,-58,-101,-133,-101,-223v0,-78,28,-150,84,-215v56,-65,151,-134,284,-207"},"9":{d:"752,-807v23,-55,39,-107,50,-157v11,-50,17,-97,17,-144v0,-72,-15,-128,-45,-168v-30,-40,-73,-61,-127,-61v-41,0,-82,14,-122,41v-40,27,-76,67,-109,118v-30,48,-54,101,-71,160v-17,59,-26,117,-26,174v0,58,13,103,38,134v25,31,61,46,108,46v43,0,87,-12,135,-36v48,-24,99,-59,152,-107xm12,-23v157,-38,296,-116,418,-235v122,-119,221,-272,297,-459v-67,47,-128,82,-181,105v-53,23,-99,34,-140,34v-77,0,-139,-28,-186,-84v-47,-56,-70,-130,-70,-223v0,-71,16,-139,46,-202v30,-63,75,-122,136,-177v45,-39,95,-71,152,-94v57,-23,112,-35,165,-35v92,0,169,33,230,101v61,68,92,153,92,254v0,141,-31,277,-95,409v-64,132,-157,254,-280,367v-89,82,-184,147,-284,196v-100,49,-201,80,-304,93"},":":{d:"428,-797v0,33,-11,63,-34,89v-23,26,-50,38,-81,38v-25,0,-45,-10,-61,-28v-16,-18,-25,-41,-25,-68v0,-35,12,-65,35,-92v23,-27,49,-41,78,-41v27,0,48,9,64,28v16,19,24,43,24,74xm287,-111v0,33,-12,63,-35,89v-23,26,-49,38,-80,38v-25,0,-46,-9,-62,-28v-16,-19,-24,-42,-24,-70v0,-35,11,-66,34,-92v23,-26,49,-39,79,-39v26,0,47,9,63,28v16,19,25,43,25,74",w:551},";":{d:"381,-797v0,33,-12,63,-35,89v-23,26,-49,38,-80,38v-25,0,-46,-10,-62,-28v-16,-18,-24,-41,-24,-68v0,-35,11,-65,34,-92v23,-27,49,-41,79,-41v27,0,48,9,64,28v16,19,24,43,24,74xm-84,334v71,-45,120,-87,148,-125v28,-38,42,-80,42,-125v0,-24,-9,-57,-28,-99v-19,-42,-29,-73,-29,-94v0,-29,9,-54,27,-74v18,-20,40,-30,67,-30v34,0,61,14,81,43v20,29,30,69,30,119v0,81,-25,156,-76,225v-51,69,-130,136,-237,199",w:551},"<":{d:"1442,-1145r0,127r-1000,408r1000,405r0,129r-1178,-483r0,-103",w:1706},"=":{d:"254,-477r1198,0r0,117r-1198,0r0,-117xm254,-860r1198,0r0,117r-1198,0r0,-117",w:1706},">":{d:"264,-1145r1178,483r0,103r-1178,483r0,-129r1000,-405r-1000,-408r0,-127",w:1706},"?":{d:"285,-111v0,33,-12,63,-35,89v-23,26,-50,38,-80,38v-25,0,-46,-9,-62,-28v-16,-19,-24,-42,-24,-70v0,-35,11,-66,34,-92v23,-26,49,-39,79,-39v26,0,47,9,63,28v16,19,25,43,25,74xm215,-371v10,-66,20,-123,31,-171v11,-48,22,-88,35,-122v19,-50,69,-102,150,-156r17,-11r41,-27v112,-71,168,-144,168,-217v0,-47,-16,-87,-49,-117v-33,-30,-76,-45,-129,-45v-20,0,-51,5,-91,15v-40,10,-70,16,-91,16v-19,0,-35,-8,-50,-22v-15,-14,-22,-31,-22,-50v0,-33,19,-62,58,-84v39,-22,88,-33,149,-33v92,0,166,31,222,94v56,63,85,145,85,246v0,93,-17,168,-51,224v-34,56,-99,110,-194,161v-79,43,-133,85,-163,128v-30,43,-52,100,-67,171r-49,0",w:782},"@":{d:"1190,-336v-41,71,-88,123,-139,158v-51,35,-108,53,-170,53v-83,0,-150,-31,-201,-92v-51,-61,-76,-143,-76,-244v0,-72,16,-144,49,-216v33,-72,79,-136,138,-193v43,-43,91,-76,144,-100v53,-24,104,-36,155,-36v58,0,106,17,143,50v37,33,63,81,78,145r53,-180r143,0r-170,610v0,1,0,3,-1,5v-11,39,-17,74,-17,104v0,31,8,56,25,74v17,18,40,28,69,28v23,0,49,-6,79,-18v30,-12,58,-27,85,-48v81,-60,144,-137,187,-231v43,-94,65,-199,65,-315v0,-93,-17,-177,-50,-252v-33,-75,-84,-142,-153,-203v-60,-53,-132,-94,-216,-123v-84,-29,-173,-43,-267,-43v-125,0,-238,20,-341,59v-103,39,-195,97,-276,175v-87,84,-152,181,-197,293v-45,112,-67,235,-67,370v0,117,19,218,57,304v38,86,98,165,181,235v76,65,163,114,261,147v98,33,205,49,320,49v109,0,214,-17,317,-52v103,-35,202,-86,296,-154r30,36v-99,73,-203,129,-313,166v-110,37,-224,56,-342,56v-125,0,-239,-16,-342,-47v-103,-31,-195,-77,-274,-138v-101,-75,-177,-166,-229,-274v-52,-108,-79,-228,-79,-359v0,-136,29,-263,86,-381v57,-118,141,-222,250,-313v87,-73,184,-128,291,-165v107,-37,221,-56,344,-56v231,0,416,62,554,187v138,125,206,291,206,499v0,105,-19,204,-58,297v-39,93,-93,172,-163,236v-38,35,-79,61,-123,80v-44,19,-90,28,-135,28v-65,0,-114,-18,-149,-53v-35,-35,-54,-87,-58,-158xm1098,-965v-36,0,-69,10,-99,31v-30,21,-61,54,-92,100v-48,72,-87,150,-115,234v-28,84,-42,159,-42,225v0,62,13,111,40,147v27,36,64,54,109,54v44,0,86,-14,126,-44v40,-30,79,-75,116,-134v38,-63,68,-130,91,-202v23,-72,34,-139,34,-198v0,-62,-16,-113,-48,-153v-32,-40,-71,-60,-120,-60",w:2019},A:{d:"461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0",w:1331,k:{"\u2019":225,"\u2018":188,"\u201d":225,"\u201c":188,y:36,X:36,U:45,T:73,".":36,"-":112,",":36}},B:{d:"362,-315v-4,16,-7,32,-9,49v-2,17,-3,34,-3,51v0,53,19,93,58,119v39,26,97,39,176,39v129,0,229,-33,300,-99v71,-66,107,-158,107,-276v0,-101,-30,-176,-90,-227v-60,-51,-149,-76,-268,-76r-180,0xm467,-803r174,0v70,0,124,-3,162,-11v38,-8,72,-21,102,-38v42,-23,75,-57,99,-100v24,-43,36,-91,36,-142v0,-77,-27,-132,-82,-166v-55,-34,-149,-51,-282,-51r-103,0xm-57,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r454,0v118,0,210,3,275,10v65,7,114,18,145,33v51,26,89,59,116,101v27,42,40,90,40,145v0,80,-26,146,-79,199v-53,53,-132,93,-239,118v93,36,163,83,211,142v48,59,72,128,72,206v0,54,-12,106,-36,155v-24,49,-58,93,-103,130v-54,46,-119,79,-195,98v-76,19,-190,29,-340,29r-571,0",w:1337,k:{Y:36,W:55,V:36,"-":-75}},C:{d:"1360,-350r-117,350v-15,-6,-29,-11,-42,-14v-13,-3,-27,-4,-40,-4v-15,0,-70,8,-165,24v-95,16,-183,23,-263,23v-80,0,-151,-8,-213,-25v-62,-17,-119,-43,-170,-78v-89,-61,-157,-135,-204,-224v-47,-89,-70,-186,-70,-292v0,-101,24,-201,72,-300v48,-99,115,-187,202,-265v88,-79,189,-140,304,-181v115,-41,241,-61,378,-61v73,0,149,7,228,21v79,14,161,35,247,63r-80,346r-42,-2v1,-7,1,-15,1,-23r0,-34v0,-101,-30,-178,-89,-233v-59,-55,-144,-82,-255,-82v-108,0,-212,23,-312,68v-100,45,-186,110,-261,194v-64,72,-111,151,-142,236v-31,85,-46,180,-46,284v0,163,43,293,129,389v86,96,203,145,348,145v103,0,200,-27,293,-82v93,-55,182,-137,268,-247",w:1518,k:{"\u2019":-75,"\u201d":-75,S:-38,"-":-47}},D:{d:"666,-1305r-86,0r-224,1043v-3,15,-6,29,-8,43v-2,14,-2,27,-2,39v0,46,18,78,55,97v37,19,102,28,195,28v119,0,220,-15,305,-45v85,-30,162,-79,232,-146v68,-65,121,-144,159,-236v38,-92,56,-188,56,-290v0,-172,-59,-304,-176,-396v-117,-92,-286,-137,-506,-137xm-53,0r2,-47v71,-3,122,-16,153,-39v31,-23,53,-66,66,-127r199,-930v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-44,-79v-29,-17,-73,-26,-132,-26r-2,-47r465,0v162,0,292,11,390,33v98,22,182,58,253,108v78,56,138,125,180,207v42,82,63,171,63,268v0,83,-16,166,-49,248v-33,82,-80,160,-141,232v-80,93,-178,160,-295,204v-117,44,-260,66,-430,66r-686,0",w:1630,k:{"\u00c5":36,Y:55,A:36,"-":-38}},E:{d:"-57,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r1112,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-369,0r-122,580r378,0v83,0,141,-11,174,-32v33,-21,62,-59,89,-113r43,4r-78,381r-45,0r0,-27v0,-59,-15,-100,-44,-122v-29,-22,-91,-32,-186,-32r-344,0r-82,392r-1,6v-9,46,-13,77,-13,92v0,39,13,68,38,86v25,18,67,26,124,26r215,0v90,0,169,-20,239,-60v70,-40,135,-102,195,-187r41,6r-96,309r-1157,0",w:1319},F:{d:"346,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r2,47r-569,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r1030,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-287,0r-122,580r317,0v83,0,141,-11,174,-32v33,-21,62,-59,88,-113r43,4r-80,381r-43,0r0,-27v0,-59,-15,-100,-44,-122v-29,-22,-91,-32,-187,-32r-281,0",w:1219,k:{"\u00f8":92,"\u00e6":120,"\u00c5":178,y:55,u:55,r:92,o:92,i:73,e:92,a:120,A:178,";":149,":":149,".":339,"-":73,",":339}},G:{d:"1421,-43v-91,25,-184,43,-278,55v-94,12,-188,19,-283,19v-239,0,-429,-59,-570,-176v-141,-117,-212,-274,-212,-471v0,-103,23,-201,68,-294v45,-93,111,-177,198,-251v90,-77,191,-136,302,-177v111,-41,227,-61,349,-61v87,0,173,8,259,25v86,17,172,42,259,76r9,305r-45,-2v-30,-111,-87,-198,-170,-260v-83,-62,-185,-93,-306,-93v-108,0,-207,21,-296,64v-89,43,-171,107,-244,194v-59,70,-105,149,-137,238v-32,89,-48,179,-48,270v0,173,51,309,153,408v102,99,241,149,417,149v66,0,124,-6,172,-19v48,-13,85,-31,112,-56v25,-23,46,-58,64,-108v18,-50,27,-99,27,-148v0,-26,-13,-46,-39,-62v-26,-16,-62,-26,-109,-29r8,-47r480,0r-2,54r-9,0v-47,0,-83,10,-106,30v-23,20,-42,60,-55,117r-17,78v-1,3,-1,6,-2,11v-7,30,-10,52,-10,65v0,14,5,25,16,34v11,9,25,13,43,13",w:1675,k:{"-":-38}},H:{d:"1317,-1143v5,-23,7,-39,9,-51v2,-12,3,-22,3,-29v0,-30,-15,-54,-46,-71v-31,-17,-74,-25,-130,-25r-2,-47r567,0r0,47v-70,2,-121,15,-153,39v-32,24,-55,66,-68,127r-196,929v-4,17,-7,32,-9,44v-2,12,-2,21,-2,28v0,35,14,62,44,79v30,17,75,26,134,26r0,47r-567,0r3,-47v71,-3,121,-17,150,-39v29,-22,51,-64,64,-127r99,-457r-775,0r-96,447v-4,19,-7,35,-9,49v-2,14,-3,25,-3,33v0,30,16,53,46,69v30,16,73,25,130,25r2,47r-569,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r569,0r-3,47v-71,3,-121,17,-150,39v-29,22,-51,64,-64,127r-92,426r776,0",w:1663},I:{d:"348,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r0,47r-567,0r0,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r199,-930v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r0,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127",w:707},J:{d:"322,-104v-29,129,-59,226,-92,290v-33,64,-77,118,-132,162v-62,50,-130,88,-206,112v-76,24,-162,36,-257,36v-36,0,-64,-6,-84,-20v-20,-14,-30,-33,-30,-58v0,-24,8,-43,25,-58v17,-15,39,-22,67,-22v20,0,58,8,113,24v55,16,100,25,135,25v65,0,116,-23,153,-67v37,-44,67,-123,90,-236r261,-1227v3,-14,5,-27,6,-39v1,-12,2,-22,2,-32v0,-35,-15,-60,-45,-78v-30,-18,-75,-27,-133,-27r0,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127",w:707,k:{"\u00c5":45,A:45}},K:{d:"346,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r0,47r-567,0r2,-47v69,-2,119,-15,151,-39v32,-24,55,-66,68,-127r198,-930v3,-13,6,-25,7,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-44,-79v-29,-17,-73,-26,-132,-26r-2,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127r-97,453r672,-467r1,-1v45,-31,67,-60,67,-85v0,-20,-8,-36,-25,-47v-17,-11,-40,-18,-71,-19r0,-47r489,0r-2,47v-110,16,-257,88,-441,217r-59,41r-415,287r487,575v5,6,11,14,19,23v72,87,143,131,212,131v3,0,8,0,14,-1v6,-1,10,-1,13,-1r-6,47r-320,0r-569,-672r-82,56",w:1427,k:{"\u00f8":-38,"\u00e6":-38,"\u00d8":55,y:55,u:-38,o:-38,e:-38,a:-38,W:-65,U:73,O:55,C:55,"-":112}},L:{d:"358,-278r-1,6v-9,46,-13,77,-13,92v0,39,13,68,38,86v25,18,67,26,124,26r215,0v90,0,169,-20,239,-60v70,-40,135,-102,195,-187r41,6r-96,309r-1157,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r569,0r-3,47v-71,3,-121,17,-150,39v-29,22,-51,64,-64,127",w:1298,k:{"\u2019":376,"\u2018":415,"\u201d":376,"\u201c":415,"\u00f8":-38,"\u00e6":-38,"\u00d8":73,y:73,o:-38,e:-38,a:-38,Y:139,W:139,V:92,U:112,T:188,O:73,"-":-114}},M:{d:"-84,0r0,-43v60,-11,107,-33,141,-66v34,-33,61,-84,80,-151r232,-821v7,-27,12,-49,15,-67v3,-18,5,-35,5,-48v0,-39,-12,-67,-36,-84v-24,-17,-73,-32,-148,-43r4,-43r393,0r203,1157r754,-1157r339,0r-4,43v-72,15,-121,36,-148,61v-27,25,-48,77,-65,156r-172,834r-15,78v0,0,-5,35,-5,40v0,39,13,67,39,84v26,17,72,26,137,27r-4,43r-563,0r2,-43v72,-1,124,-15,156,-42v32,-27,61,-101,85,-222r181,-879r-774,1186r-78,0r-205,-1188r-254,889v-7,25,-13,48,-17,69v-4,21,-6,37,-6,50v0,39,13,69,39,92v26,23,65,38,117,45r2,43r-430,0",w:1851},N:{d:"221,-281v-5,23,-9,44,-12,63v-3,19,-4,35,-4,46v0,41,14,72,42,92v28,20,73,33,136,37r-4,43r-418,0r2,-43v57,-13,100,-35,128,-67v28,-32,50,-87,67,-166r188,-897v3,-15,6,-28,8,-39v2,-11,2,-19,2,-23v0,-25,-15,-45,-44,-59v-29,-14,-74,-24,-134,-29r-2,-43r311,0r787,1133r176,-852v7,-29,12,-53,15,-73v3,-20,5,-35,5,-42v0,-38,-14,-67,-42,-87v-28,-20,-74,-32,-136,-36r4,-43r418,0r-2,43v-56,13,-98,36,-126,68v-28,32,-49,88,-66,168r-230,1087r-55,0r-827,-1161",w:1677},O:{d:"737,29v-98,0,-190,-18,-275,-55v-85,-37,-157,-91,-218,-160v-54,-61,-95,-128,-122,-198v-27,-70,-40,-144,-40,-222v0,-93,17,-184,52,-272v35,-88,87,-171,155,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,93,-18,184,-53,272v-35,88,-87,171,-154,248v-78,89,-172,156,-280,203v-108,47,-226,70,-353,70xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275",w:1659,k:{Y:36,X:73,".":73,"-":-38,",":73}},P:{d:"346,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r2,47r-569,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47v65,1,153,2,264,3v254,2,408,9,461,22v95,25,169,68,221,131v52,63,78,140,78,231v0,63,-15,122,-45,179v-30,57,-75,108,-132,153v-51,40,-108,69,-170,89v-62,20,-133,30,-211,30v-24,0,-47,-1,-69,-2v-22,-1,-45,-4,-66,-7r6,-46r39,3v0,0,26,2,39,2v124,0,225,-41,302,-122v77,-81,116,-185,116,-314v0,-97,-28,-169,-86,-216v-58,-47,-147,-70,-268,-70r-37,0v0,0,-35,2,-64,4",w:1274,k:{"\u00f8":102,"\u00e6":225,"\u00c5":188,y:36,u:55,s:63,r:36,o:102,n:36,i:73,e:112,a:225,Y:36,W:36,U:36,A:188,";":112,":":112,".":395,"-":188,",":395}},Q:{d:"883,20v92,82,183,146,273,193v90,47,165,70,228,70v18,0,39,-2,64,-5v25,-3,57,-9,94,-16r10,37v-37,27,-79,47,-126,61v-47,14,-99,21,-156,21v-59,0,-118,-11,-178,-32v-60,-21,-124,-54,-191,-99r-207,-144v-76,-55,-121,-85,-134,-91v-7,-3,-18,-9,-35,-16v-105,-46,-192,-102,-261,-169v-59,-57,-105,-123,-136,-198v-31,-75,-46,-154,-46,-238v0,-93,18,-183,53,-272v35,-89,87,-172,154,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,91,-17,181,-51,268v-34,87,-84,169,-150,246v-57,67,-126,124,-207,168v-81,44,-176,78,-286,102xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275",w:1659},R:{d:"440,-659r7,0v37,3,63,4,79,4v159,0,282,-33,370,-99v88,-66,132,-159,132,-278v0,-91,-29,-158,-86,-200v-57,-42,-146,-64,-268,-64v-20,0,-51,1,-92,3r-7,1xm780,-612v85,241,158,397,218,468v60,71,136,107,229,107r22,0r2,39v-25,3,-46,6,-65,8v-19,2,-37,2,-53,2v-48,0,-92,-6,-132,-17v-40,-11,-77,-29,-112,-52v-65,-44,-140,-174,-226,-390v-25,-63,-44,-112,-59,-147r-178,-6r-80,377v-3,15,-6,29,-8,41v-2,12,-2,22,-2,30v0,36,14,63,42,80v28,17,73,25,132,25r2,47r-569,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47v65,1,152,2,262,3v253,2,408,9,463,22v97,25,171,65,222,120v51,55,77,122,77,201v0,104,-38,192,-115,264v-77,72,-185,120,-322,144",w:1319,k:{"\u2019":73,"\u201d":73,"\u00c5":36,y:73,Y:73,T:36,C:36,A:36,"-":36}},S:{d:"39,-117r70,-313r41,0r0,22v0,120,32,212,95,274v63,62,156,93,279,93v93,0,171,-25,234,-74v63,-49,94,-109,94,-180v0,-79,-75,-177,-225,-294r-50,-40r-55,-43v-83,-64,-142,-117,-176,-159v-24,-31,-42,-63,-55,-97v-13,-34,-19,-69,-19,-104v0,-100,38,-183,116,-248v78,-65,177,-98,298,-98v54,0,112,8,174,22v62,14,96,21,103,21v19,0,35,-3,49,-9v14,-6,26,-15,37,-28r36,2r-49,373r-41,-3v-2,-100,-29,-178,-82,-234v-53,-56,-125,-85,-217,-85v-81,0,-148,20,-200,61v-52,41,-78,93,-78,156v0,76,69,167,206,272r52,39v11,9,28,22,51,39v95,71,160,130,197,177v24,31,42,65,54,101v12,36,19,75,19,116v0,109,-45,199,-133,269v-88,70,-203,105,-346,105v-77,0,-155,-10,-234,-32v-79,-22,-160,-56,-245,-101",w:1200,k:{"\u00d8":36,S:55,Q:36,O:36,G:36,C:36}},T:{d:"662,-224v-4,17,-6,32,-8,44v-2,12,-3,21,-3,28v0,35,15,62,45,79v30,17,74,26,133,26r0,47r-567,0r3,-47v71,-3,121,-17,150,-39v29,-22,51,-64,64,-127r230,-1087r-222,0v-63,0,-113,7,-148,20v-35,13,-69,37,-101,70v-13,13,-26,31,-41,56v-15,25,-31,58,-50,99r-51,-4r70,-342r45,0v13,13,28,22,45,27v17,5,40,8,70,8r57,0r20,0r820,0r65,0v43,0,76,-3,98,-10v22,-7,39,-19,54,-35r37,0r-72,358r-51,-2r0,-35v0,-76,-15,-130,-44,-162v-29,-32,-77,-48,-145,-48r-276,0",w:1366,k:{"\u00bb":92,"\u00ab":188,"\u00f8":311,"\u00e6":311,"\u00c5":159,y:311,w:311,u:311,s:272,r:311,o:311,i:102,e:311,c:311,a:311,T:-47,C:36,A:159,";":188,":":188,".":272,"-":188,",":272}},U:{d:"182,-1323r6,-43r551,0r-4,43v-70,11,-121,31,-151,58v-30,27,-53,80,-68,157r-110,551v-10,49,-17,89,-22,121v-5,32,-7,57,-7,76v0,101,37,180,110,239v73,59,173,88,299,88v73,0,142,-12,205,-35v63,-23,117,-55,162,-98v40,-37,72,-82,96,-136v24,-54,47,-137,68,-249r94,-512v5,-24,9,-46,11,-65v2,-19,3,-35,3,-48v0,-41,-15,-74,-43,-96v-28,-22,-77,-39,-147,-51r4,-43r442,0r-2,43v-111,42,-181,146,-212,313r-1,4r-86,467v-22,124,-49,217,-82,281v-33,64,-78,119,-137,166v-51,41,-113,73,-185,94v-72,21,-154,31,-245,31v-162,0,-291,-37,-385,-112v-94,-75,-141,-175,-141,-302v0,-31,2,-65,7,-103v5,-38,16,-93,32,-165r90,-426v5,-27,9,-50,12,-71v3,-21,4,-37,4,-48v0,-40,-11,-69,-32,-86v-21,-17,-66,-32,-136,-43",w:1655,k:{"\u00c5":55,J:36,A:55}},V:{d:"231,29r31,-1104v0,-9,0,-20,1,-35v1,-15,1,-26,1,-33v0,-61,-10,-104,-32,-127v-22,-23,-63,-40,-123,-53r0,-43r530,0r0,43v-74,11,-124,33,-151,63v-27,30,-42,89,-46,177r-30,897r780,-912v21,-25,38,-49,48,-70v10,-21,15,-41,15,-59v0,-28,-10,-49,-31,-64v-21,-15,-56,-25,-106,-32r0,-43r402,0r0,43v-41,23,-78,50,-112,79v-34,29,-68,62,-99,99r-1002,1174r-76,0",w:1350,k:{"\u00bb":149,"\u00ab":225,"\u00f8":301,"\u00e6":339,"\u00d8":36,"\u00c5":235,y:206,u:264,o:301,i:92,e:301,a:339,O:36,A:235,";":225,":":225,".":376,"-":301,",":376}},W:{d:"1397,-1366r0,42v-85,5,-143,24,-174,58v-31,34,-47,105,-50,214r-20,864r584,-877v24,-36,42,-67,53,-93v11,-26,16,-50,16,-71v0,-27,-12,-49,-38,-65v-26,-16,-62,-26,-109,-29r0,-43r430,0r0,43v-51,21,-96,49,-137,87v-41,38,-87,96,-137,173r-715,1092r-113,0r25,-1043r-729,1043r-109,0r72,-1123r0,-12v3,-41,4,-69,4,-84v0,-49,-12,-83,-34,-100v-22,-17,-64,-29,-126,-34r0,-42r524,0r0,43v-73,7,-123,26,-150,55v-27,29,-43,89,-50,181r-62,897r666,-945v1,-4,2,-8,2,-13r0,-21v0,-51,-14,-89,-41,-113v-27,-24,-72,-38,-133,-41r0,-43r551,0",w:1886,k:{"\u00f8":206,"\u00e6":243,"\u00c5":188,y:159,u:188,r:188,o:206,i:73,e:206,a:243,A:188,";":243,":":243,".":387,"-":264,",":387}},X:{d:"-172,0r2,-43v56,-7,107,-22,152,-47v45,-25,101,-72,168,-139r471,-478r-240,-428v-1,-2,-3,-5,-6,-10v-65,-119,-157,-178,-277,-178r0,-43r584,0r0,42v-57,2,-97,8,-120,20v-23,12,-34,32,-34,59v0,9,2,21,8,34v6,13,16,33,31,60r178,317r320,-321v22,-22,37,-39,44,-53v7,-14,11,-28,11,-43v0,-23,-12,-39,-36,-51v-24,-12,-62,-19,-111,-21r4,-43r496,0r-1,43v-60,4,-117,21,-170,49v-53,28,-111,73,-172,135r-354,363r297,532v1,3,3,6,6,11v65,116,139,179,224,190r2,43r-519,0r1,-43v57,-6,95,-13,114,-23v19,-10,29,-25,29,-45v0,-13,-4,-28,-10,-45v-6,-17,-16,-40,-31,-67r-238,-428r-424,436v-21,23,-36,40,-43,53v-7,13,-10,25,-10,37v0,27,12,47,36,61v24,14,61,21,109,21r3,43r-494,0",w:1384,k:{"\u00d8":36,"\u00c5":112,O:36,C:73,A:112,"-":188}},Y:{d:"596,-223v-3,13,-5,25,-6,37v-1,12,-2,23,-2,34v0,35,15,62,44,79v29,17,73,26,132,26r2,47r-567,0r0,-47v71,-3,121,-17,151,-39v30,-22,52,-64,66,-127r73,-344r-248,-558v-1,-3,-4,-9,-7,-16v-47,-106,-107,-170,-179,-192r0,-43r449,0r0,42v-40,4,-69,13,-88,26v-19,13,-29,31,-29,55v0,17,8,44,23,81v1,3,3,6,4,9r233,528r432,-495v23,-26,39,-48,49,-67v10,-19,15,-36,15,-52v0,-21,-11,-38,-33,-53v-22,-15,-55,-25,-96,-31r0,-43r360,0r0,43v-56,31,-115,82,-176,155r-2,3r-528,614",w:1237,k:{"\u2019":-75,"\u201d":-75,"\u00bb":73,"\u00ab":188,"\u00f8":235,"\u00e6":235,"\u00c5":167,u:188,o:235,i:73,e:235,a:235,A:167,";":215,":":215,".":264,"-":206,",":264}},Z:{d:"-57,0r0,-57r1253,-1256r-532,0v-85,0,-153,21,-206,63v-53,42,-109,123,-169,244r-45,0r92,-360r1098,0r0,53r-1262,1256r608,0v115,0,210,-25,282,-75v72,-50,140,-137,204,-261r41,0r-107,393r-1257,0",w:1460},"[":{d:"127,346v-2,10,-4,19,-5,26v-1,7,-1,12,-1,17v0,17,5,29,16,35v11,6,40,10,88,10r152,0r-8,49r-412,0r379,-1849r403,0r-14,49r-145,0v-48,0,-79,6,-94,18v-15,12,-27,38,-35,78",w:729},"\\":{d:"100,-1395r97,0r301,1585r-97,0",w:569},"]":{d:"498,-1229v2,-11,3,-21,4,-27v1,-6,2,-11,2,-14v0,-18,-6,-30,-18,-37v-12,-7,-41,-10,-87,-10r-151,0r8,-49r412,0r-379,1851r-404,0r15,-49r145,0v47,0,78,-6,93,-18v15,-12,27,-38,36,-78",w:729},"^":{d:"934,-1462r178,0r520,565r-92,0r-518,-436r-520,436r-90,0",w:2048},_:{d:"0,365r1024,0r0,118r-1024,0r0,-118",w:1024},"`":{d:"731,-1001r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:1024},a:{d:"735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210",w:858},b:{d:"238,-479r-45,213v-5,17,-8,33,-10,48v-2,15,-3,29,-3,42v0,45,12,80,34,105v22,25,52,38,91,38v81,0,155,-53,221,-159v66,-106,99,-233,99,-379v0,-58,-8,-105,-25,-142v-17,-37,-37,-55,-61,-55v-21,0,-53,21,-96,62v-43,41,-112,116,-205,227xm240,-1225v2,-12,4,-22,6,-31v2,-9,2,-16,2,-20v0,-5,-2,-10,-5,-14v-3,-4,-8,-6,-14,-6v-9,0,-23,8,-42,24v-19,16,-42,40,-70,72r-29,-23r61,-61v118,-121,194,-182,228,-182v13,0,23,4,30,12v7,8,11,21,11,37v0,7,-1,17,-3,31v-2,14,-4,29,-7,44r-152,781v87,-101,165,-179,234,-237v69,-58,119,-87,151,-87v35,0,67,31,97,93v30,62,44,135,44,219v0,60,-10,121,-32,184v-22,63,-54,123,-95,180v-55,77,-116,135,-183,174v-67,39,-140,58,-220,58v-65,0,-117,-19,-156,-56v-39,-37,-59,-86,-59,-145v0,-21,2,-44,5,-70v3,-26,8,-55,15,-86",w:891},c:{d:"487,-172v-67,70,-124,120,-173,150v-49,30,-97,45,-144,45v-55,0,-100,-23,-134,-67v-34,-44,-50,-102,-50,-175v0,-65,14,-137,42,-219v28,-82,68,-161,117,-236v48,-72,98,-127,151,-164v53,-37,106,-55,161,-55v39,0,70,7,92,21v22,14,33,32,33,57v0,18,-6,34,-20,47v-14,13,-30,20,-48,20v-13,0,-36,-8,-68,-24v-32,-16,-58,-25,-75,-25v-32,0,-60,16,-84,49v-24,33,-51,93,-80,181v-22,64,-39,125,-51,185v-12,60,-19,111,-19,153v0,50,11,89,33,118v22,29,51,43,88,43v29,0,61,-11,96,-33v35,-22,75,-56,119,-102",w:614},d:{d:"625,-776v-22,-18,-45,-31,-67,-40v-22,-9,-44,-13,-66,-13v-89,0,-166,53,-232,158v-66,105,-100,233,-100,382v0,57,8,105,24,141v16,36,36,54,60,54v21,0,55,-23,104,-70v49,-47,116,-120,199,-219xm723,-1251v1,-9,3,-17,5,-27v2,-10,3,-15,3,-16v0,-9,-1,-14,-3,-17v-2,-3,-4,-4,-9,-4v-12,0,-30,7,-53,21v-23,14,-51,33,-82,59r-23,-35v102,-78,173,-130,215,-154v42,-24,75,-36,98,-36v6,0,11,3,15,9v4,6,6,14,6,24v0,9,-1,21,-3,37v-2,16,-6,32,-9,48r-230,1132v-3,11,-5,21,-6,30v-1,9,-2,15,-2,20v0,7,2,12,5,16v3,4,8,7,14,7v9,0,22,-8,40,-24v18,-16,43,-41,72,-75r29,25r-52,53v-123,126,-202,189,-237,189v-13,0,-23,-5,-30,-13v-7,-8,-11,-20,-11,-36v0,-6,1,-14,2,-24v1,-10,4,-27,8,-50r43,-209v-93,112,-169,193,-228,243v-59,50,-107,76,-144,76v-40,0,-75,-27,-105,-81v-30,-54,-45,-120,-45,-199v0,-73,10,-141,30,-206v20,-65,51,-126,91,-183v54,-75,114,-134,181,-175v67,-41,135,-61,202,-61v18,0,38,2,60,6v22,4,46,10,73,19",w:918},e:{d:"567,-133v-86,60,-155,103,-207,128v-52,25,-96,38,-133,38v-65,0,-119,-28,-162,-85v-43,-57,-65,-129,-65,-216v0,-79,14,-159,43,-239v29,-80,68,-149,117,-206v47,-55,99,-98,156,-129v57,-31,112,-47,167,-47v52,0,93,13,124,39v31,26,46,60,46,102v0,67,-41,131,-123,190v-82,59,-203,112,-364,161v-6,29,-11,57,-14,81v-3,24,-4,45,-5,62v0,61,14,109,43,145v29,36,66,54,113,54v42,0,120,-35,233,-105r13,-8xm178,-446v115,-32,201,-74,260,-125v59,-51,88,-112,88,-181v0,-27,-7,-48,-22,-64v-15,-16,-35,-24,-60,-24v-57,0,-106,33,-150,98v-44,65,-83,163,-116,296",w:698},f:{d:"176,-788r-147,0r8,-46r160,-28v35,-196,93,-345,175,-448v82,-103,183,-154,304,-154v43,0,78,8,106,26v28,18,41,41,41,68v0,19,-6,34,-19,46v-13,12,-29,19,-48,19v-18,0,-49,-13,-93,-37v-44,-24,-79,-36,-106,-36v-56,0,-102,38,-137,116v-35,78,-65,211,-92,400r178,0r-19,74r-174,0r-88,528v-41,251,-109,441,-202,568v-93,127,-212,190,-355,190v-47,0,-85,-8,-114,-26v-29,-18,-43,-41,-43,-69v0,-17,7,-31,20,-43v13,-12,30,-18,49,-18v23,0,56,12,102,37v46,25,82,37,109,37v67,0,123,-44,168,-133v45,-89,84,-236,117,-441",w:465,k:{"\u2019":-266,"\u2018":-227,"\u201d":-266,"\u201c":-227,y:-38,w:-38,t:-75,".":131,"-":36,",":131}},g:{d:"295,-207v58,0,111,-43,158,-128v47,-85,71,-186,71,-302v0,-61,-10,-108,-30,-141v-20,-33,-49,-49,-86,-49v-59,0,-112,43,-160,129v-48,86,-72,187,-72,303v0,60,10,106,31,139v21,33,50,49,88,49xm150,74v-91,38,-161,78,-210,120v-49,42,-73,81,-73,119v0,41,28,77,84,107v56,30,125,45,207,45v93,0,169,-11,230,-33v61,-22,91,-47,91,-78v0,-23,-27,-53,-80,-92v-13,-9,-23,-17,-30,-22xm203,-147v-55,-23,-99,-59,-131,-110v-32,-51,-49,-108,-49,-173v0,-53,14,-105,41,-158v27,-53,67,-105,120,-155v53,-51,104,-88,154,-111v50,-23,104,-35,160,-35v21,0,79,4,172,12v36,3,65,5,86,7r0,94r-117,-4v11,37,19,70,25,100v6,30,8,57,8,80v0,82,-19,153,-58,214v-39,61,-99,117,-182,167v-32,19,-75,41,-129,64v-63,27,-94,51,-94,71v0,27,39,68,118,123v7,5,13,9,17,12r111,80v57,39,97,73,119,99v22,26,32,52,32,79v0,57,-44,104,-132,143v-88,39,-199,58,-335,58v-114,0,-209,-18,-286,-54v-77,-36,-115,-77,-115,-126v0,-54,99,-136,297,-246r84,-47v-8,-13,-13,-24,-17,-34v-4,-10,-6,-19,-6,-28v0,-18,8,-37,24,-55v16,-18,43,-40,83,-67",w:768},h:{d:"-2,18r252,-1243v1,-4,2,-11,4,-20v4,-18,6,-32,6,-41v0,-3,-2,-6,-4,-8v-2,-2,-5,-2,-10,-2v-11,0,-27,10,-46,30v-19,20,-39,49,-61,84r-30,-18v61,-87,116,-153,164,-198v48,-45,87,-68,116,-68v13,0,23,4,29,12v6,8,10,20,10,37v0,7,0,17,-2,31v-2,14,-5,29,-8,44r-180,889v117,-151,215,-262,294,-333v79,-71,143,-107,193,-107v25,0,46,11,63,33v17,22,25,49,25,84v0,19,-2,43,-7,70v-5,27,-15,63,-28,110r-100,375v-8,28,-14,51,-18,69v-4,18,-5,32,-5,43v0,7,3,14,7,19v4,5,9,8,14,8v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r29,22v-67,93,-123,159,-168,197v-45,38,-87,57,-127,57v-26,0,-45,-7,-58,-22v-13,-15,-20,-37,-20,-68v0,-13,1,-28,3,-44v2,-16,5,-32,9,-48r123,-487v6,-25,10,-45,13,-59v3,-14,4,-25,4,-34v0,-14,-4,-25,-10,-33v-6,-8,-14,-12,-25,-12v-27,0,-78,40,-153,121v-75,81,-160,189,-257,324r-76,366r-143,0",w:973},i:{d:"465,-1262v0,35,-12,68,-36,98v-24,30,-50,44,-77,44v-18,0,-33,-8,-46,-25v-13,-17,-19,-38,-19,-63v0,-39,12,-74,35,-104v23,-30,48,-46,77,-46v21,0,37,9,49,26v12,17,17,40,17,70xm240,-221v-7,28,-11,51,-14,70v-3,19,-5,33,-5,42v0,6,2,12,7,18v5,6,11,9,16,9v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r22,22v-67,93,-122,159,-167,197v-45,38,-87,57,-127,57v-27,0,-46,-7,-59,-22v-13,-15,-19,-37,-19,-68v0,-11,1,-25,3,-40v2,-15,5,-33,9,-52r100,-485v1,-2,1,-4,1,-6v5,-27,8,-45,8,-56v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,9,0,20,-2,33v-2,13,-5,26,-8,41",w:524},j:{d:"465,-1262v0,35,-12,68,-36,98v-24,30,-50,44,-77,44v-18,0,-33,-8,-46,-25v-13,-17,-19,-38,-19,-63v0,-39,12,-74,35,-104v23,-30,48,-46,77,-46v21,0,37,9,49,26v12,17,17,40,17,70xm205,-57v-37,179,-97,316,-179,410v-82,94,-181,141,-300,141v-48,0,-86,-9,-115,-27v-29,-18,-43,-41,-43,-70v0,-19,7,-35,20,-47v13,-12,28,-18,47,-18v18,0,49,13,92,38v43,25,78,38,105,38v50,0,91,-28,123,-85v32,-57,64,-164,96,-321r133,-655v1,-3,1,-6,2,-10v5,-23,7,-40,7,-52v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,9,0,20,-2,33v-2,13,-5,26,-8,41",w:483},k:{d:"141,18r-141,0r250,-1243v1,-4,2,-11,4,-20v4,-18,6,-32,6,-41v0,-3,-2,-6,-4,-8v-2,-2,-5,-2,-10,-2v-11,0,-27,10,-46,30v-19,20,-39,49,-61,84r-30,-18v61,-87,116,-153,164,-198v48,-45,87,-68,116,-68v13,0,23,4,29,12v6,8,10,20,10,37v0,7,0,17,-2,31v-2,14,-5,29,-8,44r-158,779v122,-103,224,-183,306,-239v82,-56,138,-85,167,-85v37,0,68,15,93,46v25,31,38,69,38,116v0,87,-41,157,-122,209v-81,52,-198,82,-351,92r102,129v103,133,175,199,218,199v12,0,26,-6,43,-18v17,-12,42,-36,77,-72r27,24r-190,180v-41,-6,-76,-18,-106,-36v-30,-18,-64,-52,-101,-99v-17,-21,-42,-54,-73,-99v-64,-93,-118,-157,-161,-194xm246,-489v33,9,60,16,83,20v23,4,43,6,60,6v99,0,181,-23,243,-68v62,-45,93,-103,93,-174v0,-28,-5,-49,-17,-64v-12,-15,-30,-22,-53,-22v-38,0,-160,88,-365,264",w:975},l:{d:"193,-222v-2,9,-4,21,-7,36v-8,41,-12,67,-12,77v0,6,3,12,8,18v5,6,10,9,15,9v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r22,22v-67,93,-122,159,-167,197v-45,38,-87,57,-128,57v-26,0,-45,-7,-58,-22v-13,-15,-19,-37,-19,-68v0,-10,1,-23,3,-38v2,-15,5,-33,9,-54r213,-1057v1,-4,2,-11,4,-20v4,-18,6,-32,6,-41v0,-3,-2,-6,-4,-8v-2,-2,-5,-2,-10,-2v-11,0,-27,10,-46,30v-19,20,-39,49,-61,84r-30,-18v61,-87,116,-153,164,-198v48,-45,87,-68,116,-68v13,0,23,4,29,12v6,8,10,20,10,37v0,7,0,17,-2,31v-2,14,-5,29,-8,44",w:483},m:{d:"49,18r131,-671v1,-5,3,-12,4,-20v3,-15,4,-24,4,-27v0,-8,-2,-14,-5,-18v-3,-4,-8,-7,-13,-7v-9,0,-22,10,-40,31v-18,21,-36,49,-56,84r-31,-19v57,-84,109,-149,156,-195v47,-46,84,-69,112,-69v14,0,24,5,31,13v7,8,10,20,10,36v0,8,0,18,-2,31v-2,13,-5,27,-8,43r-63,317v115,-154,209,-265,284,-335v75,-70,137,-105,187,-105v24,0,43,11,58,33v15,22,23,50,23,86v0,20,-3,44,-7,72v-4,28,-11,63,-21,106r-33,143v116,-155,210,-268,284,-337v74,-69,136,-103,185,-103v25,0,45,11,61,33v16,22,23,51,23,86v0,20,-2,44,-7,72v-5,28,-14,63,-26,106r-98,375v-7,24,-12,46,-16,65v-4,19,-5,34,-5,47v0,7,3,13,7,18v4,5,9,7,16,7v15,0,36,-16,65,-46v29,-30,63,-74,103,-132r29,22v-69,98,-125,165,-167,202v-42,37,-81,56,-118,56v-25,0,-44,-8,-56,-24v-12,-16,-18,-39,-18,-70v0,-17,0,-33,2,-48v2,-15,5,-30,8,-43r119,-488v6,-23,10,-43,13,-59v3,-16,4,-27,4,-36v0,-13,-4,-24,-10,-32v-6,-8,-14,-11,-25,-11v-26,0,-75,40,-147,121v-72,81,-153,189,-246,324r-72,366r-137,0r131,-674v1,-8,4,-19,7,-34v6,-31,9,-51,9,-60v0,-13,-3,-24,-10,-32v-7,-8,-16,-11,-27,-11v-25,0,-74,40,-146,121v-72,81,-154,189,-247,324r-72,366r-137,0",w:1479},n:{d:"47,18r137,-671v1,-3,1,-6,2,-10v5,-23,7,-40,7,-52v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,8,0,19,-2,32v-2,13,-5,27,-8,42r-65,317v117,-151,215,-262,294,-333v79,-71,143,-107,193,-107v26,0,48,11,64,33v16,22,24,49,24,84v0,21,-3,46,-8,75v-5,29,-13,64,-25,105r-102,375v-9,20,-16,39,-21,57v-5,18,-8,37,-8,55v0,7,3,13,9,19v6,6,12,8,18,8v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r31,22v-68,95,-125,161,-170,200v-45,39,-88,58,-127,58v-25,0,-45,-8,-58,-24v-13,-16,-20,-39,-20,-70v0,-13,1,-28,3,-44v2,-16,5,-32,9,-48r123,-487v7,-15,11,-29,14,-43v3,-14,5,-31,5,-50v0,-14,-3,-25,-10,-33v-7,-8,-16,-12,-27,-12v-27,0,-78,40,-153,121v-75,81,-160,189,-257,324r-76,366r-143,0",w:1018},o:{d:"487,-889v67,0,121,32,163,97v42,65,63,152,63,260v0,53,-11,108,-33,164v-22,56,-52,110,-92,161v-55,69,-118,125,-188,171v-70,46,-128,69,-173,69v-66,0,-120,-32,-161,-97v-41,-65,-62,-152,-62,-260v0,-55,11,-112,32,-168v21,-56,52,-109,93,-159v54,-68,116,-125,186,-170v70,-45,127,-68,172,-68xm315,-55v62,0,118,-45,169,-137v51,-92,77,-202,77,-330v0,-89,-14,-158,-41,-206v-27,-48,-66,-71,-117,-71v-61,0,-117,45,-169,136v-52,91,-78,198,-78,321v0,93,14,164,41,213v27,49,67,74,118,74",w:815},p:{d:"217,-86v25,18,50,31,73,40v23,9,45,13,66,13v87,0,163,-53,228,-159v65,-106,98,-232,98,-381v0,-58,-8,-105,-24,-141v-16,-36,-37,-54,-62,-54v-21,0,-52,19,-93,58v-41,39,-111,116,-208,231xm313,-561v98,-117,175,-201,233,-251v58,-50,105,-75,140,-75v41,0,77,30,108,91v31,61,46,136,46,225v0,61,-11,123,-33,184v-22,61,-54,121,-96,180v-53,73,-113,130,-180,171v-67,41,-133,61,-199,61v-18,0,-38,-2,-60,-6v-22,-4,-46,-10,-73,-19r-56,289v-3,19,-7,36,-9,51v-2,15,-3,27,-3,35v0,23,13,41,39,55v26,14,64,21,111,21r10,0r2,43r-504,0r-2,-39v73,-9,123,-25,151,-47v28,-22,49,-60,60,-115r190,-946v3,-13,6,-23,7,-32v1,-9,2,-17,2,-24v0,-4,-2,-8,-6,-11v-4,-3,-8,-5,-13,-5v-9,0,-23,8,-42,25v-19,17,-43,42,-70,73r-29,-24r20,-21v141,-143,231,-215,269,-215v15,0,26,4,32,11v6,7,9,17,9,32v0,6,-1,14,-3,24v-2,15,-2,15,-8,50",w:944},q:{d:"747,-889r-239,1178v-4,19,-7,35,-9,49v-2,14,-3,26,-3,35v0,24,13,43,40,57v27,14,64,21,111,21r10,0r0,43r-505,0r0,-39v73,-9,122,-24,150,-46v28,-22,47,-61,58,-116r115,-557r-89,87v-133,131,-220,197,-261,197v-37,0,-69,-21,-93,-63v-24,-42,-36,-97,-36,-164v0,-79,16,-155,47,-227v31,-72,78,-140,141,-205v82,-85,168,-147,258,-187v90,-40,192,-61,305,-63xm492,-348r88,-428v-140,12,-251,66,-332,161v-81,95,-121,218,-121,369v0,45,7,82,21,110v14,28,34,42,57,42v16,0,41,-14,75,-44v34,-30,105,-100,212,-210",w:844},r:{d:"203,-240v75,-206,147,-367,217,-483v70,-116,129,-174,178,-174v23,0,41,7,54,21v13,14,20,32,20,55v0,27,-10,49,-28,67v-18,18,-41,27,-69,27v-3,0,-9,0,-15,-1v-6,-1,-10,-1,-13,-1v-58,0,-121,71,-190,211v-69,140,-123,319,-164,536r-146,0r137,-671v1,-3,1,-6,2,-10v5,-23,7,-40,7,-52v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v14,0,24,4,30,13v6,9,10,23,10,42v0,11,0,22,-2,34v-2,12,-5,23,-8,34",w:631,k:{"\u2019":-75,"\u201d":-75,".":188,"-":36,",":188}},s:{d:"-72,-76v0,-21,7,-38,20,-51v13,-13,31,-20,52,-20v26,0,65,16,118,47v53,31,95,47,126,47v30,0,55,-11,74,-33v19,-22,28,-51,28,-86v0,-42,-34,-107,-103,-194r-13,-16v-47,-61,-77,-108,-92,-140v-15,-32,-23,-63,-23,-92v0,-64,31,-125,93,-184v62,-59,128,-89,198,-89v46,0,82,10,108,30v26,20,39,48,39,83v0,22,-7,41,-20,56v-13,15,-30,22,-50,22v-11,0,-20,-3,-29,-9v-9,-6,-20,-17,-32,-34r-16,-25v-23,-37,-48,-55,-76,-55v-27,0,-52,15,-76,43v-24,28,-37,59,-37,92v0,16,3,33,10,50v7,17,16,33,27,48v14,18,35,43,63,75v88,101,132,184,132,249v0,87,-31,156,-91,206v-60,50,-142,74,-247,74v-59,0,-105,-8,-136,-24v-31,-16,-47,-39,-47,-70",w:606},t:{d:"199,-222v-5,21,-8,41,-11,58v-3,17,-4,31,-4,41v0,13,2,23,6,30v4,7,10,11,17,11v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r29,22v-67,93,-123,159,-168,197v-45,38,-87,57,-127,57v-28,0,-49,-7,-62,-22v-13,-15,-20,-37,-20,-68v0,-14,1,-29,3,-44v2,-15,4,-31,7,-48r129,-620r-104,0r2,-31v66,-35,125,-79,176,-132v51,-53,95,-115,133,-188r43,0v-17,33,-32,72,-48,119v-16,47,-31,100,-44,158r158,0r-15,74r-160,0",w:500},u:{d:"864,-862r-131,652v-1,3,-2,10,-4,19v-4,19,-6,34,-6,44v0,3,1,5,3,7v2,2,6,3,11,3v11,0,26,-11,45,-31v19,-20,40,-48,62,-84r30,19v-61,85,-115,151,-163,196v-48,45,-87,68,-117,68v-13,0,-24,-4,-30,-12v-6,-8,-9,-20,-9,-37v0,-7,1,-17,3,-30v2,-13,4,-28,7,-44r64,-318v-117,152,-215,263,-294,334v-79,71,-143,107,-194,107v-25,0,-46,-11,-63,-33v-17,-22,-25,-49,-25,-84v0,-17,2,-38,7,-64v5,-26,15,-65,28,-116r100,-371v4,-15,8,-28,10,-39v2,-11,3,-19,3,-24v0,-10,-2,-17,-5,-20v-3,-3,-9,-5,-18,-5v-14,0,-33,10,-56,31v-23,21,-52,53,-85,96r-31,-20v73,-89,138,-157,192,-204v54,-47,96,-71,126,-71v15,0,25,5,32,15v7,10,11,25,11,47v0,14,-1,32,-5,55v-4,23,-9,47,-16,74r-125,495v-6,27,-11,47,-13,61v-2,14,-3,24,-3,31v0,14,3,25,9,33v6,8,16,12,28,12v27,0,77,-40,152,-120v75,-80,160,-189,257,-324r70,-348r143,0",w:1010},v:{d:"168,-647v1,-10,2,-19,3,-27v1,-8,1,-14,1,-20v0,-9,-1,-15,-4,-20v-3,-5,-7,-7,-12,-7v-9,0,-23,11,-42,32v-19,21,-38,49,-59,83r-32,-19v61,-85,115,-151,163,-196v48,-45,87,-68,117,-68v13,0,24,4,31,12v7,8,10,20,10,35v0,7,0,17,-2,30v-2,13,-5,29,-8,46r-99,515v-6,31,-9,54,-11,67v-2,13,-3,25,-3,34v0,21,2,37,7,46v5,9,13,14,24,14v21,0,52,-16,92,-48v40,-32,83,-77,129,-132v62,-75,111,-150,147,-226v36,-76,54,-141,54,-192v0,-4,0,-9,-1,-15r-3,-26v-13,-9,-24,-18,-30,-29v-6,-11,-9,-22,-9,-35v0,-24,9,-45,26,-63v17,-18,38,-27,62,-27v32,0,57,10,76,30v19,20,28,47,28,81v0,55,-18,118,-53,188v-35,70,-88,149,-160,238v-89,110,-176,199,-262,266v-86,67,-154,100,-203,100v-19,0,-35,-10,-47,-29v-12,-19,-18,-46,-18,-79v0,-14,0,-29,2,-46v2,-17,5,-36,8,-56",w:866,k:{".":92,",":92}},w:{d:"264,-233v-4,23,-7,41,-8,52v-1,11,-2,20,-2,27v0,17,4,32,12,44v8,12,18,18,29,18v23,0,66,-36,129,-107v63,-71,144,-176,244,-315r69,-348r144,0r-123,614v-6,29,-10,52,-13,68v-3,16,-4,29,-4,39v0,17,3,29,8,37v5,8,14,12,27,12v20,0,50,-16,89,-46v39,-30,81,-71,126,-122v63,-71,112,-146,149,-225v37,-79,56,-146,56,-201v0,-5,0,-11,-2,-20v-2,-9,-3,-16,-4,-19v-12,-8,-22,-18,-28,-29v-6,-11,-9,-22,-9,-34v0,-27,10,-50,29,-70v19,-20,41,-29,67,-29v28,0,51,10,69,31v18,21,28,47,28,80v0,53,-16,112,-48,178v-32,66,-81,140,-147,223v-95,121,-188,218,-277,289v-89,71,-161,106,-215,106v-19,0,-35,-11,-47,-32v-12,-21,-18,-47,-18,-80v0,-17,0,-35,2,-52v2,-17,5,-33,8,-50r41,-216v-131,163,-229,276,-296,338v-67,62,-120,92,-161,92v-24,0,-42,-11,-56,-34v-14,-23,-21,-54,-21,-95v0,-13,1,-31,4,-53v3,-22,8,-57,16,-104r68,-375v4,-25,7,-46,9,-63v2,-17,3,-28,3,-35v0,-13,-1,-23,-5,-30v-4,-7,-9,-11,-16,-11v-16,0,-39,14,-68,44v-29,30,-66,75,-110,136r-30,-23v66,-91,122,-156,168,-195v46,-39,88,-59,129,-59v26,0,45,8,58,23v13,15,19,37,19,68v0,11,-1,23,-2,37v-1,14,-4,32,-8,55",w:1393,k:{"\u2019":-75,"\u201d":-75,".":112,"-":-38,",":112}},x:{d:"397,-416r-92,-235v-19,-50,-34,-84,-47,-102v-13,-18,-26,-27,-41,-27v-17,0,-34,9,-53,28v-19,19,-49,62,-92,131r-39,-28v62,-98,109,-163,143,-195v34,-32,68,-47,103,-47v25,0,46,9,64,27v18,18,35,47,52,88r99,244v103,-139,181,-234,234,-284v53,-50,97,-75,134,-75v27,0,48,11,64,31v16,20,24,48,24,84v0,15,-2,30,-4,45v-2,15,-6,31,-11,47r-44,2v-2,-27,-10,-49,-25,-64v-15,-15,-36,-22,-61,-22v-24,0,-48,8,-73,26v-25,18,-53,48,-85,89r-135,176r84,209v23,60,42,101,57,122v15,21,30,31,45,31v19,0,36,-12,54,-35v18,-23,38,-62,61,-118r43,20v-31,81,-66,146,-107,194v-41,48,-79,72,-116,72v-25,0,-48,-11,-67,-34v-19,-23,-42,-72,-70,-146r-76,-194v-93,121,-174,214,-244,278v-70,64,-123,96,-162,96v-20,0,-36,-9,-50,-26v-14,-17,-21,-39,-21,-66v0,-25,14,-79,42,-163r7,-21r41,2v0,38,7,67,20,88v13,21,33,31,58,31v33,0,73,-24,122,-71v49,-47,103,-117,164,-208",w:963},y:{d:"-102,492r6,-41r22,0v50,0,90,-11,118,-33v28,-22,54,-62,77,-121r86,-209r9,-21v32,-72,48,-143,48,-212v0,-76,-6,-159,-19,-249v-13,-90,-31,-177,-55,-263v-11,-40,-22,-70,-34,-91v-12,-21,-24,-32,-35,-32v-13,0,-31,10,-53,31v-22,21,-47,52,-78,94r-35,-19v55,-73,103,-128,144,-162v41,-34,77,-51,108,-51v46,0,83,59,112,178v29,119,53,317,72,596v80,-135,144,-260,192,-375v48,-115,72,-195,72,-241v0,-9,-4,-21,-13,-38v-9,-17,-13,-30,-13,-40v0,-24,8,-43,23,-58v15,-15,34,-22,59,-22v27,0,50,8,67,25v17,17,25,39,25,67v0,33,-9,73,-29,120v-20,47,-58,119,-115,214v-27,45,-63,102,-109,171r-87,134v-14,22,-28,48,-43,80v-15,32,-36,81,-62,148r-86,219v-2,6,-6,15,-11,28v-15,38,-23,64,-23,78v0,18,7,31,22,41v15,10,36,15,64,15v8,0,14,-1,18,-1v4,0,8,0,12,-1r-6,41r-450,0",w:831,k:{".":83,"-":-38,",":83}},z:{d:"807,-723v-33,16,-67,27,-101,35v-34,8,-69,12,-108,12v-24,0,-48,-2,-71,-7v-23,-5,-44,-11,-63,-20r-40,-19v-93,-44,-159,-66,-199,-66v-29,0,-74,33,-133,98r-1,1r-38,-20v47,-60,95,-105,143,-136v48,-31,97,-46,144,-46v21,0,44,4,70,11v26,7,55,18,86,32v11,6,28,14,50,25v86,42,146,63,179,63v31,0,57,-6,78,-18v21,-12,38,-31,49,-56v3,-6,7,-14,10,-25v7,-21,19,-31,35,-32v11,0,21,4,29,11v8,7,12,17,12,28v0,41,-38,97,-114,168v-76,71,-180,146,-312,227v-30,19,-76,45,-139,79v-141,76,-240,143,-299,202v29,-14,59,-24,88,-31v29,-7,58,-10,88,-10v40,0,91,13,152,38v7,3,13,5,18,7v23,9,53,24,91,43v59,30,101,45,124,45v21,0,44,-10,71,-28v27,-18,59,-48,97,-89r31,21v-62,80,-113,134,-152,162v-39,28,-80,43,-123,43v-27,0,-56,-6,-87,-17v-31,-11,-76,-33,-135,-66v-3,-1,-8,-4,-15,-8v-85,-47,-150,-71,-197,-71v-26,0,-47,5,-63,14v-16,9,-28,24,-36,44v-3,8,-7,21,-11,39v-10,40,-26,60,-48,60v-11,0,-21,-4,-28,-12v-7,-8,-11,-18,-11,-31v0,-38,30,-91,89,-157v59,-66,137,-130,233,-193v67,-43,167,-101,302,-173v135,-72,220,-131,255,-177",w:961},"{":{d:"846,-1516r0,51v-95,1,-159,19,-194,55v-35,36,-52,106,-52,210r0,143v0,151,-20,254,-61,309v-41,55,-116,92,-226,113v110,21,185,58,226,113v41,55,61,158,61,309r0,143v0,104,18,173,52,208v34,35,99,54,194,55r0,51r-10,0v-145,0,-244,-25,-298,-74v-54,-49,-81,-139,-81,-272r0,-213v0,-105,-20,-178,-59,-218v-39,-40,-113,-64,-222,-73r0,-60v110,-10,184,-35,223,-74v39,-39,58,-111,58,-216r0,-213v0,-133,27,-224,81,-273v54,-49,153,-74,298,-74r10,0",w:1024},"|":{d:"449,-1565r126,0r0,2048r-126,0r0,-2048",w:1024},"}":{d:"178,-1516r10,0v144,0,244,25,298,74v54,49,81,140,81,273r0,213v0,105,19,177,58,216v39,39,113,64,223,74r0,60v-109,9,-183,33,-222,73v-39,40,-59,113,-59,218r0,213v0,132,-27,223,-81,272v-54,49,-154,74,-298,74r-10,0r0,-51v95,-1,160,-20,194,-55v34,-35,52,-104,52,-208r0,-143v0,-151,20,-254,61,-309v41,-55,116,-92,226,-113v-110,-21,-185,-58,-226,-113v-41,-55,-61,-158,-61,-309r0,-143v0,-104,-17,-174,-52,-210v-35,-36,-99,-54,-194,-55r0,-51",w:1024},"~":{d:"1530,-758r0,131v-67,48,-134,84,-198,108v-64,24,-127,36,-189,36v-29,0,-59,-3,-91,-9v-32,-6,-65,-15,-100,-26r-87,-31v-135,-48,-235,-72,-302,-72v-55,0,-113,12,-173,37v-60,25,-131,66,-212,123r0,-133v70,-49,137,-85,202,-109v65,-24,126,-36,185,-36v37,0,77,5,117,13v40,8,98,25,174,52v8,3,20,7,35,13v109,39,194,59,254,59v57,0,115,-12,176,-36v61,-24,130,-65,209,-120",w:1706},"\u00c4":{d:"461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0xm1098,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm723,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:1331},"\u00c5":{d:"858,-1700v0,43,15,80,45,110v30,30,67,46,111,46v43,0,78,-16,108,-46v30,-30,45,-67,45,-110v0,-44,-15,-80,-44,-110v-29,-30,-66,-45,-109,-45v-44,0,-81,15,-111,45v-30,30,-45,66,-45,110xm772,-1702v0,-67,23,-124,70,-170v47,-46,104,-70,172,-70v67,0,124,24,170,70v46,46,69,103,69,170v0,68,-23,125,-69,172v-46,47,-103,70,-170,70v-68,0,-125,-23,-172,-70v-47,-47,-70,-105,-70,-172xm461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0",w:1331,k:{"\u2019":225,"\u2018":188,"\u201d":225,"\u201c":188,y:36,X:36,U:45,T:73,".":36,"-":112,",":36}},"\u00c7":{d:"1360,-350r-117,350v-15,-6,-29,-11,-42,-14v-13,-3,-27,-4,-40,-4v-15,0,-70,8,-165,24v-95,16,-183,23,-263,23v-80,0,-151,-8,-213,-25v-62,-17,-119,-43,-170,-78v-89,-61,-157,-135,-204,-224v-47,-89,-70,-186,-70,-292v0,-101,24,-201,72,-300v48,-99,115,-187,202,-265v88,-79,189,-140,304,-181v115,-41,241,-61,378,-61v73,0,149,7,228,21v79,14,161,35,247,63r-80,346r-42,-2v1,-7,1,-15,1,-23r0,-34v0,-101,-30,-178,-89,-233v-59,-55,-144,-82,-255,-82v-108,0,-212,23,-312,68v-100,45,-186,110,-261,194v-64,72,-111,151,-142,236v-31,85,-46,180,-46,284v0,163,43,293,129,389v86,96,203,145,348,145v103,0,200,-27,293,-82v93,-55,182,-137,268,-247xm432,373r35,-80v43,24,83,42,122,55v39,13,72,19,101,19v42,0,73,-7,93,-23v20,-16,30,-40,30,-72v0,-27,-10,-48,-30,-64v-20,-16,-46,-24,-80,-24v-13,0,-28,1,-44,3v-16,2,-32,4,-48,7r61,-194r63,0r-34,112v11,-1,22,-3,32,-4v10,-1,20,-1,29,-2v57,0,101,15,133,45v32,30,49,70,49,121v0,55,-19,97,-59,128v-40,31,-95,46,-164,46v-36,0,-77,-6,-124,-18v-47,-12,-102,-30,-165,-55",w:1518},"\u00c9":{d:"-57,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r1112,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-369,0r-122,580r378,0v83,0,141,-11,174,-32v33,-21,62,-59,89,-113r43,4r-78,381r-45,0r0,-27v0,-59,-15,-100,-44,-122v-29,-22,-91,-32,-186,-32r-344,0r-82,392r-1,6v-9,46,-13,77,-13,92v0,39,13,68,38,86v25,18,67,26,124,26r215,0v90,0,169,-20,239,-60v70,-40,135,-102,195,-187r41,6r-96,309r-1157,0xm745,-1476r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1319},"\u00d1":{d:"1313,-1747v-13,66,-34,115,-63,147v-29,32,-68,48,-117,48v-12,0,-23,-1,-33,-2v-10,-1,-20,-3,-29,-6r-130,-37v-3,-1,-9,-2,-16,-4v-23,-5,-41,-8,-52,-9v-26,0,-47,7,-63,20v-16,13,-27,31,-32,56r-49,0v11,-63,31,-109,59,-140v28,-31,66,-46,113,-46v13,0,25,1,37,3v12,2,26,5,39,9r129,37v9,2,18,4,28,5v10,1,20,1,30,1v27,0,49,-6,65,-19v16,-13,28,-34,35,-63r49,0xm221,-281v-5,23,-9,44,-12,63v-3,19,-4,35,-4,46v0,41,14,72,42,92v28,20,73,33,136,37r-4,43r-418,0r2,-43v57,-13,100,-35,128,-67v28,-32,50,-87,67,-166r188,-897v3,-15,6,-28,8,-39v2,-11,2,-19,2,-23v0,-25,-15,-45,-44,-59v-29,-14,-74,-24,-134,-29r-2,-43r311,0r787,1133r176,-852v7,-29,12,-53,15,-73v3,-20,5,-35,5,-42v0,-38,-14,-67,-42,-87v-28,-20,-74,-32,-136,-36r4,-43r418,0r-2,43v-56,13,-98,36,-126,68v-28,32,-49,88,-66,168r-230,1087r-55,0r-827,-1161",w:1677},"\u00d6":{d:"737,29v-98,0,-190,-18,-275,-55v-85,-37,-157,-91,-218,-160v-54,-61,-95,-128,-122,-198v-27,-70,-40,-144,-40,-222v0,-93,17,-184,52,-272v35,-88,87,-171,155,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,93,-18,184,-53,272v-35,88,-87,171,-154,248v-78,89,-172,156,-280,203v-108,47,-226,70,-353,70xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275xm1116,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm741,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:1659},"\u00dc":{d:"182,-1323r6,-43r551,0r-4,43v-70,11,-121,31,-151,58v-30,27,-53,80,-68,157r-110,551v-10,49,-17,89,-22,121v-5,32,-7,57,-7,76v0,101,37,180,110,239v73,59,173,88,299,88v73,0,142,-12,205,-35v63,-23,117,-55,162,-98v40,-37,72,-82,96,-136v24,-54,47,-137,68,-249r94,-512v5,-24,9,-46,11,-65v2,-19,3,-35,3,-48v0,-41,-15,-74,-43,-96v-28,-22,-77,-39,-147,-51r4,-43r442,0r-2,43v-111,42,-181,146,-212,313r-1,4r-86,467v-22,124,-49,217,-82,281v-33,64,-78,119,-137,166v-51,41,-113,73,-185,94v-72,21,-154,31,-245,31v-162,0,-291,-37,-385,-112v-94,-75,-141,-175,-141,-302v0,-31,2,-65,7,-103v5,-38,16,-93,32,-165r90,-426v5,-27,9,-50,12,-71v3,-21,4,-37,4,-48v0,-40,-11,-69,-32,-86v-21,-17,-66,-32,-136,-43xm1114,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm739,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:1655},"\u00e1":{d:"735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210xm475,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:858},"\u00e0":{d:"735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210xm717,-1001r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:858},"\u00e2":{d:"834,-1001r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210",w:858},"\u00e4":{d:"735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210xm676,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm301,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:858},"\u00e3":{d:"883,-1272v-13,66,-34,115,-63,147v-29,32,-68,48,-117,48v-12,0,-23,-1,-33,-2v-10,-1,-20,-3,-29,-6r-130,-37v-3,-1,-9,-2,-16,-4v-23,-5,-41,-8,-52,-9v-26,0,-47,6,-63,19v-16,13,-27,32,-32,57r-49,0v11,-63,31,-109,59,-140v28,-31,66,-46,113,-46v13,0,25,1,37,3v12,2,26,5,39,9r129,37v9,2,18,3,28,4v10,1,20,2,30,2v27,0,49,-7,65,-20v16,-13,28,-33,35,-62r49,0xm735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210",w:858},"\u00e5":{d:"336,-1196v0,-67,23,-124,70,-170v47,-46,104,-70,172,-70v67,0,124,24,170,70v46,46,69,103,69,170v0,68,-23,125,-69,172v-46,47,-103,70,-170,70v-68,0,-125,-23,-172,-70v-47,-47,-70,-105,-70,-172xm422,-1196v0,43,15,80,45,110v30,30,67,46,111,46v43,0,78,-16,108,-46v30,-30,45,-67,45,-110v0,-43,-15,-80,-44,-110v-29,-30,-66,-44,-109,-44v-45,0,-82,15,-112,44v-30,29,-44,66,-44,110xm492,-348r90,-434v-139,12,-248,65,-328,160v-80,95,-121,217,-121,368v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210xm735,-889r-131,633v-6,33,-10,57,-12,72v-2,15,-4,26,-4,34v0,9,2,18,6,24v4,6,10,9,16,9v9,0,22,-8,41,-23v19,-15,41,-36,68,-65r24,25v-60,71,-108,123,-145,154v-37,31,-67,46,-90,46v-17,0,-31,-10,-42,-32v-11,-22,-17,-50,-17,-84v0,-22,6,-65,17,-129v3,-17,6,-30,7,-39r-43,43v-158,161,-260,241,-305,241v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67",w:858},"\u00e7":{d:"487,-172v-67,70,-124,120,-173,150v-49,30,-97,45,-144,45v-55,0,-100,-23,-134,-67v-34,-44,-50,-102,-50,-175v0,-65,14,-137,42,-219v28,-82,68,-161,117,-236v48,-72,98,-127,151,-164v53,-37,106,-55,161,-55v39,0,70,7,92,21v22,14,33,32,33,57v0,18,-6,34,-20,47v-14,13,-30,20,-48,20v-13,0,-36,-8,-68,-24v-32,-16,-58,-25,-75,-25v-32,0,-60,16,-84,49v-24,33,-51,93,-80,181v-22,64,-39,125,-51,185v-12,60,-19,111,-19,153v0,50,11,89,33,118v22,29,51,43,88,43v29,0,61,-11,96,-33v35,-22,75,-56,119,-102xm-92,373r35,-80v43,24,83,42,122,55v39,13,72,19,101,19v42,0,73,-7,93,-23v20,-16,30,-40,30,-72v0,-27,-10,-48,-30,-64v-20,-16,-46,-24,-80,-24v-13,0,-28,1,-44,3v-16,2,-32,4,-48,7r61,-194r63,0r-34,112v11,-1,22,-3,32,-4v10,-1,20,-1,29,-2v57,0,101,15,133,45v32,30,49,70,49,121v0,55,-19,97,-59,128v-40,31,-95,46,-164,46v-36,0,-77,-6,-124,-18v-47,-12,-102,-30,-165,-55",w:614},"\u00e9":{d:"567,-133v-86,60,-155,103,-207,128v-52,25,-96,38,-133,38v-65,0,-119,-28,-162,-85v-43,-57,-65,-129,-65,-216v0,-79,14,-159,43,-239v29,-80,68,-149,117,-206v47,-55,99,-98,156,-129v57,-31,112,-47,167,-47v52,0,93,13,124,39v31,26,46,60,46,102v0,67,-41,131,-123,190v-82,59,-203,112,-364,161v-6,29,-11,57,-14,81v-3,24,-4,45,-5,62v0,61,14,109,43,145v29,36,66,54,113,54v42,0,120,-35,233,-105r13,-8xm178,-446v115,-32,201,-74,260,-125v59,-51,88,-112,88,-181v0,-27,-7,-48,-22,-64v-15,-16,-35,-24,-60,-24v-57,0,-106,33,-150,98v-44,65,-83,163,-116,296xm350,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:698},"\u00e8":{d:"567,-133v-86,60,-155,103,-207,128v-52,25,-96,38,-133,38v-65,0,-119,-28,-162,-85v-43,-57,-65,-129,-65,-216v0,-79,14,-159,43,-239v29,-80,68,-149,117,-206v47,-55,99,-98,156,-129v57,-31,112,-47,167,-47v52,0,93,13,124,39v31,26,46,60,46,102v0,67,-41,131,-123,190v-82,59,-203,112,-364,161v-6,29,-11,57,-14,81v-3,24,-4,45,-5,62v0,61,14,109,43,145v29,36,66,54,113,54v42,0,120,-35,233,-105r13,-8xm178,-446v115,-32,201,-74,260,-125v59,-51,88,-112,88,-181v0,-27,-7,-48,-22,-64v-15,-16,-35,-24,-60,-24v-57,0,-106,33,-150,98v-44,65,-83,163,-116,296xm592,-1001r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:698},"\u00ea":{d:"709,-1001r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm567,-133v-86,60,-155,103,-207,128v-52,25,-96,38,-133,38v-65,0,-119,-28,-162,-85v-43,-57,-65,-129,-65,-216v0,-79,14,-159,43,-239v29,-80,68,-149,117,-206v47,-55,99,-98,156,-129v57,-31,112,-47,167,-47v52,0,93,13,124,39v31,26,46,60,46,102v0,67,-41,131,-123,190v-82,59,-203,112,-364,161v-6,29,-11,57,-14,81v-3,24,-4,45,-5,62v0,61,14,109,43,145v29,36,66,54,113,54v42,0,120,-35,233,-105r13,-8xm178,-446v115,-32,201,-74,260,-125v59,-51,88,-112,88,-181v0,-27,-7,-48,-22,-64v-15,-16,-35,-24,-60,-24v-57,0,-106,33,-150,98v-44,65,-83,163,-116,296",w:698},"\u00eb":{d:"567,-133v-86,60,-155,103,-207,128v-52,25,-96,38,-133,38v-65,0,-119,-28,-162,-85v-43,-57,-65,-129,-65,-216v0,-79,14,-159,43,-239v29,-80,68,-149,117,-206v47,-55,99,-98,156,-129v57,-31,112,-47,167,-47v52,0,93,13,124,39v31,26,46,60,46,102v0,67,-41,131,-123,190v-82,59,-203,112,-364,161v-6,29,-11,57,-14,81v-3,24,-4,45,-5,62v0,61,14,109,43,145v29,36,66,54,113,54v42,0,120,-35,233,-105r13,-8xm178,-446v115,-32,201,-74,260,-125v59,-51,88,-112,88,-181v0,-27,-7,-48,-22,-64v-15,-16,-35,-24,-60,-24v-57,0,-106,33,-150,98v-44,65,-83,163,-116,296xm551,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm176,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:698},"\u00ed":{d:"240,-221v-7,28,-11,51,-14,70v-3,19,-5,33,-5,42v0,6,2,12,7,18v5,6,11,9,16,9v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r22,22v-67,93,-122,159,-167,197v-45,38,-87,57,-127,57v-27,0,-46,-7,-59,-22v-13,-15,-19,-37,-19,-68v0,-11,1,-25,3,-40v2,-15,5,-33,9,-52r100,-485v1,-2,1,-4,1,-6v5,-27,8,-45,8,-56v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,9,0,20,-2,33v-2,13,-5,26,-8,41xm239,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:524},"\u00ec":{d:"240,-221v-7,28,-11,51,-14,70v-3,19,-5,33,-5,42v0,6,2,12,7,18v5,6,11,9,16,9v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r22,22v-67,93,-122,159,-167,197v-45,38,-87,57,-127,57v-27,0,-46,-7,-59,-22v-13,-15,-19,-37,-19,-68v0,-11,1,-25,3,-40v2,-15,5,-33,9,-52r100,-485v1,-2,1,-4,1,-6v5,-27,8,-45,8,-56v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,9,0,20,-2,33v-2,13,-5,26,-8,41xm481,-1001r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:524},"\u00ee":{d:"598,-1001r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm240,-221v-7,28,-11,51,-14,70v-3,19,-5,33,-5,42v0,6,2,12,7,18v5,6,11,9,16,9v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r22,22v-67,93,-122,159,-167,197v-45,38,-87,57,-127,57v-27,0,-46,-7,-59,-22v-13,-15,-19,-37,-19,-68v0,-11,1,-25,3,-40v2,-15,5,-33,9,-52r100,-485v1,-2,1,-4,1,-6v5,-27,8,-45,8,-56v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,9,0,20,-2,33v-2,13,-5,26,-8,41",w:524},"\u00ef":{d:"240,-221v-7,28,-11,51,-14,70v-3,19,-5,33,-5,42v0,6,2,12,7,18v5,6,11,9,16,9v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r22,22v-67,93,-122,159,-167,197v-45,38,-87,57,-127,57v-27,0,-46,-7,-59,-22v-13,-15,-19,-37,-19,-68v0,-11,1,-25,3,-40v2,-15,5,-33,9,-52r100,-485v1,-2,1,-4,1,-6v5,-27,8,-45,8,-56v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,9,0,20,-2,33v-2,13,-5,26,-8,41xm440,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm65,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:524},"\u00f1":{d:"895,-1272v-13,66,-34,115,-63,147v-29,32,-68,48,-117,48v-12,0,-23,-1,-33,-2v-10,-1,-20,-3,-29,-6r-130,-37v-3,-1,-9,-2,-16,-4v-23,-5,-41,-8,-52,-9v-26,0,-47,6,-63,19v-16,13,-27,32,-32,57r-49,0v11,-63,31,-109,59,-140v28,-31,66,-46,113,-46v13,0,25,1,37,3v12,2,26,5,39,9r129,37v9,2,18,3,28,4v10,1,20,2,30,2v27,0,49,-7,65,-20v16,-13,28,-33,35,-62r49,0xm47,18r137,-671v1,-3,1,-6,2,-10v5,-23,7,-40,7,-52v0,-3,-1,-5,-4,-7v-3,-2,-6,-3,-11,-3v-11,0,-26,10,-44,30v-18,20,-38,48,-60,85r-33,-19v61,-85,116,-151,164,-196v48,-45,87,-68,117,-68v13,0,23,5,30,13v7,8,10,20,10,36v0,8,0,19,-2,32v-2,13,-5,27,-8,42r-65,317v117,-151,215,-262,294,-333v79,-71,143,-107,193,-107v26,0,48,11,64,33v16,22,24,49,24,84v0,21,-3,46,-8,75v-5,29,-13,64,-25,105r-102,375v-9,20,-16,39,-21,57v-5,18,-8,37,-8,55v0,7,3,13,9,19v6,6,12,8,18,8v16,0,39,-14,68,-44v29,-30,66,-75,110,-136r31,22v-68,95,-125,161,-170,200v-45,39,-88,58,-127,58v-25,0,-45,-8,-58,-24v-13,-16,-20,-39,-20,-70v0,-13,1,-28,3,-44v2,-16,5,-32,9,-48r123,-487v7,-15,11,-29,14,-43v3,-14,5,-31,5,-50v0,-14,-3,-25,-10,-33v-7,-8,-16,-12,-27,-12v-27,0,-78,40,-153,121v-75,81,-160,189,-257,324r-76,366r-143,0",w:1018},"\u00f3":{d:"487,-889v67,0,121,32,163,97v42,65,63,152,63,260v0,53,-11,108,-33,164v-22,56,-52,110,-92,161v-55,69,-118,125,-188,171v-70,46,-128,69,-173,69v-66,0,-120,-32,-161,-97v-41,-65,-62,-152,-62,-260v0,-55,11,-112,32,-168v21,-56,52,-109,93,-159v54,-68,116,-125,186,-170v70,-45,127,-68,172,-68xm315,-55v62,0,118,-45,169,-137v51,-92,77,-202,77,-330v0,-89,-14,-158,-41,-206v-27,-48,-66,-71,-117,-71v-61,0,-117,45,-169,136v-52,91,-78,198,-78,321v0,93,14,164,41,213v27,49,67,74,118,74xm385,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:815},"\u00f2":{d:"487,-889v67,0,121,32,163,97v42,65,63,152,63,260v0,53,-11,108,-33,164v-22,56,-52,110,-92,161v-55,69,-118,125,-188,171v-70,46,-128,69,-173,69v-66,0,-120,-32,-161,-97v-41,-65,-62,-152,-62,-260v0,-55,11,-112,32,-168v21,-56,52,-109,93,-159v54,-68,116,-125,186,-170v70,-45,127,-68,172,-68xm315,-55v62,0,118,-45,169,-137v51,-92,77,-202,77,-330v0,-89,-14,-158,-41,-206v-27,-48,-66,-71,-117,-71v-61,0,-117,45,-169,136v-52,91,-78,198,-78,321v0,93,14,164,41,213v27,49,67,74,118,74xm627,-1001r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:815},"\u00f4":{d:"744,-1001r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm487,-889v67,0,121,32,163,97v42,65,63,152,63,260v0,53,-11,108,-33,164v-22,56,-52,110,-92,161v-55,69,-118,125,-188,171v-70,46,-128,69,-173,69v-66,0,-120,-32,-161,-97v-41,-65,-62,-152,-62,-260v0,-55,11,-112,32,-168v21,-56,52,-109,93,-159v54,-68,116,-125,186,-170v70,-45,127,-68,172,-68xm315,-55v62,0,118,-45,169,-137v51,-92,77,-202,77,-330v0,-89,-14,-158,-41,-206v-27,-48,-66,-71,-117,-71v-61,0,-117,45,-169,136v-52,91,-78,198,-78,321v0,93,14,164,41,213v27,49,67,74,118,74",w:815},"\u00f6":{d:"487,-889v67,0,121,32,163,97v42,65,63,152,63,260v0,53,-11,108,-33,164v-22,56,-52,110,-92,161v-55,69,-118,125,-188,171v-70,46,-128,69,-173,69v-66,0,-120,-32,-161,-97v-41,-65,-62,-152,-62,-260v0,-55,11,-112,32,-168v21,-56,52,-109,93,-159v54,-68,116,-125,186,-170v70,-45,127,-68,172,-68xm315,-55v62,0,118,-45,169,-137v51,-92,77,-202,77,-330v0,-89,-14,-158,-41,-206v-27,-48,-66,-71,-117,-71v-61,0,-117,45,-169,136v-52,91,-78,198,-78,321v0,93,14,164,41,213v27,49,67,74,118,74xm586,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm211,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:815},"\u00f5":{d:"793,-1272v-13,66,-34,115,-63,147v-29,32,-68,48,-117,48v-12,0,-23,-1,-33,-2v-10,-1,-20,-3,-29,-6r-130,-37v-3,-1,-9,-2,-16,-4v-23,-5,-41,-8,-52,-9v-26,0,-47,6,-63,19v-16,13,-27,32,-32,57r-49,0v11,-63,31,-109,59,-140v28,-31,66,-46,113,-46v13,0,25,1,37,3v12,2,26,5,39,9r129,37v9,2,18,3,28,4v10,1,20,2,30,2v27,0,49,-7,65,-20v16,-13,28,-33,35,-62r49,0xm487,-889v67,0,121,32,163,97v42,65,63,152,63,260v0,53,-11,108,-33,164v-22,56,-52,110,-92,161v-55,69,-118,125,-188,171v-70,46,-128,69,-173,69v-66,0,-120,-32,-161,-97v-41,-65,-62,-152,-62,-260v0,-55,11,-112,32,-168v21,-56,52,-109,93,-159v54,-68,116,-125,186,-170v70,-45,127,-68,172,-68xm315,-55v62,0,118,-45,169,-137v51,-92,77,-202,77,-330v0,-89,-14,-158,-41,-206v-27,-48,-66,-71,-117,-71v-61,0,-117,45,-169,136v-52,91,-78,198,-78,321v0,93,14,164,41,213v27,49,67,74,118,74",w:815},"\u00fa":{d:"864,-862r-131,652v-1,3,-2,10,-4,19v-4,19,-6,34,-6,44v0,3,1,5,3,7v2,2,6,3,11,3v11,0,26,-11,45,-31v19,-20,40,-48,62,-84r30,19v-61,85,-115,151,-163,196v-48,45,-87,68,-117,68v-13,0,-24,-4,-30,-12v-6,-8,-9,-20,-9,-37v0,-7,1,-17,3,-30v2,-13,4,-28,7,-44r64,-318v-117,152,-215,263,-294,334v-79,71,-143,107,-194,107v-25,0,-46,-11,-63,-33v-17,-22,-25,-49,-25,-84v0,-17,2,-38,7,-64v5,-26,15,-65,28,-116r100,-371v4,-15,8,-28,10,-39v2,-11,3,-19,3,-24v0,-10,-2,-17,-5,-20v-3,-3,-9,-5,-18,-5v-14,0,-33,10,-56,31v-23,21,-52,53,-85,96r-31,-20v73,-89,138,-157,192,-204v54,-47,96,-71,126,-71v15,0,25,5,32,15v7,10,11,25,11,47v0,14,-1,32,-5,55v-4,23,-9,47,-16,74r-125,495v-6,27,-11,47,-13,61v-2,14,-3,24,-3,31v0,14,3,25,9,33v6,8,16,12,28,12v27,0,77,-40,152,-120v75,-80,160,-189,257,-324r70,-348r143,0xm483,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1010},"\u00f9":{d:"864,-862r-131,652v-1,3,-2,10,-4,19v-4,19,-6,34,-6,44v0,3,1,5,3,7v2,2,6,3,11,3v11,0,26,-11,45,-31v19,-20,40,-48,62,-84r30,19v-61,85,-115,151,-163,196v-48,45,-87,68,-117,68v-13,0,-24,-4,-30,-12v-6,-8,-9,-20,-9,-37v0,-7,1,-17,3,-30v2,-13,4,-28,7,-44r64,-318v-117,152,-215,263,-294,334v-79,71,-143,107,-194,107v-25,0,-46,-11,-63,-33v-17,-22,-25,-49,-25,-84v0,-17,2,-38,7,-64v5,-26,15,-65,28,-116r100,-371v4,-15,8,-28,10,-39v2,-11,3,-19,3,-24v0,-10,-2,-17,-5,-20v-3,-3,-9,-5,-18,-5v-14,0,-33,10,-56,31v-23,21,-52,53,-85,96r-31,-20v73,-89,138,-157,192,-204v54,-47,96,-71,126,-71v15,0,25,5,32,15v7,10,11,25,11,47v0,14,-1,32,-5,55v-4,23,-9,47,-16,74r-125,495v-6,27,-11,47,-13,61v-2,14,-3,24,-3,31v0,14,3,25,9,33v6,8,16,12,28,12v27,0,77,-40,152,-120v75,-80,160,-189,257,-324r70,-348r143,0xm725,-1001r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:1010},"\u00fb":{d:"842,-1001r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm864,-862r-131,652v-1,3,-2,10,-4,19v-4,19,-6,34,-6,44v0,3,1,5,3,7v2,2,6,3,11,3v11,0,26,-11,45,-31v19,-20,40,-48,62,-84r30,19v-61,85,-115,151,-163,196v-48,45,-87,68,-117,68v-13,0,-24,-4,-30,-12v-6,-8,-9,-20,-9,-37v0,-7,1,-17,3,-30v2,-13,4,-28,7,-44r64,-318v-117,152,-215,263,-294,334v-79,71,-143,107,-194,107v-25,0,-46,-11,-63,-33v-17,-22,-25,-49,-25,-84v0,-17,2,-38,7,-64v5,-26,15,-65,28,-116r100,-371v4,-15,8,-28,10,-39v2,-11,3,-19,3,-24v0,-10,-2,-17,-5,-20v-3,-3,-9,-5,-18,-5v-14,0,-33,10,-56,31v-23,21,-52,53,-85,96r-31,-20v73,-89,138,-157,192,-204v54,-47,96,-71,126,-71v15,0,25,5,32,15v7,10,11,25,11,47v0,14,-1,32,-5,55v-4,23,-9,47,-16,74r-125,495v-6,27,-11,47,-13,61v-2,14,-3,24,-3,31v0,14,3,25,9,33v6,8,16,12,28,12v27,0,77,-40,152,-120v75,-80,160,-189,257,-324r70,-348r143,0",w:1010},"\u00fc":{d:"864,-862r-131,652v-1,3,-2,10,-4,19v-4,19,-6,34,-6,44v0,3,1,5,3,7v2,2,6,3,11,3v11,0,26,-11,45,-31v19,-20,40,-48,62,-84r30,19v-61,85,-115,151,-163,196v-48,45,-87,68,-117,68v-13,0,-24,-4,-30,-12v-6,-8,-9,-20,-9,-37v0,-7,1,-17,3,-30v2,-13,4,-28,7,-44r64,-318v-117,152,-215,263,-294,334v-79,71,-143,107,-194,107v-25,0,-46,-11,-63,-33v-17,-22,-25,-49,-25,-84v0,-17,2,-38,7,-64v5,-26,15,-65,28,-116r100,-371v4,-15,8,-28,10,-39v2,-11,3,-19,3,-24v0,-10,-2,-17,-5,-20v-3,-3,-9,-5,-18,-5v-14,0,-33,10,-56,31v-23,21,-52,53,-85,96r-31,-20v73,-89,138,-157,192,-204v54,-47,96,-71,126,-71v15,0,25,5,32,15v7,10,11,25,11,47v0,14,-1,32,-5,55v-4,23,-9,47,-16,74r-125,495v-6,27,-11,47,-13,61v-2,14,-3,24,-3,31v0,14,3,25,9,33v6,8,16,12,28,12v27,0,77,-40,152,-120v75,-80,160,-189,257,-324r70,-348r143,0xm684,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm309,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:1010},"\u00b0":{d:"338,-1372v-56,0,-104,19,-144,58v-40,39,-59,87,-59,143v0,56,19,104,59,143v40,39,88,59,144,59v56,0,103,-20,142,-59v39,-39,59,-87,59,-143v0,-56,-20,-104,-59,-143v-39,-39,-86,-58,-142,-58xm338,-1454v78,0,145,28,200,83v55,55,83,122,83,200v0,77,-27,144,-83,199v-56,55,-123,83,-202,83v-79,0,-146,-27,-200,-82v-54,-55,-81,-121,-81,-200v0,-79,28,-146,83,-201v55,-55,121,-82,200,-82",w:674},"\u00a2":{d:"334,-111r327,-794v-49,5,-94,21,-137,47v-43,26,-83,61,-121,108v-49,63,-87,131,-114,204v-27,73,-41,143,-41,212v0,49,7,91,21,128v14,37,36,68,65,95xm285,8v-61,-21,-108,-60,-143,-118v-35,-58,-52,-128,-52,-209v0,-85,20,-169,58,-253v38,-84,92,-158,161,-225v55,-52,113,-91,176,-119v63,-28,130,-44,201,-47r111,-278r86,0r-119,287v53,14,92,35,120,64v28,29,42,65,42,108v0,31,-7,54,-22,71v-15,17,-35,25,-62,25v-21,0,-38,-7,-51,-20v-13,-13,-21,-33,-25,-60v-1,-4,-1,-11,-2,-22v-1,-39,-10,-73,-25,-101r-337,811v13,4,26,7,36,8v10,1,20,2,31,2v50,0,103,-17,157,-50v54,-33,112,-84,173,-152r37,32v-61,88,-129,154,-204,198v-75,44,-158,65,-249,65r-25,0r-98,247r-82,0"},"\u00a3":{d:"266,-178v-17,-21,-35,-36,-54,-46v-19,-10,-39,-14,-62,-14v-33,0,-60,10,-80,32v-20,22,-29,51,-29,87v0,29,8,53,25,72v17,19,38,29,63,29v29,0,56,-13,79,-40v23,-27,42,-67,58,-120xm293,-575r-168,0r8,-54r160,0v7,-235,53,-422,138,-561v85,-139,196,-209,331,-209v67,0,122,19,165,56v43,37,64,85,64,143v0,31,-8,56,-23,74v-15,18,-35,28,-61,28v-20,0,-36,-5,-47,-16v-11,-11,-16,-26,-16,-47v0,-13,2,-30,6,-53v4,-23,6,-40,6,-50v0,-29,-10,-52,-28,-68v-18,-16,-44,-24,-78,-24v-100,0,-172,54,-216,162v-44,108,-68,296,-73,565r174,0r-8,54r-170,0v-7,48,-18,98,-33,151v-15,53,-34,110,-59,170r48,39v111,89,182,133,214,133v23,0,44,-12,64,-36v20,-24,38,-59,54,-105r39,0v-18,77,-48,139,-92,185v-44,46,-92,69,-145,69v-37,0,-72,-12,-107,-37v-35,-25,-77,-67,-125,-127v-21,51,-49,90,-81,117v-32,27,-67,41,-105,41v-38,0,-70,-13,-96,-41v-26,-28,-39,-62,-39,-103v0,-53,18,-95,54,-129v36,-34,83,-51,140,-51v17,0,34,2,51,5v17,3,35,7,54,13v0,-3,1,-8,2,-16v4,-37,6,-65,6,-82v0,-13,-1,-43,-3,-90v-2,-47,-4,-82,-5,-106"},"\u00a7":{d:"496,150v0,-64,-42,-186,-125,-366r-45,-99v-3,-7,-8,-16,-13,-29v-72,-157,-108,-281,-108,-371v0,-77,17,-153,51,-229v34,-76,83,-148,147,-215v73,-77,154,-135,243,-177v89,-42,176,-63,263,-63v33,0,61,8,83,25v22,17,34,37,34,61v0,22,-8,40,-25,53v-17,13,-39,19,-67,19v-19,0,-52,-7,-99,-21v-47,-14,-84,-20,-112,-20v-57,0,-101,21,-135,63v-34,42,-51,98,-51,168v0,85,41,207,122,368v0,1,0,1,1,2r32,64v91,178,137,319,137,424v0,93,-23,184,-69,271v-46,87,-112,169,-201,244v-60,51,-125,92,-197,122v-72,30,-138,45,-198,45v-36,0,-66,-8,-88,-23v-22,-15,-33,-35,-33,-60v0,-21,9,-39,26,-54v17,-15,39,-22,64,-22v22,0,53,7,93,20v40,13,70,19,89,19v53,0,97,-20,131,-61v34,-41,50,-93,50,-158xm584,169v42,-53,73,-107,93,-160v20,-53,30,-110,30,-169v0,-106,-46,-250,-139,-431r-17,-34v-2,-3,-4,-8,-7,-13v-77,-155,-116,-268,-116,-341v0,-12,1,-25,2,-39v1,-14,2,-28,4,-42v-37,54,-64,109,-82,164v-18,55,-28,108,-28,161v0,81,39,207,117,376v40,86,69,153,87,201v21,54,36,102,46,145v10,43,14,83,14,122v0,7,0,14,-1,23v-1,9,-2,21,-3,37",w:1024},"\u00b6":{d:"948,-1479r0,78r-125,0r0,1401r-94,0r0,-1401r-182,0r0,1401r-96,0r0,-782v-115,-5,-207,-39,-274,-102v-67,-63,-101,-145,-101,-246v0,-105,36,-189,108,-253v72,-64,166,-96,285,-96r479,0",w:1024},"\u00df":{d:"223,-326v-49,280,-121,488,-218,625v-97,137,-220,205,-370,205v-47,0,-86,-9,-116,-27v-30,-18,-45,-41,-45,-69v0,-17,6,-30,20,-42v14,-12,31,-18,51,-18v23,0,57,12,103,36v46,24,81,36,108,36v67,0,121,-41,164,-124v43,-83,84,-233,123,-452r111,-616v28,-157,56,-274,82,-350v26,-76,59,-136,98,-183v43,-51,93,-90,149,-117v56,-27,115,-40,176,-40v80,0,144,23,191,68v47,45,70,105,70,182v0,89,-27,165,-80,228v-53,63,-131,111,-234,146v67,30,118,72,152,126v34,54,51,120,51,196v0,79,-15,154,-43,223v-28,69,-70,132,-125,187v-41,42,-85,74,-131,96v-46,22,-92,33,-139,33v-41,0,-73,-7,-96,-22v-23,-15,-35,-35,-35,-60v0,-17,6,-32,17,-44v11,-12,25,-18,42,-18v15,0,35,14,61,41v26,27,51,41,74,41v56,0,105,-43,148,-130v43,-87,65,-193,65,-318v0,-87,-15,-160,-46,-218v-31,-58,-75,-97,-132,-118r6,-31v101,-13,177,-52,228,-115v51,-63,77,-151,77,-262v0,-53,-13,-97,-40,-131v-27,-34,-62,-51,-105,-51v-79,0,-143,36,-189,107v-46,71,-84,191,-114,362",w:934},"\u00ae":{d:"729,-719v11,1,21,1,32,1v11,0,22,1,34,1v75,0,132,-15,173,-45v41,-30,62,-74,62,-129v0,-49,-18,-87,-53,-117v-35,-30,-83,-45,-143,-45v-35,0,-60,7,-78,19v-18,12,-27,30,-27,53r0,262xm469,-1092r393,0v98,0,175,18,232,54v57,36,86,86,86,147v0,51,-24,92,-70,124v-46,32,-118,57,-217,75v62,19,109,46,142,78v33,32,56,76,71,133v4,15,8,36,11,63v9,59,28,88,59,88v21,0,38,-11,50,-34v12,-23,17,-56,17,-99r43,0r0,12v0,59,-13,103,-40,133v-27,30,-67,46,-120,46v-31,0,-56,-6,-78,-17v-22,-11,-38,-28,-49,-49v-12,-27,-19,-65,-21,-114v-2,-49,-5,-80,-9,-95v-13,-45,-37,-79,-71,-101v-34,-22,-79,-32,-136,-32r-33,0r0,248v0,36,9,62,27,76v18,14,50,22,98,25r0,40r-385,0r0,-40v48,-2,81,-11,99,-25v18,-14,28,-39,28,-76r0,-516v0,-37,-9,-62,-26,-76v-17,-14,-51,-22,-101,-25r0,-43xm844,-1303v-81,0,-160,16,-236,48v-76,32,-143,78,-202,137v-59,59,-103,126,-134,202v-31,76,-47,155,-47,238v0,85,16,164,47,239v31,75,76,142,136,201v59,59,124,104,198,135v74,31,153,46,236,46v84,0,162,-15,236,-46v74,-31,140,-76,198,-135v59,-60,104,-128,135,-203v31,-75,47,-154,47,-237v0,-83,-16,-164,-48,-242v-32,-78,-75,-145,-132,-200v-57,-58,-124,-103,-200,-135v-76,-32,-155,-48,-234,-48xm844,-1382v92,0,181,18,268,54v87,36,164,87,229,152v65,65,115,141,150,228v35,87,53,178,53,272v0,91,-19,181,-56,268v-37,87,-89,164,-157,232v-66,66,-141,116,-225,150v-84,34,-173,51,-270,51v-91,0,-179,-18,-263,-53v-84,-35,-160,-85,-227,-152v-67,-67,-119,-142,-154,-227v-35,-85,-53,-175,-53,-271v0,-93,18,-182,53,-268v35,-86,86,-163,152,-230v65,-66,141,-116,228,-152v87,-36,177,-54,272,-54",w:1683},"\u00a9":{d:"1120,-1096r35,0r2,314r-41,0v-23,-91,-57,-160,-104,-206v-47,-46,-105,-69,-176,-69v-82,0,-144,32,-186,95v-42,63,-62,155,-62,278v0,126,22,221,67,285v45,64,111,96,199,96v57,0,109,-14,156,-43v47,-29,89,-72,127,-131r34,24v-39,70,-86,122,-143,157v-57,35,-123,52,-199,52v-111,0,-206,-41,-285,-123v-79,-82,-118,-181,-118,-297v0,-124,39,-228,116,-312v77,-84,172,-126,285,-126v49,0,99,11,148,34v49,23,77,34,82,34v18,0,32,-4,42,-14v10,-10,17,-26,21,-48xm844,-1303v-82,0,-162,17,-238,49v-76,32,-143,77,-200,136v-59,59,-103,126,-134,202v-31,76,-47,155,-47,238v0,83,16,162,47,238v31,76,77,143,136,202v59,59,124,104,198,135v74,31,153,46,236,46v84,0,162,-15,236,-46v74,-31,140,-76,198,-135v59,-60,104,-128,135,-203v31,-75,47,-154,47,-237v0,-83,-16,-162,-48,-240v-32,-78,-75,-145,-132,-202v-57,-58,-124,-103,-200,-135v-76,-32,-155,-48,-234,-48xm844,-1382v91,0,180,18,266,54v86,36,162,85,227,150v65,65,117,140,153,228v36,88,54,179,54,272v0,93,-18,183,-53,268v-35,85,-87,162,-154,230v-65,67,-140,117,-225,152v-85,35,-175,53,-270,53v-95,0,-185,-18,-269,-53v-84,-35,-160,-85,-227,-152v-67,-67,-119,-142,-154,-227v-35,-85,-53,-175,-53,-271v0,-93,18,-182,53,-268v35,-86,86,-163,152,-230v65,-66,141,-116,228,-152v87,-36,177,-54,272,-54",w:1683},"\u2122":{d:"788,-1438r183,0r141,400r148,-400r174,0r0,25r-30,2v-15,1,-26,6,-34,15v-8,9,-12,22,-12,38r0,373v0,16,4,28,12,37v8,9,19,15,34,16r30,2r0,27r-236,0r0,-27r31,-2v14,-1,25,-7,33,-16v8,-9,12,-22,12,-37r0,-395r-178,479r-15,0r-174,-479r0,395v0,15,5,28,13,37v8,9,19,15,34,16r31,2r0,27r-197,0r0,-27r34,-2v14,-1,24,-7,32,-16v8,-9,12,-22,12,-37r0,-371v0,-15,-4,-28,-12,-37v-8,-9,-20,-15,-35,-16r-31,-2r0,-27xm256,-1438r440,0r11,178r-25,0v-5,-53,-18,-91,-40,-115v-22,-24,-54,-36,-97,-36r-21,0r0,426v0,15,4,28,12,37v8,9,19,15,33,16r31,2r0,27r-248,0r0,-27r31,-2v14,-1,25,-6,33,-16v8,-10,12,-22,12,-37r0,-426r-20,0v-43,0,-75,12,-97,36v-22,24,-36,62,-41,115r-26,0",w:1683},"\u00b4":{d:"489,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1024},"\u00a8":{d:"690,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm315,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:1024},"\u00c6":{d:"858,-614r148,-695r-15,0r-553,695r420,0xm135,-244v-23,27,-38,51,-47,70v-9,19,-14,37,-14,55v0,23,11,40,32,53v21,13,51,19,89,19r16,0r-2,47r-461,0r0,-47v58,0,110,-14,156,-41v46,-27,98,-77,157,-152r754,-931v16,-21,27,-39,35,-54v8,-15,12,-29,12,-41v0,-18,-11,-32,-34,-42v-23,-10,-56,-15,-99,-15r0,-43r1182,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-368,0r-123,580r379,0v83,0,140,-11,173,-32v33,-21,62,-59,89,-113r43,4r-78,381r-45,0r0,-27v0,-59,-14,-100,-43,-122v-29,-22,-91,-32,-186,-32r-344,0r-82,391r-2,8v-9,45,-13,76,-13,91v0,39,12,68,38,86v26,18,67,26,124,26r215,0v91,0,171,-20,240,-60v69,-40,134,-102,194,-187r41,6r-96,309r-1155,0r0,-47v71,-3,123,-15,154,-39v31,-24,54,-66,67,-127r72,-338r-459,0",w:1927,k:{"-":-38}},"\u00d8":{d:"1296,-1147r-876,989v43,43,91,74,142,94v51,20,109,31,173,31v95,0,185,-23,271,-71v86,-48,160,-114,219,-199v52,-75,91,-155,117,-242v26,-87,40,-179,40,-276v0,-69,-6,-129,-20,-182v-14,-53,-36,-101,-66,-144xm362,-227r879,-987v-43,-43,-91,-74,-143,-94v-52,-20,-110,-31,-174,-31v-95,0,-186,24,-272,71v-86,47,-158,113,-216,197v-51,75,-92,157,-120,247v-28,90,-42,181,-42,271v0,59,7,115,22,169v15,54,37,106,66,157xm1368,-1227v69,61,121,129,156,206v35,77,53,161,53,253v0,94,-18,186,-53,275v-35,89,-87,172,-154,249v-78,87,-171,155,-278,202v-107,47,-221,71,-342,71v-73,0,-142,-9,-207,-28v-65,-19,-128,-47,-189,-85r-137,152r-63,-58r133,-151v-69,-66,-120,-138,-154,-215v-34,-77,-51,-160,-51,-250v0,-93,18,-183,53,-272v35,-89,87,-172,154,-248v79,-90,172,-158,278,-203v106,-45,224,-68,355,-68v71,0,137,9,200,27v63,18,124,47,181,84r133,-152r65,56",w:1659,k:{Y:36,X:73,".":73,"-":-38,",":73}},"\u00b1":{d:"254,-158r1198,0r0,117r-1198,0r0,-117xm795,-1180r118,0r0,344r539,0r0,117r-539,0r0,344r-118,0r0,-344r-541,0r0,-117r541,0r0,-344",w:1706},"\u00a5":{d:"586,-224v-4,17,-7,32,-8,43v-1,11,-2,21,-3,29v0,35,15,62,45,79v30,17,75,26,134,26r0,47r-543,0r0,-47v72,-3,123,-17,153,-39v30,-22,51,-64,64,-127r72,-338r-455,0r12,-63r420,0r-84,-211r-293,0r11,-62r258,0r-93,-227v-28,-70,-55,-119,-82,-148v-27,-29,-61,-49,-104,-61r0,-43r426,0r0,43v-39,3,-69,12,-88,25v-19,13,-29,31,-29,55v0,16,6,39,18,68v4,9,7,17,9,22r211,528r405,-495v27,-33,44,-58,53,-74v9,-16,13,-31,13,-45v0,-21,-12,-38,-34,-53v-22,-15,-54,-25,-95,-31r0,-43r360,0r0,43v-23,7,-47,22,-75,47v-28,25,-62,62,-103,111r-229,278r250,0r-11,62r-290,0r-176,211r421,0r-10,63r-461,0",w:1214},"\u00b5":{d:"164,-193v-18,91,-35,204,-52,339v-23,181,-60,272,-112,272v-25,0,-44,-8,-58,-24v-14,-16,-22,-37,-22,-64v0,-27,21,-118,64,-274v43,-156,79,-298,106,-427r109,-514r147,0r-104,492v-4,20,-8,40,-10,59v-2,19,-3,36,-3,53v0,55,14,98,42,129v28,31,67,46,118,46v65,0,119,-22,163,-68v44,-46,76,-113,95,-201r111,-510r149,0r-114,531v-9,39,-14,69,-17,88v-3,19,-4,35,-4,49v0,32,9,58,26,78v17,20,39,30,66,30v23,0,46,-6,66,-18v20,-12,37,-29,51,-51v14,-22,28,-54,41,-94v13,-40,26,-60,39,-60v8,0,14,3,19,10v5,7,7,16,7,27v0,17,-4,39,-11,67v-7,28,-17,55,-29,83v-25,55,-57,96,-95,123v-38,27,-83,40,-135,40v-45,0,-82,-17,-109,-51v-27,-34,-40,-80,-40,-139r0,-23v-31,73,-69,128,-116,164v-47,36,-102,54,-165,54v-64,0,-115,-19,-153,-55v-38,-36,-61,-90,-70,-161",w:1120},"\u00aa":{d:"551,-1366r-98,442r-8,42v-3,18,-5,29,-5,34v0,6,2,11,6,16v4,5,8,7,13,7v6,0,16,-5,29,-15v13,-10,30,-26,51,-47r18,17v-44,50,-79,86,-107,108v-28,22,-51,33,-69,33v-13,0,-25,-8,-33,-23v-8,-15,-12,-35,-12,-59v0,-13,4,-39,11,-77v3,-17,6,-30,7,-39r-39,37v-114,107,-188,161,-221,161v-29,0,-53,-14,-72,-43v-19,-29,-28,-66,-28,-113v0,-58,12,-112,35,-163v23,-51,58,-99,104,-144v59,-56,122,-98,191,-126v69,-28,144,-45,227,-48xm369,-987r67,-303v-103,8,-186,45,-246,111v-60,66,-90,152,-90,257v0,39,4,68,13,86v9,18,22,27,41,27v20,0,91,-59,212,-176",w:643},"\u00ba":{d:"367,-1366v50,0,90,23,121,68v31,45,47,106,47,182v0,37,-9,76,-25,115v-16,39,-39,77,-70,112v-41,48,-87,88,-140,120v-53,32,-96,48,-130,48v-49,0,-89,-23,-120,-69v-31,-46,-46,-106,-46,-181v0,-38,8,-77,24,-117v16,-40,39,-77,68,-112v41,-47,87,-86,140,-118v53,-32,97,-48,131,-48xm238,-782v46,0,88,-32,126,-96v38,-64,58,-142,58,-232v0,-62,-10,-110,-31,-143v-21,-33,-50,-50,-88,-50v-46,0,-88,32,-127,95v-39,63,-59,138,-59,225v0,65,10,114,31,149v21,35,51,52,90,52",w:612},"\u00e6":{d:"485,-285v-126,135,-210,220,-253,254v-43,34,-79,51,-107,51v-39,0,-71,-20,-96,-61v-25,-41,-37,-95,-37,-162v0,-82,15,-159,46,-233v31,-74,78,-142,140,-205v77,-79,162,-140,254,-181v92,-41,192,-63,303,-67r-22,107v44,-36,87,-62,129,-80v42,-18,85,-27,127,-27v51,0,91,13,122,39v31,26,46,60,46,102v0,67,-41,131,-123,190v-82,59,-204,112,-365,161v-6,30,-10,57,-13,81v-3,24,-5,45,-5,62v0,61,15,109,43,145v28,36,65,54,112,54v42,0,120,-35,233,-105r13,-8r19,35v-83,58,-150,99,-203,125v-53,26,-96,39,-131,39v-67,0,-123,-27,-167,-81v-44,-54,-65,-122,-65,-206r0,-29xm492,-348r108,-438v-144,10,-258,63,-342,158v-84,95,-125,220,-125,374v0,54,5,94,17,120v12,26,30,40,55,40v16,0,41,-14,75,-44v34,-30,105,-100,212,-210xm662,-446v115,-32,201,-74,260,-125v59,-51,88,-112,88,-181v0,-27,-7,-48,-22,-64v-15,-16,-35,-24,-60,-24v-57,0,-107,33,-151,98v-44,65,-82,163,-115,296",w:1182},"\u00f8":{d:"-29,20r80,-104v-17,-33,-29,-69,-37,-106v-8,-37,-12,-78,-12,-121v0,-61,11,-119,32,-174v21,-55,53,-111,97,-166v54,-67,116,-123,185,-169v69,-46,125,-69,167,-69v23,0,46,5,68,14v22,9,46,24,72,44r67,-84r55,34r-79,107v16,34,28,70,36,106v8,36,11,75,11,117v0,63,-10,123,-31,181v-21,58,-53,114,-94,165v-54,69,-116,126,-187,171v-71,45,-130,67,-178,67v-20,0,-41,-5,-62,-15v-21,-10,-44,-25,-67,-45r-65,84xm561,-639r-381,498v17,29,34,51,54,66v20,15,42,22,67,22v69,0,131,-45,187,-136v56,-91,83,-198,83,-323v0,-20,-1,-41,-3,-62v-2,-21,-4,-43,-7,-65xm154,-219r378,-498v-16,-29,-33,-51,-52,-64v-19,-13,-40,-20,-64,-20v-67,0,-129,47,-186,139v-57,92,-85,199,-85,322v0,17,2,48,6,95v1,12,2,21,3,26",w:815},"\u00bf":{d:"602,-1008v-10,67,-20,125,-31,173v-11,48,-22,89,-34,122v-19,50,-69,102,-150,155r-20,13r-41,27v-112,71,-168,144,-168,217v0,47,16,85,50,115v34,30,77,45,130,45v21,0,51,-5,91,-15v40,-10,70,-14,91,-14v19,0,35,6,49,20v14,14,21,31,21,50v0,33,-19,61,-58,84v-39,23,-89,34,-149,34v-92,0,-167,-32,-223,-94v-56,-62,-84,-144,-84,-246v0,-93,18,-168,52,-224v34,-56,99,-109,194,-161v77,-41,130,-84,161,-127v31,-43,53,-101,68,-174r51,0xm532,-1266v0,-33,12,-62,35,-88v23,-26,50,-39,80,-39v25,0,45,9,61,27v16,18,25,42,25,70v0,35,-11,65,-34,92v-23,27,-49,41,-78,41v-27,0,-49,-9,-65,-28v-16,-19,-24,-44,-24,-75",w:782},"\u00a1":{d:"426,-993r-141,993r-185,0r277,-993r49,0xm356,-1253v0,-33,12,-63,35,-89v23,-26,50,-38,80,-38v25,0,45,9,61,27v16,18,25,41,25,69v0,35,-11,66,-34,92v-23,26,-49,39,-79,39v-27,0,-48,-9,-64,-27v-16,-18,-24,-43,-24,-73",w:639},"\u00ac":{d:"254,-858r1198,0r0,502r-115,0r0,-385r-1083,0r0,-117",w:1706},"\u00ab":{d:"205,-31r-189,-397r332,-395r68,0r-236,395r82,397r-57,0xm504,-31r-191,-397r332,-395r68,0r-234,395r80,397r-55,0",w:743,k:{Y:112,T:73}},"\u00bb":{d:"143,-823r191,395r-332,397r-68,0r234,-397r-80,-395r55,0xm442,-823r189,395r-332,397r-68,0r236,-397r-82,-395r57,0",w:743,k:{Y:149,V:36,T:167}},"\u2026":{d:"344,-111v0,34,-12,64,-34,89v-22,25,-48,38,-79,38v-25,0,-46,-9,-63,-28v-17,-19,-25,-43,-25,-70v0,-35,11,-66,34,-92v23,-26,49,-39,79,-39v27,0,48,9,64,28v16,19,24,43,24,74xm1026,-111v0,34,-12,64,-34,89v-22,25,-48,38,-79,38v-25,0,-46,-9,-63,-28v-17,-19,-25,-43,-25,-70v0,-35,11,-66,34,-92v23,-26,49,-39,79,-39v27,0,48,9,64,28v16,19,24,43,24,74xm1710,-111v0,34,-12,64,-34,89v-22,25,-48,38,-79,38v-25,0,-46,-9,-63,-28v-17,-19,-25,-43,-25,-70v0,-35,11,-66,34,-92v23,-26,49,-39,79,-39v27,0,48,9,64,28v16,19,24,43,24,74",w:2048},"\u00a0":{},"\u00c0":{d:"461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0xm1139,-1476r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:1331},"\u00c3":{d:"1305,-1747v-13,66,-34,115,-63,147v-29,32,-68,48,-117,48v-12,0,-23,-1,-33,-2v-10,-1,-20,-3,-29,-6r-130,-37v-3,-1,-9,-2,-16,-4v-23,-5,-41,-8,-52,-9v-26,0,-47,7,-63,20v-16,13,-27,31,-32,56r-49,0v11,-63,31,-109,59,-140v28,-31,66,-46,113,-46v13,0,25,1,37,3v12,2,26,5,39,9r129,37v9,2,18,4,28,5v10,1,20,1,30,1v27,0,49,-6,65,-19v16,-13,28,-34,35,-63r49,0xm461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0",w:1331},"\u00d5":{d:"1323,-1747v-13,66,-34,115,-63,147v-29,32,-68,48,-117,48v-12,0,-23,-1,-33,-2v-10,-1,-20,-3,-29,-6r-130,-37v-3,-1,-9,-2,-16,-4v-23,-5,-41,-8,-52,-9v-26,0,-47,7,-63,20v-16,13,-27,31,-32,56r-49,0v11,-63,31,-109,59,-140v28,-31,66,-46,113,-46v13,0,25,1,37,3v12,2,26,5,39,9r129,37v9,2,18,4,28,5v10,1,20,1,30,1v27,0,49,-6,65,-19v16,-13,28,-34,35,-63r49,0xm737,29v-98,0,-190,-18,-275,-55v-85,-37,-157,-91,-218,-160v-54,-61,-95,-128,-122,-198v-27,-70,-40,-144,-40,-222v0,-93,17,-184,52,-272v35,-88,87,-171,155,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,93,-18,184,-53,272v-35,88,-87,171,-154,248v-78,89,-172,156,-280,203v-108,47,-226,70,-353,70xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275",w:1659},"\u2013":{d:"-49,-381r26,-96r998,0r-27,96r-997,0",w:1024},"\u2014":{d:"2025,-477r-26,96r-2048,0r26,-96r2048,0",w:2048},"\u201c":{d:"862,-1354v-70,45,-120,87,-148,125v-28,38,-42,80,-42,125v0,24,9,57,28,99v19,42,29,73,29,94v0,29,-9,54,-27,74v-18,20,-40,30,-67,30v-34,0,-61,-14,-81,-43v-20,-29,-30,-69,-30,-119v0,-81,26,-157,77,-227v51,-70,130,-136,237,-199xm516,-1354v-71,45,-120,87,-148,125v-28,38,-42,80,-42,125v0,24,9,57,28,99v19,42,29,73,29,94v0,29,-9,54,-27,74v-18,20,-40,30,-67,30v-34,0,-61,-14,-81,-43v-20,-29,-30,-69,-30,-119v0,-81,26,-157,77,-227v51,-70,130,-136,237,-199",w:848,k:{"\u00c6":339,"\u00c5":452,Y:-75,V:-38,J:36,A:452}},"\u201d":{d:"469,-848v71,-45,120,-86,148,-124v28,-38,42,-80,42,-126v0,-23,-10,-56,-29,-98v-19,-42,-28,-73,-28,-94v0,-30,9,-55,27,-75v18,-20,40,-30,67,-30v34,0,61,14,81,43v20,29,30,69,30,119v0,81,-26,157,-77,227v-51,70,-130,136,-236,199xm123,-848v71,-45,120,-86,148,-124v28,-38,42,-80,42,-126v0,-23,-10,-56,-29,-98v-19,-42,-28,-73,-28,-94v0,-30,9,-55,27,-75v18,-20,40,-30,67,-30v34,0,61,14,81,43v20,29,30,69,30,119v0,81,-25,157,-77,227v-52,70,-132,136,-239,199",w:848},"\u2018":{d:"541,-1354v-71,45,-121,87,-149,125v-28,38,-42,80,-42,125v0,24,10,57,29,99v19,42,29,73,29,94v0,29,-10,54,-28,74v-18,20,-40,30,-67,30v-33,0,-60,-14,-80,-43v-20,-29,-30,-69,-30,-119v0,-81,25,-156,77,-226v52,-70,131,-137,238,-200",w:502,k:{"\u00c6":339,"\u00c5":452,Y:-75,V:-38,J:36,A:452}},"\u2019":{d:"123,-848v71,-45,120,-86,148,-124v28,-38,42,-80,42,-126v0,-23,-10,-56,-29,-98v-19,-42,-28,-73,-28,-94v0,-30,9,-55,27,-75v18,-20,40,-30,67,-30v34,0,61,14,81,43v20,29,30,69,30,119v0,81,-25,157,-77,227v-52,70,-132,136,-239,199",w:502},"\u00f7":{d:"854,-365v31,0,58,11,81,34v23,23,34,50,34,81v0,31,-11,58,-33,81v-22,23,-50,34,-82,34v-32,0,-60,-11,-82,-33v-22,-22,-33,-50,-33,-82v0,-32,11,-60,34,-82v23,-22,50,-33,81,-33xm254,-670r1198,0r0,117r-1198,0r0,-117xm854,-1085v32,0,60,11,82,33v22,22,33,50,33,81v0,32,-11,59,-33,81v-22,22,-50,34,-82,34v-33,0,-60,-12,-82,-34v-22,-22,-33,-49,-33,-81v0,-31,11,-59,34,-81v23,-22,50,-33,81,-33",w:1706},"\u00ff":{d:"-102,492r6,-41r22,0v50,0,90,-11,118,-33v28,-22,54,-62,77,-121r86,-209r9,-21v32,-72,48,-143,48,-212v0,-76,-6,-159,-19,-249v-13,-90,-31,-177,-55,-263v-11,-40,-22,-70,-34,-91v-12,-21,-24,-32,-35,-32v-13,0,-31,10,-53,31v-22,21,-47,52,-78,94r-35,-19v55,-73,103,-128,144,-162v41,-34,77,-51,108,-51v46,0,83,59,112,178v29,119,53,317,72,596v80,-135,144,-260,192,-375v48,-115,72,-195,72,-241v0,-9,-4,-21,-13,-38v-9,-17,-13,-30,-13,-40v0,-24,8,-43,23,-58v15,-15,34,-22,59,-22v27,0,50,8,67,25v17,17,25,39,25,67v0,33,-9,73,-29,120v-20,47,-58,119,-115,214v-27,45,-63,102,-109,171r-87,134v-14,22,-28,48,-43,80v-15,32,-36,81,-62,148r-86,219v-2,6,-6,15,-11,28v-15,38,-23,64,-23,78v0,18,7,31,22,41v15,10,36,15,64,15v8,0,14,-1,18,-1v4,0,8,0,12,-1r-6,41r-450,0xm594,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm219,-1151v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:831},"\u00a4":{d:"623,-1200v-87,0,-161,31,-222,92v-61,61,-92,135,-92,221v0,87,30,161,91,223v61,62,136,93,223,93v86,0,160,-31,221,-93v61,-62,92,-136,92,-223v0,-86,-31,-160,-92,-221v-61,-61,-134,-92,-221,-92xm158,-1419r207,207v40,-31,81,-53,123,-68v42,-15,86,-23,133,-23v47,0,92,8,135,23v43,15,85,37,125,68r204,-207r72,73r-205,205v29,38,50,78,64,121v14,43,22,88,22,135v0,47,-8,92,-22,135v-14,43,-35,84,-64,121r205,205r-72,74r-204,-207v-38,29,-78,51,-121,66v-43,15,-90,22,-139,22v-49,0,-95,-7,-137,-21v-42,-14,-81,-37,-119,-67r-207,207r-72,-74r207,-205v-29,-39,-51,-79,-66,-122v-15,-43,-22,-87,-22,-134v0,-46,7,-90,22,-133v15,-43,37,-84,66,-123r-207,-205",w:1241},"\u00b7":{d:"143,-678v0,-30,10,-55,31,-76v21,-21,47,-32,76,-32v29,0,55,11,76,32v21,21,32,47,32,76v0,30,-11,56,-32,77v-21,21,-47,32,-76,32v-29,0,-54,-11,-75,-32v-21,-21,-32,-47,-32,-77",w:508},"\u00c2":{d:"1256,-1476r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0",w:1331},"\u00ca":{d:"1104,-1476r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm-57,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r1112,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-369,0r-122,580r378,0v83,0,141,-11,174,-32v33,-21,62,-59,89,-113r43,4r-78,381r-45,0r0,-27v0,-59,-15,-100,-44,-122v-29,-22,-91,-32,-186,-32r-344,0r-82,392r-1,6v-9,46,-13,77,-13,92v0,39,13,68,38,86v25,18,67,26,124,26r215,0v90,0,169,-20,239,-60v70,-40,135,-102,195,-187r41,6r-96,309r-1157,0",w:1319},"\u00c1":{d:"461,-684r428,0r-19,-561xm-205,0r2,-43v50,-5,95,-21,133,-47v38,-26,89,-83,152,-170r829,-1135r125,0r41,1159v3,71,17,120,42,146v25,26,74,42,145,47r0,43r-580,0r1,-43v85,-1,142,-14,173,-39v31,-25,47,-72,47,-139r0,-17r-12,-354r-498,0r-270,369v-12,17,-21,34,-27,49v-6,15,-8,30,-8,45v0,24,11,41,32,53v21,12,73,23,154,33r0,43r-481,0xm897,-1476r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1331},"\u00cb":{d:"-57,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r1112,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-369,0r-122,580r378,0v83,0,141,-11,174,-32v33,-21,62,-59,89,-113r43,4r-78,381r-45,0r0,-27v0,-59,-15,-100,-44,-122v-29,-22,-91,-32,-186,-32r-344,0r-82,392r-1,6v-9,46,-13,77,-13,92v0,39,13,68,38,86v25,18,67,26,124,26r215,0v90,0,169,-20,239,-60v70,-40,135,-102,195,-187r41,6r-96,309r-1157,0xm946,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm571,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:1319},"\u00c8":{d:"-57,0r2,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r196,-929v4,-17,6,-32,8,-44v2,-12,3,-21,3,-28v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r-2,-47r1112,0r-56,303r-43,-6r0,-25v0,-76,-21,-130,-62,-164v-41,-34,-107,-51,-200,-51r-369,0r-122,580r378,0v83,0,141,-11,174,-32v33,-21,62,-59,89,-113r43,4r-78,381r-45,0r0,-27v0,-59,-15,-100,-44,-122v-29,-22,-91,-32,-186,-32r-344,0r-82,392r-1,6v-9,46,-13,77,-13,92v0,39,13,68,38,86v25,18,67,26,124,26r215,0v90,0,169,-20,239,-60v70,-40,135,-102,195,-187r41,6r-96,309r-1157,0xm987,-1476r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:1319},"\u00cd":{d:"348,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r0,47r-567,0r0,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r199,-930v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r0,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127xm438,-1476r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:707},"\u00ce":{d:"797,-1476r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm348,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r0,47r-567,0r0,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r199,-930v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r0,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127",w:707},"\u00cf":{d:"348,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r0,47r-567,0r0,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r199,-930v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r0,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127xm639,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,68,-30v27,0,51,10,71,29v20,19,30,42,30,69v0,29,-10,52,-29,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-69,-29v-19,-20,-29,-44,-29,-71xm264,-1626v0,-25,10,-48,30,-68v20,-20,43,-30,69,-30v27,0,50,10,70,29v20,19,30,42,30,69v0,29,-9,52,-28,71v-19,19,-43,29,-72,29v-27,0,-50,-9,-70,-29v-20,-20,-29,-44,-29,-71",w:707},"\u00cc":{d:"348,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,30,16,53,46,69v30,16,73,25,130,25r0,47r-567,0r0,-47v70,-2,121,-15,153,-39v32,-24,55,-66,68,-127r199,-930v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r0,-47r567,0r-1,47v-71,3,-121,17,-151,39v-30,22,-52,64,-65,127xm680,-1476r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:707},"\u00d3":{d:"737,29v-98,0,-190,-18,-275,-55v-85,-37,-157,-91,-218,-160v-54,-61,-95,-128,-122,-198v-27,-70,-40,-144,-40,-222v0,-93,17,-184,52,-272v35,-88,87,-171,155,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,93,-18,184,-53,272v-35,88,-87,171,-154,248v-78,89,-172,156,-280,203v-108,47,-226,70,-353,70xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275xm915,-1476r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1659},"\u00d4":{d:"1274,-1476r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm737,29v-98,0,-190,-18,-275,-55v-85,-37,-157,-91,-218,-160v-54,-61,-95,-128,-122,-198v-27,-70,-40,-144,-40,-222v0,-93,17,-184,52,-272v35,-88,87,-171,155,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,93,-18,184,-53,272v-35,88,-87,171,-154,248v-78,89,-172,156,-280,203v-108,47,-226,70,-353,70xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275",w:1659},"\u00d2":{d:"737,29v-98,0,-190,-18,-275,-55v-85,-37,-157,-91,-218,-160v-54,-61,-95,-128,-122,-198v-27,-70,-40,-144,-40,-222v0,-93,17,-184,52,-272v35,-88,87,-171,155,-248v79,-89,171,-156,278,-202v107,-46,225,-69,355,-69v101,0,192,17,276,53v84,36,156,89,217,158v54,61,94,128,121,198v27,70,41,145,41,224v0,93,-18,184,-53,272v-35,88,-87,171,-154,248v-78,89,-172,156,-280,203v-108,47,-226,70,-353,70xm276,-547v0,155,42,279,126,373v84,94,196,141,333,141v95,0,186,-24,273,-72v87,-48,160,-115,219,-200v49,-71,87,-154,114,-247v27,-93,41,-187,41,-282v0,-151,-42,-273,-126,-366v-84,-93,-195,-139,-332,-139v-95,0,-186,24,-272,71v-86,47,-159,114,-218,199v-49,71,-88,154,-116,247v-28,93,-42,185,-42,275xm1157,-1476r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:1659},"\u00da":{d:"182,-1323r6,-43r551,0r-4,43v-70,11,-121,31,-151,58v-30,27,-53,80,-68,157r-110,551v-10,49,-17,89,-22,121v-5,32,-7,57,-7,76v0,101,37,180,110,239v73,59,173,88,299,88v73,0,142,-12,205,-35v63,-23,117,-55,162,-98v40,-37,72,-82,96,-136v24,-54,47,-137,68,-249r94,-512v5,-24,9,-46,11,-65v2,-19,3,-35,3,-48v0,-41,-15,-74,-43,-96v-28,-22,-77,-39,-147,-51r4,-43r442,0r-2,43v-111,42,-181,146,-212,313r-1,4r-86,467v-22,124,-49,217,-82,281v-33,64,-78,119,-137,166v-51,41,-113,73,-185,94v-72,21,-154,31,-245,31v-162,0,-291,-37,-385,-112v-94,-75,-141,-175,-141,-302v0,-31,2,-65,7,-103v5,-38,16,-93,32,-165r90,-426v5,-27,9,-50,12,-71v3,-21,4,-37,4,-48v0,-40,-11,-69,-32,-86v-21,-17,-66,-32,-136,-43xm913,-1476r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1655},"\u00db":{d:"1272,-1476r-55,0r-177,-207r-274,207r-70,0r310,-349r106,0xm182,-1323r6,-43r551,0r-4,43v-70,11,-121,31,-151,58v-30,27,-53,80,-68,157r-110,551v-10,49,-17,89,-22,121v-5,32,-7,57,-7,76v0,101,37,180,110,239v73,59,173,88,299,88v73,0,142,-12,205,-35v63,-23,117,-55,162,-98v40,-37,72,-82,96,-136v24,-54,47,-137,68,-249r94,-512v5,-24,9,-46,11,-65v2,-19,3,-35,3,-48v0,-41,-15,-74,-43,-96v-28,-22,-77,-39,-147,-51r4,-43r442,0r-2,43v-111,42,-181,146,-212,313r-1,4r-86,467v-22,124,-49,217,-82,281v-33,64,-78,119,-137,166v-51,41,-113,73,-185,94v-72,21,-154,31,-245,31v-162,0,-291,-37,-385,-112v-94,-75,-141,-175,-141,-302v0,-31,2,-65,7,-103v5,-38,16,-93,32,-165r90,-426v5,-27,9,-50,12,-71v3,-21,4,-37,4,-48v0,-40,-11,-69,-32,-86v-21,-17,-66,-32,-136,-43",w:1655},"\u00d9":{d:"182,-1323r6,-43r551,0r-4,43v-70,11,-121,31,-151,58v-30,27,-53,80,-68,157r-110,551v-10,49,-17,89,-22,121v-5,32,-7,57,-7,76v0,101,37,180,110,239v73,59,173,88,299,88v73,0,142,-12,205,-35v63,-23,117,-55,162,-98v40,-37,72,-82,96,-136v24,-54,47,-137,68,-249r94,-512v5,-24,9,-46,11,-65v2,-19,3,-35,3,-48v0,-41,-15,-74,-43,-96v-28,-22,-77,-39,-147,-51r4,-43r442,0r-2,43v-111,42,-181,146,-212,313r-1,4r-86,467v-22,124,-49,217,-82,281v-33,64,-78,119,-137,166v-51,41,-113,73,-185,94v-72,21,-154,31,-245,31v-162,0,-291,-37,-385,-112v-94,-75,-141,-175,-141,-302v0,-31,2,-65,7,-103v5,-38,16,-93,32,-165r90,-426v5,-27,9,-50,12,-71v3,-21,4,-37,4,-48v0,-40,-11,-69,-32,-86v-21,-17,-66,-32,-136,-43xm1155,-1476r-65,0r-244,-205v-23,-19,-38,-34,-46,-46v-8,-12,-11,-26,-11,-40v0,-19,6,-35,19,-48v13,-13,29,-20,48,-20v14,0,29,6,44,16v15,10,29,24,42,41",w:1655},"\u00af":{d:"332,-1087r26,-125r516,0r-26,125r-516,0",w:1024},"\u00b8":{d:"139,373r35,-80v43,24,83,42,122,55v39,13,72,19,101,19v42,0,73,-7,93,-23v20,-16,30,-40,30,-72v0,-27,-10,-48,-30,-64v-20,-16,-46,-24,-80,-24v-13,0,-28,1,-44,3v-16,2,-32,4,-48,7r61,-194r63,0r-34,112v11,-1,22,-3,32,-4v10,-1,20,-1,29,-2v57,0,101,15,133,45v32,30,49,70,49,121v0,55,-19,97,-59,128v-40,31,-95,46,-164,46v-36,0,-77,-6,-124,-18v-47,-12,-102,-30,-165,-55",w:1024},"\u00a6":{d:"449,-408r126,0r0,758r-126,0r0,-758xm449,-1432r126,0r0,758r-126,0r0,-758",w:1024},"\u00d0":{d:"-43,0r0,-47v71,-3,123,-15,155,-39v32,-24,53,-66,66,-127r96,-449r-264,0r13,-71r266,0r88,-410v3,-13,5,-25,6,-37v1,-12,2,-23,2,-34v0,-35,-15,-62,-45,-79v-30,-17,-74,-26,-133,-26r0,-47r465,0v162,0,292,11,390,33v98,22,182,58,253,108v77,55,137,124,179,206v42,82,62,172,62,269v0,83,-16,166,-49,248v-33,82,-80,160,-141,232v-80,93,-178,160,-295,204v-117,44,-260,66,-430,66r-684,0xm367,-262v-4,16,-7,31,-9,45v-2,14,-4,26,-4,37v0,46,18,78,54,97v36,19,101,28,196,28v119,0,222,-15,307,-45v85,-30,163,-79,232,-146v68,-65,120,-142,157,-234v37,-92,56,-189,56,-292v0,-172,-58,-304,-175,-396v-117,-92,-285,-137,-505,-137r-86,0r-121,572r397,0r-14,71r-397,0",w:1638,k:{"\u00c5":36,Y:55,A:36,"-":-38}},"\u00f0":{d:"381,-799v-57,0,-111,45,-160,136v-49,91,-74,198,-74,321v0,91,13,162,39,212v26,50,62,75,109,75v60,0,114,-46,163,-137v49,-91,74,-200,74,-328v0,-90,-13,-159,-39,-207v-26,-48,-63,-72,-112,-72xm557,-852v-12,-52,-27,-101,-45,-146v-18,-45,-38,-88,-61,-128r-238,151r-31,-49r238,-154v-26,-42,-52,-80,-78,-114v-26,-34,-53,-66,-82,-94r41,-21v50,43,50,43,98,89v32,30,64,62,95,95r237,-153r31,49r-227,149v52,73,91,152,117,237v26,85,38,178,38,279v0,73,-8,142,-22,207v-14,65,-35,122,-62,172v-21,39,-47,77,-77,112v-30,35,-64,68,-101,97v-43,35,-83,62,-120,80v-37,18,-68,27,-93,27v-63,0,-114,-32,-153,-97v-39,-65,-58,-151,-58,-260v0,-55,10,-110,30,-166v20,-56,50,-110,89,-161v50,-67,108,-123,175,-169v67,-46,120,-69,159,-69v13,0,28,3,45,9v17,6,35,16,55,28",w:778},"\u00dd":{d:"596,-223v-3,13,-5,25,-6,37v-1,12,-2,23,-2,34v0,35,15,62,44,79v29,17,73,26,132,26r2,47r-567,0r0,-47v71,-3,121,-17,151,-39v30,-22,52,-64,66,-127r73,-344r-248,-558v-1,-3,-4,-9,-7,-16v-47,-106,-107,-170,-179,-192r0,-43r449,0r0,42v-40,4,-69,13,-88,26v-19,13,-29,31,-29,55v0,17,8,44,23,81v1,3,3,6,4,9r233,528r432,-495v23,-26,39,-48,49,-67v10,-19,15,-36,15,-52v0,-21,-11,-38,-33,-53v-22,-15,-55,-25,-96,-31r0,-43r360,0r0,43v-56,31,-115,82,-176,155r-2,3r-528,614xm704,-1476r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:1237},"\u00fd":{d:"-102,492r6,-41r22,0v50,0,90,-11,118,-33v28,-22,54,-62,77,-121r86,-209r9,-21v32,-72,48,-143,48,-212v0,-76,-6,-159,-19,-249v-13,-90,-31,-177,-55,-263v-11,-40,-22,-70,-34,-91v-12,-21,-24,-32,-35,-32v-13,0,-31,10,-53,31v-22,21,-47,52,-78,94r-35,-19v55,-73,103,-128,144,-162v41,-34,77,-51,108,-51v46,0,83,59,112,178v29,119,53,317,72,596v80,-135,144,-260,192,-375v48,-115,72,-195,72,-241v0,-9,-4,-21,-13,-38v-9,-17,-13,-30,-13,-40v0,-24,8,-43,23,-58v15,-15,34,-22,59,-22v27,0,50,8,67,25v17,17,25,39,25,67v0,33,-9,73,-29,120v-20,47,-58,119,-115,214v-27,45,-63,102,-109,171r-87,134v-14,22,-28,48,-43,80v-15,32,-36,81,-62,148r-86,219v-2,6,-6,15,-11,28v-15,38,-23,64,-23,78v0,18,7,31,22,41v15,10,36,15,64,15v8,0,14,-1,18,-1v4,0,8,0,12,-1r-6,41r-450,0xm393,-1001r-71,0r299,-316v12,-13,25,-23,39,-31v14,-8,28,-12,41,-12v18,0,34,7,48,21v14,14,21,30,21,49v0,14,-5,28,-16,41v-11,13,-28,28,-53,45",w:831},"\u00de":{d:"346,-223v-4,21,-7,38,-9,51v-2,13,-3,24,-3,31v0,29,15,52,46,69v31,17,75,25,132,25r0,47r-569,0r0,-47v71,-2,123,-15,155,-39v32,-24,55,-67,68,-127r196,-929v4,-17,8,-33,10,-48v2,-15,3,-26,3,-33v0,-31,-16,-54,-47,-71v-31,-17,-74,-25,-131,-25r0,-47r569,0r0,47v-70,2,-121,15,-154,39v-33,24,-55,67,-67,127r-8,41v9,-1,18,-2,29,-2r44,0v183,0,321,33,414,98v93,65,139,161,139,289v0,63,-15,122,-45,179v-30,57,-74,108,-131,153v-51,40,-109,69,-171,89v-62,20,-132,30,-210,30v-24,0,-48,0,-70,-2v-22,-2,-44,-4,-65,-7r6,-46r39,3v0,0,26,2,39,2v123,0,223,-41,301,-122v78,-81,117,-185,117,-314v0,-97,-29,-169,-87,-216v-58,-47,-148,-71,-270,-71v-10,0,-22,0,-35,1v-13,1,-34,2,-61,4",w:1247},"\u00fe":{d:"301,-1225r1,-4v6,-29,9,-46,9,-53v0,-6,-1,-10,-3,-12v-2,-2,-5,-2,-11,-2v-11,0,-26,10,-45,30v-19,20,-40,49,-62,84r-30,-18v60,-85,114,-151,162,-197v48,-46,88,-69,118,-69v13,0,24,4,30,12v6,8,9,20,9,37v0,8,-1,19,-3,32v-2,13,-4,28,-7,44r-156,780v94,-112,170,-193,229,-244v59,-51,107,-76,144,-76v42,0,78,30,108,89v30,59,46,133,46,221v0,61,-11,123,-33,184v-22,61,-54,121,-96,180v-53,73,-113,130,-179,170v-66,40,-133,60,-200,60v-21,-1,-42,-3,-64,-7v-22,-4,-45,-9,-69,-16r-56,289v-3,19,-7,36,-9,51v-2,15,-3,27,-3,35v0,23,14,41,41,55v27,14,64,21,111,21r8,0r0,43r-504,0r0,-39v73,-9,124,-23,152,-45v28,-22,48,-61,59,-117xm217,-86v25,19,49,32,71,40v22,8,45,13,68,13v87,0,163,-53,228,-159v65,-106,98,-232,98,-381v0,-58,-8,-105,-24,-141v-16,-36,-37,-54,-62,-54v-21,0,-52,19,-93,58v-41,39,-111,116,-208,231",w:944},"\u00d7":{d:"381,-1169r477,477r475,-477r82,82r-475,477r475,475r-82,82r-475,-475r-477,475r-80,-82r475,-475r-475,-477",w:1706},"\u00b9":{d:"113,-543r6,-24r61,0v23,0,40,-5,51,-15v11,-10,20,-35,29,-73r133,-598v-33,27,-70,51,-112,73v-42,22,-88,43,-138,60r9,-37v63,-27,120,-58,172,-94v52,-36,102,-78,147,-127r51,0r-164,733v-3,17,-2,17,-4,26v-1,6,-2,10,-2,13v0,15,6,24,18,30v12,6,34,9,68,9r23,0r-6,24r-342,0",w:668},"\u00b2":{d:"-23,-543r0,-26r185,-166v128,-115,218,-207,270,-276v52,-69,78,-128,78,-179v0,-38,-14,-69,-41,-94v-27,-25,-62,-37,-104,-37v-50,0,-94,15,-132,45v-38,30,-66,70,-83,123r-37,0v17,-70,51,-125,101,-165v50,-40,110,-60,179,-60v69,0,125,16,168,50v43,34,64,78,64,132v0,45,-17,90,-51,136v-34,46,-104,113,-209,198r-275,225r342,0v21,0,37,-6,47,-17v10,-11,18,-32,23,-63r30,0r-32,174r-523,0",w:668},"\u00b3":{d:"184,-963r9,-43v97,-45,167,-85,211,-122v44,-37,67,-74,67,-111v0,-26,-9,-48,-27,-65v-18,-17,-41,-25,-69,-25v-27,0,-53,7,-80,22v-27,15,-55,38,-86,70r-25,-18v35,-42,71,-73,110,-94v39,-21,79,-31,122,-31v49,0,89,12,120,36v31,24,46,55,46,93v0,37,-17,70,-50,100v-33,30,-83,58,-151,84v51,2,91,17,121,45v30,28,45,67,45,115v0,44,-12,87,-36,131v-24,44,-58,85,-103,123v-49,41,-102,72,-158,93v-56,21,-113,32,-172,32v-31,0,-55,-6,-72,-16v-17,-10,-26,-24,-26,-42v0,-12,4,-22,14,-30v10,-8,22,-13,37,-13v11,0,33,7,66,23v33,16,62,24,85,24v19,0,39,-3,58,-10v19,-7,38,-17,55,-31v43,-33,77,-73,101,-119v24,-46,36,-92,36,-139v0,-37,-11,-66,-33,-87v-22,-21,-53,-31,-92,-31v-17,0,-35,3,-55,9v-20,6,-43,14,-68,27",w:668},"\u00bc":{d:"1260,16r57,-249r-322,0r0,-50r510,-497r35,0r-108,477r129,0r-17,70r-129,0r-57,249r-98,0xm1073,-303r260,0r6,-19v11,-47,24,-98,39,-152v15,-54,33,-114,54,-179xm1221,-1419r98,0r-926,1476r-98,0xm106,-598r5,-23r59,0v23,0,40,-5,50,-15v10,-10,19,-31,26,-66r127,-560v-34,27,-71,50,-111,71v-40,21,-82,39,-127,54r8,-34v60,-25,115,-54,165,-88v50,-34,96,-74,138,-119r52,0r-156,683v-1,5,-2,12,-4,21v-2,9,-4,15,-4,17v0,13,6,23,17,28v11,5,34,8,67,8r20,0r-6,23r-326,0",w:1618},"\u00bd":{d:"958,0r0,-25r177,-153v121,-107,206,-193,256,-258v50,-65,75,-121,75,-168v0,-36,-14,-65,-40,-88v-26,-23,-60,-35,-101,-35v-47,0,-88,13,-124,41v-36,28,-63,67,-81,117r-33,0v17,-66,49,-118,96,-155v47,-37,104,-56,171,-56v67,0,120,16,160,47v40,31,61,73,61,125v0,41,-17,82,-49,124v-32,42,-98,104,-199,185r-262,211r326,0v20,0,35,-6,45,-16v10,-10,17,-29,22,-58r29,0r-33,162r-496,0xm1221,-1419r98,0r-926,1476r-98,0xm106,-598r5,-23r59,0v23,0,40,-5,50,-15v10,-10,19,-31,26,-66r127,-560v-34,27,-71,50,-111,71v-40,21,-82,39,-127,54r8,-34v60,-25,115,-54,165,-88v50,-34,96,-74,138,-119r52,0r-156,683v-1,5,-2,12,-4,21v-2,9,-4,15,-4,17v0,13,6,23,17,28v11,5,34,8,67,8r20,0r-6,23r-326,0",w:1618},"\u00be":{d:"1260,16r57,-249r-322,0r0,-50r510,-497r35,0r-108,477r129,0r-17,70r-129,0r-57,249r-98,0xm1073,-303r260,0r6,-19v11,-47,24,-98,39,-152v15,-54,33,-114,54,-179xm1221,-1419r98,0r-926,1476r-98,0xm176,-991r8,-39v93,-42,162,-81,204,-116v42,-35,63,-69,63,-103v0,-24,-9,-44,-27,-59v-18,-15,-39,-23,-66,-23v-25,0,-51,7,-76,21v-25,14,-53,35,-83,65r-23,-19v32,-37,67,-66,104,-85v37,-19,76,-29,117,-29v48,0,87,11,116,33v29,22,44,50,44,85v0,34,-16,65,-47,93v-31,28,-79,54,-145,79v49,3,87,17,115,44v28,27,42,62,42,106v0,41,-11,81,-34,122v-23,41,-56,79,-99,116v-48,38,-98,66,-151,86v-53,20,-108,30,-164,30v-29,0,-52,-4,-68,-14v-16,-10,-24,-24,-24,-41v0,-11,5,-21,14,-28v9,-7,20,-11,33,-11v11,0,32,8,64,22v32,14,59,21,81,21v19,0,37,-3,55,-9v18,-6,35,-16,52,-28v41,-32,73,-69,97,-112v24,-43,36,-86,36,-129v0,-35,-11,-61,-32,-81v-21,-20,-50,-30,-87,-30v-18,0,-37,3,-57,8v-20,5,-40,14,-62,25",w:1616},"\u00ad":{d:"23,-362r28,-134r623,0r-27,134r-624,0",w:797}}});window.addEvent("domready",function(){Cufon.replace("h1, .heading-replace")});window.addEvent("domready",function(){var D=$("feature");if(!D){return }var E=D.getElement(".navigation");if(!E){return }E.destroy();var B=new Fx.Scroll(D.getElement(".constraint"),{wait:false,duration:500,transition:Fx.Transitions.Quart.easeInOut});var A=D.getElements(".overflow img");A.each(function(F){F.store("original-id",F.id);F.erase("id")});function C(H){var G,F=B.element.getScroll();if(H=="next"){for(var I=0;I<A.length;I++){if(A[I].getPosition(B.element).y>F.y){G=A[I];break}}if(!G){G=A[0]}}else{for(var I=A.length-1;I>=0;I--){if(A[I].getCoordinates(B.element).bottom<=F.y){G=A[I];break}}if(!G){G=A.getLast()}}B.toElement(G);window.location.hash="#"+G.retrieve("original-id");return false}(new Element("a",{href:"#","class":"previous",title:"Previous"})).addEvent("click",function(){return C("previous")}).inject(D);(new Element("a",{href:"#","class":"next",title:"Next"})).addEvent("click",function(){return C("next")}).inject(D)});window.addEvent("domready",function(){if($("anti_spam_row")){if($("anti_spam_field")){$("anti_spam_field").value="british"}$("anti_spam_row").style.display="none"}});
