// source --> http://boringtasks.com/wp-content/themes/rttheme9/js/jquery-1.7.2.min.js?ver=4.7.26 /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"":"")+""),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;e=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="
"+""+"
",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="
t
",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="
",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function( a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&j.push({elem:this,matches:d.slice(e)});for(k=0;k0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f .clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(;d1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]===""&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); // source --> http://boringtasks.com/wp-content/themes/rttheme9/js/jquery.easing.1.3.js?ver=4.7.26 /* * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * Uses the built in easing capabilities added In jQuery 1.1 * to offer multiple easing options * * TERMS OF USE - jQuery Easing * * Open source under the BSD License. * * Copyright © 2008 George McGinley Smith * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of * conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list * of conditions and the following disclaimer in the documentation and/or other materials * provided with the distribution. * * Neither the name of the author nor the names of contributors may be used to endorse * or promote products derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * */ // t: current time, b: begInnIng value, c: change In value, d: duration jQuery.easing['jswing'] = jQuery.easing['swing']; jQuery.extend( jQuery.easing, { def: 'easeOutQuad', swing: function (x, t, b, c, d) { //alert(jQuery.easing.default); return jQuery.easing[jQuery.easing.def](x, t, b, c, d); }, easeInQuad: function (x, t, b, c, d) { return c*(t/=d)*t + b; }, easeOutQuad: function (x, t, b, c, d) { return -c *(t/=d)*(t-2) + b; }, easeInOutQuad: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t + b; return -c/2 * ((--t)*(t-2) - 1) + b; }, easeInCubic: function (x, t, b, c, d) { return c*(t/=d)*t*t + b; }, easeOutCubic: function (x, t, b, c, d) { return c*((t=t/d-1)*t*t + 1) + b; }, easeInOutCubic: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t + b; return c/2*((t-=2)*t*t + 2) + b; }, easeInQuart: function (x, t, b, c, d) { return c*(t/=d)*t*t*t + b; }, easeOutQuart: function (x, t, b, c, d) { return -c * ((t=t/d-1)*t*t*t - 1) + b; }, easeInOutQuart: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t*t + b; return -c/2 * ((t-=2)*t*t*t - 2) + b; }, easeInQuint: function (x, t, b, c, d) { return c*(t/=d)*t*t*t*t + b; }, easeOutQuint: function (x, t, b, c, d) { return c*((t=t/d-1)*t*t*t*t + 1) + b; }, easeInOutQuint: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; return c/2*((t-=2)*t*t*t*t + 2) + b; }, easeInSine: function (x, t, b, c, d) { return -c * Math.cos(t/d * (Math.PI/2)) + c + b; }, easeOutSine: function (x, t, b, c, d) { return c * Math.sin(t/d * (Math.PI/2)) + b; }, easeInOutSine: function (x, t, b, c, d) { return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; }, easeInExpo: function (x, t, b, c, d) { return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; }, easeOutExpo: function (x, t, b, c, d) { return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; }, easeInOutExpo: function (x, t, b, c, d) { if (t==0) return b; if (t==d) return b+c; if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; }, easeInCirc: function (x, t, b, c, d) { return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; }, easeOutCirc: function (x, t, b, c, d) { return c * Math.sqrt(1 - (t=t/d-1)*t) + b; }, easeInOutCirc: function (x, t, b, c, d) { if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; }, easeInElastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; if (a < Math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*Math.PI) * Math.asin (c/a); return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; }, easeOutElastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; if (a < Math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*Math.PI) * Math.asin (c/a); return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; }, easeInOutElastic: function (x, t, b, c, d) { var s=1.70158;var p=0;var a=c; if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); if (a < Math.abs(c)) { a=c; var s=p/4; } else var s = p/(2*Math.PI) * Math.asin (c/a); if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; }, easeInBack: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*(t/=d)*t*((s+1)*t - s) + b; }, easeOutBack: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; }, easeInOutBack: function (x, t, b, c, d, s) { if (s == undefined) s = 1.70158; if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; }, easeInBounce: function (x, t, b, c, d) { return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b; }, easeOutBounce: function (x, t, b, c, d) { if ((t/=d) < (1/2.75)) { return c*(7.5625*t*t) + b; } else if (t < (2/2.75)) { return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; } else if (t < (2.5/2.75)) { return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; } else { return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; } }, easeInOutBounce: function (x, t, b, c, d) { if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; } }); /* * * TERMS OF USE - EASING EQUATIONS * * Open source under the BSD License. * * Copyright © 2001 Robert Penner * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of * conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list * of conditions and the following disclaimer in the documentation and/or other materials * provided with the distribution. * * Neither the name of the author nor the names of contributors may be used to endorse * or promote products derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED * OF THE POSSIBILITY OF SUCH DAMAGE. * */ /* * jQuery Easing Compatibility v1 - http://gsgd.co.uk/sandbox/jquery.easing.php * * Adds compatibility for applications that use the pre 1.2 easing names * * Copyright (c) 2007 George Smith * Licensed under the MIT License: * http://www.opensource.org/licenses/mit-license.php */ jQuery.extend( jQuery.easing, { easeIn: function (x, t, b, c, d) { return jQuery.easing.easeInQuad(x, t, b, c, d); }, easeOut: function (x, t, b, c, d) { return jQuery.easing.easeOutQuad(x, t, b, c, d); }, easeInOut: function (x, t, b, c, d) { return jQuery.easing.easeInOutQuad(x, t, b, c, d); }, expoin: function(x, t, b, c, d) { return jQuery.easing.easeInExpo(x, t, b, c, d); }, expoout: function(x, t, b, c, d) { return jQuery.easing.easeOutExpo(x, t, b, c, d); }, expoinout: function(x, t, b, c, d) { return jQuery.easing.easeInOutExpo(x, t, b, c, d); }, bouncein: function(x, t, b, c, d) { return jQuery.easing.easeInBounce(x, t, b, c, d); }, bounceout: function(x, t, b, c, d) { return jQuery.easing.easeOutBounce(x, t, b, c, d); }, bounceinout: function(x, t, b, c, d) { return jQuery.easing.easeInOutBounce(x, t, b, c, d); }, elasin: function(x, t, b, c, d) { return jQuery.easing.easeInElastic(x, t, b, c, d); }, elasout: function(x, t, b, c, d) { return jQuery.easing.easeOutElastic(x, t, b, c, d); }, elasinout: function(x, t, b, c, d) { return jQuery.easing.easeInOutElastic(x, t, b, c, d); }, backin: function(x, t, b, c, d) { return jQuery.easing.easeInBack(x, t, b, c, d); }, backout: function(x, t, b, c, d) { return jQuery.easing.easeOutBack(x, t, b, c, d); }, backinout: function(x, t, b, c, d) { return jQuery.easing.easeInOutBack(x, t, b, c, d); } }); // source --> http://boringtasks.com/wp-content/themes/rttheme9/js/jquery.cycle.all.min.js?ver=4.7.26 /* * jQuery Cycle Plugin (with Transition Definitions) * Examples and documentation at: http://jquery.malsup.com/cycle/ * Copyright (c) 2007-2009 M. Alsup * Version: 2.72 (09-SEP-2009) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * Requires: jQuery v1.2.6 or later * * Originally based on the work of: * 1) Matt Oakes * 2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/) * 3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/) */ (function($){var ver="2.72";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;jmaxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);}else{a=''+(i+1)+"";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlidel?c-l:opts.slideCount-l;}else{hops=c=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery); /* * jQuery Cycle Plugin Transition Definitions * This script is a plugin for the jQuery Cycle Plugin * Examples and documentation at: http://malsup.com/jquery/cycle/ * Copyright (c) 2007-2008 M. Alsup * Version: 2.72 * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ (function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i http://boringtasks.com/wp-content/themes/rttheme9/js/jquery.validate.js?ver=4.7.26 /* * jQuery validation plug-in pre-1.5.2 * * http://bassistance.de/jquery-plugins/jquery-plugin-validation/ * http://docs.jquery.com/Plugins/Validation * * Copyright (c) 2006 - 2008 Jörn Zaefferer * * $Id: jquery.validate.js 6243 2009-02-19 11:40:49Z joern.zaefferer $ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ (function($) { $.extend($.fn, { // http://docs.jquery.com/Plugins/Validation/validate validate: function( options ) { // if nothing is selected, return nothing; can't chain anyway if (!this.length) { options && options.debug && window.console && console.warn( "nothing selected, can't validate, returning nothing" ); return; } // check if a validator for this form was already created var validator = $.data(this[0], 'validator'); if ( validator ) { return validator; } validator = new $.validator( options, this[0] ); $.data(this[0], 'validator', validator); if ( validator.settings.onsubmit ) { // allow suppresing validation by adding a cancel class to the submit button this.find("input, button").filter(".cancel").click(function() { validator.cancelSubmit = true; }); // validate the form on submit this.submit( function( event ) { if ( validator.settings.debug ) // prevent form submit to be able to see console output event.preventDefault(); function handle() { if ( validator.settings.submitHandler ) { validator.settings.submitHandler.call( validator, validator.currentForm ); return false; } return true; } // prevent submit for invalid forms or custom submit handlers if ( validator.cancelSubmit ) { validator.cancelSubmit = false; return handle(); } if ( validator.form() ) { if ( validator.pendingRequest ) { validator.formSubmitted = true; return false; } return handle(); } else { validator.focusInvalid(); return false; } }); } return validator; }, // http://docs.jquery.com/Plugins/Validation/valid valid: function() { if ( $(this[0]).is('form')) { return this.validate().form(); } else { var valid = false; var validator = $(this[0].form).validate(); this.each(function() { valid |= validator.element(this); }); return valid; } }, // attributes: space seperated list of attributes to retrieve and remove removeAttrs: function(attributes) { var result = {}, $element = this; $.each(attributes.split(/\s/), function(index, value) { result[value] = $element.attr(value); $element.removeAttr(value); }); return result; }, // http://docs.jquery.com/Plugins/Validation/rules rules: function(command, argument) { var element = this[0]; if (command) { var settings = $.data(element.form, 'validator').settings; var staticRules = settings.rules; var existingRules = $.validator.staticRules(element); switch(command) { case "add": $.extend(existingRules, $.validator.normalizeRule(argument)); staticRules[element.name] = existingRules; if (argument.messages) settings.messages[element.name] = $.extend( settings.messages[element.name], argument.messages ); break; case "remove": if (!argument) { delete staticRules[element.name]; return existingRules; } var filtered = {}; $.each(argument.split(/\s/), function(index, method) { filtered[method] = existingRules[method]; delete existingRules[method]; }); return filtered; } } var data = $.validator.normalizeRules( $.extend( {}, $.validator.metadataRules(element), $.validator.classRules(element), $.validator.attributeRules(element), $.validator.staticRules(element) ), element); // make sure required is at front if (data.required) { var param = data.required; delete data.required; data = $.extend({required: param}, data); } return data; } }); // Custom selectors $.extend($.expr[":"], { // http://docs.jquery.com/Plugins/Validation/blank blank: function(a) {return !$.trim(a.value);}, // http://docs.jquery.com/Plugins/Validation/filled filled: function(a) {return !!$.trim(a.value);}, // http://docs.jquery.com/Plugins/Validation/unchecked unchecked: function(a) {return !a.checked;} }); $.format = function(source, params) { if ( arguments.length == 1 ) return function() { var args = $.makeArray(arguments); args.unshift(source); return $.format.apply( this, args ); }; if ( arguments.length > 2 && params.constructor != Array ) { params = $.makeArray(arguments).slice(1); } if ( params.constructor != Array ) { params = [ params ]; } $.each(params, function(i, n) { source = source.replace(new RegExp("\\{" + i + "\\}", "g"), n); }); return source; }; // constructor for validator $.validator = function( options, form ) { this.settings = $.extend( {}, $.validator.defaults, options ); this.currentForm = form; this.init(); }; $.extend($.validator, { defaults: { messages: {}, groups: {}, rules: {}, errorClass: "error", errorElement: "label", focusInvalid: true, errorContainer: $( [] ), errorLabelContainer: $( [] ), onsubmit: true, ignore: [], ignoreTitle: false, onfocusin: function(element) { this.lastActive = element; // hide error label and remove error class on focus if enabled if ( this.settings.focusCleanup && !this.blockFocusCleanup ) { this.settings.unhighlight && this.settings.unhighlight.call( this, element, this.settings.errorClass ); this.errorsFor(element).hide(); } }, onfocusout: function(element) { if ( !this.checkable(element) && (element.name in this.submitted || !this.optional(element)) ) { this.element(element); } }, onkeyup: function(element) { if ( element.name in this.submitted || element == this.lastElement ) { this.element(element); } }, onclick: function(element) { if ( element.name in this.submitted ) this.element(element); }, highlight: function( element, errorClass ) { $( element ).addClass( errorClass ); }, unhighlight: function( element, errorClass ) { $( element ).removeClass( errorClass ); } }, // http://docs.jquery.com/Plugins/Validation/Validator/setDefaults setDefaults: function(settings) { $.extend( $.validator.defaults, settings ); }, messages: { required: "This field is required.", remote: "Please fix this field.", email: "Please enter a valid email address.", url: "Please enter a valid URL.", date: "Please enter a valid date.", dateISO: "Please enter a valid date (ISO).", dateDE: "Bitte geben Sie ein gültiges Datum ein.", number: "Please enter a valid number.", numberDE: "Bitte geben Sie eine Nummer ein.", digits: "Please enter only digits", creditcard: "Please enter a valid credit card number.", equalTo: "Please enter the same value again.", accept: "Please enter a value with a valid extension.", maxlength: $.format("Please enter no more than {0} characters."), minlength: $.format("Please enter at least {0} characters."), rangelength: $.format("Please enter a value between {0} and {1} characters long."), range: $.format("Please enter a value between {0} and {1}."), max: $.format("Please enter a value less than or equal to {0}."), min: $.format("Please enter a value greater than or equal to {0}.") }, autoCreateRanges: false, prototype: { init: function() { this.labelContainer = $(this.settings.errorLabelContainer); this.errorContext = this.labelContainer.length && this.labelContainer || $(this.currentForm); this.containers = $(this.settings.errorContainer).add( this.settings.errorLabelContainer ); this.submitted = {}; this.valueCache = {}; this.pendingRequest = 0; this.pending = {}; this.invalid = {}; this.reset(); var groups = (this.groups = {}); $.each(this.settings.groups, function(key, value) { $.each(value.split(/\s/), function(index, name) { groups[name] = key; }); }); var rules = this.settings.rules; $.each(rules, function(key, value) { rules[key] = $.validator.normalizeRule(value); }); function delegate(event) { var validator = $.data(this[0].form, "validator"); validator.settings["on" + event.type] && validator.settings["on" + event.type].call(validator, this[0] ); } $(this.currentForm) .delegate("focusin focusout keyup", ":text, :password, :file, select, textarea", delegate) .delegate("click", ":radio, :checkbox", delegate); if (this.settings.invalidHandler) $(this.currentForm).bind("invalid-form.validate", this.settings.invalidHandler); }, // http://docs.jquery.com/Plugins/Validation/Validator/form form: function() { this.checkForm(); $.extend(this.submitted, this.errorMap); this.invalid = $.extend({}, this.errorMap); if (!this.valid()) $(this.currentForm).triggerHandler("invalid-form", [this]); this.showErrors(); return this.valid(); }, checkForm: function() { this.prepareForm(); for ( var i = 0, elements = (this.currentElements = this.elements()); elements[i]; i++ ) { this.check( elements[i] ); } return this.valid(); }, // http://docs.jquery.com/Plugins/Validation/Validator/element element: function( element ) { element = this.clean( element ); this.lastElement = element; this.prepareElement( element ); this.currentElements = $(element); var result = this.check( element ); if ( result ) { delete this.invalid[element.name]; } else { this.invalid[element.name] = true; } if ( !this.numberOfInvalids() ) { // Hide error containers on last error this.toHide = this.toHide.add( this.containers ); } this.showErrors(); return result; }, // http://docs.jquery.com/Plugins/Validation/Validator/showErrors showErrors: function(errors) { if(errors) { // add items to error list and map $.extend( this.errorMap, errors ); this.errorList = []; for ( var name in errors ) { this.errorList.push({ message: errors[name], element: this.findByName(name)[0] }); } // remove items from success list this.successList = $.grep( this.successList, function(element) { return !(element.name in errors); }); } this.settings.showErrors ? this.settings.showErrors.call( this, this.errorMap, this.errorList ) : this.defaultShowErrors(); }, // http://docs.jquery.com/Plugins/Validation/Validator/resetForm resetForm: function() { if ( $.fn.resetForm ) $( this.currentForm ).resetForm(); this.submitted = {}; this.prepareForm(); this.hideErrors(); this.elements().removeClass( this.settings.errorClass ); }, numberOfInvalids: function() { return this.objectLength(this.invalid); }, objectLength: function( obj ) { var count = 0; for ( var i in obj ) count++; return count; }, hideErrors: function() { this.addWrapper( this.toHide ).hide(); }, valid: function() { return this.size() == 0; }, size: function() { return this.errorList.length; }, focusInvalid: function() { if( this.settings.focusInvalid ) { try { $(this.findLastActive() || this.errorList.length && this.errorList[0].element || []).filter(":visible").focus(); } catch(e) { // ignore IE throwing errors when focusing hidden elements } } }, findLastActive: function() { var lastActive = this.lastActive; return lastActive && $.grep(this.errorList, function(n) { return n.element.name == lastActive.name; }).length == 1 && lastActive; }, elements: function() { var validator = this, rulesCache = {}; // select all valid inputs inside the form (no submit or reset buttons) // workaround $Query([]).add until http://dev.jquery.com/ticket/2114 is solved return $([]).add(this.currentForm.elements) .filter(":input") .not(":submit, :reset, :image, [disabled]") .not( this.settings.ignore ) .filter(function() { !this.name && validator.settings.debug && window.console && console.error( "%o has no name assigned", this); // select only the first element for each name, and only those with rules specified if ( this.name in rulesCache || !validator.objectLength($(this).rules()) ) return false; rulesCache[this.name] = true; return true; }); }, clean: function( selector ) { return $( selector )[0]; }, errors: function() { return $( this.settings.errorElement + "." + this.settings.errorClass, this.errorContext ); }, reset: function() { this.successList = []; this.errorList = []; this.errorMap = {}; this.toShow = $([]); this.toHide = $([]); this.formSubmitted = false; this.currentElements = $([]); }, prepareForm: function() { this.reset(); this.toHide = this.errors().add( this.containers ); }, prepareElement: function( element ) { this.reset(); this.toHide = this.errorsFor(element); }, check: function( element ) { element = this.clean( element ); // if radio/checkbox, validate first element in group instead if (this.checkable(element)) { element = this.findByName( element.name )[0]; } var rules = $(element).rules(); var dependencyMismatch = false; for( method in rules ) { var rule = { method: method, parameters: rules[method] }; try { var result = $.validator.methods[method].call( this, element.value.replace(/\r/g, ""), element, rule.parameters ); // if a method indicates that the field is optional and therefore valid, // don't mark it as valid when there are no other rules if ( result == "dependency-mismatch" ) { dependencyMismatch = true; continue; } dependencyMismatch = false; if ( result == "pending" ) { this.toHide = this.toHide.not( this.errorsFor(element) ); return; } if( !result ) { this.formatAndAdd( element, rule ); return false; } } catch(e) { this.settings.debug && window.console && console.log("exception occured when checking element " + element.id + ", check the '" + rule.method + "' method"); throw e; } } if (dependencyMismatch) return; if ( this.objectLength(rules) ) this.successList.push(element); return true; }, // return the custom message for the given element and validation method // specified in the element's "messages" metadata customMetaMessage: function(element, method) { if (!$.metadata) return; var meta = this.settings.meta ? $(element).metadata()[this.settings.meta] : $(element).metadata(); return meta && meta.messages && meta.messages[method]; }, // return the custom message for the given element name and validation method customMessage: function( name, method ) { var m = this.settings.messages[name]; return m && (m.constructor == String ? m : m[method]); }, // return the first defined argument, allowing empty strings findDefined: function() { for(var i = 0; i < arguments.length; i++) { if (arguments[i] !== undefined) return arguments[i]; } return undefined; }, defaultMessage: function( element, method) { return this.findDefined( this.customMessage( element.name, method ), this.customMetaMessage( element, method ), // title is never undefined, so handle empty string as undefined !this.settings.ignoreTitle && element.title || undefined, $.validator.messages[method], "Warning: No message defined for " + element.name + "" ); }, formatAndAdd: function( element, rule ) { var message = this.defaultMessage( element, rule.method ); if ( typeof message == "function" ) message = message.call(this, rule.parameters, element); this.errorList.push({ message: message, element: element }); this.errorMap[element.name] = message; this.submitted[element.name] = message; }, addWrapper: function(toToggle) { if ( this.settings.wrapper ) toToggle = toToggle.add( toToggle.parents( this.settings.wrapper ) ); return toToggle; }, defaultShowErrors: function() { for ( var i = 0; this.errorList[i]; i++ ) { var error = this.errorList[i]; this.settings.highlight && this.settings.highlight.call( this, error.element, this.settings.errorClass ); this.showLabel( error.element, error.message ); } if( this.errorList.length ) { this.toShow = this.toShow.add( this.containers ); } if (this.settings.success) { for ( var i = 0; this.successList[i]; i++ ) { this.showLabel( this.successList[i] ); } } if (this.settings.unhighlight) { for ( var i = 0, elements = this.validElements(); elements[i]; i++ ) { this.settings.unhighlight.call( this, elements[i], this.settings.errorClass ); } } this.toHide = this.toHide.not( this.toShow ); this.hideErrors(); this.addWrapper( this.toShow ).show(); }, validElements: function() { return this.currentElements.not(this.invalidElements()); }, invalidElements: function() { return $(this.errorList).map(function() { return this.element; }); }, showLabel: function(element, message) { var label = this.errorsFor( element ); if ( label.length ) { // refresh error/success class label.removeClass().addClass( this.settings.errorClass ); // check if we have a generated label, replace the message then label.attr("generated") && label.html(message); } else { // create label label = $("<" + this.settings.errorElement + "/>") .attr({"for": this.idOrName(element), generated: true}) .addClass(this.settings.errorClass) .html(message || ""); if ( this.settings.wrapper ) { // make sure the element is visible, even in IE // actually showing the wrapped element is handled elsewhere label = label.hide().show().wrap("<" + this.settings.wrapper + "/>").parent(); } if ( !this.labelContainer.append(label).length ) this.settings.errorPlacement ? this.settings.errorPlacement(label, $(element) ) : label.insertAfter(element); } if ( !message && this.settings.success ) { label.text(""); typeof this.settings.success == "string" ? label.addClass( this.settings.success ) : this.settings.success( label ); } this.toShow = this.toShow.add(label); }, errorsFor: function(element) { return this.errors().filter("[for='" + this.idOrName(element) + "']"); }, idOrName: function(element) { return this.groups[element.name] || (this.checkable(element) ? element.name : element.id || element.name); }, checkable: function( element ) { return /radio|checkbox/i.test(element.type); }, findByName: function( name ) { // select by name and filter by form for performance over form.find("[name=...]") var form = this.currentForm; return $(document.getElementsByName(name)).map(function(index, element) { return element.form == form && element.name == name && element || null; }); }, getLength: function(value, element) { switch( element.nodeName.toLowerCase() ) { case 'select': return $("option:selected", element).length; case 'input': if( this.checkable( element) ) return this.findByName(element.name).filter(':checked').length; } return value.length; }, depend: function(param, element) { return this.dependTypes[typeof param] ? this.dependTypes[typeof param](param, element) : true; }, dependTypes: { "boolean": function(param, element) { return param; }, "string": function(param, element) { return !!$(param, element.form).length; }, "function": function(param, element) { return param(element); } }, optional: function(element) { return !$.validator.methods.required.call(this, $.trim(element.value), element) && "dependency-mismatch"; }, startRequest: function(element) { if (!this.pending[element.name]) { this.pendingRequest++; this.pending[element.name] = true; } }, stopRequest: function(element, valid) { this.pendingRequest--; // sometimes synchronization fails, make sure pendingRequest is never < 0 if (this.pendingRequest < 0) this.pendingRequest = 0; delete this.pending[element.name]; if ( valid && this.pendingRequest == 0 && this.formSubmitted && this.form() ) { $(this.currentForm).submit(); } else if (!valid && this.pendingRequest == 0 && this.formSubmitted) { $(this.currentForm).triggerHandler("invalid-form", [this]); } }, previousValue: function(element) { return $.data(element, "previousValue") || $.data(element, "previousValue", previous = { old: null, valid: true, message: this.defaultMessage( element, "remote" ) }); } }, classRuleSettings: { required: {required: true}, email: {email: true}, url: {url: true}, date: {date: true}, dateISO: {dateISO: true}, dateDE: {dateDE: true}, number: {number: true}, numberDE: {numberDE: true}, digits: {digits: true}, creditcard: {creditcard: true} }, addClassRules: function(className, rules) { className.constructor == String ? this.classRuleSettings[className] = rules : $.extend(this.classRuleSettings, className); }, classRules: function(element) { var rules = {}; var classes = $(element).attr('class'); classes && $.each(classes.split(' '), function() { if (this in $.validator.classRuleSettings) { $.extend(rules, $.validator.classRuleSettings[this]); } }); return rules; }, attributeRules: function(element) { var rules = {}; var $element = $(element); for (method in $.validator.methods) { var value = $element.attr(method); if (value) { rules[method] = value; } } // maxlength may be returned as -1, 2147483647 (IE) and 524288 (safari) for text inputs if (rules.maxlength && /-1|2147483647|524288/.test(rules.maxlength)) { delete rules.maxlength; } return rules; }, metadataRules: function(element) { if (!$.metadata) return {}; var meta = $.data(element.form, 'validator').settings.meta; return meta ? $(element).metadata()[meta] : $(element).metadata(); }, staticRules: function(element) { var rules = {}; var validator = $.data(element.form, 'validator'); if (validator.settings.rules) { rules = $.validator.normalizeRule(validator.settings.rules[element.name]) || {}; } return rules; }, normalizeRules: function(rules, element) { // handle dependency check $.each(rules, function(prop, val) { // ignore rule when param is explicitly false, eg. required:false if (val === false) { delete rules[prop]; return; } if (val.param || val.depends) { var keepRule = true; switch (typeof val.depends) { case "string": keepRule = !!$(val.depends, element.form).length; break; case "function": keepRule = val.depends.call(element, element); break; } if (keepRule) { rules[prop] = val.param !== undefined ? val.param : true; } else { delete rules[prop]; } } }); // evaluate parameters $.each(rules, function(rule, parameter) { rules[rule] = $.isFunction(parameter) ? parameter(element) : parameter; }); // clean number parameters $.each(['minlength', 'maxlength', 'min', 'max'], function() { if (rules[this]) { rules[this] = Number(rules[this]); } }); $.each(['rangelength', 'range'], function() { if (rules[this]) { rules[this] = [Number(rules[this][0]), Number(rules[this][1])]; } }); if ($.validator.autoCreateRanges) { // auto-create ranges if (rules.min && rules.max) { rules.range = [rules.min, rules.max]; delete rules.min; delete rules.max; } if (rules.minlength && rules.maxlength) { rules.rangelength = [rules.minlength, rules.maxlength]; delete rules.minlength; delete rules.maxlength; } } // To support custom messages in metadata ignore rule methods titled "messages" if (rules.messages) { delete rules.messages } return rules; }, // Converts a simple string to a {string: true} rule, e.g., "required" to {required:true} normalizeRule: function(data) { if( typeof data == "string" ) { var transformed = {}; $.each(data.split(/\s/), function() { transformed[this] = true; }); data = transformed; } return data; }, // http://docs.jquery.com/Plugins/Validation/Validator/addMethod addMethod: function(name, method, message) { $.validator.methods[name] = method; $.validator.messages[name] = message; if (method.length < 3) { $.validator.addClassRules(name, $.validator.normalizeRule(name)); } }, methods: { // http://docs.jquery.com/Plugins/Validation/Methods/required required: function(value, element, param) { // check if dependency is met if ( !this.depend(param, element) ) return "dependency-mismatch"; switch( element.nodeName.toLowerCase() ) { case 'select': var options = $("option:selected", element); return options.length > 0 && ( element.type == "select-multiple" || ($.browser.msie && !(options[0].attributes['value'].specified) ? options[0].text : options[0].value).length > 0); case 'input': if ( this.checkable(element) ) return this.getLength(value, element) > 0; default: return $.trim(value).length > 0; } }, // http://docs.jquery.com/Plugins/Validation/Methods/remote remote: function(value, element, param) { if ( this.optional(element) ) return "dependency-mismatch"; var previous = this.previousValue(element); if (!this.settings.messages[element.name] ) this.settings.messages[element.name] = {}; this.settings.messages[element.name].remote = typeof previous.message == "function" ? previous.message(value) : previous.message; param = typeof param == "string" && {url:param} || param; if ( previous.old !== value ) { previous.old = value; var validator = this; this.startRequest(element); var data = {}; data[element.name] = value; $.ajax($.extend(true, { url: param, mode: "abort", port: "validate" + element.name, dataType: "json", data: data, success: function(response) { if ( response ) { var submitted = validator.formSubmitted; validator.prepareElement(element); validator.formSubmitted = submitted; validator.successList.push(element); validator.showErrors(); } else { var errors = {}; errors[element.name] = response || validator.defaultMessage( element, "remote" ); validator.showErrors(errors); } previous.valid = response; validator.stopRequest(element, response); } }, param)); return "pending"; } else if( this.pending[element.name] ) { return "pending"; } return previous.valid; }, // http://docs.jquery.com/Plugins/Validation/Methods/minlength minlength: function(value, element, param) { return this.optional(element) || this.getLength($.trim(value), element) >= param; }, // http://docs.jquery.com/Plugins/Validation/Methods/maxlength maxlength: function(value, element, param) { return this.optional(element) || this.getLength($.trim(value), element) <= param; }, // http://docs.jquery.com/Plugins/Validation/Methods/rangelength rangelength: function(value, element, param) { var length = this.getLength($.trim(value), element); return this.optional(element) || ( length >= param[0] && length <= param[1] ); }, // http://docs.jquery.com/Plugins/Validation/Methods/min min: function( value, element, param ) { return this.optional(element) || value >= param; }, // http://docs.jquery.com/Plugins/Validation/Methods/max max: function( value, element, param ) { return this.optional(element) || value <= param; }, // http://docs.jquery.com/Plugins/Validation/Methods/range range: function( value, element, param ) { return this.optional(element) || ( value >= param[0] && value <= param[1] ); }, // http://docs.jquery.com/Plugins/Validation/Methods/email email: function(value, element) { // contributed by Scott Gonzalez: http://projects.scottsplayground.com/email_address_validation/ return this.optional(element) || /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/url url: function(value, element) { // contributed by Scott Gonzalez: http://projects.scottsplayground.com/iri/ return this.optional(element) || /^(https?|ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/date date: function(value, element) { return this.optional(element) || !/Invalid|NaN/.test(new Date(value)); }, // http://docs.jquery.com/Plugins/Validation/Methods/dateISO dateISO: function(value, element) { return this.optional(element) || /^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/dateDE dateDE: function(value, element) { return this.optional(element) || /^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/number number: function(value, element) { return this.optional(element) || /^-?(?:\d+|\d{1,3}(?:,\d{3})+)(?:\.\d+)?$/.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/numberDE numberDE: function(value, element) { return this.optional(element) || /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/digits digits: function(value, element) { return this.optional(element) || /^\d+$/.test(value); }, // http://docs.jquery.com/Plugins/Validation/Methods/creditcard // based on http://en.wikipedia.org/wiki/Luhn creditcard: function(value, element) { if ( this.optional(element) ) return "dependency-mismatch"; // accept only digits and dashes if (/[^0-9-]+/.test(value)) return false; var nCheck = 0, nDigit = 0, bEven = false; value = value.replace(/\D/g, ""); for (n = value.length - 1; n >= 0; n--) { var cDigit = value.charAt(n); var nDigit = parseInt(cDigit, 10); if (bEven) { if ((nDigit *= 2) > 9) nDigit -= 9; } nCheck += nDigit; bEven = !bEven; } return (nCheck % 10) == 0; }, // http://docs.jquery.com/Plugins/Validation/Methods/accept accept: function(value, element, param) { param = typeof param == "string" ? param : "png|jpe?g|gif"; return this.optional(element) || value.match(new RegExp(".(" + param + ")$", "i")); }, // http://docs.jquery.com/Plugins/Validation/Methods/equalTo equalTo: function(value, element, param) { return value == $(param).val(); } } }); })(jQuery); // ajax mode: abort // usage: $.ajax({ mode: "abort"[, port: "uniqueport"]}); // if mode:"abort" is used, the previous request on that port (port can be undefined) is aborted via XMLHttpRequest.abort() ;(function($) { var ajax = $.ajax; var pendingRequests = {}; $.ajax = function(settings) { // create settings for compatibility with ajaxSetup settings = $.extend(settings, $.extend({}, $.ajaxSettings, settings)); var port = settings.port; if (settings.mode == "abort") { if ( pendingRequests[port] ) { pendingRequests[port].abort(); } return (pendingRequests[port] = ajax.apply(this, arguments)); } return ajax.apply(this, arguments); }; })(jQuery); // provides cross-browser focusin and focusout events // IE has native support, in other browsers, use event caputuring (neither bubbles) // provides delegate(type: String, delegate: Selector, handler: Callback) plugin for easier event delegation // handler is only called when $(event.target).is(delegate), in the scope of the jquery-object for event.target // provides triggerEvent(type: String, target: Element) to trigger delegated events ;(function($) { $.each({ focus: 'focusin', blur: 'focusout' }, function( original, fix ){ $.event.special[fix] = { setup:function() { if ( $.browser.msie ) return false; this.addEventListener( original, $.event.special[fix].handler, true ); }, teardown:function() { if ( $.browser.msie ) return false; this.removeEventListener( original, $.event.special[fix].handler, true ); }, handler: function(e) { arguments[0] = $.event.fix(e); arguments[0].type = fix; return $.event.handle.apply(this, arguments); } }; }); $.extend($.fn, { delegate: function(type, delegate, handler) { return this.bind(type, function(event) { var target = $(event.target); if (target.is(delegate)) { return handler.apply(target, arguments); } }); }, triggerEvent: function(type, target) { return this.triggerHandler(type, [$.event.fix({ type: type, target: target })]); } }) })(jQuery); // source --> http://boringtasks.com/wp-content/themes/rttheme9/js/jquery.prettyPhoto.js?ver=4.7.26 /* ------------------------------------------------------------------------ Class: prettyPhoto Use: Lightbox clone for jQuery Author: Stephane Caron (http://www.no-margin-for-errors.com) Version: 3.1.4 ------------------------------------------------------------------------- */ (function($){$.prettyPhoto={version:'3.1.4'};$.fn.prettyPhoto=function(pp_settings){pp_settings=jQuery.extend({hook:'rel',animation_speed:'fast',ajaxcallback:function(){},slideshow:5000,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,allow_expand:true,default_width:500,default_height:344,counter_separator_label:'/',theme:'pp_default',horizontal_padding:20,hideflash:false,wmode:'opaque',autoplay:true,modal:false,deeplinking:true,overlay_gallery:true,overlay_gallery_max:30,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},ie6_fallback:true,markup:'
\
 
\
\
\
\
\
\
\
\
\
\
\
\ Expand \
\ next \ previous \
\
\
\
\ Previous \

0/0

\ Next \
\

\
{pp_social}
\ Close \
\
\
\
\
\
\
\
\
\
\
\
\
',gallery_markup:'',image_markup:'',flash_markup:'',quicktime_markup:'',iframe_markup:'',inline_markup:'
{content}
',custom_markup:'',social_tools:''},pp_settings);var matchedObjects=this,percentBased=false,pp_dimensions,pp_open,pp_contentHeight,pp_contentWidth,pp_containerHeight,pp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),pp_slideshow;doresize=true,scroll_pos=_get_scroll();$(window).unbind('resize.prettyphoto').bind('resize.prettyphoto',function(){_center_overlay();_resize_overlay();});if(pp_settings.keyboard_shortcuts){$(document).unbind('keydown.prettyphoto').bind('keydown.prettyphoto',function(e){if(typeof $pp_pic_holder!='undefined'){if($pp_pic_holder.is(':visible')){switch(e.keyCode){case 37:$.prettyPhoto.changePage('previous');e.preventDefault();break;case 39:$.prettyPhoto.changePage('next');e.preventDefault();break;case 27:if(!settings.modal) $.prettyPhoto.close();e.preventDefault();break;};};};});};$.prettyPhoto.initialize=function(){settings=pp_settings;if(settings.theme=='pp_default')settings.horizontal_padding=16;if(settings.ie6_fallback&&$.browser.msie&&parseInt($.browser.version)==6)settings.theme="light_square";theRel=$(this).attr(settings.hook);galleryRegExp=/\[(?:.*)\]/;isSet=(galleryRegExp.exec(theRel))?true:false;pp_images=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr(settings.hook).indexOf(theRel)!=-1)return $(n).attr('href');}):$.makeArray($(this).attr('href'));pp_titles=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr(settings.hook).indexOf(theRel)!=-1)return($(n).find('img').attr('alt'))?$(n).find('img').attr('alt'):"";}):$.makeArray($(this).find('img').attr('alt'));pp_descriptions=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr(settings.hook).indexOf(theRel)!=-1)return($(n).attr('title'))?$(n).attr('title'):"";}):$.makeArray($(this).attr('title'));if(pp_images.length>settings.overlay_gallery_max)settings.overlay_gallery=false;set_position=jQuery.inArray($(this).attr('href'),pp_images);rel_index=(isSet)?set_position:$("a["+settings.hook+"^='"+theRel+"']").index($(this));_build_overlay(this);if(settings.allow_resize) $(window).bind('scroll.prettyphoto',function(){_center_overlay();});$.prettyPhoto.open();return false;} $.prettyPhoto.open=function(event){if(typeof settings=="undefined"){settings=pp_settings;if($.browser.msie&&$.browser.version==6)settings.theme="light_square";pp_images=$.makeArray(arguments[0]);pp_titles=(arguments[1])?$.makeArray(arguments[1]):$.makeArray("");pp_descriptions=(arguments[2])?$.makeArray(arguments[2]):$.makeArray("");isSet=(pp_images.length>1)?true:false;set_position=(arguments[3])?arguments[3]:0;_build_overlay(event.target);} if($.browser.msie&&$.browser.version==6)$('select').css('visibility','hidden');if(settings.hideflash)$('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','hidden');_checkPosition($(pp_images).size());$('.pp_loaderIcon').show();if(settings.deeplinking) setHashtag();if(settings.social_tools){facebook_like_link=settings.social_tools.replace('{location_href}',encodeURIComponent(location.href));$pp_pic_holder.find('.pp_social').html(facebook_like_link);} if($ppt.is(':hidden'))$ppt.css('opacity',0).show();$pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$pp_pic_holder.find('.currentTextHolder').text((set_position+1)+settings.counter_separator_label+$(pp_images).size());if(typeof pp_descriptions[set_position]!='undefined'&&pp_descriptions[set_position]!=""){$pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position]));}else{$pp_pic_holder.find('.pp_description').hide();} movie_width=(parseFloat(getParam('width',pp_images[set_position])))?getParam('width',pp_images[set_position]):settings.default_width.toString();movie_height=(parseFloat(getParam('height',pp_images[set_position])))?getParam('height',pp_images[set_position]):settings.default_height.toString();percentBased=false;if(movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)/100)-150);percentBased=true;} if(movie_width.indexOf('%')!=-1){movie_width=parseFloat(($(window).width()*parseFloat(movie_width)/100)-150);percentBased=true;} $pp_pic_holder.fadeIn(function(){(settings.show_title&&pp_titles[set_position]!=""&&typeof pp_titles[set_position]!="undefined")?$ppt.html(unescape(pp_titles[set_position])):$ppt.html(' ');imgPreloader="";skipInjection=false;switch(_getFileType(pp_images[set_position])){case'image':imgPreloader=new Image();nextImage=new Image();if(isSet&&set_position<$(pp_images).size()-1)nextImage.src=pp_images[set_position+1];prevImage=new Image();if(isSet&&pp_images[set_position-1])prevImage.src=pp_images[set_position-1];$pp_pic_holder.find('#pp_full_res')[0].innerHTML=settings.image_markup.replace(/{path}/g,pp_images[set_position]);imgPreloader.onload=function(){pp_dimensions=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.prettyPhoto.close();};imgPreloader.src=pp_images[set_position];break;case'youtube':pp_dimensions=_fitToViewport(movie_width,movie_height);movie_id=getParam('v',pp_images[set_position]);if(movie_id==""){movie_id=pp_images[set_position].split('youtu.be/');movie_id=movie_id[1];if(movie_id.indexOf('?')>0) movie_id=movie_id.substr(0,movie_id.indexOf('?'));if(movie_id.indexOf('&')>0) movie_id=movie_id.substr(0,movie_id.indexOf('&'));} movie='http://www.youtube.com/embed/'+movie_id;(getParam('rel',pp_images[set_position]))?movie+="?rel="+getParam('rel',pp_images[set_position]):movie+="?rel=1";if(settings.autoplay)movie+="&autoplay=1";toInject=settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case'vimeo':pp_dimensions=_fitToViewport(movie_width,movie_height);movie_id=pp_images[set_position];var regExp=/http:\/\/(www\.)?vimeo.com\/(\d+)/;var match=movie_id.match(regExp);movie='http://player.vimeo.com/video/'+match[2]+'?title=0&byline=0&portrait=0';if(settings.autoplay)movie+="&autoplay=1;";vimeo_width=pp_dimensions['width']+'/embed/?moog_width='+pp_dimensions['width'];toInject=settings.iframe_markup.replace(/{width}/g,vimeo_width).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,movie);break;case'quicktime':pp_dimensions=_fitToViewport(movie_width,movie_height);pp_dimensions['height']+=15;pp_dimensions['contentHeight']+=15;pp_dimensions['containerHeight']+=15;toInject=settings.quicktime_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,pp_images[set_position]).replace(/{autoplay}/g,settings.autoplay);break;case'flash':pp_dimensions=_fitToViewport(movie_width,movie_height);flash_vars=pp_images[set_position];flash_vars=flash_vars.substring(pp_images[set_position].indexOf('flashvars')+10,pp_images[set_position].length);filename=pp_images[set_position];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars);break;case'iframe':pp_dimensions=_fitToViewport(movie_width,movie_height);frame_url=pp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,frame_url);break;case'ajax':doresize=false;pp_dimensions=_fitToViewport(movie_width,movie_height);doresize=true;skipInjection=true;$.get(pp_images[set_position],function(responseHTML){toInject=settings.inline_markup.replace(/{content}/g,responseHTML);$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();});break;case'custom':pp_dimensions=_fitToViewport(movie_width,movie_height);toInject=settings.custom_markup;break;case'inline':myClone=$(pp_images[set_position]).clone().append('
').css({'width':settings.default_width}).wrapInner('
').appendTo($('body')).show();doresize=false;pp_dimensions=_fitToViewport($(myClone).width(),$(myClone).height());doresize=true;$(myClone).remove();toInject=settings.inline_markup.replace(/{content}/g,$(pp_images[set_position]).html());break;};if(!imgPreloader&&!skipInjection){$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();};});return false;};$.prettyPhoto.changePage=function(direction){currentGalleryPage=0;if(direction=='previous'){set_position--;if(set_position<0)set_position=$(pp_images).size()-1;}else if(direction=='next'){set_position++;if(set_position>$(pp_images).size()-1)set_position=0;}else{set_position=direction;};rel_index=set_position;if(!doresize)doresize=true;if(settings.allow_expand){$('.pp_contract').removeClass('pp_contract').addClass('pp_expand');} _hideContent(function(){$.prettyPhoto.open();});};$.prettyPhoto.changeGalleryPage=function(direction){if(direction=='next'){currentGalleryPage++;if(currentGalleryPage>totalPage)currentGalleryPage=0;}else if(direction=='previous'){currentGalleryPage--;if(currentGalleryPage<0)currentGalleryPage=totalPage;}else{currentGalleryPage=direction;};slide_speed=(direction=='next'||direction=='previous')?settings.animation_speed:0;slide_to=currentGalleryPage*(itemsPerPage*itemWidth);$pp_gallery.find('ul').animate({left:-slide_to},slide_speed);};$.prettyPhoto.startSlideshow=function(){if(typeof pp_slideshow=='undefined'){$pp_pic_holder.find('.pp_play').unbind('click').removeClass('pp_play').addClass('pp_pause').click(function(){$.prettyPhoto.stopSlideshow();return false;});pp_slideshow=setInterval($.prettyPhoto.startSlideshow,settings.slideshow);}else{$.prettyPhoto.changePage('next');};} $.prettyPhoto.stopSlideshow=function(){$pp_pic_holder.find('.pp_pause').unbind('click').removeClass('pp_pause').addClass('pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});clearInterval(pp_slideshow);pp_slideshow=undefined;} $.prettyPhoto.close=function(){if($pp_overlay.is(":animated"))return;$.prettyPhoto.stopSlideshow();$pp_pic_holder.stop().find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animation_speed,function(){$(this).remove();});$pp_overlay.fadeOut(settings.animation_speed,function(){if($.browser.msie&&$.browser.version==6)$('select').css('visibility','visible');if(settings.hideflash)$('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','visible');$(this).remove();$(window).unbind('scroll.prettyphoto');clearHashtag();settings.callback();doresize=true;pp_open=false;delete settings;});};function _showContent(){$('.pp_loaderIcon').hide();projectedTop=scroll_pos['scrollTop']+((windowHeight/2)-(pp_dimensions['containerHeight']/2));if(projectedTop<0)projectedTop=0;$ppt.fadeTo(settings.animation_speed,1);$pp_pic_holder.find('.pp_content').animate({height:pp_dimensions['contentHeight'],width:pp_dimensions['contentWidth']},settings.animation_speed);$pp_pic_holder.animate({'top':projectedTop,'left':((windowWidth/2)-(pp_dimensions['containerWidth']/2)<0)?0:(windowWidth/2)-(pp_dimensions['containerWidth']/2),width:pp_dimensions['containerWidth']},settings.animation_speed,function(){$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(pp_dimensions['height']).width(pp_dimensions['width']);$pp_pic_holder.find('.pp_fade').fadeIn(settings.animation_speed);if(isSet&&_getFileType(pp_images[set_position])=="image"){$pp_pic_holder.find('.pp_hoverContainer').show();}else{$pp_pic_holder.find('.pp_hoverContainer').hide();} if(settings.allow_expand){if(pp_dimensions['resized']){$('a.pp_expand,a.pp_contract').show();}else{$('a.pp_expand').hide();}} if(settings.autoplay_slideshow&&!pp_slideshow&&!pp_open)$.prettyPhoto.startSlideshow();settings.changepicturecallback();pp_open=true;});_insert_gallery();pp_settings.ajaxcallback();};function _hideContent(callback){$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('.pp_fade').fadeOut(settings.animation_speed,function(){$('.pp_loaderIcon').show();callback();});};function _checkPosition(setCount){(setCount>1)?$('.pp_nav').show():$('.pp_nav').hide();};function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allow_resize&&!percentBased){resized=true,fitting=false;while(!fitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{fitting=true;};pp_containerHeight=imageHeight,pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);if((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight)){_fitToViewport(pp_containerWidth,pp_containerHeight)};};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(pp_containerHeight),containerWidth:Math.floor(pp_containerWidth)+(settings.horizontal_padding*2),contentHeight:Math.floor(pp_contentHeight),contentWidth:Math.floor(pp_contentWidth),resized:resized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$pp_details=$pp_pic_holder.find('.pp_details');$pp_details.width(width);detailsHeight=parseFloat($pp_details.css('marginTop'))+parseFloat($pp_details.css('marginBottom'));$pp_details=$pp_details.clone().addClass(settings.theme).width(width).appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$pp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$pp_details.remove();$pp_title=$pp_pic_holder.find('.ppt');$pp_title.width(width);titleHeight=parseFloat($pp_title.css('marginTop'))+parseFloat($pp_title.css('marginBottom'));$pp_title=$pp_title.clone().appendTo($('body')).css({'position':'absolute','top':-10000});titleHeight+=$pp_title.height();$pp_title.remove();pp_contentHeight=height+detailsHeight;pp_contentWidth=width;pp_containerHeight=pp_contentHeight+titleHeight+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width;} function _getFileType(itemSrc){if(itemSrc.match(/youtube\.com\/watch/i)||itemSrc.match(/youtu\.be/i)){return'youtube';}else if(itemSrc.match(/vimeo\.com/i)){return'vimeo';}else if(itemSrc.match(/\b.mov\b/i)){return'quicktime';}else if(itemSrc.match(/\b.swf\b/i)){return'flash';}else if(itemSrc.match(/\biframe=true\b/i)){return'iframe';}else if(itemSrc.match(/\bajax=true\b/i)){return'ajax';}else if(itemSrc.match(/\bcustom=true\b/i)){return'custom';}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _center_overlay(){if(doresize&&typeof $pp_pic_holder!='undefined'){scroll_pos=_get_scroll();contentHeight=$pp_pic_holder.height(),contentwidth=$pp_pic_holder.width();projectedTop=(windowHeight/2)+scroll_pos['scrollTop']-(contentHeight/2);if(projectedTop<0)projectedTop=0;if(contentHeight>windowHeight) return;$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+scroll_pos['scrollLeft']-(contentwidth/2)});};};function _get_scroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resize_overlay(){windowHeight=$(window).height(),windowWidth=$(window).width();if(typeof $pp_overlay!="undefined")$pp_overlay.height($(document).height()).width(windowWidth);};function _insert_gallery(){if(isSet&&settings.overlay_gallery&&_getFileType(pp_images[set_position])=="image"&&(settings.ie6_fallback&&!($.browser.msie&&parseInt($.browser.version)==6))){itemWidth=52+5;navWidth=(settings.theme=="facebook"||settings.theme=="pp_default")?50:30;itemsPerPage=Math.floor((pp_dimensions['containerWidth']-100-navWidth)/itemWidth);itemsPerPage=(itemsPerPage";};toInject=settings.gallery_markup.replace(/{gallery}/g,toInject);$pp_pic_holder.find('#pp_full_res').after(toInject);$pp_gallery=$('.pp_pic_holder .pp_gallery'),$pp_gallery_li=$pp_gallery.find('li');$pp_gallery.find('.pp_arrow_next').click(function(){$.prettyPhoto.changeGalleryPage('next');$.prettyPhoto.stopSlideshow();return false;});$pp_gallery.find('.pp_arrow_previous').click(function(){$.prettyPhoto.changeGalleryPage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_content').hover(function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeIn();},function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeOut();});itemWidth=52+5;$pp_gallery_li.each(function(i){$(this).find('a').click(function(){$.prettyPhoto.changePage(i);$.prettyPhoto.stopSlideshow();return false;});});};if(settings.slideshow){$pp_pic_holder.find('.pp_nav').prepend('Play') $pp_pic_holder.find('.pp_nav .pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});} $pp_pic_holder.attr('class','pp_pic_holder '+settings.theme);$pp_overlay.css({'opacity':0,'height':$(document).height(),'width':$(window).width()}).bind('click',function(){if(!settings.modal)$.prettyPhoto.close();});$('a.pp_close').bind('click',function(){$.prettyPhoto.close();return false;});if(settings.allow_expand){$('a.pp_expand').bind('click',function(e){if($(this).hasClass('pp_expand')){$(this).removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$(this).removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent(function(){$.prettyPhoto.open();});return false;});} $pp_pic_holder.find('.pp_previous, .pp_nav .pp_arrow_previous').bind('click',function(){$.prettyPhoto.changePage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_next, .pp_nav .pp_arrow_next').bind('click',function(){$.prettyPhoto.changePage('next');$.prettyPhoto.stopSlideshow();return false;});_center_overlay();};if(!pp_alreadyInitialized&&getHashtag()){pp_alreadyInitialized=true;hashIndex=getHashtag();hashRel=hashIndex;hashIndex=hashIndex.substring(hashIndex.indexOf('/')+1,hashIndex.length-1);hashRel=hashRel.substring(0,hashRel.indexOf('/'));setTimeout(function(){$("a["+pp_settings.hook+"^='"+hashRel+"']:eq("+hashIndex+")").trigger('click');},50);} return this.unbind('click.prettyphoto').bind('click.prettyphoto',$.prettyPhoto.initialize);};function getHashtag(){url=location.href;hashtag=(url.indexOf('#prettyPhoto')!==-1)?decodeURI(url.substring(url.indexOf('#prettyPhoto')+1,url.length)):false;return hashtag;};function setHashtag(){if(typeof theRel=='undefined')return;location.hash=theRel+'/'+rel_index+'/';};function clearHashtag(){if(location.href.indexOf('#prettyPhoto')!==-1)location.hash="prettyPhoto";} function getParam(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);return(results==null)?"":results[1];}})(jQuery);var pp_alreadyInitialized=false; // source --> http://boringtasks.com/wp-content/themes/rttheme9/js/cufon.js?ver=4.7.26 /* * Copyright (c) 2009 Simo Kinnunen. * Licensed under the MIT license. * * @version 1.09i */ 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;E0){E=" "+E}}else{if(B400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||JD){D=J}K.push(J)}if(ID){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?ML:(M<=I&&L<=I)?M>L:Mcufoncanvas{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;}}").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;mO){O=K}if(I>N){N=I}if(K http://boringtasks.com/wp-content/themes/rttheme9/js/anivers_400.font.js?ver=4.7.26 /*! * The following copyright notice may not be removed under any circumstances. * * Copyright: * Copyright (c) 2008 by Jos Buivenga. All rights reserved. * * Trademark: * Anivers is a trademark of Jos Buivenga. * * Full name: * Anivers-Regular * * Description: * Spaced and kerned with iKern. * * Manufacturer: * Jos Buivenga * * Designer: * Jos Buivenga * * Vendor URL: * http://www.josbuivenga.demon.nl */ Cufon.registerFont({"w":502,"face":{"font-family":"Anivers","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"755","descent":"-245","x-height":"12","bbox":"-125 -882 951 231","underline-thickness":"54","underline-position":"-2","stemh":"72","stemv":"80","unicode-range":"U+0020-U+FB04"},"glyphs":{" ":{"w":249},"!":{"d":"117,-186r-5,-5r-21,-516r5,-6r92,-12r6,4r-19,530r-5,5r-53,0xm94,-5r0,-91r5,-5r89,0r5,5r0,91r-5,5r-89,0","w":287},"\"":{"d":"222,-496r-5,-5r-11,-169r5,-5r78,0r5,5r-10,169r-5,5r-57,0xm68,-496r-5,-5r-11,-169r5,-5r78,0r5,5r-10,169r-5,5r-57,0","w":346,"k":{"\u0166":-1,"\u0129":-23,"\u0135":-12,"\u00ee":-12,"\u00ec":-7}},"#":{"d":"120,-5r32,-174r-102,0r-5,-5r0,-59r5,-5r115,0r33,-177r-99,0r-5,-5r0,-59r5,-5r112,0r32,-171r6,-6r64,-10r6,5r-34,182r151,0r32,-171r6,-6r64,-10r6,5r-34,182r121,0r4,5r-17,59r-7,5r-114,0r-33,177r118,0r4,5r-17,59r-7,5r-111,0r-32,174r-6,5r-64,0r-4,-5r32,-174r-151,0r-32,174r-6,5r-64,0xm239,-248r151,0r33,-177r-151,0","w":670},"$":{"d":"53,-47r-2,-5r34,-53r8,-1v0,0,47,38,126,41r0,-177v-76,-26,-154,-57,-154,-152v0,-82,72,-132,154,-144r0,-67r5,-6r48,-7r5,4r0,74v80,4,137,33,145,39r1,5r-31,55r-7,1v-23,-15,-66,-26,-108,-28r0,164v77,26,160,60,160,161v0,97,-81,136,-160,146r0,70r-5,5r-48,0r-5,-5r0,-66v-52,-2,-121,-22,-166,-54xm219,-324r0,-141v-46,8,-74,30,-74,69v0,37,32,56,74,72xm277,-68v44,-6,80,-25,80,-75v0,-41,-35,-62,-80,-79r0,154","w":491},"%":{"d":"177,-365v-69,0,-119,-37,-119,-107r0,-102v0,-70,50,-108,119,-108v69,0,118,38,118,108r0,102v0,70,-49,107,-118,107xm60,-5r504,-674r7,-2r62,19r2,5r-490,655r-6,2r-77,0xm177,-423v37,0,59,-20,59,-60r0,-82v0,-39,-22,-58,-59,-58v-38,0,-60,19,-60,58r0,82v0,40,22,60,60,60xm411,-97r0,-101v0,-71,50,-108,119,-108v69,0,120,37,120,108r0,101v0,70,-51,109,-120,109v-69,0,-119,-39,-119,-109xm470,-105v0,38,22,58,60,58v37,0,59,-20,59,-58r0,-83v0,-39,-22,-59,-59,-59v-38,0,-60,20,-60,59r0,83","w":705},"&":{"d":"57,-200v0,-74,35,-142,105,-155v-53,-24,-88,-78,-88,-145v0,-131,99,-175,220,-175r64,0r4,5r-11,62r-6,5r-51,0v-70,0,-140,22,-140,102v0,78,43,106,145,106r82,0r9,-101r5,-6r57,-8r5,4r0,111r101,0r5,5r-19,62r-7,5r-80,0r0,307r-5,6v0,0,-71,22,-165,22v-114,0,-230,-58,-230,-212xm137,-201v0,98,79,141,152,141v39,0,88,-11,88,-11r0,-252r-78,0v-102,0,-162,49,-162,122","w":598},"'":{"d":"68,-496r-5,-5r-11,-169r5,-5r78,0r5,5r-10,169r-5,5r-57,0","w":192,"k":{"\u0166":-1,"\u0129":-23,"\u0135":-12,"\u00ee":-12,"\u00ec":-7}},"(":{"d":"200,130v0,0,-136,-93,-136,-409v0,-314,136,-408,136,-408r7,0r40,44r-1,7v0,0,-102,101,-102,357v0,257,103,358,103,358r-1,7r-39,43","w":282,"k":{"\u0129":-31,"\u0127":-13,"\u012b":-20,"\u0135":-44,"\u00ef":-15,"\u00ee":-20,"j":-44,"V":-9,"T":-11,"\u0162":-11,"\u0164":-11,"\u0166":-11,"\u021a":-11,"W":-9,"\u0174":-9,"Y":-13,"\u00dd":-13,"\u0178":-13,"\u0176":-13}},")":{"d":"35,79v0,0,103,-101,103,-358v0,-256,-102,-357,-102,-357r-1,-7r40,-44r7,0v0,0,136,94,136,408v0,316,-136,409,-136,409r-7,-1r-39,-43","w":282},"*":{"d":"320,-446r0,-8v17,-29,39,-39,61,-39v17,0,37,7,53,16r58,34r2,7r-21,58r-6,3r-104,-60v-11,-6,-22,-12,-34,-12v-3,0,-6,0,-9,1xm257,-512v-61,0,-76,-47,-76,-87r0,-67r5,-6r61,-11r5,4r0,120v0,26,5,37,12,43xm312,-497r-6,-4v-9,-15,-12,-28,-12,-41v0,-32,24,-54,49,-69r58,-34r7,2r40,47r-1,7r-104,60v-22,13,-29,23,-31,32xm110,-453r-58,-34r-2,-7r21,-58r6,-3r104,60v16,9,26,13,34,13v3,0,6,-1,9,-2r0,8v-17,29,-39,39,-61,39v-18,0,-38,-7,-53,-16xm136,-287r-40,-47r1,-7r104,-60v22,-13,29,-23,31,-32r6,4v9,15,12,29,12,41v0,32,-24,54,-49,69r-58,34xm292,-251r0,-120v0,-26,-5,-37,-12,-43r7,-4v61,0,76,47,76,87r0,67r-5,6r-61,11","w":542},"+":{"d":"228,-61r0,-161r-129,0r-5,-5r0,-63r5,-5r129,0r0,-143r5,-6r70,-10r5,4r0,155r145,0r4,5r-16,63r-6,5r-127,0r0,161r-5,5r-70,0","w":550},",":{"d":"32,110r42,-209r6,-5r105,0r3,5r-106,224r-7,4r-39,-12","w":247,"k":{"V":45,"9":10,"7":19,"5":15,"4":-11,"T":43,"\u0162":43,"\u0164":43,"\u0166":43,"\u021a":43,"W":43,"\u0174":43,"Y":46,"\u00dd":46,"\u0178":46,"\u0176":46,"v":17,"w":17,"y":17,"\u00fd":17,"\u00ff":17,"\u0175":17,"\u0177":17,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"M":7,"N":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00cc":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00d0":7,"\u00d1":7,"\u00de":7,"\u0116":7,"\u0118":7,"\u0124":7,"\u012e":7,"\u0141":7,"\u0143":7,"\u010e":7,"\u0112":7,"\u011a":7,"\u0136":7,"\u013b":7,"\u013d":7,"\u0139":7,"\u0145":7,"\u0154":7,"\u0158":7,"\u0156":7,"\u0147":7,"\u0110":7,"\u0130":7,"\u0114":7,"\u0126":7,"\u0128":7,"\u0132":7,"\u013f":7,"\u014a":7,"C":10,"G":10,"O":10,"Q":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010c":10,"\u011c":10,"\u0150":10,"\u0152":10,"\u0122":10,"\u014c":10,"\u011e":10,"\u010a":10,"\u0120":10,"\u014e":10,"U":14,"\u00d9":14,"\u00da":14,"\u00db":14,"\u00dc":14,"\u016a":14,"\u016c":14,"\u0170":14,"\u0172":14,"\u016e":14,"\u0168":14}},"-":{"d":"88,-219r-5,-5r0,-70r5,-5r257,0r4,5r-18,70r-6,5r-237,0","w":425,"k":{"A":12,"\u00c0":12,"\u00c1":12,"\u00c2":12,"\u00c3":12,"\u00c4":12,"\u00c5":12,"\u00c6":12,"\u0102":12,"\u0104":12,"\u0100":12,"J":45,"\u0134":45,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":32,"W":31,"\u0174":31,"Y":50,"\u00dd":50,"\u0178":50,"\u0176":50,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"M":10,"N":10,"P":10,"R":10,"\u00c8":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00cc":10,"\u00cd":10,"\u00ce":10,"\u00cf":10,"\u00d0":10,"\u00d1":10,"\u00de":10,"\u0116":10,"\u0118":10,"\u0124":10,"\u012e":10,"\u0141":10,"\u0143":10,"\u010e":10,"\u0112":10,"\u011a":10,"\u0136":10,"\u013b":10,"\u013d":10,"\u0139":10,"\u0145":10,"\u0154":10,"\u0158":10,"\u0156":10,"\u0147":10,"\u0110":10,"\u0130":10,"\u0114":10,"\u0126":10,"\u0128":10,"\u0132":10,"\u013f":10,"\u014a":10,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010c":6,"\u011c":6,"\u0150":6,"\u0152":6,"\u0122":6,"\u014c":6,"\u011e":6,"\u010a":6,"\u0120":6,"\u014e":6,"U":9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u016a":9,"\u016c":9,"\u0170":9,"\u0172":9,"\u016e":9,"\u0168":9,"S":49,"\u015a":49,"\u015c":49,"\u0160":49,"\u0218":49,"\u015e":49,"X":37,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"x":10,"z":15,"\u017a":15,"\u017c":15,"\u017e":15}},".":{"d":"67,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":236,"k":{"V":45,"9":12,"7":16,"5":16,"J":-8,"\u0134":-8,"T":43,"\u0162":43,"\u0164":43,"\u0166":43,"\u021a":43,"W":44,"\u0174":44,"Y":46,"\u00dd":46,"\u0178":46,"\u0176":46,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"B":6,"D":6,"E":6,"F":6,"H":6,"I":6,"K":6,"L":6,"M":6,"N":6,"P":6,"R":6,"\u00c8":6,"\u00c9":6,"\u00ca":6,"\u00cb":6,"\u00cc":6,"\u00cd":6,"\u00ce":6,"\u00cf":6,"\u00d0":6,"\u00d1":6,"\u00de":6,"\u0116":6,"\u0118":6,"\u0124":6,"\u012e":6,"\u0141":6,"\u0143":6,"\u010e":6,"\u0112":6,"\u011a":6,"\u0136":6,"\u013b":6,"\u013d":6,"\u0139":6,"\u0145":6,"\u0154":6,"\u0158":6,"\u0156":6,"\u0147":6,"\u0110":6,"\u0130":6,"\u0114":6,"\u0126":6,"\u0128":6,"\u0132":6,"\u013f":6,"\u014a":6,"C":11,"G":11,"O":11,"Q":11,"\u00c7":11,"\u00d2":11,"\u00d3":11,"\u00d4":11,"\u00d5":11,"\u00d6":11,"\u00d8":11,"\u0106":11,"\u0108":11,"\u010c":11,"\u011c":11,"\u0150":11,"\u0152":11,"\u0122":11,"\u014c":11,"\u011e":11,"\u010a":11,"\u0120":11,"\u014e":11,"U":16,"\u00d9":16,"\u00da":16,"\u00db":16,"\u00dc":16,"\u016a":16,"\u016c":16,"\u0170":16,"\u0172":16,"\u016e":16,"\u0168":16}},"\/":{"d":"35,70r195,-735r5,-6r70,-10r6,4r-199,746r-6,6r-68,0","w":346},"0":{"d":"67,-182r0,-160v0,-139,108,-194,218,-194v110,0,218,55,218,194r0,160v0,139,-108,194,-218,194v-110,0,-218,-55,-218,-194xm147,-199v0,95,60,139,138,139v78,0,138,-44,138,-139r0,-126v0,-95,-60,-139,-138,-139v-78,0,-138,44,-138,139r0,126","w":570},"1":{"d":"41,-5r0,-62r5,-5r140,0r0,-380r-95,0r-6,-5r-18,-62r4,-5r190,0r5,5r0,447r146,0r4,5r-18,62r-6,5r-346,0","w":438,"k":{"9":14,"7":13,"5":19,".":-6,",":-8}},"2":{"d":"77,-5r-9,-44v88,-47,289,-176,289,-311v0,-63,-42,-102,-113,-102v-91,0,-142,80,-142,80r-7,0r-53,-36r-1,-8v0,0,63,-110,211,-110v106,0,190,57,190,171v0,161,-181,266,-191,271r-42,22r253,0r4,5r-17,62r-6,5r-361,0","w":515},"3":{"d":"25,35r51,-36r7,0v0,0,52,87,156,87v73,0,142,-45,142,-125r0,-14v0,-75,-61,-118,-166,-118r-44,0r-4,-5r17,-62r6,-5r25,0v111,0,149,-45,149,-110v0,-79,-60,-111,-130,-111v-95,0,-141,73,-141,73r-8,0r-50,-36r-1,-7v0,0,61,-102,200,-102v122,0,210,66,210,183v0,59,-33,125,-90,148v66,21,107,78,107,138r0,38v0,119,-107,187,-219,187v-158,0,-218,-115,-218,-115","w":521},"4":{"d":"39,-35r-15,-49r311,-431r6,-4r58,-10r5,4r0,423r124,0r4,5r-18,62r-6,5r-104,0r0,176r-5,6r-70,10r-5,-4r0,-188r-280,0xm127,-102r197,0r0,-241r2,-35r-17,30r-167,228","w":537,"k":{"7":5,"\/":-8,".":-26,",":-22}},"5":{"d":"1,38r51,-36r7,0v0,0,52,87,158,87v70,0,141,-46,141,-124r0,-30v0,-78,-71,-123,-141,-123v-67,0,-116,27,-116,27r-5,0r-31,-43r0,-315r6,-5r331,0r4,5r-18,62r-6,5r-237,0r0,200v0,0,36,-8,74,-8v110,0,219,66,219,185r0,51v0,117,-109,185,-219,185v-157,0,-219,-115,-219,-115","w":488},"6":{"d":"79,-182r0,-307v0,-115,101,-196,222,-196v139,0,199,110,199,110r0,7r-52,37r-8,0v-1,-3,-51,-82,-139,-82v-68,0,-142,35,-142,139r0,75r-6,47v3,-9,34,-77,148,-77v102,0,210,53,210,196r0,51v0,139,-106,194,-216,194v-110,0,-216,-55,-216,-194xm159,-199v0,95,60,139,136,139v78,0,136,-44,136,-139r0,-16v0,-94,-60,-140,-134,-140v-78,0,-113,16,-138,32r0,124","w":564,"k":{"7":21,"3":5}},"7":{"d":"81,136r250,-588r-288,0r-6,-4r-20,-63r3,-5r395,0r4,5r9,39r-271,635r-6,3r-67,-17","w":455,"k":{"4":20,".":28,",":28}},"8":{"d":"61,-182v0,-68,39,-141,105,-163v-50,-19,-90,-80,-90,-148v0,-127,80,-192,202,-192v120,0,199,65,199,192v0,68,-39,129,-89,148v66,22,104,95,104,163v0,138,-104,194,-214,194v-110,0,-217,-56,-217,-194xm278,-377v76,0,120,-46,120,-116v0,-74,-44,-120,-120,-120v-78,0,-122,46,-122,120v0,70,44,116,122,116xm141,-183v0,79,59,123,137,123v76,0,134,-45,134,-123v0,-76,-58,-126,-134,-126v-78,0,-137,50,-137,126","w":554},"9":{"d":"64,41r52,-37r8,0v0,0,50,82,139,82v68,0,142,-35,142,-139r0,-72r6,-46v0,0,-31,76,-148,76v-102,0,-210,-53,-210,-196r0,-51v0,-139,106,-194,216,-194v110,0,216,55,216,194r0,304v0,115,-101,196,-222,196v-139,0,-199,-110,-199,-110r0,-7xm267,-169v78,0,113,-16,138,-32r0,-124v0,-95,-60,-139,-136,-139v-78,0,-136,44,-136,139r0,16v0,94,60,140,134,140","w":565},":":{"d":"72,-390r-5,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0xm67,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":236},";":{"d":"78,-390r-5,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0xm32,110r42,-209r6,-5r105,0r3,5r-106,224r-7,4r-39,-12","w":247},"<":{"d":"59,-203r-3,-8r16,-77r6,-6r391,-204r5,4r0,71r-5,7r-331,172r331,164r5,7r0,71r-5,4","w":550},"=":{"d":"99,-310r-5,-5r0,-63r5,-5r354,0r4,5r-17,63r-6,5r-335,0xm99,-134r-5,-5r0,-63r5,-5r332,0r4,5r-17,63r-6,5r-313,0","w":550},">":{"d":"76,-1r0,-71r5,-7r331,-172r-331,-164r-5,-7r0,-71r5,-4r410,205r3,8r-16,77r-6,6r-391,204","w":550},"?":{"d":"189,-191r0,-150r5,-6r68,-11v54,-9,84,-54,84,-114r0,-71v0,-72,-42,-109,-113,-109v-71,0,-118,34,-118,109r-6,4r-69,-15r-5,-6v0,-112,88,-172,198,-172v110,0,197,60,197,172r0,105v0,101,-72,166,-169,176r-3,88r-5,5r-59,0xm174,-5r0,-91r5,-5r89,0r5,5r0,91r-5,5r-89,0","w":492},"@":{"d":"65,-157r0,-55v0,-282,123,-473,401,-473v252,0,376,113,376,359r0,64v0,189,-82,291,-271,307r-8,-4r-41,-108v0,0,-28,79,-143,79v-92,0,-135,-76,-135,-152v0,-258,103,-366,220,-366v80,0,173,38,173,38r5,7r-44,358r22,75v94,-29,142,-102,142,-242r0,-46v0,-217,-103,-297,-296,-297v-220,0,-321,160,-321,408r0,39v0,217,98,298,289,299r3,7r-13,62r-6,4v-230,0,-353,-119,-353,-363xm326,-159v0,54,18,99,83,99v41,0,110,-31,110,-31r37,-320v0,0,-38,-22,-93,-22v-51,0,-137,60,-137,274","w":902},"A":{"d":"12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"B":{"d":"93,-5r0,-665r5,-5r182,0v114,0,219,33,219,171v0,64,-32,119,-93,141v70,23,111,84,111,164v0,139,-106,199,-219,199r-200,0xm177,-399r104,0v69,0,134,-19,134,-100v0,-84,-65,-99,-134,-99r-104,0r0,199xm177,-77r110,0v72,0,145,-31,145,-122v0,-90,-72,-123,-145,-123r-110,0r0,245","w":581,"k":{",":8,";":8,"-":6,"\u2013":6,"\u2014":6,".":7,":":7,"\u2026":7}},"C":{"d":"71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v82,0,141,-33,169,-93r7,-2r65,25r3,6v-33,95,-121,144,-244,144v-157,0,-262,-84,-262,-245","w":627,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,",":5,";":5,"-":55,"\u2013":55,"\u2014":55,".":5,":":5,"\u2026":5,"g":5,"\u011d":5,"\u0123":5,"\u011f":5,"\u0121":5,"s":4,"\u015b":4,"\u015d":4,"\u0161":4,"\u0219":4,"\u015f":4}},"D":{"d":"93,-5r0,-665r5,-5r224,0v157,0,263,86,263,248r0,182v0,161,-106,245,-263,245r-224,0xm177,-80r145,0v102,0,177,-55,177,-174r0,-166v0,-116,-75,-175,-177,-175r-145,0r0,515","w":656,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"E":{"d":"93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"F":{"d":"93,-5r0,-665r5,-5r337,0r5,5r0,70r-5,5r-258,0r0,210r243,0r4,5r-18,70r-6,5r-223,0r0,300r-5,5r-74,0","w":483,"k":{"\u0129":-11,"x":13,"A":16,"\u00c0":16,"\u00c1":16,"\u00c2":16,"\u00c3":16,"\u00c4":16,"\u00c5":16,"\u00c6":16,"\u0102":16,"\u0104":16,"\u0100":16,"J":46,"\u0134":46,"z":28,"\u017a":28,"\u017c":28,"\u017e":28,",":67,";":67,"-":16,"\u2013":16,"\u2014":16,".":67,":":67,"\u2026":67,"a":34,"\u00e0":34,"\u00e1":34,"\u00e2":34,"\u00e3":34,"\u00e4":34,"\u00e5":34,"\u00e6":34,"\u0103":34,"\u0105":34,"\u0101":34,"m":3,"n":3,"p":3,"r":3,"\u00f1":3,"\u0144":3,"\u0146":3,"\u0148":3,"\u0155":3,"\u0159":3,"\u0157":3,"\u0149":3,"\u014b":3}},"G":{"d":"71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v104,0,178,-55,178,-174r0,-23r-115,0r-6,-5r-10,-70r4,-5r206,0r5,5r0,107v0,161,-100,245,-262,245v-157,0,-262,-84,-262,-245","w":653,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"\"":5,"'":5,",":9,";":9,"-":5,"\u2013":5,"\u2014":5,".":8,":":8,"\u2026":8}},"H":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,283r356,0r0,-271r5,-6r74,-10r5,4r0,672r-5,5r-74,0r-5,-5r0,-309r-356,0r0,309r-5,5r-74,0","w":711,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"I":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"J":{"d":"5,-24r-1,-7r30,-62r8,-1v21,16,44,26,73,26v34,0,88,-25,88,-110r0,-487r5,-6r74,-10r5,4r0,507v0,111,-67,182,-167,182v-47,0,-86,-14,-115,-36","w":377,"k":{",":11,";":11,"-":10,"\u2013":10,"\u2014":10,".":11,":":11,"\u2026":11}},"K":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,283r47,0r8,-4r208,-266r8,-5r105,-12r4,5r-238,288r-29,29r29,32r158,210v9,12,35,42,79,42v4,0,8,0,12,-1r4,5r-11,68r-6,5v-6,1,-12,1,-18,1v-77,0,-124,-68,-134,-82r-175,-237r-8,-4r-43,0r0,315r-5,5r-74,0","w":594,"k":{"J":-3,"\u0134":-3,"v":55,"w":55,"y":55,"\u00fd":55,"\u00ff":55,"\u0175":55,"\u0177":55,"C":10,"G":10,"O":10,"Q":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010c":10,"\u011c":10,"\u0150":10,"\u0152":10,"\u0122":10,"\u014c":10,"\u011e":10,"\u010a":10,"\u0120":10,"\u014e":10,"U":9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u016a":9,"\u016c":9,"\u0170":9,"\u0172":9,"\u016e":9,"\u0168":9,"-":45,"\u2013":45,"\u2014":45,"\u2019":6,"\u201d":6,"g":11,"\u011d":11,"\u0123":11,"\u011f":11,"\u0121":11,"s":5,"\u015b":5,"\u015d":5,"\u0161":5,"\u0219":5,"\u015f":5,"m":4,"n":4,"p":4,"r":4,"\u00f1":4,"\u0144":4,"\u0146":4,"\u0148":4,"\u0155":4,"\u0159":4,"\u0157":4,"\u0149":4,"\u014b":4,"f":9,"\u00df":9,"\u017f":9,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f2":8,"\u00f3":8,"\u00f4":8,"\u00f5":8,"\u00f6":8,"\u00f8":8,"\u0107":8,"\u0109":8,"\u010d":8,"\u0117":8,"\u0119":8,"\u0151":8,"\u0153":8,"\u0113":8,"\u011b":8,"\u014d":8,"\u010f":8,"\u0111":8,"\u010b":8,"\u0115":8,"\u014f":8,"t":12,"\u0163":12,"\u0165":12,"\u0167":12,"\u021b":12,"u":9,"\u00f9":9,"\u00fa":9,"\u00fb":9,"\u00fc":9,"\u016b":9,"\u016d":9,"\u0171":9,"\u0173":9,"\u016f":9,"\u0169":9,"\u00f0":7}},"L":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,597r288,0r4,5r-18,70r-6,5r-347,0","w":474,"k":{"\u00b7":61,"J":-16,"\u0134":-16,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":51,"W":48,"\u0174":48,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"U":5,"\u00d9":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u016a":5,"\u016c":5,"\u0170":5,"\u0172":5,"\u016e":5,"\u0168":5,"\"":62,"'":62,",":-9,";":-9,"-":64,"\u2013":64,"\u2014":64,"\u2019":61,"\u201d":61,".":-8,":":-8,"\u2026":-8,"\u00bb":-10,"\u203a":-10}},"M":{"d":"93,-5r0,-660r5,-6r75,-10r6,4r225,409r219,-398r5,-6r82,-9r5,4r0,672r-5,5r-74,0r-3,-5r0,-528r-25,55r-162,290r-6,5r-72,0r-6,-5r-162,-290r-23,-55r0,528r-5,5r-74,0","w":809,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"N":{"d":"93,-5r0,-660r5,-6r74,-10r7,4r324,488r26,48r0,-524r5,-6r74,-10r5,4r0,672r-5,5r-71,0r-8,-5r-326,-492r-26,-48r0,540r-5,5r-74,0","w":707,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"O":{"d":"71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"P":{"d":"93,-5r0,-665r5,-5r176,0v63,0,117,9,158,33v53,31,84,86,84,168v0,117,-70,217,-223,217v-55,0,-103,-15,-121,-58r5,40r0,270r-5,5r-74,0xm177,-349v26,9,60,17,95,17v89,0,157,-43,157,-140v0,-102,-75,-126,-155,-126r-97,0r0,249","w":554,"k":{"X":3,";":52,":":84,",":84,"A":17,"\u00c0":17,"\u00c1":17,"\u00c2":17,"\u00c3":17,"\u00c4":17,"\u00c5":17,"\u00c6":17,"\u0102":17,"\u0104":17,"\u0100":17,"J":49,"\u0134":49,"-":24,"\u2013":24,"\u2014":24,".":84,"\u2026":84}},"Q":{"d":"71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,157,-101,240,-249,245v-5,4,-9,17,-9,38v0,39,22,65,59,65r80,0r5,5r0,79r-5,5r-80,0v-87,0,-125,-62,-125,-109v0,-36,17,-67,47,-83v-149,-5,-249,-89,-249,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"R":{"d":"93,-5r0,-665r5,-5r178,0v53,0,105,9,147,35v49,31,83,84,83,164v0,186,-195,195,-195,195r22,22r117,141v17,20,42,42,80,42v4,0,7,-1,11,-1r4,5r-11,68r-6,5v-7,1,-14,2,-21,2v-69,0,-115,-60,-133,-83r-156,-194r-7,-4r-34,0r0,273r-5,5r-74,0xm177,-355r98,0v73,0,147,-28,147,-121v0,-91,-74,-122,-147,-122r-98,0r0,243","w":583,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"-":33,"\u2013":33,"\u2014":33}},"S":{"d":"50,-48r-2,-7r41,-56r9,-1v29,25,93,44,137,44v71,0,131,-31,131,-115v0,-161,-299,-90,-299,-310v0,-120,92,-192,200,-192v100,0,163,41,172,50r1,7r-38,58r-8,1v-28,-21,-71,-36,-123,-36v-80,0,-118,46,-118,109v0,150,299,81,299,312v0,150,-119,196,-220,196v-47,0,-130,-19,-182,-60","w":508,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"x":3,",":5,";":5,"-":6,"\u2013":6,"\u2014":6}},"T":{"d":"207,-5r0,-590r-186,0r-5,-5r0,-70r5,-5r469,0r4,5r-18,70r-6,5r-179,0r0,590r-5,5r-74,0","w":497,"k":{"\u0166":-17,"\u0149":55,"\u0138":55,"\u0129":-40,"\u0127":-9,"\u0159":55,"\u012b":-23,"\u017e":62,"\u0161":71,"\u015d":71,"\u0135":-22,"\u0131":55,"\u00ef":-18,"\u00ee":-22,"\u00ec":-19,"\u00e3":62,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":53,"\u0134":53,"T":-17,"\u0162":-17,"\u0164":-17,"\u021a":-17,"V":-18,"W":-17,"\u0174":-17,"Y":-19,"\u00dd":-19,"\u0178":-19,"\u0176":-19,"v":64,"w":64,"y":64,"\u00fd":64,"\u00ff":64,"\u0175":64,"\u0177":64,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":68,"z":62,"\u017a":62,"\u017c":62,"\"":-15,"'":-15,",":41,";":41,"-":46,"\u2013":46,"\u2014":46,"\u2019":-9,"\u201d":-9,".":42,":":42,"\u2026":42,"g":57,"\u011d":57,"\u0123":57,"\u011f":57,"\u0121":57,"s":71,"\u015b":71,"\u0219":71,"\u015f":71,"a":62,"\u00e0":62,"\u00e1":62,"\u00e2":62,"\u00e4":62,"\u00e5":62,"\u00e6":62,"\u0103":62,"\u0105":62,"\u0101":62,"m":55,"n":55,"p":55,"r":55,"\u00f1":55,"\u0144":55,"\u0146":55,"\u0148":55,"\u0155":55,"\u0157":55,"\u014b":55,"c":56,"d":56,"e":56,"o":56,"q":56,"\u00e7":56,"\u00e8":56,"\u00e9":56,"\u00ea":56,"\u00eb":56,"\u00f2":56,"\u00f3":56,"\u00f4":56,"\u00f5":56,"\u00f6":56,"\u00f8":56,"\u0107":56,"\u0109":56,"\u010d":56,"\u0117":56,"\u0119":56,"\u0151":56,"\u0153":56,"\u0113":56,"\u011b":56,"\u014d":56,"\u010f":56,"\u0111":56,"\u010b":56,"\u0115":56,"\u014f":56,"t":6,"\u0163":6,"\u0165":6,"\u0167":6,"\u021b":6,"u":56,"\u00f9":56,"\u00fa":56,"\u00fb":56,"\u00fc":56,"\u016b":56,"\u016d":56,"\u0171":56,"\u0173":56,"\u016f":56,"\u0169":56,"\u00f0":38,")":-14,"?":-12,"]":-12,"}":-12,"\u1e9e":3}},"U":{"d":"86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"V":{"d":"243,-13r-230,-651r5,-6r79,-11r6,4r174,530r19,66r18,-66r172,-516r5,-6r87,-12r6,4r-241,679r-7,5r-87,-14","w":594,"k":{"\u0166":-10,"\u0138":8,"\u0129":-30,"\u012b":-16,"\u0135":-9,"\u0131":8,"\u00f0":16,"\u00ef":-11,"\u00ee":-9,"\u00ec":-21,"}":-8,"]":-8,"?":-9,")":-9,"A":21,"\u00c0":21,"\u00c1":21,"\u00c2":21,"\u00c3":21,"\u00c4":21,"\u00c5":21,"\u00c6":21,"\u0102":21,"\u0104":21,"\u0100":21,"J":29,"\u0134":29,"T":-10,"\u0162":-10,"\u0164":-10,"\u021a":-10,"z":3,"\u017a":3,"\u017c":3,"\u017e":3,"\"":-8,"'":-8,",":46,";":46,"-":33,"\u2013":33,"\u2014":33,".":46,":":46,"\u2026":46,"g":8,"\u011d":8,"\u0123":8,"\u011f":8,"\u0121":8,"s":9,"\u015b":9,"\u015d":9,"\u0161":9,"\u0219":9,"\u015f":9,"a":13,"\u00e0":13,"\u00e1":13,"\u00e2":13,"\u00e3":13,"\u00e4":13,"\u00e5":13,"\u00e6":13,"\u0103":13,"\u0105":13,"\u0101":13,"m":4,"n":4,"p":4,"r":4,"\u00f1":4,"\u0144":4,"\u0146":4,"\u0148":4,"\u0155":4,"\u0159":4,"\u0157":4,"\u0149":4,"\u014b":4,"c":13,"d":13,"e":13,"o":13,"q":13,"\u00e7":13,"\u00e8":13,"\u00e9":13,"\u00ea":13,"\u00eb":13,"\u00f2":13,"\u00f3":13,"\u00f4":13,"\u00f5":13,"\u00f6":13,"\u00f8":13,"\u0107":13,"\u0109":13,"\u010d":13,"\u0117":13,"\u0119":13,"\u0151":13,"\u0153":13,"\u0113":13,"\u011b":13,"\u014d":13,"\u010f":13,"\u0111":13,"\u010b":13,"\u0115":13,"\u014f":13,"u":7,"\u00f9":7,"\u00fa":7,"\u00fb":7,"\u00fc":7,"\u016b":7,"\u016d":7,"\u0171":7,"\u0173":7,"\u016f":7,"\u0169":7}},"W":{"d":"236,-13r-222,-651r5,-6r79,-11r6,4r155,499r20,74r15,-74r104,-371r0,-116r5,-6r74,-10r5,4r0,140r98,359r15,74r18,-74r143,-485r5,-6r88,-12r6,4r-225,679r-7,5r-72,-14r-6,-6r-94,-338r-14,-67r-14,67r-100,353r-7,5r-74,-14","w":870,"k":{"\u0138":7,"\u0129":-25,"\u012b":-12,"\u0135":-6,"\u0131":7,"\u00ef":-7,"\u00ee":-6,"\u00ec":-16,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19,"\u0102":19,"\u0104":19,"\u0100":19,"J":27,"\u0134":27,"T":-5,"\u0162":-5,"\u0164":-5,"\u0166":-5,"\u021a":-5,"z":3,"\u017a":3,"\u017c":3,"\u017e":3,"\"":-6,"'":-6,",":44,";":44,"-":32,"\u2013":32,"\u2014":32,".":44,":":44,"\u2026":44,"g":7,"\u011d":7,"\u0123":7,"\u011f":7,"\u0121":7,"s":8,"\u015b":8,"\u015d":8,"\u0161":8,"\u0219":8,"\u015f":8,"a":11,"\u00e0":11,"\u00e1":11,"\u00e2":11,"\u00e3":11,"\u00e4":11,"\u00e5":11,"\u00e6":11,"\u0103":11,"\u0105":11,"\u0101":11,"m":3,"n":3,"p":3,"r":3,"\u00f1":3,"\u0144":3,"\u0146":3,"\u0148":3,"\u0155":3,"\u0159":3,"\u0157":3,"\u0149":3,"\u014b":3,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0107":12,"\u0109":12,"\u010d":12,"\u0117":12,"\u0119":12,"\u0151":12,"\u0153":12,"\u0113":12,"\u011b":12,"\u014d":12,"\u010f":12,"\u0111":12,"\u010b":12,"\u0115":12,"\u014f":12,"u":6,"\u00f9":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u016b":6,"\u016d":6,"\u0171":6,"\u0173":6,"\u016f":6,"\u0169":6,"\u00f0":15,")":-8,"?":-8,"]":-7,"}":-6}},"X":{"d":"27,-5r208,-340r-189,-319r5,-6r76,-11r6,3r138,244r17,34r16,-34r129,-229r6,-6r91,-12r6,4r-195,332r206,340r-3,5r-90,0r-6,-5r-144,-252r-16,-34r-17,34r-143,252r-6,5r-91,0","w":575,"k":{"v":9,"w":9,"y":9,"\u00fd":9,"\u00ff":9,"\u0175":9,"\u0177":9,"-":36,"\u2013":36,"\u2014":36,"g":4,"\u011d":4,"\u0123":4,"\u011f":4,"\u0121":4,"t":3,"\u0163":3,"\u0165":3,"\u0167":3,"\u021b":3,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u016b":3,"\u016d":3,"\u0171":3,"\u0173":3,"\u016f":3,"\u0169":3}},"Y":{"d":"215,-5r0,-291r-203,-367r5,-7r84,-11r6,4r134,266r16,39r17,-39r127,-252r5,-6r91,-12r6,4r-204,381r0,291r-5,5r-74,0","w":514,"k":{"\u0166":-9,"\u0138":24,"\u0129":-25,"\u0159":13,"\u012b":-15,"\u0131":24,"\u00ef":-10,"\u00ec":-20,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":27,"\u0134":27,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":4,"z":6,"\u017a":6,"\u017c":6,"\u017e":6,"\"":-5,"'":-5,",":46,";":46,"-":50,"\u2013":50,"\u2014":50,".":46,":":46,"\u2026":46,"g":31,"\u011d":31,"\u0123":31,"\u011f":31,"\u0121":31,"s":26,"\u015b":26,"\u015d":26,"\u0161":26,"\u0219":26,"\u015f":26,"a":24,"\u00e0":24,"\u00e1":24,"\u00e2":24,"\u00e3":24,"\u00e4":24,"\u00e5":24,"\u00e6":24,"\u0103":24,"\u0105":24,"\u0101":24,"m":13,"n":13,"p":13,"r":13,"\u00f1":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0155":13,"\u0157":13,"\u0149":13,"\u014b":13,"c":37,"d":37,"e":37,"o":37,"q":37,"\u00e7":37,"\u00e8":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00f2":37,"\u00f3":37,"\u00f4":37,"\u00f5":37,"\u00f6":37,"\u00f8":37,"\u0107":37,"\u0109":37,"\u010d":37,"\u0117":37,"\u0119":37,"\u0151":37,"\u0153":37,"\u0113":37,"\u011b":37,"\u014d":37,"\u010f":37,"\u0111":37,"\u010b":37,"\u0115":37,"\u014f":37,"u":21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u016b":21,"\u016d":21,"\u0171":21,"\u0173":21,"\u016f":21,"\u0169":21,"\u00f0":30,")":-11,"?":-9,"]":-11,"}":-11,"\u1e9e":4}},"Z":{"d":"55,-5r-10,-49r322,-541r-306,0r-4,-5r10,-70r6,-5r397,0r5,5r0,49r-321,541r314,0r5,5r0,70r-5,5r-407,0","w":526,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":57,"\u2013":57,"\u2014":57,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u016b":3,"\u016d":3,"\u0171":3,"\u0173":3,"\u016f":3,"\u0169":3}},"[":{"d":"92,113r0,-783r5,-5r172,0r4,5r-19,58r-6,5r-79,0r0,657r79,0r6,5r19,58r-4,5r-172,0","w":308,"k":{"\u0129":-26,"\u012b":-17,"\u0135":-75,"\u00ef":-15,"\u00ee":-16,"\u00ec":-12,"V":-7,"T":-7,"\u0162":-7,"\u0164":-7,"\u0166":-7,"\u021a":-7,"W":-8,"\u0174":-8,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u0176":-12}},"\\":{"d":"231,69r-196,-735r5,-6r61,-9r5,4r201,747r-3,5r-67,0","w":342},"]":{"d":"54,55r6,-5r79,0r0,-657r-79,0r-6,-5r-19,-58r4,-5r172,0r5,5r0,783r-5,5r-172,0r-4,-5","w":308},"^":{"d":"5,-265r-3,-5r199,-394r7,-5r82,-12r5,4r206,407r-3,5r-75,0r-5,-5r-167,-333r-166,333r-5,5r-75,0","w":503},"_":{"d":"35,5r5,-5r476,0r5,5r0,63r-5,5r-476,0r-5,-5r0,-63","w":556},"`":{"d":"264,-569r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0"},"a":{"d":"40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474,"k":{"Y":34,"W":13,"V":15,"T":55}},"b":{"d":"76,-11r0,-700r5,-6r70,-10r5,4r0,251r-5,44v8,-18,38,-78,139,-78v88,0,154,59,154,175r0,170v0,112,-79,173,-182,173v-61,0,-117,-27,-117,-27r-64,9xm156,-78v0,0,48,18,98,18v66,0,110,-41,110,-118r0,-139v0,-86,-49,-117,-108,-117v-22,0,-82,18,-100,23r0,333","w":504,"k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"c":{"d":"59,-161r0,-171v0,-102,72,-174,195,-174v75,0,142,34,170,102r-3,6r-60,21r-7,-2v-18,-34,-55,-55,-105,-55v-67,0,-110,41,-110,118r0,138v0,77,43,118,110,118v62,0,93,-22,110,-53r7,-2r60,21r3,6v-25,65,-90,100,-175,100v-123,0,-195,-71,-195,-173","w":472,"k":{"Y":14,"W":6,"V":7,"T":54,"-":36,"\u2013":36,"\u2014":36}},"d":{"d":"60,-164r0,-169v0,-113,77,-173,182,-173v41,0,79,12,110,34r-4,-44r0,-195r5,-6r70,-10r5,4r0,625r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176xm140,-181v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-240v0,-70,-36,-106,-103,-106v-61,0,-105,40,-105,117r0,136","w":507},"e":{"d":"59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477,"k":{"Y":25,"W":7,"V":9,"T":70}},"f":{"d":"101,189r0,-611r-65,0r-5,-5r0,-62r5,-5r65,0r0,-105v0,-110,90,-164,181,-164v38,0,73,10,98,23r1,7r-38,55r-7,2v-15,-7,-32,-11,-54,-11v-53,0,-101,26,-101,84r0,109r157,0r5,5r-19,62r-7,5r-136,0r0,541r-20,101r-6,7r-49,-29","w":324,"k":{"\u0149":-7,"\u0129":-26,"\u0159":-10,"\u012b":-38,"\u0125":-12,"\u00ef":-48,"\u00ec":-63,"}":-24,"]":-24,"Y":-40,"X":-6,"W":-39,"V":-40,"T":-37,"J":9,"?":-16,")":-22,"!":-19,"\"":-46,"'":-46,",":12,";":12,"-":11,"\u2013":11,"\u2014":11,"\u2019":-46,"\u201d":-46,".":12,":":12,"\u2026":12,"\u00bb":-13,"\u203a":-13,"|":-24}},"g":{"d":"102,-61v0,-37,19,-67,45,-83v0,0,-107,-29,-107,-173v0,-116,71,-182,188,-182r99,0r110,-23r6,4r10,55r-4,7r-68,19v33,20,49,72,49,122v0,110,-72,185,-192,185v-35,0,-64,-5,-64,-5v0,0,-6,15,-6,30v0,40,22,64,60,64r62,0v97,0,147,56,147,132v0,95,-94,140,-188,140v-97,0,-178,-30,-210,-96r2,-7r60,-27r7,2v0,0,22,56,139,56v72,0,110,-34,110,-71v0,-29,-23,-57,-67,-57r-62,0v-83,0,-126,-46,-126,-92xm233,-201v78,0,118,-39,118,-116v0,-79,-40,-117,-118,-117v-68,0,-114,39,-114,117v0,76,40,116,114,116","w":486,"k":{"Z":6,"T":46}},"h":{"d":"76,-5r0,-706r5,-6r70,-10r5,4r0,251r-5,44v8,-18,43,-78,144,-78v88,0,154,59,154,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-49,-117,-108,-117v-22,0,-87,18,-105,23r0,406r-5,5r-70,0","w":522,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"i":{"d":"74,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231},"j":{"d":"74,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm75,39r0,-522r5,-6r70,-10r5,4r0,540v0,116,-63,186,-162,186v-50,0,-86,-17,-116,-39r-2,-6r32,-58r5,-1v0,0,31,32,77,32v37,0,86,-33,86,-120","w":231},"k":{"d":"76,-5r0,-706r5,-6r70,-10r5,4r0,409r8,0r143,-171r7,-4r105,-10r5,5r-161,176r-23,20r21,24r104,158v11,16,34,48,73,48v4,0,9,0,14,-1r5,5r-11,64r-5,5v-6,1,-11,1,-17,1v-77,0,-112,-55,-131,-84r-129,-201r-8,0r0,274r-4,5r-72,0","w":475,"k":{"Y":8,"W":7,"V":7,"U":5,"T":51,"J":-3,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0175":6,"\u0177":6,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010c":6,"\u011c":6,"\u0150":6,"\u0152":6,"\u0122":6,"\u014c":6,"\u011e":6,"\u010a":6,"\u0120":6,"\u014e":6,",":-12,";":-12,"-":7,"\u2013":7,"\u2014":7,".":-8,":":-8,"\u2026":-8,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"f":3,"\u00df":3,"\u017f":3,"c":6,"d":6,"e":6,"o":6,"q":6,"\u00e7":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u00f8":6,"\u0107":6,"\u0109":6,"\u010d":6,"\u0117":6,"\u0119":6,"\u0151":6,"\u0153":6,"\u0113":6,"\u011b":6,"\u014d":6,"\u010f":6,"\u0111":6,"\u010b":6,"\u0115":6,"\u014f":6,"t":5,"\u0163":5,"\u0165":5,"\u0167":5,"\u021b":5,"u":4,"\u00f9":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u016b":4,"\u016d":4,"\u0171":4,"\u0173":4,"\u016f":4,"\u0169":4,"\u00f0":6}},"l":{"d":"74,-110r0,-601r5,-6r70,-10r5,4r0,608v0,39,30,45,45,45r4,0r4,5r-11,63r-5,5r-8,0v-27,0,-109,-8,-109,-113","w":247,"k":{"\u00b7":58}},"m":{"d":"79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v57,0,101,25,124,74v11,-20,50,-74,146,-74v88,0,153,59,153,173r0,328r-5,5r-71,0r-4,-5r0,-312v0,-86,-49,-116,-106,-116v-22,0,-81,15,-104,22v6,20,11,43,11,70r0,336r-5,5r-70,0r-5,-5r0,-312v0,-86,-40,-117,-97,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":790,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"n":{"d":"79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"o":{"d":"59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"p":{"d":"155,-23r4,46r0,187r-5,6r-70,10r-5,-4r0,-612r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,154,59,154,173r0,172v0,112,-78,173,-183,173v-41,0,-81,-13,-110,-35xm159,-166v0,71,35,106,103,106v61,0,106,-41,106,-118r0,-139v0,-86,-50,-117,-107,-117v-22,0,-83,18,-102,23r0,245","w":508,"k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"q":{"d":"60,-163r0,-170v0,-112,79,-173,182,-173v59,0,115,31,115,31r66,-18r5,5r0,698r-5,6r-70,10r-5,-4r0,-244r5,-44v-8,18,-38,78,-139,78v-88,0,-154,-59,-154,-175xm140,-177v0,86,49,117,108,117v22,0,82,-18,100,-23r0,-245v0,-70,-36,-106,-103,-106v-62,0,-105,41,-105,118r0,139","w":505,"k":{"Y":20,"W":6,"V":7,"T":58}},"r":{"d":"79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,137,-81r5,6r-15,84r-7,5v-14,-7,-31,-9,-52,-9v-22,0,-42,3,-63,9r0,406r-5,5r-70,0","w":309,"k":{"Z":31,"X":4,"T":48,"J":19,"A":5,"\"":-9,"'":-9,",":15,";":15,"-":13,"\u2013":13,"\u2014":13,"\u2019":-23,"\u201d":-23,".":15,":":15,"\u2026":15,"\u00f0":3}},"s":{"d":"48,-34r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,100,-16,100,-78v0,-102,-247,-47,-247,-221v0,-103,91,-147,180,-147v46,0,90,12,129,39r2,7r-39,53r-7,0v-22,-15,-55,-27,-83,-27v-59,0,-100,28,-100,75v0,111,247,45,247,221v0,116,-84,150,-179,150v-58,0,-114,-17,-152,-46","w":423,"k":{"Y":13,"W":6,"V":7,"T":63}},"t":{"d":"89,-175r0,-247r-54,0r-5,-5r0,-62r5,-5r58,0r9,-101r5,-6r57,-8r5,4r0,111r166,0r5,5r-19,62r-7,5r-145,0r0,241v0,68,33,119,88,119v38,0,74,-31,74,-31r7,1r31,57r-2,7v-33,23,-72,40,-117,40v-91,0,-161,-62,-161,-187","w":379,"k":{"T":42,"J":-16,",":-21,";":-21,".":-12,":":-12,"\u2026":-12}},"u":{"d":"71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518,"k":{"Y":18,"W":6,"V":7,"T":56}},"v":{"d":"192,-13r-178,-470r5,-6r77,-10r5,4r118,359r14,53r14,-53r114,-348r6,-5r80,-10r3,5r-183,497r-7,4r-61,-14","w":462,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"w":{"d":"191,-12r-177,-471r5,-6r75,-10r5,4r121,359r14,53r14,-53r81,-244r0,-103r5,-6r69,-10r5,4r0,128r75,231r14,53r14,-53r116,-348r6,-5r81,-10r3,5r-182,495r-7,6r-68,-14r-6,-6r-77,-234r-12,-49r-13,49r-81,248r-7,6r-67,-13","w":730,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"x":{"d":"27,-5r169,-245r-161,-233r5,-6r73,-10r7,4r107,166r15,27r14,-27r100,-155r8,-5r84,-10r6,4r-165,241r172,249r-4,5r-82,0r-8,-5r-111,-171r-14,-25r-13,25r-110,171r-8,5r-80,0","w":487,"k":{"T":60,"-":11,"\u2013":11,"\u2014":11}},"y":{"d":"4,128v0,0,32,31,78,31v40,0,71,-31,93,-91r31,-84r-11,-4r-8,-7r-172,-456r5,-6r78,-10r5,4r117,360r15,53r12,-44r114,-358r6,-5r80,-10r3,5r-209,595v-29,83,-83,130,-157,130v-48,0,-85,-17,-115,-39r-2,-8r30,-54","w":465,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"z":{"d":"51,-5r-10,-45r241,-372r-229,0r-5,-5r11,-62r7,-5r313,0r5,5r0,47r-244,370r238,0r5,5r0,62r-5,5r-320,0","w":431,"k":{"Y":4,"T":64,"-":11,"\u2013":11,"\u2014":11}},"{":{"d":"135,-47r0,-120v0,-55,-17,-98,-93,-108r-4,-5r18,-60r7,-5v60,-15,72,-52,72,-103r0,-67v0,-98,69,-164,187,-164r23,0r4,5r-18,58r-6,5v-68,0,-115,36,-115,114r0,47v0,66,-29,121,-86,144v55,24,86,73,86,135r0,106v0,80,47,116,115,116r6,5r18,58r-4,5r-23,0v-118,0,-187,-67,-187,-166","w":384,"k":{"\u0129":-25,"\u012b":-16,"\u0135":-75,"\u00ef":-14,"\u00ee":-13,"\u00ec":-12,"V":-7,"T":-7,"\u0162":-7,"\u0164":-7,"\u0166":-7,"\u021a":-7,"W":-7,"\u0174":-7,"Y":-12,"\u00dd":-12,"\u0178":-12,"\u0176":-12}},"|":{"d":"87,215r0,-925r5,-6r70,-10r5,4r0,937r-5,5r-70,0","w":256},"}":{"d":"53,56r6,-5v68,0,115,-36,115,-116r0,-106v0,-62,31,-111,86,-135v-57,-23,-86,-78,-86,-144r0,-47v0,-78,-47,-114,-115,-114r-6,-5r-18,-58r4,-5r23,0v118,0,187,66,187,164r0,67v0,67,18,91,91,108r4,7r-18,57r-7,5v-57,16,-70,56,-70,104r0,120v0,99,-69,166,-187,166r-23,0r-4,-5","w":383},"~":{"d":"66,-265r-5,-5v0,-116,63,-164,137,-164v105,0,128,97,192,97v56,0,67,-46,67,-88r5,-5r67,0r5,5v0,116,-63,164,-137,164v-105,0,-128,-97,-192,-97v-55,0,-67,47,-67,88r-5,5r-67,0","w":588},"\u00a1":{"d":"83,-393r-5,-5r0,-91r5,-5r89,0r5,5r0,91r-5,5r-89,0xm77,227r19,-530r5,-5r53,0r5,5r21,516r-5,6r-92,12","w":255,"k":{"\u0135":-73,"j":-73}},"\u00a2":{"d":"239,-5r0,-75v-98,-11,-183,-75,-183,-192r0,-31v0,-116,85,-179,183,-191r0,-76r5,-6r48,-7r5,4r0,84v71,6,138,36,171,98r-3,6r-61,25r-7,-2v-20,-31,-59,-49,-100,-54r0,271v41,-5,80,-23,100,-55r7,-2r60,25r3,6v-33,63,-100,93,-170,98r0,74r-5,5r-48,0xm239,-153r0,-267v-60,12,-103,57,-103,119r0,27v0,64,43,109,103,121","w":520},"\u00a3":{"d":"55,-48r3,-6v0,0,58,0,64,-44r23,-170r-83,0r-5,-5r0,-62r5,-5r90,0r10,-79v13,-104,81,-166,174,-166v83,0,128,36,128,36r1,7r-22,55r-7,2v0,0,-42,-28,-101,-28v-43,0,-83,30,-94,112r-8,61r162,0r4,5r-18,62r-6,5r-150,0r-19,149r-12,50r24,0v65,0,112,41,167,41v39,0,78,-23,78,-86v0,-28,-10,-51,-10,-51r4,-6r60,-12r7,3v7,22,13,43,13,69v0,106,-65,155,-143,155v-63,0,-122,-44,-185,-44v-44,0,-123,17,-123,17r-6,-3","w":583},"\u00a5":{"d":"80,-149r-5,-5r0,-60r5,-5r156,0r0,-29r-38,-67r-118,0r-5,-5r0,-60r5,-5r79,0r-100,-180r5,-7r82,-11r6,4r108,216r16,39r17,-39r102,-202r5,-6r89,-12r6,4r-105,194r104,0r4,5r-17,60r-6,5r-123,0r-36,67r0,29r156,0r4,5r-17,60r-6,5r-137,0r0,144r-5,5r-70,0r-5,-5r0,-144r-156,0","w":556},"\u00a6":{"d":"102,-340r-5,-5r0,-365r4,-6r70,-11r6,4r0,378r-5,5r-70,0xm97,-161r5,-5r70,0r5,5r0,376r-5,5r-70,0r-5,-5r0,-376","w":274},"\u00a7":{"d":"140,-3r-67,-480v-2,-14,-4,-32,-4,-44v0,-96,56,-158,164,-158v56,0,112,19,156,65r0,7r-47,47r-7,-2v-26,-29,-70,-43,-102,-43v-44,0,-88,25,-88,78v0,4,1,14,2,20r79,570r-4,10r-44,34r-6,-6xm284,-461r67,480v2,14,4,32,4,44v0,96,-56,158,-164,158v-56,0,-112,-19,-156,-65r0,-7r47,-47r7,2v26,29,70,43,102,43v44,0,88,-25,88,-78v0,-4,-1,-14,-2,-20r-79,-570r4,-10r44,-34r6,6","w":424},"\u00a8":{"d":"283,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm146,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0"},"\u00a9":{"d":"61,-276r0,-119v0,-199,172,-292,333,-292v164,0,333,93,333,292r0,119v0,200,-169,293,-333,293v-161,0,-333,-93,-333,-293xm126,-296v0,176,126,250,268,250v144,0,268,-74,268,-250r0,-78v0,-177,-124,-250,-268,-250v-142,0,-268,73,-268,250r0,78xm238,-276r0,-115v0,-99,60,-152,158,-152v70,0,127,34,147,91r-3,6r-51,20r-7,-2v-20,-29,-47,-49,-86,-49v-51,0,-90,30,-90,90r0,107v0,60,39,89,90,89v43,0,76,-20,92,-54r7,-2r50,18r3,6v-20,66,-76,98,-152,98v-98,0,-158,-52,-158,-151","w":788},"\u00aa":{"d":"139,-365v-48,0,-92,-32,-92,-91v0,-63,37,-92,92,-92r53,0v9,0,17,-4,17,-4r0,-25v0,-38,-26,-46,-53,-46v-21,0,-42,7,-60,19r-8,-1r-25,-38r2,-8v25,-19,56,-31,91,-31v65,0,115,28,115,97r0,147r12,59r-5,6r-45,6r-6,-4r-13,-42v0,0,-15,48,-75,48xm148,-420v22,0,61,-13,61,-13r0,-89v0,0,-16,28,-47,28r-22,0v-20,0,-31,17,-31,38v0,22,17,36,39,36","w":337},"\u00ab":{"d":"233,-244r0,-7r126,-190r9,-6r75,0r6,7r-130,192r130,192r-6,7r-75,0r-9,-6xm170,-55r-126,-189r0,-7r126,-190r9,-6r75,0r6,7r-130,192r130,192r-6,7r-75,0","w":500,"k":{"J":-8,"\u0134":-8}},"\u00ae":{"d":"236,-291v-91,0,-188,-53,-188,-165r0,-65v0,-111,97,-164,188,-164v92,0,188,53,188,164r0,65v0,112,-96,165,-188,165xm236,-332v76,0,142,-40,142,-135r0,-42v0,-96,-66,-135,-142,-135v-75,0,-142,39,-142,135r0,42v0,95,67,135,142,135xm172,-372r-5,-5r0,-221r5,-5r62,0v41,0,84,13,84,71v0,35,-25,58,-54,64r34,45v5,6,13,8,22,8r3,0r5,5r-5,33r-5,5r-12,0v-20,0,-35,-10,-47,-29r-42,-64r-2,0r0,88r-5,5r-38,0xm215,-502r19,0v18,0,36,-9,36,-30v0,-23,-18,-28,-36,-28r-19,0r0,58","w":472},"\u00af":{"d":"144,-608r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0","w":503},"\u00b0":{"d":"177,-431v-67,0,-133,-38,-133,-115r0,-25v0,-77,66,-114,133,-114v67,0,133,37,133,114r0,25v0,77,-66,115,-133,115xm177,-492v41,0,69,-17,69,-66v0,-46,-28,-66,-69,-66v-41,0,-69,20,-69,66v0,49,28,66,69,66","w":354},"\u00b1":{"d":"228,-61r0,-161r-129,0r-5,-5r0,-63r5,-5r129,0r0,-143r5,-6r70,-10r5,4r0,155r145,0r4,5r-16,63r-6,5r-127,0r0,161r-5,5r-70,0xm94,27r5,-5r358,0r4,5r-18,69r-6,5r-338,0r-5,-5r0,-69","w":550},"\u00b2":{"d":"62,-365r-6,-5r-7,-31v4,-80,184,-165,184,-253v0,-33,-24,-62,-59,-62v-29,0,-56,19,-78,50r-5,0r-43,-31r0,-5v0,0,43,-76,128,-76v64,0,126,43,126,121v0,104,-154,190,-169,230r179,0r4,5r-14,52r-6,5r-234,0","w":365},"\u00b3":{"d":"175,-361v-95,0,-137,-77,-137,-77r1,-6r45,-34r8,0v0,0,29,55,83,55v37,0,72,-21,72,-59r0,-10v0,-36,-32,-57,-88,-57r-37,0r-4,-5r18,-51r6,-5r17,0v57,0,79,-23,79,-53v0,-39,-30,-55,-67,-55v-43,0,-66,35,-77,44r-8,1r-43,-29r0,-7v0,0,43,-71,128,-71v76,0,132,42,132,116v0,31,-13,65,-47,83v41,16,56,50,56,81r0,23v0,76,-66,116,-137,116","w":361},"\u00b4":{"d":"232,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0"},"\u00b6":{"d":"270,-164v-110,0,-214,-55,-214,-194r0,-125v0,-139,104,-192,214,-192r272,0r4,5r-10,67r-6,5r-183,0r0,813r-4,4r-68,0r-5,-4r0,-379xm399,214r0,-754r5,-5r67,0r5,5r0,754r-5,5r-67,0","w":581},"\u00b7":{"d":"85,-211r-5,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":262,"k":{"l":58,"B":7,"D":7,"E":7,"F":7,"H":7,"I":7,"K":7,"L":7,"M":7,"N":7,"P":7,"R":7,"\u00c8":7,"\u00c9":7,"\u00ca":7,"\u00cb":7,"\u00cc":7,"\u00cd":7,"\u00ce":7,"\u00cf":7,"\u00d0":7,"\u00d1":7,"\u00de":7,"\u0116":7,"\u0118":7,"\u0124":7,"\u012e":7,"\u0141":7,"\u0143":7,"\u010e":7,"\u0112":7,"\u011a":7,"\u0136":7,"\u013b":7,"\u013d":7,"\u0139":7,"\u0145":7,"\u0154":7,"\u0158":7,"\u0156":7,"\u0147":7,"\u0110":7,"\u0130":7,"\u0114":7,"\u0126":7,"\u0128":7,"\u0132":7,"\u013f":7,"\u014a":7}},"\u00b8":{"d":"168,103r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-17,-17,-49,-17,-49r30,0v0,0,47,38,47,83v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7"},"\u00b9":{"d":"57,-365r-5,-5r0,-52r5,-5r93,0r0,-284r-68,0r-6,-5r-13,-52r4,-5r144,0r5,5r0,341r96,0r4,5r-13,52r-6,5r-240,0","w":362},"\u00ba":{"d":"173,-365v-68,0,-120,-37,-120,-107r0,-102v0,-70,52,-108,120,-108v68,0,120,38,120,108r0,102v0,70,-52,107,-120,107xm173,-423v36,0,58,-20,58,-60r0,-82v0,-39,-22,-58,-58,-58v-36,0,-58,19,-58,58r0,82v0,40,22,60,58,60","w":346},"\u00bb":{"d":"240,-56r130,-192r-130,-192r6,-7r75,0r9,6r126,190r0,7r-126,189r-9,6r-75,0xm57,-49r-6,-7r130,-192r-130,-192r6,-7r75,0r9,6r126,190r0,7r-126,189r-9,6r-75,0","w":500},"\u00bc":{"d":"48,-267r-5,-5r0,-52r5,-5r93,0r0,-284r-68,0r-6,-5r-13,-52r4,-5r144,0r5,5r0,341r96,0r4,5r-13,52r-6,5r-240,0xm261,-5r156,-489r7,-4r53,9r4,6r-152,478r-6,5r-59,0xm437,-107r-10,-40r181,-250r7,-5r46,-9r5,4r0,243r72,0r4,5r-14,51r-5,5r-57,0r0,95r-5,6r-56,8r-5,-4r0,-105r-156,0xm512,-164r89,0r0,-90r2,-38r-22,35r-53,75","w":779},"\u00bd":{"d":"48,-267r-5,-5r0,-52r5,-5r93,0r0,-284r-68,0r-6,-5r-13,-52r4,-5r144,0r5,5r0,341r96,0r4,5r-13,52r-6,5r-240,0xm261,-5r156,-489r7,-4r53,9r4,6r-152,478r-6,5r-59,0xm482,-36v4,-80,184,-165,184,-253v0,-33,-24,-62,-59,-62v-29,0,-56,19,-78,50r-5,0r-43,-31r0,-5v0,0,43,-76,128,-76v64,0,126,43,126,121v0,104,-154,190,-169,230r179,0r4,5r-14,52r-6,5r-234,0r-6,-5","w":797},"\u00be":{"d":"176,-263v-95,0,-137,-77,-137,-77r1,-6r45,-34r8,0v0,0,29,55,83,55v37,0,72,-21,72,-59r0,-10v0,-36,-32,-57,-88,-57r-37,0r-4,-5r18,-51r6,-5r17,0v57,0,79,-23,79,-53v0,-39,-30,-55,-67,-55v-43,0,-66,35,-77,44r-8,1r-43,-29r0,-7v0,0,43,-71,128,-71v76,0,132,42,132,116v0,31,-13,65,-47,83v41,16,56,50,56,81r0,23v0,76,-66,116,-137,116xm258,-5r156,-489r7,-4r53,9r4,6r-152,478r-6,5r-59,0xm432,-107r-10,-40r181,-250r7,-5r46,-9r5,4r0,243r72,0r4,5r-14,51r-5,5r-57,0r0,95r-5,6r-56,8r-5,-4r0,-105r-156,0xm507,-164r89,0r0,-90r2,-38r-22,35r-53,75","w":774},"\u00bf":{"d":"210,-393r-5,-5r0,-91r5,-5r89,0r5,5r0,91r-5,5r-89,0xm48,-46v0,-101,72,-166,169,-176r3,-81r5,-5r59,0r5,5r0,143r-5,6r-68,11v-54,9,-84,54,-84,114r0,71v0,72,42,109,113,109v71,0,118,-34,118,-109r6,-4r69,15r5,6v0,112,-88,172,-198,172v-110,0,-197,-60,-197,-172r0,-105","w":478,"k":{"\u0135":-68,"j":-67}},"\u00c0":{"d":"298,-733r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u00c1":{"d":"285,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u00c2":{"d":"220,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u00c3":{"d":"189,-756r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u00c4":{"d":"327,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm190,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u00c5":{"d":"291,-733v-41,0,-81,-22,-81,-66r0,-13v0,-44,40,-65,81,-65v41,0,81,21,81,65r0,13v0,44,-40,66,-81,66xm291,-772v21,0,37,-10,37,-33v0,-23,-16,-33,-37,-33v-21,0,-37,10,-37,33v0,23,16,33,37,33xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u00c6":{"d":"9,-5r258,-665r6,-5r404,0r5,5r0,70r-5,5r-278,0r41,200r233,0r5,5r-14,70r-6,5r-201,0r48,235r205,0r4,5r-10,70r-6,5r-257,0r-6,-5r-33,-159r-241,0r-58,159r-5,5r-86,0xm191,-244r195,0r-62,-306r-8,-45r-12,45","w":766,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u00c7":{"d":"215,103r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-10,-6,-26,-11,-37v-152,-4,-252,-87,-252,-245r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v82,0,141,-33,169,-93r7,-2r65,25r3,6v-31,88,-109,136,-218,143v14,14,35,40,35,72v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7","w":627,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,",":5,";":5,"-":55,"\u2013":55,"\u2014":55,".":5,":":5,"\u2026":5,"g":5,"\u011d":5,"\u0123":5,"\u011f":5,"\u0121":5,"s":4,"\u015b":4,"\u015d":4,"\u0161":4,"\u0219":4,"\u015f":4}},"\u00c8":{"d":"284,-733r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u00c9":{"d":"274,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u00ca":{"d":"205,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u00cb":{"d":"312,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm175,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u00cc":{"d":"138,-733r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u00cd":{"d":"128,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u00ce":{"d":"61,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u00cf":{"d":"166,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm29,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u00d0":{"d":"107,-5r0,-291r-46,0r-5,-5r0,-70r5,-5r46,0r0,-294r5,-5r221,0v160,0,266,86,266,245r0,187v0,161,-106,243,-266,243r-221,0xm191,-80r142,0v102,0,180,-52,180,-172r0,-169v0,-117,-78,-174,-180,-174r-142,0r0,219r127,0r4,5r-18,70r-6,5r-107,0r0,216","w":670,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d1":{"d":"255,-756r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm93,-5r0,-660r5,-6r74,-10r7,4r324,488r26,48r0,-524r5,-6r74,-10r5,4r0,672r-5,5r-71,0r-8,-5r-326,-492r-26,-48r0,540r-5,5r-74,0","w":707,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u00d2":{"d":"335,-733r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d3":{"d":"280,-753r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d4":{"d":"261,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d5":{"d":"230,-756r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d6":{"d":"368,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm231,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d7":{"d":"95,-123r0,-7r129,-129r-131,-131r1,-7r57,-42r7,1r122,122r127,-128r7,0r43,58r-3,7r-118,119r127,127r0,7r-49,49r-7,0r-127,-126r-129,129r-7,0","w":550},"\u00d8":{"d":"108,10r35,-60v-46,-41,-72,-103,-72,-183r0,-204v0,-162,106,-248,263,-248v59,0,111,12,153,36r26,-45r7,-2r49,18r2,5r-36,62v39,42,62,100,62,174r0,204v0,161,-106,245,-263,245v-54,0,-102,-10,-141,-29r-32,55r-6,2r-45,-25xm189,-130r255,-444v-30,-21,-68,-31,-110,-31v-102,0,-177,59,-177,175r0,188v0,47,11,84,32,112xm235,-90v28,15,61,22,99,22v102,0,177,-55,177,-174r0,-188v0,-39,-9,-72,-24,-98","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00d9":{"d":"351,-733r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u00da":{"d":"296,-753r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u00db":{"d":"217,-751r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u00dc":{"d":"379,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm242,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u00dd":{"d":"247,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm215,-5r0,-291r-203,-367r5,-7r84,-11r6,4r134,266r16,39r17,-39r127,-252r5,-6r91,-12r6,4r-204,381r0,291r-5,5r-74,0","w":514,"k":{"\u0166":-9,"\u0138":24,"\u0129":-25,"\u0159":13,"\u012b":-15,"\u0131":24,"\u00ef":-10,"\u00ec":-20,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":27,"\u0134":27,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":4,"z":6,"\u017a":6,"\u017c":6,"\u017e":6,"\"":-5,"'":-5,",":46,";":46,"-":50,"\u2013":50,"\u2014":50,".":46,":":46,"\u2026":46,"g":31,"\u011d":31,"\u0123":31,"\u011f":31,"\u0121":31,"s":26,"\u015b":26,"\u015d":26,"\u0161":26,"\u0219":26,"\u015f":26,"a":24,"\u00e0":24,"\u00e1":24,"\u00e2":24,"\u00e3":24,"\u00e4":24,"\u00e5":24,"\u00e6":24,"\u0103":24,"\u0105":24,"\u0101":24,"m":13,"n":13,"p":13,"r":13,"\u00f1":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0155":13,"\u0157":13,"\u0149":13,"\u014b":13,"c":37,"d":37,"e":37,"o":37,"q":37,"\u00e7":37,"\u00e8":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00f2":37,"\u00f3":37,"\u00f4":37,"\u00f5":37,"\u00f6":37,"\u00f8":37,"\u0107":37,"\u0109":37,"\u010d":37,"\u0117":37,"\u0119":37,"\u0151":37,"\u0153":37,"\u0113":37,"\u011b":37,"\u014d":37,"\u010f":37,"\u0111":37,"\u010b":37,"\u0115":37,"\u014f":37,"u":21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u016b":21,"\u016d":21,"\u0171":21,"\u0173":21,"\u016f":21,"\u0169":21,"\u00f0":30,")":-11,"?":-9,"]":-11,"}":-11,"\u1e9e":4}},"\u00de":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,141r97,0v63,0,117,9,158,33v53,31,84,86,84,168v0,117,-70,217,-223,217v-55,0,-103,-15,-121,-58r5,40r0,131r-5,5r-74,0xm177,-210v26,9,60,17,95,17v89,0,157,-43,157,-140v0,-102,-75,-126,-155,-126r-97,0r0,249","w":556,"k":{"X":14,"J":29,"\u0134":29,"T":45,"\u0162":45,"\u0164":45,"\u0166":45,"\u021a":45,"Y":9,"\u00dd":9,"\u0178":9,"\u0176":9,"Z":16,"\u0179":16,"\u017b":16,"\u017d":16,",":43,";":43,".":42,":":42,"\u2026":42}},"\u00df":{"d":"97,189r0,-611r-60,0r-5,-5r0,-62r5,-5r60,0r0,-73v0,-110,90,-160,181,-160v91,0,181,50,181,160v0,112,-111,124,-111,221v0,96,218,35,218,208v0,116,-83,150,-179,150v-57,0,-113,-17,-151,-46r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,101,-16,101,-78v0,-104,-211,-51,-211,-208v0,-117,104,-135,104,-221v0,-59,-49,-88,-101,-88v-53,0,-101,26,-101,84r0,690r-20,101r-6,7r-49,-29","w":598,"k":{"v":11,"w":11,"y":11,"\u00fd":11,"\u00ff":11,"\u0175":11,"\u0177":11,"\"":15,"'":15,"\u2019":11,"\u201d":11}},"\u00e0":{"d":"238,-569r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u00e1":{"d":"233,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u00e2":{"d":"164,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u00e3":{"d":"133,-592r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u00e4":{"d":"271,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm134,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u00e5":{"d":"239,-569v-41,0,-81,-22,-81,-66r0,-13v0,-44,40,-65,81,-65v41,0,81,21,81,65r0,13v0,44,-40,66,-81,66xm239,-608v21,0,37,-10,37,-33v0,-23,-16,-33,-37,-33v-21,0,-37,10,-37,33v0,23,16,33,37,33xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u00e6":{"d":"40,-138v0,-111,84,-147,187,-147r50,0v22,0,36,-5,44,-10r0,-44v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v62,0,115,15,148,62v33,-44,81,-62,141,-62v128,0,171,79,171,149v0,103,-69,150,-161,150v-98,0,-119,-49,-122,-56r5,37r0,48v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-86,0,-147,-28,-177,-84v-8,15,-49,84,-150,84v-82,0,-150,-56,-150,-150xm401,-296v17,13,63,16,105,16v47,0,93,-19,93,-81v0,-35,-25,-72,-94,-72v-68,0,-104,38,-104,115r0,22xm122,-138v0,43,30,78,81,78v69,0,118,-33,126,-39v-5,-19,-8,-39,-8,-62r0,-100v-12,39,-54,50,-88,50r-24,0v-35,0,-87,12,-87,73","w":739},"\u00e7":{"d":"133,103r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-10,-6,-26,-11,-37v-115,-5,-182,-74,-182,-173r0,-171v0,-102,72,-174,195,-174v75,0,142,34,170,102r-3,6r-60,21r-7,-2v-18,-34,-55,-55,-105,-55v-67,0,-110,41,-110,118r0,138v0,77,43,118,110,118v62,0,93,-22,110,-53r7,-2r60,21r3,6v-23,59,-79,93,-152,99v14,14,35,40,35,72v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7","w":472,"k":{"-":36,"\u2013":36,"\u2014":36}},"\u00e8":{"d":"246,-569r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u00e9":{"d":"241,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u00ea":{"d":"172,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u00eb":{"d":"279,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm142,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u00ec":{"d":"114,-569r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231},"\u00ed":{"d":"109,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231,"k":{"}":-11,"]":-11}},"\u00ee":{"d":"40,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231,"k":{"}":-12,"]":-14,"?":-25,")":-17,"'":-8,"\"":-8}},"\u00ef":{"d":"147,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm10,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231,"k":{"}":-13,"]":-13,"?":-8,")":-13}},"\u00f0":{"d":"60,-161r0,-142v0,-113,77,-173,182,-173v41,0,79,12,110,34r0,-27v0,-51,-15,-88,-35,-116r-108,55r-6,-2r-23,-46r1,-7r89,-45v-25,-18,-54,-33,-86,-48r-4,-7r22,-53r8,-4v47,19,93,43,131,75r72,-37r6,1r24,47r-2,6r-56,30v26,36,43,79,43,131r0,328v0,112,-75,173,-186,173v-105,0,-182,-61,-182,-173xm140,-178v0,77,44,118,105,118v61,0,103,-41,103,-118r0,-120v0,-70,-36,-106,-103,-106v-61,0,-105,40,-105,117r0,109","w":500},"\u00f1":{"d":"168,-592r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u00f2":{"d":"253,-569r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00f3":{"d":"248,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00f4":{"d":"179,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00f5":{"d":"148,-592r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00f6":{"d":"286,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm149,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00f7":{"d":"227,-360r-5,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0xm99,-207r-5,-5r0,-69r5,-5r358,0r4,5r-18,69r-6,5r-338,0xm222,-35r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":550},"\u00f8":{"d":"73,10r31,-54v-27,-28,-43,-68,-43,-117r0,-172v0,-112,82,-173,192,-173v39,0,74,8,104,23r27,-47r7,-2r45,17r2,5r-35,61v26,29,42,68,42,116r0,172v0,112,-82,173,-192,173v-39,0,-74,-8,-104,-22r-27,47r-6,2r-41,-24xm149,-123r170,-294v-18,-11,-40,-17,-66,-17v-72,0,-112,40,-112,117r0,139v0,21,3,39,8,55xm187,-76v18,11,40,16,66,16v70,0,112,-41,112,-118r0,-139v0,-20,-3,-37,-8,-52","w":507,"k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00f9":{"d":"264,-569r-123,-128r5,-4r108,0r7,4r60,102r-1,6r-50,20r-6,0xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u00fa":{"d":"209,-589r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u00fb":{"d":"190,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u00fc":{"d":"297,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm160,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u00fd":{"d":"220,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm4,128v0,0,32,31,78,31v40,0,71,-31,93,-91r31,-84r-11,-4r-8,-7r-172,-456r5,-6r78,-10r5,4r117,360r15,53r12,-44r114,-358r6,-5r80,-10r3,5r-209,595v-29,83,-83,130,-157,130v-48,0,-85,-17,-115,-39r-2,-8r30,-54","w":465,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"\u00fe":{"d":"152,-23r4,46r0,187r-5,6r-70,10r-5,-4r0,-933r5,-6r70,-10r5,4r0,249r-4,41v11,-22,48,-73,137,-73v89,0,155,61,155,175r0,170v0,112,-79,173,-182,173v-42,0,-82,-13,-110,-35xm156,-166v0,71,33,106,103,106v61,0,105,-41,105,-118r0,-136v0,-87,-49,-120,-108,-120v-22,0,-82,17,-100,23r0,245","w":504,"k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u00ff":{"d":"258,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm121,-610r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm4,128v0,0,32,31,78,31v40,0,71,-31,93,-91r31,-84r-11,-4r-8,-7r-172,-456r5,-6r78,-10r5,4r117,360r15,53r12,-44r114,-358r6,-5r80,-10r3,5r-209,595v-29,83,-83,130,-157,130v-48,0,-85,-17,-115,-39r-2,-8r30,-54","w":465,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"\u0102":{"d":"295,-733v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u0103":{"d":"239,-569v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u0104":{"d":"12,-5r231,-660r6,-5r88,-11r6,4r235,672r-3,5v0,0,-107,30,-107,107v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-60,55,-106,99,-129r-52,-157r-278,0r-52,159r-5,5r-84,0xm182,-244r226,0r-103,-306r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u0105":{"d":"40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r24,86r-4,8v-33,31,-76,72,-76,111v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-58,48,-100,88,-124r-27,-69v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u0106":{"d":"280,-753r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v82,0,141,-33,169,-93r7,-2r65,25r3,6v-33,95,-121,144,-244,144v-157,0,-262,-84,-262,-245","w":627,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,",":5,";":5,"-":55,"\u2013":55,"\u2014":55,".":5,":":5,"\u2026":5,"g":5,"\u011d":5,"\u0123":5,"\u011f":5,"\u0121":5,"s":4,"\u015b":4,"\u015d":4,"\u0161":4,"\u0219":4,"\u015f":4}},"\u0107":{"d":"248,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm59,-161r0,-171v0,-102,72,-174,195,-174v75,0,142,34,170,102r-3,6r-60,21r-7,-2v-18,-34,-55,-55,-105,-55v-67,0,-110,41,-110,118r0,138v0,77,43,118,110,118v62,0,93,-22,110,-53r7,-2r60,21r3,6v-25,65,-90,100,-175,100v-123,0,-195,-71,-195,-173","w":472,"k":{"-":36,"\u2013":36,"\u2014":36}},"\u0108":{"d":"261,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v82,0,141,-33,169,-93r7,-2r65,25r3,6v-33,95,-121,144,-244,144v-157,0,-262,-84,-262,-245","w":627,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,",":5,";":5,"-":55,"\u2013":55,"\u2014":55,".":5,":":5,"\u2026":5,"g":5,"\u011d":5,"\u0123":5,"\u011f":5,"\u0121":5,"s":4,"\u015b":4,"\u015d":4,"\u0161":4,"\u0219":4,"\u015f":4}},"\u0109":{"d":"179,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm59,-161r0,-171v0,-102,72,-174,195,-174v75,0,142,34,170,102r-3,6r-60,21r-7,-2v-18,-34,-55,-55,-105,-55v-67,0,-110,41,-110,118r0,138v0,77,43,118,110,118v62,0,93,-22,110,-53r7,-2r60,21r3,6v-25,65,-90,100,-175,100v-123,0,-195,-71,-195,-173","w":472,"k":{"-":36,"\u2013":36,"\u2014":36}},"\u010c":{"d":"306,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v82,0,141,-33,169,-93r7,-2r65,25r3,6v-33,95,-121,144,-244,144v-157,0,-262,-84,-262,-245","w":627,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,",":5,";":5,"-":55,"\u2013":55,"\u2014":55,".":5,":":5,"\u2026":5,"g":5,"\u011d":5,"\u0123":5,"\u011f":5,"\u0121":5,"s":4,"\u015b":4,"\u015d":4,"\u0161":4,"\u0219":4,"\u015f":4}},"\u010d":{"d":"224,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm59,-161r0,-171v0,-102,72,-174,195,-174v75,0,142,34,170,102r-3,6r-60,21r-7,-2v-18,-34,-55,-55,-105,-55v-67,0,-110,41,-110,118r0,138v0,77,43,118,110,118v62,0,93,-22,110,-53r7,-2r60,21r3,6v-25,65,-90,100,-175,100v-123,0,-195,-71,-195,-173","w":472,"k":{"-":36,"\u2013":36,"\u2014":36}},"\u0116":{"d":"236,-772r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u0117":{"d":"203,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u0118":{"d":"93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70v-33,31,-77,73,-77,112v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-56,44,-97,85,-122r-269,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u0119":{"d":"59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-27,70,-145,120,-145,195v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-52,37,-88,75,-111v0,0,-16,1,-24,1v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u011c":{"d":"256,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v104,0,178,-55,178,-174r0,-23r-115,0r-6,-5r-10,-70r4,-5r206,0r5,5r0,107v0,161,-100,245,-262,245v-157,0,-262,-84,-262,-245","w":653,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"\"":5,"'":5,",":9,";":9,"-":5,"\u2013":5,"\u2014":5,".":8,":":8,"\u2026":8}},"\u011d":{"d":"159,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm102,-61v0,-37,19,-67,45,-83v0,0,-107,-29,-107,-173v0,-116,71,-182,188,-182r99,0r110,-23r6,4r10,55r-4,7r-68,19v33,20,49,72,49,122v0,110,-72,185,-192,185v-35,0,-64,-5,-64,-5v0,0,-6,15,-6,30v0,40,22,64,60,64r62,0v97,0,147,56,147,132v0,95,-94,140,-188,140v-97,0,-178,-30,-210,-96r2,-7r60,-27r7,2v0,0,22,56,139,56v72,0,110,-34,110,-71v0,-29,-23,-57,-67,-57r-62,0v-83,0,-126,-46,-126,-92xm233,-201v78,0,118,-39,118,-116v0,-79,-40,-117,-118,-117v-68,0,-114,39,-114,117v0,76,40,116,114,116","w":486},"\u0124":{"d":"224,-751r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm93,-5r0,-660r5,-6r74,-10r5,4r0,283r356,0r0,-271r5,-6r74,-10r5,4r0,672r-5,5r-74,0r-5,-5r0,-309r-356,0r0,309r-5,5r-74,0","w":711,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u0125":{"d":"43,-750r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm76,-5r0,-660r5,-6r70,-10r5,4r0,205r-5,44v8,-18,43,-78,144,-78v88,0,154,59,154,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-49,-117,-108,-117v-22,0,-87,18,-105,23r0,406r-5,5r-70,0","w":522,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u012e":{"d":"93,0r0,-665r5,-6r74,-10r5,4r0,668r-5,9v-33,30,-72,70,-72,107v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-66,74,-122,74,-122","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u012f":{"d":"74,-609r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,487r-5,8v-33,30,-72,70,-72,107v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-56,44,-97,83,-122","w":231},"\u0131":{"d":"75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231},"\u0134":{"d":"170,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm5,-24r-1,-7r30,-62r8,-1v21,16,44,26,73,26v34,0,88,-25,88,-110r0,-487r5,-6r74,-10r5,4r0,507v0,111,-67,182,-167,182v-47,0,-86,-14,-115,-36","w":377,"k":{",":11,";":11,"-":10,"\u2013":10,"\u2014":10,".":11,":":11,"\u2026":11}},"\u0135":{"d":"40,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm75,38r0,-521r5,-6r70,-10r5,4r0,539v0,116,-63,186,-162,186v-50,0,-86,-17,-116,-39r-2,-6r32,-58r5,-1v0,0,31,32,77,32v37,0,86,-33,86,-120","w":231,"k":{"}":-12,"]":-14,"?":-25,")":-17,"'":-8,"\"":-8}},"\u0141":{"d":"106,-5r0,-364r-34,9r-6,-3r-17,-61r3,-6r54,-14r0,-221r5,-6r74,-10r5,4r0,210r109,-29r5,3r0,64r-4,7r-110,30r0,312r288,0r4,5r-18,70r-6,5r-347,0","w":487,"k":{"J":-16,"\u0134":-16,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":51,"W":48,"\u0174":48,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"U":5,"\u00d9":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u016a":5,"\u016c":5,"\u0170":5,"\u0172":5,"\u016e":5,"\u0168":5,"\"":62,"'":62,",":-9,";":-9,"-":64,"\u2013":64,"\u2014":64,"\u2019":61,"\u201d":61,".":-8,":":-8,"\u2026":-8,"\u00bb":-10,"\u203a":-10}},"\u0142":{"d":"95,-110r0,-269r-43,11r-6,-3r-17,-61r3,-6r63,-17r0,-256r5,-6r70,-10r5,4r0,247r70,-19r5,3r0,64r-4,7r-71,20r0,286v0,39,30,45,45,45r4,0r4,5r-11,63r-5,5r-8,0v-27,0,-109,-8,-109,-113","w":289},"\u0143":{"d":"305,-753r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm93,-5r0,-660r5,-6r74,-10r7,4r324,488r26,48r0,-524r5,-6r74,-10r5,4r0,672r-5,5r-71,0r-8,-5r-326,-492r-26,-48r0,540r-5,5r-74,0","w":707,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u0144":{"d":"218,-589r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u0150":{"d":"334,-750r-1,-6r61,-105r7,-4r101,0r5,4r-123,128r-6,0xm261,-737r-48,-18r-1,-6r51,-100r7,-4r65,0r5,4r-72,124r-7,0xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u0151":{"d":"252,-586r-1,-6r61,-105r7,-4r101,0r5,4r-123,128r-6,0xm179,-573r-48,-18r-1,-6r51,-100r7,-4r65,0r5,4r-72,124r-7,0xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u0152":{"d":"71,-233r0,-204v0,-162,107,-248,259,-248v77,0,139,25,183,69r0,-54r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0r-5,-5r0,-50v-44,43,-106,67,-183,67v-152,0,-259,-84,-259,-245xm157,-242v0,119,76,174,178,174v102,0,178,-47,178,-186r0,-174v0,-128,-79,-177,-178,-177v-102,0,-178,59,-178,175r0,188","w":933,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u0153":{"d":"59,-161r0,-172v0,-112,82,-173,192,-173v63,0,117,21,152,69v32,-45,83,-69,147,-69v128,0,171,78,171,148v0,103,-69,147,-161,147v-98,0,-119,-49,-122,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-70,0,-124,-22,-158,-67v-34,47,-88,67,-150,67v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139xm443,-300v17,13,63,16,105,16v47,0,93,-16,93,-78v0,-35,-25,-71,-94,-71v-68,0,-104,38,-104,115r0,18","w":781},"\u015a":{"d":"257,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm50,-48r-2,-7r41,-56r9,-1v29,25,93,44,137,44v71,0,131,-31,131,-115v0,-161,-299,-90,-299,-310v0,-120,92,-192,200,-192v100,0,163,41,172,50r1,7r-38,58r-8,1v-28,-21,-71,-36,-123,-36v-80,0,-118,46,-118,109v0,150,299,81,299,312v0,150,-119,196,-220,196v-47,0,-130,-19,-182,-60","w":508,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"x":3,",":5,";":5,"-":6,"\u2013":6,"\u2014":6}},"\u015b":{"d":"205,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm48,-34r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,100,-16,100,-78v0,-102,-247,-47,-247,-221v0,-103,91,-147,180,-147v46,0,90,12,129,39r2,7r-39,53r-7,0v-22,-15,-55,-27,-83,-27v-59,0,-100,28,-100,75v0,111,247,45,247,221v0,116,-84,150,-179,150v-58,0,-114,-17,-152,-46","w":423},"\u015c":{"d":"188,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm50,-48r-2,-7r41,-56r9,-1v29,25,93,44,137,44v71,0,131,-31,131,-115v0,-161,-299,-90,-299,-310v0,-120,92,-192,200,-192v100,0,163,41,172,50r1,7r-38,58r-8,1v-28,-21,-71,-36,-123,-36v-80,0,-118,46,-118,109v0,150,299,81,299,312v0,150,-119,196,-220,196v-47,0,-130,-19,-182,-60","w":508,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"x":3,",":5,";":5,"-":6,"\u2013":6,"\u2014":6}},"\u015d":{"d":"136,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm48,-34r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,100,-16,100,-78v0,-102,-247,-47,-247,-221v0,-103,91,-147,180,-147v46,0,90,12,129,39r2,7r-39,53r-7,0v-22,-15,-55,-27,-83,-27v-59,0,-100,28,-100,75v0,111,247,45,247,221v0,116,-84,150,-179,150v-58,0,-114,-17,-152,-46","w":423},"\u0160":{"d":"228,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm50,-48r-2,-7r41,-56r9,-1v29,25,93,44,137,44v71,0,131,-31,131,-115v0,-161,-299,-90,-299,-310v0,-120,92,-192,200,-192v100,0,163,41,172,50r1,7r-38,58r-8,1v-28,-21,-71,-36,-123,-36v-80,0,-118,46,-118,109v0,150,299,81,299,312v0,150,-119,196,-220,196v-47,0,-130,-19,-182,-60","w":508,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"x":3,",":5,";":5,"-":6,"\u2013":6,"\u2014":6}},"\u0161":{"d":"181,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm48,-34r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,100,-16,100,-78v0,-102,-247,-47,-247,-221v0,-103,91,-147,180,-147v46,0,90,12,129,39r2,7r-39,53r-7,0v-22,-15,-55,-27,-83,-27v-59,0,-100,28,-100,75v0,111,247,45,247,221v0,116,-84,150,-179,150v-58,0,-114,-17,-152,-46","w":423},"\u0162":{"d":"130,103r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-17,-17,-49,-17,-49r-20,0r-5,-5r0,-590r-186,0r-5,-5r0,-70r5,-5r469,0r4,5r-18,70r-6,5r-179,0r0,590r-5,5r-24,0v0,0,47,38,47,83v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7","w":497,"k":{"\u0166":-17,"\u0149":55,"\u0138":55,"\u0129":-40,"\u0127":-9,"\u0159":55,"\u012b":-23,"\u017e":62,"\u0161":71,"\u015d":71,"\u0135":-22,"\u0131":55,"\u00ef":-18,"\u00ee":-22,"\u00ec":-19,"\u00e3":62,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":53,"\u0134":53,"T":-17,"\u0162":-17,"\u0164":-17,"\u021a":-17,"V":-18,"W":-17,"\u0174":-17,"Y":-19,"\u00dd":-19,"\u0178":-19,"\u0176":-19,"v":64,"w":64,"y":64,"\u00fd":64,"\u00ff":64,"\u0175":64,"\u0177":64,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":68,"z":62,"\u017a":62,"\u017c":62,"\"":-15,"'":-15,",":41,";":41,"-":46,"\u2013":46,"\u2014":46,"\u2019":-9,"\u201d":-9,".":42,":":42,"\u2026":42,"g":57,"\u011d":57,"\u0123":57,"\u011f":57,"\u0121":57,"s":71,"\u015b":71,"\u0219":71,"\u015f":71,"a":62,"\u00e0":62,"\u00e1":62,"\u00e2":62,"\u00e4":62,"\u00e5":62,"\u00e6":62,"\u0103":62,"\u0105":62,"\u0101":62,"m":55,"n":55,"p":55,"r":55,"\u00f1":55,"\u0144":55,"\u0146":55,"\u0148":55,"\u0155":55,"\u0157":55,"\u014b":55,"c":56,"d":56,"e":56,"o":56,"q":56,"\u00e7":56,"\u00e8":56,"\u00e9":56,"\u00ea":56,"\u00eb":56,"\u00f2":56,"\u00f3":56,"\u00f4":56,"\u00f5":56,"\u00f6":56,"\u00f8":56,"\u0107":56,"\u0109":56,"\u010d":56,"\u0117":56,"\u0119":56,"\u0151":56,"\u0153":56,"\u0113":56,"\u011b":56,"\u014d":56,"\u010f":56,"\u0111":56,"\u010b":56,"\u0115":56,"\u014f":56,"t":6,"\u0163":6,"\u0165":6,"\u0167":6,"\u021b":6,"u":56,"\u00f9":56,"\u00fa":56,"\u00fb":56,"\u00fc":56,"\u016b":56,"\u016d":56,"\u0171":56,"\u0173":56,"\u016f":56,"\u0169":56,"\u00f0":38,")":-14,"?":-12,"]":-12,"}":-12,"\u1e9e":3}},"\u0163":{"d":"108,103r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-12,-8,-30,-13,-41v-73,-14,-125,-75,-125,-183r0,-247r-54,0r-5,-5r0,-62r5,-5r58,0r9,-101r5,-6r57,-8r5,4r0,111r166,0r5,5r-19,62r-7,5r-145,0r0,241v0,68,33,119,88,119v38,0,74,-31,74,-31r7,1r31,57r-2,7v-32,23,-71,39,-114,40v14,14,34,40,34,71v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7","w":379,"k":{",":-21,";":-21,".":-12,":":-12,"\u2026":-12}},"\u016a":{"d":"242,-772r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u016b":{"d":"155,-608r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u016c":{"d":"347,-733v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u016d":{"d":"265,-569v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u0170":{"d":"350,-750r-1,-6r61,-105r7,-4r101,0r5,4r-123,128r-6,0xm277,-737r-48,-18r-1,-6r51,-100r7,-4r65,0r5,4r-72,124r-7,0xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u0171":{"d":"263,-586r-1,-6r61,-105r7,-4r101,0r5,4r-123,128r-6,0xm190,-573r-48,-18r-1,-6r51,-100r7,-4r65,0r5,4r-72,124r-7,0xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u0172":{"d":"86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,222,-202,215,-202,340v0,32,13,53,68,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-49,34,-87,70,-113v-15,2,-30,3,-45,3v-159,0,-261,-84,-261,-245","w":696,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u0173":{"d":"71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,86r-4,8v-33,31,-76,72,-76,111v0,32,16,53,71,56r5,7r-11,44r-9,5v-74,0,-137,-36,-137,-97v0,-58,48,-100,88,-124r-28,-69v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u0178":{"d":"289,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm152,-774r-5,-5r0,-78r5,-5r73,0r5,5r0,78r-5,5r-73,0xm215,-5r0,-291r-203,-367r5,-7r84,-11r6,4r134,266r16,39r17,-39r127,-252r5,-6r91,-12r6,4r-204,381r0,291r-5,5r-74,0","w":514,"k":{"\u0166":-9,"\u0138":24,"\u0129":-25,"\u0159":13,"\u012b":-15,"\u0131":24,"\u00ef":-10,"\u00ec":-20,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":27,"\u0134":27,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":4,"z":6,"\u017a":6,"\u017c":6,"\u017e":6,"\"":-5,"'":-5,",":46,";":46,"-":50,"\u2013":50,"\u2014":50,".":46,":":46,"\u2026":46,"g":31,"\u011d":31,"\u0123":31,"\u011f":31,"\u0121":31,"s":26,"\u015b":26,"\u015d":26,"\u0161":26,"\u0219":26,"\u015f":26,"a":24,"\u00e0":24,"\u00e1":24,"\u00e2":24,"\u00e3":24,"\u00e4":24,"\u00e5":24,"\u00e6":24,"\u0103":24,"\u0105":24,"\u0101":24,"m":13,"n":13,"p":13,"r":13,"\u00f1":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0155":13,"\u0157":13,"\u0149":13,"\u014b":13,"c":37,"d":37,"e":37,"o":37,"q":37,"\u00e7":37,"\u00e8":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00f2":37,"\u00f3":37,"\u00f4":37,"\u00f5":37,"\u00f6":37,"\u00f8":37,"\u0107":37,"\u0109":37,"\u010d":37,"\u0117":37,"\u0119":37,"\u0151":37,"\u0153":37,"\u0113":37,"\u011b":37,"\u014d":37,"\u010f":37,"\u0111":37,"\u010b":37,"\u0115":37,"\u014f":37,"u":21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u016b":21,"\u016d":21,"\u0171":21,"\u0173":21,"\u016f":21,"\u0169":21,"\u00f0":30,")":-11,"?":-9,"]":-11,"}":-11,"\u1e9e":4}},"\u0179":{"d":"264,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm55,-5r-10,-49r322,-541r-306,0r-4,-5r10,-70r6,-5r397,0r5,5r0,49r-321,541r314,0r5,5r0,70r-5,5r-407,0","w":526,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":57,"\u2013":57,"\u2014":57,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u016b":3,"\u016d":3,"\u0171":3,"\u0173":3,"\u016f":3,"\u0169":3}},"\u017a":{"d":"213,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm51,-5r-10,-45r241,-372r-229,0r-5,-5r11,-62r7,-5r313,0r5,5r0,47r-244,370r238,0r5,5r0,62r-5,5r-320,0","w":431,"k":{"-":11,"\u2013":11,"\u2014":11}},"\u017b":{"d":"226,-772r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm55,-5r-10,-49r322,-541r-306,0r-4,-5r10,-70r6,-5r397,0r5,5r0,49r-321,541r314,0r5,5r0,70r-5,5r-407,0","w":526,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":57,"\u2013":57,"\u2014":57,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u016b":3,"\u016d":3,"\u0171":3,"\u0173":3,"\u016f":3,"\u0169":3}},"\u017c":{"d":"175,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm51,-5r-10,-45r241,-372r-229,0r-5,-5r11,-62r7,-5r313,0r5,5r0,47r-244,370r238,0r5,5r0,62r-5,5r-320,0","w":431,"k":{"-":11,"\u2013":11,"\u2014":11}},"\u017d":{"d":"240,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm55,-5r-10,-49r322,-541r-306,0r-4,-5r10,-70r6,-5r397,0r5,5r0,49r-321,541r314,0r5,5r0,70r-5,5r-407,0","w":526,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":57,"\u2013":57,"\u2014":57,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"u":3,"\u00f9":3,"\u00fa":3,"\u00fb":3,"\u00fc":3,"\u016b":3,"\u016d":3,"\u0171":3,"\u0173":3,"\u016f":3,"\u0169":3}},"\u017e":{"d":"189,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm51,-5r-10,-45r241,-372r-229,0r-5,-5r11,-62r7,-5r313,0r5,5r0,47r-244,370r238,0r5,5r0,62r-5,5r-320,0","w":431,"k":{"-":11,"\u2013":11,"\u2014":11}},"\u0192":{"d":"46,40r6,-5r63,9r3,6v0,0,-11,24,-11,49v0,28,13,60,65,60v42,0,54,-39,58,-73r48,-403r-98,0r-5,-5r0,-62r5,-5r108,0r25,-203v10,-83,59,-138,138,-138v91,0,136,48,136,122v0,20,-3,43,-10,67r-7,4r-63,-9r-3,-7v5,-14,8,-29,8,-44v0,-32,-16,-61,-61,-61v-38,0,-56,38,-60,71r-23,198r169,0r4,5r-18,62r-6,5r-158,0r-50,409v-10,80,-54,139,-136,139v-116,0,-138,-75,-138,-125v0,-36,11,-66,11,-66","w":622},"\u0218":{"d":"50,-48r-2,-7r41,-56r9,-1v29,25,93,44,137,44v71,0,131,-31,131,-115v0,-161,-299,-90,-299,-310v0,-120,92,-192,200,-192v100,0,163,41,172,50r1,7r-38,58r-8,1v-28,-21,-71,-36,-123,-36v-80,0,-118,46,-118,109v0,150,299,81,299,312v0,150,-119,196,-220,196v-47,0,-130,-19,-182,-60xm202,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":508,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"x":3,",":5,";":5,"-":6,"\u2013":6,"\u2014":6}},"\u0219":{"d":"48,-34r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,100,-16,100,-78v0,-102,-247,-47,-247,-221v0,-103,91,-147,180,-147v46,0,90,12,129,39r2,7r-39,53r-7,0v-22,-15,-55,-27,-83,-27v-59,0,-100,28,-100,75v0,111,247,45,247,221v0,116,-84,150,-179,150v-58,0,-114,-17,-152,-46xm169,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":423},"\u02c6":{"d":"177,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0"},"\u02c7":{"d":"221,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0"},"\u02d8":{"d":"251,-569v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106"},"\u02d9":{"d":"210,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0","w":503},"\u02da":{"d":"251,-569v-41,0,-81,-22,-81,-66r0,-13v0,-44,40,-65,81,-65v41,0,81,21,81,65r0,13v0,44,-40,66,-81,66xm251,-608v21,0,37,-10,37,-33v0,-23,-16,-33,-37,-33v-21,0,-37,10,-37,33v0,23,16,33,37,33"},"\u02db":{"d":"165,122v0,-105,155,-156,155,-156r19,14v-33,32,-93,81,-93,127v0,32,16,53,71,56r5,5r-11,46r-5,5v-81,0,-141,-36,-141,-97","w":504},"\u02dc":{"d":"147,-592r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32"},"\u02dd":{"d":"246,-586r-1,-6r61,-105r7,-4r101,0r5,4r-123,128r-6,0xm173,-573r-48,-18r-1,-6r51,-100r7,-4r65,0r5,4r-72,124r-7,0","w":503},"\u2013":{"d":"88,-222r-5,-5r0,-63r5,-5r492,0r4,5r-12,63r-6,5r-478,0","w":664,"k":{"A":12,"\u00c0":12,"\u00c1":12,"\u00c2":12,"\u00c3":12,"\u00c4":12,"\u00c5":12,"\u00c6":12,"\u0102":12,"\u0104":12,"\u0100":12,"J":45,"\u0134":45,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":32,"W":31,"\u0174":31,"Y":50,"\u00dd":50,"\u0178":50,"\u0176":50,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"M":10,"N":10,"P":10,"R":10,"\u00c8":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00cc":10,"\u00cd":10,"\u00ce":10,"\u00cf":10,"\u00d0":10,"\u00d1":10,"\u00de":10,"\u0116":10,"\u0118":10,"\u0124":10,"\u012e":10,"\u0141":10,"\u0143":10,"\u010e":10,"\u0112":10,"\u011a":10,"\u0136":10,"\u013b":10,"\u013d":10,"\u0139":10,"\u0145":10,"\u0154":10,"\u0158":10,"\u0156":10,"\u0147":10,"\u0110":10,"\u0130":10,"\u0114":10,"\u0126":10,"\u0128":10,"\u0132":10,"\u013f":10,"\u014a":10,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010c":6,"\u011c":6,"\u0150":6,"\u0152":6,"\u0122":6,"\u014c":6,"\u011e":6,"\u010a":6,"\u0120":6,"\u014e":6,"U":9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u016a":9,"\u016c":9,"\u0170":9,"\u0172":9,"\u016e":9,"\u0168":9,"S":49,"\u015a":49,"\u015c":49,"\u0160":49,"\u0218":49,"\u015e":49,"X":37,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"x":10,"z":15,"\u017a":15,"\u017c":15,"\u017e":15}},"\u2014":{"d":"88,-222r-5,-5r0,-63r5,-5r690,0r4,5r-12,63r-6,5r-676,0","w":862,"k":{"A":12,"\u00c0":12,"\u00c1":12,"\u00c2":12,"\u00c3":12,"\u00c4":12,"\u00c5":12,"\u00c6":12,"\u0102":12,"\u0104":12,"\u0100":12,"J":45,"\u0134":45,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":32,"W":31,"\u0174":31,"Y":50,"\u00dd":50,"\u0178":50,"\u0176":50,"B":10,"D":10,"E":10,"F":10,"H":10,"I":10,"K":10,"L":10,"M":10,"N":10,"P":10,"R":10,"\u00c8":10,"\u00c9":10,"\u00ca":10,"\u00cb":10,"\u00cc":10,"\u00cd":10,"\u00ce":10,"\u00cf":10,"\u00d0":10,"\u00d1":10,"\u00de":10,"\u0116":10,"\u0118":10,"\u0124":10,"\u012e":10,"\u0141":10,"\u0143":10,"\u010e":10,"\u0112":10,"\u011a":10,"\u0136":10,"\u013b":10,"\u013d":10,"\u0139":10,"\u0145":10,"\u0154":10,"\u0158":10,"\u0156":10,"\u0147":10,"\u0110":10,"\u0130":10,"\u0114":10,"\u0126":10,"\u0128":10,"\u0132":10,"\u013f":10,"\u014a":10,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010c":6,"\u011c":6,"\u0150":6,"\u0152":6,"\u0122":6,"\u014c":6,"\u011e":6,"\u010a":6,"\u0120":6,"\u014e":6,"U":9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u016a":9,"\u016c":9,"\u0170":9,"\u0172":9,"\u016e":9,"\u0168":9,"S":49,"\u015a":49,"\u015c":49,"\u0160":49,"\u0218":49,"\u015e":49,"X":37,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"x":10,"z":15,"\u017a":15,"\u017c":15,"\u017e":15}},"\u2018":{"d":"43,-494r-3,-5r86,-177r7,-4r38,10r4,7r-29,164r-7,5r-96,0","w":218,"k":{"\u0129":-29,"\u012b":-7,"\u0135":-14,"\u00ee":-14,"\u00ec":-12,"A":35,"\u00c0":35,"\u00c1":35,"\u00c2":35,"\u00c3":35,"\u00c4":35,"\u00c5":35,"\u00c6":35,"\u0102":35,"\u0104":35,"\u0100":35,"J":39,"\u0134":39,"T":-12,"\u0162":-12,"\u0164":-12,"\u0166":-12,"\u021a":-12,"V":-10,"W":-10,"\u0174":-10,"Y":-9,"\u00dd":-9,"\u0178":-9,"\u0176":-9,"\u00f0":6}},"\u2019":{"d":"88,-489r-38,-10r-4,-7r29,-164r7,-5r96,0r3,5r-86,177","w":203},"\u201a":{"d":"42,75r29,-164r7,-5r96,0r3,5r-86,177r-7,4r-38,-10","w":237,"k":{"T":44,"\u0162":44,"\u0164":44,"\u0166":44,"\u021a":44,"V":47,"W":45,"\u0174":45,"Y":47,"\u00dd":47,"\u0178":47,"\u0176":47,"v":18,"w":18,"y":18,"\u00fd":18,"\u00ff":18,"\u0175":18,"\u0177":18,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"M":8,"N":8,"P":8,"R":8,"\u00c8":8,"\u00c9":8,"\u00ca":8,"\u00cb":8,"\u00cc":8,"\u00cd":8,"\u00ce":8,"\u00cf":8,"\u00d0":8,"\u00d1":8,"\u00de":8,"\u0116":8,"\u0118":8,"\u0124":8,"\u012e":8,"\u0141":8,"\u0143":8,"\u010e":8,"\u0112":8,"\u011a":8,"\u0136":8,"\u013b":8,"\u013d":8,"\u0139":8,"\u0145":8,"\u0154":8,"\u0158":8,"\u0156":8,"\u0147":8,"\u0110":8,"\u0130":8,"\u0114":8,"\u0126":8,"\u0128":8,"\u0132":8,"\u013f":8,"\u014a":8,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0106":13,"\u0108":13,"\u010c":13,"\u011c":13,"\u0150":13,"\u0152":13,"\u0122":13,"\u014c":13,"\u011e":13,"\u010a":13,"\u0120":13,"\u014e":13,"U":17,"\u00d9":17,"\u00da":17,"\u00db":17,"\u00dc":17,"\u016a":17,"\u016c":17,"\u0170":17,"\u0172":17,"\u016e":17,"\u0168":17}},"\u201c":{"d":"197,-494r-3,-5r86,-177r7,-4r38,10r4,7r-29,169r-103,0xm43,-494r-3,-5r86,-177r7,-4r38,10r4,7r-29,164r-7,5r-96,0","w":372,"k":{"\u0129":-29,"\u012b":-7,"\u0135":-15,"\u00ee":-15,"\u00ec":-12,"A":35,"\u00c0":35,"\u00c1":35,"\u00c2":35,"\u00c3":35,"\u00c4":35,"\u00c5":35,"\u00c6":35,"\u0102":35,"\u0104":35,"\u0100":35,"J":39,"\u0134":39,"T":-12,"\u0162":-12,"\u0164":-12,"\u0166":-12,"\u021a":-12,"V":-10,"W":-10,"\u0174":-10,"Y":-9,"\u00dd":-9,"\u0178":-9,"\u0176":-9,"\u00f0":6}},"\u201d":{"d":"204,-499r-4,-7r29,-164r7,-5r96,0r3,5r-86,177r-7,4xm88,-489r-38,-10r-4,-7r29,-164r7,-5r96,0r3,5r-86,177","w":357},"\u201e":{"d":"197,74r29,-164r7,-5r96,0r3,5r-86,177r-7,4r-38,-10xm43,74r29,-164r7,-5r96,0r3,5r-86,177r-7,4r-38,-10","w":391,"k":{"T":44,"\u0162":44,"\u0164":44,"\u0166":44,"\u021a":44,"V":47,"W":45,"\u0174":45,"Y":47,"\u00dd":47,"\u0178":47,"\u0176":47,"v":18,"w":18,"y":18,"\u00fd":18,"\u00ff":18,"\u0175":18,"\u0177":18,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"M":8,"N":8,"P":8,"R":8,"\u00c8":8,"\u00c9":8,"\u00ca":8,"\u00cb":8,"\u00cc":8,"\u00cd":8,"\u00ce":8,"\u00cf":8,"\u00d0":8,"\u00d1":8,"\u00de":8,"\u0116":8,"\u0118":8,"\u0124":8,"\u012e":8,"\u0141":8,"\u0143":8,"\u010e":8,"\u0112":8,"\u011a":8,"\u0136":8,"\u013b":8,"\u013d":8,"\u0139":8,"\u0145":8,"\u0154":8,"\u0158":8,"\u0156":8,"\u0147":8,"\u0110":8,"\u0130":8,"\u0114":8,"\u0126":8,"\u0128":8,"\u0132":8,"\u013f":8,"\u014a":8,"C":13,"G":13,"O":13,"Q":13,"\u00c7":13,"\u00d2":13,"\u00d3":13,"\u00d4":13,"\u00d5":13,"\u00d6":13,"\u00d8":13,"\u0106":13,"\u0108":13,"\u010c":13,"\u011c":13,"\u0150":13,"\u0152":13,"\u0122":13,"\u014c":13,"\u011e":13,"\u010a":13,"\u0120":13,"\u014e":13,"U":17,"\u00d9":17,"\u00da":17,"\u00db":17,"\u00dc":17,"\u016a":17,"\u016c":17,"\u0170":17,"\u0172":17,"\u016e":17,"\u0168":17}},"\u2020":{"d":"175,189r0,-596r-130,0r-5,-5r0,-62r5,-5r130,0r0,-186r5,-6r70,-10r5,4r0,198r147,0r5,5r-19,62r-7,5r-126,0r0,526r-20,101r-6,7r-49,-29","w":442},"\u2021":{"d":"59,-20r0,-62r5,-5r130,0r0,-320r-130,0r-5,-5r0,-62r5,-5r130,0r0,-186r5,-6r70,-10r5,4r0,198r147,0r5,5r-19,62r-7,5r-126,0r0,320r147,0r5,5r-19,62r-7,5r-126,0r0,134r-20,101r-6,7r-49,-29r-5,-9r0,-204r-130,0","w":481},"\u2022":{"d":"74,-230r0,-36v0,-101,88,-151,169,-151v83,0,171,50,171,151r0,36v0,103,-88,149,-171,149v-81,0,-169,-46,-169,-149","w":488},"\u2026":{"d":"621,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0xm344,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0xm67,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":790},"\u2030":{"d":"177,-365v-69,0,-119,-37,-119,-107r0,-102v0,-70,50,-108,119,-108v69,0,118,38,118,108r0,102v0,70,-49,107,-118,107xm60,-5r504,-674r7,-2r62,19r2,5r-490,655r-6,2r-77,0xm177,-423v37,0,59,-20,59,-60r0,-82v0,-39,-22,-58,-59,-58v-38,0,-60,19,-60,58r0,82v0,40,22,60,60,60xm712,-97r0,-101v0,-71,50,-108,119,-108v69,0,120,37,120,108r0,101v0,70,-51,109,-120,109v-69,0,-119,-39,-119,-109xm411,-97r0,-101v0,-71,50,-108,119,-108v69,0,120,37,120,108r0,101v0,70,-51,109,-120,109v-69,0,-119,-39,-119,-109xm771,-105v0,38,22,58,60,58v37,0,59,-20,59,-58r0,-83v0,-39,-22,-59,-59,-59v-38,0,-60,20,-60,59r0,83xm470,-105v0,38,22,58,60,58v37,0,59,-20,59,-58r0,-83v0,-39,-22,-59,-59,-59v-38,0,-60,20,-60,59r0,83","w":1005},"\u2039":{"d":"170,-55r-126,-189r0,-7r126,-190r9,-6r75,0r6,7r-130,192r130,192r-6,7r-75,0","w":311,"k":{"J":-8,"\u0134":-8}},"\u203a":{"d":"57,-49r-6,-7r130,-192r-130,-192r6,-7r75,0r9,6r126,190r0,7r-126,189r-9,6r-75,0","w":311},"\u2044":{"d":"35,-5r504,-674r7,-2r62,19r2,5r-490,655r-6,2r-77,0","w":645},"\u20ac":{"d":"58,-178r-5,-5r0,-60r5,-5r63,0r0,-68r-63,0r-5,-5r0,-60r5,-5r66,0v19,-130,117,-199,254,-199v95,0,151,37,160,46r1,7r-22,56r-8,1v0,0,-45,-38,-127,-38v-91,0,-155,46,-175,127r284,0r4,5r-16,60r-6,5r-272,0r0,68r256,0r4,5r-15,60r-6,5r-231,0v23,78,89,118,174,118v56,0,108,-22,136,-43r8,1r20,56r-1,7v-9,9,-68,51,-163,51v-136,0,-236,-65,-258,-190r-67,0","w":593},"\u2122":{"d":"352,-352r-5,-5r0,-313r5,-5r48,-6r7,5r126,226r124,-220r5,-5r49,-6r7,5r0,319r-5,5r-53,0r-4,-5r0,-195r-95,167r-7,5r-45,0r-6,-5r-94,-171r0,199r-5,5r-52,0xm137,-352r-5,-5r0,-261r-105,0r-5,-5r0,-47r5,-5r279,0r4,5r-13,47r-6,5r-97,0r0,261r-5,5r-52,0","w":785},"\u2211":{"d":"64,-343r-3,-7r0,-30r3,-7r398,-227r6,2r32,56r-2,7r-14,13r-65,129r354,0r5,5r0,74r-5,5r-354,0r65,129r14,13r2,7r-32,56r-6,2","w":835},"\u2212":{"d":"99,-219r-5,-5r0,-69r5,-5r358,0r4,5r-18,69r-6,5r-338,0","w":550},"\u221e":{"d":"194,-191r-10,-346r5,-6r78,-12r5,4r-8,193v53,-10,82,-55,82,-114r0,-71v0,-72,-42,-109,-113,-109v-71,0,-118,34,-118,109r-7,3r-68,-14r-5,-6v0,-112,88,-172,198,-172v110,0,197,60,197,172r0,105v0,101,-72,166,-169,176r-3,88r-5,5r-54,0xm177,-5r0,-91r5,-5r89,0r5,5r0,91r-5,5r-89,0","w":492},"\u2248":{"d":"96,-304r-34,-52r1,-7v34,-32,85,-62,140,-62v94,0,127,70,198,70v37,0,73,-22,100,-46r7,1r34,52r-1,7v-34,32,-85,62,-140,62v-94,0,-127,-70,-198,-70v-37,0,-73,22,-100,46xm96,-105r-34,-52r1,-7v34,-32,85,-62,140,-62v94,0,127,70,198,70v37,0,73,-22,100,-46r7,1r34,52r-1,7v-34,32,-85,62,-140,62v-94,0,-127,-70,-198,-70v-37,0,-73,22,-100,46","w":605},"\u2260":{"d":"117,-49r-2,-5r47,-80r-63,0r-5,-5r0,-63r5,-5r107,0r61,-103r-168,0r-5,-5r0,-63r5,-5r211,0r59,-99r7,-2r57,9r2,5r-52,87r70,0r4,5r-17,63r-6,5r-94,0r-61,103r152,0r4,5r-17,63r-6,5r-177,0r-56,95r-6,2","w":550},"\u2264":{"d":"59,-248r-3,-8r16,-77r6,-6r391,-204r5,4r0,71r-5,7r-331,172r331,164r5,7r0,71r-5,4xm112,31r5,-5r352,0r5,5r0,63r-5,5r-352,0r-5,-5r0,-63","w":550},"\u2265":{"d":"76,-46r0,-71r5,-7r331,-172r-331,-164r-5,-7r0,-71r5,-4r410,205r3,8r-16,77r-6,6r-391,204xm76,31r5,-5r349,0r5,5r-1,63r-5,5r-348,0r-5,-5r0,-63","w":550},"\u1e9e":{"d":"76,-5r0,-489v0,-113,66,-181,164,-181r242,0r5,5r0,49r-132,224v105,7,200,67,200,198v0,139,-104,199,-215,199r-90,0r-5,-5r12,-69r6,-5r65,0v71,0,145,-32,145,-120v0,-88,-74,-119,-145,-119r-66,0r-5,-5r-12,-50r137,-224r-137,0v-32,0,-87,24,-87,110r0,482r-5,5r-72,0","w":593,"k":{"x":4,"V":3,"T":4,"\u0162":4,"\u0164":4,"\u0166":4,"\u021a":4,"W":3,"\u0174":3,"Y":3,"\u00dd":3,"\u0178":3,"\u0176":3,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4}},"\u0122":{"d":"71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v104,0,178,-55,178,-174r0,-23r-115,0r-6,-5r-10,-70r4,-5r206,0r5,5r0,107v0,161,-100,245,-262,245v-157,0,-262,-84,-262,-245xm290,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":653,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"\"":5,"'":5,",":9,";":9,"-":5,"\u2013":5,"\u2014":5,".":8,":":8,"\u2026":8}},"\u0137":{"d":"203,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6xm76,-5r0,-706r5,-6r70,-10r5,4r0,409r8,0r143,-171r7,-4r105,-10r5,5r-161,176r-23,20r21,24r104,158v11,16,34,48,73,48v4,0,9,0,14,-1r5,5r-11,64r-5,5v-6,1,-11,1,-17,1v-77,0,-112,-55,-131,-84r-129,-201r-8,0r0,274r-4,5r-72,0","w":475,"k":{"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0175":6,"\u0177":6,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010c":6,"\u011c":6,"\u0150":6,"\u0152":6,"\u0122":6,"\u014c":6,"\u011e":6,"\u010a":6,"\u0120":6,"\u014e":6,",":-12,";":-12,"-":7,"\u2013":7,"\u2014":7,".":-8,":":-8,"\u2026":-8,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"f":3,"\u00df":3,"\u017f":3,"c":6,"d":6,"e":6,"o":6,"q":6,"\u00e7":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u00f8":6,"\u0107":6,"\u0109":6,"\u010d":6,"\u0117":6,"\u0119":6,"\u0151":6,"\u0153":6,"\u0113":6,"\u011b":6,"\u014d":6,"\u010f":6,"\u0111":6,"\u010b":6,"\u0115":6,"\u014f":6,"t":5,"\u0163":5,"\u0165":5,"\u0167":5,"\u021b":5,"u":4,"\u00f9":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u016b":4,"\u016d":4,"\u0171":4,"\u0173":4,"\u016f":4,"\u0169":4,"\u00f0":6}},"\u0100":{"d":"186,-772r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm12,-5r233,-660r6,-5r84,-11r6,4r237,672r-3,5r-80,0r-6,-5r-55,-161r-279,0r-54,161r-5,5r-81,0xm181,-242r228,0r-104,-308r-10,-43r-10,43","w":590,"k":{"J":-15,"\u0134":-15,"T":30,"\u0162":30,"\u0164":30,"\u0166":30,"\u021a":30,"V":20,"W":18,"\u0174":18,"Y":29,"\u00dd":29,"\u0178":29,"\u0176":29,"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,"\"":35,"'":35,",":-7,";":-7,"-":11,"\u2013":11,"\u2014":11,"\u2019":28,"\u201d":28}},"\u0101":{"d":"129,-608r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm40,-135v0,-50,20,-86,48,-109v37,-30,91,-38,156,-38r35,0v22,0,36,-5,44,-10r0,-47v0,-77,-47,-95,-103,-95v-39,0,-74,10,-99,30r-8,-1r-34,-50r2,-8v36,-28,86,-43,140,-43v102,0,182,41,182,152r0,256r25,88r-5,6r-61,9r-6,-4r-29,-72v0,0,-24,83,-135,83v-71,0,-152,-37,-152,-147xm124,-134v0,44,31,74,81,74v50,0,118,-29,118,-29r0,-169v-12,39,-54,50,-88,50r-24,0v-35,0,-87,13,-87,74","w":474},"\u010e":{"d":"293,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm93,-5r0,-665r5,-5r224,0v157,0,263,86,263,248r0,182v0,161,-106,245,-263,245r-224,0xm177,-80r145,0v102,0,177,-55,177,-174r0,-166v0,-116,-75,-175,-177,-175r-145,0r0,515","w":656,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u0112":{"d":"170,-772r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u0113":{"d":"137,-608r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u011a":{"d":"255,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u011b":{"d":"217,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u0123":{"d":"194,-567r-5,-4r72,-152r7,-3r34,7r5,6r-29,142r-6,4r-78,0xm102,-61v0,-37,19,-67,45,-83v0,0,-107,-29,-107,-173v0,-116,71,-182,188,-182r99,0r110,-23r6,4r10,55r-4,7r-68,19v33,20,49,72,49,122v0,110,-72,185,-192,185v-35,0,-64,-5,-64,-5v0,0,-6,15,-6,30v0,40,22,64,60,64r62,0v97,0,147,56,147,132v0,95,-94,140,-188,140v-97,0,-178,-30,-210,-96r2,-7r60,-27r7,2v0,0,22,56,139,56v72,0,110,-34,110,-71v0,-29,-23,-57,-67,-57r-62,0v-83,0,-126,-46,-126,-92xm233,-201v78,0,118,-39,118,-116v0,-79,-40,-117,-118,-117v-68,0,-114,39,-114,117v0,76,40,116,114,116","w":486},"\u012b":{"d":"5,-608r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231,"k":{"}":-15,"]":-16,")":-17}},"\u0136":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,283r47,0r8,-4r208,-266r8,-5r105,-12r4,5r-238,288r-29,29r29,32r158,210v9,12,35,42,79,42v4,0,8,0,12,-1r4,5r-11,68r-6,5v-6,1,-12,1,-18,1v-77,0,-124,-68,-134,-82r-175,-237r-8,-4r-43,0r0,315r-5,5r-74,0xm265,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":594,"k":{"J":-3,"\u0134":-3,"v":55,"w":55,"y":55,"\u00fd":55,"\u00ff":55,"\u0175":55,"\u0177":55,"C":10,"G":10,"O":10,"Q":10,"\u00c7":10,"\u00d2":10,"\u00d3":10,"\u00d4":10,"\u00d5":10,"\u00d6":10,"\u00d8":10,"\u0106":10,"\u0108":10,"\u010c":10,"\u011c":10,"\u0150":10,"\u0152":10,"\u0122":10,"\u014c":10,"\u011e":10,"\u010a":10,"\u0120":10,"\u014e":10,"U":9,"\u00d9":9,"\u00da":9,"\u00db":9,"\u00dc":9,"\u016a":9,"\u016c":9,"\u0170":9,"\u0172":9,"\u016e":9,"\u0168":9,"-":45,"\u2013":45,"\u2014":45,"\u2019":6,"\u201d":6,"g":11,"\u011d":11,"\u0123":11,"\u011f":11,"\u0121":11,"s":5,"\u015b":5,"\u015d":5,"\u0161":5,"\u0219":5,"\u015f":5,"m":4,"n":4,"p":4,"r":4,"\u00f1":4,"\u0144":4,"\u0146":4,"\u0148":4,"\u0155":4,"\u0159":4,"\u0157":4,"\u0149":4,"\u014b":4,"f":9,"\u00df":9,"\u017f":9,"c":8,"d":8,"e":8,"o":8,"q":8,"\u00e7":8,"\u00e8":8,"\u00e9":8,"\u00ea":8,"\u00eb":8,"\u00f2":8,"\u00f3":8,"\u00f4":8,"\u00f5":8,"\u00f6":8,"\u00f8":8,"\u0107":8,"\u0109":8,"\u010d":8,"\u0117":8,"\u0119":8,"\u0151":8,"\u0153":8,"\u0113":8,"\u011b":8,"\u014d":8,"\u010f":8,"\u0111":8,"\u010b":8,"\u0115":8,"\u014f":8,"t":12,"\u0163":12,"\u0165":12,"\u0167":12,"\u021b":12,"u":9,"\u00f9":9,"\u00fa":9,"\u00fb":9,"\u00fc":9,"\u016b":9,"\u016d":9,"\u0171":9,"\u0173":9,"\u016f":9,"\u0169":9,"\u00f0":7}},"\u013b":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,597r288,0r4,5r-18,70r-6,5r-347,0xm241,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":474,"k":{"J":-16,"\u0134":-16,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":51,"W":48,"\u0174":48,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"U":5,"\u00d9":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u016a":5,"\u016c":5,"\u0170":5,"\u0172":5,"\u016e":5,"\u0168":5,"\"":62,"'":62,",":-9,";":-9,"-":64,"\u2013":64,"\u2014":64,"\u2019":61,"\u201d":61,".":-8,":":-8,"\u2026":-8,"\u00bb":-10,"\u203a":-10}},"\u013c":{"d":"74,-110r0,-601r5,-6r70,-10r5,4r0,608v0,39,30,45,45,45r4,0r4,5r-11,63r-5,5r-8,0v-27,0,-109,-8,-109,-113xm101,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":247},"\u013d":{"d":"267,-533r-5,-6r29,-142r6,-4r78,0r5,4r-72,152r-7,3xm93,-5r0,-660r5,-6r74,-10r5,4r0,597r288,0r4,5r-18,70r-6,5r-347,0","w":474,"k":{"J":-16,"\u0134":-16,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":51,"W":48,"\u0174":48,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"U":5,"\u00d9":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u016a":5,"\u016c":5,"\u0170":5,"\u0172":5,"\u016e":5,"\u0168":5,"\"":62,"'":62,",":-9,";":-9,"-":64,"\u2013":64,"\u2014":64,"\u2019":61,"\u201d":61,".":-8,":":-8,"\u2026":-8,"\u00bb":-10,"\u203a":-10}},"\u013e":{"d":"74,-110r0,-601r5,-6r70,-10r5,4r0,608v0,39,30,45,45,45r4,0r4,5r-11,63r-5,5r-8,0v-27,0,-109,-8,-109,-113xm220,-567r-5,-6r29,-142r6,-4r78,0r5,4r-72,152r-7,3","w":277,"k":{"\u0149":-12,"\u0129":-61,"\u0127":-31,"\u0159":-20,"\u012b":-55,"\u201d":-19,"\u2019":-19,"\u0135":-37,"\u00ef":-61,"\u00ee":-37,"\u00ec":-75,"}":-48,"]":-48,"?":-28,")":-45,"'":-39,"\"":-39,"!":-21}},"\u0139":{"d":"139,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm104,-5r0,-660r5,-6r74,-10r5,4r0,597r288,0r4,5r-18,70r-6,5r-347,0","w":474,"k":{"J":-16,"\u0134":-16,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":51,"W":48,"\u0174":48,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"U":5,"\u00d9":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u016a":5,"\u016c":5,"\u0170":5,"\u0172":5,"\u016e":5,"\u0168":5,"\"":62,"'":62,",":-9,";":-9,"-":64,"\u2013":64,"\u2014":64,"\u2019":61,"\u201d":61,".":-8,":":-8,"\u2026":-8,"\u00bb":-10,"\u203a":-10}},"\u013a":{"d":"114,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm74,-110r0,-555r5,-6r70,-10r5,4r0,562v0,39,30,45,45,45r4,0r4,5r-11,63r-5,5r-8,0v-27,0,-109,-8,-109,-113","w":247},"\u0145":{"d":"93,-5r0,-660r5,-6r74,-10r7,4r324,488r26,48r0,-524r5,-6r74,-10r5,4r0,672r-5,5r-71,0r-8,-5r-326,-492r-26,-48r0,540r-5,5r-74,0xm316,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":707,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u0146":{"d":"79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0xm224,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u0148":{"d":"244,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u014c":{"d":"226,-772r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u014d":{"d":"144,-608r-5,-5r0,-58r5,-5r224,0r4,5r-12,58r-6,5r-210,0xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u0154":{"d":"266,-733r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm93,-5r0,-665r5,-5r178,0v53,0,105,9,147,35v49,31,83,84,83,164v0,186,-195,195,-195,195r22,22r117,141v17,20,42,42,80,42v4,0,7,-1,11,-1r4,5r-11,68r-6,5v-7,1,-14,2,-21,2v-69,0,-115,-60,-133,-83r-156,-194r-7,-4r-34,0r0,273r-5,5r-74,0xm177,-355r98,0v73,0,147,-28,147,-121v0,-91,-74,-122,-147,-122r-98,0r0,243","w":583,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"-":33,"\u2013":33,"\u2014":33}},"\u0155":{"d":"152,-569r-50,-20r-1,-6r60,-102r7,-4r108,0r5,4r-123,128r-6,0xm79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,137,-81r5,6r-15,84r-7,5v-14,-7,-31,-9,-52,-9v-22,0,-42,3,-63,9r0,406r-5,5r-70,0","w":309,"k":{"\"":-9,"'":-9,",":15,";":15,"-":13,"\u2013":13,"\u2014":13,"\u2019":-23,"\u201d":-23,".":15,":":15,"\u2026":15,"\u00f0":3}},"\u0158":{"d":"251,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm93,-5r0,-665r5,-5r178,0v53,0,105,9,147,35v49,31,83,84,83,164v0,186,-195,195,-195,195r22,22r117,141v17,20,42,42,80,42v4,0,7,-1,11,-1r4,5r-11,68r-6,5v-7,1,-14,2,-21,2v-69,0,-115,-60,-133,-83r-156,-194r-7,-4r-34,0r0,273r-5,5r-74,0xm177,-355r98,0v73,0,147,-28,147,-121v0,-91,-74,-122,-147,-122r-98,0r0,243","w":583,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"-":33,"\u2013":33,"\u2014":33}},"\u0159":{"d":"145,-576r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,137,-81r5,6r-15,84r-7,5v-14,-7,-31,-9,-52,-9v-22,0,-42,3,-63,9r0,406r-5,5r-70,0","w":309,"k":{"'":-9,"\"":-9,",":15,";":15,"-":13,"\u2013":13,"\u2014":13,"\u2019":-23,"\u201d":-23,".":15,":":15,"\u2026":15,"\u00f0":3}},"\u0156":{"d":"93,-5r0,-665r5,-5r178,0v53,0,105,9,147,35v49,31,83,84,83,164v0,186,-195,195,-195,195r22,22r117,141v17,20,42,42,80,42v4,0,7,-1,11,-1r4,5r-11,68r-6,5v-7,1,-14,2,-21,2v-69,0,-115,-60,-133,-83r-156,-194r-7,-4r-34,0r0,273r-5,5r-74,0xm177,-355r98,0v73,0,147,-28,147,-121v0,-91,-74,-122,-147,-122r-98,0r0,243xm256,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":583,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"-":33,"\u2013":33,"\u2014":33}},"\u0157":{"d":"79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,137,-81r5,6r-15,84r-7,5v-14,-7,-31,-9,-52,-9v-22,0,-42,3,-63,9r0,406r-5,5r-70,0xm76,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":309,"k":{"\"":-9,"'":-9,",":15,";":15,"-":13,"\u2013":13,"\u2014":13,"\u2019":-23,"\u201d":-23,".":15,":":15,"\u2026":15,"\u00f0":3}},"\u0164":{"d":"217,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm207,-5r0,-590r-186,0r-5,-5r0,-70r5,-5r469,0r4,5r-18,70r-6,5r-179,0r0,590r-5,5r-74,0","w":497,"k":{"\u0166":-17,"\u0149":55,"\u0138":55,"\u0129":-40,"\u0127":-9,"\u0159":55,"\u012b":-23,"\u017e":62,"\u0161":71,"\u015d":71,"\u0135":-22,"\u0131":55,"\u00ef":-18,"\u00ee":-22,"\u00ec":-19,"\u00e3":62,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":53,"\u0134":53,"T":-17,"\u0162":-17,"\u0164":-17,"\u021a":-17,"V":-18,"W":-17,"\u0174":-17,"Y":-19,"\u00dd":-19,"\u0178":-19,"\u0176":-19,"v":64,"w":64,"y":64,"\u00fd":64,"\u00ff":64,"\u0175":64,"\u0177":64,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":68,"z":62,"\u017a":62,"\u017c":62,"\"":-15,"'":-15,",":41,";":41,"-":46,"\u2013":46,"\u2014":46,"\u2019":-9,"\u201d":-9,".":42,":":42,"\u2026":42,"g":57,"\u011d":57,"\u0123":57,"\u011f":57,"\u0121":57,"s":71,"\u015b":71,"\u0219":71,"\u015f":71,"a":62,"\u00e0":62,"\u00e1":62,"\u00e2":62,"\u00e4":62,"\u00e5":62,"\u00e6":62,"\u0103":62,"\u0105":62,"\u0101":62,"m":55,"n":55,"p":55,"r":55,"\u00f1":55,"\u0144":55,"\u0146":55,"\u0148":55,"\u0155":55,"\u0157":55,"\u014b":55,"c":56,"d":56,"e":56,"o":56,"q":56,"\u00e7":56,"\u00e8":56,"\u00e9":56,"\u00ea":56,"\u00eb":56,"\u00f2":56,"\u00f3":56,"\u00f4":56,"\u00f5":56,"\u00f6":56,"\u00f8":56,"\u0107":56,"\u0109":56,"\u010d":56,"\u0117":56,"\u0119":56,"\u0151":56,"\u0153":56,"\u0113":56,"\u011b":56,"\u014d":56,"\u010f":56,"\u0111":56,"\u010b":56,"\u0115":56,"\u014f":56,"t":6,"\u0163":6,"\u0165":6,"\u0167":6,"\u021b":6,"u":56,"\u00f9":56,"\u00fa":56,"\u00fb":56,"\u00fc":56,"\u016b":56,"\u016d":56,"\u0171":56,"\u0173":56,"\u016f":56,"\u0169":56,"\u00f0":38,")":-14,"?":-12,"]":-12,"}":-12,"\u1e9e":3}},"\u0165":{"d":"240,-567r-5,-6r29,-142r6,-4r78,0r5,4r-72,152r-7,3xm89,-175r0,-247r-54,0r-5,-5r0,-62r5,-5r58,0r9,-101r5,-6r57,-8r5,4r0,111r166,0r5,5r-19,62r-7,5r-145,0r0,241v0,68,33,119,88,119v38,0,74,-31,74,-31r7,1r31,57r-2,7v-33,23,-72,40,-117,40v-91,0,-161,-62,-161,-187","w":379,"k":{",":-21,";":-21,".":-12,":":-12,"\u2026":-12}},"\u016e":{"d":"347,-733v-41,0,-81,-22,-81,-66r0,-13v0,-44,40,-65,81,-65v41,0,81,21,81,65r0,13v0,44,-40,66,-81,66xm347,-772v21,0,37,-10,37,-33v0,-23,-16,-33,-37,-33v-21,0,-37,10,-37,33v0,23,16,33,37,33xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u016f":{"d":"265,-569v-41,0,-81,-22,-81,-66r0,-13v0,-44,40,-65,81,-65v41,0,81,21,81,65r0,13v0,44,-40,66,-81,66xm265,-608v21,0,37,-10,37,-33v0,-23,-16,-33,-37,-33v-21,0,-37,10,-37,33v0,23,16,33,37,33xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u010f":{"d":"60,-164r0,-169v0,-113,77,-173,182,-173v41,0,79,12,110,34r-4,-44r0,-195r5,-6r70,-10r5,4r0,625r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176xm496,-567r-5,-6r29,-142r6,-4r78,0r5,4r-72,152r-7,3xm140,-181v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-240v0,-70,-36,-106,-103,-106v-61,0,-105,40,-105,117r0,136","w":537,"k":{"\u0149":-25,"\u0140":-16,"\u0133":-13,"\u0129":-74,"\u0127":-45,"\u0159":-33,"\u013e":-16,"\u013c":-16,"\u012b":-68,"\u0137":-13,"\u201d":-32,"\u2019":-32,"\u0135":-50,"\u012f":-13,"\u00fe":-13,"\u00ef":-74,"\u00ee":-50,"\u00ec":-88,"}":-58,"l":-16,"k":-13,"j":-13,"i":-13,"h":-13,"b":-13,"]":-57,"?":-40,")":-55,"'":-50,"\"":-50,"!":-34}},"\u0111":{"d":"60,-164r0,-169v0,-113,77,-173,182,-173v41,0,79,12,110,34r-4,-44r0,-56r-172,0r-5,-5r0,-58r5,-5r172,0r0,-71r5,-6r70,-10r5,4r0,83r77,0r4,5r-12,58r-6,5r-63,0r0,474r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176xm140,-181v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-240v0,-70,-36,-106,-103,-106v-61,0,-105,40,-105,117r0,136","w":507,"k":{"}":-12,"]":-13,"?":-13,")":-19}},"\u0147":{"d":"331,-740r-9,-5r-92,-102r2,-7r55,-18r7,0r67,78r67,-78r7,0r55,18r2,7r-92,102r-9,5r-60,0xm93,-5r0,-660r5,-6r74,-10r7,4r324,488r26,48r0,-524r5,-6r74,-10r5,4r0,672r-5,5r-71,0r-8,-5r-326,-492r-26,-48r0,540r-5,5r-74,0","w":707,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u0110":{"d":"107,-5r0,-291r-46,0r-5,-5r0,-70r5,-5r46,0r0,-294r5,-5r221,0v160,0,266,86,266,245r0,187v0,161,-106,243,-266,243r-221,0xm191,-80r142,0v102,0,180,-52,180,-172r0,-169v0,-117,-78,-174,-180,-174r-142,0r0,219r127,0r4,5r-18,70r-6,5r-107,0r0,216","w":670,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u00b5":{"d":"38,-233r-3,-7r0,-30r3,-7r398,-227r6,2r32,56r-2,7r-14,13r-65,129r354,0r5,5r0,74r-5,5r-354,0r65,129r14,13r2,7r-32,56r-6,2","w":787},"\u03bc":{"d":"38,-233r-3,-7r0,-30r3,-7r398,-227r6,2r32,56r-2,7r-14,13r-65,129r354,0r5,5r0,74r-5,5r-354,0r65,129r14,13r2,7r-32,56r-6,2","w":787},"\u2202":{"d":"40,-213r-5,-5r0,-74r5,-5r354,0r-65,-129r-14,-13r-2,-7r32,-56r6,-2r398,227r3,7r0,30r-3,7r-398,227r-6,-2r-32,-56r2,-7r14,-13r65,-129r-354,0","w":787},"\u220f":{"d":"62,-323r-5,-5r0,-74r5,-5r354,0r-65,-129r-14,-13r-2,-7r32,-56r6,-2r398,227r3,7r0,30r-3,7r-398,227r-6,-2r-32,-56r2,-7r14,-13r65,-129r-354,0","w":835},"\u03c0":{"d":"52,-276r0,-119v0,-199,172,-292,333,-292v164,0,333,93,333,292r0,119v0,200,-169,293,-333,293v-161,0,-333,-93,-333,-293xm117,-296v0,176,126,250,268,250v144,0,268,-74,268,-250r0,-78v0,-177,-124,-250,-268,-250v-142,0,-268,73,-268,250r0,78xm278,-135r0,-398r5,-5r111,0v90,0,152,35,152,125v0,71,-52,132,-128,132v-58,0,-74,-34,-74,-34r3,33r0,147r-5,5r-59,0xm347,-343v13,4,33,6,49,6v41,0,79,-21,79,-75v0,-51,-38,-66,-81,-66r-47,0r0,135","w":770},"\u222b":{"d":"242,-5r0,-354r-129,65r-13,14r-7,2r-56,-32r-2,-6r227,-398r7,-3r30,0r7,3r227,398r-2,6r-56,32r-7,-2r-13,-14r-129,-65r0,354r-5,5r-74,0","w":568},"\u03a9":{"d":"242,39r-227,-398r2,-6r56,-32r7,2r13,14r129,65r0,-354r5,-5r74,0r5,5r0,354r129,-65r13,-14r7,-2r56,32r2,6r-227,398r-7,3r-30,0","w":528},"\u2126":{"d":"242,39r-227,-398r2,-6r56,-32r7,2r13,14r129,65r0,-354r5,-5r74,0r5,5r0,354r129,-65r13,-14r7,-2r56,32r2,6r-227,398r-7,3r-30,0","w":528},"\u00ac":{"d":"38,-233r-3,-7r0,-30r3,-7r398,-227r6,2r32,56r-2,7r-14,13r-65,171r65,171r14,13r2,7r-32,56r-6,2","w":523},"\u221a":{"d":"49,-64r2,-7r14,-13r65,-171r-65,-171r-14,-13r-2,-7r32,-56r6,-2r398,227r3,7r0,30r-3,7r-398,227r-6,-2","w":523},"\u0394":{"d":"81,-343r-3,-7r0,-30r3,-7r398,-227r6,2r32,56r-2,7r-14,13r-65,171r65,171r14,13r2,7r-32,56r-6,2","w":603},"\u2206":{"d":"81,-343r-3,-7r0,-30r3,-7r398,-227r6,2r32,56r-2,7r-14,13r-65,171r65,171r14,13r2,7r-32,56r-6,2","w":603},"\u25ca":{"d":"116,-118r-32,-56r2,-7r14,-13r65,-171r-65,-171r-14,-13r-2,-7r32,-56r6,-2r398,227r3,7r0,30r-3,7r-398,227","w":584},"\u011e":{"d":"334,-733v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v104,0,178,-55,178,-174r0,-23r-115,0r-6,-5r-10,-70r4,-5r206,0r5,5r0,107v0,161,-100,245,-262,245v-157,0,-262,-84,-262,-245","w":653,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"\"":5,"'":5,",":9,";":9,"-":5,"\u2013":5,"\u2014":5,".":8,":":8,"\u2026":8}},"\u011f":{"d":"234,-569v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm102,-61v0,-37,19,-67,45,-83v0,0,-107,-29,-107,-173v0,-116,71,-182,188,-182r99,0r110,-23r6,4r10,55r-4,7r-68,19v33,20,49,72,49,122v0,110,-72,185,-192,185v-35,0,-64,-5,-64,-5v0,0,-6,15,-6,30v0,40,22,64,60,64r62,0v97,0,147,56,147,132v0,95,-94,140,-188,140v-97,0,-178,-30,-210,-96r2,-7r60,-27r7,2v0,0,22,56,139,56v72,0,110,-34,110,-71v0,-29,-23,-57,-67,-57r-62,0v-83,0,-126,-46,-126,-92xm233,-201v78,0,118,-39,118,-116v0,-79,-40,-117,-118,-117v-68,0,-114,39,-114,117v0,76,40,116,114,116","w":486},"\u0130":{"d":"95,-772r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u015e":{"d":"50,-48r-2,-7r41,-56r9,-1v29,25,93,44,137,44v71,0,131,-31,131,-115v0,-161,-299,-90,-299,-310v0,-120,92,-192,200,-192v100,0,163,41,172,50r1,7r-38,58r-8,1v-28,-21,-71,-36,-123,-36v-80,0,-118,46,-118,109v0,150,299,81,299,312v0,132,-93,183,-184,193v14,14,37,41,37,74v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7r13,-34r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-10,-6,-26,-11,-37r-2,0v-47,0,-130,-19,-182,-60","w":508,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"x":3,",":5,";":5,"-":6,"\u2013":6,"\u2014":6}},"\u015f":{"d":"48,-34r-1,-6r38,-53r8,-1v21,18,73,34,104,34v52,0,100,-16,100,-78v0,-102,-247,-47,-247,-221v0,-103,91,-147,180,-147v46,0,90,12,129,39r2,7r-39,53r-7,0v-22,-15,-55,-27,-83,-27v-59,0,-100,28,-100,75v0,111,247,45,247,221v0,99,-60,138,-137,147v14,14,37,41,37,74v0,59,-46,93,-102,93v-29,0,-67,-10,-88,-32r-2,-7r13,-34r7,-3v14,10,29,16,44,16v51,0,68,-31,68,-67v0,-10,-6,-26,-11,-37r-8,0v-58,0,-114,-17,-152,-46","w":423},"\u010a":{"d":"290,-772r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v82,0,141,-33,169,-93r7,-2r65,25r3,6v-33,95,-121,144,-244,144v-157,0,-262,-84,-262,-245","w":627,"k":{"v":4,"w":4,"y":4,"\u00fd":4,"\u00ff":4,"\u0175":4,"\u0177":4,",":5,";":5,"-":55,"\u2013":55,"\u2014":55,".":5,":":5,"\u2026":5,"g":5,"\u011d":5,"\u0123":5,"\u011f":5,"\u0121":5,"s":4,"\u015b":4,"\u015d":4,"\u0161":4,"\u0219":4,"\u015f":4}},"\u010b":{"d":"210,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm59,-161r0,-171v0,-102,72,-174,195,-174v75,0,142,34,170,102r-3,6r-60,21r-7,-2v-18,-34,-55,-55,-105,-55v-67,0,-110,41,-110,118r0,138v0,77,43,118,110,118v62,0,93,-22,110,-53r7,-2r60,21r3,6v-25,65,-90,100,-175,100v-123,0,-195,-71,-195,-173","w":472,"k":{"-":36,"\u2013":36,"\u2014":36}},"\u0114":{"d":"280,-733v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm93,-5r0,-665r5,-5r347,0r5,5r0,70r-5,5r-268,0r0,200r233,0r4,5r-18,70r-6,5r-213,0r0,235r269,0r4,5r-10,70r-6,5r-336,0","w":513,"k":{"v":5,"w":5,"y":5,"\u00fd":5,"\u00ff":5,"\u0175":5,"\u0177":5,"-":34,"\u2013":34,"\u2014":34}},"\u0115":{"d":"247,-569v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm59,-161r0,-168v0,-112,77,-177,190,-177v128,0,175,78,175,148v0,99,-70,147,-165,147v-98,0,-122,-49,-125,-56r5,37r0,52v0,77,44,118,112,118v60,0,90,-20,109,-53r7,-2r60,21r3,6v-24,64,-90,100,-175,100v-123,0,-196,-59,-196,-173xm139,-300v0,0,43,18,97,18v55,0,104,-18,104,-80v0,-35,-27,-72,-94,-72v-68,0,-107,39,-107,116r0,18","w":477},"\u0120":{"d":"290,-772r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm71,-233r0,-204v0,-162,105,-248,262,-248v110,0,198,50,234,138r-3,6r-67,28r-7,-2v-27,-55,-85,-90,-157,-90v-102,0,-176,59,-176,175r0,188v0,119,74,174,176,174v104,0,178,-55,178,-174r0,-23r-115,0r-6,-5r-10,-70r4,-5r206,0r5,5r0,107v0,161,-100,245,-262,245v-157,0,-262,-84,-262,-245","w":653,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,"\"":5,"'":5,",":9,";":9,"-":5,"\u2013":5,"\u2014":5,".":8,":":8,"\u2026":8}},"\u0121":{"d":"190,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm102,-61v0,-37,19,-67,45,-83v0,0,-107,-29,-107,-173v0,-116,71,-182,188,-182r99,0r110,-23r6,4r10,55r-4,7r-68,19v33,20,49,72,49,122v0,110,-72,185,-192,185v-35,0,-64,-5,-64,-5v0,0,-6,15,-6,30v0,40,22,64,60,64r62,0v97,0,147,56,147,132v0,95,-94,140,-188,140v-97,0,-178,-30,-210,-96r2,-7r60,-27r7,2v0,0,22,56,139,56v72,0,110,-34,110,-71v0,-29,-23,-57,-67,-57r-62,0v-83,0,-126,-46,-126,-92xm233,-201v78,0,118,-39,118,-116v0,-79,-40,-117,-118,-117v-68,0,-114,39,-114,117v0,76,40,116,114,116","w":486},"\u0126":{"d":"119,-5r0,-501r-73,0r-5,-5r0,-63r5,-5r73,0r0,-86r5,-6r74,-10r5,4r0,98r356,0r0,-86r5,-6r74,-10r5,4r0,98r94,0r5,5r-14,63r-7,5r-78,0r0,501r-5,5r-74,0r-5,-5r0,-309r-356,0r0,309r-5,5r-74,0xm203,-394r356,0r0,-112r-356,0r0,112","w":772,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u0127":{"d":"76,-5r0,-564r-66,0r-5,-5r0,-58r5,-5r66,0r0,-74r5,-6r70,-10r5,4r0,86r198,0r5,5r-14,58r-7,5r-182,0r0,97r-5,44v8,-18,43,-78,144,-78v88,0,154,59,154,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-49,-117,-108,-117v-22,0,-87,18,-105,23r0,406r-5,5r-70,0","w":522,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u0128":{"d":"33,-756r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm98,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":271,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u0129":{"d":"9,-592r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":231,"k":{"\u201d":-6,"\u2019":-6,"}":-26,"]":-27,"?":-25,")":-30,"'":-23,"\"":-23}},"\u0132":{"d":"264,-31r30,-62r8,-1v21,16,44,26,73,26v34,0,88,-25,88,-110r0,-487r5,-6r74,-10r5,4r0,507v0,111,-67,182,-167,182v-47,0,-86,-14,-115,-36xm93,-5r0,-660r5,-6r74,-10r5,4r0,672r-5,5r-74,0","w":637,"k":{",":11,";":11,"-":10,"\u2013":10,"\u2014":10,".":11,":":11,"\u2026":11}},"\u0133":{"d":"324,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm74,-608r-5,-5r0,-83r5,-5r83,0r5,5r0,83r-5,5r-83,0xm157,128r5,-1v0,0,31,32,77,32v37,0,86,-33,86,-120r0,-522r5,-6r70,-10r5,4r0,540v0,116,-63,186,-162,186v-50,0,-86,-17,-116,-39r-2,-6xm75,-5r0,-478r5,-6r70,-10r5,4r0,490r-5,5r-70,0","w":481},"\u0138":{"d":"75,-5r0,-478r5,-6r70,-10r5,4r0,221r8,0r172,-211r7,-4r98,-10r5,5r-183,214r-21,20r21,24r87,117v9,13,40,48,78,48v4,0,13,0,18,-1r5,5r-11,64r-5,5v-6,1,-15,1,-21,1v-80,0,-127,-71,-136,-84r-114,-158r-8,0r0,234r-4,5r-72,0","w":477,"k":{"\u2026":-8,"\u201d":-7,"\u2019":-7,";":-12,":":-8,".":-8,",":-12,"v":6,"w":6,"y":6,"\u00fd":6,"\u00ff":6,"\u0175":6,"\u0177":6,"C":6,"G":6,"O":6,"Q":6,"\u00c7":6,"\u00d2":6,"\u00d3":6,"\u00d4":6,"\u00d5":6,"\u00d6":6,"\u00d8":6,"\u0106":6,"\u0108":6,"\u010c":6,"\u011c":6,"\u0150":6,"\u0152":6,"\u0122":6,"\u014c":6,"\u011e":6,"\u010a":6,"\u0120":6,"\u014e":6,"-":7,"\u2013":7,"\u2014":7,"g":6,"\u011d":6,"\u0123":6,"\u011f":6,"\u0121":6,"f":3,"\u00df":3,"\u017f":3,"c":6,"d":6,"e":6,"o":6,"q":6,"\u00e7":6,"\u00e8":6,"\u00e9":6,"\u00ea":6,"\u00eb":6,"\u00f2":6,"\u00f3":6,"\u00f4":6,"\u00f5":6,"\u00f6":6,"\u00f8":6,"\u0107":6,"\u0109":6,"\u010d":6,"\u0117":6,"\u0119":6,"\u0151":6,"\u0153":6,"\u0113":6,"\u011b":6,"\u014d":6,"\u010f":6,"\u0111":6,"\u010b":6,"\u0115":6,"\u014f":6,"t":5,"\u0163":5,"\u0165":5,"\u0167":5,"\u021b":5,"u":4,"\u00f9":4,"\u00fa":4,"\u00fb":4,"\u00fc":4,"\u016b":4,"\u016d":4,"\u0171":4,"\u0173":4,"\u016f":4,"\u0169":4,"\u00f0":6}},"\u013f":{"d":"93,-5r0,-660r5,-6r74,-10r5,4r0,597r288,0r4,5r-18,70r-6,5r-347,0xm318,-307r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":474,"k":{"J":-16,"\u0134":-16,"T":47,"\u0162":47,"\u0164":47,"\u0166":47,"\u021a":47,"V":51,"W":48,"\u0174":48,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39,"v":19,"w":19,"y":19,"\u00fd":19,"\u00ff":19,"\u0175":19,"\u0177":19,"U":5,"\u00d9":5,"\u00da":5,"\u00db":5,"\u00dc":5,"\u016a":5,"\u016c":5,"\u0170":5,"\u0172":5,"\u016e":5,"\u0168":5,"\"":62,"'":62,",":-9,";":-9,"-":64,"\u2013":64,"\u2014":64,"\u2019":61,"\u201d":61,".":-8,":":-8,"\u2026":-8,"\u00bb":-10,"\u203a":-10}},"\u0140":{"d":"74,-110r0,-601r5,-6r70,-10r5,4r0,608v0,39,30,45,45,45r4,0r4,5r-11,63r-5,5r-8,0v-27,0,-109,-8,-109,-113xm283,-302r-5,-5r0,-94r5,-5r92,0r5,5r0,94r-5,5r-92,0","w":411},"\u0149":{"d":"76,-560r-34,-7r-5,-6r29,-142r6,-4r78,0r5,4r-72,152xm79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,328r-5,5r-70,0r-5,-5r0,-312v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u014a":{"d":"93,-5r0,-660r5,-6r74,-10r7,4r314,473r36,68r0,-529r5,-6r74,-10r5,4r0,717v0,94,-46,158,-114,179v-16,5,-33,7,-52,7r-5,-4r-12,-64r4,-4v10,0,29,-2,39,-7v29,-14,60,-49,60,-113r0,-33r-330,-498r-26,-48r0,540r-5,5r-74,0","w":707,"k":{",":6,";":6,"-":10,"\u2013":10,"\u2014":10,".":7,":":7,"\u2026":7}},"\u014b":{"d":"79,-5r0,-385r-25,-94r5,-6r61,-9r6,4r28,70v4,-13,33,-81,140,-81v88,0,159,59,159,173r0,339v0,94,-42,158,-110,179v-16,5,-33,7,-52,7r-5,-4r-12,-64r4,-4v10,0,29,-2,39,-7v29,-14,56,-49,56,-113r0,-317v0,-86,-55,-117,-112,-117v-22,0,-83,18,-102,23r0,406r-5,5r-70,0","w":525,"k":{"T":58,"\u0162":58,"\u0164":58,"\u0166":58,"\u021a":58,"V":19,"W":17,"\u0174":17,"Y":39,"\u00dd":39,"\u0178":39,"\u0176":39}},"\u014e":{"d":"334,-733v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm71,-233r0,-204v0,-162,106,-248,263,-248v157,0,263,86,263,248r0,204v0,161,-106,245,-263,245v-157,0,-263,-84,-263,-245xm157,-242v0,119,75,174,177,174v102,0,177,-55,177,-174r0,-188v0,-116,-75,-175,-177,-175v-102,0,-177,59,-177,175r0,188","w":668,"k":{"T":3,"\u0162":3,"\u0164":3,"\u0166":3,"\u021a":3,",":12,";":12,"-":6,"\u2013":6,"\u2014":6,".":11,":":11,"\u2026":11}},"\u014f":{"d":"254,-569v-64,0,-119,-41,-119,-106v0,-7,1,-14,2,-21r6,-5r48,0r5,5r0,9v0,32,18,58,58,58v40,0,58,-26,58,-58r0,-9r5,-5r48,0r6,5v1,7,2,14,2,21v0,65,-55,106,-119,106xm59,-161r0,-172v0,-112,82,-173,192,-173v110,0,192,61,192,173r0,172v0,112,-82,173,-192,173v-110,0,-192,-61,-192,-173xm139,-178v0,77,40,118,112,118v70,0,112,-41,112,-118r0,-139v0,-77,-42,-117,-112,-117v-72,0,-112,40,-112,117r0,139","k":{"T":57,"\u0162":57,"\u0164":57,"\u0166":57,"\u021a":57,"V":12,"W":11,"\u0174":11,"Y":36,"\u00dd":36,"\u0178":36,"\u0176":36}},"\u0166":{"d":"226,-5r0,-333r-144,0r-5,-5r0,-63r5,-5r144,0r0,-184r-186,0r-5,-5r0,-70r5,-5r469,0r4,5r-18,70r-6,5r-179,0r0,184r156,0r5,5r-12,63r-7,5r-142,0r0,333r-5,5r-74,0","w":536,"k":{"\u021a":-17,"\u0177":64,"\u0176":-19,"\u0175":64,"\u0174":-17,"\u0166":-17,"\u0149":55,"\u0129":-21,"\u0164":-17,"\u0159":55,"\u201d":-9,"\u2019":-9,"\u017e":62,"\u0178":-19,"\u0162":-17,"\u0161":71,"\u015d":71,"\u015b":71,"\u00ff":64,"\u00fd":64,"\u00dd":-19,"y":64,"w":64,"v":64,"Y":-19,"W":-17,"V":-18,"T":-17,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":53,"\u0134":53,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":68,"z":62,"\u017a":62,"\u017c":62,"\"":-15,"'":-15,",":41,";":41,"-":46,"\u2013":46,"\u2014":46,".":42,":":42,"\u2026":42,"g":57,"\u011d":57,"\u0123":57,"\u011f":57,"\u0121":57,"s":71,"\u0219":71,"\u015f":71,"a":62,"\u00e0":62,"\u00e1":62,"\u00e2":62,"\u00e3":62,"\u00e4":62,"\u00e5":62,"\u00e6":62,"\u0103":62,"\u0105":62,"\u0101":62,"m":55,"n":55,"p":55,"r":55,"\u00f1":55,"\u0144":55,"\u0146":55,"\u0148":55,"\u0155":55,"\u0157":55,"\u014b":55,"c":56,"d":56,"e":56,"o":56,"q":56,"\u00e7":56,"\u00e8":56,"\u00e9":56,"\u00ea":56,"\u00eb":56,"\u00f2":56,"\u00f3":56,"\u00f4":56,"\u00f5":56,"\u00f6":56,"\u00f8":56,"\u0107":56,"\u0109":56,"\u010d":56,"\u0117":56,"\u0119":56,"\u0151":56,"\u0153":56,"\u0113":56,"\u011b":56,"\u014d":56,"\u010f":56,"\u0111":56,"\u010b":56,"\u0115":56,"\u014f":56,"t":6,"\u0163":6,"\u0165":6,"\u0167":6,"\u021b":6,"u":56,"\u00f9":56,"\u00fa":56,"\u00fb":56,"\u00fc":56,"\u016b":56,"\u016d":56,"\u0171":56,"\u0173":56,"\u016f":56,"\u0169":56,"\u00f0":38,")":-14,"?":-12,"]":-12,"}":-12,"\u1e9e":3}},"\u0167":{"d":"102,-175r0,-92r-49,0r-5,-5r0,-58r5,-5r49,0r0,-87r-54,0r-5,-5r0,-62r5,-5r58,0r9,-101r5,-6r57,-8r5,4r0,111r166,0r5,5r-19,62r-7,5r-145,0r0,87r151,0r5,5r-14,58r-7,5r-135,0r0,86v0,68,33,119,88,119v38,0,74,-31,74,-31r7,1r31,57r-2,7v-33,23,-72,40,-117,40v-91,0,-161,-62,-161,-187","w":401,"k":{"\u2026":-12,";":-21,":":-12,".":-12,",":-21}},"\u0168":{"d":"241,-756r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm86,-233r0,-432r5,-6r74,-10r5,4r0,435v0,119,77,174,177,174v105,0,177,-55,177,-174r0,-423r5,-6r74,-10r5,4r0,444v0,161,-99,245,-261,245v-159,0,-261,-84,-261,-245","w":695,"k":{"J":5,"\u0134":5,",":17,";":17,"-":10,"\u2013":10,"\u2014":10,".":16,":":16,"\u2026":16}},"\u0169":{"d":"159,-592r-36,-27r0,-7v27,-44,51,-66,95,-66v54,0,65,46,98,46v12,0,27,-12,48,-33r7,-2r36,27r0,7v-25,44,-53,66,-97,66v-52,0,-65,-45,-97,-45v-13,0,-28,11,-47,32xm71,-164r0,-319r5,-6r70,-10r5,4r0,314v0,88,49,121,106,121v27,0,102,-28,102,-28r0,-395r5,-6r70,-10r5,4r0,397r25,88r-5,6r-61,9r-6,-4r-29,-72v-12,37,-49,83,-139,83v-89,0,-153,-61,-153,-176","w":518},"\u0174":{"d":"307,-751r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm236,-13r-222,-651r5,-6r79,-11r6,4r155,499r20,74r15,-74r104,-371r0,-116r5,-6r74,-10r5,4r0,140r98,359r15,74r18,-74r143,-485r5,-6r88,-12r6,4r-225,679r-7,5r-72,-14r-6,-6r-94,-338r-14,-67r-14,67r-100,353r-7,5r-74,-14","w":870,"k":{"\u0138":7,"\u0129":-25,"\u012b":-12,"\u0135":-6,"\u0131":7,"\u00ef":-7,"\u00ee":-6,"\u00ec":-16,"A":19,"\u00c0":19,"\u00c1":19,"\u00c2":19,"\u00c3":19,"\u00c4":19,"\u00c5":19,"\u00c6":19,"\u0102":19,"\u0104":19,"\u0100":19,"J":27,"\u0134":27,"T":-5,"\u0162":-5,"\u0164":-5,"\u0166":-5,"\u021a":-5,"z":3,"\u017a":3,"\u017c":3,"\u017e":3,"\"":-6,"'":-6,",":44,";":44,"-":32,"\u2013":32,"\u2014":32,".":44,":":44,"\u2026":44,"g":7,"\u011d":7,"\u0123":7,"\u011f":7,"\u0121":7,"s":8,"\u015b":8,"\u015d":8,"\u0161":8,"\u0219":8,"\u015f":8,"a":11,"\u00e0":11,"\u00e1":11,"\u00e2":11,"\u00e3":11,"\u00e4":11,"\u00e5":11,"\u00e6":11,"\u0103":11,"\u0105":11,"\u0101":11,"m":3,"n":3,"p":3,"r":3,"\u00f1":3,"\u0144":3,"\u0146":3,"\u0148":3,"\u0155":3,"\u0159":3,"\u0157":3,"\u0149":3,"\u014b":3,"c":12,"d":12,"e":12,"o":12,"q":12,"\u00e7":12,"\u00e8":12,"\u00e9":12,"\u00ea":12,"\u00eb":12,"\u00f2":12,"\u00f3":12,"\u00f4":12,"\u00f5":12,"\u00f6":12,"\u00f8":12,"\u0107":12,"\u0109":12,"\u010d":12,"\u0117":12,"\u0119":12,"\u0151":12,"\u0153":12,"\u0113":12,"\u011b":12,"\u014d":12,"\u010f":12,"\u0111":12,"\u010b":12,"\u0115":12,"\u014f":12,"u":6,"\u00f9":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u016b":6,"\u016d":6,"\u0171":6,"\u0173":6,"\u016f":6,"\u0169":6,"\u00f0":15,")":-8,"?":-8,"]":-7,"}":-6}},"\u0175":{"d":"236,-587r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm191,-12r-177,-471r5,-6r75,-10r5,4r121,359r14,53r14,-53r81,-244r0,-103r5,-6r69,-10r5,4r0,128r75,231r14,53r14,-53r116,-348r6,-5r81,-10r3,5r-182,495r-7,6r-68,-14r-6,-6r-77,-234r-12,-49r-13,49r-81,248r-7,6r-67,-13","w":730,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"\u0176":{"d":"182,-733r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm215,-5r0,-291r-203,-367r5,-7r84,-11r6,4r134,266r16,39r17,-39r127,-252r5,-6r91,-12r6,4r-204,381r0,291r-5,5r-74,0","w":514,"k":{"\u0166":-9,"\u0138":24,"\u0129":-25,"\u0159":13,"\u012b":-15,"\u0131":24,"\u00ef":-10,"\u00ec":-20,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":27,"\u0134":27,"T":-9,"\u0162":-9,"\u0164":-9,"\u021a":-9,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":4,"z":6,"\u017a":6,"\u017c":6,"\u017e":6,"\"":-5,"'":-5,",":46,";":46,"-":50,"\u2013":50,"\u2014":50,".":46,":":46,"\u2026":46,"g":31,"\u011d":31,"\u0123":31,"\u011f":31,"\u0121":31,"s":26,"\u015b":26,"\u015d":26,"\u0161":26,"\u0219":26,"\u015f":26,"a":24,"\u00e0":24,"\u00e1":24,"\u00e2":24,"\u00e3":24,"\u00e4":24,"\u00e5":24,"\u00e6":24,"\u0103":24,"\u0105":24,"\u0101":24,"m":13,"n":13,"p":13,"r":13,"\u00f1":13,"\u0144":13,"\u0146":13,"\u0148":13,"\u0155":13,"\u0157":13,"\u0149":13,"\u014b":13,"c":37,"d":37,"e":37,"o":37,"q":37,"\u00e7":37,"\u00e8":37,"\u00e9":37,"\u00ea":37,"\u00eb":37,"\u00f2":37,"\u00f3":37,"\u00f4":37,"\u00f5":37,"\u00f6":37,"\u00f8":37,"\u0107":37,"\u0109":37,"\u010d":37,"\u0117":37,"\u0119":37,"\u0151":37,"\u0153":37,"\u0113":37,"\u011b":37,"\u014d":37,"\u010f":37,"\u0111":37,"\u010b":37,"\u0115":37,"\u014f":37,"u":21,"\u00f9":21,"\u00fa":21,"\u00fb":21,"\u00fc":21,"\u016b":21,"\u016d":21,"\u0171":21,"\u0173":21,"\u016f":21,"\u0169":21,"\u00f0":30,")":-11,"?":-9,"]":-11,"}":-11,"\u1e9e":4}},"\u0177":{"d":"160,-569r-55,-18r-2,-7r92,-102r9,-5r60,0r9,5r92,102r-2,7r-55,18r-7,0r-67,-78r-67,78r-7,0xm4,128v0,0,32,31,78,31v40,0,71,-31,93,-91r31,-84r-11,-4r-8,-7r-172,-456r5,-6r78,-10r5,4r117,360r15,53r12,-44r114,-358r6,-5r80,-10r3,5r-209,595v-29,83,-83,130,-157,130v-48,0,-85,-17,-115,-39r-2,-8r30,-54","w":465,"k":{"A":4,"\u00c0":4,"\u00c1":4,"\u00c2":4,"\u00c3":4,"\u00c4":4,"\u00c5":4,"\u00c6":4,"\u0102":4,"\u0104":4,"\u0100":4,"J":14,"\u0134":14,"T":60,"\u0162":60,"\u0164":60,"\u0166":60,"\u021a":60,"X":6,"Z":34,"\u0179":34,"\u017b":34,"\u017d":34,"\"":-9,"'":-9,",":19,";":19,"\u2019":-23,"\u201d":-23,".":19,":":19,"\u2026":19}},"\u021a":{"d":"207,-5r0,-590r-186,0r-5,-5r0,-70r5,-5r469,0r4,5r-18,70r-6,5r-179,0r0,590r-5,5r-74,0xm204,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":497,"k":{"\u0166":-17,"\u0149":55,"\u0138":55,"\u0129":-40,"\u0127":-9,"\u0159":55,"\u012b":-23,"\u017e":62,"\u0161":71,"\u015d":71,"\u0135":-22,"\u0131":55,"\u00ef":-18,"\u00ee":-22,"\u00ec":-19,"\u00e3":62,"A":31,"\u00c0":31,"\u00c1":31,"\u00c2":31,"\u00c3":31,"\u00c4":31,"\u00c5":31,"\u00c6":31,"\u0102":31,"\u0104":31,"\u0100":31,"J":53,"\u0134":53,"T":-17,"\u0162":-17,"\u0164":-17,"\u021a":-17,"V":-18,"W":-17,"\u0174":-17,"Y":-19,"\u00dd":-19,"\u0178":-19,"\u0176":-19,"v":64,"w":64,"y":64,"\u00fd":64,"\u00ff":64,"\u0175":64,"\u0177":64,"C":3,"G":3,"O":3,"Q":3,"\u00c7":3,"\u00d2":3,"\u00d3":3,"\u00d4":3,"\u00d5":3,"\u00d6":3,"\u00d8":3,"\u0106":3,"\u0108":3,"\u010c":3,"\u011c":3,"\u0150":3,"\u0152":3,"\u0122":3,"\u014c":3,"\u011e":3,"\u010a":3,"\u0120":3,"\u014e":3,"x":68,"z":62,"\u017a":62,"\u017c":62,"\"":-15,"'":-15,",":41,";":41,"-":46,"\u2013":46,"\u2014":46,"\u2019":-9,"\u201d":-9,".":42,":":42,"\u2026":42,"g":57,"\u011d":57,"\u0123":57,"\u011f":57,"\u0121":57,"s":71,"\u015b":71,"\u0219":71,"\u015f":71,"a":62,"\u00e0":62,"\u00e1":62,"\u00e2":62,"\u00e4":62,"\u00e5":62,"\u00e6":62,"\u0103":62,"\u0105":62,"\u0101":62,"m":55,"n":55,"p":55,"r":55,"\u00f1":55,"\u0144":55,"\u0146":55,"\u0148":55,"\u0155":55,"\u0157":55,"\u014b":55,"c":56,"d":56,"e":56,"o":56,"q":56,"\u00e7":56,"\u00e8":56,"\u00e9":56,"\u00ea":56,"\u00eb":56,"\u00f2":56,"\u00f3":56,"\u00f4":56,"\u00f5":56,"\u00f6":56,"\u00f8":56,"\u0107":56,"\u0109":56,"\u010d":56,"\u0117":56,"\u0119":56,"\u0151":56,"\u0153":56,"\u0113":56,"\u011b":56,"\u014d":56,"\u010f":56,"\u0111":56,"\u010b":56,"\u0115":56,"\u014f":56,"t":6,"\u0163":6,"\u0165":6,"\u0167":6,"\u021b":6,"u":56,"\u00f9":56,"\u00fa":56,"\u00fb":56,"\u00fc":56,"\u016b":56,"\u016d":56,"\u0171":56,"\u0173":56,"\u016f":56,"\u0169":56,"\u00f0":38,")":-14,"?":-12,"]":-12,"}":-12,"\u1e9e":3}},"\u021b":{"d":"89,-175r0,-247r-54,0r-5,-5r0,-62r5,-5r58,0r9,-101r5,-6r57,-8r5,4r0,111r166,0r5,5r-19,62r-7,5r-145,0r0,241v0,68,33,119,88,119v38,0,74,-31,74,-31r7,1r31,57r-2,7v-33,23,-72,40,-117,40v-91,0,-161,-62,-161,-187xm183,51r6,-4r78,0r5,4r-72,152r-7,3r-34,-7r-5,-6","w":379,"k":{",":-21,";":-21,".":-12,":":-12,"\u2026":-12}},"\u017f":{"d":"101,189r0,-611r-65,0r-5,-5r0,-62r5,-5r65,0r0,-105v0,-110,90,-164,181,-164v38,0,73,10,98,23r1,7r-38,55r-7,2v-15,-7,-32,-11,-54,-11v-53,0,-101,26,-101,84r0,722r-20,101r-6,7r-49,-29","w":257,"k":{"\u0149":-63}},"\u00ad":{"d":"88,-219r-5,-5r0,-70r5,-5r257,0r4,5r-18,70r-6,5r-237,0","w":425},"\u00a0":{"w":249}}}); // source --> http://boringtasks.com/wp-content/themes/rttheme9/js/jquery-ui-1.5.2.packed.js?ver=4.7.26 eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(3(C){C.8={3o:{19:3(E,F,H){6 G=C.8[E].1h;21(6 D 3p H){G.1I[D]=G.1I[D]||[];G.1I[D].28([F,H[D]])}},2P:3(D,F,E){6 H=D.1I[F];5(!H){7}21(6 G=0;G\').j(D).n({3q:"3i",2g:"-2A",3g:"-2A",1r:"1w"}).22("2C");C.8.1l[D]=!!((!(/3I|3P/).12(E.n("3z"))||(/^[1-9]/).12(E.n("2T"))||(/^[1-9]/).12(E.n("2E"))||!(/2v/).12(E.n("3w"))||!(/3S|3C\\(0, 0, 0, 0\\)/).12(E.n("3D"))));3E{C("2C").2w(0).3B(E.2w(0))}3x(F){}7 C.8.1l[D]},3y:3(D){C(D).v("1p","2I").n("2q","2v")},3H:3(D){C(D).v("1p","3O").n("2q","")},3Q:3(G,E){6 D=/2g/.12(E||"2g")?"3N":"3M",F=e;5(G[D]>0){7 t}G[D]=1;F=G[D]>0?t:e;G[D]=0;7 F}};6 B=C.2e.W;C.2e.W=3(){C("*",2).19(2).z("W");7 B.1H(2,2M)};3 A(E,F,G){6 D=C[E][F].35||[];D=(1F D=="1E"?D.2h(/,?\\s+/):D);7(C.1j(G,D)!=-1)}C.1i=3(E,D){6 F=E.2h(".")[0];E=E.2h(".")[1];C.2e[E]=3(J){6 H=(1F J=="1E"),I=2D.1h.3J.2P(2M,1);5(H&&A(F,E,J)){6 G=C.i(2[0],E);7(G?G[J].1H(G,I):1n)}7 2.14(3(){6 K=C.i(2,E);5(H&&K&&C.3v(K[J])){K[J].1H(K,I)}o{5(!H){C.i(2,E,3e C[F][E](2,J))}}})};C[F][E]=3(I,H){6 G=2;2.15=E;2.2H=F+"-"+E;2.b=C.1A({},C.1i.1k,C[F][E].1k,H);2.c=C(I).u("1e."+E,3(L,J,K){7 G.1e(J,K)}).u("2j."+E,3(K,J){7 G.2j(J)}).u("W",3(){7 G.1b()});2.23()};C[F][E].1h=C.1A({},C.1i.1h,D)};C.1i.1h={23:3(){},1b:3(){2.c.1q(2.15)},2j:3(D){7 2.b[D]},1e:3(D,E){2.b[D]=E;5(D=="f"){2.c[E?"j":"r"](2.2H+"-f")}},1X:3(){2.1e("f",e)},1P:3(){2.1e("f",t)}};C.1i.1k={f:e};C.8.2J={3h:3(){6 D=2;2.c.u("3d."+2.15,3(E){7 D.2G(E)});5(C.x.13){2.2K=2.c.v("1p");2.c.v("1p","2I")}2.3c=e},38:3(){2.c.16("."+2.15);(C.x.13&&2.c.v("1p",2.2K))},2G:3(F){(2.V&&2.1o(F));2.1C=F;6 E=2,G=(F.39==1),D=(1F 2.b.25=="1E"?C(F.2f).2x().19(F.2f).y(2.b.25).k:e);5(!G||D||!2.2S(F)){7 t}2.1D=!2.b.26;5(!2.1D){2.3a=1x(3(){E.1D=t},2.b.26)}5(2.2m(F)&&2.1T(F)){2.V=(2.1U(F)!==e);5(!2.V){F.3b();7 t}}2.2n=3(H){7 E.2r(H)};2.2l=3(H){7 E.1o(H)};C(2N).u("2O."+2.15,2.2n).u("2t."+2.15,2.2l);7 e},2r:3(D){5(C.x.13&&!D.3j){7 2.1o(D)}5(2.V){2.1V(D);7 e}5(2.2m(D)&&2.1T(D)){2.V=(2.1U(2.1C,D)!==e);(2.V?2.1V(D):2.1o(D))}7!2.V},1o:3(D){C(2N).16("2O."+2.15,2.2n).16("2t."+2.15,2.2l);5(2.V){2.V=e;2.2u(D)}7 e},2m:3(D){7(29.3m(29.2z(2.1C.2L-D.2L),29.2z(2.1C.2s-D.2s))>=2.b.2F)},1T:3(D){7 2.1D},1U:3(D){},1V:3(D){},2u:3(D){},2S:3(D){7 t}};C.8.2J.1k={25:U,2F:1,26:0}})(27);(3(A){A.1i("8.4",{23:3(){2.b.Z+=".4";2.1m(t)},1e:3(B,C){5((/^d/).12(B)){2.1v(C)}o{2.b[B]=C;2.1m()}},k:3(){7 2.$4.k},1Q:3(B){7 B.2R&&B.2R.1g(/\\s/g,"2Q").1g(/[^A-4o-4x-9\\-2Q:\\.]/g,"")||2.b.2X+A.i(B)},8:3(C,B){7{b:2.b,4u:C,30:B,11:2.$4.11(C)}},1m:3(O){2.$l=A("1O:4p(a[p])",2.c);2.$4=2.$l.1G(3(){7 A("a",2)[0]});2.$h=A([]);6 P=2,D=2.b;2.$4.14(3(R,Q){5(Q.X&&Q.X.1g("#","")){P.$h=P.$h.19(Q.X)}o{5(A(Q).v("p")!="#"){A.i(Q,"p.4",Q.p);A.i(Q,"q.4",Q.p);6 T=P.1Q(Q);Q.p="#"+T;6 S=A("#"+T);5(!S.k){S=A(D.2d).v("1s",T).j(D.1u).4l(P.$h[R-1]||P.c);S.i("1b.4",t)}P.$h=P.$h.19(S)}o{D.f.28(R+1)}}});5(O){2.c.j(D.2b);2.$h.14(3(){6 Q=A(2);Q.j(D.1u)});5(D.d===1n){5(20.X){2.$4.14(3(S,Q){5(Q.X==20.X){D.d=S;5(A.x.13||A.x.43){6 R=A(20.X),T=R.v("1s");R.v("1s","");1x(3(){R.v("1s",T)},44)}4m(0,0);7 e}})}o{5(D.1c){6 J=46(A.1c("8-4"+A.i(P.c)),10);5(J&&P.$4[J]){D.d=J}}o{5(P.$l.y("."+D.m).k){D.d=P.$l.11(P.$l.y("."+D.m)[0])}}}}D.d=D.d===U||D.d!==1n?D.d:0;D.f=A.41(D.f.40(A.1G(2.$l.y("."+D.1a),3(R,Q){7 P.$l.11(R)}))).31();5(A.1j(D.d,D.f)!=-1){D.f.3V(A.1j(D.d,D.f),1)}2.$h.j(D.18);2.$l.r(D.m);5(D.d!==U){2.$h.w(D.d).1S().r(D.18);2.$l.w(D.d).j(D.m);6 K=3(){A(P.c).z("1K",[P.Y("1K"),P.8(P.$4[D.d],P.$h[D.d])],D.1S)};5(A.i(2.$4[D.d],"q.4")){2.q(D.d,K)}o{K()}}A(3U).u("3W",3(){P.$4.16(".4");P.$l=P.$4=P.$h=U})}21(6 G=0,N;N=2.$l[G];G++){A(N)[A.1j(G,D.f)!=-1&&!A(N).1f(D.m)?"j":"r"](D.1a)}5(D.17===e){2.$4.1q("17.4")}6 C,I,B={"3X-2E":0,1R:1},E="3Z";5(D.1d&&D.1d.3Y==2D){C=D.1d[0]||B,I=D.1d[1]||B}o{C=I=D.1d||B}6 H={1r:"",47:"",2T:""};5(!A.x.13){H.1W=""}3 M(R,Q,S){Q.2p(C,C.1R||E,3(){Q.j(D.18).n(H);5(A.x.13&&C.1W){Q[0].2B.y=""}5(S){L(R,S,Q)}})}3 L(R,S,Q){5(I===B){S.n("1r","1w")}S.2p(I,I.1R||E,3(){S.r(D.18).n(H);5(A.x.13&&I.1W){S[0].2B.y=""}A(P.c).z("1K",[P.Y("1K"),P.8(R,S[0])],D.1S)})}3 F(R,T,Q,S){T.j(D.m).4k().r(D.m);M(R,Q,S)}2.$4.16(".4").u(D.Z,3(){6 T=A(2).2x("1O:w(0)"),Q=P.$h.y(":4e"),S=A(2.X);5((T.1f(D.m)&&!D.1z)||T.1f(D.1a)||A(2).1f(D.1t)||A(P.c).z("2y",[P.Y("2y"),P.8(2,S[0])],D.1v)===e){2.1M();7 e}P.b.d=P.$4.11(2);5(D.1z){5(T.1f(D.m)){P.b.d=U;T.r(D.m);P.$h.1Y();M(2,Q);2.1M();7 e}o{5(!Q.k){P.$h.1Y();6 R=2;P.q(P.$4.11(2),3(){T.j(D.m).j(D.2c);L(R,S)});2.1M();7 e}}}5(D.1c){A.1c("8-4"+A.i(P.c),P.b.d,D.1c)}P.$h.1Y();5(S.k){6 R=2;P.q(P.$4.11(2),Q.k?3(){F(R,T,Q,S)}:3(){T.j(D.m);L(R,S)})}o{4b"27 4c 4d: 3n 49 4a."}5(A.x.13){2.1M()}7 e});5(!(/^24/).12(D.Z)){2.$4.u("24.4",3(){7 e})}},19:3(E,D,C){5(C==1n){C=2.$4.k}6 G=2.b;6 I=A(G.37.1g(/#\\{p\\}/g,E).1g(/#\\{1L\\}/g,D));I.i("1b.4",t);6 H=E.4i("#")==0?E.1g("#",""):2.1Q(A("a:4g-4h",I)[0]);6 F=A("#"+H);5(!F.k){F=A(G.2d).v("1s",H).j(G.18).i("1b.4",t)}F.j(G.1u);5(C>=2.$l.k){I.22(2.c);F.22(2.c[0].48)}o{I.36(2.$l[C]);F.36(2.$h[C])}G.f=A.1G(G.f,3(K,J){7 K>=C?++K:K});2.1m();5(2.$4.k==1){I.j(G.m);F.r(G.18);6 B=A.i(2.$4[0],"q.4");5(B){2.q(C,B)}}2.c.z("2Y",[2.Y("2Y"),2.8(2.$4[C],2.$h[C])],G.19)},W:3(B){6 D=2.b,E=2.$l.w(B).W(),C=2.$h.w(B).W();5(E.1f(D.m)&&2.$4.k>1){2.1v(B+(B+1<2.$4.k?1:-1))}D.f=A.1G(A.34(D.f,3(G,F){7 G!=B}),3(G,F){7 G>=B?--G:G});2.1m();2.c.z("2V",[2.Y("2V"),2.8(E.2k("a")[0],C[0])],D.W)},1X:3(B){6 C=2.b;5(A.1j(B,C.f)==-1){7}6 D=2.$l.w(B).r(C.1a);5(A.x.4n){D.n("1r","4t-1w");1x(3(){D.n("1r","1w")},0)}C.f=A.34(C.f,3(F,E){7 F!=B});2.c.z("33",[2.Y("33"),2.8(2.$4[B],2.$h[B])],C.1X)},1P:3(C){6 B=2,D=2.b;5(C!=D.d){2.$l.w(C).j(D.1a);D.f.28(C);D.f.31();2.c.z("32",[2.Y("32"),2.8(2.$4[C],2.$h[C])],D.1P)}},1v:3(B){5(1F B=="1E"){B=2.$4.11(2.$4.y("[p$="+B+"]")[0])}2.$4.w(B).4q(2.b.Z)},q:3(G,K){6 L=2,D=2.b,E=2.$4.w(G),J=E[0],H=K==1n||K===e,B=E.i("q.4");K=K||3(){};5(!B||!H&&A.i(J,"17.4")){K();7}6 M=3(N){6 O=A(N),P=O.2k("*:4s");7 P.k&&P.4v(":45(3R)")&&P||O};6 C=3(){L.$4.y("."+D.1t).r(D.1t).14(3(){5(D.1N){M(2).3l().1B(M(2).i("1L.4"))}});L.1y=U};5(D.1N){6 I=M(J).1B();M(J).3k("<2o>").2k("2o").i("1L.4",I).1B(D.1N)}6 F=A.1A({},D.1J,{2U:B,2i:3(O,N){A(J.X).1B(O);C();5(D.17){A.i(J,"17.4",t)}A(L.c).z("2Z",[L.Y("2Z"),L.8(L.$4[G],L.$h[G])],D.q);D.1J.2i&&D.1J.2i(O,N);K()}});5(2.1y){2.1y.3f();C()}E.j(D.1t);1x(3(){L.1y=A.3u(F)},0)},2U:3(C,B){2.$4.w(C).1q("17.4").i("q.4",B)},1b:3(){6 B=2.b;2.c.16(".4").r(B.2b).1q("4");2.$4.14(3(){6 C=A.i(2,"p.4");5(C){2.p=C}6 D=A(2).16(".4");A.14(["p","q","17"],3(E,F){D.1q(F+".4")})});2.$l.19(2.$h).14(3(){5(A.i(2,"1b.4")){A(2).W()}o{A(2).r([B.m,B.2c,B.1a,B.1u,B.18].3G(" "))}})},Y:3(B){7 A.Z.3L({3t:B,2f:2.c[0]})}});A.8.4.1k={1z:e,Z:"24",f:[],1c:U,1N:"3FA;",17:e,2X:"8-4-",1J:{},1d:U,37:\'<1O><2W>#{1L}\',2d:"<2a>",2b:"8-4-3K",m:"8-4-d",2c:"8-4-1z",1a:"8-4-f",1u:"8-4-30",18:"8-4-3T",1t:"8-4-4w"};A.8.4.35="k";A.1A(A.8.4.1h,{1Z:U,4r:3(C,F){F=F||e;6 B=2,E=2.b.d;3 G(){B.1Z=42(3(){E=++E http://boringtasks.com/wp-content/themes/rttheme9/js/script.js?ver=4.7.26 //options var rttheme_slider_time_out = jQuery("meta[name=rttheme_slider_time_out]").attr('content'); var rttheme_slider_numbers = jQuery("meta[name=rttheme_slider_numbers]").attr('content'); var rttheme_template_dir = jQuery("meta[name=rttheme_template_dir]").attr('content'); //home page slider jQuery(document).ready(function(){ var slider_area; var slider_buttons; // Which slider if (jQuery('#slider_area').length>0){ // Home Page Slider slider_area="#slider_area"; if(rttheme_slider_numbers=='true'){slider_buttons="#numbers";} jQuery(slider_area).cycle({ fx: 'fade', timeout: rttheme_slider_time_out, pager: slider_buttons, cleartype: 1, pagerAnchorBuilder: function(idx) { return ''; } }); } // portfolio slider if (jQuery('.portfolio_slides').length>0){ slider_area=".portfolio_slides"; jQuery(slider_area).cycle({ fx: 'fade', timeout: 4000, prev: '.left', next: '.right' }); } }); //pretty photo jQuery(document).ready(function(){ jQuery("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',slideshow:false,overlay_gallery: false,social_tools:false,deeplinking:false}); }); //image effects jQuery(document).ready(function(){ var image_e= jQuery(".image.portfolio, .image.product_image"); image_e.mouseover(function(){jQuery(this).stop().animate({ opacity:0.6 }, 400); }).mouseout(function(){ image_e.stop().animate({ opacity:1 }, 400 ); }); }); //validate contact form jQuery(document).ready(function(){ // show a simple loading indicator var loader = jQuery('loading...') .appendTo(".loading") .hide(); jQuery().ajaxStart(function() { loader.show(); }).ajaxStop(function() { loader.hide(); }).ajaxError(function(a, b, e) { throw e; }); jQuery.validator.messages.required = ""; var v = jQuery("#validate_form").validate({ submitHandler: function(form) { jQuery(form).ajaxSubmit({ target: "#result" }); } }); jQuery("#reset").click(function() { v.resetForm(); }); }); //cufon fonts var rttheme_disable_cufon= jQuery("meta[name=rttheme_disable_cufon]").attr('content'); if(rttheme_disable_cufon!='true') { jQuery(document).ready(function(){ Cufon.replace('h1,h2,h3,h4,h5,h6,.portfolio_categories ul,.title a', {hover: true}); }); } //RT single level drop down menu function rt_navigation(){ var rt_dd_menu = jQuery(".navigation ul.navigation > li"); var first_li_items = jQuery(".navigation ul.navigation li > ul"); first_li_items.each(function(){ jQuery(this).find('>li:first').addClass('first_li'); // class for first li jQuery(this).find('>li:last a').addClass('last_li'); // remove last border }); //current item jQuery(".navigation ul.navigation >li .current_page_item").parent("li:eq(0)").addClass('active'); //first-last list items rt_dd_menu.each(function(){ jQuery(this).children("ul:eq(0)").addClass('first_ul'); jQuery(".navigation ul.navigation li > ul").addClass('first_ul'); jQuery(this).find('li:first').addClass('first_li'); // class for first li jQuery(this).find('li:last a').addClass('last_li'); // remove last border }); //hover jQuery(".navigation ul.navigation > li").hover(function() { jQuery(this).addClass('li_active'); jQuery(this).children("a:eq(0)").addClass('a_active'); jQuery(this).find('ul:first').stop().css({overflow:"hidden", height:"auto", display:"none",'paddingTop':'5px','paddingBottom':'15px'}).slideDown(200, function(){jQuery(this).css({overflow:"visible", height:"auto"});}); }, function() { jQuery(this).find('ul:first').stop().slideUp(200, function(){jQuery(this).css({overflow:"hidden", display:"none"});}); var active_class=jQuery(this).attr("class"); if (active_class!="active"){ jQuery(this).removeClass('li_active'); jQuery(this).children("a:eq(0)").removeClass('a_active'); } }); } jQuery(document).ready(function() { rt_navigation(); }); //search field function jQuery(document).ready(function() { var search_text=jQuery(".search_bar .search_text").val(); jQuery(".search_bar .search_text").focus(function() { jQuery(".search_bar .search_text").val(''); }) }); //product tabs jQuery(document).ready(function() { if (jQuery('#tabs').length>0){ jQuery('#tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } }); } }); //preloading jQuery(function () { //jQuery('.preload').hide();//hide all the images on the page jQuery('.play,.magnifier').css({opacity:0}); jQuery('.preload').css({opacity:0}); jQuery('.preload').addClass("animated"); jQuery('.play,.magnifier').addClass("animated_icon"); }); var i = 0;//initialize var cint=0;//Internet Explorer Fix jQuery(window).bind("load", function() {//The load event will only fire if the entire page or document is fully loaded var cint = setInterval("doThis(i)",70);//500 is the fade in speed in milliseconds }); function doThis() { var images = jQuery('.preload').length;//count the number of images on the page if (i >= images) {// Loop the images clearInterval(cint);//When it reaches the last image the loop ends } //jQuery('.preload:hidden').eq(i).fadeIn(500);//fades in the hidden images one by one jQuery('.animated_icon').eq(0).animate({opacity:1},{"duration": 500}); jQuery('.animated').eq(0).animate({opacity:1},{"duration": 500}); jQuery('.animated').eq(0).removeClass("animated"); jQuery('.animated_icon').eq(0).removeClass("animated_icon"); i++;//add 1 to the count };