/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

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

/* - general.js - */
// http://www.donaufestival.at/portal_javascripts/general.js?original=1
var openPopUp=-1;
function togglePopUp(node,action){if(action=='open'){if(openPopUp==-1){document.getElementById('first-gallery-image').style.display='none';node.parentNode.childNodes[2].style.display='block';openPopUp=node}
else{openPopUp.parentNode.childNodes[2].style.display='none';node.parentNode.childNodes[2].style.display='block';openPopUp=node}}
else{node.parentNode.style.display='none';openPopUp==-1}}
var myrules={'#gallery div.images a': function(el){el.onclick=function(){togglePopUp(this,'open');return false}}};if(window.jQuery){jq(document).ready(function(){jq("a[href*=' '], a[href*='%20']").click(function(){var realemail='';var email=jq(this).attr("href");if((email.indexOf("mailto:")==-1)&&(email.indexOf("SearchableText")==-1)){if(email.indexOf(" ")!=-1){var emailArray=email.split(" ")}
else{var emailArray=email.split("%20")}
for(var i=emailArray.length;i>=0;i=i-1){if(typeof emailArray[i]!='undefined'){if(i==2){realemail=realemail+emailArray[i]+'@'}
else{realemail=realemail+emailArray[i]+'.'}}}
realemail=realemail.substring(0,realemail.length-1);realemail='mailto:'+realemail;jq(this).attr("href",realemail)}});Cufon.set('fontFamily','AOfficeBold');Cufon.replace('h1',{trim:'simple'});Cufon.replace('body.section-startseite h2');Cufon.replace('body.section-startseite-en h2');Cufon.replace('#event h2');Cufon.set('fontFamily','AUltra');Cufon.replace('#nav a',{hover:'true'});Cufon.replace('#shortlinks a',{hover:'true'});Cufon.replace('#siteaction-language-de');Cufon.replace('#siteaction-language-en');Cufon.replace('#doc-tpl h2');Cufon.replace('#event h3');Cufon.replace('body.section-festival #collage h2');Cufon.replace('body.section-festival-en #collage h2');Cufon.replace('div.day h3');Cufon.replace('div.day h3');Cufon.set('fontFamily','AProBold');Cufon.replace('strong.date');jq('#teaserMain').innerfade({speed:1000,timeout:6000,type:'sequence',containerheight:'435px'});jq('#news').innerfade({speed:'slow',timeout:5000,type:'sequence',containerheight:'1.2em'});jq('dl.teaserSmall').hover(function(){jq('.teaserSmallText',this).fadeIn(500)});jq("input#searchGadget").click(function(){this.value=''});jq("input#searchGadget").click(function(){this.value=''});jq('.tlToggle').toggle(function(){jq(this).parent().next().hide();jq(this).text('more');jq(this).removeClass('opened').addClass('closed')},function(){var theId=jq(this).attr("id");jq(this).parent().next().show('blind',500);jq(this).text('close');jq(this).removeClass('closed').addClass('opened')});jq('tr.hover').hover(function(){jq(this).addClass('tlTrHover')},
function(){jq(this).removeClass('tlTrHover')});(function($){var cache=[];$.preLoadImages=function(){var args_len=arguments.length;for(var i=args_len;i--;){var cacheImage=document.createElement('img');cacheImage.src=arguments[i];cache.push(cacheImage)}}})(jQuery)
jQuery.preLoadImages("/portal_css/Donaufestival/facebook_o.png","/portal_css/Donaufestival/twitter_o.png","/portal_css/Donaufestival/myspace_o.png","/portal_css/Donaufestival/lautde_o.png","/portal_css/Donaufestival/lastfm_o.png","/portal_css/Donaufestival/flickr_o.png","/portal_css/Donaufestival/oebb_o.png")})}
function installVideoPopup(id){if(jq("#visual-portal-wrapper").length) return;teaser=jq("#"+id);if(!teaser.length) return;video_url=jq(teaser).find("a.video_url").attr("href");jq(teaser).find("img").wrap("<a href=\""+video_url+"\" />");selectOverlay=".teaser_overlay";overlay=jq(teaser).find(selectOverlay);if(!overlay.length) return;video_url=jq(teaser).find("a").attr("href");video_url=YOUTubeMakeEmbeddURL(video_url)+'/video.flv';jq(overlay).find(".flash_container").flashembed({src:'mediaplayer.swf',wmode:'opaque',version:[9,0],autostart:'true'},{file:video_url});jq(teaser).find("a").overlay({expose:{color:'#000',loadSpeed:150,closeSpeed:200},target:overlay});jq(teaser).find("a").attr({href:"javascript:;;",target:""});jq("body").append(jq(selectOverlay))}
function YOUTubeMakeEmbeddURL(ytURL){if(-1!=ytURL.search(/\.youtube\./ ) ) return ytURL.replace(/watch\?v=/,"v/");return ytURL}


/* - cufon-yui.js - */
// http://www.donaufestival.at/portal_javascripts/cufon-yui.js?original=1
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in}"+(a?"cufon canvas{position:relative}":"cufon canvas{position:absolute}")+"}@media print{cufon{padding:0}cufon canvas{display:none}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/* - AOfficeBold_400.font.js - */
// http://www.donaufestival.at/portal_javascripts/AOfficeBold_400.font.js?original=1
Cufon.registerFont({"w":163,"face":{"font-family":"AOfficeBold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-18.1088 -337 266 80.1587","underline-thickness":"7.2","underline-position":"-45","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":79},"!":{"d":"82,-248v0,58,2,119,-6,169v-4,5,-27,5,-33,0v-8,-51,-6,-111,-6,-169v8,-6,35,-4,45,0xm60,-53v16,0,30,15,30,31v0,16,-14,31,-30,31v-17,0,-31,-15,-31,-31v0,-16,14,-31,31,-31","w":118},"\"":{"d":"96,-175v-27,-8,-13,-59,-20,-87r40,0r-5,70v-1,11,-6,17,-15,17xm57,-192v0,23,-28,21,-30,0r-5,-70r40,0","w":137},"#":{"d":"191,-179v7,5,-2,21,-1,31v-6,7,-25,1,-36,3r-6,38v11,2,31,-5,35,4v-3,10,-1,26,-9,31r-31,0r-11,68v-4,8,-22,2,-32,4v-7,-19,7,-49,8,-72r-24,0r-11,68v-4,8,-22,2,-32,4v-7,-19,7,-49,8,-72v-11,-2,-31,5,-35,-4v3,-10,1,-26,9,-31r32,0r5,-38v-11,-2,-28,4,-34,-3v4,-10,-1,-28,9,-31r31,0r11,-69v5,-5,28,-5,35,0r-11,69r24,0r11,-69v4,-5,28,-5,34,0r-11,69r32,0xm120,-145r-25,0r-6,38r24,0","w":206},"$":{"d":"111,-134v33,14,54,29,54,69v0,34,-23,61,-54,66v-1,8,4,23,-4,25v-9,-1,-24,4,-26,-4r0,-20v-20,-2,-38,-9,-55,-21v-3,-11,11,-19,15,-28v14,-1,28,16,40,16v-1,-26,1,-56,-2,-80v-31,-18,-49,-31,-51,-70v-2,-33,21,-56,53,-59v1,-8,-4,-23,4,-24v8,1,23,-3,26,3r0,20v17,2,33,9,47,19v3,10,-11,18,-14,27v-11,3,-20,-11,-33,-11r0,72xm81,-151r0,-55v-21,8,-19,45,0,55xm111,-35v24,-11,22,-48,0,-60r0,60","w":190},"%":{"d":"192,-145v34,0,48,33,48,75v0,43,-15,76,-48,76v-33,0,-48,-34,-48,-76v0,-43,14,-75,48,-75xm181,-242r-81,245v-4,5,-22,5,-27,0r82,-245v3,-5,22,-6,26,0xm63,-246v33,0,48,34,48,76v0,43,-15,76,-48,76v-33,0,-49,-34,-49,-76v0,-43,15,-76,49,-76xm192,-16v29,-5,29,-102,0,-107v-30,5,-29,101,0,107xm63,-116v28,-7,28,-101,0,-108v-30,6,-29,103,0,108","w":254},"&":{"d":"142,-202v-1,33,-16,46,-39,66v11,20,23,35,35,51v2,-10,2,-22,2,-35v6,-8,25,-1,36,-3v2,0,3,0,3,3v0,28,-4,52,-12,71v10,12,10,12,43,49r-53,0v-5,-6,-9,-12,-13,-17v-43,43,-121,11,-121,-52v0,-27,11,-52,32,-75v-28,-46,-17,-106,35,-109v28,-2,52,23,52,51xm111,-209v1,-9,-7,-19,-15,-19v-22,1,-20,42,-9,61v16,-14,24,-28,24,-42xm74,-111v-21,23,-23,80,15,81v11,0,22,-5,31,-15v-17,-21,-33,-43,-46,-66","w":226},"'":{"d":"57,-192v0,23,-28,21,-30,0r-5,-70r40,0","w":83},"(":{"d":"83,-249v-38,89,-38,207,0,296v-2,9,-19,14,-26,15v-52,-105,-52,-221,0,-326v8,-2,17,9,25,12v1,0,2,1,1,3","w":95},")":{"d":"13,47v39,-90,32,-210,1,-299v8,-3,16,-15,25,-12v51,105,51,221,0,326v-8,2,-23,-7,-26,-15","w":95},"*":{"d":"51,-131v-29,-7,2,-46,13,-53v-20,-6,-59,-7,-42,-36v11,-18,34,7,50,9v1,-15,-14,-60,21,-51v20,0,9,40,9,51v16,-3,38,-24,50,-9v2,9,9,22,-4,26r-38,10v13,16,43,43,13,54v-20,8,-28,-30,-36,-37v15,19,21,31,18,34v-2,3,-16,2,-40,0v-3,4,-10,6,-14,2","w":174},"+":{"d":"141,-144v7,5,6,32,0,35r-43,0v-2,15,5,39,-4,47v-10,-2,-28,4,-31,-4r0,-43v-15,-2,-39,5,-47,-4v2,-10,-4,-28,4,-31r43,0v2,-15,-5,-39,4,-47v10,2,28,-4,31,4r0,43r43,0","w":160},",":{"d":"45,-42v17,-1,21,16,19,36r-29,55r-8,0v5,-32,-14,-89,18,-91","w":91,"k":{"y":14,"w":14,"v":14,"Y":22,"W":18,"V":18,"U":7,"T":18,"'":22,"\"":25}},"-":{"d":"103,-144v6,6,5,30,0,35r-83,0v-7,-3,-6,-30,0,-35r83,0","w":122,"k":{"W":11,"V":14,"A":14}},"\u2010":{"d":"103,-144v6,6,5,30,0,35r-83,0v-7,-3,-6,-30,0,-35r83,0","w":122},".":{"d":"47,-45v13,0,25,13,25,26v0,13,-12,24,-25,24v-13,0,-25,-11,-25,-24v0,-14,12,-26,25,-26","w":93,"k":{"y":18,"w":18,"v":18,"u":11,"Y":22,"W":18,"V":22,"U":7,"T":22,"'":22,"\"":25}},"\/":{"d":"132,-279r-84,306r-41,0r86,-306r39,0","w":136,"k":{"s":11,"q":14,"p":11,"o":14,"n":11,"g":18,"e":18,"d":14,"c":18,"a":18,"C":8,"A":25,"4":14}},"0":{"d":"90,-253v52,0,71,59,71,127v0,68,-18,127,-71,127v-54,0,-72,-59,-72,-127v0,-69,18,-127,72,-127xm90,-32v24,-4,28,-53,28,-94v0,-42,-3,-89,-28,-93v-25,3,-30,52,-30,93v0,42,5,89,30,94","w":178},"1":{"d":"141,-35v6,6,5,30,0,35r-98,0v-5,-5,-5,-28,0,-35r31,0r0,-168v-15,6,-29,19,-44,19v-3,-8,-15,-14,-11,-23r69,-44r27,0r0,216r26,0","w":165,"k":{"4":7}},"2":{"d":"24,-198v17,-78,137,-68,136,11v0,53,-81,109,-95,152r86,0v7,3,6,30,0,35r-123,0v-6,0,-10,-4,-10,-11v5,-69,85,-123,100,-176v1,-17,-10,-30,-25,-30v-12,0,-24,11,-38,33v-8,6,-20,-7,-29,-9v-2,-1,-3,-3,-2,-5","w":181,"k":{"6":7,"4":11}},"3":{"d":"122,-132v19,6,35,33,36,58v3,59,-67,101,-113,59v-13,-12,-24,-29,-22,-47v10,-2,21,-15,30,-9v11,48,63,47,63,-3v0,-25,-15,-46,-45,-40v-9,-3,-2,-21,-4,-31v2,-6,15,-2,22,-3v29,-1,32,-70,-2,-69v-20,1,-23,13,-34,31v-9,6,-20,-7,-30,-9v0,-30,31,-58,64,-58v65,0,93,97,35,121","w":179,"k":{"9":7}},"4":{"d":"142,-93v23,-9,23,27,14,34r-14,0v-2,20,4,47,-3,61v-12,-2,-33,5,-39,-4r0,-57r-86,0r0,-34r89,-160v11,-3,20,10,30,13v2,1,2,3,1,5r-77,142r46,0v3,-22,0,-51,8,-69v10,2,28,-5,31,4r0,65","w":181},"5":{"d":"66,-162v50,-29,92,19,92,77v0,51,-24,88,-71,87v-35,0,-58,-19,-69,-58v2,-10,23,-15,31,-15v10,25,23,38,38,38v23,-2,29,-21,29,-52v0,-53,-32,-64,-57,-33r-35,-9r0,-124r117,0v9,3,2,22,4,32v-19,8,-54,0,-79,3r0,54","w":179,"k":{"9":7,"2":7}},"6":{"d":"84,2v-79,-2,-83,-103,-47,-166v17,-29,37,-60,64,-89v11,-3,20,10,30,13v2,1,3,3,2,5v-29,33,-49,62,-60,88v43,-35,81,21,81,69v0,45,-27,80,-70,80xm85,-34v36,-3,36,-85,0,-88v-37,2,-37,86,0,88","w":175,"k":{"9":7,"3":7,"1":7}},"7":{"d":"41,-2v2,-71,34,-161,63,-214r-51,0v-2,9,4,27,-4,29v-10,-2,-28,5,-31,-4r0,-60r137,0r0,24v-37,48,-68,147,-72,225v-5,9,-26,2,-38,4v-3,0,-4,-2,-4,-4","w":169,"k":{";":14,":":14,"9":7,"8":11,"6":18,"4":22,"3":11,"2":14,"0":11,"\/":22,".":14,",":14}},"8":{"d":"117,-140v60,25,39,142,-33,142v-72,0,-95,-117,-32,-142v-55,-20,-30,-119,32,-113v60,-7,89,92,33,113xm84,-156v30,-1,30,-61,0,-62v-14,0,-22,15,-22,31v0,16,8,31,22,31xm84,-34v37,-2,37,-86,0,-88v-36,3,-36,85,0,88","w":168},"9":{"d":"88,-254v79,3,83,102,47,166v-17,30,-37,59,-64,88v-10,6,-20,-10,-30,-13v-2,-1,-3,-2,-2,-4v30,-33,49,-63,60,-89v-42,38,-81,-21,-81,-68v0,-45,27,-80,70,-80xm88,-130v36,-3,36,-86,0,-89v-37,2,-37,87,0,89","w":175,"k":{"3":7,"2":14,"\/":14,".":14,",":14}},":":{"d":"62,-148v16,0,30,14,30,31v0,16,-14,31,-30,31v-17,0,-31,-15,-31,-31v0,-17,14,-31,31,-31xm62,-53v16,0,30,15,30,31v0,16,-14,31,-30,31v-17,0,-31,-15,-31,-31v0,-16,14,-31,31,-31","w":122,"k":{"y":7,"w":7,"v":7}},";":{"d":"56,-148v16,0,30,13,30,31v0,17,-14,31,-30,31v-17,0,-31,-15,-31,-31v0,-17,14,-31,31,-31xm55,-53v21,0,28,20,25,45r-30,57r-20,0v4,-39,-14,-102,25,-102","w":111,"k":{"w":7,"v":7}},"<":{"d":"132,-38r-110,-61r0,-42r110,-61r0,44r-84,38r84,38r0,44","w":153},"=":{"d":"126,-174v7,5,6,31,0,34r-101,0v-5,-5,-5,-28,0,-34r101,0xm126,-98v7,5,6,31,0,34r-101,0v-5,-5,-5,-28,0,-34r101,0","w":151},">":{"d":"129,-99r-111,61r0,-44r85,-38r-85,-38r0,-44r111,61r0,42","w":146},"?":{"d":"86,-253v37,-1,62,27,62,64v0,41,-51,66,-46,110v-4,6,-27,5,-33,0v-12,-48,31,-78,38,-115v0,-34,-41,-32,-47,-1v-9,5,-24,-5,-36,-6v-2,-1,-3,-3,-2,-5v12,-31,33,-47,64,-47xm86,-53v16,0,30,15,30,31v0,16,-14,31,-30,31v-16,0,-31,-15,-31,-31v0,-16,15,-31,31,-31","w":169},"@":{"d":"137,-253v71,0,82,88,67,158v-7,31,1,72,-7,99v-8,-2,-21,2,-24,-4r2,-40v-15,26,-24,43,-53,43v-33,0,-47,-32,-47,-67v0,-52,29,-107,75,-112v19,2,30,11,35,31v0,-42,-10,-80,-46,-80v-77,0,-118,141,-69,207v3,8,-8,21,-16,21v-71,-73,-15,-256,83,-256xm170,-71v11,-32,12,-87,-26,-78v-31,7,-60,102,-24,127v30,4,40,-21,50,-49","w":233},"A":{"d":"186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211,"k":{"y":18,"w":18,"v":18,"u":11,"t":7,"q":7,"o":7,"e":7,"\\":17,"Y":29,"X":5,"W":25,"V":32,"U":18,"T":22,"R":11,"Q":11,"P":11,"O":12,"N":7,"M":7,"K":7,"G":11,"F":7,"C":14,"-":14}},"B":{"d":"89,-251v88,-12,113,85,59,119v26,12,38,30,38,57v0,79,-85,79,-168,75v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r71,0xm77,-144v34,1,57,-1,57,-34v0,-33,-23,-37,-57,-35r0,69xm77,-38v39,2,67,-3,67,-38v0,-35,-28,-38,-67,-36r0,74","w":200,"k":{"\\":8,"Z":8,"Y":18,"X":12,"W":8,"V":14,"U":12,"S":4,"R":7,"Q":8,"P":7,"O":4,"N":7,"M":11,"L":4,"K":7,"A":12}},"C":{"d":"104,-217v-65,2,-65,180,0,182v12,0,22,-3,30,-11v2,-9,-4,-26,4,-29v9,2,26,-4,30,3r0,41v-18,22,-39,34,-64,34v-63,0,-90,-56,-90,-129v0,-73,27,-127,90,-128v25,0,46,11,64,33v-2,14,4,36,-3,45v-10,-2,-28,4,-31,-4r0,-25v-8,-8,-18,-12,-30,-12","w":186,"k":{"Y":7,"V":7,"P":7,"F":7}},"D":{"d":"93,-251v80,4,92,33,92,125v0,82,-13,127,-92,126r-79,0v-5,-5,-5,-28,0,-35r17,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31r79,0xm93,-38v56,4,48,-37,49,-88v1,-60,2,-97,-68,-87r0,175r19,0","w":199,"k":{"Y":14,"X":11,"W":7,"V":11,"U":7,"T":7,"M":7,"A":12}},"E":{"d":"167,0r-149,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r149,0v-2,20,5,50,-4,63v-10,-2,-28,4,-31,-4r0,-20r-55,0r0,64v23,2,54,-4,72,3v-2,10,4,27,-3,31r-69,0r0,75r55,0v1,-8,-4,-22,4,-24v10,2,28,-4,31,4r0,59","w":184,"k":{"U":7,"N":7}},"F":{"d":"167,-251v-2,20,5,50,-4,63v-10,-2,-28,4,-31,-4r0,-20r-55,0r0,64v23,2,54,-4,72,3v-2,10,4,27,-3,31r-69,0r0,79v9,1,24,-4,26,4v-2,10,4,28,-4,31r-81,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r149,0","w":177,"k":{"x":4,"o":8,"g":8,"f":4,"d":12,"a":12,"O":8,"J":12,"A":23}},"G":{"d":"104,-217v-64,2,-66,180,0,182v10,0,19,-4,26,-11r0,-57v-11,-2,-30,4,-34,-4v2,-10,-4,-28,4,-31r71,0r0,107v-18,22,-40,34,-67,34v-63,0,-90,-56,-90,-129v0,-73,27,-127,90,-128v25,0,46,11,64,33v-2,14,4,36,-3,44v-10,-1,-26,3,-31,-3r0,-23v-9,-9,-18,-14,-30,-14","w":189,"k":{"Y":7,"V":4,"M":7}},"H":{"d":"189,-35v24,-9,25,26,16,35r-75,0v-7,-3,-6,-30,0,-35r16,0r0,-79r-69,0r0,79v7,1,19,-3,20,4v-1,10,3,26,-3,31r-76,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31v25,2,59,-5,79,3v-2,10,4,27,-3,31r-17,0r0,69r69,0r0,-69v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31v25,2,59,-4,79,3v0,16,6,37,-20,31r0,182","w":223,"k":{"g":4}},"I":{"d":"105,-35v7,5,6,32,0,35r-87,0v-7,-3,-6,-30,0,-35r22,0r0,-182v-8,-1,-23,3,-26,-3v2,-10,-5,-28,4,-31v29,2,67,-5,91,3v-2,10,5,28,-4,31r-22,0r0,182r22,0","w":123,"k":{"d":8}},"J":{"d":"72,-35v24,-1,29,-16,28,-45r0,-137v-15,-2,-37,4,-47,-3v2,-10,-4,-27,3,-31r88,0v-8,99,35,256,-72,254v-37,0,-59,-19,-67,-57v7,-8,32,-11,41,-7v4,17,12,26,26,26","w":165,"k":{"e":8,"G":8,"C":4,"B":8,"A":19}},"K":{"d":"195,-35v6,6,5,30,0,35r-48,0r-70,-120r0,85v6,1,16,-2,17,4v-2,10,4,28,-4,31r-72,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31v24,2,57,-4,76,3v-1,14,7,37,-17,31r0,77r59,-111v16,2,39,-4,50,3v-2,10,4,27,-3,31r-20,0r-48,86r60,96r20,0","w":201,"k":{"y":11,"w":15,"v":14,"o":5,"g":12,"e":8,"d":8,"Y":7,"V":11,"U":18,"Q":7,"O":7,"G":12,"C":14,"-":18}},"L":{"d":"168,-62v7,15,-3,42,-2,62r-148,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31v25,2,59,-5,79,3v-2,10,4,27,-3,31r-17,0r0,178r58,0v2,-8,-2,-23,6,-26","w":176,"k":{"y":14,"\\":8,"Y":11,"W":11,"V":11,"U":11,"T":11,"O":4,"-":18}},"M":{"d":"243,-35v6,6,5,30,0,35r-75,0v-7,-3,-6,-30,0,-35r16,0r1,-140v-12,50,-29,94,-44,140r-21,0v-15,-46,-34,-89,-44,-140v3,45,1,93,0,140v7,1,19,-3,20,4v-1,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r16,0r6,-182v-7,-1,-20,3,-22,-3v2,-10,-4,-27,3,-31r62,0r47,153r47,-153v21,2,50,-4,66,3v-2,10,5,28,-4,31r-19,0r6,182r17,0","w":260,"k":{"y":7,"w":7,"v":7,"u":11,"o":7,"e":11,"c":7,"a":7,"Y":7,"V":6,"U":5,"O":7,"G":7,"E":7,"C":8,"A":7}},"N":{"d":"202,-251v10,11,7,43,-16,34r0,217r-32,0v-26,-54,-57,-103,-79,-161v4,39,2,84,2,126v7,1,18,-3,19,4v-2,10,4,28,-4,31r-74,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r51,0r62,119r14,32r-1,-117v-6,-1,-18,3,-19,-3v2,-10,-4,-27,3,-31r74,0","w":220,"k":{"y":11,"w":11,"v":11,"u":11,"s":11,"o":11,"e":11,"c":11,"a":11,"V":11,"R":5,"O":7,"M":7,"G":7,"B":7}},"O":{"d":"96,-254v61,0,85,55,85,128v0,73,-24,129,-85,129v-61,0,-85,-56,-85,-129v0,-73,25,-128,85,-128xm96,-35v59,-5,58,-177,0,-182v-59,5,-58,177,0,182","w":192,"k":{"z":4,"x":4,"Z":7,"Y":11,"X":14,"W":11,"V":11,"U":5,"T":5,"R":7,"P":7,"M":7,"L":4,"F":8,"E":4,"B":4,"A":12}},"P":{"d":"18,-251v81,-3,163,-5,163,73v0,54,-40,77,-104,73r0,70v9,1,24,-4,26,4v-2,10,4,28,-4,31r-81,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31xm77,-143v36,1,62,-1,62,-35v0,-33,-26,-36,-62,-35r0,70","w":190,"k":{"q":11,"o":11,"g":8,"e":8,"d":15,"c":14,"a":15,"Y":4,"X":11,"V":7,"U":5,"R":7,"M":8,"L":7,"J":23,"I":11,"E":8,"C":7,"B":5,"A":29,"\/":13,".":22,",":22}},"Q":{"d":"96,-254v93,-6,102,152,66,219v5,10,20,17,17,29v-9,4,-17,16,-27,13v-5,-9,-5,-10,-10,-19v-73,46,-131,-21,-131,-114v0,-73,25,-124,85,-128xm96,-217v-59,0,-58,177,0,182v8,0,16,-3,22,-10v-6,-8,-21,-4,-25,-12v2,-10,-4,-27,5,-30v13,1,25,7,34,16v11,-46,12,-146,-36,-146","w":192,"k":{"Y":7,"W":11,"V":7,"B":8,"A":7}},"R":{"d":"182,-181v0,35,-26,58,-62,68v30,11,36,50,50,78v8,1,21,-3,22,4v-2,10,4,28,-4,31r-49,0v-18,-33,-27,-99,-62,-109r0,74v7,1,17,-3,18,4v-2,10,4,28,-4,31r-73,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31v80,-3,164,-6,164,70xm77,-147v34,1,62,0,62,-33v0,-33,-27,-34,-62,-33r0,66","w":199,"k":{"o":7,"d":4,"Y":11,"W":7,"V":7,"U":7,"T":5,"S":5,"L":5,"E":5,"C":7}},"S":{"d":"39,-136v-39,-43,-15,-119,53,-119v23,0,44,6,63,18v-2,16,5,42,-4,51v-10,-2,-28,4,-31,-4r0,-22v-29,-8,-63,-6,-59,27v2,27,37,37,59,47v71,32,46,141,-34,141v-23,0,-45,-7,-68,-20v2,-17,-5,-44,4,-54v10,2,28,-4,31,4r0,26v28,13,68,5,68,-28v0,-40,-61,-44,-82,-67","w":181,"k":{"y":7,"w":7,"v":7,"u":7,"q":7,"o":7,"n":7,"m":7,"e":7,"d":8,"c":7,"a":11,"Z":7,"Y":11,"X":7,"W":7,"V":7,"U":7,"T":7,"P":4,"O":5,"K":7,"J":8,"I":11,"G":12,"E":12,"B":4,"A":11}},"T":{"d":"169,-183v-3,7,-30,6,-35,0r0,-34r-22,0r0,182v8,1,24,-4,25,4v-2,10,5,28,-4,31r-87,0v-5,-5,-5,-28,0,-35r22,0r0,-182r-23,0v-1,12,4,31,-3,38v-10,-2,-28,5,-31,-4r0,-68r158,0r0,68","w":179,"k":{"z":8,"y":14,"x":8,"w":14,"v":4,"u":18,"s":18,"r":7,"q":15,"o":22,"n":4,"m":15,"g":12,"f":12,"e":22,"d":8,"c":12,"a":22,"O":5,"J":12,"F":7,"C":4,"A":22,"\/":13,".":22,",":11}},"U":{"d":"104,3v-93,0,-71,-126,-73,-220v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31v25,2,58,-4,77,3v-1,15,7,37,-18,31v3,57,-13,182,31,182v44,0,28,-126,31,-182v-6,-1,-17,3,-18,-3v2,-10,-5,-28,4,-31v25,2,58,-4,77,3v0,16,6,37,-20,31v-3,94,21,220,-74,220","w":208,"k":{"g":4,"e":11,"c":4,"a":11,"Z":7,"X":11,"W":7,"S":7,"O":5,"M":5,"L":5,"G":4,"E":7,"C":4,"A":18,"\/":8,".":7,",":7}},"V":{"d":"190,-251v6,6,5,30,0,34r-17,0r-53,217r-41,0r-53,-217v-7,-1,-19,3,-21,-3v2,-10,-5,-28,4,-31r54,0r36,198r36,-198r55,0","w":198,"k":{"y":11,"x":8,"w":4,"v":11,"u":14,"s":11,"r":11,"q":12,"p":14,"o":22,"n":8,"m":4,"i":7,"g":22,"f":12,"e":22,"d":23,"c":22,"a":22,"Z":6,"S":7,"Q":7,"O":11,"N":11,"M":6,"J":22,"G":7,"C":14,"A":32,"\/":17,".":22,"-":14,",":7}},"W":{"d":"249,-251v10,11,7,43,-16,34r-43,217r-41,0r-20,-166r-20,166r-41,0r-42,-217v-7,-1,-19,3,-21,-3v2,-10,-5,-28,4,-31r55,0r19,134r6,64v4,-58,13,-111,22,-164r37,0r22,164r24,-198r55,0","w":258,"k":{"y":11,"u":14,"s":14,"r":11,"q":12,"p":14,"o":22,"m":4,"h":7,"g":8,"f":12,"e":18,"d":19,"c":18,"a":22,"U":7,"S":7,"Q":11,"O":11,"J":22,"G":12,"C":7,"A":25,"\/":13,".":18,"-":11,",":11}},"X":{"d":"174,-35v6,6,5,30,0,35r-48,0v-11,-33,-26,-62,-34,-98v-7,37,-23,65,-34,98v-16,-2,-42,5,-51,-4v2,-10,-4,-28,4,-31r17,0r41,-94r-37,-88v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31r48,0v10,30,23,57,29,90v8,-32,19,-60,29,-90v16,2,41,-4,52,3v-2,10,5,28,-4,31r-17,0r-37,88r42,94r17,0","w":184,"k":{"y":11,"w":11,"v":11,"u":11,"q":7,"o":7,"e":7,"d":12,"c":7,"U":11,"S":7,"O":14,"G":12,"C":14,"A":5}},"Y":{"d":"179,-251v8,4,6,31,0,34r-17,0r-46,131r0,51v8,2,23,-4,25,4v-1,10,3,26,-3,31r-88,0v-5,-5,-5,-28,0,-35r22,0r0,-51r-46,-131v-7,-1,-19,3,-21,-3v2,-10,-5,-28,4,-31r48,0v12,46,31,86,37,139v5,-53,25,-93,37,-139r48,0","w":187,"k":{"z":8,"y":14,"x":8,"w":22,"v":22,"u":22,"s":22,"r":11,"q":15,"o":25,"m":4,"i":4,"g":18,"f":12,"e":25,"d":23,"c":25,"a":25,"Z":11,"S":11,"Q":7,"O":11,"J":22,"G":18,"C":14,"A":29,"\/":13,".":22,",":7}},"Z":{"d":"165,-230r-100,190r59,0v1,-8,-3,-21,4,-23v10,2,28,-4,31,4r0,59r-152,0r0,-22r101,-190r-51,0v-1,8,3,21,-3,24v-10,-2,-28,5,-31,-4r0,-59r142,0r0,21","w":175,"k":{"d":8,"G":8}},"[":{"d":"84,22v7,3,7,29,0,29r-59,0r0,-305v20,2,50,-5,63,4v-2,8,4,25,-4,25r-20,0r0,247r20,0","w":105},"\\":{"d":"132,27r-39,0r-86,-306r41,0","w":139,"k":{"Y":17,"W":21,"V":21,"U":8,"T":8}},"]":{"d":"81,51v-20,-2,-48,4,-63,-3v1,-8,-4,-24,4,-26r20,0r0,-247v-8,-1,-21,3,-24,-3v1,-9,-4,-24,4,-26r59,0r0,305","w":105},"^":{"d":"136,-157r-40,0r-21,-63r-21,63r-40,0r46,-94r31,0","w":150},"_":{"d":"141,62r-134,0r0,-30r134,0r0,30","w":148},"`":{"d":"80,-199v0,7,-14,3,-22,4v-16,-15,-23,-38,-36,-56v-1,-2,-1,-4,2,-4v12,2,31,-5,35,4","w":101},"a":{"d":"27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42","k":{"y":7,"w":7,"v":7,"u":7,"q":4,"d":4,"\\":14,"Y":12,"W":8,"V":8,"T":12}},"b":{"d":"69,-167v43,-40,87,15,87,78v0,56,-16,91,-64,92v-13,0,-23,-5,-31,-17r-9,14v-21,-1,-49,9,-41,-25v-1,-9,9,-7,17,-7r0,-188v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-26r52,1r0,84xm69,-44v27,28,47,10,47,-45v0,-41,-19,-76,-47,-47r0,92","w":170,"k":{"z":12,"y":7,"x":7,"w":7,"v":7,"u":7,"a":4,"Z":15,"Y":23,"X":12,"W":23,"V":15,"U":8,"T":23,"S":4,"M":8,"L":12,"K":8,"I":8,"H":12,"G":8,"F":12,"E":12,"D":12,"B":8}},"c":{"d":"55,-89v1,32,4,57,29,58v13,4,24,-17,39,-16v5,7,23,12,16,23v-11,18,-30,27,-55,27v-47,0,-70,-31,-70,-92v0,-84,74,-119,124,-69v0,21,8,47,-26,39v-9,0,-5,-13,-6,-21v-31,-18,-52,-1,-51,51","w":153,"k":{"\\":7,"Y":4,"W":4,"V":4,"T":12}},"d":{"d":"14,-89v0,-63,43,-118,88,-78r0,-53v-7,-1,-19,3,-18,-6v1,-9,-4,-25,6,-26r52,1r0,219v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-8,12,-18,17,-31,17v-47,-1,-64,-37,-64,-92xm55,-89v0,56,23,72,47,45r-1,-92v-32,-28,-46,9,-46,47","w":170,"k":{"y":5,"w":7,"v":7,"u":5,"q":5,"e":7,"d":4,"c":4,"a":4,"O":4}},"e":{"d":"84,-181v47,0,66,38,62,99v0,4,-2,6,-6,6r-84,0v-1,49,32,56,58,30v12,-7,17,9,25,13v3,3,3,6,0,9v-12,18,-30,27,-55,27v-47,0,-70,-31,-70,-92v0,-56,22,-92,70,-92xm107,-108v-1,-26,-8,-39,-23,-39v-16,0,-26,13,-28,39r51,0","w":160,"k":{"y":5,"x":5,"w":5,"s":5,"\\":7,"Y":12,"W":4,"V":4,"U":11,"T":8}},"f":{"d":"28,-178v-5,-62,55,-93,101,-59v7,10,-12,15,-16,22v-25,-5,-46,-12,-44,37v20,0,46,-8,38,25v-2,12,-26,4,-38,6r0,115v10,1,27,-4,26,7v-1,9,4,25,-6,25r-72,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-115v-7,0,-18,2,-17,-6v0,-14,-4,-29,17,-25","w":117,"k":{"s":4,"r":-5,"o":11,"l":-10,"k":-7,"h":-10,"b":-11,"a":7,"\\":-7,"Y":-18,"X":-7,"W":-14,"T":-7}},"g":{"d":"14,-90v-9,-74,58,-117,102,-71v3,-3,-3,-17,5,-17v10,1,27,-3,31,3v0,12,-3,22,-10,31v-6,92,30,228,-71,224v-22,0,-38,-5,-48,-17v-1,-22,24,-21,48,-17v25,4,33,-25,31,-57v-45,41,-94,-17,-88,-79xm102,-134v-26,-26,-47,-12,-47,44v0,41,17,76,47,48r0,-92","w":166,"k":{"\\":7,"Y":8,"W":4,"V":4,"T":12}},"h":{"d":"69,-164v47,-42,86,0,86,65r0,67v18,-4,19,9,17,26v0,4,-2,6,-6,6r-52,0r0,-99v2,-53,-11,-61,-45,-28r0,127r-52,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-188v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-26r52,1r0,87","w":182,"k":{"y":11,"w":5,"v":7,"u":7,"q":5,"o":7,"c":7,"a":3,"\\":11,"Y":19,"W":12,"V":15,"T":19}},"i":{"d":"56,-257v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-29,-14,-29,-28v0,-15,14,-28,29,-28xm97,-32v10,3,9,32,0,32r-80,0v-10,0,-5,-16,-6,-25v-1,-11,15,-6,25,-7r0,-115v-9,-1,-25,4,-25,-6v0,-9,-4,-25,6,-25r61,0r0,146r19,0","w":114,"k":{"y":7,"w":5,"u":7}},"j":{"d":"61,-257v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-29,-14,-29,-28v0,-15,14,-28,29,-28xm83,3v9,66,-59,100,-101,60v-2,-20,24,-25,42,-17v12,0,18,-14,18,-43r0,-150v-9,-1,-26,4,-26,-6v0,-9,-4,-25,6,-25r61,0r0,181","w":107,"k":{"w":11,"u":5,"s":7,"o":12,"c":7,"a":12}},"k":{"d":"149,-32v23,-9,29,28,14,32r-40,0r-54,-84r0,84r-52,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-188v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r52,0r0,143r37,-70r46,0v10,0,6,16,6,25v0,10,-16,5,-25,6r-30,51","w":174,"k":{"q":5,"o":5,"Y":12,"W":12,"V":8,"T":8}},"l":{"d":"80,-32v13,9,9,42,-16,33v-26,0,-40,-16,-40,-47r0,-174v-17,4,-19,-8,-17,-25v8,-14,40,-3,58,-6r0,205v-1,18,4,15,15,14","w":97,"k":{"y":7,"w":5,"v":7,"u":7,"q":5,"g":4,"c":7}},"m":{"d":"137,-157v51,-53,91,-11,90,58r0,67v18,-4,19,9,17,26v0,4,-2,6,-6,6r-52,0r0,-99v2,-54,-7,-60,-39,-28v4,27,1,64,2,95v16,-4,13,13,13,26v0,4,-2,6,-6,6r-48,0r0,-99v-2,-30,3,-42,-9,-50v-11,2,-12,8,-30,22r0,127r-52,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-115v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-26r38,0v2,7,7,11,7,20v35,-29,52,-31,75,2","w":254,"k":{"y":14,"w":10,"v":11,"u":7,"q":7,"o":5,"g":4,"\\":14,"Y":15,"W":8,"V":8,"U":4,"T":15}},"n":{"d":"62,-159v50,-48,95,-11,93,60r0,67v18,-4,19,9,17,26v0,4,-2,6,-6,6r-52,0r0,-99v2,-53,-11,-61,-45,-28r0,127r-52,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-115v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-26r38,0v2,7,7,11,7,20","w":182,"k":{"y":10,"w":10,"v":11,"u":7,"q":7,"o":8,"g":4,"a":4,"\\":18,"Y":19,"W":8,"V":8,"T":8,"'":14}},"o":{"d":"82,-181v47,0,67,37,67,91v0,55,-19,93,-67,93v-51,0,-68,-36,-68,-93v-1,-55,20,-91,68,-91xm108,-90v0,-31,-4,-58,-26,-58v-18,0,-27,19,-27,58v0,40,9,60,27,60v18,0,26,-21,26,-60","k":{"z":7,"y":7,"x":7,"w":5,"v":7,"u":5,"n":5,"k":5,"h":7,"b":7,"\\":18,"Y":12,"W":8,"V":8,"T":15}},"p":{"d":"92,-181v47,1,64,36,64,91v0,64,-43,119,-87,79r0,84r-52,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-188v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r35,0r9,14v8,-12,18,-17,31,-17xm116,-90v0,-55,-24,-71,-47,-44r0,92v30,29,47,-12,47,-48","w":170,"k":{"z":4,"y":7,"x":7,"w":12,"v":12,"u":7,"\\":14,"Y":12,"W":4,"V":8,"T":16}},"q":{"d":"14,-90v0,-54,17,-90,64,-91v13,0,23,5,31,17r9,-14v21,1,49,-9,41,25v1,8,-10,6,-17,6r0,220r-52,0v-10,0,-5,-16,-6,-25v-1,-9,10,-7,18,-7r0,-52v-44,41,-88,-16,-88,-79xm102,-134v-26,-26,-47,-12,-47,44v0,41,17,76,46,48","w":170,"k":{"u":11,"q":5,"o":5,"a":7,"\\":14}},"r":{"d":"133,-169v11,7,-6,20,-8,29v-6,6,-18,-2,-23,-5v-13,7,-24,20,-33,37r0,76v10,1,27,-4,26,7v-1,9,4,25,-6,25r-72,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-115v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r41,0v5,9,13,15,11,31v9,-16,21,-27,34,-34v11,2,21,6,30,12","w":141,"k":{"t":-4,"q":11,"g":11,"d":5,"a":8,"T":4,"J":8}},"s":{"d":"33,-93v-35,-30,-13,-88,38,-88v19,0,36,4,53,14v-1,21,10,51,-25,43v-9,0,-5,-11,-6,-19v-18,-8,-41,-8,-39,13v19,32,80,29,77,79v-3,56,-71,69,-117,38v2,-22,-10,-53,26,-45v10,0,5,15,6,24v27,13,64,-10,40,-30v-17,-8,-45,-22,-53,-29","w":147,"k":{"y":5,"x":5,"w":7,"v":7,"u":7,"q":12,"p":5,"k":7,"f":4,"e":5,"c":7,"a":5,"\\":7,"Y":8,"W":4,"V":4,"T":8}},"t":{"d":"96,-178v12,1,10,31,0,31r-31,0v2,37,-5,86,4,116v11,1,31,-6,32,6v-1,10,4,25,-7,25v-41,0,-70,-1,-70,-46r0,-101v-17,4,-19,-8,-17,-25v0,-8,10,-6,17,-6v3,-16,-8,-45,8,-48v12,2,33,-5,33,8r0,40r31,0","w":113,"k":{"q":5,"g":4}},"u":{"d":"69,-79v-1,53,10,62,45,28r0,-96v-17,4,-14,-11,-14,-25v7,-13,38,-3,55,-6r0,146v18,-4,20,9,17,26v-2,13,-30,3,-44,6v-3,-7,-8,-11,-7,-22v-46,53,-96,15,-93,-57r0,-68v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r52,0r0,99","w":182,"k":{"y":5,"w":5,"v":11,"u":4,"q":11,"p":5,"l":5,"g":8,"c":5,"a":7,"\\":7,"W":8,"V":8,"T":12}},"v":{"d":"159,-178v13,6,9,41,-12,31r-43,147r-37,0r-44,-147v-8,0,-18,2,-18,-6v1,-10,-4,-25,7,-25r45,0v10,45,23,87,28,137v6,-50,19,-92,30,-137r44,0","w":170,"k":{"q":7,"o":7,"g":7,"e":5,"d":5,"c":7,"a":11,"T":4,":":7,"\/":7,".":18,",":14}},"w":{"d":"234,-178v13,6,9,41,-12,31r-42,147r-34,0r-20,-97r-3,-27r-23,124r-35,0r-42,-147v-8,0,-18,2,-18,-6v1,-10,-4,-25,7,-25r45,0v10,46,23,89,27,141v4,-47,15,-86,25,-126r27,0v10,40,22,79,26,126v5,-51,17,-95,27,-141r45,0","w":245,"k":{"z":7,"t":-8,"s":7,"q":11,"o":5,"j":5,"d":5,"c":7,"a":11,"T":4,":":7,".":18,",":14}},"x":{"d":"133,-32v23,-9,28,29,13,32r-41,0r-26,-66r-26,66v-22,-2,-56,12,-48,-25v0,-9,11,-7,20,-7r33,-62r-28,-53v-7,-1,-19,3,-18,-6v1,-9,-4,-25,6,-25r41,0r20,56r20,-56v22,2,56,-12,48,25v0,8,-11,6,-19,6r-28,53","w":158,"k":{"u":5,"q":7,"o":7,"k":8,"g":4,"e":5,"c":7,"Y":8,"W":4,"V":8,"T":8}},"y":{"d":"165,-178v13,6,9,41,-12,31r-58,194v-9,25,-21,33,-54,33v-10,0,-5,-16,-6,-25v6,-14,27,-1,32,-22r8,-33r-7,0r-45,-147v-8,0,-18,2,-18,-6v1,-10,-4,-25,7,-25r45,0r23,92r8,48v7,-51,20,-94,32,-140r45,0","w":176,"k":{"s":5,"q":7,"o":7,"j":-12,"h":5,"g":7,"e":5,"d":5,"c":7,"a":11,"Y":8,"T":8,"J":12,":":7,".":18,",":14}},"z":{"d":"137,0r-126,0r0,-23r72,-124r-35,0v0,9,3,23,-7,22v-10,-1,-25,4,-25,-7r0,-46r118,0r0,23r-73,123r44,0v1,-9,-4,-25,6,-25v10,0,25,-4,26,6r0,51","w":147,"k":{"o":7,"Y":8,"T":4}},"{":{"d":"50,-101v21,11,5,127,32,123v5,4,6,27,-1,31v-40,-2,-47,-34,-50,-82v-1,-13,2,-58,-13,-64v-7,0,-3,-8,-4,-13v36,-15,-8,-157,67,-149v7,2,6,25,1,31v-11,0,-17,19,-19,59v-1,29,-1,48,-13,64","w":95},"|":{"d":"69,80r-40,0r0,-359r40,0r0,359","w":98},"}":{"d":"65,-173v1,15,-2,62,16,67v-1,5,3,13,-4,13v-26,22,9,154,-62,146v-7,-2,-6,-25,-1,-31v11,0,18,-19,19,-59v1,-31,0,-49,13,-64v-21,-12,-5,-127,-32,-123v-5,-4,-6,-27,1,-31v40,2,47,34,50,82","w":95},"~":{"d":"114,-263v7,-8,30,11,25,20v-25,43,-78,-21,-99,11v-9,4,-29,-13,-24,-22v24,-42,75,17,98,-9","w":155},"\u00c4":{"d":"139,-308v11,0,20,10,20,21v0,12,-9,21,-20,22v-12,0,-22,-10,-22,-22v0,-12,10,-21,22,-21xm75,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-11,0,-21,-10,-21,-22v0,-12,9,-21,21,-21xm186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211},"\u00c5":{"d":"106,-337v19,0,36,16,36,36v0,20,-16,36,-36,36v-20,0,-36,-16,-36,-36v0,-20,17,-36,36,-36xm186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm106,-284v10,0,17,-7,17,-17v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17v0,10,7,17,17,17xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211,"k":{"\u00c7":14}},"\u00c7":{"d":"61,-126v-6,64,29,113,77,80v2,-9,-4,-25,3,-29v10,1,26,-3,31,3r0,41v-17,20,-35,32,-56,34r9,23r-23,48r-31,0r30,-50r-9,-23v-52,-9,-74,-57,-74,-127v0,-74,27,-127,89,-128v25,0,47,11,65,33v-2,14,5,37,-4,45v-10,-2,-27,4,-30,-4r0,-25v-45,-35,-84,16,-77,79","w":190},"\u00c9":{"d":"131,-324r-31,52v-3,6,-17,2,-25,3v-3,0,-3,-1,-2,-3v9,-18,13,-42,26,-56r30,0v3,0,3,2,2,4xm167,0r-149,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r149,0v-2,20,5,50,-4,63v-10,-2,-28,4,-31,-4r0,-20r-55,0r0,64v23,2,54,-4,72,3v-2,10,4,27,-3,31r-69,0r0,75r55,0v1,-8,-4,-22,4,-24v10,2,28,-4,31,4r0,59","w":181},"\u00d1":{"d":"123,-301v6,-5,20,10,14,16v-17,34,-56,3,-78,1v-4,-1,-9,14,-14,11v-4,-5,-14,-8,-9,-17v22,-42,70,20,87,-11xm202,-251v10,11,7,43,-16,34r0,217r-32,0v-26,-54,-57,-103,-79,-161v4,39,2,84,2,126v7,1,18,-3,19,4v-2,10,4,28,-4,31r-74,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r51,0r62,119r14,32r-1,-117v-6,-1,-18,3,-19,-3v2,-10,-4,-27,3,-31r74,0","w":220,"k":{"\u00d6":7}},"\u00d6":{"d":"131,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-21,-11,-22,-22v0,-11,10,-21,22,-21xm46,-287v0,-30,43,-25,43,0v0,27,-43,28,-43,0xm100,-254v61,0,85,55,85,128v0,73,-24,129,-85,129v-61,0,-86,-57,-86,-129v0,-73,25,-128,86,-128xm100,-35v33,-4,41,-44,41,-91v0,-48,-7,-86,-41,-91v-59,5,-58,177,0,182","w":199,"k":{"\u00dc":7}},"\u00dc":{"d":"139,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-11,0,-21,-10,-21,-22v0,-12,9,-21,21,-21xm76,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-11,0,-21,-10,-21,-22v0,-12,9,-21,21,-21xm108,3v-93,0,-72,-125,-74,-220v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31v25,2,58,-4,77,3v-1,15,7,37,-18,31v3,57,-13,182,31,182v43,0,27,-127,30,-182v-6,-1,-16,3,-17,-3v2,-10,-4,-27,3,-31v25,2,58,-5,77,3v-2,10,4,27,-3,31r-17,0v-3,94,22,220,-73,220","w":215,"k":{"\u00e1":7}},"\u00e1":{"d":"117,-251v-12,18,-21,41,-36,56v-7,-1,-23,4,-22,-4v9,-18,13,-42,26,-56v10,2,31,-5,32,4xm27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42"},"\u00e0":{"d":"106,-199v0,3,-23,9,-27,0r-31,-52v1,-8,31,-6,37,0xm27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42"},"\u00e2":{"d":"130,-195r-25,0r-22,-51r-22,51r-26,0r33,-67r30,0xm27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42"},"\u00e4":{"d":"116,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm53,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42"},"\u00e3":{"d":"122,-231v7,-3,20,11,13,16v-20,45,-68,-20,-87,12v-5,2,-20,-11,-13,-16v17,-36,55,-1,78,-2xm27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42"},"\u00e5":{"d":"81,-268v19,0,36,17,36,36v0,19,-16,36,-36,36v-20,0,-36,-17,-36,-36v0,-19,17,-36,36,-36xm27,-146v16,-55,109,-40,109,21r0,93v18,-4,20,9,17,26v-2,13,-28,3,-41,6r-9,-14v-27,40,-92,4,-89,-40v2,-33,30,-56,70,-51v11,1,11,-11,11,-23v0,-27,-39,-24,-45,-4v-8,5,-16,-11,-23,-14xm81,-215v10,0,17,-7,17,-17v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17v0,10,7,17,17,17xm95,-82v-13,7,-45,0,-40,28v-2,28,28,34,40,14r0,-42","k":{"\u00e7":4}},"\u00e7":{"d":"55,-89v1,32,4,57,29,58v13,4,24,-17,39,-16v5,7,23,11,16,23v-9,16,-25,25,-45,27r9,23r-23,48r-30,0r29,-50r-9,-22v-37,-6,-56,-36,-56,-91v0,-84,74,-119,124,-69v0,21,8,47,-26,39v-9,0,-5,-13,-6,-21v-31,-18,-52,-1,-51,51","w":153},"\u00e9":{"d":"118,-251v-13,18,-21,41,-37,56v-7,-1,-22,3,-22,-4v9,-18,13,-42,26,-56v10,2,32,-5,33,4xm84,-181v47,0,66,38,62,99v0,4,-2,6,-6,6r-84,0v-1,49,32,56,58,30v12,-7,17,9,25,13v3,3,3,6,0,9v-12,18,-30,27,-55,27v-47,0,-70,-31,-70,-92v0,-56,22,-92,70,-92xm107,-108v-1,-26,-8,-39,-23,-39v-16,0,-26,13,-28,39r51,0","w":160},"\u00e8":{"d":"107,-199v0,5,-23,7,-27,0r-32,-52v2,-8,32,-6,38,0xm84,-181v47,0,66,38,62,99v0,4,-2,6,-6,6r-84,0v-1,49,32,56,58,30v12,-7,17,9,25,13v3,3,3,6,0,9v-12,18,-30,27,-55,27v-47,0,-70,-31,-70,-92v0,-56,22,-92,70,-92xm107,-108v-1,-26,-8,-39,-23,-39v-16,0,-26,13,-28,39r51,0","w":160},"\u00ea":{"d":"131,-195r-26,0r-22,-51r-22,51r-25,0r32,-67r30,0xm84,-181v47,0,66,38,62,99v0,4,-2,6,-6,6r-84,0v-1,49,32,56,58,30v12,-7,17,9,25,13v3,3,3,6,0,9v-12,18,-30,27,-55,27v-47,0,-70,-31,-70,-92v0,-56,22,-92,70,-92xm107,-108v-1,-26,-8,-39,-23,-39v-16,0,-26,13,-28,39r51,0","w":160},"\u00eb":{"d":"116,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm53,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm84,-181v47,0,66,38,62,99v0,4,-2,6,-6,6r-84,0v-1,49,32,56,58,30v12,-7,17,9,25,13v3,3,3,6,0,9v-12,18,-30,27,-55,27v-47,0,-70,-31,-70,-92v0,-56,22,-92,70,-92xm107,-108v-1,-26,-8,-39,-23,-39v-16,0,-26,13,-28,39r51,0","w":160},"\u00ed":{"d":"88,-251v-13,18,-21,41,-37,56v-7,-1,-23,3,-22,-4v9,-18,13,-42,26,-56v10,2,31,-4,33,4xm97,-32v10,3,9,32,0,32r-80,0v-10,0,-5,-16,-6,-25v-1,-11,15,-6,25,-7r0,-115v-9,-1,-25,4,-25,-6v0,-9,-4,-25,6,-25r61,0r0,146r19,0","w":114},"\u00ec":{"d":"84,-199v0,6,-23,7,-27,0r-31,-52v1,-8,31,-6,37,0xm97,-32v10,3,9,32,0,32r-80,0v-10,0,-5,-16,-6,-25v-1,-11,15,-6,25,-7r0,-115v-9,-1,-25,4,-25,-6v0,-9,-4,-25,6,-25r61,0r0,146r19,0","w":114},"\u00ee":{"d":"104,-195r-26,0r-21,-51r-22,51r-26,0r32,-67r31,0xm100,-32v10,3,9,32,0,32r-81,0v-10,0,-5,-16,-6,-25v-1,-11,16,-6,26,-7r0,-115v-9,-1,-26,4,-26,-6v0,-9,-4,-25,6,-25r61,0r0,146r20,0","w":116,"k":{"\u00ee":-12}},"\u00ef":{"d":"91,-242v12,0,22,10,22,21v0,11,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm28,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm102,-32v10,3,9,32,0,32r-80,0v-10,0,-5,-16,-6,-25v-1,-11,15,-6,25,-7r0,-115v-9,-1,-25,4,-25,-6v0,-9,-4,-25,6,-25r61,0r0,146r19,0","w":123,"k":{"\u00ef":-22,"\u00ee":-13}},"\u00f1":{"d":"127,-231v7,-3,17,9,14,16v-21,44,-69,-19,-88,12v-5,2,-18,-9,-13,-16v20,-45,69,19,87,-12xm62,-159v50,-48,95,-11,93,60r0,67v18,-4,19,9,17,26v0,4,-2,6,-6,6r-52,0r0,-99v2,-53,-11,-61,-45,-28r0,127r-52,0v-10,0,-5,-16,-6,-25v-1,-9,9,-7,17,-7r0,-115v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-26r38,0v2,7,7,11,7,20","w":182},"\u00f3":{"d":"114,-251v-12,18,-21,41,-36,56v-7,-1,-23,4,-22,-4v9,-18,13,-42,26,-56v10,2,31,-5,32,4xm82,-181v47,0,67,37,67,91v0,55,-19,93,-67,93v-51,0,-68,-36,-68,-93v-1,-55,20,-91,68,-91xm108,-90v0,-31,-4,-58,-26,-58v-18,0,-27,19,-27,58v0,40,9,60,27,60v18,0,26,-21,26,-60"},"\u00f2":{"d":"108,-199v0,6,-23,7,-27,0r-31,-52v1,-8,31,-6,37,0xm82,-181v47,0,67,37,67,91v0,55,-19,93,-67,93v-51,0,-68,-36,-68,-93v-1,-55,20,-91,68,-91xm108,-90v0,-31,-4,-58,-26,-58v-18,0,-27,19,-27,58v0,40,9,60,27,60v18,0,26,-21,26,-60"},"\u00f4":{"d":"127,-195r-25,0r-22,-51r-22,51r-26,0r33,-67r30,0xm82,-181v47,0,67,37,67,91v0,55,-19,93,-67,93v-51,0,-68,-36,-68,-93v-1,-55,20,-91,68,-91xm108,-90v0,-31,-4,-58,-26,-58v-18,0,-27,19,-27,58v0,40,9,60,27,60v18,0,26,-21,26,-60"},"\u00f6":{"d":"113,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm50,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm82,-181v47,0,67,37,67,91v0,55,-19,93,-67,93v-51,0,-68,-36,-68,-93v-1,-55,20,-91,68,-91xm108,-90v0,-31,-4,-58,-26,-58v-18,0,-27,19,-27,58v0,40,9,60,27,60v18,0,26,-21,26,-60"},"\u00f5":{"d":"119,-231v7,-3,20,10,14,16v-20,45,-69,-19,-88,12v-5,2,-18,-9,-13,-16v20,-45,69,19,87,-12xm82,-181v47,0,67,37,67,91v0,55,-19,93,-67,93v-51,0,-68,-36,-68,-93v-1,-55,20,-91,68,-91xm108,-90v0,-31,-4,-58,-26,-58v-18,0,-27,19,-27,58v0,40,9,60,27,60v18,0,26,-21,26,-60"},"\u00fa":{"d":"115,-251v-13,18,-21,41,-37,56v-7,-1,-23,4,-21,-4v9,-18,12,-42,25,-56v10,2,32,-5,33,4xm69,-79v-1,53,10,62,45,28r0,-96v-17,4,-14,-11,-14,-25v7,-13,38,-3,55,-6r0,146v18,-4,20,9,17,26v-2,13,-30,3,-44,6v-3,-7,-8,-11,-7,-22v-46,53,-96,15,-93,-57r0,-68v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r52,0r0,99","w":182},"\u00f9":{"d":"113,-199v0,3,-23,9,-27,0r-31,-52v1,-8,31,-6,37,0xm69,-79v-1,53,10,62,45,28r0,-96v-17,4,-14,-11,-14,-25v7,-13,38,-3,55,-6r0,146v18,-4,20,9,17,26v-2,13,-30,3,-44,6v-3,-7,-8,-11,-7,-22v-46,53,-96,15,-93,-57r0,-68v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r52,0r0,99","w":182},"\u00fb":{"d":"138,-195r-25,0r-22,-51r-22,51r-26,0r33,-67r30,0xm69,-79v-1,53,10,62,45,28r0,-96v-17,4,-14,-11,-14,-25v7,-13,38,-3,55,-6r0,146v18,-4,20,9,17,26v-2,13,-30,3,-44,6v-3,-7,-8,-11,-7,-22v-46,53,-96,15,-93,-57r0,-68v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r52,0r0,99","w":182},"\u00fc":{"d":"121,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm58,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm69,-79v-1,53,10,62,45,28r0,-96v-17,4,-14,-11,-14,-25v7,-13,38,-3,55,-6r0,146v18,-4,20,9,17,26v-2,13,-30,3,-44,6v-3,-7,-8,-11,-7,-22v-46,53,-96,15,-93,-57r0,-68v-7,0,-18,2,-17,-6v1,-9,-4,-25,6,-25r52,0r0,99","w":182},"\u00b0":{"d":"61,-257v24,0,43,19,43,42v0,23,-19,43,-43,43v-24,0,-43,-20,-43,-43v0,-23,19,-42,43,-42xm61,-195v11,0,20,-9,20,-20v0,-11,-9,-19,-20,-19v-11,0,-20,8,-20,19v0,11,9,20,20,20","w":121},"\u00a2":{"d":"107,-172v18,5,46,31,16,41v-13,5,-16,-8,-23,-12r-25,119v26,10,43,-37,63,-4v-10,26,-39,38,-69,31r-5,25r-26,0r7,-36v-45,-34,-37,-176,35,-168r5,-24r27,0xm74,-146v-30,6,-28,69,-20,99","w":155},"\u00a3":{"d":"25,-134v-11,-54,5,-108,55,-108v24,0,52,15,60,39v-4,6,-11,13,-22,14v-16,-7,-17,-27,-38,-24v-28,4,-30,44,-22,79v17,-1,44,-4,32,19v-1,11,-17,6,-28,7v5,33,5,48,-6,77r71,0v11,-1,10,11,10,22v0,6,-4,9,-10,9r-104,0v-2,-45,18,-64,7,-108v-15,3,-19,-9,-13,-19v1,-5,3,-7,8,-7","w":154},"\u00a7":{"d":"32,-160v-24,-36,2,-91,46,-91v22,0,40,15,55,45r-28,13v-9,-19,-18,-28,-27,-28v-22,0,-31,33,-18,47v32,13,76,30,76,72v0,18,-5,32,-14,43v23,36,-1,91,-45,91v-22,0,-41,-15,-56,-45r28,-13v13,39,48,36,51,-2v-2,-19,-8,-22,-27,-26v-53,-12,-70,-67,-41,-106xm98,-77v16,-24,4,-58,-25,-59v-7,-2,-13,-3,-17,-5v-15,23,-7,52,25,58v6,1,11,4,17,6","w":154},"\u00b6":{"d":"14,-182v0,-34,24,-69,58,-69r72,0r0,305r-24,0r0,-282r-23,0r0,282r-24,0r-1,-166v-34,1,-58,-35,-58,-70","w":169},"\u00df":{"d":"149,-168v25,15,33,39,33,82v0,63,-16,81,-76,86v-5,-1,-6,-16,-1,-18v30,-3,36,-29,36,-68v0,-39,-6,-65,-36,-68v-13,-20,21,-27,15,-49v1,-14,-8,-32,-20,-32v-21,0,-29,23,-29,55r0,180v-18,-2,-46,6,-57,-4v0,-13,-3,-28,17,-23r0,-153v0,-53,17,-68,69,-72v56,-5,76,47,49,84","w":200},"\u00ae":{"d":"129,-239v61,0,114,53,114,114v0,60,-54,114,-114,114v-61,0,-115,-53,-115,-114v0,-61,53,-114,115,-114xm129,-36v48,0,89,-41,89,-89v0,-48,-41,-90,-89,-90v-48,0,-90,42,-90,90v0,48,42,89,90,89xm91,-193v40,-2,77,-2,77,37v0,19,-8,31,-25,36r19,43v10,-1,13,2,12,13v-1,10,-16,5,-25,6v-10,-18,-16,-47,-30,-60r-6,0r0,41v10,-2,12,3,11,13v-1,12,-22,4,-33,6v-7,0,-6,-7,-6,-13v0,-5,4,-6,9,-6r0,-97v-9,1,-10,-5,-9,-13v0,-4,2,-6,6,-6xm113,-136v20,0,36,0,36,-20v0,-19,-16,-19,-36,-19r0,39","w":257},"\u00a9":{"d":"129,-239v61,0,114,53,114,114v0,60,-54,114,-114,114v-61,0,-115,-53,-115,-114v0,-61,53,-114,115,-114xm129,-36v48,0,89,-41,89,-89v0,-48,-41,-90,-89,-90v-48,0,-90,42,-90,90v0,48,42,89,90,89xm87,-126v0,-57,45,-92,78,-51v0,12,3,26,-13,23v-8,0,-7,-8,-7,-16v-23,-19,-38,12,-38,44v0,32,14,63,38,45v-6,-15,14,-23,19,-10v4,25,-16,34,-32,34v-33,0,-45,-31,-45,-69","w":257},"\u00b4":{"d":"80,-251v-12,18,-21,41,-36,56v-7,-1,-23,4,-22,-4v9,-18,13,-42,26,-56v10,2,31,-5,32,4","w":101},"\u00a8":{"d":"106,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm43,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21","w":148},"\u00c6":{"d":"266,0r-138,0v-9,-7,-9,-44,14,-35v-2,-11,3,-28,-3,-35r-54,0r-16,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r103,-216r125,0v-2,20,4,48,-3,63v-10,-2,-28,5,-31,-4r0,-20r-51,0r5,64v23,2,53,-4,70,3v-2,10,5,28,-4,31r-63,0r6,75r48,0v1,-8,-4,-22,4,-24v10,2,28,-4,31,4r0,59xm140,-205v-12,35,-26,67,-40,100r40,0r0,-100","w":283},"\u00d8":{"d":"148,-237v68,54,46,286,-78,234v-2,13,-8,21,-26,18v-8,-5,5,-21,6,-30v-65,-57,-46,-282,79,-234v2,-13,7,-24,27,-20v6,8,-7,22,-8,32xm116,-211v-42,-22,-58,34,-58,85v0,28,3,49,9,63xm83,-40v44,19,58,-33,58,-86v0,-28,-3,-49,-9,-63","w":199},"\u00b1":{"d":"141,-144v7,5,6,32,0,35r-43,0v-2,15,5,39,-4,47v-10,-2,-28,4,-31,-4r0,-43v-15,-2,-39,5,-47,-4v2,-10,-4,-28,4,-31r43,0v2,-15,-5,-39,4,-47v10,2,28,-4,31,4r0,43r43,0xm141,-50v8,3,6,26,0,27r-121,0v-6,-1,-7,-24,0,-27r121,0","w":160},"\u00a5":{"d":"171,-230v2,15,0,25,-20,21r-28,75v17,-3,24,6,17,19v-1,11,-15,6,-26,7r-6,16v17,-1,44,-4,32,19v-2,13,-23,6,-36,8r0,35v16,-2,25,3,21,21v-4,19,-44,6,-64,9v-11,2,-9,-11,-9,-21v-1,-11,11,-9,21,-9r0,-35v-18,-1,-47,8,-37,-20v4,-11,21,-6,33,-7r-6,-16v-17,1,-36,1,-27,-19v1,-7,9,-7,17,-7r-27,-75v-16,2,-21,-2,-21,-21v0,-6,3,-8,9,-8r48,0v11,-1,7,12,8,21v1,8,-5,8,-12,8r31,87r30,-87v-14,3,-12,-9,-12,-21v0,-6,2,-8,8,-8r48,0v6,0,8,2,8,8","w":176},"\u00b5":{"d":"57,-75v-5,56,37,66,55,34r0,-102v-14,3,-15,-8,-14,-21v1,-16,28,-5,42,-8r0,146v15,-3,15,6,15,21v0,14,-22,6,-34,8r-4,-10v-15,16,-41,17,-60,6r0,64v1,11,-11,7,-20,8v-5,0,-8,-2,-8,-8r0,-206v-14,3,-16,-7,-15,-21v2,-16,29,-5,43,-8r0,97","w":169},"\u03bc":{"d":"57,-75v-5,56,37,66,55,34r0,-102v-14,3,-15,-8,-14,-21v1,-16,28,-5,42,-8r0,146v15,-3,15,6,15,21v0,14,-22,6,-34,8r-4,-10v-15,16,-41,17,-60,6r0,64v1,11,-11,7,-20,8v-5,0,-8,-2,-8,-8r0,-206v-14,3,-16,-7,-15,-21v2,-16,29,-5,43,-8r0,97","w":169},"\u00aa":{"d":"22,-225v13,-47,85,-34,85,15r0,77v11,-1,12,7,12,18v0,15,-21,9,-34,10r-2,-6v-30,21,-69,-3,-69,-38v0,-34,27,-50,64,-48v7,-29,-22,-36,-30,-18v-7,13,-24,-1,-26,-10xm85,-88v6,2,4,19,0,20v-16,-3,-46,11,-40,-17v7,-7,28,-1,40,-3xm58,-167v-20,0,-17,36,-1,37v8,0,15,-3,21,-9r0,-30","w":129},"\u00ba":{"d":"66,-255v35,0,51,32,51,75v0,45,-15,77,-51,77v-36,0,-52,-32,-52,-77v0,-44,14,-75,52,-75xm84,-88v6,2,4,19,0,20v-16,-3,-46,11,-40,-17v7,-7,28,-1,40,-3xm66,-131v31,0,30,-97,0,-96v-19,1,-23,21,-22,48v0,26,4,48,22,48","w":131},"\u00e6":{"d":"118,-165v53,-41,123,2,107,83v0,4,-2,6,-6,6r-84,0v-1,50,33,56,59,30v11,-7,17,9,24,13v3,3,4,6,1,9v-20,34,-86,37,-108,3v-23,43,-101,19,-97,-33v1,-33,30,-55,70,-51v12,1,11,-11,11,-23v1,-27,-39,-24,-45,-4v-8,4,-21,-10,-23,-18v18,-32,65,-43,91,-15xm186,-108v-1,-26,-8,-39,-23,-39v-17,0,-26,13,-28,39r51,0xm94,-81v-14,5,-39,-1,-39,27v0,33,32,32,44,10v-3,-11,-5,-23,-5,-37","w":240},"\u00f8":{"d":"121,-168v51,40,36,199,-57,169v-1,12,-10,16,-25,14v-6,-4,5,-17,5,-24v-54,-36,-37,-203,56,-169v1,-11,12,-11,24,-10v6,3,-3,14,-3,20xm90,-145v-24,-10,-35,12,-35,55v0,15,2,27,4,36xm108,-90v0,-13,-1,-23,-3,-31r-30,90v26,6,32,-17,33,-59"},"\u00bf":{"d":"84,-181v15,0,30,15,30,30v0,17,-13,31,-30,31v-16,0,-31,-15,-31,-31v0,-16,15,-30,31,-30xm97,-97v24,44,-34,82,-34,119v0,35,41,29,47,0v8,-5,24,5,35,6v2,1,4,3,3,5v-12,31,-34,47,-65,47v-36,1,-63,-27,-61,-64v2,-41,49,-67,45,-110v4,-7,21,-1,30,-3","w":169},"\u00a1":{"d":"59,-181v17,0,31,14,31,30v0,16,-14,31,-31,31v-16,0,-30,-15,-30,-31v0,-15,15,-30,30,-30xm82,75v-8,6,-35,4,-45,0v0,-58,-2,-119,6,-169v4,-6,27,-5,33,0v8,51,6,111,6,169","w":118},"\u00ac":{"d":"128,-64r-25,0r0,-42r-89,0r0,-26r114,0r0,68","w":149},"\u00ab":{"d":"114,-38r-48,-61r0,-42r48,-61r0,44r-37,38r37,38r0,44xm63,-38r-49,-61r0,-42r49,-61r0,44r-37,38r37,38r0,44","w":133},"\u00bb":{"d":"120,-99r-49,61r0,-44r37,-38r-37,-38r0,-44r49,61r0,42xm68,-99r-48,61r0,-44r37,-38r-37,-38r0,-44r48,61r0,42","w":133},"\u00a0":{"w":39},"\u00c0":{"d":"117,-272v-1,5,-23,5,-27,0r-32,-52v2,-8,32,-6,38,0xm186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211},"\u00c3":{"d":"141,-301v5,-3,22,9,13,16v-20,43,-68,-20,-87,11v-5,5,-16,-7,-15,-14v16,-35,57,-6,79,-3v2,-1,7,-7,10,-10xm186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211},"\u00d5":{"d":"140,-301v6,-5,20,10,14,16v-20,44,-69,-20,-87,11v-5,5,-18,-7,-14,-16v22,-42,70,20,87,-11xm100,-254v61,0,85,55,85,128v0,73,-24,129,-85,129v-61,0,-86,-57,-86,-129v0,-73,25,-128,86,-128xm100,-35v33,-4,41,-44,41,-91v0,-48,-7,-86,-41,-91v-59,5,-58,177,0,182","w":199},"\u00f7":{"d":"80,-203v12,0,24,11,24,23v0,13,-11,25,-24,24v-12,0,-23,-11,-23,-24v0,-11,12,-23,23,-23xm141,-144v7,5,6,32,0,35r-121,0v-7,-3,-6,-30,0,-35r121,0xm80,-97v12,0,24,11,24,23v0,13,-11,25,-24,24v-12,0,-23,-11,-23,-24v0,-11,12,-23,23,-23","w":160},"\u00ff":{"d":"121,-242v11,0,20,10,20,21v0,11,-9,21,-20,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21xm57,-242v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21xm165,-178v13,6,9,41,-12,31r-58,194v-9,25,-21,33,-54,33v-10,0,-5,-16,-6,-25v6,-14,27,-1,32,-22r8,-33r-7,0r-45,-147v-8,0,-18,2,-18,-6v1,-10,-4,-25,7,-25r45,0r23,92r8,48v7,-51,20,-94,32,-140r45,0","w":176},"\u00a4":{"d":"172,-27v-44,61,-141,19,-138,-57v-14,3,-18,-7,-14,-19v2,-5,6,-8,12,-8v-1,-6,4,-18,-6,-15v-12,0,-8,-11,-6,-19v1,-6,6,-9,14,-8v0,-78,92,-120,138,-58v0,17,5,37,-21,31v-10,1,-9,-9,-9,-19v-31,-36,-76,4,-76,46v20,2,48,-4,63,3v3,8,0,24,-11,24r-54,0r0,15r58,0v12,0,8,12,6,20v-8,15,-42,4,-62,7v1,42,45,80,76,45v-3,-16,5,-18,22,-18v14,0,6,19,8,30","w":190},"\u00b7":{"d":"49,-148v16,0,30,14,30,31v0,16,-14,31,-30,31v-17,0,-31,-15,-31,-31v0,-17,14,-31,31,-31","w":97},"\u2219":{"d":"49,-148v16,0,30,14,30,31v0,16,-14,31,-30,31v-17,0,-31,-15,-31,-31v0,-17,14,-31,31,-31","w":97},"\u00c2":{"d":"153,-267r-26,0r-22,-51r-22,51r-26,0r33,-67r30,0xm186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211},"\u00ca":{"d":"138,-267r-25,0r-22,-51r-22,51r-26,0r33,-67r30,0xm163,0r-149,0v-5,-5,-5,-28,0,-35r17,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31r149,0v-2,20,5,50,-4,63v-10,-2,-27,4,-30,-4r0,-20r-55,0r0,64v23,2,54,-4,72,3v-2,10,5,28,-4,31r-68,0r0,75r55,0v1,-8,-3,-21,3,-24v10,2,28,-4,31,4r0,59","w":181},"\u00c1":{"d":"146,-324v-13,18,-21,41,-37,55v-7,-1,-22,3,-22,-3v9,-18,13,-42,26,-56v10,2,31,-4,33,4xm186,-35v24,-9,25,26,16,35r-74,0v-9,-7,-9,-44,14,-35r-8,-35r-57,0r-8,35v6,1,18,-3,18,4v0,10,3,26,-3,31r-75,0v-7,-3,-6,-30,0,-35r17,0r61,-216r38,0xm126,-105r-20,-100v-5,35,-13,67,-21,100r41,0","w":211},"\u00cb":{"d":"123,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-11,0,-21,-10,-21,-22v0,-12,9,-21,21,-21xm60,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-11,0,-21,-10,-21,-22v0,-12,9,-21,21,-21xm167,0r-149,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r149,0v-2,20,5,50,-4,63v-10,-2,-28,4,-31,-4r0,-20r-55,0r0,64v23,2,54,-4,72,3v-2,10,4,27,-3,31r-69,0r0,75r55,0v1,-8,-4,-22,4,-24v10,2,28,-4,31,4r0,59","w":184},"\u00c8":{"d":"123,-272v1,2,1,3,-2,3v-9,-1,-21,3,-25,-3r-31,-52v1,-8,32,-6,37,0xm167,0r-149,0v-7,-3,-6,-30,0,-35r16,0r0,-182v-7,-1,-18,3,-20,-3v2,-10,-5,-28,4,-31r149,0v-2,20,5,50,-4,63v-10,-2,-28,4,-31,-4r0,-20r-55,0r0,64v23,2,54,-4,72,3v-2,10,4,27,-3,31r-69,0r0,75r55,0v1,-8,-4,-22,4,-24v10,2,28,-4,31,4r0,59","w":184},"\u00cd":{"d":"100,-324v-13,18,-21,41,-37,55v-7,-1,-22,3,-22,-3v9,-18,14,-41,26,-56v10,2,32,-5,33,4xm105,-35v7,5,6,32,0,35r-87,0v-7,-3,-6,-30,0,-35r22,0r0,-182v-8,-1,-23,3,-26,-3v2,-10,-5,-28,4,-31v29,2,67,-5,91,3v-2,10,5,28,-4,31r-22,0r0,182r22,0","w":123},"\u00ce":{"d":"109,-267r-25,0r-22,-51r-22,51r-26,0r33,-67r30,0xm106,-35v7,5,6,32,0,35r-87,0v-5,-5,-5,-28,0,-35r22,0r0,-182v-8,-1,-22,3,-25,-3v2,-10,-4,-27,3,-31v29,2,67,-5,91,3v-2,10,5,28,-4,31r-21,0r0,182r21,0","w":124},"\u00cf":{"d":"99,-308v12,0,21,9,21,21v0,12,-10,22,-21,22v-12,0,-21,-11,-22,-22v0,-11,10,-21,22,-21xm14,-287v0,-30,43,-25,43,0v0,27,-43,28,-43,0xm110,-35v7,5,6,32,0,35r-87,0v-5,-5,-5,-28,0,-35r22,0r0,-182v-8,-1,-22,3,-25,-3v2,-10,-4,-27,3,-31v29,2,67,-5,91,3v-2,10,5,28,-4,31r-22,0r0,182r22,0","w":134},"\u00cc":{"d":"87,-272v1,2,1,3,-2,3v-9,-1,-21,3,-25,-3r-31,-52v1,-8,32,-6,37,0xm105,-35v7,5,6,32,0,35r-87,0v-7,-3,-6,-30,0,-35r22,0r0,-182v-8,-1,-23,3,-26,-3v2,-10,-5,-28,4,-31v29,2,67,-5,91,3v-2,10,5,28,-4,31r-22,0r0,182r22,0","w":123},"\u00d3":{"d":"136,-324v-13,18,-20,41,-36,55v-7,-1,-22,3,-22,-3v9,-18,13,-42,26,-56v10,2,31,-5,32,4xm100,-254v61,0,85,55,85,128v0,73,-24,129,-85,129v-61,0,-86,-57,-86,-129v0,-73,25,-128,86,-128xm100,-35v33,-4,41,-44,41,-91v0,-48,-7,-86,-41,-91v-59,5,-58,177,0,182","w":199},"\u00d4":{"d":"148,-267r-26,0r-22,-51r-22,51r-25,0r32,-67r30,0xm100,-254v61,0,85,55,85,128v0,73,-24,129,-85,129v-61,0,-86,-57,-86,-129v0,-73,25,-128,86,-128xm100,-35v33,-4,41,-44,41,-91v0,-48,-7,-86,-41,-91v-59,5,-58,177,0,182","w":199},"\u00d2":{"d":"125,-272v0,5,-23,5,-27,0r-32,-52v2,-7,32,-6,38,0xm100,-254v61,0,85,55,85,128v0,73,-24,129,-85,129v-61,0,-86,-57,-86,-129v0,-73,25,-128,86,-128xm100,-35v33,-4,41,-44,41,-91v0,-48,-7,-86,-41,-91v-59,5,-58,177,0,182","w":199},"\u00da":{"d":"135,-324v-13,18,-21,41,-37,55v-7,-1,-22,3,-22,-3v9,-18,13,-42,26,-56v10,2,31,-4,33,4xm104,3v-93,0,-71,-126,-73,-220v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31v25,2,58,-4,77,3v-1,15,7,37,-18,31v3,57,-13,182,31,182v44,0,28,-126,31,-182v-6,-1,-17,3,-18,-3v2,-10,-5,-28,4,-31v25,2,58,-4,77,3v0,16,6,37,-20,31v-3,94,21,220,-74,220","w":208},"\u00db":{"d":"152,-267r-26,0r-22,-51r-22,51r-25,0r32,-67r31,0xm104,3v-93,0,-71,-126,-73,-220v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31v25,2,58,-4,77,3v-1,15,7,37,-18,31v3,57,-13,182,31,182v44,0,28,-126,31,-182v-6,-1,-17,3,-18,-3v2,-10,-5,-28,4,-31v25,2,58,-4,77,3v0,16,6,37,-20,31v-3,94,21,220,-74,220","w":208},"\u00d9":{"d":"134,-272v0,6,-23,5,-27,0r-32,-52v2,-7,32,-6,38,0xm104,3v-93,0,-71,-126,-73,-220v-7,-1,-18,3,-20,-3v2,-10,-4,-27,3,-31v25,2,58,-4,77,3v-1,15,7,37,-18,31v3,57,-13,182,31,182v44,0,28,-126,31,-182v-6,-1,-17,3,-18,-3v2,-10,-5,-28,4,-31v25,2,58,-4,77,3v0,16,6,37,-20,31v-3,94,21,220,-74,220","w":208},"\u00af":{"d":"122,-214r-79,0r0,-26r79,0r0,26","w":165},"\u02c9":{"d":"122,-214r-79,0r0,-26r79,0r0,26","w":165},"\u00b8":{"d":"110,26r-24,48r-30,0r29,-50r-10,-28r19,-9","w":165}}});

/* - AProBold_400.font.js - */
// http://www.donaufestival.at/portal_javascripts/AProBold_400.font.js?original=1
Cufon.registerFont({"w":184,"face":{"font-family":"AProBold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-7 -286.284 283 79.6388","underline-thickness":"21.6","underline-position":"-37.8","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":108,"k":{"v":7,"t":7}},"!":{"d":"78,-251r-2,188r-34,0r-1,-188r37,0xm59,-44v12,0,24,11,24,23v0,12,-12,24,-24,24v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23","w":111},"\"":{"d":"82,-251v0,-23,38,-25,37,0r0,53r-37,0r0,-53xm42,-270v28,0,15,45,18,72r-37,0v2,-28,-9,-72,19,-72","w":142,"k":{"z":14,"u":11,"s":11,"r":11,"q":18,"p":14,"o":18,"m":11,"g":18,"f":14,"e":18,"d":18,"c":18,"a":18,"J":14,"A":18,"#":18}},"#":{"d":"243,-181r-8,36r-43,0r-8,39r42,0r-7,35r-43,0r-15,71r-37,0r15,-71r-40,0r-15,71r-37,0r16,-71r-43,0r7,-35r44,0r8,-39r-43,0r8,-36r43,0r15,-70r37,0r-16,70r40,0r16,-70r36,0r-15,70r43,0xm156,-145r-40,0r-9,39r40,0","w":262,"k":{"6":11,"4":11}},"$":{"d":"115,-144v37,10,60,22,61,61v0,36,-28,59,-61,64r0,19r-34,0r0,-19v-31,-5,-52,-21,-62,-48r33,-12v5,14,15,22,29,25r0,-64v-35,-8,-57,-21,-58,-56v-1,-32,26,-53,58,-56r0,-21r34,0r0,21v22,4,40,16,52,38r-30,17v-6,-10,-13,-17,-22,-20r0,51xm81,-153r0,-43v-32,4,-32,37,0,43xm115,-54v35,-8,37,-48,0,-56r0,56","w":190},"%":{"d":"219,-138v37,0,56,30,56,71v0,41,-19,71,-56,71v-36,0,-55,-29,-55,-71v0,-42,19,-71,55,-71xm222,-251r-115,251r-35,0r116,-251r34,0xm75,-255v37,0,56,30,56,71v0,41,-19,71,-56,71v-36,0,-55,-29,-55,-71v0,-42,19,-71,55,-71xm219,-27v19,0,25,-15,24,-40v0,-23,-5,-40,-24,-40v-19,0,-24,17,-24,40v0,24,5,40,24,40xm75,-144v19,0,25,-18,25,-40v0,-23,-6,-40,-25,-40v-19,0,-24,17,-24,40v0,23,5,40,24,40","w":294},"&":{"d":"95,-254v31,0,56,23,55,55v0,24,-14,46,-42,64v18,24,38,45,57,64v7,-13,10,-31,10,-53r36,0v0,31,-6,56,-19,76v7,5,6,6,22,18r-20,30v-5,-4,-13,-10,-25,-19v-49,43,-158,24,-158,-51v0,-30,16,-55,46,-74v-35,-44,-19,-110,38,-110xm113,-199v0,-12,-6,-19,-18,-19v-29,2,-22,35,-8,55v17,-12,26,-23,26,-36xm77,-115v-46,23,-33,85,20,83v17,0,32,-4,44,-12v-22,-21,-44,-45,-64,-71","w":254,"k":{"'":22}},"'":{"d":"42,-270v28,0,15,45,18,72r-37,0v2,-28,-9,-72,19,-72","w":83,"k":{"z":7,"u":11,"s":29,"r":7,"q":14,"o":14,"n":11,"m":11,"g":18,"f":7,"e":18,"d":18,"c":18,"a":22,"J":14,"A":18,"'":-83}},"(":{"d":"115,-251v-35,28,-62,68,-63,125v0,48,21,90,63,126r-47,0v-68,-50,-68,-200,0,-251r47,0","w":123,"k":{"4":7,"0":5}},")":{"d":"62,-251v30,28,53,73,53,125v0,52,-23,99,-53,126r-47,0v88,-63,76,-196,0,-251r47,0","w":123},"*":{"d":"152,-197r-45,13r29,37r-25,18r-27,-38r-26,38r-26,-18r29,-37r-45,-13r10,-30r44,16r-2,-47r32,0r-2,47r45,-16","w":168},"+":{"d":"173,-83r-63,0r0,63r-31,0r0,-63r-63,0r0,-31r63,0r0,-63r31,0r0,63r63,0r0,31","w":189},",":{"d":"45,-46v22,0,24,22,22,46r-31,47r-13,0v4,-34,-14,-93,22,-93","w":90,"k":{"Y":14,"W":7,"V":11,"T":14,"9":14,"7":11,"4":11,"3":4,"1":18,"0":7}},"-":{"d":"127,-84r-104,0r0,-29r104,0r0,29","w":150,"k":{"x":7,"Z":11,"Y":11,"X":11,"T":22,"A":7,"9":11,"7":14,"3":7,"2":11,"1":18}},"\u2010":{"d":"127,-84r-104,0r0,-29r104,0r0,29","w":150},".":{"d":"48,-46v13,0,25,11,25,24v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-25v0,-13,12,-24,25,-24","w":96,"k":{"Y":18,"W":14,"V":14,"T":14,"9":14,"7":7,"5":7,"4":11,"3":11,"1":29}},"\/":{"d":"156,-279r-117,306r-37,0r117,-306r37,0","w":157,"k":{"z":18,"y":11,"x":11,"w":11,"v":7,"u":18,"t":7,"s":29,"r":18,"q":29,"p":18,"o":29,"n":18,"m":18,"g":29,"f":7,"e":29,"d":18,"c":29,"a":29,"Y":-14,"W":-14,"V":-14,"T":-14,"O":18,"J":25,"I":-11,"G":14,"C":14,"A":29,"7":-7,"6":20,"4":22,"0":7,"\/":36}},"0":{"d":"107,-253v62,0,88,58,88,127v0,70,-26,129,-88,129v-62,0,-89,-59,-89,-129v0,-70,27,-127,89,-127xm159,-126v0,-62,-17,-92,-52,-92v-35,0,-52,30,-52,92v0,62,17,94,52,94v35,0,52,-32,52,-94","w":213,"k":{"}":7,"]":7,"\\":7,"9":4,"7":4,"6":7,"4":4,"3":4,"2":4,"\/":7}},"1":{"d":"102,0r-38,0r0,-201r-35,23r-18,-29r69,-44r22,0r0,251","w":148,"k":{".":14,"-":7,",":11}},"2":{"d":"18,-199v24,-82,161,-69,161,19v0,51,-42,64,-71,88v-21,16,-36,34,-47,56r124,0r0,36r-167,0r0,-29v20,-56,59,-87,104,-116v37,-23,20,-76,-24,-74v-21,0,-37,12,-47,35","w":203,"k":{"}":4,"\\":7,"9":11,"8":7,"7":7,"6":11,"4":22,"3":4,"0":7,"-":11,"#":7}},"3":{"d":"18,-198v22,-81,156,-70,156,15v0,23,-8,40,-24,51v60,37,22,135,-53,135v-42,0,-69,-21,-83,-62r36,-11v9,50,92,48,92,-4v0,-28,-20,-42,-59,-42r0,-29v69,8,67,-73,13,-74v-20,0,-35,12,-43,35","w":198,"k":{"}":7,"]":7,"\\":4,"4":4,".":11}},"4":{"d":"190,-61r-23,0r0,61r-37,0r0,-61r-119,0r0,-28r106,-162r41,0r-101,156r73,0r0,-79r37,5r0,74r23,0r0,34","w":202,"k":{"9":7}},"5":{"d":"61,-164v60,-31,122,13,122,78v0,51,-37,89,-87,89v-41,0,-68,-20,-80,-59r34,-13v8,24,23,36,46,36v32,1,50,-22,50,-53v0,-52,-59,-69,-91,-35r-29,0r0,-130r141,0r0,35r-106,0r0,52","w":196,"k":{"}":7,"9":14,"7":4,"3":7,"2":7}},"6":{"d":"66,-151v53,-35,119,9,119,73v0,47,-37,80,-82,80v-50,0,-86,-38,-85,-87v0,-70,30,-124,90,-166r49,0v-45,32,-75,65,-91,100xm103,-33v25,0,47,-20,46,-45v0,-28,-18,-50,-46,-50v-29,1,-48,18,-48,48v0,26,24,47,48,47","w":199,"k":{"}":7,"9":14,"8":7,"7":7,"4":7,"3":7,"2":7,"1":7,"0":4}},"7":{"d":"57,0v0,-94,23,-159,66,-216r-77,0r0,17r-35,0r0,-52r161,0r0,29v-52,54,-79,121,-77,222r-38,0","w":182,"k":{"\\":-7,";":7,":":11,"9":7,"8":7,"6":22,"5":7,"4":29,"3":7,"2":11,"0":7,"\/":18,".":22,"-":18,",":11,"#":14}},"8":{"d":"98,-253v65,-7,106,83,55,121v60,37,18,144,-55,135v-75,8,-116,-99,-52,-135v-54,-37,-13,-129,52,-121xm98,-147v24,0,40,-12,41,-35v1,-22,-20,-37,-41,-37v-21,0,-40,16,-40,37v0,24,16,36,40,35xm98,-33v26,0,47,-18,47,-42v1,-26,-21,-43,-47,-43v-28,0,-47,16,-47,43v0,24,21,42,47,42","w":196,"k":{"]":4,"9":11,"7":7,"4":7}},"9":{"d":"95,-254v50,0,84,40,84,92v0,66,-29,120,-88,162r-51,0v44,-32,71,-56,92,-102v-55,31,-118,-14,-118,-71v0,-44,37,-81,81,-81xm95,-127v25,0,46,-21,46,-46v0,-25,-21,-46,-46,-46v-23,0,-45,22,-45,46v0,24,22,46,45,46","w":195,"k":{"}":7,"]":11,"\\":7,"8":7,"7":7,"6":14,"4":11,"3":7,"2":11,"0":7,"\/":14,".":29,"-":7,",":11,"#":14}},":":{"d":"48,-150v14,0,25,11,25,25v0,13,-12,24,-25,24v-13,0,-25,-12,-25,-24v0,-13,11,-25,25,-25xm48,-46v13,0,25,11,25,24v0,14,-11,25,-25,25v-14,0,-25,-12,-25,-25v0,-13,12,-24,25,-24","w":96,"k":{"7":7}},";":{"d":"48,-150v14,0,25,11,25,25v0,13,-12,24,-25,24v-13,0,-25,-12,-25,-24v0,-13,11,-25,25,-25xm48,-46v22,-1,23,23,21,46r-30,47r-13,0v4,-34,-14,-91,22,-93","w":96},"<":{"d":"166,0r-48,0r-100,-126r100,-125r48,0r-100,125","w":183,"k":{"<":54}},"=":{"d":"173,-111r-153,0r0,-30r153,0r0,30xm173,-39r-153,0r0,-30r153,0r0,30","w":192},">":{"d":"166,-126r-100,126r-48,0r100,-126r-100,-125r48,0","w":183,"k":{">":54}},"?":{"d":"90,-254v67,0,105,91,41,120v-27,12,-25,37,-27,71r-28,0v-15,-60,10,-85,45,-105v19,-21,-3,-53,-31,-51v-25,2,-40,16,-40,42r-35,0v-1,-45,31,-77,75,-77xm90,-44v12,0,25,12,23,24v2,12,-12,23,-23,23v-11,0,-23,-12,-23,-23v0,-12,11,-24,23,-24","w":181},"@":{"d":"155,-252v74,0,97,81,77,153r-6,100r-36,-2r2,-18v-41,46,-114,19,-111,-47v3,-70,53,-135,121,-105v-7,-29,-19,-47,-47,-47v-74,0,-127,125,-77,191r-18,27v-83,-78,-12,-250,95,-252xm139,-30v39,-4,68,-59,51,-102v-12,-31,-53,-4,-62,21v-16,25,-20,75,11,81","w":262},"A":{"d":"239,0r-41,0r-28,-71r-97,0r-28,71r-41,0r99,-251r36,0xm156,-107r-35,-86r-34,86r69,0","w":242,"k":{"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"\\":25,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7,"C":7,"-":7,"'":18,"\"":18}},"B":{"d":"27,-251v81,-1,177,-11,174,71v0,20,-6,36,-18,49v18,13,27,33,27,58v0,85,-98,74,-183,73r0,-251xm65,-147v41,-2,98,12,98,-33v0,-46,-55,-32,-98,-34r0,67xm65,-37v45,-2,107,13,107,-36v0,-49,-62,-33,-107,-36r0,72","w":230,"k":{"o":5,"\\":11,"Y":22,"V":7,"U":4,"T":11,"A":4,"\/":7}},"C":{"d":"16,-126v0,-94,72,-159,152,-115v11,7,24,18,38,34r-30,24v-38,-59,-122,-40,-122,57v0,98,85,118,122,57r30,24v-26,28,-43,47,-87,48v-69,1,-103,-55,-103,-129","w":221,"k":{"X":4,"V":4,"Q":13,"O":4,"G":13,"C":13}},"D":{"d":"107,-251v86,-2,107,37,107,125v0,89,-21,128,-107,126r-80,0r0,-251r80,0xm65,-37v78,2,111,2,111,-89v0,-70,-5,-87,-69,-88r-42,0r0,177","w":233,"k":{"\\":7,"Z":11,"Y":11,"X":14,"W":7,"V":7,"T":11,"S":4,"J":7,"D":7,"A":11}},"E":{"d":"194,0r-167,0r0,-251r167,0r0,37r-129,0r0,67r113,0r0,35r-113,0r0,75r129,0r0,37","w":212,"k":{"q":7,"T":-4,"S":7,"O":7,"C":7}},"F":{"d":"190,-214r-125,0r0,67r112,0r0,35r-112,0r0,112r-38,0r0,-251r163,0r0,37","w":204,"k":{"u":7,"r":7,"o":11,"e":11,"a":11,"W":-7,"V":-7,"T":-11,"Q":7,"J":18,"I":-4,"F":7,"C":7,"A":25,"\/":18,".":14,"-":7,",":14}},"G":{"d":"16,-126v0,-94,72,-158,152,-115v11,7,24,18,38,34r-30,24v-44,-62,-122,-38,-122,57v0,110,117,124,118,23r-63,0r0,-38r99,0r0,141r-34,0r0,-23v-13,18,-32,26,-56,26v-68,1,-102,-57,-102,-129","w":231,"k":{"Y":14,"W":7,"V":7,"T":7,"G":4}},"H":{"d":"216,0r-39,0r0,-112r-112,0r0,112r-38,0r0,-251r38,0r0,103r112,0r0,-103r39,0r0,251","w":242,"k":{"Y":7}},"I":{"d":"68,0r-39,0r0,-251r39,0r0,251","w":96,"k":{"J":7,"\/":-11}},"J":{"d":"87,-35v34,0,45,-12,45,-45r0,-171r38,0r0,171v0,54,-30,82,-83,83v-43,0,-70,-23,-82,-66r37,-9v9,28,12,36,45,37","w":193,"k":{"A":7}},"K":{"d":"217,0r-49,0r-103,-126r0,126r-38,0r0,-251r38,0r0,122r89,-122r44,0r-90,124","w":222,"k":{"y":11,"w":11,"v":14,"u":11,"r":7,"o":11,"e":7,"a":7,"S":13,"Q":14,"O":14,"G":11,"C":13,"-":11}},"L":{"d":"179,0r-152,0r0,-251r38,0r0,214r114,0r0,37","k":{"y":7,"Y":31,"V":14,"U":7,"T":31,"Q":14,"O":11,"L":7,"G":11,"C":7,"A":-7,"-":11,"'":14,"\"":18}},"M":{"d":"242,0r-38,0r0,-142r-54,142r-32,0r-52,-142r0,142r-39,0r0,-251r35,0r72,192r73,-192r35,0r0,251","w":269},"N":{"d":"207,0r-35,0r-107,-174r0,174r-38,0r0,-251r35,0r107,174r0,-174r38,0r0,251","w":234},"O":{"d":"120,-255v70,0,104,55,104,129v0,74,-33,129,-104,129v-71,0,-104,-55,-104,-129v0,-74,34,-129,104,-129xm185,-126v0,-61,-21,-91,-65,-91v-44,0,-66,30,-66,91v0,61,22,92,66,92v44,0,65,-31,65,-92","w":239,"k":{"}":11,"]":7,"\\":11,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"B":7,"A":5,"\/":18}},"P":{"d":"27,-251v85,0,183,-14,183,73v0,72,-68,80,-145,75r0,103r-38,0r0,-251xm172,-178v0,-49,-62,-34,-107,-36r0,76v47,0,107,7,107,-40","w":222,"k":{"t":-4,"s":11,"o":11,"e":11,"Y":7,"X":7,"S":7,"R":4,"P":7,"O":4,"N":4,"J":31,"H":4,"E":7,"A":32,"\/":36,".":14,"-":18,",":14}},"Q":{"d":"123,-255v103,-5,129,143,83,217r32,38r-50,0r-10,-12v-81,45,-158,-17,-158,-114v0,-74,34,-125,103,-129xm189,-126v0,-61,-22,-91,-66,-91v-44,0,-65,30,-65,91v0,75,39,107,96,85v-10,-8,-20,-13,-32,-14r0,-34v24,2,43,10,57,22v7,-13,10,-33,10,-59","w":257,"k":{"\\":7,"Y":14,"T":11}},"R":{"d":"203,-178v0,36,-21,61,-53,67r64,111r-44,0r-50,-89v-10,-22,-29,-16,-55,-17r0,106r-38,0r0,-251v83,-2,179,-9,176,73xm163,-178v0,-43,-55,-36,-98,-36r0,73v43,0,98,7,98,-37","w":225,"k":{"u":4,"o":7,"h":4,"e":7,"d":7,"a":7,"Y":7,"V":7,"U":7,"T":7,"S":4,"R":-4,"Q":7,"O":4,"G":7,"C":7}},"S":{"d":"171,-177v-15,-28,-21,-38,-60,-39v-31,0,-46,10,-46,30v0,31,107,44,108,52v25,13,38,33,38,60v1,47,-44,79,-93,78v-58,0,-92,-27,-102,-82r38,-7v8,35,23,52,64,52v27,0,57,-15,54,-41v-7,-61,-145,-31,-145,-112v0,-65,93,-83,142,-53v14,9,27,24,37,46","w":226,"k":{"q":-4,"Y":11,"T":11,"S":4,"A":4}},"T":{"d":"196,-214r-75,0r0,214r-39,0r0,-214r-75,0r0,-37r189,0r0,37","w":203,"k":{"y":22,"x":9,"w":22,"v":22,"u":36,"s":29,"r":11,"q":18,"p":11,"o":31,"n":31,"m":31,"g":31,"e":31,"d":14,"c":31,"a":31,"\\":-11,"Y":-4,"W":-4,"V":-7,"T":-11,"S":7,"Q":11,"O":11,"J":31,"G":11,"D":-4,"C":13,"A":29,"\/":18,".":14,"-":22,",":14}},"U":{"d":"120,-34v89,1,46,-136,56,-217r38,0r0,144v0,73,-31,110,-94,110v-63,0,-95,-37,-95,-110r0,-144r38,0r0,144v-1,48,13,72,57,73","w":239,"k":{"U":7,"S":7,"P":11,"A":11,"\/":11}},"V":{"d":"208,-251r-83,251r-33,0r-83,-251r40,0r60,187r59,-187r40,0","w":217,"k":{"s":5,"o":22,"g":9,"e":22,"d":22,"c":11,"a":22,"\\":-14,"T":-7,"S":7,"Q":7,"O":7,"J":29,"G":7,"C":11,"A":29,"\/":22,".":14,",":11}},"W":{"d":"283,-251r-62,251r-34,0r-43,-167r-42,167r-34,0r-63,-251r40,0r41,166r42,-166r32,0r43,166r40,-166r40,0","w":288,"k":{"y":7,"r":7,"o":14,"g":7,"e":11,"d":18,"a":14,"\\":-14,"Z":11,"T":-4,"O":4,"J":29,"G":7,"C":4,"A":18,"\/":22,".":14,",":7}},"X":{"d":"224,0r-46,0r-62,-96r-62,96r-45,0r85,-129r-80,-122r45,0r57,90r58,-90r45,0r-80,122","w":232,"k":{"u":7,"o":5,"\\":-7,"O":11,"G":7,"C":11,"-":11}},"Y":{"d":"215,-251r-84,167r0,84r-38,0r0,-85r-84,-166r42,0r60,120r61,-120r43,0","w":223,"k":{"v":14,"u":22,"s":5,"q":14,"o":36,"g":7,"e":36,"d":32,"c":11,"a":32,"\\":-14,"U":4,"T":-4,"S":7,"Q":14,"O":14,"N":4,"J":29,"G":14,"C":11,"A":32,"\/":29,".":18,"-":11,",":14}},"Z":{"d":"197,0r-181,0r0,-29r129,-185r-117,0r0,-37r169,0r0,30r-129,184r129,0r0,37","w":216,"k":{"o":14,"e":14,"\\":-7,"Z":7,"S":7,"Q":11,"O":7,"J":14,"G":7,"C":11,"-":7}},"[":{"d":"93,27r-68,0r0,-306r68,0r0,24r-33,0r0,258r33,0r0,24","w":111,"k":{"O":7,"9":4,"8":4,"6":7,"4":18,"3":11,"1":4,"0":7}},"\\":{"d":"156,27r-37,0r-117,-306r37,0","w":157,"k":{"z":-11,"v":7,"Y":29,"W":18,"V":22,"U":7,"T":22,"Q":7,"O":7,"G":4,"C":11,"7":11,"6":7,"3":4,"0":7}},"]":{"d":"86,27r-68,0r0,-24r33,0r0,-258r-33,0r0,-24r68,0r0,306","w":111},"^":{"d":"186,-149r-30,16r-53,-79r-53,79r-30,-16r68,-102r30,0","w":206},"_":{"d":"185,32r-180,0r0,-32r180,0r0,32","w":190},"`":{"d":"98,-196r-29,0r-42,-53r41,0","w":125},"a":{"d":"93,-180v31,-1,63,22,63,53v0,40,-6,90,6,120r-35,10r-3,-9v-42,24,-110,3,-108,-46v1,-42,43,-63,93,-57v10,2,11,-8,10,-18v-4,-26,-58,-21,-63,5r-35,-10v12,-32,36,-48,72,-48xm53,-52v0,28,51,25,66,8r0,-32v-26,2,-66,-3,-66,24","w":178,"k":{"\\":18,"Y":11,"T":31,"'":18,"\"":18}},"b":{"d":"60,-171v59,-27,115,11,108,82v8,72,-50,110,-108,83r0,6r-37,0r0,-251r37,0r0,80xm95,-33v30,-2,37,-20,37,-56v13,-60,-67,-74,-72,-24v-3,38,-4,82,35,80","k":{"y":7,"v":7,"f":7,"\\":18,"Y":11,"T":31,"'":18,"\"":18}},"c":{"d":"54,-89v-8,61,58,72,84,34r27,24v-22,21,-32,33,-67,34v-51,0,-82,-40,-82,-92v0,-85,102,-123,149,-57r-27,24v-25,-39,-92,-28,-84,33","w":181,"k":{"q":4,"o":7,"c":11,"\\":11,"Y":11,"V":11,"T":31,"'":18,"\"":18}},"d":{"d":"16,-89v0,-71,47,-107,109,-84r0,-78r37,0r0,224r6,22r-35,10r-3,-12v-59,31,-114,-8,-114,-82xm90,-33v40,3,36,-41,35,-80v-1,-22,-15,-31,-35,-31v-30,0,-38,19,-37,55v0,36,7,54,37,56","k":{"d":4}},"e":{"d":"94,-177v51,-1,79,40,71,103r-111,0v-3,47,57,53,81,25r29,22v-48,57,-148,31,-148,-60v0,-56,27,-90,78,-90xm128,-109v-2,-23,-14,-33,-34,-33v-22,0,-35,11,-39,33r73,0","w":181,"k":{"x":7,"v":4,"\\":22,"Y":11,"V":7,"T":31,"'":11,"\"":18}},"f":{"d":"108,-251r0,36v-30,1,-37,7,-37,37r32,0r0,33r-32,0r0,145r-36,0r0,-145r-15,0r0,-32r15,0v2,-50,21,-74,73,-74","w":117,"k":{"o":11,"f":7,"c":7,"a":7,"\\":-7,"T":-7,"'":-14,"\"":-11}},"g":{"d":"172,-1v-2,44,-40,69,-83,69v-42,0,-82,-25,-71,-70r35,11v-5,20,15,24,36,25v21,1,43,-15,46,-31v-2,-30,-45,-6,-68,-6v-39,0,-50,-42,-26,-64v-36,-37,-19,-113,48,-113v18,0,32,3,42,10v1,-2,2,-7,2,-15r37,0v0,22,-5,37,-17,44v14,55,-19,100,-80,87v-6,4,-9,9,-9,12v6,19,46,-5,59,-2v25,0,51,17,49,43xm89,-84v18,0,30,-8,30,-32v0,-23,-10,-30,-30,-30v-19,0,-29,8,-29,30v0,24,11,32,29,32","k":{"g":7,"\\":11,"Y":7,"W":7,"V":9,"T":31,"'":11,"\"":11}},"h":{"d":"60,-173v56,-23,108,6,108,74r0,99r-36,0v-7,-54,23,-144,-37,-144v-58,0,-28,92,-35,144r-37,0r0,-251r37,0r0,78","w":188,"k":{"h":5,"\\":11,"T":31,"'":18,"\"":22}},"i":{"d":"47,-260v12,0,23,9,22,22v0,12,-10,22,-22,22v-12,0,-21,-11,-22,-22v0,-12,10,-22,22,-22xm66,0r-38,0r0,-178r38,0r0,178","w":93},"j":{"d":"50,-260v12,0,22,10,22,22v0,12,-11,21,-22,22v-12,0,-22,-10,-22,-22v0,-12,9,-23,22,-22xm-7,44v31,-1,38,-10,38,-41r0,-181r36,0v-4,75,11,172,-10,230v-12,18,-33,27,-64,27r0,-35","w":95},"k":{"d":"171,0r-45,0r-66,-96r0,96r-37,0r0,-251r37,0r0,152r45,-79r40,0r-46,82","w":172,"k":{"q":9,"o":9,"l":4,"e":7,"\\":7,"Y":9,"T":31,"-":11,"'":7,"\"":11}},"l":{"d":"57,-47v0,12,2,10,14,11r0,36v-34,0,-48,-14,-48,-47r0,-204r34,0r0,204","w":86,"k":{"l":-4,"'":14,"\"":14}},"m":{"d":"145,-160v44,-37,121,-15,121,59r0,101r-38,0v-7,-51,23,-144,-33,-144v-54,0,-25,92,-32,144r-37,0v-8,-52,24,-145,-35,-144v-16,0,-29,8,-30,24r0,120r-38,0r0,-175r38,0r0,7v22,-16,70,-9,84,8","w":284,"k":{"y":7,"m":5,"\\":22,"T":31,"'":18,"\"":25}},"n":{"d":"60,-170v56,-20,108,3,108,69r0,101r-36,0v-7,-53,23,-144,-37,-144v-59,0,-27,93,-35,144r-37,0r0,-175r37,0r0,5","w":188,"k":{"n":5,"m":5,"\\":18,"T":31,"'":18,"\"":25}},"o":{"d":"94,-178v53,0,77,32,77,91v0,59,-24,89,-77,90v-54,0,-78,-33,-78,-90v0,-59,25,-91,78,-91xm93,-32v33,0,41,-18,41,-55v0,-37,-8,-55,-41,-55v-33,0,-40,18,-40,55v0,37,7,55,40,55","w":186,"k":{"y":4,"x":7,"w":7,"v":7,"g":4,"\\":18,"Y":9,"X":5,"W":5,"V":9,"T":31,"'":14,"\"":18}},"p":{"d":"60,-170v61,-24,108,13,108,84v0,70,-48,107,-108,82r0,83r-37,0r0,-254r37,0r0,5xm95,-32v29,-2,38,-20,37,-55v13,-59,-67,-73,-72,-23v-4,38,-3,80,35,78","k":{"p":7,"\\":18,"T":14,"'":18,"\"":25}},"q":{"d":"16,-86v0,-74,56,-112,114,-81r3,-13r35,11r-6,22r0,226r-37,0r0,-82v-60,25,-109,-13,-109,-83xm90,-32v39,2,36,-40,35,-79v-2,-20,-15,-30,-35,-30v-29,1,-38,20,-37,54v0,35,7,53,37,55","w":191,"k":{"\\":11,"T":18,"'":18,"\"":14}},"r":{"d":"117,-135v-22,-16,-58,-6,-58,18r0,117r-36,0r0,-176r36,0r0,5v24,-11,49,-8,74,3","w":143,"k":{"s":9,"r":7,"q":7,"o":11,"e":11,"d":11,"c":11,"a":14,"T":11,"\/":11,".":14,"-":11," ":7}},"s":{"d":"47,-87v-51,-24,-20,-91,38,-91v31,0,53,11,65,34r-33,17v-4,-18,-59,-22,-59,-1v0,16,69,23,74,31v52,28,18,100,-42,100v-38,0,-63,-16,-74,-49r37,-7v4,28,66,29,68,0v6,-21,-75,-32,-74,-34","w":172,"k":{"y":4,"v":4,"s":4,"\\":22,"Y":5,"V":5,"T":29,"'":29,"\"":11}},"t":{"d":"88,0v-76,12,-53,-80,-56,-145r-21,0r0,-33r21,0r0,-47r36,0r0,47r24,0r0,33r-24,0r0,98v-2,16,9,10,20,11r0,36","w":108,"k":{"t":7,"c":7,"'":7,"\"":7}},"u":{"d":"95,-33v15,0,36,-11,35,-26r0,-119r37,0r0,178r-37,0r0,-6v-53,25,-108,-2,-108,-67r0,-105r36,0v7,53,-24,146,37,145","w":190,"k":{"u":5,"\\":7,"Y":7,"T":13,"'":18,"\"":11}},"v":{"d":"175,-178r-68,178r-32,0r-68,-178r40,0r44,117r44,-117r40,0","w":181,"k":{"o":5,"e":7,"c":7,"T":9,"\/":11}},"w":{"d":"275,-178r-59,178r-33,0r-43,-112r-42,112r-32,0r-59,-178r40,0r36,112r42,-112r32,0r41,113r37,-113r40,0","w":281,"k":{"o":7,"e":4,"c":7,"T":9,"G":-4,"\/":11}},"x":{"d":"180,0r-45,0r-41,-59r-42,59r-45,0r64,-91r-61,-87r45,0r39,56r37,-56r45,0r-60,87","w":186,"k":{"o":7,"c":7,"T":9,"-":7}},"y":{"d":"174,-178r-80,218v-10,28,-33,43,-71,39r1,-37v33,7,37,-20,45,-42r-62,-178r40,0r42,125r46,-125r39,0","w":181,"k":{"z":7,"o":4,"e":4,"d":4,"c":4,"a":7,"T":9,".":4,",":4," ":7}},"z":{"d":"155,0r-141,0r0,-30r89,-113r-81,0r0,-35r133,0r0,29r-89,113r89,0r0,36","w":171,"k":{"c":7,"\\":4,"-":7,"'":7,"\"":11}},"{":{"d":"75,-126v23,18,18,54,11,84v0,29,13,43,40,43r0,34v-68,5,-88,-55,-71,-117v0,-24,-10,-28,-33,-29r0,-29v43,4,27,-40,27,-71v0,-50,25,-75,77,-75r0,33v-75,-2,-7,98,-51,127","w":147,"k":{"O":11,"8":7,"6":14,"5":4,"4":18,"3":11,"2":7,"1":7,"0":11}},"|":{"d":"71,27r-37,0r0,-306r37,0r0,306","w":104},"}":{"d":"126,-111v-47,-6,-29,43,-27,73v3,49,-30,72,-77,73r0,-34v46,4,43,-50,32,-82v0,-19,7,-34,19,-45v-23,-17,-20,-52,-12,-82v-1,-31,-8,-45,-39,-45r0,-33v69,-5,88,57,70,116v1,23,10,30,34,30r0,29","w":147},"~":{"d":"62,-135v16,-3,47,24,59,23v6,0,14,-7,24,-19r25,25v-15,19,-31,29,-49,29v-16,3,-47,-24,-59,-23v-6,0,-13,7,-22,19r-26,-24v15,-20,31,-30,48,-30","w":183},"\u00a0":{"w":108,"k":{"v":7,"t":7}}}});

/* - AUltra_400.font.js - */
// http://www.donaufestival.at/portal_javascripts/AUltra_400.font.js?original=1
Cufon.registerFont({"w":197,"face":{"font-family":"AUltra","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-19 -358 356 81.0997","underline-thickness":"21.6","underline-position":"-37.8","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":108,"k":{"v":7,"t":7}},"!":{"d":"101,-251r-2,161r-54,0r-3,-161r59,0xm72,-71v20,0,37,18,37,38v0,20,-17,37,-37,37v-20,0,-38,-17,-38,-37v0,-20,17,-39,38,-38","w":143},"\"":{"d":"118,-267v35,0,22,50,24,84r-49,0v2,-34,-11,-85,25,-84xm44,-267v35,-1,23,50,25,84r-49,0v2,-34,-11,-84,24,-84","w":162,"k":{"z":14,"u":11,"s":11,"r":11,"q":18,"p":14,"o":18,"m":11,"g":18,"f":14,"e":18,"d":18,"c":18,"a":18,"J":14,"A":18,"#":18}},"#":{"d":"243,-184r-10,46r-41,0r-5,25r41,0r-11,45r-40,0r-15,68r-47,0r15,-68r-26,0r-15,68r-47,0r15,-68r-41,0r10,-45r41,0r5,-25r-40,0r10,-46r40,0r15,-67r47,0r-14,67r25,0r15,-67r47,0r-15,67r41,0xm145,-138r-25,0r-6,25r26,0","w":259,"k":{"6":11,"4":11}},"$":{"d":"77,-110v-80,-11,-63,-114,0,-124r0,-20r46,0r0,20v17,5,35,18,52,41r-38,28v-3,-4,-8,-10,-14,-16r0,35v78,15,68,120,0,131r0,23r-46,0r0,-22v-28,-6,-49,-26,-61,-62r45,-13v5,13,10,22,16,26r0,-47xm78,-156r0,-31v-13,7,-16,25,0,31xm124,-62v14,-9,15,-28,0,-36r0,36","w":195},"%":{"d":"233,-141v38,0,58,32,58,73v0,40,-21,72,-58,72v-37,0,-58,-33,-58,-72v0,-40,20,-73,58,-73xm246,-251r-129,251r-52,0r130,-251r51,0xm78,-255v37,0,58,32,58,72v0,40,-20,72,-58,72v-38,0,-58,-33,-58,-72v0,-39,21,-72,58,-72xm245,-68v0,-18,-4,-27,-12,-27v-8,0,-12,9,-12,27v0,17,4,26,12,26v8,0,12,-9,12,-26xm90,-183v0,-18,-4,-26,-12,-26v-8,0,-11,8,-11,26v0,18,3,27,11,27v8,0,12,-9,12,-27","w":308},"&":{"d":"106,-254v38,0,69,27,69,64v0,23,-15,43,-44,61v6,7,18,19,37,39v6,-8,9,-20,9,-36r54,0v0,33,-8,57,-23,74v9,9,16,17,23,23r-37,37r-22,-22v-52,37,-152,16,-152,-58v0,-27,13,-50,38,-70v-42,-38,-15,-112,48,-112xm105,-205v-20,3,-18,23,-4,37v13,-8,19,-15,19,-22v1,-8,-7,-16,-15,-15xm90,-100v-25,18,-13,56,20,54v9,0,17,-3,25,-7v-17,-15,-32,-31,-45,-47","w":258,"k":{"'":22}},"'":{"d":"44,-267v35,-1,23,50,25,84r-49,0v2,-34,-11,-84,24,-84","w":88,"k":{"z":7,"u":11,"s":29,"r":7,"q":14,"o":14,"n":11,"m":11,"g":18,"f":7,"e":18,"d":18,"c":18,"a":22,"J":14,"A":18,"'":-83}},"(":{"d":"67,-126v0,63,29,89,69,126r-63,0v-76,-62,-76,-187,0,-251r63,0v-46,38,-69,79,-69,125","w":152,"k":{"4":7,"0":5}},")":{"d":"17,0v40,-38,69,-64,69,-126v0,-46,-24,-87,-70,-125r63,0v76,64,76,189,0,251r-62,0","w":152},"*":{"d":"161,-193r-41,12r26,33r-34,25r-24,-35r-23,35r-34,-25r26,-33r-41,-12r13,-40r39,14r-1,-41r42,0r-1,41r40,-14","w":176},"+":{"d":"177,-78r-60,0r0,60r-41,0r0,-60r-60,0r0,-41r60,0r0,-60r41,0r0,60r60,0r0,41","w":193},",":{"d":"58,-68v32,0,39,32,35,68r-34,53r-36,0v3,-48,-16,-121,35,-121","w":108,"k":{"Y":14,"W":7,"V":11,"T":14,"9":14,"7":11,"4":11,"3":4,"1":18,"0":7}},"-":{"d":"130,-79r-110,0r0,-39r110,0r0,39","w":149,"k":{"x":7,"Z":11,"Y":11,"X":11,"T":22,"A":7,"9":11,"7":14,"3":7,"2":11,"1":18}},"\u2010":{"d":"130,-79r-110,0r0,-39r110,0r0,39","w":149},".":{"d":"61,-71v20,0,37,18,37,38v0,20,-17,37,-37,37v-20,0,-38,-17,-38,-37v0,-20,17,-39,38,-38","w":121,"k":{"Y":18,"W":14,"V":14,"T":14,"9":14,"7":7,"5":7,"4":11,"3":11,"1":29}},"\/":{"d":"169,-279r-118,307r-53,0r118,-307r53,0","w":167,"k":{"z":18,"y":11,"x":11,"w":11,"v":7,"u":18,"t":7,"s":29,"r":18,"q":29,"p":18,"o":29,"n":18,"m":18,"g":29,"f":7,"e":29,"d":18,"c":29,"a":29,"Y":-14,"W":-14,"V":-14,"T":-14,"O":18,"J":25,"I":-11,"G":14,"C":14,"A":29,"7":-7,"6":20,"4":22,"0":7,"\/":36}},"0":{"d":"115,-255v64,0,98,61,98,129v0,68,-34,129,-98,129v-64,0,-99,-61,-99,-129v0,-68,35,-129,99,-129xm115,-193v-46,0,-45,134,0,134v21,0,32,-23,32,-67v-1,-31,-7,-67,-32,-67","w":228,"k":{"}":7,"]":7,"\\":7,"9":4,"7":4,"6":7,"4":4,"3":4,"2":4,"1":7,"\/":7}},"1":{"d":"126,0r-63,0r0,-172r-27,19r-31,-49r75,-49r46,0r0,251","w":153,"k":{".":14,"-":7,",":11}},"2":{"d":"189,-177v0,60,-73,76,-95,117r98,0r0,60r-173,0v-6,-81,24,-110,77,-148v18,-13,28,-23,28,-29v-6,-29,-44,-20,-53,10r-55,-34v21,-36,49,-54,85,-54v49,-1,88,30,88,78","w":208,"k":{"}":4,"\\":7,"9":11,"8":7,"7":7,"6":11,"4":22,"3":4,"0":7,"-":11,"#":7}},"3":{"d":"98,-254v64,-4,109,74,64,122v54,47,10,135,-62,135v-43,0,-71,-21,-87,-62r57,-23v6,16,16,25,29,25v13,-1,26,-9,25,-23v-1,-24,-15,-27,-43,-28r0,-43v38,8,50,-40,15,-42v-12,0,-20,6,-26,19r-55,-22v17,-36,37,-55,83,-58","w":202,"k":{"}":7,"]":7,"\\":4,"4":4,".":11}},"4":{"d":"201,-51r-18,0r0,51r-62,0r0,-51r-112,0r0,-47r98,-153r68,0r-93,146r39,0r0,-46r62,6r0,40r18,0r0,54","w":213,"k":{"9":7}},"5":{"d":"79,-171v59,-24,109,19,109,81v0,56,-34,91,-89,91v-42,0,-70,-22,-86,-67r59,-20v8,40,54,32,54,-5v0,-32,-35,-43,-54,-19r-49,0r0,-141r149,0r0,59r-93,0r0,21","w":200,"k":{"}":7,"9":14,"7":4,"3":7,"2":7}},"6":{"d":"93,-167v57,-8,100,28,100,82v0,53,-37,88,-90,88v-52,0,-91,-43,-90,-97v2,-69,35,-126,79,-157r77,0v-39,31,-64,59,-76,84xm103,-60v13,0,26,-13,26,-26v0,-14,-11,-26,-27,-26v-14,0,-26,13,-25,27v0,13,12,26,26,25","w":205,"k":{"}":7,"9":14,"8":7,"7":14,"4":7,"3":7,"2":7,"1":7,"0":4}},"7":{"d":"189,-202v-46,59,-65,103,-65,202r-67,0v0,-76,18,-140,57,-193r-44,0r0,19r-57,0r0,-77r176,0r0,49","k":{"\\":-7,";":7,":":11,"9":7,"8":11,"6":22,"5":7,"4":29,"3":7,"2":11,"0":7,"\/":18,".":22,"-":18,",":11,"#":14}},"8":{"d":"105,-255v62,0,112,72,63,117v65,47,15,142,-63,142v-78,0,-126,-94,-63,-142v-49,-44,1,-117,63,-117xm105,-159v9,0,19,-10,19,-19v0,-9,-9,-20,-19,-19v-10,-1,-20,9,-19,19v-1,10,10,19,19,19xm105,-58v15,-1,27,-12,27,-27v0,-13,-12,-29,-27,-28v-15,-1,-27,14,-27,28v0,13,13,28,27,27","w":210,"k":{"]":4,"9":7,"7":7,"4":7}},"9":{"d":"103,-255v53,0,91,43,91,97v0,65,-25,117,-75,158r-83,0v36,-25,63,-52,79,-82v-59,9,-102,-30,-102,-83v0,-52,38,-90,90,-90xm102,-139v15,0,24,-13,24,-28v0,-13,-11,-26,-24,-25v-13,0,-25,12,-25,26v0,15,11,27,25,27","w":206,"k":{"}":7,"]":11,"\\":7,"8":7,"7":7,"6":14,"4":11,"3":7,"2":11,"0":7,"\/":14,".":29,"-":7,",":11,"#":14}},":":{"d":"61,-176v20,0,37,18,37,38v0,20,-17,37,-37,37v-20,0,-38,-17,-38,-37v0,-20,17,-39,38,-38xm61,-71v20,0,37,18,37,38v0,20,-17,37,-37,37v-20,0,-38,-17,-38,-37v0,-20,17,-39,38,-38","w":121,"k":{"7":7}},";":{"d":"61,-176v20,0,37,18,37,38v0,20,-17,37,-37,37v-20,0,-38,-17,-38,-37v0,-20,17,-39,38,-38xm58,-68v32,0,39,32,35,68r-34,53r-36,0v3,-48,-16,-121,35,-121","w":121},"<":{"d":"189,0r-70,0r-103,-126r103,-125r70,0r-103,125","w":205,"k":{"<":54}},"=":{"d":"177,-104r-157,0r0,-40r157,0r0,40xm177,-36r-157,0r0,-41r157,0r0,41"},">":{"d":"189,-126r-103,126r-70,0r103,-126r-103,-125r70,0","w":205,"k":{">":54}},"?":{"d":"102,-254v62,0,106,62,68,110v-3,7,-41,24,-42,37r-3,31r-47,0v-8,-51,0,-72,37,-89v23,-11,17,-39,-13,-38v-19,0,-28,10,-28,31r-54,0v-1,-49,33,-82,82,-82xm102,-64v17,0,34,17,34,34v0,17,-17,34,-34,34v-18,0,-35,-17,-35,-34v0,-17,17,-34,35,-34","w":203},"@":{"d":"168,-253v74,0,114,79,88,154r-6,99r-50,0r1,-9v-50,35,-110,0,-110,-60v0,-59,52,-130,116,-112v-8,-16,-21,-25,-39,-25v-79,0,-141,108,-85,173r-30,37v-91,-85,-11,-257,115,-257xm158,-42v25,2,50,-42,49,-68v0,-19,-5,-28,-16,-28v-25,0,-49,44,-48,68v0,19,5,28,15,28","w":290},"A":{"d":"248,0r-70,0r-20,-55r-68,0r-20,55r-70,0r97,-251r53,0xm138,-109r-14,-47r-14,47r28,0","w":248,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"\\":25,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7,"C":7,"-":7,"'":18,"\"":18}},"B":{"d":"23,-251v87,-2,188,-10,184,77v0,16,-6,30,-18,41v56,42,17,133,-66,133r-100,0r0,-251xm88,-155v23,-2,56,8,56,-18v0,-25,-35,-15,-56,-18r0,36xm88,-60v26,-2,62,7,62,-20v0,-27,-36,-18,-62,-20r0,40","w":227,"k":{"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c0":4,"\u00f8":5,"\u00c6":4,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00c5":4,"\u00c4":4,"o":5,"\\":11,"Y":22,"V":7,"U":4,"T":11,"A":4,"\/":7}},"C":{"d":"125,-61v32,-1,33,-14,53,-36r43,39v-27,36,-46,61,-96,62v-69,2,-112,-55,-112,-130v0,-94,83,-161,163,-114v16,9,29,25,45,47r-43,39v-19,-22,-22,-35,-53,-36v-34,-1,-48,28,-48,64v0,36,13,65,48,65","w":234,"k":{"X":4,"V":4,"Q":13,"O":4,"G":13,"C":13}},"D":{"d":"109,-251v84,-1,109,38,109,125v0,87,-26,126,-109,126r-86,0r0,-251r86,0xm88,-64v55,0,65,3,65,-62v0,-65,-10,-61,-65,-61r0,123","w":234,"k":{"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c0":11,"\u00c6":11,"\u00c5":11,"\u00c4":11,"\\":7,"Z":11,"Y":11,"X":14,"W":7,"V":7,"T":11,"S":4,"J":7,"D":7,"A":11}},"E":{"d":"201,0r-178,0r0,-251r178,0r0,64r-113,0r0,25r99,0r0,64r-99,0r0,34r113,0r0,64","w":217,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"q":7,"T":-4,"S":7,"O":7,"C":7}},"F":{"d":"198,-187r-110,0r0,25r99,0r0,64r-99,0r0,98r-65,0r0,-251r175,0r0,64","w":210,"k":{"\u00c1":25,"\u00c2":25,"\u00c3":25,"\u00c0":25,"\u00f8":11,"\u00e6":11,"\u00c6":25,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e5":11,"\u00e3":11,"\u00e4":11,"\u00e2":11,"\u00e0":11,"\u00e1":11,"\u00c5":25,"\u00c4":25,"u":7,"r":7,"o":11,"e":11,"a":11,"W":-7,"V":-7,"T":-11,"Q":7,"J":18,"I":-4,"G":7,"F":7,"C":7,"A":25,"\/":18,".":14,"-":7,",":14}},"G":{"d":"167,-154v-17,-22,-19,-36,-48,-36v-28,0,-42,21,-42,64v0,54,27,77,62,56v6,-6,9,-13,11,-20r-33,0r0,-51r95,0r0,141r-51,0r0,-12v-73,46,-148,-21,-148,-114v0,-95,76,-158,154,-114v15,9,28,26,43,48","w":228,"k":{"Y":14,"W":7,"V":7,"T":7,"G":4,"C":13}},"H":{"d":"220,0r-65,0r0,-98r-67,0r0,98r-65,0r0,-251r65,0r0,89r67,0r0,-89r65,0r0,251","w":243,"k":{"Y":7}},"I":{"d":"89,0r-66,0r0,-251r66,0r0,251","w":112,"k":{"J":7,"\/":-11}},"J":{"d":"68,-98v2,10,12,43,28,38v16,0,24,-8,24,-25r0,-166r65,0r0,166v10,92,-123,116,-162,52v-8,-12,-14,-29,-18,-49","w":204,"k":{"\u00c1":7,"\u00c2":7,"\u00c3":7,"\u00c0":7,"\u00c6":7,"\u00c5":7,"\u00c4":7,"A":7}},"K":{"d":"237,0r-84,0r-65,-82r0,82r-65,0r0,-251r65,0r0,76r54,-76r77,0r-92,124","w":233,"k":{"\u00d2":14,"\u00d4":14,"\u00d3":14,"\u00ff":11,"\u00d5":14,"\u00f8":11,"\u00e6":7,"\u00d8":14,"\u00fc":11,"\u00fb":11,"\u00f9":11,"\u00fa":11,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00d6":14,"y":11,"w":11,"v":14,"u":11,"r":7,"o":11,"e":7,"a":7,"S":13,"Q":14,"O":14,"G":11,"C":13,"-":11}},"L":{"d":"188,0r-165,0r0,-251r65,0r0,187r100,0r0,64","w":200,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":7,"\u00d5":11,"\u00d8":11,"\u00d6":11,"y":7,"Y":31,"W":19,"V":14,"U":7,"T":31,"Q":14,"O":11,"L":7,"G":11,"C":7,"A":-7,"-":11,"'":14,"\"":18}},"M":{"d":"258,0r-65,0r0,-78r-30,78r-46,0r-28,-78r0,78r-66,0r0,-251r53,0r64,156r60,-156r58,0r0,251","w":281},"N":{"d":"212,0r-55,0r-69,-112r0,112r-65,0r0,-251r55,0r70,112r0,-112r64,0r0,251","w":235},"O":{"d":"119,-254v67,0,107,53,107,128v0,76,-40,129,-107,129v-67,0,-106,-52,-106,-129v0,-76,40,-128,106,-128xm161,-126v0,-39,-9,-64,-42,-64v-28,0,-41,21,-41,64v0,43,13,64,41,64v28,0,42,-21,42,-64","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"}":11,"]":7,"\\":11,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"B":7,"A":5,"\/":18}},"P":{"d":"123,-251v55,-1,92,27,92,80v0,63,-53,87,-127,80r0,91r-65,0r0,-251r100,0xm88,-151v25,-3,66,11,62,-20v3,-31,-36,-17,-62,-20r0,40","w":227,"k":{"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c8":7,"\u00cb":7,"\u00c1":32,"\u00ca":7,"\u00c2":32,"\u00d5":4,"\u00c3":32,"\u00c0":32,"\u00f8":11,"\u00d8":4,"\u00c6":32,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00d6":4,"\u00c9":7,"\u00c5":32,"\u00c4":32,"t":-4,"s":11,"o":11,"e":11,"Y":7,"X":7,"S":7,"R":4,"P":7,"O":4,"N":4,"J":31,"H":4,"E":7,"A":32,"\/":36,".":14,"-":18,",":14}},"Q":{"d":"119,-254v95,-5,131,124,91,204r43,50r-79,0r-7,-9v-82,39,-154,-22,-154,-117v0,-76,40,-124,106,-128xm113,-111v25,4,23,3,46,13v7,-41,-3,-99,-40,-92v-40,-7,-49,64,-35,102v6,15,16,22,29,22r0,-45","w":244,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00d5":11,"\u00d8":11,"\u00d6":11,"\\":7,"Y":14,"V":7,"T":11,"Q":11,"O":11}},"R":{"d":"23,-251v87,-2,184,-10,184,77v0,32,-13,55,-38,68r65,106r-75,0v-21,-31,-38,-70,-62,-96r-9,0r0,96r-65,0r0,-251xm87,-155v23,-2,56,8,56,-18v0,-25,-34,-15,-56,-18r0,36","w":232,"k":{"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00d5":4,"\u00f8":7,"\u00e6":7,"\u00d8":4,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"\u00d6":4,"u":4,"o":7,"h":4,"e":7,"d":7,"a":7,"Y":7,"V":7,"U":7,"T":7,"S":4,"R":-4,"Q":7,"O":4,"G":7,"C":7}},"S":{"d":"109,-194v-11,0,-25,7,-24,16v3,19,87,30,94,41v71,42,17,141,-63,141v-55,0,-89,-25,-103,-76r59,-14v4,33,69,41,75,6v-2,-20,-89,-31,-94,-41v-22,-13,-33,-32,-33,-57v-1,-46,42,-75,89,-75v45,0,78,20,97,60r-55,25v-9,-17,-23,-26,-42,-26","w":225,"k":{"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c0":4,"\u00c6":4,"\u00c5":4,"\u00c4":4,"q":-4,"Y":11,"X":7,"T":11,"S":4,"A":4}},"T":{"d":"206,-187r-66,0r0,187r-65,0r0,-187r-66,0r0,-64r197,0r0,64","w":214,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00c1":29,"\u00c2":29,"\u00ff":22,"\u00d5":11,"\u00c3":29,"\u00c0":29,"\u00f8":31,"\u00e6":31,"\u00d8":11,"\u00c6":29,"\u00fc":25,"\u00fb":36,"\u00f9":36,"\u00fa":36,"\u00f5":31,"\u00f6":25,"\u00f4":31,"\u00f2":31,"\u00f3":31,"\u00f1":31,"\u00ef":-11,"\u00eb":25,"\u00ea":31,"\u00e8":31,"\u00e9":31,"\u00e7":31,"\u00e5":31,"\u00e3":31,"\u00e4":25,"\u00e2":31,"\u00e0":31,"\u00e1":31,"\u00d6":11,"\u00c5":29,"\u00c4":29,"y":22,"x":9,"w":22,"v":22,"u":36,"s":29,"r":11,"q":18,"p":11,"o":31,"n":31,"m":31,"g":31,"e":31,"d":14,"c":31,"a":31,"\\":-11,"Y":-4,"W":-4,"V":-7,"T":-11,"S":7,"Q":11,"O":11,"J":31,"G":11,"D":-4,"C":13,"A":29,"\/":18,".":14,"-":22,",":14}},"U":{"d":"118,-60v28,0,34,-15,34,-50r0,-141r64,0r0,139v2,72,-33,115,-98,115v-66,0,-99,-45,-98,-114r0,-140r65,0r0,141v-1,34,5,50,33,50","w":236,"k":{"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c0":11,"\u00c6":11,"\u00c5":11,"\u00c4":11,"U":7,"S":7,"P":11,"A":11,"\/":11}},"V":{"d":"242,-251r-87,251r-63,0r-87,-251r69,0r49,155r50,-155r69,0","w":246,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":25,"\u00c2":25,"\u00d5":7,"\u00c3":25,"\u00c0":25,"\u00f8":22,"\u00e6":22,"\u00d8":7,"\u00c6":25,"\u00f5":22,"\u00f6":22,"\u00f4":22,"\u00f2":22,"\u00f3":22,"\u00eb":22,"\u00ea":22,"\u00e8":22,"\u00e9":22,"\u00e7":11,"\u00e5":22,"\u00e3":22,"\u00e4":22,"\u00e2":22,"\u00e0":22,"\u00e1":22,"\u00d6":7,"\u00c5":25,"\u00c4":25,"s":5,"o":22,"g":9,"e":22,"d":22,"c":11,"a":22,"\\":-14,"T":-7,"S":7,"Q":7,"O":7,"J":29,"G":7,"C":11,"A":29,"\/":22,".":14,",":11}},"W":{"d":"356,-251r-70,251r-71,0r-34,-124r-35,124r-70,0r-71,-251r69,0r37,155r37,-155r65,0r38,155r37,-155r68,0","w":361,"k":{"\u00d2":4,"\u00d4":4,"\u00d3":4,"\u00c1":18,"\u00c2":18,"\u00ff":7,"\u00d5":4,"\u00c3":18,"\u00c0":18,"\u00f8":14,"\u00e6":14,"\u00d8":4,"\u00c6":18,"\u00f5":14,"\u00f6":14,"\u00f4":14,"\u00f2":14,"\u00f3":14,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"\u00d6":4,"\u00c5":18,"\u00c4":18,"y":7,"r":7,"o":14,"g":7,"e":11,"d":18,"a":14,"\\":-14,"Z":11,"T":-4,"O":4,"J":29,"G":7,"C":4,"A":18,"\/":22,".":14,",":7}},"X":{"d":"252,0r-78,0r-45,-72r-46,72r-78,0r86,-129r-81,-122r77,0r42,65r41,-65r77,0r-82,122","w":257,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00d5":11,"\u00f8":5,"\u00d8":11,"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00d6":11,"u":7,"o":5,"\\":-7,"S":7,"O":11,"J":4,"G":7,"C":11,"-":11}},"Y":{"d":"236,-251r-83,169r0,82r-64,0r0,-82r-84,-169r73,0r43,93r43,-93r72,0","w":241,"k":{"\u00d2":14,"\u00d4":14,"\u00d3":14,"\u00c1":32,"\u00c2":32,"\u00d5":14,"\u00c3":32,"\u00c0":32,"\u00f8":36,"\u00e6":32,"\u00d8":14,"\u00c6":32,"\u00fc":22,"\u00fb":22,"\u00f9":22,"\u00fa":22,"\u00f5":36,"\u00f6":36,"\u00f4":36,"\u00f2":36,"\u00f3":36,"\u00eb":36,"\u00ea":36,"\u00e8":36,"\u00e9":36,"\u00e7":11,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00d6":14,"\u00c5":32,"\u00c4":32,"v":14,"u":22,"s":5,"q":14,"o":36,"g":7,"e":36,"d":32,"c":11,"a":32,"\\":-14,"U":4,"T":-4,"S":7,"Q":14,"O":14,"N":4,"J":29,"G":14,"C":11,"A":32,"\/":29,".":18,"-":11,",":14}},"Z":{"d":"202,0r-189,0r0,-46r98,-141r-88,0r0,-65r179,0r0,48r-98,140r98,0r0,64","w":218,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00f8":14,"\u00d8":7,"\u00f5":14,"\u00f6":14,"\u00f4":14,"\u00f2":14,"\u00f3":14,"\u00eb":14,"\u00ea":14,"\u00e8":14,"\u00e9":14,"\u00d6":7,"o":14,"e":14,"\\":-7,"Z":7,"S":7,"Q":11,"O":7,"J":14,"G":7,"C":11,"-":7}},"[":{"d":"111,28r-82,0r0,-307r82,0r0,39r-32,0r0,228r32,0r0,40","w":129,"k":{"O":7,"9":4,"8":4,"6":7,"4":18,"3":11,"1":4,"0":7}},"\\":{"d":"165,28r-53,0r-118,-307r53,0","w":158,"k":{"z":-11,"v":7,"Y":29,"W":18,"V":22,"U":7,"T":22,"Q":7,"O":7,"G":4,"C":11,"7":11,"6":7,"3":4,"0":7}},"]":{"d":"101,28r-82,0r0,-40r32,0r0,-228r-32,0r0,-39r82,0r0,307","w":129},"^":{"d":"203,-148r-44,23r-48,-71r-47,71r-44,-23r73,-109r37,0","w":222},"_":{"d":"194,65r-194,0r0,-47r194,0r0,47","w":194},"`":{"d":"117,-190r-37,0r-52,-65r57,0","w":185},"a":{"d":"19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7,"\\":18,"Y":11,"T":31,"'":18,"\"":18}},"b":{"d":"85,-179v56,-14,91,32,91,89v0,65,-51,116,-106,84r0,6r-47,0r0,-251r62,0r0,72xm114,-90v0,-21,0,-32,-16,-33v-22,0,-13,34,-13,53v0,10,4,15,13,15v11,0,16,-12,16,-35","w":186,"k":{"y":7,"v":7,"f":7,"\\":18,"Y":11,"T":31,"'":18,"\"":18}},"c":{"d":"13,-89v0,-66,59,-110,122,-85v11,5,24,16,39,31r-43,41v-21,-28,-57,-29,-57,13v0,42,36,43,57,14r43,41v-26,24,-36,36,-74,38v-53,2,-87,-40,-87,-93","w":182,"k":{"\u00f8":7,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"q":4,"o":7,"c":11,"\\":11,"Y":11,"V":11,"T":31,"'":18,"\"":18}},"d":{"d":"13,-90v0,-59,34,-102,91,-89r0,-72r61,0r0,211r10,31r-51,14r-3,-8v-60,25,-108,-20,-108,-87xm74,-90v0,23,0,34,16,35v22,2,14,-34,14,-54v0,-10,-5,-15,-14,-15v-16,0,-16,12,-16,34","w":191,"k":{"d":4}},"e":{"d":"13,-89v0,-52,32,-92,83,-92v52,0,78,34,78,101r-100,0v-1,35,39,41,56,13r40,36v-24,26,-32,34,-74,35v-51,1,-83,-41,-83,-93xm117,-105v-2,-32,-40,-32,-42,0r42,0","w":185,"k":{"x":7,"v":4,"\\":22,"Y":11,"V":7,"T":31,"'":11,"\"":18}},"f":{"d":"26,-178v-5,-58,19,-77,78,-73r0,45v-19,-3,-20,10,-19,28r17,0r0,49r-17,0r0,129r-59,0r0,-129r-13,0r0,-49r13,0","w":113,"k":{"\u00f8":11,"\u00e6":7,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":3,"\u00ea":3,"\u00e8":3,"\u00e9":3,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"o":11,"f":7,"e":3,"c":7,"a":7,"\\":-7,"T":-7,"'":-14,"\"":-11}},"g":{"d":"157,-140v21,57,-35,112,-93,87v-3,3,-5,10,0,12v12,10,46,-3,64,-3v30,0,45,15,45,46v0,45,-36,74,-84,73v-47,0,-87,-27,-74,-78r51,16v5,17,53,12,52,-8v-4,-13,-25,-2,-37,-2v-43,0,-83,-34,-50,-73v-30,-47,-2,-111,59,-111v15,0,27,2,38,8v1,-2,2,-6,2,-12r42,0v0,22,-5,37,-15,45xm90,-98v9,-2,15,-1,14,-14v0,-11,-3,-14,-14,-14v-12,0,-13,3,-14,14v-1,13,5,12,14,14","w":185,"k":{"g":7,"\\":11,"Y":7,"W":7,"V":9,"T":31,"'":11,"\"":11}},"h":{"d":"85,-179v53,-13,91,27,91,81r0,98r-62,0r0,-98v5,-26,-29,-33,-29,-10r0,108r-62,0r0,-251r62,0r0,72","w":191,"k":{"h":5,"\\":11,"T":31,"'":18,"\"":22}},"i":{"d":"50,-262v18,0,34,15,34,33v0,19,-17,34,-34,34v-17,0,-34,-15,-34,-34v0,-18,16,-33,34,-33xm79,0r-59,0r0,-178r59,0r0,178","w":99},"j":{"d":"55,-262v18,0,33,15,33,33v0,18,-16,34,-33,34v-17,0,-34,-15,-34,-34v0,-18,16,-33,34,-33xm84,24v-1,47,-28,55,-79,54r0,-45v11,1,21,0,20,-11r0,-200r59,0r0,202","w":104},"k":{"d":"181,0r-67,0r-29,-53r0,53r-62,0r0,-251r62,0r0,117r30,-44r64,0r-54,83","w":178,"k":{"\u00f8":9,"\u00f5":9,"\u00f6":9,"\u00f4":9,"\u00f2":9,"\u00f3":9,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"q":9,"o":9,"l":4,"e":7,"\\":7,"Y":9,"T":31,"-":11,"'":7,"\"":11}},"l":{"d":"93,0v-44,4,-69,-17,-70,-57r0,-194r59,0r0,192v0,7,4,11,11,11r0,48","w":105,"k":{"l":-4,"'":14,"\"":14}},"m":{"d":"148,-165v47,-40,117,-1,117,66r0,99r-61,0r0,-99v5,-25,-30,-32,-30,-10r0,109r-61,0r0,-99v4,-24,-30,-32,-30,-10r0,109r-61,0r0,-178r46,0r0,6v20,-16,62,-9,80,7","w":284,"k":{"\u00f1":5,"y":7,"n":5,"m":5,"\\":22,"T":31,"'":18,"\"":25}},"n":{"d":"68,-172v50,-27,106,12,106,73r0,99r-61,0r0,-99v4,-24,-30,-32,-30,-10r0,109r-61,0r0,-178r46,0r0,6","w":193,"k":{"n":5,"m":5,"\\":18,"T":31,"'":18,"\"":25}},"o":{"d":"95,-179v55,0,84,36,84,91v1,59,-30,92,-84,92v-55,0,-84,-35,-84,-92v0,-56,28,-91,84,-91xm95,-55v29,0,29,-65,0,-65v-18,0,-21,15,-22,33v0,18,5,32,22,32","w":189,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4,"\\":18,"Y":9,"X":5,"W":5,"V":9,"T":31,"'":14,"\"":18}},"p":{"d":"70,-172v55,-30,106,20,106,84v0,58,-34,101,-91,89r0,78r-62,0r0,-257r47,0r0,6xm114,-88v0,-21,0,-33,-16,-34v-22,0,-13,34,-13,53v0,10,4,15,13,15v11,0,16,-11,16,-34","w":188,"k":{"p":7,"\\":18,"T":14,"'":18,"\"":25}},"q":{"d":"13,-88v0,-66,47,-111,107,-86r2,-8r52,16r-9,28r0,217r-61,0r0,-78v-57,13,-91,-30,-91,-89xm74,-88v0,22,1,33,16,34v22,2,14,-34,14,-54v0,-10,-5,-15,-14,-15v-17,1,-16,14,-16,35","w":190,"k":{"\\":11,"T":18,"'":18,"\"":14}},"r":{"d":"122,-122v-19,-7,-40,2,-39,21r0,101r-61,0r0,-178r46,0r0,6v19,-15,58,-10,76,4","w":156,"k":{"\u00f8":11,"\u00e6":14,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e5":14,"\u00e3":14,"\u00e4":14,"\u00e2":14,"\u00e0":14,"\u00e1":14,"s":9,"r":7,"q":7,"o":11,"e":11,"d":11,"c":11,"a":14,"T":11,"\/":11,".":14,"-":11," ":7}},"s":{"d":"73,-125v25,19,90,22,90,69v0,37,-35,60,-74,59v-40,0,-65,-17,-76,-53r50,-14v1,20,38,24,42,8v-23,-23,-88,-20,-88,-66v0,-66,117,-78,137,-17r-44,19v-6,-13,-32,-19,-37,-5","w":175,"k":{"y":4,"v":4,"s":4,"\\":22,"Y":5,"V":5,"T":29,"'":29,"\"":11}},"t":{"d":"94,0v-45,5,-70,-14,-71,-54r0,-75r-18,0r0,-49r18,0r0,-47r60,0r0,47r21,0r0,49r-21,0r0,72v0,7,4,11,11,11r0,46","w":116,"k":{"t":7,"c":7,"'":7,"\"":7}},"u":{"d":"127,-6v-49,27,-105,-12,-105,-72r0,-100r61,0r0,100v-4,26,30,31,30,9r0,-109r61,0r0,178r-47,0r0,-6","k":{"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"v":7,"u":5,"\\":7,"Y":7,"T":13,"'":18,"\"":11}},"v":{"d":"190,-178r-69,178r-47,0r-69,-178r66,0r27,109r26,-109r66,0","w":195,"k":{"\u00f8":5,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"o":5,"e":7,"c":7,"T":9,"\/":11}},"w":{"d":"272,-178r-60,178r-49,0r-25,-73r-25,73r-49,0r-59,-178r66,0r19,93r29,-93r39,0r26,93r23,-93r65,0","w":277,"k":{"\u00f8":7,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"o":7,"e":4,"c":7,"T":9,"G":-4,"\/":11}},"x":{"d":"201,0r-75,0r-23,-45r-23,45r-75,0r64,-91r-61,-87r75,0r20,40r21,-40r74,0r-61,87","w":206,"k":{"\u00f8":7,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"o":7,"c":7,"T":9,"-":7}},"y":{"d":"194,-178r-80,217v-17,37,-31,43,-89,42r0,-47v42,5,32,-11,44,-34r-64,-178r66,0r28,109r30,-109r65,0","w":199,"k":{"\u00f8":4,"\u00e6":7,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"z":7,"o":4,"e":4,"d":4,"c":4,"a":7,"T":9,".":4,",":4," ":7}},"z":{"d":"165,0r-149,0r0,-43r62,-77r-55,0r0,-58r142,0r0,42r-63,78r63,0r0,58","w":184,"k":{"c":7,"\\":4,"-":7,"'":7,"\"":11}},"{":{"d":"71,-126v25,27,-3,108,49,107r0,47v-71,7,-85,-62,-86,-124v-1,-4,-5,-6,-13,-6r0,-47v24,-1,9,-12,16,-40v2,-60,25,-89,83,-90r0,46v-52,-1,-23,79,-49,107","w":140,"k":{"O":11,"8":7,"6":14,"5":4,"4":18,"3":11,"2":7,"1":7,"0":11}},"|":{"d":"98,28r-51,0r0,-307r51,0r0,307","w":145},"}":{"d":"103,-191v3,9,-6,47,17,42r0,47v-24,3,-14,8,-17,42v-4,57,-26,88,-82,88r0,-47v52,2,21,-81,48,-107v-27,-27,4,-108,-48,-107r0,-46v59,1,77,28,82,88","w":140},"~":{"d":"143,-122v12,-3,12,-6,25,-17r34,33v-30,40,-71,35,-127,17v-11,0,-18,11,-25,16r-34,-33v39,-45,79,-30,127,-16","w":218},"\u00c4":{"d":"162,-328v14,0,26,12,26,26v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,11,-26,26,-26xm87,-328v14,0,26,11,26,26v0,14,-12,26,-26,26v-13,0,-26,-13,-26,-26v0,-14,12,-26,26,-26xm248,0r-70,0r-20,-55r-68,0r-20,55r-70,0r97,-251r53,0xm138,-109r-14,-47r-14,47r28,0","w":248,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7}},"\u00c5":{"d":"123,-358v26,0,47,21,47,46v0,25,-22,47,-47,47v-25,0,-46,-22,-46,-47v0,-25,21,-46,46,-46xm248,0r-70,0r-20,-55r-68,0r-20,55r-70,0r97,-251r53,0xm123,-298v7,1,15,-7,14,-14v0,-7,-7,-13,-14,-13v-7,0,-13,6,-13,13v0,7,6,14,13,14xm138,-109r-14,-47r-14,47r28,0","w":249,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7}},"\u00c7":{"d":"125,-61v32,-1,33,-14,53,-36r43,39v-24,33,-47,53,-72,59r9,24r-27,51r-53,0r39,-54r-8,-19v-59,-8,-96,-59,-96,-129v0,-94,83,-161,163,-114v16,9,29,25,45,47r-43,39v-19,-22,-22,-35,-53,-36v-34,-1,-48,28,-48,64v0,36,13,65,48,65","w":234},"\u00c9":{"d":"161,-334r-45,58r-36,0r33,-58r48,0xm201,0r-178,0r0,-251r178,0r0,64r-113,0r0,25r99,0r0,64r-99,0r0,34r113,0r0,64","w":217,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"q":7,"O":7}},"\u00d1":{"d":"55,-293v26,-40,58,-25,93,-12v7,1,12,-10,15,-15r27,22v-8,14,-25,28,-41,28v-22,0,-54,-32,-67,-1xm212,0r-55,0r-69,-112r0,112r-65,0r0,-251r55,0r70,112r0,-112r64,0r0,251","w":235},"\u00d6":{"d":"155,-328v14,0,26,11,26,26v0,14,-12,26,-26,26v-13,0,-26,-13,-26,-26v0,-14,12,-26,26,-26xm81,-328v14,0,26,12,26,26v0,13,-13,26,-26,26v-14,0,-27,-12,-27,-26v0,-14,12,-26,27,-26xm119,-254v67,0,107,53,107,128v0,76,-40,129,-107,129v-67,0,-106,-52,-106,-129v0,-76,40,-128,106,-128xm161,-126v0,-39,-9,-64,-42,-64v-28,0,-41,21,-41,64v0,43,13,64,41,64v28,0,42,-21,42,-64","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"A":5}},"\u00dc":{"d":"155,-328v14,0,26,12,26,26v0,13,-13,26,-26,26v-14,0,-26,-12,-26,-26v0,-14,11,-26,26,-26xm80,-328v14,0,26,11,26,26v0,14,-12,26,-26,26v-13,0,-26,-13,-26,-26v0,-14,12,-26,26,-26xm118,-60v28,0,34,-15,34,-50r0,-141r64,0r0,139v2,72,-33,115,-98,115v-66,0,-99,-45,-98,-114r0,-140r65,0r0,141v-1,34,5,50,33,50","w":236,"k":{"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c0":11,"\u00c6":11,"\u00c5":11,"\u00c4":11,"A":11}},"\u00e1":{"d":"137,-257r-46,58r-35,0r33,-58r48,0xm19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7}},"\u00e0":{"d":"119,-199r-35,0r-47,-58r49,0xm19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7}},"\u00e2":{"d":"155,-195r-50,0r-19,-29r-20,29r-49,0r48,-57r42,0xm19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7}},"\u00e4":{"d":"130,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,11,-26,26,-26xm55,-243v14,0,26,11,26,26v0,14,-12,25,-26,25v-14,0,-26,-12,-26,-25v0,-14,12,-26,26,-26xm19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7}},"\u00e3":{"d":"22,-216v26,-39,58,-26,93,-12v7,0,12,-10,16,-15r27,22v-9,13,-25,28,-42,28v-22,0,-53,-31,-67,-1xm19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7}},"\u00e5":{"d":"89,-285v25,0,46,21,46,46v0,25,-21,46,-46,46v-26,0,-47,-21,-47,-46v0,-25,21,-46,47,-46xm19,-133v17,-67,142,-60,142,12v1,40,-4,84,9,112r-50,14r-3,-8v-46,21,-112,1,-104,-59v5,-35,44,-55,91,-50v-12,-32,-20,-27,-36,-6xm89,-225v7,0,13,-7,13,-14v0,-7,-6,-13,-13,-13v-7,0,-14,6,-14,13v-1,7,7,15,14,14xm64,-62v2,17,25,18,39,7r0,-23v-16,2,-41,-3,-39,16","w":181,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"u":7}},"\u00e7":{"d":"82,2v-98,-13,-87,-191,18,-183v38,3,49,14,74,38r-43,41v-21,-28,-57,-29,-57,13v0,42,36,43,57,14r43,41v-20,19,-37,31,-51,35r8,24r-26,51r-53,0r38,-54","w":182,"k":{"\u00f8":7,"\u00f5":7,"\u00f6":7,"\u00f4":7,"\u00f2":7,"\u00f3":7,"o":7}},"\u00e9":{"d":"141,-257r-46,58r-36,0r34,-58r48,0xm13,-89v0,-52,32,-92,83,-92v52,0,78,34,78,101r-100,0v-1,35,39,41,56,13r40,36v-24,26,-32,34,-74,35v-51,1,-83,-41,-83,-93xm117,-105v-2,-32,-40,-32,-42,0r42,0","w":185,"k":{"x":7,"v":4}},"\u00e8":{"d":"126,-199r-36,0r-46,-58r48,0xm13,-89v0,-52,32,-92,83,-92v52,0,78,34,78,101r-100,0v-1,35,39,41,56,13r40,36v-24,26,-32,34,-74,35v-51,1,-83,-41,-83,-93xm117,-105v-2,-32,-40,-32,-42,0r42,0","w":185,"k":{"x":7,"v":4}},"\u00ea":{"d":"165,-195r-50,0r-20,-29r-19,29r-49,0r48,-57r42,0xm13,-89v0,-52,32,-92,83,-92v52,0,78,34,78,101r-100,0v-1,35,39,41,56,13r40,36v-24,26,-32,34,-74,35v-51,1,-83,-41,-83,-93xm117,-105v-2,-32,-40,-32,-42,0r42,0","w":185,"k":{"x":7,"v":4}},"\u00eb":{"d":"130,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-27,-11,-27,-25v0,-14,12,-26,27,-26xm55,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,11,-26,26,-26xm13,-89v0,-52,32,-92,83,-92v52,0,78,34,78,101r-100,0v-1,35,39,41,56,13r40,36v-24,26,-32,34,-74,35v-51,1,-83,-41,-83,-93xm117,-105v-2,-32,-40,-32,-42,0r42,0","w":185,"k":{"x":7,"v":4}},"\u00ed":{"d":"104,-257r-46,58r-36,0r34,-58r48,0xm79,0r-59,0r0,-178r59,0r0,178","w":99,"k":{"\u00ef":-4,"\u00ee":-2,"\u00ec":-9}},"\u00ec":{"d":"76,-199r-35,0r-46,-58r48,0xm79,0r-59,0r0,-178r59,0r0,178","w":95,"k":{"\u00ef":-9,"\u00ee":-8}},"\u00ee":{"d":"118,-195r-49,0r-19,-29r-20,29r-49,0r48,-57r42,0xm80,0r-59,0r0,-178r59,0r0,178","w":100,"k":{"\u00cc":-5,"\u00cf":-6,"\u00ce":-4,"\u00cd":-7,"\u00ef":-24,"\u00ee":-36}},"\u00ef":{"d":"89,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-12,-26,-25v0,-14,12,-26,26,-26xm14,-243v14,0,26,11,26,26v0,14,-12,25,-26,25v-14,0,-26,-12,-26,-25v0,-14,12,-26,26,-26xm80,0r-59,0r0,-178r59,0r0,178","w":100,"k":{"\u00ef":-37,"\u00ee":-35,"\u00ec":-10,"\u00ed":-2}},"\u00f1":{"d":"41,-216v26,-39,58,-26,93,-12v7,0,12,-10,16,-15r27,22v-9,13,-25,28,-42,28v-22,0,-53,-30,-67,-1xm81,-172v51,-28,106,13,106,73r0,99r-61,0r0,-99v5,-25,-30,-32,-30,-10r0,109r-61,0r0,-178r46,0r0,6","w":216,"k":{"m":5}},"\u00f3":{"d":"145,-257r-46,58r-36,0r34,-58r48,0xm96,-179v56,0,85,35,85,91v1,59,-30,92,-84,92v-55,0,-84,-35,-84,-92v0,-56,27,-91,83,-91xm96,-55v17,0,22,-14,22,-32v-1,-18,-4,-33,-22,-33v-28,0,-30,65,0,65","w":193,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4}},"\u00f2":{"d":"127,-199r-35,0r-46,-58r48,0xm96,-179v56,0,85,35,85,91v1,59,-30,92,-84,92v-55,0,-84,-35,-84,-92v0,-56,27,-91,83,-91xm96,-55v17,0,22,-14,22,-32v-1,-18,-4,-33,-22,-33v-28,0,-30,65,0,65","w":193,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4}},"\u00f4":{"d":"165,-195r-49,0r-20,-29r-19,29r-49,0r47,-57r42,0xm96,-179v56,0,85,35,85,91v1,59,-30,92,-84,92v-55,0,-84,-35,-84,-92v0,-56,27,-91,83,-91xm96,-55v17,0,22,-14,22,-32v-1,-18,-4,-33,-22,-33v-28,0,-30,65,0,65","w":193,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4}},"\u00f6":{"d":"132,-243v14,0,26,11,26,26v0,14,-12,25,-26,25v-14,0,-26,-12,-26,-25v0,-14,12,-26,26,-26xm58,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,11,-26,26,-26xm96,-179v56,0,85,35,85,91v1,59,-30,92,-84,92v-55,0,-84,-35,-84,-92v0,-56,27,-91,83,-91xm96,-55v17,0,22,-14,22,-32v-1,-18,-4,-33,-22,-33v-28,0,-30,65,0,65","w":193,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4}},"\u00f5":{"d":"122,-228v8,0,12,-10,16,-15r27,22v-9,13,-25,28,-42,28v-22,0,-54,-32,-67,-1r-27,-22v26,-40,58,-25,93,-12xm96,-179v56,0,85,35,85,91v1,59,-30,92,-84,92v-55,0,-84,-35,-84,-92v0,-56,27,-91,83,-91xm96,-55v17,0,22,-14,22,-32v-1,-18,-4,-33,-22,-33v-28,0,-30,65,0,65","w":193,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4}},"\u00fa":{"d":"144,-257r-46,58r-36,0r34,-58r48,0xm127,-6v-49,27,-105,-12,-105,-72r0,-100r61,0r0,100v-4,26,30,31,30,9r0,-109r61,0r0,178r-47,0r0,-6","k":{"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"v":7,"u":5}},"\u00f9":{"d":"126,-199r-36,0r-46,-58r48,0xm127,-6v-49,27,-105,-12,-105,-72r0,-100r61,0r0,100v-4,26,30,31,30,9r0,-109r61,0r0,178r-47,0r0,-6","k":{"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"v":7,"u":5}},"\u00fb":{"d":"166,-195r-49,0r-20,-29r-20,29r-49,0r48,-57r42,0xm127,-6v-49,27,-105,-12,-105,-72r0,-100r61,0r0,100v-4,26,30,31,30,9r0,-109r61,0r0,178r-47,0r0,-6","k":{"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"v":7,"u":5}},"\u00fc":{"d":"135,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-27,-11,-27,-25v0,-14,12,-26,27,-26xm60,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,11,-26,26,-26xm127,-6v-49,27,-105,-12,-105,-72r0,-100r61,0r0,100v-4,26,30,31,30,9r0,-109r61,0r0,178r-47,0r0,-6","k":{"\u00fc":5,"\u00fb":5,"\u00f9":5,"\u00fa":5,"v":7,"u":5}},"\u00b0":{"d":"67,-279v22,0,41,19,41,41v0,22,-19,41,-41,41v-21,0,-40,-20,-40,-41v0,-21,19,-41,40,-41xm55,-238v-2,12,14,16,21,9v7,-7,2,-23,-9,-22v-5,-1,-14,7,-12,13","w":135},"\u00a2":{"d":"181,-32v-25,27,-37,39,-82,38r-5,22r-32,-6r4,-22v-72,-38,-40,-188,40,-180r5,-24r32,6r-5,24v11,4,26,16,43,34r-33,29v-9,-9,-14,-16,-19,-19r-20,94v21,-1,23,-10,39,-26xm97,-137v-26,4,-40,64,-20,85","w":200},"\u00a3":{"d":"39,-149v-21,-74,51,-129,116,-91v9,6,21,17,34,32r-35,29v-18,-19,-19,-26,-45,-28v-27,-2,-31,30,-24,58r47,0r-10,46r-28,0v2,21,1,38,-4,57r90,0r0,46r-144,0v-4,-44,21,-64,11,-103r-29,0r9,-46r12,0","w":205},"\u00a7":{"d":"51,-144v-33,-64,44,-138,101,-88v12,10,24,26,36,49r-40,22v-15,-27,-27,-41,-36,-41v-20,0,-29,24,-19,38v4,3,11,6,23,9v65,12,86,70,55,121v33,63,-44,138,-101,88v-12,-10,-24,-26,-36,-49r41,-22v14,27,26,41,35,41v20,0,29,-24,19,-38v-4,-3,-12,-6,-24,-9v-65,-11,-84,-71,-54,-121xm135,-62v18,-32,-18,-47,-48,-54v-10,16,-5,38,15,44","w":221},"\u00b6":{"d":"19,-172v0,-42,36,-78,77,-78r91,0r0,303r-48,0r0,-257r-11,0r0,257r-48,0r0,-149v-33,-6,-61,-38,-61,-76","w":221},"\u00df":{"d":"36,-173v-13,-91,126,-104,128,-20v0,9,-2,17,-6,25v35,17,40,100,18,135v-13,22,-40,33,-80,34r-1,-47v38,-2,47,-8,47,-45v0,-40,-7,-43,-47,-45r0,-44v23,-2,30,-20,10,-24v-19,1,-22,9,-22,31r0,173r-47,0r0,-173","w":218},"\u00ae":{"d":"165,-248v66,0,122,57,122,123v0,65,-57,122,-122,122v-66,0,-123,-56,-123,-122v0,-66,57,-123,123,-123xm150,-142v13,-2,34,6,34,-10v0,-15,-20,-8,-34,-10r0,20xm116,-195v49,-1,105,-5,103,43v0,18,-8,32,-23,39r31,52v60,-51,15,-154,-62,-154v-48,0,-90,42,-90,90v0,71,90,119,146,70r-30,0v-12,-17,-20,-38,-34,-53r-7,0r0,53r-34,0r0,-140","w":329},"\u00a9":{"d":"165,-248v66,0,122,57,122,123v0,65,-57,122,-122,122v-66,0,-123,-56,-123,-122v0,-66,57,-123,123,-123xm165,-35v47,0,90,-43,90,-90v0,-48,-42,-90,-90,-90v-48,0,-90,42,-90,90v0,48,42,90,90,90xm109,-125v-7,-71,75,-97,109,-43r-26,22v-20,-31,-49,-19,-49,21v0,39,30,51,49,20r26,22v-30,52,-117,31,-109,-42","w":329},"\u00b4":{"d":"117,-255r-52,65r-37,0r31,-65r58,0","w":185},"\u00a8":{"d":"140,-242v15,0,29,14,29,30v0,16,-13,29,-29,29v-16,0,-30,-13,-30,-29v0,-16,14,-30,30,-30xm65,-242v15,0,30,15,30,30v0,15,-14,29,-30,29v-16,0,-30,-14,-30,-29v0,-15,15,-30,30,-30","w":204},"\u00c6":{"d":"350,0r-178,0r0,-55r-67,0r-35,55r-70,0r165,-251r185,0r0,64r-113,0r0,25r98,0r0,64r-98,0r0,34r113,0r0,64xm172,-157r-6,1r-27,47r33,0r0,-48","w":367,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"q":7,"O":7}},"\u00d8":{"d":"194,-223v21,22,32,54,32,97v0,94,-69,154,-153,119r-5,10r-43,0r18,-33v-21,-21,-28,-54,-30,-96v-4,-93,67,-151,150,-119r5,-10r43,0xm132,-188v-47,-17,-60,41,-52,92xm105,-64v51,18,62,-47,53,-94","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"A":5}},"\u00b1":{"d":"179,-111r-57,0r0,56r-45,0r0,-56r-56,0r0,-45r56,0r0,-55r45,0r0,55r57,0r0,45xm179,1r-158,0r0,-44r158,0r0,44","w":199},"\u00a5":{"d":"212,-251r-53,107r22,0r-8,36v-14,1,-35,-5,-36,9r44,0r-8,36r-45,0r0,63r-46,0r0,-63r-55,0r9,-36r36,0r-4,-9r-41,0r9,-36r14,0r-53,-107r52,0r56,120r56,-120r51,0","w":208},"\u00b5":{"d":"80,-79v-10,43,48,48,55,17r0,-116r48,0r0,179v-37,-3,-72,7,-103,-3r0,71r-48,0r0,-247r48,0r0,99","w":218},"\u03bc":{"d":"80,-79v-10,43,48,48,55,17r0,-116r48,0r0,179v-37,-3,-72,7,-103,-3r0,71r-48,0r0,-247r48,0r0,99","w":218},"\u00aa":{"d":"26,-216v17,-55,114,-55,118,6v1,33,-4,72,6,96r-38,11r-3,-7v-39,17,-89,-4,-88,-44v1,-36,40,-47,83,-44v1,-14,0,-21,-16,-21v-10,0,-18,5,-24,15xm118,-65r-68,0r0,-31r68,0r0,31xm62,-154v2,17,33,12,42,2v-1,-5,3,-15,-4,-13v-16,0,-36,-2,-38,11","w":179},"\u00ba":{"d":"95,-257v44,0,67,28,67,76v1,49,-23,77,-67,77v-45,0,-68,-29,-68,-77v0,-49,24,-76,68,-76xm129,-65r-68,0r0,-34r68,0r0,34xm94,-143v24,0,28,-11,28,-38v-1,-24,-4,-38,-27,-38v-23,0,-28,13,-28,38v0,25,5,38,27,38","w":189},"\u00e6":{"d":"29,-54v2,-44,41,-62,91,-58v-12,-31,-20,-28,-35,-6r-49,-15v14,-45,74,-61,116,-34v60,-36,133,2,121,87r-96,0v1,44,36,38,56,11r40,37v-27,35,-85,49,-125,19v-38,32,-122,18,-119,-41xm220,-105v-2,-32,-39,-32,-41,0r41,0xm80,-62v0,17,25,18,40,7v-6,-11,2,-26,-10,-22v-16,-2,-30,1,-30,15","w":306,"k":{"\u00fc":7,"\u00fb":7,"\u00f9":7,"\u00fa":7,"x":7,"v":4,"u":7}},"\u00f8":{"d":"44,-17v-48,-48,-26,-173,59,-162v25,3,41,-1,73,0r-13,22v16,16,24,39,24,69v0,71,-47,103,-113,88r-1,3r-41,0xm107,-120v-25,-3,-28,21,-25,44xm100,-55v23,1,27,-21,24,-43","w":206,"k":{"\u00ff":4,"y":4,"x":7,"w":7,"v":7,"g":4}},"\u00bf":{"d":"100,-184v17,0,34,17,34,34v0,17,-17,34,-34,34v-17,0,-34,-17,-34,-34v0,-17,17,-34,34,-34xm127,-72v5,42,-42,45,-54,74v0,14,9,21,27,21v19,0,28,-10,28,-31r54,0v1,49,-33,82,-82,82v-63,0,-105,-61,-68,-109v4,-6,41,-24,42,-38r3,-31r46,0v2,15,4,26,4,32","w":199},"\u00a1":{"d":"62,-177v20,0,38,17,38,38v0,20,-17,37,-38,37v-21,0,-37,-17,-37,-37v0,-21,17,-38,37,-38xm92,79r-59,0r2,-161r55,0","w":132},"\u00ac":{"d":"182,-25r-42,0r0,-46r-122,0r0,-42r164,0r0,88","w":199},"\u00ab":{"d":"190,-135r-45,42r45,42r0,56r-90,-85r0,-25r90,-85r0,55xm113,-135r-44,42r44,42r0,56r-90,-85r0,-25r90,-85r0,55","w":192},"\u00bb":{"d":"190,-80r-90,85r0,-56r45,-42r-45,-42r0,-55r90,85r0,25xm113,-80r-90,85r0,-56r45,-42r-45,-42r1,-55r89,85r0,25","w":192},"\u00a0":{"w":54},"\u00c0":{"d":"148,-276r-36,0r-46,-58r48,0xm248,0r-70,0r-20,-55r-68,0r-20,55r-70,0r97,-251r53,0xm138,-109r-14,-47r-14,47r28,0","w":248,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7}},"\u00c3":{"d":"58,-293v26,-40,58,-25,93,-12v7,0,12,-10,16,-15r26,22v-8,14,-25,28,-41,28v-21,0,-54,-31,-67,-1xm248,0r-70,0r-20,-55r-68,0r-20,55r-70,0r97,-251r53,0xm138,-109r-14,-47r-14,47r28,0","w":248,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7}},"\u00d5":{"d":"144,-305v7,0,13,-10,16,-15r27,22v-9,13,-25,28,-42,28v-22,0,-53,-30,-67,-1r-27,-22v26,-39,58,-26,93,-12xm119,-254v67,0,107,53,107,128v0,76,-40,129,-107,129v-67,0,-106,-52,-106,-129v0,-76,40,-128,106,-128xm161,-126v0,-39,-9,-64,-42,-64v-28,0,-41,21,-41,64v0,43,13,64,41,64v28,0,42,-21,42,-64","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"A":5}},"\u00f7":{"d":"98,-179v14,0,27,13,27,27v0,14,-13,27,-27,27v-14,0,-27,-13,-27,-27v0,-14,13,-27,27,-27xm178,-78r-159,0r0,-41r159,0r0,41xm98,-72v14,0,27,13,27,27v0,14,-12,26,-27,26v-15,0,-27,-12,-27,-26v0,-14,13,-27,27,-27"},"\u00ff":{"d":"138,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-11,-26,-25v0,-14,11,-26,26,-26xm63,-243v14,0,26,12,26,26v0,13,-12,25,-26,25v-14,0,-26,-12,-26,-25v0,-14,12,-26,26,-26xm194,-178r-80,217v-17,37,-31,43,-89,42r0,-47v42,5,32,-11,44,-34r-64,-178r66,0r28,109r30,-109r65,0","w":199,"k":{"\u00f8":4,"\u00e6":7,"\u00f5":4,"\u00f6":4,"\u00f4":4,"\u00f2":4,"\u00f3":4,"\u00eb":4,"\u00ea":4,"\u00e8":4,"\u00e9":4,"\u00e5":7,"\u00e3":7,"\u00e4":7,"\u00e2":7,"\u00e0":7,"\u00e1":7,"o":4,"e":4,"a":7}},"\u00a4":{"d":"48,-170v9,-86,144,-116,192,-41r-36,36v-30,-39,-81,-40,-101,5r65,0r-7,35r-66,0r0,19r73,0r-7,35r-58,0v20,45,74,43,103,2r36,35v-28,32,-40,47,-90,47v-57,0,-92,-36,-104,-84r-30,0r8,-35r16,0r0,-19r-24,0r8,-35r22,0","w":263},"\u00b7":{"d":"58,-133v21,0,37,17,37,37v0,20,-16,38,-37,38v-20,0,-39,-17,-38,-38v0,-20,18,-37,38,-37","w":115},"\u2219":{"d":"58,-133v21,0,37,17,37,37v0,20,-16,38,-37,38v-20,0,-39,-17,-38,-38v0,-20,18,-37,38,-37","w":115},"\u00c2":{"d":"192,-276r-49,0r-20,-29r-20,29r-49,0r48,-58r42,0xm248,0r-70,0r-20,-55r-68,0r-20,55r-70,0r97,-251r53,0xm138,-109r-14,-47r-14,47r28,0","w":248,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7}},"\u00ca":{"d":"181,-276r-49,0r-19,-29r-20,29r-49,0r47,-58r43,0xm201,0r-178,0r0,-251r178,0r0,64r-113,0r0,25r99,0r0,64r-99,0r0,34r113,0r0,64","w":217,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"q":7,"O":7}},"\u00c1":{"d":"183,-334r-47,58r-35,0r34,-58r48,0xm246,0r-70,0r-20,-55r-67,0r-21,55r-70,0r97,-251r53,0xm136,-109r-14,-47r-14,47r28,0","w":244,"k":{"\u00d9":14,"\u00db":14,"\u00da":14,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00ff":14,"\u00d5":11,"\u00e6":-3,"\u00d8":11,"\u00fc":4,"\u00fb":4,"\u00f9":4,"\u00fa":4,"\u00eb":7,"\u00ea":7,"\u00e8":7,"\u00e9":7,"\u00e5":-3,"\u00e3":-3,"\u00e4":-3,"\u00e2":-3,"\u00e0":-3,"\u00e1":-3,"\u00dc":14,"\u00d6":11,"z":-7,"y":14,"w":14,"v":18,"u":4,"t":7,"l":7,"g":7,"f":7,"e":7,"a":-3,"Y":32,"W":18,"V":29,"U":14,"T":29,"Q":7,"O":11,"G":7}},"\u00cb":{"d":"150,-328v14,0,26,12,26,26v0,13,-13,26,-26,26v-14,0,-27,-12,-27,-26v0,-14,12,-26,27,-26xm75,-328v14,0,26,11,26,26v0,14,-12,26,-26,26v-13,0,-26,-13,-26,-26v0,-14,12,-26,26,-26xm201,0r-178,0r0,-251r178,0r0,64r-113,0r0,25r99,0r0,64r-99,0r0,34r113,0r0,64","w":217,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"q":7,"O":7}},"\u00c8":{"d":"143,-276r-35,0r-46,-58r48,0xm201,0r-178,0r0,-251r178,0r0,64r-113,0r0,25r99,0r0,64r-99,0r0,34r113,0r0,64","w":217,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00d5":7,"\u00d8":7,"\u00d6":7,"q":7,"O":7}},"\u00cd":{"d":"105,-334r-46,58r-35,0r33,-58r48,0xm89,0r-66,0r0,-251r66,0r0,251","w":111,"k":{"\u00ee":-6}},"\u00ce":{"d":"127,-276r-49,0r-20,-29r-20,29r-49,0r48,-58r42,0xm91,0r-66,0r0,-252r66,0r0,252","w":113,"k":{"\u00cf":-25,"\u00ce":-33,"\u00ee":-6}},"\u00cf":{"d":"96,-328v15,0,27,12,27,26v0,14,-13,26,-27,26v-13,0,-25,-12,-25,-26v0,-14,11,-26,25,-26xm22,-328v14,0,26,12,26,26v0,13,-13,26,-26,26v-13,0,-26,-13,-26,-26v0,-14,12,-26,26,-26xm91,0r-66,0r0,-252r66,0r0,252","w":113,"k":{"\u00cc":-5,"\u00cf":-29,"\u00ce":-27,"\u00ee":-6}},"\u00cc":{"d":"82,-276r-36,0r-46,-58r48,0xm87,0r-65,0r0,-251r65,0r0,251","w":111,"k":{"\u00ee":-7}},"\u00d3":{"d":"169,-334r-46,58r-36,0r34,-58r48,0xm119,-254v67,0,107,53,107,128v0,76,-40,129,-107,129v-67,0,-106,-52,-106,-129v0,-76,40,-128,106,-128xm161,-126v0,-39,-9,-64,-42,-64v-28,0,-41,21,-41,64v0,43,13,64,41,64v28,0,42,-21,42,-64","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"A":5}},"\u00d4":{"d":"188,-276r-49,0r-20,-29r-20,29r-49,0r48,-58r42,0xm119,-254v67,0,107,53,107,128v0,76,-40,129,-107,129v-67,0,-106,-52,-106,-129v0,-76,40,-128,106,-128xm161,-126v0,-39,-9,-64,-42,-64v-28,0,-41,21,-41,64v0,43,13,64,41,64v28,0,42,-21,42,-64","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"A":5}},"\u00d2":{"d":"152,-276r-36,0r-46,-58r48,0xm119,-254v67,0,107,53,107,128v0,76,-40,129,-107,129v-67,0,-106,-52,-106,-129v0,-76,40,-128,106,-128xm161,-126v0,-39,-9,-64,-42,-64v-28,0,-41,21,-41,64v0,43,13,64,41,64v28,0,42,-21,42,-64","w":238,"k":{"\u00d2":7,"\u00d4":7,"\u00d3":7,"\u00c1":5,"\u00c2":5,"\u00d5":7,"\u00c3":5,"\u00c0":5,"\u00d8":7,"\u00c6":5,"\u00d6":7,"\u00c5":5,"\u00c4":5,"Z":11,"Y":14,"X":14,"W":7,"V":7,"T":11,"Q":7,"P":4,"O":7,"A":5}},"\u00da":{"d":"168,-334r-45,58r-36,0r34,-58r47,0xm118,-60v28,0,34,-15,34,-50r0,-141r64,0r0,139v2,72,-33,115,-98,115v-66,0,-99,-45,-98,-114r0,-140r65,0r0,141v-1,34,5,50,33,50","w":236,"k":{"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c0":11,"\u00c6":11,"\u00c5":11,"\u00c4":11,"A":11}},"\u00db":{"d":"186,-276r-49,0r-19,-29r-20,29r-49,0r47,-58r43,0xm118,-60v28,0,34,-15,34,-50r0,-141r64,0r0,139v2,72,-33,115,-98,115v-66,0,-99,-45,-98,-114r0,-140r65,0r0,141v-1,34,5,50,33,50","w":236,"k":{"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c0":11,"\u00c6":11,"\u00c5":11,"\u00c4":11,"A":11}},"\u00d9":{"d":"153,-276r-35,0r-46,-58r48,0xm118,-60v28,0,34,-15,34,-50r0,-141r64,0r0,139v2,72,-33,115,-98,115v-66,0,-99,-45,-98,-114r0,-140r65,0r0,141v-1,34,5,50,33,50","w":236,"k":{"\u00c1":11,"\u00c2":11,"\u00c3":11,"\u00c0":11,"\u00c6":11,"\u00c5":11,"\u00c4":11,"A":11}},"\u00af":{"d":"160,-204r-123,0r0,-35r123,0r0,35"},"\u02c9":{"d":"160,-204r-123,0r0,-35r123,0r0,35"},"\u00b8":{"d":"128,25r-25,48r-46,0r36,-50r-10,-27r32,-11","w":196},"\u00a6":{"d":"89,-132r-40,0r0,-144r40,0r0,144xm89,25r-40,0r0,-145r40,0r0,145","w":135},"\u00d0":{"d":"122,-251v84,-1,109,38,109,125v0,87,-26,126,-109,126r-86,0r0,-107r-11,0r0,-37r11,0r0,-107r86,0xm101,-64v55,0,65,3,65,-62v0,-65,-10,-61,-65,-61r0,43r33,0r0,37r-33,0r0,43","w":262},"\u00f0":{"d":"106,3v-51,-3,-79,-36,-79,-94v0,-51,19,-83,58,-92r-21,0r0,-45r24,0r-19,-41r51,0r18,41r33,0r0,45r-12,0v40,52,40,192,-53,186xm106,-44v27,0,32,-15,32,-47v0,-32,-5,-47,-32,-47v-26,0,-32,15,-32,47v0,32,6,47,32,47","w":212},"\u00dd":{"d":"171,-339r-46,57r-35,0r33,-57r48,0xm238,-251r-83,169r0,82r-65,0r0,-82r-83,-169r73,0r43,93r43,-93r72,0","w":241},"\u00fd":{"d":"148,-257r-46,58r-36,0r34,-58r48,0xm190,-178r-80,217v-17,37,-31,43,-89,42r0,-47v42,5,32,-11,45,-34r-65,-178r66,0r28,109r30,-109r65,0","w":191},"\u00de":{"d":"101,-209v72,-5,127,14,127,80v0,63,-53,87,-127,80r0,49r-65,0r0,-251r65,0r0,42xm101,-113v24,-3,62,9,62,-16v0,-26,-37,-13,-62,-16r0,32","w":249},"\u00fe":{"d":"99,-185v63,-8,95,35,95,96v0,64,-32,105,-95,97r0,66r-64,0r0,-321r64,0r0,62xm113,-55v18,0,17,-12,17,-33v0,-21,1,-34,-17,-34v-23,-1,-11,35,-14,55v1,8,5,12,14,12","w":213},"\u00ad":{"d":"175,-79r-157,0r0,-39r157,0r0,39","w":193},"\u2212":{"d":"175,-79r-157,0r0,-39r157,0r0,39","w":193},"\u00d7":{"d":"162,-57r-31,30r-41,-41r-42,41r-30,-30r41,-42r-41,-41r30,-31r42,42r41,-42r31,31r-42,41","w":179},"\u00b9":{"d":"86,-95r-37,0r0,-106r-16,9r-19,-32v24,-10,35,-33,72,-30r0,159","w":115},"\u00b2":{"d":"118,-212v-1,33,-37,51,-53,76r53,0r0,38r-103,0v-11,-56,57,-87,65,-114v-9,-17,-23,-5,-32,15r-34,-18v14,-25,25,-41,55,-42v27,-1,50,19,49,45","w":142},"\u00b3":{"d":"22,-214v6,-54,103,-48,99,8v0,10,-4,20,-10,28v29,31,1,82,-39,82v-24,0,-41,-13,-50,-41r36,-12v-1,19,26,21,27,3v0,-12,-11,-17,-26,-15r0,-31v20,7,35,-22,12,-24v-6,0,-12,5,-13,14","w":141},"\u00bd":{"d":"279,-115v-1,33,-37,52,-54,77r54,0r0,37r-103,0v-11,-56,57,-87,64,-114v-9,-15,-23,-5,-32,15r-33,-18v14,-24,24,-41,54,-42v27,-1,50,20,50,45xm219,-251r-115,250r-40,0r115,-250r40,0xm89,-94r-38,0r0,-106r-16,10r-18,-33v24,-10,35,-33,72,-30r0,159","w":303},"\u00bc":{"d":"267,-35r-10,0r0,34r-38,0r0,-34r-64,0r0,-28r55,-96r45,0r-48,87r24,0r2,-26r24,5r0,21r10,0r0,37xm219,-251r-115,250r-40,0r115,-250r40,0xm89,-94r-38,0r0,-106r-16,10r-18,-33v24,-10,35,-33,72,-30r0,159","w":289},"\u00be":{"d":"285,-35r-9,0r0,34r-38,0r0,-34r-64,0r0,-28r55,-96r45,0r-49,87r24,0r3,-26r24,5r0,21r9,0r0,37xm238,-251r-115,250r-40,0r115,-250r40,0xm22,-214v6,-54,103,-48,99,8v0,10,-4,20,-10,28v29,31,1,82,-39,82v-24,0,-41,-13,-50,-41r36,-12v-1,19,26,21,27,3v0,-12,-11,-17,-26,-15r0,-31v20,7,35,-22,12,-24v-6,0,-12,5,-13,14","w":318}}});

/* - jquery.innerfade.js - */
// http://www.donaufestival.at/portal_javascripts/jquery.innerfade.js?original=1
(function($){$.fn.innerfade=function(options){return this.each(function(){$.innerfade(this,options)})};$.innerfade=function(container,options){var settings={'animationtype':'fade','speed':'normal','type':'sequence','timeout':2000,'containerheight':'auto','runningclass':'innerfade','children':null};if(options)
$.extend(settings,options);if(settings.children===null)
var elements=$(container).children();else
var elements=$(container).children(settings.children);if(elements.length>1){$(container).css('position','relative').css('height',settings.containerheight).addClass(settings.runningclass);for(var i=0;i<elements.length;i++){$(elements[i]).css('z-index',String(elements.length-i)).css('position','absolute').hide()};if(settings.type=="sequence"){setTimeout(function(){$.innerfade.next(elements,settings,1,0)},settings.timeout);$(elements[0]).show()} else if(settings.type=="random"){var last=Math.floor(Math.random() *(elements.length));setTimeout(function(){do{current=Math.floor(Math.random() *(elements.length))} while(last==current);$.innerfade.next(elements,settings,current,last)},settings.timeout);$(elements[last]).show()} else if(settings.type=='random_start'){settings.type='sequence';var current=Math.floor(Math.random() *(elements.length));setTimeout(function(){$.innerfade.next(elements,settings,(current+1)%elements.length,current)},settings.timeout);$(elements[current]).show()} else{alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'')}}};$.innerfade.next=function(elements,settings,current,last){if(settings.animationtype=='slide'){$(elements[last]).slideUp(settings.speed);$(elements[current]).slideDown(settings.speed)} else if(settings.animationtype=='fade'){$(elements[last]).fadeOut(settings.speed);$(elements[current]).fadeIn(settings.speed, function(){removeFilter($(this)[0])})} else
alert('Innerfade-animationtype must either be \'slide\' or \'fade\'');if(settings.type=="sequence"){if((current+1)<elements.length){current=current+1;last=current-1} else{current=0;last=elements.length-1}} else if(settings.type=="random"){last=current;while(current==last)
current=Math.floor(Math.random() * elements.length)} else
alert('Innerfade-Type must either be \'sequence\', \'random\' or \'random_start\'');setTimeout((function(){$.innerfade.next(elements,settings,current,last)}),settings.timeout)}})(jQuery);
function removeFilter(element){if(element.style.removeAttribute){element.style.removeAttribute('filter')}}


/* - jquery-ui-1.8.9.custom.min.js - */
// http://www.donaufestival.at/portal_javascripts/jquery-ui-1.8.9.custom.min.js?original=1
(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.9",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection",function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,l,m){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(l)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(m)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth,outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");if("area"===b){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&k(a)}return(/input|select|textarea|button|object/.test(b)?!a.disabled:"a"==b?a.href||!isNaN(d):!isNaN(d))&&k(a)},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&b[e][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")==="hidden")return false;b=b&&b==="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,h,i){return c.ui.isOverAxis(a,d,h)&&c.ui.isOverAxis(b,e,i)}})}})(jQuery);(function(b,j){if(b.cleanData){var k=b.cleanData;b.cleanData=function(a){for(var c=0,d;(d=a[c])!=null;c++)b(d).triggerHandler("remove");k(a)}}else{var l=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add([this]).each(function(){b(this).triggerHandler("remove")});return l.call(b(this),a,c)})}}b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend(true,{},c.options);b[e][a].prototype=b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.charAt(0)==="_")return h;e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==j){h=i;return false}}):this.each(function(){var g=b.data(this,a);g?g.option(d||{})._init():b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){b.data(c,this.widgetName,this);this.element=b(c);this.options=b.extend(true,{},this.options,this._getCreateOptions(),a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();this._trigger("create");this._init()},_getCreateOptions:function(){return b.metadata&&b.metadata.get(this.element[0])[this.widgetName]},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(a,c){var d=a;if(arguments.length===0)return b.extend({},this.options);if(typeof a==="string"){if(c===j)return this.options[a];d={};d[a]=c}this._setOptions(d);return this},_setOptions:function(a){var c=this;b.each(a,function(d,e){c._setOption(d,e)});return this},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery);(function(c){c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(true===c.data(b.target,a.widgetName+".preventClickEvent")){c.removeData(b.target,a.widgetName+".preventClickEvent");b.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(a){a.originalEvent=a.originalEvent||{};if(!a.originalEvent.mouseHandled){this._mouseStarted&&this._mouseUp(a);this._mouseDownEvent=a;var b=this,e=a.which==1,f=typeof this.options.cancel=="string"?c(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!e||f||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){b.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault();return true}}this._mouseMoveDelegate=function(d){return b._mouseMove(d)};this._mouseUpDelegate=function(d){return b._mouseUp(d)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);a.preventDefault();return a.originalEvent.mouseHandled=true}},_mouseMove:function(a){if(c.browser.msie&&!(document.documentMode>=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;a.target==this._mouseDownEvent.target&&c.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery);(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY,left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+=k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-=m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left=d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+=a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b),g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery);(function(c){c.widget("ui.accordion",{options:{active:0,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix");a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion",
function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a=this.options;if(a.icons){c("<span></span>").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabIndex");this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons();b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target);a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options;if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(),e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.9",animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/);f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide",paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery);jQuery.effects||function(f,j){function n(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return o.transparent;return o[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return n(b)}function p(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle,a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function q(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d=a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function m(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=n(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var o={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},r=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b,d){if(f.isFunction(b)){d=b;b=null}return this.queue("fx",function(){var e=f(this),g=e.attr("style")||" ",h=q(p.call(this)),l,v=e.attr("className");f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});l=q(p.call(this));e.attr("className",v);e.animate(u(h,l),a,b,function(){f.each(r,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments)});h=f.queue(this);l=h.splice(h.length-1,1)[0];h.splice(1,0,l);f.dequeue(this)})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.9",save:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hidden")?"show":"hide";return a},getBaseline:function(c,a){var b;switch(c[0]){case "top":b=0;break;case "middle":b=0.5;break;case "bottom":b=1;break;default:b=c[0]/a.height}switch(c[1]){case "left":c=0;break;case "center":c=0.5;break;case "right":c=1;break;default:c=c[1]/a.width}return{x:c,y:b}},createWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent();var a={width:c.outerWidth(true),height:c.outerHeight(true),"float":c.css("float")},b=f("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(m(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(m(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(m(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g))+b},easeOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*a)*Math.sin((a*e-c)*2*Math.PI/g)+d+b},easeInOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e/2)==2)return b+d;g||(g=e*0.3*1.5);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);if(a<1)return-0.5*h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)+b;return h*Math.pow(2,-10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)*0.5+d+b},easeInBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;return d*(a/=e)*a*((g+1)*a-g)+b},easeOutBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;return d*((a=a/e-1)*a*((g+1)*a+g)+1)+b},easeInOutBack:function(c,a,b,d,e,g){if(g==j)g=1.70158;if((a/=e/2)<1)return d/2*a*a*(((g*=1.525)+1)*a-g)+b;return d/2*((a-=2)*a*(((g*=1.525)+1)*a+g)+2)+b},easeInBounce:function(c,a,b,d,e){return d-f.easing.easeOutBounce(c,e-a,0,d,e)+b},easeOutBounce:function(c,a,b,d,e){return(a/=e)<1/2.75?d*7.5625*a*a+b:a<2/2.75?d*(7.5625*(a-=1.5/2.75)*a+0.75)+b:a<2.5/2.75?d*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:d*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},easeInOutBounce:function(c,a,b,d,e){if(a<e/2)return f.easing.easeInBounce(c,a*2,0,d,e)*0.5+b;return f.easing.easeOutBounce(c,a*2-e,0,d,e)*0.5+d*0.5+b}})}(jQuery);(function(b){b.effects.blind=function(c){return this.queue(function(){var a=b(this),g=["position","top","bottom","left","right"],f=b.effects.setMode(a,c.options.mode||"hide"),d=c.options.direction||"vertical";b.effects.save(a,g);a.show();var e=b.effects.createWrapper(a).css({overflow:"hidden"}),h=d=="vertical"?"height":"width";d=d=="vertical"?e.height():e.width();f=="show"&&e.css(h,0);var i={};i[h]=f=="show"?d:0;e.animate(i,c.duration,c.options.easing,function(){f=="hide"&&a.hide();b.effects.restore(a,g);b.effects.removeWrapper(a);c.callback&&c.callback.apply(a[0],arguments);a.dequeue()})})}})(jQuery);(function(e){e.effects.bounce=function(b){return this.queue(function(){var a=e(this),l=["position","top","bottom","left","right"],h=e.effects.setMode(a,b.options.mode||"effect"),d=b.options.direction||"up",c=b.options.distance||20,m=b.options.times||5,i=b.duration||250;/show|hide/.test(h)&&l.push("opacity");e.effects.save(a,l);a.show();e.effects.createWrapper(a);var f=d=="up"||d=="down"?"top":"left";d=d=="up"||d=="left"?"pos":"neg";c=b.options.distance||(f=="top"?a.outerHeight({margin:true})/3:a.outerWidth({margin:true})/
3);if(h=="show")a.css("opacity",0).css(f,d=="pos"?-c:c);if(h=="hide")c/=m*2;h!="hide"&&m--;if(h=="show"){var g={opacity:1};g[f]=(d=="pos"?"+=":"-=")+c;a.animate(g,i/2,b.options.easing);c/=2;m--}for(g=0;g<m;g++){var j={},k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing);c=h=="hide"?c*2:c/2}if(h=="hide"){g={opacity:0};g[f]=(d=="pos"?"-=":"+=")+c;a.animate(g,i/2,b.options.easing,function(){a.hide();e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}else{j={};k={};j[f]=(d=="pos"?"-=":"+=")+c;k[f]=(d=="pos"?"+=":"-=")+c;a.animate(j,i/2,b.options.easing).animate(k,i/2,b.options.easing,function(){e.effects.restore(a,l);e.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments)})}a.queue("fx",function(){a.dequeue()});a.dequeue()})}})(jQuery);(function(b){b.effects.clip=function(e){return this.queue(function(){var a=b(this),i=["position","top","bottom","left","right","height","width"],f=b.effects.setMode(a,e.options.mode||"hide"),c=e.options.direction||"vertical";b.effects.save(a,i);a.show();var d=b.effects.createWrapper(a).css({overflow:"hidden"});d=a[0].tagName=="IMG"?d:a;var g={size:c=="vertical"?"height":"width",position:c=="vertical"?"top":"left"};c=c=="vertical"?d.height():d.width();if(f=="show"){d.css(g.size,0);d.css(g.position,c/2)}var h={};h[g.size]=f=="show"?c:0;h[g.position]=f=="show"?0:c/2;d.animate(h,{queue:false,duration:e.duration,easing:e.options.easing,complete:function(){f=="hide"&&a.hide();b.effects.restore(a,i);b.effects.removeWrapper(a);e.callback&&e.callback.apply(a[0],arguments);a.dequeue()}})})}})(jQuery);(function(c){c.effects.drop=function(d){return this.queue(function(){var a=c(this),h=["position","top","bottom","left","right","opacity"],e=c.effects.setMode(a,d.options.mode||"hide"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a);var f=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var g=d.options.distance||(f=="top"?a.outerHeight({margin:true})/2:a.outerWidth({margin:true})/2);if(e=="show")a.css("opacity",0).css(f,b=="pos"?-g:g);var i={opacity:e=="show"?1:0};i[f]=(e=="show"?b=="pos"?"+=":"-=":b=="pos"?"-=":"+=")+g;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){e=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);(function(j){j.effects.explode=function(a){return this.queue(function(){var c=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3,d=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3;a.options.mode=a.options.mode=="toggle"?j(this).is(":visible")?"hide":"show":a.options.mode;var b=j(this).show().css("visibility","hidden"),g=b.offset();g.top-=parseInt(b.css("marginTop"),10)||0;g.left-=parseInt(b.css("marginLeft"),10)||0;for(var h=b.outerWidth(true),i=b.outerHeight(true),e=0;e<c;e++)for(var f=0;f<d;f++)b.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery);(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery);(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1],10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery);(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&&this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c<times;c++){b.animate({opacity:animateTo},duration,a.options.easing);animateTo=(animateTo+1)%2}b.animate({opacity:animateTo},duration,a.options.easing,function(){animateTo==0&&b.hide();a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()}).dequeue()})}})(jQuery);(function(c){c.effects.puff=function(b){return this.queue(function(){var a=c(this),e=c.effects.setMode(a,b.options.mode||"hide"),g=parseInt(b.options.percent,10)||150,h=g/100,i={height:a.height(),width:a.width()};c.extend(b.options,{fade:true,mode:e,percent:e=="hide"?g:100,from:e=="hide"?i:{height:i.height*h,width:i.width*h}});a.effect("scale",b.options,b.duration,b.callback);a.dequeue()})};c.effects.scale=function(b){return this.queue(function(){var a=c(this),e=c.extend(true,{},b.options),g=c.effects.setMode(a,b.options.mode||"effect"),h=parseInt(b.options.percent,10)||(parseInt(b.options.percent,10)==0?0:g=="hide"?0:100),i=b.options.direction||"both",f=b.options.origin;if(g!="effect"){e.origin=f||["middle","center"];e.restore=true}f={height:a.height(),width:a.width()};a.from=b.options.from||(g=="show"?{height:0,width:0}:f);h={y:i!="horizontal"?h/100:1,x:i!="vertical"?h/100:1};a.to={height:f.height*h.y,width:f.width*h.x};if(b.options.fade){if(g=="show"){a.from.opacity=0;a.to.opacity=1}if(g=="hide"){a.from.opacity=1;a.to.opacity=0}}e.from=a.from;e.to=a.to;e.mode=g;a.effect("size",e,b.duration,b.callback);a.dequeue()})};c.effects.size=function(b){return this.queue(function(){var a=c(this),e=["position","top","bottom","left","right","width","height","overflow","opacity"],g=["position","top","bottom","left","right","overflow","opacity"],h=["width","height","overflow"],i=["fontSize"],f=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],k=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],p=c.effects.setMode(a,b.options.mode||"effect"),n=b.options.restore||false,m=b.options.scale||"both",l=b.options.origin,j={height:a.height(),width:a.width()};a.from=b.options.from||j;a.to=b.options.to||j;if(l){l=c.effects.getBaseline(l,j);a.from.top=(j.height-a.from.height)*l.y;a.from.left=(j.width-a.from.width)*l.x;a.to.top=(j.height-a.to.height)*l.y;a.to.left=(j.width-a.to.width)*l.x}var d={from:{y:a.from.height/j.height,x:a.from.width/j.width},to:{y:a.to.height/j.height,x:a.to.width/j.width}};if(m=="box"||m=="both"){if(d.from.y!=d.to.y){e=e.concat(f);a.from=c.effects.setTransition(a,f,d.from.y,a.from);a.to=c.effects.setTransition(a,f,d.to.y,a.to)}if(d.from.x!=d.to.x){e=e.concat(k);a.from=c.effects.setTransition(a,k,d.from.x,a.from);a.to=c.effects.setTransition(a,k,d.to.x,a.to)}}if(m=="content"||m=="both")if(d.from.y!=d.to.y){e=e.concat(i);a.from=c.effects.setTransition(a,i,d.from.y,a.from);a.to=c.effects.setTransition(a,i,d.to.y,a.to)}c.effects.save(a,n?e:g);a.show();c.effects.createWrapper(a);a.css("overflow","hidden").css(a.from);if(m=="content"||m=="both"){f=f.concat(["marginTop","marginBottom"]).concat(i);k=k.concat(["marginLeft","marginRight"]);h=e.concat(f).concat(k);a.find("*[width]").each(function(){child=c(this);n&&c.effects.save(child,h);var o={height:child.height(),width:child.width()};child.from={height:o.height*d.from.y,width:o.width*d.from.x};child.to={height:o.height*d.to.y,width:o.width*d.to.x};if(d.from.y!=d.to.y){child.from=c.effects.setTransition(child,f,d.from.y,child.from);child.to=c.effects.setTransition(child,f,d.to.y,child.to)}if(d.from.x!=d.to.x){child.from=c.effects.setTransition(child,k,d.from.x,child.from);child.to=c.effects.setTransition(child,k,d.to.x,child.to)}child.css(child.from);child.animate(child.to,b.duration,b.options.easing,function(){n&&c.effects.restore(child,h)})})}a.animate(a.to,{queue:false,duration:b.duration,easing:b.options.easing,complete:function(){a.to.opacity===0&&a.css("opacity",a.from.opacity);p=="hide"&&a.hide();c.effects.restore(a,n?e:g);c.effects.removeWrapper(a);b.callback&&b.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);(function(d){d.effects.shake=function(a){return this.queue(function(){var b=d(this),j=["position","top","bottom","left","right"];d.effects.setMode(b,a.options.mode||"effect");var c=a.options.direction||"left",e=a.options.distance||20,l=a.options.times||3,f=a.duration||a.options.duration||140;d.effects.save(b,j);b.show();d.effects.createWrapper(b);var g=c=="up"||c=="down"?"top":"left",h=c=="up"||c=="left"?"pos":"neg";c={};var i={},k={};c[g]=(h=="pos"?"-=":"+=")+e;i[g]=(h=="pos"?"+=":"-=")+e*2;k[g]=(h=="pos"?"-=":"+=")+e*2;b.animate(c,f,a.options.easing);for(e=1;e<l;e++)b.animate(i,f,a.options.easing).animate(k,f,a.options.easing);b.animate(i,f,a.options.easing).animate(c,f/2,a.options.easing,function(){d.effects.restore(b,j);d.effects.removeWrapper(b);a.callback&&a.callback.apply(this,arguments)});b.queue("fx",function(){b.dequeue()});b.dequeue()})}})(jQuery);(function(c){c.effects.slide=function(d){return this.queue(function(){var a=c(this),h=["position","top","bottom","left","right"],f=c.effects.setMode(a,d.options.mode||"show"),b=d.options.direction||"left";c.effects.save(a,h);a.show();c.effects.createWrapper(a).css({overflow:"hidden"});var g=b=="up"||b=="down"?"top":"left";b=b=="up"||b=="left"?"pos":"neg";var e=d.options.distance||(g=="top"?a.outerHeight({margin:true}):a.outerWidth({margin:true}));if(f=="show")a.css(g,b=="pos"?isNaN(e)?"-"+e:-e:e);var i={};i[g]=(f=="show"?b=="pos"?"+=":"-=":b=="pos"?"-=":"+=")+e;a.animate(i,{queue:false,duration:d.duration,easing:d.options.easing,complete:function(){f=="hide"&&a.hide();c.effects.restore(a,h);c.effects.removeWrapper(a);d.callback&&d.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery);(function(e){e.effects.transfer=function(a){return this.queue(function(){var b=e(this),c=e(a.options.to),d=c.offset();c={top:d.top,left:d.left,height:c.innerHeight(),width:c.innerWidth()};d=b.offset();var f=e('<div class="ui-effects-transfer"></div>').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery);

