@uoguelph/web-components 2.0.8-rc.0 → 2.0.9-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,213 +1,208 @@
1
1
  var c2 = Object.defineProperty;
2
- var j1 = (e) => {
3
- throw TypeError(e);
2
+ var j1 = (a) => {
3
+ throw TypeError(a);
4
4
  };
5
- var n2 = (e, t, a) => t in e ? c2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
6
- var N1 = (e, t, a) => n2(e, typeof t != "symbol" ? t + "" : t, a), $1 = (e, t, a) => t.has(e) || j1("Cannot " + a);
7
- var O = (e, t, a) => ($1(e, t, "read from private field"), a ? a.call(e) : t.get(e)), f1 = (e, t, a) => t.has(e) ? j1("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, a), M1 = (e, t, a, l) => ($1(e, t, "write to private field"), l ? l.call(e, a) : t.set(e, a), a), A1 = (e, t, a) => ($1(e, t, "access private method"), a);
8
- import { w as C1, y as S1, $ as P1, a0 as i2, a1 as v2, a2 as u2, a3 as h2, a4 as f2, a5 as d2, z as p2, a6 as X, a7 as T1, a8 as E1, a9 as g2, aa as b2, c as H, p as G, a as A, ab as U1, f as Z, s as E, e as $, X as j, t as S, ac as x2, i as _, j as q, k as P, ad as u1, ae as B1, af as h1, r as x, ag as W1, W as c1, V as a1, h as T, g as U, B as Y, l as m2, ah as w1, H as N, ai as w2, aj as _2, G as W, T as B, m as r, ak as r1, F as R, al as _1, I as i1, am as H1, U as R1, A as G1, q as n1, o as Q, _ as y2, b as $2 } from "./index-CEFM1xyC.js";
9
- import { o as q1 } from "./index-client-Cf3Y5mtB.js";
10
- import { a as M2 } from "./window-BAHesVQ-.js";
11
- import { s as Z1, i as y1, h as b1 } from "./legacy-eE7eSuBp.js";
12
- import { c as z1 } from "./index-C6ZIYhZ_.js";
13
- function k2(e, t, a) {
14
- C1(() => {
15
- var l = S1(() => t(e, a == null ? void 0 : a()) || {});
16
- if (l != null && l.destroy)
17
- return () => (
18
- /** @type {Function} */
19
- l.destroy()
20
- );
21
- });
22
- }
23
- const Z2 = () => performance.now(), D = {
5
+ var n2 = (a, t, e) => t in a ? c2(a, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[t] = e;
6
+ var N1 = (a, t, e) => n2(a, typeof t != "symbol" ? t + "" : t, e), $1 = (a, t, e) => t.has(a) || j1("Cannot " + e);
7
+ var D = (a, t, e) => ($1(a, t, "read from private field"), e ? e.call(a) : t.get(a)), f1 = (a, t, e) => t.has(a) ? j1("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(a) : t.set(a, e), M1 = (a, t, e, o) => ($1(a, t, "write to private field"), o ? o.call(a, e) : t.set(a, e), e), A1 = (a, t, e) => ($1(a, t, "access private method"), e);
8
+ import { $ as i2, a0 as v2, a1 as u2, a2 as h2, w as C1, a3 as f2, a4 as E1, a5 as d2, z as p2, a6 as I, y as S1, a7 as g2, c as H, p as q, a as P, a8 as F1, f as Z, e as _, s as F, W as j, t as z, a9 as b2, i as m, j as O, aa as i1, k as T, ab as U1, ac as v1, r as p, h as E, g as U, B as Y, ad as B1, V as J, U as G, l as x2, ae as w1, H as N, af as m2, ag as w2, G as W, m as l, Z as P1, ah as a1, F as R, ai as _1, I as c1, aj as W1, T as H1, A as R1, q as o1, o as Q, _ as _2, b as y2 } from "./index-BxiW26Pq.js";
9
+ import { o as G1 } from "./index-client-DG7fHzcC.js";
10
+ import { a as $2 } from "./window-Br-wveUj.js";
11
+ import { s as Z1, i as y1, h as b1 } from "./legacy-Bte-v9mf.js";
12
+ import { c as z1 } from "./index-CsiSOAU0.js";
13
+ const M2 = () => performance.now(), K = {
24
14
  // don't access requestAnimationFrame eagerly outside method
25
15
  // this allows basic testing of user code without JSDOM
26
16
  // bunder will eval and remove ternary when the user's app is built
27
17
  tick: (
28
18
  /** @param {any} _ */
29
- (e) => requestAnimationFrame(e)
19
+ (a) => requestAnimationFrame(a)
30
20
  ),
31
- now: () => Z2(),
21
+ now: () => M2(),
32
22
  tasks: /* @__PURE__ */ new Set()
33
23
  };
34
- function O1() {
35
- const e = D.now();
36
- D.tasks.forEach((t) => {
37
- t.c(e) || (D.tasks.delete(t), t.f());
38
- }), D.tasks.size !== 0 && D.tick(O1);
24
+ function q1() {
25
+ const a = K.now();
26
+ K.tasks.forEach((t) => {
27
+ t.c(a) || (K.tasks.delete(t), t.f());
28
+ }), K.tasks.size !== 0 && K.tick(q1);
39
29
  }
40
- function V2(e) {
30
+ function k2(a) {
41
31
  let t;
42
- return D.tasks.size === 0 && D.tick(O1), {
43
- promise: new Promise((a) => {
44
- D.tasks.add(t = { c: e, f: a });
32
+ return K.tasks.size === 0 && K.tick(q1), {
33
+ promise: new Promise((e) => {
34
+ K.tasks.add(t = { c: a, f: e });
45
35
  }),
46
36
  abort() {
47
- D.tasks.delete(t);
37
+ K.tasks.delete(t);
48
38
  }
49
39
  };
50
40
  }
51
- function p1(e, t) {
52
- f2(() => {
53
- e.dispatchEvent(new CustomEvent(t));
41
+ function p1(a, t) {
42
+ E1(() => {
43
+ a.dispatchEvent(new CustomEvent(t));
54
44
  });
55
45
  }
56
- function L2(e) {
57
- if (e === "float") return "cssFloat";
58
- if (e === "offset") return "cssOffset";
59
- if (e.startsWith("--")) return e;
60
- const t = e.split("-");
46
+ function Z2(a) {
47
+ if (a === "float") return "cssFloat";
48
+ if (a === "offset") return "cssOffset";
49
+ if (a.startsWith("--")) return a;
50
+ const t = a.split("-");
61
51
  return t.length === 1 ? t[0] : t[0] + t.slice(1).map(
62
52
  /** @param {any} word */
63
- (a) => a[0].toUpperCase() + a.slice(1)
53
+ (e) => e[0].toUpperCase() + e.slice(1)
64
54
  ).join("");
65
55
  }
66
- function F1(e) {
67
- const t = {}, a = e.split(";");
68
- for (const l of a) {
69
- const [w, d] = l.split(":");
70
- if (!w || d === void 0) break;
71
- const o = L2(w.trim());
72
- t[o] = d.trim();
56
+ function T1(a) {
57
+ const t = {}, e = a.split(";");
58
+ for (const o of e) {
59
+ const [M, x] = o.split(":");
60
+ if (!M || x === void 0) break;
61
+ const c = Z2(M.trim());
62
+ t[c] = x.trim();
73
63
  }
74
64
  return t;
75
65
  }
76
- const C2 = (e) => e;
77
- function l1(e, t, a, l) {
78
- var w = (e & h2) !== 0, d = "both", o, y = t.inert, M = t.style.overflow, u, c;
66
+ const V2 = (a) => a;
67
+ function r1(a, t, e, o) {
68
+ var i;
69
+ var M = (a & f2) !== 0, x = "both", c, g = t.inert, k = t.style.overflow, u, v;
79
70
  function s() {
80
- var f = g2, i = P1;
81
- T1(null), E1(null);
82
- try {
83
- return o ?? (o = a()(t, (l == null ? void 0 : l()) ?? /** @type {P} */
84
- {}, {
85
- direction: d
86
- }));
87
- } finally {
88
- T1(f), E1(i);
89
- }
71
+ return E1(() => c ?? (c = e()(t, (o == null ? void 0 : o()) ?? /** @type {P} */
72
+ {}, {
73
+ direction: x
74
+ })));
90
75
  }
91
- var h = {
92
- is_global: w,
76
+ var n = {
77
+ is_global: M,
93
78
  in() {
94
- t.inert = y, p1(t, "introstart"), u = V1(t, s(), c, 1, () => {
95
- p1(t, "introend"), u == null || u.abort(), u = o = void 0, t.style.overflow = M;
79
+ t.inert = g, p1(t, "introstart"), u = V1(t, s(), v, 1, () => {
80
+ p1(t, "introend"), u == null || u.abort(), u = c = void 0, t.style.overflow = k;
96
81
  });
97
82
  },
98
- out(f) {
99
- t.inert = !0, p1(t, "outrostart"), c = V1(t, s(), u, 0, () => {
100
- p1(t, "outroend"), f == null || f();
83
+ out(r) {
84
+ t.inert = !0, p1(t, "outrostart"), v = V1(t, s(), u, 0, () => {
85
+ p1(t, "outroend"), r == null || r();
101
86
  });
102
87
  },
103
88
  stop: () => {
104
- u == null || u.abort(), c == null || c.abort();
89
+ u == null || u.abort(), v == null || v.abort();
105
90
  }
106
- }, b = (
107
- /** @type {Effect} */
108
- P1
91
+ }, h = (
92
+ /** @type {Effect & { nodes: EffectNodes }} */
93
+ i2
109
94
  );
110
- if ((b.transitions ?? (b.transitions = [])).push(h), b2) {
111
- var m = w;
112
- if (!m) {
113
- for (var n = (
95
+ if (((i = h.nodes).t ?? (i.t = [])).push(n), g2) {
96
+ var y = M;
97
+ if (!y) {
98
+ for (var w = (
114
99
  /** @type {Effect | null} */
115
- b.parent
116
- ); n && (n.f & i2) !== 0; )
117
- for (; (n = n.parent) && (n.f & v2) === 0; )
100
+ h.parent
101
+ ); w && (w.f & v2) !== 0; )
102
+ for (; (w = w.parent) && (w.f & u2) === 0; )
118
103
  ;
119
- m = !n || (n.f & u2) !== 0;
104
+ y = !w || (w.f & h2) !== 0;
120
105
  }
121
- m && C1(() => {
122
- S1(() => h.in());
106
+ y && C1(() => {
107
+ S1(() => n.in());
123
108
  });
124
109
  }
125
110
  }
126
- function V1(e, t, a, l, w) {
127
- var d = l === 1;
111
+ function V1(a, t, e, o, M) {
112
+ var x = o === 1;
128
113
  if (d2(t)) {
129
- var o, y = !1;
114
+ var c, g = !1;
130
115
  return p2(() => {
131
- if (!y) {
132
- var f = t({ direction: d ? "in" : "out" });
133
- o = V1(e, f, a, l, w);
116
+ if (!g) {
117
+ var i = t({ direction: x ? "in" : "out" });
118
+ c = V1(a, i, e, o, M);
134
119
  }
135
120
  }), {
136
121
  abort: () => {
137
- y = !0, o == null || o.abort();
122
+ g = !0, c == null || c.abort();
138
123
  },
139
- deactivate: () => o.deactivate(),
140
- reset: () => o.reset(),
141
- t: () => o.t()
124
+ deactivate: () => c.deactivate(),
125
+ reset: () => c.reset(),
126
+ t: () => c.t()
142
127
  };
143
128
  }
144
- if (a == null || a.deactivate(), !(t != null && t.duration))
145
- return w(), {
146
- abort: X,
147
- deactivate: X,
148
- reset: X,
149
- t: () => l
129
+ if (e == null || e.deactivate(), !(t != null && t.duration))
130
+ return M(), {
131
+ abort: I,
132
+ deactivate: I,
133
+ reset: I,
134
+ t: () => o
150
135
  };
151
- const { delay: M = 0, css: u, tick: c, easing: s = C2 } = t;
152
- var h = [];
153
- if (d && a === void 0 && (c && c(0, 1), u)) {
154
- var b = F1(u(0, 1));
155
- h.push(b, b);
136
+ const { delay: k = 0, css: u, tick: v, easing: s = V2 } = t;
137
+ var n = [];
138
+ if (x && e === void 0 && (v && v(0, 1), u)) {
139
+ var h = T1(u(0, 1));
140
+ n.push(h, h);
156
141
  }
157
- var m = () => 1 - l, n = e.animate(h, { duration: M, fill: "forwards" });
158
- return n.onfinish = () => {
159
- n.cancel();
160
- var f = (a == null ? void 0 : a.t()) ?? 1 - l;
161
- a == null || a.abort();
162
- var i = l - f, p = (
142
+ var y = () => 1 - o, w = a.animate(n, { duration: k, fill: "forwards" });
143
+ return w.onfinish = () => {
144
+ w.cancel();
145
+ var i = (e == null ? void 0 : e.t()) ?? 1 - o;
146
+ e == null || e.abort();
147
+ var r = o - i, f = (
163
148
  /** @type {number} */
164
- t.duration * Math.abs(i)
165
- ), v = [];
166
- if (p > 0) {
167
- var L = !1;
149
+ t.duration * Math.abs(r)
150
+ ), $ = [];
151
+ if (f > 0) {
152
+ var b = !1;
168
153
  if (u)
169
- for (var V = Math.ceil(p / 16.666666666666668), k = 0; k <= V; k += 1) {
170
- var g = f + i * s(k / V), C = F1(u(g, 1 - g));
171
- v.push(C), L || (L = C.overflow === "hidden");
154
+ for (var C = Math.ceil(f / 16.666666666666668), V = 0; V <= C; V += 1) {
155
+ var L = i + r * s(V / C), d = T1(u(L, 1 - L));
156
+ $.push(d), b || (b = d.overflow === "hidden");
172
157
  }
173
- L && (e.style.overflow = "hidden"), m = () => {
174
- var z = (
158
+ b && (a.style.overflow = "hidden"), y = () => {
159
+ var S = (
175
160
  /** @type {number} */
176
161
  /** @type {globalThis.Animation} */
177
- n.currentTime
162
+ w.currentTime
178
163
  );
179
- return f + i * s(z / p);
180
- }, c && V2(() => {
181
- if (n.playState !== "running") return !1;
182
- var z = m();
183
- return c(z, 1 - z), !0;
164
+ return i + r * s(S / f);
165
+ }, v && k2(() => {
166
+ if (w.playState !== "running") return !1;
167
+ var S = y();
168
+ return v(S, 1 - S), !0;
184
169
  });
185
170
  }
186
- n = e.animate(v, { duration: p, fill: "forwards" }), n.onfinish = () => {
187
- m = () => l, c == null || c(l, 1 - l), w();
171
+ w = a.animate($, { duration: f, fill: "forwards" }), w.onfinish = () => {
172
+ y = () => o, v == null || v(o, 1 - o), M();
188
173
  };
189
174
  }, {
190
175
  abort: () => {
191
- n && (n.cancel(), n.effect = null, n.onfinish = X);
176
+ w && (w.cancel(), w.effect = null, w.onfinish = I);
192
177
  },
193
178
  deactivate: () => {
194
- w = X;
179
+ M = I;
195
180
  },
196
181
  reset: () => {
197
- l === 0 && (c == null || c(1, 0));
182
+ o === 0 && (v == null || v(1, 0));
198
183
  },
199
- t: () => m()
184
+ t: () => y()
200
185
  };
201
186
  }
202
- var I, v1, d1, x1, D1;
187
+ function L2(a, t, e) {
188
+ C1(() => {
189
+ var o = S1(() => t(a, e == null ? void 0 : e()) || {});
190
+ if (o != null && o.destroy)
191
+ return () => (
192
+ /** @type {Function} */
193
+ o.destroy()
194
+ );
195
+ });
196
+ }
197
+ var X, n1, d1, x1, O1;
203
198
  const m1 = class m1 {
204
199
  /** @param {ResizeObserverOptions} options */
205
200
  constructor(t) {
206
201
  f1(this, x1);
207
202
  /** */
208
- f1(this, I, /* @__PURE__ */ new WeakMap());
203
+ f1(this, X, /* @__PURE__ */ new WeakMap());
209
204
  /** @type {ResizeObserver | undefined} */
210
- f1(this, v1);
205
+ f1(this, n1);
211
206
  /** @type {ResizeObserverOptions} */
212
207
  f1(this, d1);
213
208
  M1(this, d1, t);
@@ -216,164 +211,152 @@ const m1 = class m1 {
216
211
  * @param {Element} element
217
212
  * @param {(entry: ResizeObserverEntry) => any} listener
218
213
  */
219
- observe(t, a) {
220
- var l = O(this, I).get(t) || /* @__PURE__ */ new Set();
221
- return l.add(a), O(this, I).set(t, l), A1(this, x1, D1).call(this).observe(t, O(this, d1)), () => {
222
- var w = O(this, I).get(t);
223
- w.delete(a), w.size === 0 && (O(this, I).delete(t), O(this, v1).unobserve(t));
214
+ observe(t, e) {
215
+ var o = D(this, X).get(t) || /* @__PURE__ */ new Set();
216
+ return o.add(e), D(this, X).set(t, o), A1(this, x1, O1).call(this).observe(t, D(this, d1)), () => {
217
+ var M = D(this, X).get(t);
218
+ M.delete(e), M.size === 0 && (D(this, X).delete(t), D(this, n1).unobserve(t));
224
219
  };
225
220
  }
226
221
  };
227
- I = new WeakMap(), v1 = new WeakMap(), d1 = new WeakMap(), x1 = new WeakSet(), D1 = function() {
228
- return O(this, v1) ?? M1(this, v1, new ResizeObserver(
222
+ X = new WeakMap(), n1 = new WeakMap(), d1 = new WeakMap(), x1 = new WeakSet(), O1 = function() {
223
+ return D(this, n1) ?? M1(this, n1, new ResizeObserver(
229
224
  /** @param {any} entries */
230
225
  (t) => {
231
- for (var a of t) {
232
- m1.entries.set(a.target, a);
233
- for (var l of O(this, I).get(a.target) || [])
234
- l(a);
226
+ for (var e of t) {
227
+ m1.entries.set(e.target, e);
228
+ for (var o of D(this, X).get(e.target) || [])
229
+ o(e);
235
230
  }
236
231
  }
237
232
  ));
238
233
  }, /** @static */
239
234
  N1(m1, "entries", /* @__PURE__ */ new WeakMap());
240
235
  let L1 = m1;
241
- var S2 = /* @__PURE__ */ new L1({
236
+ var C2 = /* @__PURE__ */ new L1({
242
237
  box: "border-box"
243
238
  });
244
- function g1(e, t, a) {
245
- var l = S2.observe(e, () => a(e[t]));
246
- C1(() => (S1(() => a(e[t])), l));
239
+ function g1(a, t, e) {
240
+ var o = C2.observe(a, () => e(a[t]));
241
+ C1(() => (S1(() => e(a[t])), o));
247
242
  }
248
- const k1 = (e) => {
249
- const t = function(l) {
250
- e.contains(l.relatedTarget) || e.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1, detail: l }));
251
- }, a = function(l) {
252
- e.contains(l.relatedTarget) || e.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1, detail: l }));
243
+ const k1 = (a) => {
244
+ const t = function(o) {
245
+ a.contains(o.relatedTarget) || a.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1, detail: o }));
246
+ }, e = function(o) {
247
+ a.contains(o.relatedTarget) || a.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1, detail: o }));
253
248
  };
254
- return e.addEventListener("focusin", a), e.addEventListener("focusout", t), {
249
+ return a.addEventListener("focusin", e), a.addEventListener("focusout", t), {
255
250
  destroy() {
256
- e.removeEventListener("focusin", a), e.removeEventListener("focusout", t);
251
+ a.removeEventListener("focusin", e), a.removeEventListener("focusout", t);
257
252
  }
258
253
  };
259
254
  };
260
- var z2 = Z('<div tabindex="-1"><!> <!></div>');
261
- function t1(e, t) {
262
- G(t, !0);
263
- const [a, l] = u1(), w = () => h1(u, "$open", a);
264
- let d = A(t, "class", 7), o = A(t, "autoCollapse", 7, !0), y = A(t, "button", 7), M = A(t, "children", 7);
265
- const u = B1(!1);
266
- U1("menu", u);
267
- const c = () => {
268
- o() && W1(u, !1);
255
+ var S2 = Z('<div tabindex="-1"><!> <!></div>');
256
+ function t1(a, t) {
257
+ q(t, !0);
258
+ const e = () => v1(u, "$open", o), [o, M] = i1();
259
+ let x = P(t, "class", 7), c = P(t, "autoCollapse", 7, !0), g = P(t, "button", 7), k = P(t, "children", 7);
260
+ const u = U1(!1);
261
+ F1("menu", u);
262
+ const v = () => {
263
+ c() && B1(u, !1);
269
264
  };
270
- var s = z2(), h = $(s);
271
- Z1(h, () => y() ?? X);
272
- var b = E(h, 2);
273
- {
274
- var m = (f) => {
275
- var i = c1(), p = a1(i);
276
- Z1(p, () => M() ?? X), _(f, i);
277
- };
278
- j(b, (f) => {
279
- w() && f(m);
280
- });
281
- }
282
- x(s), k2(s, (f) => k1 == null ? void 0 : k1(f)), S(() => {
283
- T(s, 1, U(d())), Y(s, "data-expanded", w());
284
- }), x2("focusoutside", s, c), _(e, s);
285
- var n = q({
265
+ var s = {
286
266
  get class() {
287
- return d();
267
+ return x();
288
268
  },
289
- set class(f) {
290
- d(f), P();
269
+ set class(r) {
270
+ x(r), T();
291
271
  },
292
272
  get autoCollapse() {
293
- return o();
273
+ return c();
294
274
  },
295
- set autoCollapse(f = !0) {
296
- o(f), P();
275
+ set autoCollapse(r = !0) {
276
+ c(r), T();
297
277
  },
298
278
  get button() {
299
- return y();
279
+ return g();
300
280
  },
301
- set button(f) {
302
- y(f), P();
281
+ set button(r) {
282
+ g(r), T();
303
283
  },
304
284
  get children() {
305
- return M();
285
+ return k();
306
286
  },
307
- set children(f) {
308
- M(f), P();
287
+ set children(r) {
288
+ k(r), T();
309
289
  }
310
- });
311
- return l(), n;
312
- }
313
- H(
314
- t1,
290
+ }, n = S2(), h = _(n);
291
+ Z1(h, () => g() ?? I);
292
+ var y = F(h, 2);
315
293
  {
316
- class: {},
317
- autoCollapse: {},
318
- button: {},
319
- children: {}
320
- },
321
- [],
322
- [],
323
- !0
324
- );
325
- const j2 = (e, t, a) => {
326
- var l;
327
- W1(a, !t()), (l = e.target) == null || l.focus();
328
- };
329
- var N2 = Z('<span class="sr-only"> </span>'), A2 = Z('<button aria-haspopup="true"><!> <!></button>');
330
- function e1(e, t) {
331
- G(t, !0);
332
- const [a, l] = u1(), w = () => h1(M, "$open", a);
333
- let d = A(t, "class", 7), o = A(t, "label", 7), y = A(t, "children", 7);
334
- const M = w1("menu");
335
- var u = A2();
336
- u.__click = [j2, w, M];
337
- var c = $(u);
338
- Z1(c, () => y() ?? X);
339
- var s = E(c, 2);
340
- {
341
- var h = (m) => {
342
- var n = N2(), f = $(n, !0);
343
- x(n), S(() => N(f, o())), _(m, n);
294
+ var w = (r) => {
295
+ var f = J(), $ = G(f);
296
+ Z1($, () => k() ?? I), m(r, f);
344
297
  };
345
- j(s, (m) => {
346
- o() && m(h);
298
+ j(y, (r) => {
299
+ e() && r(w);
347
300
  });
348
301
  }
349
- x(u), S(() => {
350
- T(u, 1, U(d())), Y(u, "aria-expanded", w());
351
- }), _(e, u);
352
- var b = q({
302
+ p(n), L2(n, (r) => k1 == null ? void 0 : k1(r)), z(() => {
303
+ E(n, 1, U(x())), Y(n, "data-expanded", e());
304
+ }), b2("focusoutside", n, v), m(a, n);
305
+ var i = O(s);
306
+ return M(), i;
307
+ }
308
+ H(t1, { class: {}, autoCollapse: {}, button: {}, children: {} }, [], [], !0);
309
+ var z2 = Z('<span class="sr-only"> </span>'), j2 = Z('<button aria-haspopup="true"><!> <!></button>');
310
+ function e1(a, t) {
311
+ q(t, !0);
312
+ const e = () => v1(k, "$open", o), [o, M] = i1();
313
+ let x = P(t, "class", 7), c = P(t, "label", 7), g = P(t, "children", 7);
314
+ const k = w1("menu"), u = (i) => {
315
+ var r;
316
+ B1(k, !e()), (r = i.target) == null || r.focus();
317
+ };
318
+ var v = {
353
319
  get class() {
354
- return d();
320
+ return x();
355
321
  },
356
- set class(m) {
357
- d(m), P();
322
+ set class(i) {
323
+ x(i), T();
358
324
  },
359
325
  get label() {
360
- return o();
326
+ return c();
361
327
  },
362
- set label(m) {
363
- o(m), P();
328
+ set label(i) {
329
+ c(i), T();
364
330
  },
365
331
  get children() {
366
- return y();
332
+ return g();
367
333
  },
368
- set children(m) {
369
- y(m), P();
334
+ set children(i) {
335
+ g(i), T();
370
336
  }
371
- });
372
- return l(), b;
337
+ }, s = j2();
338
+ s.__click = u;
339
+ var n = _(s);
340
+ Z1(n, () => g() ?? I);
341
+ var h = F(n, 2);
342
+ {
343
+ var y = (i) => {
344
+ var r = z2(), f = _(r, !0);
345
+ p(r), z(() => N(f, c())), m(i, r);
346
+ };
347
+ j(h, (i) => {
348
+ c() && i(y);
349
+ });
350
+ }
351
+ p(s), z(() => {
352
+ E(s, 1, U(x())), Y(s, "aria-expanded", e());
353
+ }), m(a, s);
354
+ var w = O(v);
355
+ return M(), w;
373
356
  }
374
- m2(["click"]);
357
+ x2(["click"]);
375
358
  H(e1, { class: {}, label: {}, children: {} }, [], [], !0);
376
- const K1 = [
359
+ const D1 = [
377
360
  {
378
361
  text: "About",
379
362
  href: "https://uoguelph.ca/about"
@@ -394,11 +377,11 @@ const K1 = [
394
377
  text: "Student Life",
395
378
  href: "https://www.uoguelph.ca/studentexperience/"
396
379
  }
397
- ], J1 = {
380
+ ], K1 = {
398
381
  text: "Search the University of Guelph",
399
382
  href: "https://uoguelph.ca/search",
400
- icon: _2
401
- }, Q1 = [
383
+ icon: w2
384
+ }, J1 = [
402
385
  {
403
386
  text: "Give",
404
387
  href: "https://bbis.alumni.uoguelph.ca/BBIS_Cannon/give/uofg"
@@ -437,7 +420,7 @@ const K1 = [
437
420
  href: "https://uoguelph.ca/apply/",
438
421
  highlight: !0
439
422
  }
440
- ], X1 = {
423
+ ], Q1 = {
441
424
  text: "Account Menu",
442
425
  items: [
443
426
  {
@@ -461,37 +444,37 @@ const K1 = [
461
444
  href: "https://gryphlife.uoguelph.ca/"
462
445
  }
463
446
  ],
464
- icon: w2
447
+ icon: m2
465
448
  };
466
- function P2(e) {
467
- const t = e - 1;
449
+ function N2(a) {
450
+ const t = a - 1;
468
451
  return t * t * t + 1;
469
452
  }
470
- function s1(e, { delay: t = 0, duration: a = 400, easing: l = P2, axis: w = "y" } = {}) {
471
- const d = getComputedStyle(e), o = +d.opacity, y = w === "y" ? "height" : "width", M = parseFloat(d[y]), u = w === "y" ? ["top", "bottom"] : ["left", "right"], c = u.map(
472
- (i) => (
453
+ function l1(a, { delay: t = 0, duration: e = 400, easing: o = N2, axis: M = "y" } = {}) {
454
+ const x = getComputedStyle(a), c = +x.opacity, g = M === "y" ? "height" : "width", k = parseFloat(x[g]), u = M === "y" ? ["top", "bottom"] : ["left", "right"], v = u.map(
455
+ (r) => (
473
456
  /** @type {'Left' | 'Right' | 'Top' | 'Bottom'} */
474
- `${i[0].toUpperCase()}${i.slice(1)}`
457
+ `${r[0].toUpperCase()}${r.slice(1)}`
475
458
  )
476
- ), s = parseFloat(d[`padding${c[0]}`]), h = parseFloat(d[`padding${c[1]}`]), b = parseFloat(d[`margin${c[0]}`]), m = parseFloat(d[`margin${c[1]}`]), n = parseFloat(
477
- d[`border${c[0]}Width`]
478
- ), f = parseFloat(
479
- d[`border${c[1]}Width`]
459
+ ), s = parseFloat(x[`padding${v[0]}`]), n = parseFloat(x[`padding${v[1]}`]), h = parseFloat(x[`margin${v[0]}`]), y = parseFloat(x[`margin${v[1]}`]), w = parseFloat(
460
+ x[`border${v[0]}Width`]
461
+ ), i = parseFloat(
462
+ x[`border${v[1]}Width`]
480
463
  );
481
464
  return {
482
465
  delay: t,
483
- duration: a,
484
- easing: l,
485
- css: (i) => `overflow: hidden;opacity: ${Math.min(i * 20, 1) * o};${y}: ${i * M}px;padding-${u[0]}: ${i * s}px;padding-${u[1]}: ${i * h}px;margin-${u[0]}: ${i * b}px;margin-${u[1]}: ${i * m}px;border-${u[0]}-width: ${i * n}px;border-${u[1]}-width: ${i * f}px;min-${y}: 0`
466
+ duration: e,
467
+ easing: o,
468
+ css: (r) => `overflow: hidden;opacity: ${Math.min(r * 20, 1) * c};${g}: ${r * k}px;padding-${u[0]}: ${r * s}px;padding-${u[1]}: ${r * n}px;margin-${u[0]}: ${r * h}px;margin-${u[1]}: ${r * y}px;border-${u[0]}-width: ${r * w}px;border-${u[1]}-width: ${r * i}px;min-${g}: 0`
486
469
  };
487
470
  }
488
- function o1(e) {
489
- return e < 0.5 ? 4 * e * e * e : 0.5 * Math.pow(2 * e - 2, 3) + 1;
471
+ function s1(a) {
472
+ return a < 0.5 ? 4 * a * a * a : 0.5 * Math.pow(2 * a - 2, 3) + 1;
490
473
  }
491
- var T2 = Z("<span> </span> <!>", 1), E2 = Z("<a> </a>"), F2 = Z("<li><!></li>"), U2 = Z("<ul></ul>"), B2 = Z("<a> </a>"), W2 = Z("<li><!></li>"), H2 = Z('<nav aria-label="Secondary"><ul></ul></nav>');
492
- function I1(e, t) {
493
- G(t, !1);
494
- const a = z1({
474
+ var A2 = Z("<span> </span> <!>", 1), P2 = Z("<a> </a>"), T2 = Z("<li><!></li>"), E2 = Z("<ul></ul>"), F2 = Z("<a> </a>"), U2 = Z("<li><!></li>"), B2 = Z('<nav aria-label="Secondary"><ul></ul></nav>');
475
+ function I1(a, t) {
476
+ q(t, !1);
477
+ const e = z1({
495
478
  slots: {
496
479
  base: "flex h-10 justify-end bg-white px-[calc((100%-1320px)/2)] text-lg",
497
480
  wrapper: "flex h-full items-center justify-end [&>li]:contents",
@@ -502,181 +485,167 @@ function I1(e, t) {
502
485
  menuItem: "border-grey/50 border-0 border-b border-solid p-2 transition-colors hover:bg-yellow hover:text-yellow-contrast"
503
486
  },
504
487
  variants: {
505
- highlight: {
506
- true: { link: "bg-yellow text-yellow-contrast" }
507
- },
488
+ highlight: { true: { link: "bg-yellow text-yellow-contrast" } },
508
489
  hasIcon: { true: { menuButton: "aspect-square" } }
509
490
  }
510
491
  })();
511
492
  y1();
512
- var l = H2(), w = $(l);
513
- W(w, 5, () => [...Q1, X1], (d) => d.text, (d, o) => {
514
- var y = W2(), M = $(y);
493
+ var o = B2(), M = _(o);
494
+ W(M, 5, () => [...J1, Q1], (x) => x.text, (x, c) => {
495
+ var g = U2(), k = _(g);
515
496
  {
516
497
  var u = (s) => {
517
- const h = B(() => a.menu());
518
- t1(s, {
519
- get class() {
520
- return r(h);
521
- },
522
- button: (m) => {
523
- const n = B(() => a.menuButton({ hasIcon: !!r(o).icon }));
524
- e1(m, {
525
- get class() {
526
- return r(n);
527
- },
528
- get label() {
529
- return r(o).text;
530
- },
531
- children: (f, i) => {
532
- var p = c1(), v = a1(p);
533
- {
534
- var L = (k) => {
535
- R(k, {
536
- get icon() {
537
- return r(o).icon;
538
- }
498
+ {
499
+ const n = (y) => {
500
+ {
501
+ let w = P1(() => e.menuButton({ hasIcon: !!l(c).icon }));
502
+ e1(y, {
503
+ get class() {
504
+ return l(w);
505
+ },
506
+ get label() {
507
+ return l(c).text;
508
+ },
509
+ children: (i, r) => {
510
+ var f = J(), $ = G(f);
511
+ {
512
+ var b = (V) => {
513
+ R(V, {
514
+ get icon() {
515
+ return l(c).icon;
516
+ }
517
+ });
518
+ }, C = (V) => {
519
+ var L = A2(), d = G(L), S = _(d, !0);
520
+ p(d);
521
+ var A = F(d, 2);
522
+ R(A, {
523
+ get icon() {
524
+ return _1;
525
+ }
526
+ }), z(() => N(S, l(c).text)), m(V, L);
527
+ };
528
+ j($, (V) => {
529
+ l(c).icon ? V(b) : V(C, !1);
539
530
  });
540
- }, V = (k) => {
541
- var g = T2(), C = a1(g), z = $(C, !0);
542
- x(C);
543
- var F = E(C, 2);
544
- R(F, {
545
- get icon() {
546
- return _1;
547
- }
548
- }), S(() => N(z, r(o).text)), _(k, g);
531
+ }
532
+ m(i, f);
533
+ },
534
+ $$slots: { default: !0 }
535
+ });
536
+ }
537
+ };
538
+ let h = P1(() => e.menu());
539
+ t1(s, {
540
+ get class() {
541
+ return l(h);
542
+ },
543
+ button: n,
544
+ children: (y, w) => {
545
+ var i = E2();
546
+ W(i, 5, () => l(c).items, (r) => r.text, (r, f) => {
547
+ var $ = T2(), b = _($);
548
+ {
549
+ var C = (V) => {
550
+ var L = P2();
551
+ a1(
552
+ L,
553
+ (S) => ({
554
+ ...l(f).attributes,
555
+ href: l(f).href,
556
+ class: S
557
+ }),
558
+ [() => e.menuItem()]
559
+ );
560
+ var d = _(L, !0);
561
+ p(L), z(() => N(d, l(f).text)), m(V, L);
549
562
  };
550
- j(v, (k) => {
551
- r(o).icon ? k(L) : k(V, !1);
563
+ j(b, (V) => {
564
+ "href" in l(f) && V(C);
552
565
  });
553
566
  }
554
- _(f, p);
555
- },
556
- $$slots: { default: !0 }
557
- });
558
- },
559
- children: (m, n) => {
560
- var f = U2();
561
- W(f, 5, () => r(o).items, (i) => i.text, (i, p) => {
562
- var v = F2(), L = $(v);
563
- {
564
- var V = (k) => {
565
- var g = E2();
566
- r1(
567
- g,
568
- (z) => ({
569
- ...r(p).attributes,
570
- href: r(p).href,
571
- class: z
572
- }),
573
- [() => a.menuItem()]
574
- );
575
- var C = $(g, !0);
576
- x(g), S(() => N(C, r(p).text)), _(k, g);
577
- };
578
- j(L, (k) => {
579
- "href" in r(p) && k(V);
580
- });
581
- }
582
- x(v), _(i, v);
583
- }), x(f), S((i) => T(f, 1, i), [() => U(a.menuContent())], B), l1(3, f, () => s1, () => ({ duration: 200, easing: o1 })), _(m, f);
584
- },
585
- $$slots: { button: !0, default: !0 }
586
- });
587
- }, c = (s) => {
588
- var h = B2();
589
- r1(
590
- h,
591
- (m) => ({
592
- ...r(o).attributes,
593
- class: m,
594
- href: r(o).href
595
- }),
596
- [
597
- () => a.link({ highlight: r(o).highlight })
598
- ]
599
- );
600
- var b = $(h, !0);
601
- x(h), S(() => N(b, r(o).text)), _(s, h);
567
+ p($), m(r, $);
568
+ }), p(i), z((r) => E(i, 1, r), [() => U(e.menuContent())]), r1(3, i, () => l1, () => ({ duration: 200, easing: s1 })), m(y, i);
569
+ },
570
+ $$slots: { button: !0, default: !0 }
571
+ });
572
+ }
573
+ }, v = (s) => {
574
+ var n = F2();
575
+ a1(n, (y) => ({ ...l(c).attributes, class: y, href: l(c).href }), [() => e.link({ highlight: l(c).highlight })]);
576
+ var h = _(n, !0);
577
+ p(n), z(() => N(h, l(c).text)), m(s, n);
602
578
  };
603
- j(M, (s) => {
604
- "items" in r(o) ? s(u) : s(c, !1);
579
+ j(k, (s) => {
580
+ "items" in l(c) ? s(u) : s(v, !1);
605
581
  });
606
582
  }
607
- x(y), _(d, y);
608
- }), x(w), x(l), S(
609
- (d, o) => {
610
- T(l, 1, d), T(w, 1, o);
583
+ p(g), m(x, g);
584
+ }), p(M), p(o), z(
585
+ (x, c) => {
586
+ E(o, 1, x), E(M, 1, c);
611
587
  },
612
588
  [
613
- () => U(a.base()),
614
- () => U(a.wrapper())
615
- ],
616
- B
617
- ), _(e, l), q();
589
+ () => U(e.base()),
590
+ () => U(e.wrapper())
591
+ ]
592
+ ), m(a, o), O();
618
593
  }
619
594
  H(I1, {}, [], [], !0);
620
- const R2 = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 90"><path fill="#e51937" d="m23.131 0 44.847 90H0V0"/><path fill="#ffc429" d="m23.131 0 16.03 32.044L55.1 0"/></svg>', G2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 239.91 91.21"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M198.95 91.21c-8.2 0-15.46-1.71-21.6-5.1-6.13-3.38-10.92-8.45-14.26-15.08-3.34-6.65-5.04-14.99-5.04-24.79s1.72-18.13 5.11-24.99c3.38-6.84 8.29-12.15 14.58-15.78C184.04 1.84 191.7 0 200.48 0c4.77 0 9.81.55 14.98 1.64 5.07 1.07 10.28 2.69 15.47 4.82l-1.11 21.16h-8.64l-1.04-5.91c-.84-4.77-4.54-8.62-9.2-9.58-3.4-.7-6.55-1.04-9.45-1.04-5.74 0-10.72 1.35-14.8 4.01s-7.26 6.64-9.45 11.83c-2.17 5.16-3.28 11.57-3.28 19.05 0 10.65 2.32 19.06 6.89 25 4.6 5.98 11.28 9.01 19.86 9.01 2.73 0 5.61-.32 8.55-.96 2.3-.5 4.73-1.17 7.23-1.98l.3-.1v-21.4l-9.48-1.36v-7.84h32.6v7.84l-9.48 1.36v28.8c-5.63 2.22-11.14 3.93-16.38 5.09-5.33 1.17-10.41 1.77-15.1 1.77ZM43.56 91.21c-6.69 0-12.25-.85-16.5-2.51-4.24-1.66-7.59-3.85-9.94-6.5-2.36-2.65-4.07-5.55-5.06-8.62-1-3.09-1.62-6.1-1.82-8.93-.21-2.85-.32-5.32-.32-7.34V11.13L0 9.14V2.03l34.49-.62v7.11l-9.92 2.67v45.16c0 2.22.11 4.43.32 6.59.21 2.18.65 4.25 1.29 6.14.65 1.92 1.69 3.66 3.08 5.17 1.4 1.53 3.3 2.72 5.64 3.55 2.32.82 5.32 1.23 8.92 1.23s6.74-.44 9.11-1.3c2.39-.87 4.35-2.12 5.83-3.74 1.47-1.6 2.57-3.47 3.27-5.56.68-2.06 1.14-4.27 1.36-6.58.21-2.31.32-4.67.32-7.03V10.95l-9.92-1.82v-7.1l34.49-.62v7.11l-9.92 2.63v44.62c0 3.85-.34 7.59-1.01 11.11-.67 3.51-1.83 6.78-3.45 9.73s-3.77 5.54-6.38 7.7-5.94 3.86-9.9 5.07c-3.97 1.21-8.7 1.82-14.05 1.82h-.01ZM103.24 63.3c-2.25 0-4.25-.41-5.94-1.22-1.66-.8-2.97-2.08-3.9-3.82-.94-1.76-1.41-4.12-1.41-7.01 0-2.35.33-4.69.99-6.95.65-2.25 1.68-4.31 3.05-6.13 1.37-1.81 3.12-3.27 5.21-4.34 2.09-1.07 4.61-1.61 7.5-1.61 2.21 0 4.2.4 5.89 1.19 1.66.78 2.98 2.06 3.92 3.82.95 1.78 1.44 4.17 1.44 7.1 0 2.35-.34 4.69-1.01 6.95-.67 2.25-1.7 4.3-3.08 6.1-1.37 1.79-3.12 3.24-5.21 4.32-2.09 1.07-4.59 1.61-7.45 1.61Zm4.41-26.17c-1.59 0-2.96.51-4.07 1.52-1.07.97-1.95 2.22-2.6 3.7-.64 1.45-1.11 3-1.4 4.59-.29 1.58-.44 3.03-.44 4.31 0 2.13.4 3.86 1.18 5.12.83 1.33 2.15 2.01 3.95 2.01 1.59 0 2.96-.51 4.07-1.52 1.07-.97 1.95-2.22 2.62-3.72.66-1.48 1.14-3.03 1.43-4.62.29-1.58.44-3.04.44-4.32 0-2.13-.4-3.85-1.18-5.1-.82-1.31-2.17-1.98-4-1.98ZM120.88 71.52c-.81 0-1.58-.05-2.29-.14-.52-.07-1-.13-1.42-.19l1.08-4.75c.19.01.39.04.59.07.39.06.78.09 1.18.09.96 0 1.83-.14 2.59-.43.77-.29 1.42-.72 1.94-1.29.51-.55.93-1.22 1.26-1.99.32-.75.56-1.63.72-2.62l3.93-24.4h-4.43l.56-3.56 4.58-1.05.44-3.02c.66-3.99 2.18-6.95 4.51-8.8 2.34-1.86 5.16-2.8 8.41-2.8 1 0 2.06.08 3.14.25.94.15 1.89.39 2.84.72l-1.6 4.61c-.52-.19-1.06-.34-1.62-.43-.71-.12-1.39-.18-2.02-.18-1.58 0-2.99.46-4.21 1.37-1.23.93-2.02 2.48-2.34 4.61l-.59 3.7h7.43l-.77 4.58h-7.37l-3.57 22.37c-.41 2.47-1.04 4.57-1.88 6.26-.83 1.68-1.84 3.05-2.99 4.08-1.15 1.02-2.43 1.77-3.8 2.23-1.38.46-2.83.69-4.3.69v.02Z" class="cls-1"/></svg>', q2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 1345.57 436.77"><defs><style>.cls-1{fill:#fff}.cls-3{fill:#ffc429}</style></defs><path d="M389.77 356.42c-15.25 0-28.77-3.19-40.19-9.48-11.41-6.28-20.33-15.72-26.54-28.06-6.22-12.36-9.38-27.87-9.38-46.09s3.2-33.7 9.5-46.45c6.29-12.73 15.42-22.61 27.14-29.36 11.73-6.76 25.96-10.18 42.3-10.18 8.88 0 18.24 1.03 27.84 3.05 9.47 2 19.18 5.03 28.88 9.01l-2.07 39.58h-16.38l-1.96-11.13c-1.55-8.77-8.35-15.85-16.92-17.62l-.14-.03c-6.16-1.26-11.99-1.9-17.35-1.9-10.61 0-19.82 2.49-27.36 7.41-7.54 4.92-13.42 12.28-17.46 21.86-4.03 9.55-6.07 21.42-6.07 35.28 0 19.71 4.29 35.28 12.75 46.26 8.5 11.04 20.85 16.64 36.71 16.64 5.06 0 10.38-.6 15.82-1.78 4.26-.93 8.77-2.16 13.39-3.66l.42-.14v-39.4l-17.6-2.51v-14.91H466v14.91l-17.6 2.51v53.41c-10.5 4.15-20.78 7.34-30.56 9.49-9.91 2.18-19.36 3.29-28.07 3.29ZM559.23 356.42c-12.45 0-22.78-1.57-30.7-4.68-7.9-3.1-14.14-7.17-18.53-12.11-4.41-4.95-7.58-10.35-9.44-16.07-1.87-5.75-3.01-11.34-3.39-16.61-.39-5.29-.59-9.88-.59-13.64v-85.53l-18.41-3.69v-13.54l64.4-1.16v13.55l-18.41 4.95v83.64c0 4.1.2 8.21.59 12.21.39 4.03 1.2 7.85 2.39 11.34 1.2 3.53 3.11 6.74 5.67 9.53 2.57 2.82 6.07 5.01 10.4 6.53 4.28 1.51 9.83 2.28 16.49 2.28s12.47-.81 16.85-2.4c4.4-1.6 8.01-3.91 10.74-6.89 2.72-2.96 4.75-6.4 6.03-10.25 1.27-3.8 2.11-7.9 2.51-12.17.39-4.28.59-8.67.59-13.03v-81.24l-18.41-3.38v-13.53l64.4-1.16v13.55L624 207.81v82.65c0 7.16-.63 14.11-1.88 20.65-1.25 6.53-3.41 12.62-6.43 18.11-3.02 5.49-7.02 10.31-11.89 14.34-4.87 4.02-11.07 7.2-18.44 9.44-7.39 2.25-16.18 3.39-26.14 3.39ZM662.07 353.82v-13.56l18.41-4.84V208.57l-18.41-4.46v-13.56l46.38-1.16h74.1V229h-16.34l-2.98-19.82H708.3v51.23h40.62l2.7-12.84h12.88v44.8h-12.87l-2.68-12.86h-17.06l-.54-.02H708.3v54.54h57.82l3.16-21.47h16.1l-.23 41.26zM814.24 353.82v-13.55l18.41-4.75V207.74l-18.41-3.65v-13.53l66.53-1.16v13.53l-20.3 4.77v126.33h51.63l3.69-26.43h16.1v46.22zM956.71 353.82v-13.54l18.41-4.17V208.49l-18.41-4.37v-13.56l47.56-1.17h23.12c12.58 0 23.05 2.16 31.11 6.42 8.04 4.25 14.11 10.16 18.04 17.56 3.95 7.43 5.95 16.06 5.95 25.67 0 10.38-2.4 19.85-7.12 28.13-4.72 8.27-11.94 14.82-21.45 19.46-9.55 4.66-21.89 7.02-36.67 7.02h-14.3v42.57l23.6 4.09v13.51h-69.83Zm46.23-79.96h14.53c11.76 0 20.87-3.12 27.1-9.26s9.39-14.51 9.39-24.85c0-9.55-2.64-17.15-7.84-22.6-5.21-5.45-13.02-8.21-23.21-8.21h-19.96v64.92ZM1197.53 353.82v-13.54l18.41-4.18v-56.14h-74.15v56.14l18.41 4.18v13.54h-64.63v-13.54l18.41-4.13v-128.3l-18.41-3.75v-13.54l64.63-1.16v13.54l-18.41 4.79v52.45h74.15v-52.24l-18.41-3.84v-13.54l64.4-1.16v13.55l-18.41 4.9v128.3l18.41 4.13v13.54zM349.81 147.59c-4.96 0-9.03-.62-12.12-1.83-3.07-1.21-5.48-2.78-7.17-4.68-1.7-1.91-2.94-3.99-3.67-6.18-.74-2.23-1.19-4.39-1.34-6.43-.15-2.06-.23-3.85-.23-5.3V91.15l-6.76-1.8v-5.52l25.29-.44v5.53l-6.67 2.3v31.94c0 1.6.08 3.18.23 4.68.15 1.53.46 2.96.9 4.25a9.646 9.646 0 0 0 2.1 3.51c.94 1.01 2.23 1.8 3.81 2.35 1.55.54 3.5.81 5.82.81s4.38-.29 5.96-.86c1.61-.58 2.93-1.42 3.94-2.49 1-1.07 1.75-2.32 2.23-3.74.47-1.38.79-2.92.94-4.57.15-1.64.23-3.36.23-5.13V91.04l-6.76-1.71v-5.51l25.29-.44v5.53l-6.67 2.25v30.81c0 3.05-.29 5.91-.85 8.51-.56 2.58-1.48 4.95-2.72 7.04-1.23 2.09-2.84 3.9-4.78 5.4-1.94 1.5-4.35 2.66-7.15 3.46-2.83.8-6.14 1.21-9.84 1.21ZM450.26 146.5l-25.6-46.87-1.14.29v39.06l6.76 2v5.52h-23.1v-5.52l6.76-2V91.11l-6.76-1.77v-5.52l21.34-.43 25.05 45.7 1.14-.29V91.1l-6.67-1.76v-5.51l23.01-.44v5.53l-6.67 2.19v55.39zM499 146.5v-5.52l6.76-1.94V91.18L499 89.35v-5.52l25.3-.44v5.53l-6.68 2.27v47.82l6.68 1.97v5.52zM574.65 146.59l-18.8-55.67-5.71-1.57v-5.52l25.84-.44v5.51l-6.8 1.94 13.09 44.04 14.42-43.75-6.79-1.79v-5.51l23.19-.44v5.51l-5.62 1.69-19.79 56zM754.92 146.5l-8.06-17.29c-1.1-2.32-2.07-4.14-2.87-5.41-.86-1.35-1.94-2.3-3.21-2.8-1.1-.44-2.58-.65-4.51-.65-.25 0-.5 0-.76.01h-3.15v18.62l7.5 2v5.51h-26.12v-5.52l6.76-1.91V91.18l-6.76-1.84v-5.52l19.79-.44h8.85c7.13 0 12.57 1.49 16.16 4.43 3.55 2.91 5.35 7.18 5.35 12.69 0 4.94-1.53 9.07-4.54 12.29-2.25 2.4-5.52 4.13-9.73 5.14l-2.19.53 2.16.64c.41.12.79.26 1.14.41 1.43.63 2.64 1.52 3.57 2.62.97 1.15 1.88 2.54 2.71 4.14l6.76 13.01 5.14 1.68v5.53h-14Zm-22.56-33.97h6c4.39 0 7.75-.94 9.98-2.79 2.27-1.88 3.42-4.68 3.42-8.33 0-3.08-.92-5.53-2.74-7.29-1.82-1.75-4.6-2.64-8.28-2.64h-8.38v21.04ZM817.68 147.69c-3.18 0-6.48-.32-9.8-.95-3.19-.6-6.38-1.51-9.5-2.7l.43-16.34h6.49l1.57 9.06.3.13c1.63.69 3.32 1.24 5.04 1.62 2.07.47 4.13.7 6.12.7 2.31 0 4.46-.32 6.4-.94 1.99-.64 3.59-1.65 4.75-3.02 1.19-1.39 1.79-3.12 1.79-5.15s-.64-3.75-1.9-5.08c-1.21-1.27-2.87-2.35-4.91-3.2a71.79 71.79 0 0 0-6.5-2.31 94.22 94.22 0 0 1-6.95-2.41c-2.3-.89-4.44-2.04-6.36-3.4-1.9-1.34-3.42-3.07-4.52-5.14-1.1-2.06-1.66-4.72-1.66-7.89 0-4.17 1-7.63 2.99-10.28 1.99-2.67 4.73-4.71 8.15-6.06 3.45-1.37 7.4-2.06 11.75-2.06 3.11 0 6.39.33 9.75.99 3.22.63 6.49 1.58 9.72 2.82l-.94 14.98h-6.7l-1.69-8.79-.33-.11c-1.35-.46-2.53-.78-3.71-1a28.56 28.56 0 0 0-5.37-.51c-2.12 0-4.11.27-5.93.8-1.86.55-3.38 1.43-4.52 2.63-1.17 1.24-1.77 2.87-1.77 4.85s.68 3.56 2.02 4.83c1.26 1.2 2.92 2.24 4.93 3.09 1.96.83 4.16 1.63 6.54 2.39 2.34.75 4.7 1.61 6.99 2.54 2.26.92 4.38 2.1 6.32 3.49 1.9 1.37 3.44 3.13 4.57 5.23 1.13 2.09 1.71 4.76 1.71 7.94 0 4.34-1.14 7.97-3.39 10.77-2.27 2.83-5.33 4.96-9.11 6.34-3.82 1.4-8.11 2.11-12.77 2.11ZM874.38 146.5v-5.52l6.76-1.94V91.18l-6.76-1.83v-5.52l25.29-.44v5.53L893 91.19v47.82l6.67 1.97v5.52zM939.78 146.5V141l7.77-1.96V91.58h-10.97l-1.92 9.05h-6.67V83.38h51.07v17.25h-6.67l-1.87-9.05H959.5v47.44l7.77 1.98v5.5zM1021.44 146.5v-5.52l7.04-2.05v-14.91l-17.21-33-5.46-1.66v-5.53l24.29-.44v5.5l-6.54 1.76 11.96 25.31 12.1-24.77-6.8-1.84v-5.53l22.55-.43v5.51l-5.28 1.59-17.75 33.72v14.74l6.94 2.03v5.52zM1160.2 147.59c-5.65 0-10.61-1.22-14.73-3.62-4.11-2.39-7.33-5.98-9.59-10.66-2.26-4.7-3.41-10.61-3.41-17.56 0-5.57.73-10.52 2.16-14.7 1.43-4.16 3.47-7.67 6.08-10.43 2.61-2.75 5.74-4.86 9.33-6.25 3.6-1.4 7.66-2.11 12.07-2.11s8.32.69 11.8 2.06c3.46 1.36 6.47 3.37 8.92 5.97 2.46 2.61 4.4 5.9 5.77 9.79 1.37 3.91 2.07 8.5 2.07 13.64 0 7-1.29 13.1-3.82 18.14-2.53 5.02-6.09 8.93-10.6 11.63-4.51 2.7-9.91 4.07-16.05 4.07Zm1.37-56.47c-3.15 0-5.99.77-8.45 2.28-2.48 1.53-4.43 4.09-5.78 7.61-1.33 3.46-2.01 8.27-2.01 14.29 0 5.53.63 10.04 1.87 13.41 1.26 3.43 3.1 5.98 5.48 7.6 2.38 1.62 5.24 2.43 8.52 2.43s6-.78 8.46-2.33c2.47-1.55 4.48-4.17 5.95-7.78 1.46-3.56 2.19-8.39 2.19-14.35 0-5.53-.68-10.05-2.01-13.43-1.35-3.43-3.26-5.94-5.68-7.46-2.4-1.52-5.28-2.29-8.55-2.29ZM635.3 146.5v-5.52l6.77-1.96V91.18l-6.77-1.83v-5.53l18.97-.44h26.44v15.24h-6.67l-1.45-7.04h-18.67v18.85h4.85v-.01h8.18l1.52-5.73h5.16v19.3h-5.15l-1.51-5.73h-13.05v20.04h19.78l1.53-7.77h6.66l-.17 15.97zM1214.54 146.5v-5.52l6.76-1.98V91.22l-6.76-1.87v-5.53l18.97-.44h25.97V98.8h-6.66l-1.46-7.22h-18.2v19.21h12.35l1.57-5.91h5.38v20.05h-5.38l-1.56-5.94h-12.36v20.03l8.32 1.98v5.5z" class="cls-1"/><path d="m268.15 150.52-.05 103.74c-.07 14-.45 28.06-2.93 41.94-7.84 48.96-45.95 78.15-87.71 99.06l-1.55.78-1.55-.79c-33.52-16.93-67.62-40.42-81.52-76.9-3.96-10.21-6.2-20.85-7.45-31.63-1.25-10.8-1.51-21.74-1.54-32.55l.05-103.74 88.74.04h6.75l88.74.05Zm-6.8 96.98.04-90.23-81.99-.04-.04 90.23 81.99.04Zm-.03 6.76-81.96-.04h-6.75l-81.96-.04c.2 20.84 1.2 42.08 8.9 61.59 13.25 33.92 44.89 55.49 76.38 71.46 31.51-15.93 63.17-37.48 76.45-71.38 7.72-19.5 8.74-40.74 8.96-61.58Zm-88.71-6.8.04-90.23-81.99-.04-.04 90.23z" style="fill:#e51937"/><path d="M220.38 236.95c-.75 0-1.51-.03-2.26-.08-14.89-1.08-26.98-13.11-28.12-27.99-1.21-15.78 9.6-29.72 25.16-32.42l.41-.07.21-.81c.24-.9 1.05-1.53 1.99-1.53h.1l.38-1.09-.08-.06c-.84-.67-1.32-1.68-1.33-2.78-.02-1.86 2.85-3.2 3.56-3.5.71.3 3.55 1.63 3.56 3.51 0 1.08-.48 2.09-1.34 2.77l-.08.06.38 1.1h.1c.93 0 1.75.63 1.99 1.53l.21.81.41.07c14.62 2.55 25.22 15.18 25.22 30.03 0 16.8-13.68 30.46-30.47 30.46Zm9.47-14.84c-2.04 1.27-4.17 2.11-6.36 2.49l-.54.09v6.58l.73-.1c11.56-1.52 20.31-9.95 21.77-20.99l.1-.73h-7.35l-.09.53c-.38 2.15-1.2 4.26-2.44 6.27l-.08.12-.02 5.63h-5.56l-.16.1Zm-33.8-11.94c1.48 11.27 9.73 19.52 21 21.01l.74.1v-17.89l-10.94 10.69c-.84-1.07-1.3-2.47-1.29-3.97 0-1.73.63-3.35 1.72-4.44l6.37-6.23h-17.7l.1.73Zm26.91 9.94.81-.21c4.71-1.23 8.41-4.92 9.64-9.63l.21-.81h-10.66v10.66Zm10.95-30.47c1.87 2.4 1.69 6.29-.43 8.41l-6.37 6.23h18.45l-.1-.73c-1.48-11.32-10.43-20.27-21.75-21.78l-.74-.1v18.66l10.93-10.7Zm-16.92 4.18a13.507 13.507 0 0 0-9.65 9.64l-.21.81h10.67v-10.66l-.81.21Zm.08-12.04c-11.04 1.45-19.48 10.2-21.02 21.76l-.1.74h6.59l.09-.54c.38-2.15 1.2-4.26 2.44-6.27l.08-.12.02-5.73h5.68l.2-.09c2-1.22 4.08-2.02 6.2-2.39l.54-.09v-7.35l-.73.1ZM127.53 234.02l-7.91 3.59v-7.46h-16.39l.02-51.94 2.46-.04v-3.19c1.32.42 2.65.62 4.07.62 2.81 0 5.45-.83 8-1.63 2.54-.8 4.95-1.55 7.49-1.55 1.92 0 3.71.44 5.48 1.35l.3.15.3-.15c1.74-.89 3.51-1.33 5.39-1.33 2.55 0 4.96.77 7.51 1.58 2.55.82 5.19 1.66 7.99 1.66 1.45 0 2.81-.22 4.16-.67v3.18l3.59.04.02 51.94h-24.56v7.44l-7.91-3.6Zm3.63-2.97-.36-17.5h-6.62l-.26 17.49 3.62-1.64 3.63 1.65Zm6.54-9.48c2.4 0 4.51.75 6.74 1.54 2.29.81 4.65 1.65 7.39 1.65.72 0 1.45-.06 2.17-.18l.54-.09.02-43.11-.75.12c-.64.1-1.3.16-1.94.16-2.52 0-4.78-.8-6.97-1.58-2.24-.79-4.56-1.62-7.19-1.62-.56 0-1.12.04-1.68.11l-.56.08-.02 43.11.74-.1c.5-.07 1.01-.1 1.51-.1Zm-29 3.06.6.05c.36.03.71.04 1.06.04 3.02 0 5.61-.97 7.89-1.83l1.38-.51.02-43.18-1.78.66c-2.2.83-4.7 1.77-7.54 1.77-.3 0-.61-.01-.92-.03l-.7-.05-.02 43.09Zm15.47-16.2h6.63l.37-30.14h-7.22l.22 30.14ZM171.7 369.56c-8.06-3.06-16-10.38-20.31-16.31l-.64-.88-.71.81c-2.28 2.6-3.01 3.93-3.94 5.61-.25.46-.5.9-.79 1.39l-2.32-3.26c-4.6-6.49-6.76-13.08-7.63-16.42l-.12-.44-.43-.15c-11.42-4.02-13.17-10.49-14.07-14.05l.25-.12c1.75-.83 3.57-1.69 5.28-2.71l.64-.38-.28-.69c-5.28-12.95-4.27-25.92 2.87-36.54 7.33-10.92 20.07-17.7 33.23-17.7s23.86 6.24 31.64 17.56l.38.56.63-.24c7.64-2.85 12.42-8.14 16.64-12.8 5.09-5.62 9.48-10.47 17.55-10.47 3.01 0 6.33.66 10.16 2.02l3.15 1.14c-7.59 9.78-10.63 21.11-13.58 32.07-4.6 17.09-8.94 33.24-30.09 41l-.92.34.44.87c.97 1.9 2.5 4.39 4.69 7.61-6.78 6.96-17.49 7.72-21.79 7.72-2.96 0-5.8-.31-8.01-.88l-.96-.25-.11.99c-.79 6.94-.79 9.03-.8 11.92 0 .81 0 1.65-.02 2.67Zm-20-24.8c.44.62.85 1.25 1.28 1.89 2.29 3.44 4.89 7.33 12.47 13.67l1.32 1.11.1-1.72c.19-3.3.85-7.83 1.76-12.15l2.73.86s4.98 1.54 11.17 1.54c5.22 0 9.67-1.08 13.23-3.22l.75-.45-.45-.75c-.88-1.44-1.63-2.8-2.24-4.04l-.52-1.06-.85.82c-2.43 2.32-5.78 3.6-9.42 3.6-6.39 0-12.18-3.79-14.1-9.21l-.16-.46-3.34-.71-.07 1c-.27 4.11-2.71 8.34-3.84 10.1-3.45-2.75-7.73-9.29-7.78-9.36l-.31-.48-.56.09c-1.16.2-3.34 1.86-4.64 2.93-.67-2.61-.65-5.88-.57-7.63l.04-.81-.8-.09c-4.32-.5-8.17-3.08-10.3-6.9l-.52-.93-.81.69c-1.96 1.68-4.35 3.3-7.1 4.81l-.79.43.46.77c1.68 2.8 6.25 5.96 11.75 6.63.09.43.16.85.23 1.25.51 2.85.95 5.32 4.74 12.85l.59 1.18.85-1.01c1.35-1.61 4.02-3.84 5.69-5.22Zm31.18-4.98c4.33 0 7.9-2.82 9.09-7.2 1.19-4.35-.45-8.58-4.17-10.78l-.46-.27-.45.29c-2.08 1.36-4.17 5.17-5.05 6.91-2.64-2.34-4.76-6.59-4.76-6.59l-.09.07c-3.41 2.36-4.77 6.57-3.47 10.72 1.3 4.15 4.83 6.83 9 6.83h.37Zm47.03-73.12c-7.92 0-12.2 6.56-16.33 12.91-.6.91-1.18 1.81-1.78 2.69-7.05 9.91-11.8 12.26-11.85 12.28l-.71.34.26.74c1.98 5.56 1.41 20.99-2.98 28.11l-.23.37.17.41c.68 1.67 1.35 4.28 1.33 6.33v.98l.96-.11c6.9-.78 14.03-9.07 14.47-25.82 1.31 1.06 3.32 3.16 3.7 6.25l.34 2.72 1.29-2.42c2.55-4.78 3.65-9.1 4.82-13.66.47-1.84.96-3.75 1.57-5.81l.74-2.25c2.49-7.58 5.06-15.41 9.06-22.2l.58-.99-1.11-.29c-1.5-.39-2.95-.59-4.31-.59Zm-81.44 58.52c4.57 0 8.35-3.72 8.44-8.29.06-3.2-1.69-6.12-4.57-7.62l-.7-.37-.43.67c-.79 1.24-1.96 2.49-2.65 3.19-.84-.9-2.44-2.36-4.29-2.93l-.39-.12-.34.23c-2.94 1.99-4.13 5.61-3.02 9.24 1.11 3.63 4.14 5.98 7.71 5.98h.25Zm17.42-15.99c-1.85 0-3.45.8-4.51 2.26l-.27.37.15.43c.73 2.04.95 4.42.61 6.53l-.07.46.34.32c1.03.96 2.34 1.47 3.78 1.47a6.3 6.3 0 0 0 4.46-1.87c1.06-1.08 1.64-2.49 1.61-3.98.08-1.5-.44-2.9-1.5-4.02-1.16-1.22-2.88-1.95-4.6-1.95Zm-4.45-35.77c-10.54 0-20.52 5.49-26.7 14.68-6.15 9.15-7.45 20.43-3.48 30.17l.46 1.13.92-.81c.97-.85 1.7-1.65 2.16-2.38l.11-.17.03-.27c.26-7.76 7.43-12.57 13.92-12.57 3.24 0 6.16 1.13 8.46 3.25l.58.54.59-.52c1.02-.9 2.17-1.61 3.41-2.1l.59-.23-.05-.63c-.47-6.56 4.48-12.41 11.03-13.05l2.34-.23-1.92-1.34c-3.92-2.74-8.64-4.19-13.66-4.19-3.6 0-7.16.71-10.58 2.13 3.61-3.76 8.42-5.74 13.96-5.74 8.46 0 17.19 4.65 22.22 11.86 4.64 6.63 5.59 14.66 2.69 22.59l-.27.75.72.34c.93.43 1.81.96 2.61 1.57l.92.7.42-1.07c3.78-9.75 2.34-20.96-3.84-29.99-6.16-9-16.07-14.37-26.49-14.38-.36-.01-.75-.02-1.14-.02Zm9.23 23.38c-2.04 1.39-3.23 3.77-3.13 6.2l.03.68.67.13c3.2.62 6 2.59 7.68 5.4l.34.56.63-.17c2.83-.76 4.78-3.29 4.97-6.45.19-3.16-1.44-5.91-4.16-7.01l-.65-.26-.39.57c-.98 1.44-1.82 3-2.27 3.89-.94-.84-1.77-1.93-2.46-3.25l-.45-.87-.81.55ZM244.04 132l-32.21-.02c-.03-2.59-1.28-3.52-2.92-4.02-1.53-.47-3.44-1.05-4.23-3.49-1.01-3.1 1.35-9.7 5.49-19.36l.3-.51s1.32-.02 2.59-.49l.45-.17.38.3c10.51 8.26 10.18 11.14 8.55 14.31-.65 1.26-1.21 2.36.07 4.51.4-.38.77-.73 1.12-1.07 1.82-1.76 3.03-2.92 4.72-2.92 1.19 0 2.44.59 4.18 1.98l.21.2.07.2c.61 1.86.75 4.35.78 5.81 1.1-.62 2.8-1.8 3.37-3.45l.75-2.19.88 2.14c.38.93.68 1.93.9 2.97 1.73-2.16 2.4-4.08 2-5.72-.46-1.89-1.54-2.62-3.49-3.94-.94-.64-2.01-1.37-3.25-2.39-4.24-3.5-8.78-11.49-10.11-17.82l-.2-.94.95-.1c1.73-.19 2.64-1.23 3.05-1.89-1.39-1.45-4.49-6.33-4.98-12.58-.71-8.99 2.92-10.84 3.08-10.91.08-.04 2.06-.88 4.14-.88 2.29 0 3.87 1 4.59 2.91 3.45-3.71 5.02-6.53 4.67-8.41-.36-1.9-2.74-2.95-5.25-4.07l-.81-.39-.12-.19c-1.71-2.84-4.97-4.79-8.75-7.04-3.99-2.39-8.51-5.09-11.92-9.46-1.27 1.6-1.64 3.54-1.64 3.56l-.16.86-.86-.16c-.15-.03-3.55-.7-7-4.1-2.37 4.05-2.48 10.6 1.89 15.44l.31.34c-1.03 2.84-4.2 5.32-4.2 5.32l-.43-.77c-.63-1.13-1.21-2.19-1.76-3.2-4.21-7.75-6.32-11.64-16.32-13.06-2.85-.4-6.2-.8-9.76-1.21-10.67-1.25-23.94-2.79-36.71-6.1-.98 2.51-1.34 5.56-1.34 5.59l-.09.82-.82-.05c-4.78-.27-11.39-.91-14.77-1.67-1.08 10.78 7.28 14.69 7.64 14.85l.44.2.07.47c.8 5.71 5.12 8.57 5.16 8.6l.34.22.05.4c.65 5.06 5.58 7.33 5.63 7.35l2.2.98-2.32.64c-8.82 2.44-15.15 12.78-20.73 21.01-5.59 8.25-10.88 16.05-17.95 16.05-1.4 0-2.84-.31-4.3-.93 0 2.01.32 5.48 2.35 7.69 1.25 1.36 3.04 2.05 5.29 2.05 6.71-.02 12.03-7.71 17.17-15.15 4.5-6.5 8.75-12.64 14-14.11l.93-.26.16.95c.06.39 1.48 9.72-8.75 16.64l.43 19.76h-20.95c-1.14-.01-2.61 1.41-2.61 3.15v3.19l144.3.07v-3.19c0-1.75-1.46-3.16-3.94-3.17Zm-79.82-4.29c-1.18-.36-2.39-.74-2.95-2.03-3.11-7.27-.09-9.66 3.41-12.42 2.76-2.17 5.88-4.63 6.87-10.34l.12-.72h.73c1.72 0 15.56 2.38 17.91 2.87l.45.09.18.43c.12.29 1.21 2.92 2.12 4.51l.67 1.17-1.35.12c-.49.04-1.01.07-1.55.07-1.54 0-2.98-.18-3.98-.34.81 2.94 3.12 4.55 5.37 6.12 2.34 1.63 4.55 3.17 4.34 6-.2 2.59-1.95 4.11-3.49 5.45-.88.76-1.79 2.24-2.35 3.29h-22.97c-.35-2.73-1.86-3.75-3.53-4.26Zm-29.81-15.36c8.67-7.38 7.08-19.41 6.63-21.95l-5.86-2.47.59-.87c4.62-6.85 16.21-8.73 25.79-8.73 4.66 0 9.45.24 14.13.47 4.26.21 8.29.41 11.88.41 1.19 0 2.24-.02 3.23-.06-2.23-2.46-8.97-3.68-31.2-4.19-12.12-.28-20.12.25-20.99-4.81l-.18-1.04 49.47 1.37c-2.26-2.1-8.73-3.2-23.7-3.89-2.38-.11-4.65-.2-6.79-.28-14.86-.59-23.83-.23-24.6-5.51l-.15-1.03 51.49 1.92c-2.84-2.69-10.55-3.7-20.3-4.07-1.28-.05-2.61-.1-3.96-.16l-3.31-.14c-17.9-.74-30.84-.56-32.11-7.24l-.23-1.22 1.23.2c5.52.92 19.8 1.53 32.4 2.06l2.18.09c2.49.11 5.28.16 8.01.22 6.17.13 12.54.26 16.03.98 9.07 1.89 14.07 15.9 15.49 20.53 2.74-2.62 8.94-8.84 11.5-13.93-1.37-1.08-4.22-3.88-3.53-7.9l.2-1.18 1.06.56c1.57.83 4.32 1.65 7.22 2.51 6.32 1.88 13.48 4.02 15.47 7.9l.33.63-.56.44c-.83.66-1.59 1.48-2.41 2.33-5.97 6.23-11.17 4.14-11.17 4.14-.07 2.44 3.14 2.96 3.14 2.96s-1.02 2.17-.93 7.44c.02 1.08.08 3.17.14 4.27.35 6.55.72 13.33-7.37 16.62l-1.61.65.44-1.68c1.14-4.3-.16-6.44-1.15-7.39-1.25 3.55-6.63 18.81-8.29 23.82l-.46 1.41-1-1.1c-5.79-6.34-10.25-22.73-11.16-26.25h-.66c-1.79 0-5.32-.09-9.06-.68 1.39 4.47 6.02 5.12 6.22 5.15l.57.07.16.55c.46 1.6 1.64 4.29 1.65 4.31l.51 1.17-1.28.05h-.34c-1.95 0-5.16-.55-8.55-1.12-3.83-.65-7.8-1.33-10.45-1.33h-.85l-.02-.85c-.08-3.65-1.9-5.29-3.11-5.97-.99 13.22-10.25 20.63-29.13 23.31l-2.96.42 2.28-1.94Zm3.26 14.61-.7-.04-.11-.69c-1.15-7.53 2.29-8.3 6.27-9.2 1.6-.36 3.41-.77 5.18-1.68l.93-.48.3 1.01c2.48 8.41 1.54 14.2 1.06 16.08h-9.04c-.5-1.84-1.61-4.84-3.91-4.99Z" class="cls-3"/><path d="M221.97 63.36c-.61 0-1.23-.15-1.86-.45-2.77-1.32-2.8-4.08-2.77-4.73 7.2 1.34 8.29 2.7 8.44 2.96-.25.35-1.66 2.22-3.81 2.22Z" class="cls-3"/></svg>';
621
- var O2 = Z('<div aria-hidden="true"><!></div>'), D2 = Z('<div><!> <a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a></div>');
622
- function Y1(e, t) {
623
- G(t, !1);
624
- const [a, l] = u1(), w = () => h1(d, "$headerState", a), d = w1("header-state"), o = z1({
595
+ const W2 = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 90"><path fill="#e51937" d="m23.131 0 44.847 90H0V0"/><path fill="#ffc429" d="m23.131 0 16.03 32.044L55.1 0"/></svg>', H2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 239.91 91.21"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M198.95 91.21c-8.2 0-15.46-1.71-21.6-5.1-6.13-3.38-10.92-8.45-14.26-15.08-3.34-6.65-5.04-14.99-5.04-24.79s1.72-18.13 5.11-24.99c3.38-6.84 8.29-12.15 14.58-15.78C184.04 1.84 191.7 0 200.48 0c4.77 0 9.81.55 14.98 1.64 5.07 1.07 10.28 2.69 15.47 4.82l-1.11 21.16h-8.64l-1.04-5.91c-.84-4.77-4.54-8.62-9.2-9.58-3.4-.7-6.55-1.04-9.45-1.04-5.74 0-10.72 1.35-14.8 4.01s-7.26 6.64-9.45 11.83c-2.17 5.16-3.28 11.57-3.28 19.05 0 10.65 2.32 19.06 6.89 25 4.6 5.98 11.28 9.01 19.86 9.01 2.73 0 5.61-.32 8.55-.96 2.3-.5 4.73-1.17 7.23-1.98l.3-.1v-21.4l-9.48-1.36v-7.84h32.6v7.84l-9.48 1.36v28.8c-5.63 2.22-11.14 3.93-16.38 5.09-5.33 1.17-10.41 1.77-15.1 1.77ZM43.56 91.21c-6.69 0-12.25-.85-16.5-2.51-4.24-1.66-7.59-3.85-9.94-6.5-2.36-2.65-4.07-5.55-5.06-8.62-1-3.09-1.62-6.1-1.82-8.93-.21-2.85-.32-5.32-.32-7.34V11.13L0 9.14V2.03l34.49-.62v7.11l-9.92 2.67v45.16c0 2.22.11 4.43.32 6.59.21 2.18.65 4.25 1.29 6.14.65 1.92 1.69 3.66 3.08 5.17 1.4 1.53 3.3 2.72 5.64 3.55 2.32.82 5.32 1.23 8.92 1.23s6.74-.44 9.11-1.3c2.39-.87 4.35-2.12 5.83-3.74 1.47-1.6 2.57-3.47 3.27-5.56.68-2.06 1.14-4.27 1.36-6.58.21-2.31.32-4.67.32-7.03V10.95l-9.92-1.82v-7.1l34.49-.62v7.11l-9.92 2.63v44.62c0 3.85-.34 7.59-1.01 11.11-.67 3.51-1.83 6.78-3.45 9.73s-3.77 5.54-6.38 7.7-5.94 3.86-9.9 5.07c-3.97 1.21-8.7 1.82-14.05 1.82h-.01ZM103.24 63.3c-2.25 0-4.25-.41-5.94-1.22-1.66-.8-2.97-2.08-3.9-3.82-.94-1.76-1.41-4.12-1.41-7.01 0-2.35.33-4.69.99-6.95.65-2.25 1.68-4.31 3.05-6.13 1.37-1.81 3.12-3.27 5.21-4.34 2.09-1.07 4.61-1.61 7.5-1.61 2.21 0 4.2.4 5.89 1.19 1.66.78 2.98 2.06 3.92 3.82.95 1.78 1.44 4.17 1.44 7.1 0 2.35-.34 4.69-1.01 6.95-.67 2.25-1.7 4.3-3.08 6.1-1.37 1.79-3.12 3.24-5.21 4.32-2.09 1.07-4.59 1.61-7.45 1.61Zm4.41-26.17c-1.59 0-2.96.51-4.07 1.52-1.07.97-1.95 2.22-2.6 3.7-.64 1.45-1.11 3-1.4 4.59-.29 1.58-.44 3.03-.44 4.31 0 2.13.4 3.86 1.18 5.12.83 1.33 2.15 2.01 3.95 2.01 1.59 0 2.96-.51 4.07-1.52 1.07-.97 1.95-2.22 2.62-3.72.66-1.48 1.14-3.03 1.43-4.62.29-1.58.44-3.04.44-4.32 0-2.13-.4-3.85-1.18-5.1-.82-1.31-2.17-1.98-4-1.98ZM120.88 71.52c-.81 0-1.58-.05-2.29-.14-.52-.07-1-.13-1.42-.19l1.08-4.75c.19.01.39.04.59.07.39.06.78.09 1.18.09.96 0 1.83-.14 2.59-.43.77-.29 1.42-.72 1.94-1.29.51-.55.93-1.22 1.26-1.99.32-.75.56-1.63.72-2.62l3.93-24.4h-4.43l.56-3.56 4.58-1.05.44-3.02c.66-3.99 2.18-6.95 4.51-8.8 2.34-1.86 5.16-2.8 8.41-2.8 1 0 2.06.08 3.14.25.94.15 1.89.39 2.84.72l-1.6 4.61c-.52-.19-1.06-.34-1.62-.43-.71-.12-1.39-.18-2.02-.18-1.58 0-2.99.46-4.21 1.37-1.23.93-2.02 2.48-2.34 4.61l-.59 3.7h7.43l-.77 4.58h-7.37l-3.57 22.37c-.41 2.47-1.04 4.57-1.88 6.26-.83 1.68-1.84 3.05-2.99 4.08-1.15 1.02-2.43 1.77-3.8 2.23-1.38.46-2.83.69-4.3.69v.02Z" class="cls-1"/></svg>', R2 = '<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 1345.57 436.77"><defs><style>.cls-1{fill:#fff}.cls-3{fill:#ffc429}</style></defs><path d="M389.77 356.42c-15.25 0-28.77-3.19-40.19-9.48-11.41-6.28-20.33-15.72-26.54-28.06-6.22-12.36-9.38-27.87-9.38-46.09s3.2-33.7 9.5-46.45c6.29-12.73 15.42-22.61 27.14-29.36 11.73-6.76 25.96-10.18 42.3-10.18 8.88 0 18.24 1.03 27.84 3.05 9.47 2 19.18 5.03 28.88 9.01l-2.07 39.58h-16.38l-1.96-11.13c-1.55-8.77-8.35-15.85-16.92-17.62l-.14-.03c-6.16-1.26-11.99-1.9-17.35-1.9-10.61 0-19.82 2.49-27.36 7.41-7.54 4.92-13.42 12.28-17.46 21.86-4.03 9.55-6.07 21.42-6.07 35.28 0 19.71 4.29 35.28 12.75 46.26 8.5 11.04 20.85 16.64 36.71 16.64 5.06 0 10.38-.6 15.82-1.78 4.26-.93 8.77-2.16 13.39-3.66l.42-.14v-39.4l-17.6-2.51v-14.91H466v14.91l-17.6 2.51v53.41c-10.5 4.15-20.78 7.34-30.56 9.49-9.91 2.18-19.36 3.29-28.07 3.29ZM559.23 356.42c-12.45 0-22.78-1.57-30.7-4.68-7.9-3.1-14.14-7.17-18.53-12.11-4.41-4.95-7.58-10.35-9.44-16.07-1.87-5.75-3.01-11.34-3.39-16.61-.39-5.29-.59-9.88-.59-13.64v-85.53l-18.41-3.69v-13.54l64.4-1.16v13.55l-18.41 4.95v83.64c0 4.1.2 8.21.59 12.21.39 4.03 1.2 7.85 2.39 11.34 1.2 3.53 3.11 6.74 5.67 9.53 2.57 2.82 6.07 5.01 10.4 6.53 4.28 1.51 9.83 2.28 16.49 2.28s12.47-.81 16.85-2.4c4.4-1.6 8.01-3.91 10.74-6.89 2.72-2.96 4.75-6.4 6.03-10.25 1.27-3.8 2.11-7.9 2.51-12.17.39-4.28.59-8.67.59-13.03v-81.24l-18.41-3.38v-13.53l64.4-1.16v13.55L624 207.81v82.65c0 7.16-.63 14.11-1.88 20.65-1.25 6.53-3.41 12.62-6.43 18.11-3.02 5.49-7.02 10.31-11.89 14.34-4.87 4.02-11.07 7.2-18.44 9.44-7.39 2.25-16.18 3.39-26.14 3.39ZM662.07 353.82v-13.56l18.41-4.84V208.57l-18.41-4.46v-13.56l46.38-1.16h74.1V229h-16.34l-2.98-19.82H708.3v51.23h40.62l2.7-12.84h12.88v44.8h-12.87l-2.68-12.86h-17.06l-.54-.02H708.3v54.54h57.82l3.16-21.47h16.1l-.23 41.26zM814.24 353.82v-13.55l18.41-4.75V207.74l-18.41-3.65v-13.53l66.53-1.16v13.53l-20.3 4.77v126.33h51.63l3.69-26.43h16.1v46.22zM956.71 353.82v-13.54l18.41-4.17V208.49l-18.41-4.37v-13.56l47.56-1.17h23.12c12.58 0 23.05 2.16 31.11 6.42 8.04 4.25 14.11 10.16 18.04 17.56 3.95 7.43 5.95 16.06 5.95 25.67 0 10.38-2.4 19.85-7.12 28.13-4.72 8.27-11.94 14.82-21.45 19.46-9.55 4.66-21.89 7.02-36.67 7.02h-14.3v42.57l23.6 4.09v13.51h-69.83Zm46.23-79.96h14.53c11.76 0 20.87-3.12 27.1-9.26s9.39-14.51 9.39-24.85c0-9.55-2.64-17.15-7.84-22.6-5.21-5.45-13.02-8.21-23.21-8.21h-19.96v64.92ZM1197.53 353.82v-13.54l18.41-4.18v-56.14h-74.15v56.14l18.41 4.18v13.54h-64.63v-13.54l18.41-4.13v-128.3l-18.41-3.75v-13.54l64.63-1.16v13.54l-18.41 4.79v52.45h74.15v-52.24l-18.41-3.84v-13.54l64.4-1.16v13.55l-18.41 4.9v128.3l18.41 4.13v13.54zM349.81 147.59c-4.96 0-9.03-.62-12.12-1.83-3.07-1.21-5.48-2.78-7.17-4.68-1.7-1.91-2.94-3.99-3.67-6.18-.74-2.23-1.19-4.39-1.34-6.43-.15-2.06-.23-3.85-.23-5.3V91.15l-6.76-1.8v-5.52l25.29-.44v5.53l-6.67 2.3v31.94c0 1.6.08 3.18.23 4.68.15 1.53.46 2.96.9 4.25a9.646 9.646 0 0 0 2.1 3.51c.94 1.01 2.23 1.8 3.81 2.35 1.55.54 3.5.81 5.82.81s4.38-.29 5.96-.86c1.61-.58 2.93-1.42 3.94-2.49 1-1.07 1.75-2.32 2.23-3.74.47-1.38.79-2.92.94-4.57.15-1.64.23-3.36.23-5.13V91.04l-6.76-1.71v-5.51l25.29-.44v5.53l-6.67 2.25v30.81c0 3.05-.29 5.91-.85 8.51-.56 2.58-1.48 4.95-2.72 7.04-1.23 2.09-2.84 3.9-4.78 5.4-1.94 1.5-4.35 2.66-7.15 3.46-2.83.8-6.14 1.21-9.84 1.21ZM450.26 146.5l-25.6-46.87-1.14.29v39.06l6.76 2v5.52h-23.1v-5.52l6.76-2V91.11l-6.76-1.77v-5.52l21.34-.43 25.05 45.7 1.14-.29V91.1l-6.67-1.76v-5.51l23.01-.44v5.53l-6.67 2.19v55.39zM499 146.5v-5.52l6.76-1.94V91.18L499 89.35v-5.52l25.3-.44v5.53l-6.68 2.27v47.82l6.68 1.97v5.52zM574.65 146.59l-18.8-55.67-5.71-1.57v-5.52l25.84-.44v5.51l-6.8 1.94 13.09 44.04 14.42-43.75-6.79-1.79v-5.51l23.19-.44v5.51l-5.62 1.69-19.79 56zM754.92 146.5l-8.06-17.29c-1.1-2.32-2.07-4.14-2.87-5.41-.86-1.35-1.94-2.3-3.21-2.8-1.1-.44-2.58-.65-4.51-.65-.25 0-.5 0-.76.01h-3.15v18.62l7.5 2v5.51h-26.12v-5.52l6.76-1.91V91.18l-6.76-1.84v-5.52l19.79-.44h8.85c7.13 0 12.57 1.49 16.16 4.43 3.55 2.91 5.35 7.18 5.35 12.69 0 4.94-1.53 9.07-4.54 12.29-2.25 2.4-5.52 4.13-9.73 5.14l-2.19.53 2.16.64c.41.12.79.26 1.14.41 1.43.63 2.64 1.52 3.57 2.62.97 1.15 1.88 2.54 2.71 4.14l6.76 13.01 5.14 1.68v5.53h-14Zm-22.56-33.97h6c4.39 0 7.75-.94 9.98-2.79 2.27-1.88 3.42-4.68 3.42-8.33 0-3.08-.92-5.53-2.74-7.29-1.82-1.75-4.6-2.64-8.28-2.64h-8.38v21.04ZM817.68 147.69c-3.18 0-6.48-.32-9.8-.95-3.19-.6-6.38-1.51-9.5-2.7l.43-16.34h6.49l1.57 9.06.3.13c1.63.69 3.32 1.24 5.04 1.62 2.07.47 4.13.7 6.12.7 2.31 0 4.46-.32 6.4-.94 1.99-.64 3.59-1.65 4.75-3.02 1.19-1.39 1.79-3.12 1.79-5.15s-.64-3.75-1.9-5.08c-1.21-1.27-2.87-2.35-4.91-3.2a71.79 71.79 0 0 0-6.5-2.31 94.22 94.22 0 0 1-6.95-2.41c-2.3-.89-4.44-2.04-6.36-3.4-1.9-1.34-3.42-3.07-4.52-5.14-1.1-2.06-1.66-4.72-1.66-7.89 0-4.17 1-7.63 2.99-10.28 1.99-2.67 4.73-4.71 8.15-6.06 3.45-1.37 7.4-2.06 11.75-2.06 3.11 0 6.39.33 9.75.99 3.22.63 6.49 1.58 9.72 2.82l-.94 14.98h-6.7l-1.69-8.79-.33-.11c-1.35-.46-2.53-.78-3.71-1a28.56 28.56 0 0 0-5.37-.51c-2.12 0-4.11.27-5.93.8-1.86.55-3.38 1.43-4.52 2.63-1.17 1.24-1.77 2.87-1.77 4.85s.68 3.56 2.02 4.83c1.26 1.2 2.92 2.24 4.93 3.09 1.96.83 4.16 1.63 6.54 2.39 2.34.75 4.7 1.61 6.99 2.54 2.26.92 4.38 2.1 6.32 3.49 1.9 1.37 3.44 3.13 4.57 5.23 1.13 2.09 1.71 4.76 1.71 7.94 0 4.34-1.14 7.97-3.39 10.77-2.27 2.83-5.33 4.96-9.11 6.34-3.82 1.4-8.11 2.11-12.77 2.11ZM874.38 146.5v-5.52l6.76-1.94V91.18l-6.76-1.83v-5.52l25.29-.44v5.53L893 91.19v47.82l6.67 1.97v5.52zM939.78 146.5V141l7.77-1.96V91.58h-10.97l-1.92 9.05h-6.67V83.38h51.07v17.25h-6.67l-1.87-9.05H959.5v47.44l7.77 1.98v5.5zM1021.44 146.5v-5.52l7.04-2.05v-14.91l-17.21-33-5.46-1.66v-5.53l24.29-.44v5.5l-6.54 1.76 11.96 25.31 12.1-24.77-6.8-1.84v-5.53l22.55-.43v5.51l-5.28 1.59-17.75 33.72v14.74l6.94 2.03v5.52zM1160.2 147.59c-5.65 0-10.61-1.22-14.73-3.62-4.11-2.39-7.33-5.98-9.59-10.66-2.26-4.7-3.41-10.61-3.41-17.56 0-5.57.73-10.52 2.16-14.7 1.43-4.16 3.47-7.67 6.08-10.43 2.61-2.75 5.74-4.86 9.33-6.25 3.6-1.4 7.66-2.11 12.07-2.11s8.32.69 11.8 2.06c3.46 1.36 6.47 3.37 8.92 5.97 2.46 2.61 4.4 5.9 5.77 9.79 1.37 3.91 2.07 8.5 2.07 13.64 0 7-1.29 13.1-3.82 18.14-2.53 5.02-6.09 8.93-10.6 11.63-4.51 2.7-9.91 4.07-16.05 4.07Zm1.37-56.47c-3.15 0-5.99.77-8.45 2.28-2.48 1.53-4.43 4.09-5.78 7.61-1.33 3.46-2.01 8.27-2.01 14.29 0 5.53.63 10.04 1.87 13.41 1.26 3.43 3.1 5.98 5.48 7.6 2.38 1.62 5.24 2.43 8.52 2.43s6-.78 8.46-2.33c2.47-1.55 4.48-4.17 5.95-7.78 1.46-3.56 2.19-8.39 2.19-14.35 0-5.53-.68-10.05-2.01-13.43-1.35-3.43-3.26-5.94-5.68-7.46-2.4-1.52-5.28-2.29-8.55-2.29ZM635.3 146.5v-5.52l6.77-1.96V91.18l-6.77-1.83v-5.53l18.97-.44h26.44v15.24h-6.67l-1.45-7.04h-18.67v18.85h4.85v-.01h8.18l1.52-5.73h5.16v19.3h-5.15l-1.51-5.73h-13.05v20.04h19.78l1.53-7.77h6.66l-.17 15.97zM1214.54 146.5v-5.52l6.76-1.98V91.22l-6.76-1.87v-5.53l18.97-.44h25.97V98.8h-6.66l-1.46-7.22h-18.2v19.21h12.35l1.57-5.91h5.38v20.05h-5.38l-1.56-5.94h-12.36v20.03l8.32 1.98v5.5z" class="cls-1"/><path d="m268.15 150.52-.05 103.74c-.07 14-.45 28.06-2.93 41.94-7.84 48.96-45.95 78.15-87.71 99.06l-1.55.78-1.55-.79c-33.52-16.93-67.62-40.42-81.52-76.9-3.96-10.21-6.2-20.85-7.45-31.63-1.25-10.8-1.51-21.74-1.54-32.55l.05-103.74 88.74.04h6.75l88.74.05Zm-6.8 96.98.04-90.23-81.99-.04-.04 90.23 81.99.04Zm-.03 6.76-81.96-.04h-6.75l-81.96-.04c.2 20.84 1.2 42.08 8.9 61.59 13.25 33.92 44.89 55.49 76.38 71.46 31.51-15.93 63.17-37.48 76.45-71.38 7.72-19.5 8.74-40.74 8.96-61.58Zm-88.71-6.8.04-90.23-81.99-.04-.04 90.23z" style="fill:#e51937"/><path d="M220.38 236.95c-.75 0-1.51-.03-2.26-.08-14.89-1.08-26.98-13.11-28.12-27.99-1.21-15.78 9.6-29.72 25.16-32.42l.41-.07.21-.81c.24-.9 1.05-1.53 1.99-1.53h.1l.38-1.09-.08-.06c-.84-.67-1.32-1.68-1.33-2.78-.02-1.86 2.85-3.2 3.56-3.5.71.3 3.55 1.63 3.56 3.51 0 1.08-.48 2.09-1.34 2.77l-.08.06.38 1.1h.1c.93 0 1.75.63 1.99 1.53l.21.81.41.07c14.62 2.55 25.22 15.18 25.22 30.03 0 16.8-13.68 30.46-30.47 30.46Zm9.47-14.84c-2.04 1.27-4.17 2.11-6.36 2.49l-.54.09v6.58l.73-.1c11.56-1.52 20.31-9.95 21.77-20.99l.1-.73h-7.35l-.09.53c-.38 2.15-1.2 4.26-2.44 6.27l-.08.12-.02 5.63h-5.56l-.16.1Zm-33.8-11.94c1.48 11.27 9.73 19.52 21 21.01l.74.1v-17.89l-10.94 10.69c-.84-1.07-1.3-2.47-1.29-3.97 0-1.73.63-3.35 1.72-4.44l6.37-6.23h-17.7l.1.73Zm26.91 9.94.81-.21c4.71-1.23 8.41-4.92 9.64-9.63l.21-.81h-10.66v10.66Zm10.95-30.47c1.87 2.4 1.69 6.29-.43 8.41l-6.37 6.23h18.45l-.1-.73c-1.48-11.32-10.43-20.27-21.75-21.78l-.74-.1v18.66l10.93-10.7Zm-16.92 4.18a13.507 13.507 0 0 0-9.65 9.64l-.21.81h10.67v-10.66l-.81.21Zm.08-12.04c-11.04 1.45-19.48 10.2-21.02 21.76l-.1.74h6.59l.09-.54c.38-2.15 1.2-4.26 2.44-6.27l.08-.12.02-5.73h5.68l.2-.09c2-1.22 4.08-2.02 6.2-2.39l.54-.09v-7.35l-.73.1ZM127.53 234.02l-7.91 3.59v-7.46h-16.39l.02-51.94 2.46-.04v-3.19c1.32.42 2.65.62 4.07.62 2.81 0 5.45-.83 8-1.63 2.54-.8 4.95-1.55 7.49-1.55 1.92 0 3.71.44 5.48 1.35l.3.15.3-.15c1.74-.89 3.51-1.33 5.39-1.33 2.55 0 4.96.77 7.51 1.58 2.55.82 5.19 1.66 7.99 1.66 1.45 0 2.81-.22 4.16-.67v3.18l3.59.04.02 51.94h-24.56v7.44l-7.91-3.6Zm3.63-2.97-.36-17.5h-6.62l-.26 17.49 3.62-1.64 3.63 1.65Zm6.54-9.48c2.4 0 4.51.75 6.74 1.54 2.29.81 4.65 1.65 7.39 1.65.72 0 1.45-.06 2.17-.18l.54-.09.02-43.11-.75.12c-.64.1-1.3.16-1.94.16-2.52 0-4.78-.8-6.97-1.58-2.24-.79-4.56-1.62-7.19-1.62-.56 0-1.12.04-1.68.11l-.56.08-.02 43.11.74-.1c.5-.07 1.01-.1 1.51-.1Zm-29 3.06.6.05c.36.03.71.04 1.06.04 3.02 0 5.61-.97 7.89-1.83l1.38-.51.02-43.18-1.78.66c-2.2.83-4.7 1.77-7.54 1.77-.3 0-.61-.01-.92-.03l-.7-.05-.02 43.09Zm15.47-16.2h6.63l.37-30.14h-7.22l.22 30.14ZM171.7 369.56c-8.06-3.06-16-10.38-20.31-16.31l-.64-.88-.71.81c-2.28 2.6-3.01 3.93-3.94 5.61-.25.46-.5.9-.79 1.39l-2.32-3.26c-4.6-6.49-6.76-13.08-7.63-16.42l-.12-.44-.43-.15c-11.42-4.02-13.17-10.49-14.07-14.05l.25-.12c1.75-.83 3.57-1.69 5.28-2.71l.64-.38-.28-.69c-5.28-12.95-4.27-25.92 2.87-36.54 7.33-10.92 20.07-17.7 33.23-17.7s23.86 6.24 31.64 17.56l.38.56.63-.24c7.64-2.85 12.42-8.14 16.64-12.8 5.09-5.62 9.48-10.47 17.55-10.47 3.01 0 6.33.66 10.16 2.02l3.15 1.14c-7.59 9.78-10.63 21.11-13.58 32.07-4.6 17.09-8.94 33.24-30.09 41l-.92.34.44.87c.97 1.9 2.5 4.39 4.69 7.61-6.78 6.96-17.49 7.72-21.79 7.72-2.96 0-5.8-.31-8.01-.88l-.96-.25-.11.99c-.79 6.94-.79 9.03-.8 11.92 0 .81 0 1.65-.02 2.67Zm-20-24.8c.44.62.85 1.25 1.28 1.89 2.29 3.44 4.89 7.33 12.47 13.67l1.32 1.11.1-1.72c.19-3.3.85-7.83 1.76-12.15l2.73.86s4.98 1.54 11.17 1.54c5.22 0 9.67-1.08 13.23-3.22l.75-.45-.45-.75c-.88-1.44-1.63-2.8-2.24-4.04l-.52-1.06-.85.82c-2.43 2.32-5.78 3.6-9.42 3.6-6.39 0-12.18-3.79-14.1-9.21l-.16-.46-3.34-.71-.07 1c-.27 4.11-2.71 8.34-3.84 10.1-3.45-2.75-7.73-9.29-7.78-9.36l-.31-.48-.56.09c-1.16.2-3.34 1.86-4.64 2.93-.67-2.61-.65-5.88-.57-7.63l.04-.81-.8-.09c-4.32-.5-8.17-3.08-10.3-6.9l-.52-.93-.81.69c-1.96 1.68-4.35 3.3-7.1 4.81l-.79.43.46.77c1.68 2.8 6.25 5.96 11.75 6.63.09.43.16.85.23 1.25.51 2.85.95 5.32 4.74 12.85l.59 1.18.85-1.01c1.35-1.61 4.02-3.84 5.69-5.22Zm31.18-4.98c4.33 0 7.9-2.82 9.09-7.2 1.19-4.35-.45-8.58-4.17-10.78l-.46-.27-.45.29c-2.08 1.36-4.17 5.17-5.05 6.91-2.64-2.34-4.76-6.59-4.76-6.59l-.09.07c-3.41 2.36-4.77 6.57-3.47 10.72 1.3 4.15 4.83 6.83 9 6.83h.37Zm47.03-73.12c-7.92 0-12.2 6.56-16.33 12.91-.6.91-1.18 1.81-1.78 2.69-7.05 9.91-11.8 12.26-11.85 12.28l-.71.34.26.74c1.98 5.56 1.41 20.99-2.98 28.11l-.23.37.17.41c.68 1.67 1.35 4.28 1.33 6.33v.98l.96-.11c6.9-.78 14.03-9.07 14.47-25.82 1.31 1.06 3.32 3.16 3.7 6.25l.34 2.72 1.29-2.42c2.55-4.78 3.65-9.1 4.82-13.66.47-1.84.96-3.75 1.57-5.81l.74-2.25c2.49-7.58 5.06-15.41 9.06-22.2l.58-.99-1.11-.29c-1.5-.39-2.95-.59-4.31-.59Zm-81.44 58.52c4.57 0 8.35-3.72 8.44-8.29.06-3.2-1.69-6.12-4.57-7.62l-.7-.37-.43.67c-.79 1.24-1.96 2.49-2.65 3.19-.84-.9-2.44-2.36-4.29-2.93l-.39-.12-.34.23c-2.94 1.99-4.13 5.61-3.02 9.24 1.11 3.63 4.14 5.98 7.71 5.98h.25Zm17.42-15.99c-1.85 0-3.45.8-4.51 2.26l-.27.37.15.43c.73 2.04.95 4.42.61 6.53l-.07.46.34.32c1.03.96 2.34 1.47 3.78 1.47a6.3 6.3 0 0 0 4.46-1.87c1.06-1.08 1.64-2.49 1.61-3.98.08-1.5-.44-2.9-1.5-4.02-1.16-1.22-2.88-1.95-4.6-1.95Zm-4.45-35.77c-10.54 0-20.52 5.49-26.7 14.68-6.15 9.15-7.45 20.43-3.48 30.17l.46 1.13.92-.81c.97-.85 1.7-1.65 2.16-2.38l.11-.17.03-.27c.26-7.76 7.43-12.57 13.92-12.57 3.24 0 6.16 1.13 8.46 3.25l.58.54.59-.52c1.02-.9 2.17-1.61 3.41-2.1l.59-.23-.05-.63c-.47-6.56 4.48-12.41 11.03-13.05l2.34-.23-1.92-1.34c-3.92-2.74-8.64-4.19-13.66-4.19-3.6 0-7.16.71-10.58 2.13 3.61-3.76 8.42-5.74 13.96-5.74 8.46 0 17.19 4.65 22.22 11.86 4.64 6.63 5.59 14.66 2.69 22.59l-.27.75.72.34c.93.43 1.81.96 2.61 1.57l.92.7.42-1.07c3.78-9.75 2.34-20.96-3.84-29.99-6.16-9-16.07-14.37-26.49-14.38-.36-.01-.75-.02-1.14-.02Zm9.23 23.38c-2.04 1.39-3.23 3.77-3.13 6.2l.03.68.67.13c3.2.62 6 2.59 7.68 5.4l.34.56.63-.17c2.83-.76 4.78-3.29 4.97-6.45.19-3.16-1.44-5.91-4.16-7.01l-.65-.26-.39.57c-.98 1.44-1.82 3-2.27 3.89-.94-.84-1.77-1.93-2.46-3.25l-.45-.87-.81.55ZM244.04 132l-32.21-.02c-.03-2.59-1.28-3.52-2.92-4.02-1.53-.47-3.44-1.05-4.23-3.49-1.01-3.1 1.35-9.7 5.49-19.36l.3-.51s1.32-.02 2.59-.49l.45-.17.38.3c10.51 8.26 10.18 11.14 8.55 14.31-.65 1.26-1.21 2.36.07 4.51.4-.38.77-.73 1.12-1.07 1.82-1.76 3.03-2.92 4.72-2.92 1.19 0 2.44.59 4.18 1.98l.21.2.07.2c.61 1.86.75 4.35.78 5.81 1.1-.62 2.8-1.8 3.37-3.45l.75-2.19.88 2.14c.38.93.68 1.93.9 2.97 1.73-2.16 2.4-4.08 2-5.72-.46-1.89-1.54-2.62-3.49-3.94-.94-.64-2.01-1.37-3.25-2.39-4.24-3.5-8.78-11.49-10.11-17.82l-.2-.94.95-.1c1.73-.19 2.64-1.23 3.05-1.89-1.39-1.45-4.49-6.33-4.98-12.58-.71-8.99 2.92-10.84 3.08-10.91.08-.04 2.06-.88 4.14-.88 2.29 0 3.87 1 4.59 2.91 3.45-3.71 5.02-6.53 4.67-8.41-.36-1.9-2.74-2.95-5.25-4.07l-.81-.39-.12-.19c-1.71-2.84-4.97-4.79-8.75-7.04-3.99-2.39-8.51-5.09-11.92-9.46-1.27 1.6-1.64 3.54-1.64 3.56l-.16.86-.86-.16c-.15-.03-3.55-.7-7-4.1-2.37 4.05-2.48 10.6 1.89 15.44l.31.34c-1.03 2.84-4.2 5.32-4.2 5.32l-.43-.77c-.63-1.13-1.21-2.19-1.76-3.2-4.21-7.75-6.32-11.64-16.32-13.06-2.85-.4-6.2-.8-9.76-1.21-10.67-1.25-23.94-2.79-36.71-6.1-.98 2.51-1.34 5.56-1.34 5.59l-.09.82-.82-.05c-4.78-.27-11.39-.91-14.77-1.67-1.08 10.78 7.28 14.69 7.64 14.85l.44.2.07.47c.8 5.71 5.12 8.57 5.16 8.6l.34.22.05.4c.65 5.06 5.58 7.33 5.63 7.35l2.2.98-2.32.64c-8.82 2.44-15.15 12.78-20.73 21.01-5.59 8.25-10.88 16.05-17.95 16.05-1.4 0-2.84-.31-4.3-.93 0 2.01.32 5.48 2.35 7.69 1.25 1.36 3.04 2.05 5.29 2.05 6.71-.02 12.03-7.71 17.17-15.15 4.5-6.5 8.75-12.64 14-14.11l.93-.26.16.95c.06.39 1.48 9.72-8.75 16.64l.43 19.76h-20.95c-1.14-.01-2.61 1.41-2.61 3.15v3.19l144.3.07v-3.19c0-1.75-1.46-3.16-3.94-3.17Zm-79.82-4.29c-1.18-.36-2.39-.74-2.95-2.03-3.11-7.27-.09-9.66 3.41-12.42 2.76-2.17 5.88-4.63 6.87-10.34l.12-.72h.73c1.72 0 15.56 2.38 17.91 2.87l.45.09.18.43c.12.29 1.21 2.92 2.12 4.51l.67 1.17-1.35.12c-.49.04-1.01.07-1.55.07-1.54 0-2.98-.18-3.98-.34.81 2.94 3.12 4.55 5.37 6.12 2.34 1.63 4.55 3.17 4.34 6-.2 2.59-1.95 4.11-3.49 5.45-.88.76-1.79 2.24-2.35 3.29h-22.97c-.35-2.73-1.86-3.75-3.53-4.26Zm-29.81-15.36c8.67-7.38 7.08-19.41 6.63-21.95l-5.86-2.47.59-.87c4.62-6.85 16.21-8.73 25.79-8.73 4.66 0 9.45.24 14.13.47 4.26.21 8.29.41 11.88.41 1.19 0 2.24-.02 3.23-.06-2.23-2.46-8.97-3.68-31.2-4.19-12.12-.28-20.12.25-20.99-4.81l-.18-1.04 49.47 1.37c-2.26-2.1-8.73-3.2-23.7-3.89-2.38-.11-4.65-.2-6.79-.28-14.86-.59-23.83-.23-24.6-5.51l-.15-1.03 51.49 1.92c-2.84-2.69-10.55-3.7-20.3-4.07-1.28-.05-2.61-.1-3.96-.16l-3.31-.14c-17.9-.74-30.84-.56-32.11-7.24l-.23-1.22 1.23.2c5.52.92 19.8 1.53 32.4 2.06l2.18.09c2.49.11 5.28.16 8.01.22 6.17.13 12.54.26 16.03.98 9.07 1.89 14.07 15.9 15.49 20.53 2.74-2.62 8.94-8.84 11.5-13.93-1.37-1.08-4.22-3.88-3.53-7.9l.2-1.18 1.06.56c1.57.83 4.32 1.65 7.22 2.51 6.32 1.88 13.48 4.02 15.47 7.9l.33.63-.56.44c-.83.66-1.59 1.48-2.41 2.33-5.97 6.23-11.17 4.14-11.17 4.14-.07 2.44 3.14 2.96 3.14 2.96s-1.02 2.17-.93 7.44c.02 1.08.08 3.17.14 4.27.35 6.55.72 13.33-7.37 16.62l-1.61.65.44-1.68c1.14-4.3-.16-6.44-1.15-7.39-1.25 3.55-6.63 18.81-8.29 23.82l-.46 1.41-1-1.1c-5.79-6.34-10.25-22.73-11.16-26.25h-.66c-1.79 0-5.32-.09-9.06-.68 1.39 4.47 6.02 5.12 6.22 5.15l.57.07.16.55c.46 1.6 1.64 4.29 1.65 4.31l.51 1.17-1.28.05h-.34c-1.95 0-5.16-.55-8.55-1.12-3.83-.65-7.8-1.33-10.45-1.33h-.85l-.02-.85c-.08-3.65-1.9-5.29-3.11-5.97-.99 13.22-10.25 20.63-29.13 23.31l-2.96.42 2.28-1.94Zm3.26 14.61-.7-.04-.11-.69c-1.15-7.53 2.29-8.3 6.27-9.2 1.6-.36 3.41-.77 5.18-1.68l.93-.48.3 1.01c2.48 8.41 1.54 14.2 1.06 16.08h-9.04c-.5-1.84-1.61-4.84-3.91-4.99Z" class="cls-3"/><path d="M221.97 63.36c-.61 0-1.23-.15-1.86-.45-2.77-1.32-2.8-4.08-2.77-4.73 7.2 1.34 8.29 2.7 8.44 2.96-.25.35-1.66 2.22-3.81 2.22Z" class="cls-3"/></svg>';
596
+ var G2 = Z('<div aria-hidden="true"><!></div>'), q2 = Z('<div><!> <a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a></div>');
597
+ function X1(a, t) {
598
+ q(t, !1);
599
+ const e = () => v1(x, "$headerState", o), [o, M] = i1(), x = w1("header-state"), c = z1({
625
600
  slots: {
626
601
  base: "flex w-fit",
627
602
  decoration: "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto",
628
603
  logo: "flex h-12.5 w-fit items-center transition-opacity hover:opacity-75 focus:opacity-75 min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] lg:h-25 [&>svg]:block [&>svg]:h-full [&>svg]:w-auto"
629
604
  },
630
- variants: {
631
- mode: {
632
- desktop: { logo: "py-2" },
633
- mobile: { logo: "p-3" }
634
- }
635
- }
636
- }), { base: y, decoration: M, logo: u } = o();
605
+ variants: { mode: { desktop: { logo: "py-2" }, mobile: { logo: "p-3" } } }
606
+ }), { base: g, decoration: k, logo: u } = c();
637
607
  y1();
638
- var c = D2(), s = $(c);
608
+ var v = q2(), s = _(v);
639
609
  {
640
- var h = (i) => {
641
- var p = O2(), v = $(p);
642
- b1(v, () => R2), x(p), S((L) => T(p, 1, L), [() => U(M())], B), _(i, p);
610
+ var n = (r) => {
611
+ var f = G2(), $ = _(f);
612
+ b1($, () => W2), p(f), z((b) => E(f, 1, b), [() => U(k())]), m(r, f);
643
613
  };
644
- j(s, (i) => {
645
- var p;
646
- ((p = w()) == null ? void 0 : p.mode) === "desktop" && i(h);
614
+ j(s, (r) => {
615
+ var f;
616
+ ((f = e()) == null ? void 0 : f.mode) === "desktop" && r(n);
647
617
  });
648
618
  }
649
- var b = E(s, 2), m = $(b);
619
+ var h = F(s, 2), y = _(h);
650
620
  {
651
- var n = (i) => {
652
- var p = c1(), v = a1(p);
653
- b1(v, () => q2), _(i, p);
654
- }, f = (i) => {
655
- var p = c1(), v = a1(p);
656
- b1(v, () => G2), _(i, p);
621
+ var w = (r) => {
622
+ var f = J(), $ = G(f);
623
+ b1($, () => R2), m(r, f);
624
+ }, i = (r) => {
625
+ var f = J(), $ = G(f);
626
+ b1($, () => H2), m(r, f);
657
627
  };
658
- j(m, (i) => {
659
- var p, v;
660
- ((p = w()) == null ? void 0 : p.mode) === "desktop" || ((v = w()) == null ? void 0 : v.variant) === "dual-brand" ? i(n) : i(f, !1);
628
+ j(y, (r) => {
629
+ var f, $;
630
+ ((f = e()) == null ? void 0 : f.mode) === "desktop" || (($ = e()) == null ? void 0 : $.variant) === "dual-brand" ? r(w) : r(i, !1);
661
631
  });
662
632
  }
663
- x(b), x(c), S(
664
- (i, p) => {
665
- T(c, 1, i), T(b, 1, p);
633
+ p(h), p(v), z(
634
+ (r, f) => {
635
+ E(v, 1, r), E(h, 1, f);
666
636
  },
667
637
  [
668
- () => U(y()),
669
- () => U(u({ mode: w().mode }))
670
- ],
671
- B
672
- ), _(e, c), q(), l();
638
+ () => U(g()),
639
+ () => U(u({ mode: e().mode }))
640
+ ]
641
+ ), m(a, v), O(), M();
673
642
  }
674
- H(Y1, {}, [], [], !0);
675
- const K2 = '<svg xmlns="http://www.w3.org/2000/svg" style="height:100%" viewBox="0 0 266.13 110.89"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M45.96.24v7.91c0 2.7.79 4.18 3 4.18s3-1.8 3-4V.26h2.48v8.56c0 3.49-2.25 5.46-5.52 5.46-3.74 0-5.69-1.84-5.69-5.6V.26ZM70.04 14h-2c-2.64-3.17-5.27-6.32-7.87-9.89V14h-2.23V.24h2c2.64 3.15 5.26 6.28 7.86 9.82V.24h2.22V14ZM73.7 14.02V.24h2.78v13.78zM83.67 14 78.55.41 81.5.02c1.22 3.5 2.42 7 3.62 11 1.26-4 2.54-7.49 3.82-11l2.39.39L85.93 14ZM100.87 2.09h-4.62v3.78h4.53v1.85h-4.53v4.45h5.47v1.85h-8.25V.24h7.4zM107.31 2.09h1.44a2 2 0 0 1 2.21 2.08 2.39 2.39 0 0 1-2.52 2.49h-1.13V2.09M104.54 14h2.77V8.49h1.66l2.8 5.75 2.91-.54-3.27-5.88a4.35 4.35 0 0 0 2.32-4c0-2.34-1.77-3.6-4.41-3.6h-4.78V14ZM123.82 2.64a4.12 4.12 0 0 0-2.23-.79c-1.16 0-1.79.65-1.79 1.46s1 1.59 2.58 2.87c1.85 1.48 2.83 2.64 2.83 4.33s-1.65 3.75-4.76 3.75a6.19 6.19 0 0 1-4.06-1.38l1-1.58a4.57 4.57 0 0 0 2.81 1.1 1.92 1.92 0 0 0 2.15-1.91c0-1.51-1.85-2.52-3-3.38-1.33-1.08-2.46-1.93-2.46-3.76S118.76 0 121.26 0a5.13 5.13 0 0 1 3.49 1.2l-1 1.44ZM128.3 14.02V.24h2.78v13.78zM137.56 14.02V2.09h-4.26V.24h11.29v1.85h-4.26v11.93zM149.85 14V8.23L145.61.41l3.11-.39c1 2 1.91 4 2.88 6.36 1.06-2.38 2.14-4.37 3.21-6.36l2.28.39-4.47 7.82V14ZM171.78 12.29c-2.89 0-3.92-2.72-3.92-5.36s1.16-5 3.92-5 3.92 2.42 3.92 5-1 5.36-3.92 5.36m0 2c4.23 0 6.87-3.21 6.87-7.33a6.87 6.87 0 1 0-13.74 0c0 4.12 2.64 7.33 6.87 7.33M188.95 2.09h-4.61v4.53h4.53v1.85h-4.53v5.55h-2.78V.24h7.39zM85.26 109.31c-3-.43-3-1.21-3-7.24v-21.9c0-6 0-6.81 3-7.24l1.31-.17v-1.41h-16.2v1.41l1.38.17c2.89.43 2.89 1.21 2.89 7.24V89h-18.3v-8.87c0-6 0-6.75 2.9-7.18l1.37-.17v-1.41h-16.2v1.41l1.38.17c2.89.43 2.89 1.21 2.89 7.24v22c0 6 0 6.75-2.9 7.18l-1.37.17v1.41h16.2v-1.41l-1.37-.17c-2.9-.43-2.9-1.2-2.9-7.18V91.52h18.33v10.55c0 6 0 6.81-2.89 7.24l-1.38.17v1.41h16.2v-1.41l-1.31-.17ZM128.5 102.13l1.26-.24c1.41-.29 2.09-.63 2.33-3.93l1.65-26.61a10.55 10.55 0 0 1 2.43-.29l13 24.28 12.13-24a8.42 8.42 0 0 1 2.43-.29l1.46 26.46c.19 3.69.82 4.13 2.33 4.37l1.45.24v1.27h-13.71v-1.27l1.6-.24c2.19-.39 2.58-.58 2.48-3.79l-.63-16.7h-.1l-10.14 21.51a8.88 8.88 0 0 1-1.85.49l-11-22h-.1l-.58 16.7c-.14 3.21.3 3.36 2.47 3.79l1.61.24v1.27H128.5v-1.27ZM183.82 73.54a8.41 8.41 0 0 1 2.47-.34c3.74 0 6.31 2.28 6.31 6 0 5.24-3.29 6.26-7 6.26h-1.8V73.54Zm-9.76 29.86h12.62c7.24 0 13.79-2 13.79-9.13 0-6-5.19-7.91-8.2-8.35v-.1c2.57-.78 6.65-2.57 6.65-7.76 0-6.71-8.06-6.71-10.39-6.71h-14.47v1.27l1.16.14c2.29.44 2.29.3 2.29 5.69v17.76c0 5.49 0 5.29-2.29 5.78l-1.16.14v1.27Zm9.76-16.07h2.09c5.87 0 8.25 3.79 8.25 7.62s-1.94 6.6-6.41 6.6a11 11 0 0 1-3.93-.78V87.33ZM205.26 102.13l1.16-.14c2.29-.44 2.29-.29 2.29-5.78V78.54c0-5.48 0-5.25-2.29-5.78l-1.16-.14v-1.27h22.38a36 36 0 0 1 .58 7.87l-1.75.24c-1.26-6.17-2.86-6.26-8-6.26h-3.5v12.48h3.3c4.32 0 5-.05 5.29-2.09l.25-1.7h1.25v9.66h-1.25l-.25-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.88 20.88 0 0 0 4.9.73c7.28 0 7.82-3.74 8.79-7.38l1.74.34a34.28 34.28 0 0 1-1.6 8.89h-23.54v-1.27ZM245.78 73.54a8.58 8.58 0 0 1 2.53-.34c3.89 0 6.85 2.53 6.85 7 0 2.09-.15 7.47-7 7.47h-2.38V73.54m0 16h1.56c3 0 3.15 1.8 4.86 5.05l1.84 3.59c1.07 2.14 3 5.25 7.86 5.25h4.23v-1.27a4.15 4.15 0 0 1-3.11-1.31 77.92 77.92 0 0 1-7.76-13.09c2.77-1.26 6.22-4 6.22-8.3 0-7.62-7-8.11-11.46-8.11h-14v1.27l1.11.14c2.33.34 2.33.83 2.33 5.73v17.72c0 4.86 0 5.44-2.28 5.78l-1.16.14v1.27h13.24v-1.27l-1.2-.13c-2.28-.34-2.28-.92-2.28-5.73v-6.75ZM114.97 71.43v1.44l.92.11.42.05c2.13.29 2.51.34 2.55 3.48l.2 12.44a39.67 39.67 0 0 1-.26 5c-.72 5.67-4.68 7.68-8.15 7.68-5.34 0-8.93-3.48-8.93-8.67V78.59c0-4.73 0-5.23 2.16-5.55l1.24-.16v-1.45H91.86v1.45l1.25.17c2.15.31 2.15.81 2.15 5.54v11.83c0 9.17 4.78 13.63 14.62 13.63 7.88 0 12.11-4.35 12.56-12.93l.07-2.24.29-11.76c0-3.25.69-3.56 2-3.92l1-.29v-1.48Z" class="cls-1"/><path d="M.75 61.79h264.22" style="fill:#fff;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px"/><path d="M23.67 39.89v1.42l2.88.41c1.56.28 2.34.47 2.75 1.15s.39 1.73.39 3.86v5.85h-.07a29 29 0 0 1-4.58.43 14.12 14.12 0 0 1-11.22-5c-2.83-3.36-4.33-8.26-4.33-14.16 0-5.29 1.09-9.7 3.14-12.75 2.34-3.45 5.84-5.2 10.42-5.2 4.17 0 7.32 1.26 9.34 3.75a15.88 15.88 0 0 1 2.81 6.56l.07.27 2.2-.29a38.16 38.16 0 0 0-1.31-10.1c-2.42-1.15-5.78-2.32-12.33-2.32-6.2 0-11.81 1.66-15.78 4.69a17.3 17.3 0 0 0-5.2 6.36 21.87 21.87 0 0 0-2 9.51c0 7.09 2.34 12.5 7 16.08 4 3.08 9.67 4.71 16.42 4.71a46.74 46.74 0 0 0 14.8-2.88l.28-.1-.17-1.25h-.07c-.71 0-1.19-.09-1.44-.69a12.19 12.19 0 0 1-.3-3.83c0-3.71.07-4.51 2.17-4.9l1.14-.16v-1.42ZM84.71 53.29l1.17-.14c2.28-.44 2.28-.3 2.28-5.78V29.7c0-5.49 0-5.24-2.28-5.78l-1.17-.14v-1.27h22.38a36 36 0 0 1 .58 7.87l-1.74.24c-1.27-6.16-2.87-6.26-8-6.26h-3.5v12.48h3.3c4.32 0 5-.05 5.29-2.09l.24-1.7h1.27v9.66h-1.27l-.24-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.89 20.89 0 0 0 4.91.73c7.27 0 7.81-3.74 8.78-7.38l1.75.34a34.78 34.78 0 0 1-1.6 8.89h-23.6v-1.27ZM115.52 53.29l1.17-.14c2.28-.44 2.28-.25 2.28-5.78V29.55c0-4.71 0-5.29-2.28-5.63l-1.17-.14v-1.27h13.2v1.27l-1.17.14c-2.27.34-2.27.92-2.27 5.63V52a19.72 19.72 0 0 0 4.46.68c6.84 0 6.89-3.3 8.29-7.34l1.76.35a35 35 0 0 1-1.71 8.84h-22.56v-1.27ZM144.17 53.29l1.17-.14c2.28-.25 2.28-.93 2.28-5.73V29.7c0-4.76 0-5.49-2.28-5.78l-1.17-.14v-1.27h12.91c6 0 13 1.07 13 8.6 0 8.2-8 10.29-13.06 10.43V39.7c3.6-.49 6.75-2 6.75-7.91 0-5.1-3.35-7.43-7.42-7.43a9.51 9.51 0 0 0-2.39.34v22.72c0 4.8.06 5.48 2.34 5.73l1.84.14v1.27h-13.97v-1.27ZM177.83 29.7c0-4.86 0-5.44-2.28-5.78l-1.16-.14v-1.27h13.2v1.27l-1.16.14c-2.29.34-2.29.92-2.29 5.73v7.09h14.66v-7c0-4.86 0-5.44-2.28-5.78l-1.16-.14v-1.27h13.21v1.27l-1.12.14c-2.34.34-2.34.92-2.34 5.78v17.67c0 4.85 0 5.43 2.34 5.78l1.12.14v1.27h-13.21v-1.27l1.16-.14c2.28-.35 2.28-.93 2.28-5.78v-8.45h-14.66v8.5c0 4.8 0 5.38 2.29 5.73l1.16.14v1.27h-13.2v-1.27l1.16-.14c2.28-.35 2.28-.93 2.28-5.73V29.7ZM68.39 22.52V24l1.11.12h.23c2.12.29 2.5.35 2.55 3.48l.19 12.44a38 38 0 0 1-.26 5c-.72 5.67-4.68 7.69-8.15 7.69-5.34 0-8.93-3.49-8.93-8.68V29.69c0-4.74 0-5.23 2.17-5.55l1.24-.16v-1.46H45.26V24l1.25.16c2.15.32 2.15.81 2.15 5.55v11.83c0 9.16 4.79 13.62 14.63 13.62 7.88 0 12.1-4.35 12.55-12.92l.07-2.25.3-11.76c0-3.25.68-3.56 2-3.92l1-.28v-1.49Z" class="cls-1"/></svg>';
676
- var J2 = Z('<a><span class="sr-only"> </span> <!></a>'), Q2 = Z("<a> </a>"), X2 = Z("<li><!></li>"), I2 = Z("<ul></ul>");
677
- function t2(e, t) {
678
- G(t, !1);
679
- const a = z1({
643
+ H(X1, {}, [], [], !0);
644
+ const O2 = '<svg xmlns="http://www.w3.org/2000/svg" style="height:100%" viewBox="0 0 266.13 110.89"><defs><style>.cls-1{fill:#fff}</style></defs><path d="M45.96.24v7.91c0 2.7.79 4.18 3 4.18s3-1.8 3-4V.26h2.48v8.56c0 3.49-2.25 5.46-5.52 5.46-3.74 0-5.69-1.84-5.69-5.6V.26ZM70.04 14h-2c-2.64-3.17-5.27-6.32-7.87-9.89V14h-2.23V.24h2c2.64 3.15 5.26 6.28 7.86 9.82V.24h2.22V14ZM73.7 14.02V.24h2.78v13.78zM83.67 14 78.55.41 81.5.02c1.22 3.5 2.42 7 3.62 11 1.26-4 2.54-7.49 3.82-11l2.39.39L85.93 14ZM100.87 2.09h-4.62v3.78h4.53v1.85h-4.53v4.45h5.47v1.85h-8.25V.24h7.4zM107.31 2.09h1.44a2 2 0 0 1 2.21 2.08 2.39 2.39 0 0 1-2.52 2.49h-1.13V2.09M104.54 14h2.77V8.49h1.66l2.8 5.75 2.91-.54-3.27-5.88a4.35 4.35 0 0 0 2.32-4c0-2.34-1.77-3.6-4.41-3.6h-4.78V14ZM123.82 2.64a4.12 4.12 0 0 0-2.23-.79c-1.16 0-1.79.65-1.79 1.46s1 1.59 2.58 2.87c1.85 1.48 2.83 2.64 2.83 4.33s-1.65 3.75-4.76 3.75a6.19 6.19 0 0 1-4.06-1.38l1-1.58a4.57 4.57 0 0 0 2.81 1.1 1.92 1.92 0 0 0 2.15-1.91c0-1.51-1.85-2.52-3-3.38-1.33-1.08-2.46-1.93-2.46-3.76S118.76 0 121.26 0a5.13 5.13 0 0 1 3.49 1.2l-1 1.44ZM128.3 14.02V.24h2.78v13.78zM137.56 14.02V2.09h-4.26V.24h11.29v1.85h-4.26v11.93zM149.85 14V8.23L145.61.41l3.11-.39c1 2 1.91 4 2.88 6.36 1.06-2.38 2.14-4.37 3.21-6.36l2.28.39-4.47 7.82V14ZM171.78 12.29c-2.89 0-3.92-2.72-3.92-5.36s1.16-5 3.92-5 3.92 2.42 3.92 5-1 5.36-3.92 5.36m0 2c4.23 0 6.87-3.21 6.87-7.33a6.87 6.87 0 1 0-13.74 0c0 4.12 2.64 7.33 6.87 7.33M188.95 2.09h-4.61v4.53h4.53v1.85h-4.53v5.55h-2.78V.24h7.39zM85.26 109.31c-3-.43-3-1.21-3-7.24v-21.9c0-6 0-6.81 3-7.24l1.31-.17v-1.41h-16.2v1.41l1.38.17c2.89.43 2.89 1.21 2.89 7.24V89h-18.3v-8.87c0-6 0-6.75 2.9-7.18l1.37-.17v-1.41h-16.2v1.41l1.38.17c2.89.43 2.89 1.21 2.89 7.24v22c0 6 0 6.75-2.9 7.18l-1.37.17v1.41h16.2v-1.41l-1.37-.17c-2.9-.43-2.9-1.2-2.9-7.18V91.52h18.33v10.55c0 6 0 6.81-2.89 7.24l-1.38.17v1.41h16.2v-1.41l-1.31-.17ZM128.5 102.13l1.26-.24c1.41-.29 2.09-.63 2.33-3.93l1.65-26.61a10.55 10.55 0 0 1 2.43-.29l13 24.28 12.13-24a8.42 8.42 0 0 1 2.43-.29l1.46 26.46c.19 3.69.82 4.13 2.33 4.37l1.45.24v1.27h-13.71v-1.27l1.6-.24c2.19-.39 2.58-.58 2.48-3.79l-.63-16.7h-.1l-10.14 21.51a8.88 8.88 0 0 1-1.85.49l-11-22h-.1l-.58 16.7c-.14 3.21.3 3.36 2.47 3.79l1.61.24v1.27H128.5v-1.27ZM183.82 73.54a8.41 8.41 0 0 1 2.47-.34c3.74 0 6.31 2.28 6.31 6 0 5.24-3.29 6.26-7 6.26h-1.8V73.54Zm-9.76 29.86h12.62c7.24 0 13.79-2 13.79-9.13 0-6-5.19-7.91-8.2-8.35v-.1c2.57-.78 6.65-2.57 6.65-7.76 0-6.71-8.06-6.71-10.39-6.71h-14.47v1.27l1.16.14c2.29.44 2.29.3 2.29 5.69v17.76c0 5.49 0 5.29-2.29 5.78l-1.16.14v1.27Zm9.76-16.07h2.09c5.87 0 8.25 3.79 8.25 7.62s-1.94 6.6-6.41 6.6a11 11 0 0 1-3.93-.78V87.33ZM205.26 102.13l1.16-.14c2.29-.44 2.29-.29 2.29-5.78V78.54c0-5.48 0-5.25-2.29-5.78l-1.16-.14v-1.27h22.38a36 36 0 0 1 .58 7.87l-1.75.24c-1.26-6.17-2.86-6.26-8-6.26h-3.5v12.48h3.3c4.32 0 5-.05 5.29-2.09l.25-1.7h1.25v9.66h-1.25l-.25-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.88 20.88 0 0 0 4.9.73c7.28 0 7.82-3.74 8.79-7.38l1.74.34a34.28 34.28 0 0 1-1.6 8.89h-23.54v-1.27ZM245.78 73.54a8.58 8.58 0 0 1 2.53-.34c3.89 0 6.85 2.53 6.85 7 0 2.09-.15 7.47-7 7.47h-2.38V73.54m0 16h1.56c3 0 3.15 1.8 4.86 5.05l1.84 3.59c1.07 2.14 3 5.25 7.86 5.25h4.23v-1.27a4.15 4.15 0 0 1-3.11-1.31 77.92 77.92 0 0 1-7.76-13.09c2.77-1.26 6.22-4 6.22-8.3 0-7.62-7-8.11-11.46-8.11h-14v1.27l1.11.14c2.33.34 2.33.83 2.33 5.73v17.72c0 4.86 0 5.44-2.28 5.78l-1.16.14v1.27h13.24v-1.27l-1.2-.13c-2.28-.34-2.28-.92-2.28-5.73v-6.75ZM114.97 71.43v1.44l.92.11.42.05c2.13.29 2.51.34 2.55 3.48l.2 12.44a39.67 39.67 0 0 1-.26 5c-.72 5.67-4.68 7.68-8.15 7.68-5.34 0-8.93-3.48-8.93-8.67V78.59c0-4.73 0-5.23 2.16-5.55l1.24-.16v-1.45H91.86v1.45l1.25.17c2.15.31 2.15.81 2.15 5.54v11.83c0 9.17 4.78 13.63 14.62 13.63 7.88 0 12.11-4.35 12.56-12.93l.07-2.24.29-11.76c0-3.25.69-3.56 2-3.92l1-.29v-1.48Z" class="cls-1"/><path d="M.75 61.79h264.22" style="fill:#fff;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px"/><path d="M23.67 39.89v1.42l2.88.41c1.56.28 2.34.47 2.75 1.15s.39 1.73.39 3.86v5.85h-.07a29 29 0 0 1-4.58.43 14.12 14.12 0 0 1-11.22-5c-2.83-3.36-4.33-8.26-4.33-14.16 0-5.29 1.09-9.7 3.14-12.75 2.34-3.45 5.84-5.2 10.42-5.2 4.17 0 7.32 1.26 9.34 3.75a15.88 15.88 0 0 1 2.81 6.56l.07.27 2.2-.29a38.16 38.16 0 0 0-1.31-10.1c-2.42-1.15-5.78-2.32-12.33-2.32-6.2 0-11.81 1.66-15.78 4.69a17.3 17.3 0 0 0-5.2 6.36 21.87 21.87 0 0 0-2 9.51c0 7.09 2.34 12.5 7 16.08 4 3.08 9.67 4.71 16.42 4.71a46.74 46.74 0 0 0 14.8-2.88l.28-.1-.17-1.25h-.07c-.71 0-1.19-.09-1.44-.69a12.19 12.19 0 0 1-.3-3.83c0-3.71.07-4.51 2.17-4.9l1.14-.16v-1.42ZM84.71 53.29l1.17-.14c2.28-.44 2.28-.3 2.28-5.78V29.7c0-5.49 0-5.24-2.28-5.78l-1.17-.14v-1.27h22.38a36 36 0 0 1 .58 7.87l-1.74.24c-1.27-6.16-2.87-6.26-8-6.26h-3.5v12.48h3.3c4.32 0 5-.05 5.29-2.09l.24-1.7h1.27v9.66h-1.27l-.24-1.55c-.34-2.14-1.06-2.14-5.09-2.14h-3.5v13a20.89 20.89 0 0 0 4.91.73c7.27 0 7.81-3.74 8.78-7.38l1.75.34a34.78 34.78 0 0 1-1.6 8.89h-23.6v-1.27ZM115.52 53.29l1.17-.14c2.28-.44 2.28-.25 2.28-5.78V29.55c0-4.71 0-5.29-2.28-5.63l-1.17-.14v-1.27h13.2v1.27l-1.17.14c-2.27.34-2.27.92-2.27 5.63V52a19.72 19.72 0 0 0 4.46.68c6.84 0 6.89-3.3 8.29-7.34l1.76.35a35 35 0 0 1-1.71 8.84h-22.56v-1.27ZM144.17 53.29l1.17-.14c2.28-.25 2.28-.93 2.28-5.73V29.7c0-4.76 0-5.49-2.28-5.78l-1.17-.14v-1.27h12.91c6 0 13 1.07 13 8.6 0 8.2-8 10.29-13.06 10.43V39.7c3.6-.49 6.75-2 6.75-7.91 0-5.1-3.35-7.43-7.42-7.43a9.51 9.51 0 0 0-2.39.34v22.72c0 4.8.06 5.48 2.34 5.73l1.84.14v1.27h-13.97v-1.27ZM177.83 29.7c0-4.86 0-5.44-2.28-5.78l-1.16-.14v-1.27h13.2v1.27l-1.16.14c-2.29.34-2.29.92-2.29 5.73v7.09h14.66v-7c0-4.86 0-5.44-2.28-5.78l-1.16-.14v-1.27h13.21v1.27l-1.12.14c-2.34.34-2.34.92-2.34 5.78v17.67c0 4.85 0 5.43 2.34 5.78l1.12.14v1.27h-13.21v-1.27l1.16-.14c2.28-.35 2.28-.93 2.28-5.78v-8.45h-14.66v8.5c0 4.8 0 5.38 2.29 5.73l1.16.14v1.27h-13.2v-1.27l1.16-.14c2.28-.35 2.28-.93 2.28-5.73V29.7ZM68.39 22.52V24l1.11.12h.23c2.12.29 2.5.35 2.55 3.48l.19 12.44a38 38 0 0 1-.26 5c-.72 5.67-4.68 7.69-8.15 7.69-5.34 0-8.93-3.49-8.93-8.68V29.69c0-4.74 0-5.23 2.17-5.55l1.24-.16v-1.46H45.26V24l1.25.16c2.15.32 2.15.81 2.15 5.55v11.83c0 9.16 4.79 13.62 14.63 13.62 7.88 0 12.1-4.35 12.55-12.92l.07-2.25.3-11.76c0-3.25.68-3.56 2-3.92l1-.28v-1.49Z" class="cls-1"/></svg>';
645
+ var D2 = Z('<a><span class="sr-only"> </span> <!></a>'), K2 = Z("<a> </a>"), J2 = Z("<li><!></li>"), Q2 = Z("<ul></ul>");
646
+ function Y1(a, t) {
647
+ q(t, !1);
648
+ const e = z1({
680
649
  slots: {
681
650
  base: "ml-auto flex text-xl [&>li]:contents",
682
651
  link: "flex h-full items-center justify-center border-0 border-b-8 border-solid border-transparent p-4 transition-colors hover:border-yellow hover:text-yellow"
@@ -691,638 +660,612 @@ function t2(e, t) {
691
660
  }
692
661
  })();
693
662
  y1();
694
- var l = I2();
695
- W(l, 5, () => [...K1, J1], i1, (w, d) => {
696
- var o = X2(), y = $(o);
663
+ var o = Q2();
664
+ W(o, 5, () => [...D1, K1], c1, (M, x) => {
665
+ var c = J2(), g = _(c);
697
666
  {
698
- var M = (c) => {
699
- var s = J2(), h = $(s), b = $(h, !0);
700
- x(h);
701
- var m = E(h, 2);
702
- R(m, {
667
+ var k = (v) => {
668
+ var s = D2(), n = _(s), h = _(n, !0);
669
+ p(n);
670
+ var y = F(n, 2);
671
+ R(y, {
703
672
  get icon() {
704
- return r(d).icon;
673
+ return l(x).icon;
705
674
  }
706
- }), x(s), S(
707
- (n) => {
708
- T(s, 1, n), Y(s, "href", r(d).href), N(b, r(d).text);
675
+ }), p(s), z(
676
+ (w) => {
677
+ E(s, 1, w), Y(s, "href", l(x).href), N(h, l(x).text);
709
678
  },
710
- [
711
- () => U(a.link({ hasIcon: !0 }))
712
- ],
713
- B
714
- ), _(c, s);
715
- }, u = (c) => {
716
- var s = Q2(), h = $(s, !0);
717
- x(s), S(
718
- (b) => {
719
- T(s, 1, b), Y(s, "href", r(d).href), N(h, r(d).text);
679
+ [() => U(e.link({ hasIcon: !0 }))]
680
+ ), m(v, s);
681
+ }, u = (v) => {
682
+ var s = K2(), n = _(s, !0);
683
+ p(s), z(
684
+ (h) => {
685
+ E(s, 1, h), Y(s, "href", l(x).href), N(n, l(x).text);
720
686
  },
721
- [
722
- () => U(a.link({ hasIcon: !1 }))
723
- ],
724
- B
725
- ), _(c, s);
687
+ [() => U(e.link({ hasIcon: !1 }))]
688
+ ), m(v, s);
726
689
  };
727
- j(y, (c) => {
728
- r(d).icon ? c(M) : c(u, !1);
690
+ j(g, (v) => {
691
+ l(x).icon ? v(k) : v(u, !1);
729
692
  });
730
693
  }
731
- x(o), _(w, o);
732
- }), x(l), S((w) => T(l, 1, w), [() => U(a.base())], B), _(e, l), q();
694
+ p(c), m(M, c);
695
+ }), p(o), z((M) => E(o, 1, M), [() => U(e.base())]), m(a, o), O();
733
696
  }
734
- H(t2, {}, [], [], !0);
735
- var Y2 = Z('<li class="contents first:*:mt-4 last:*:mb-4"><a> </a></li>'), t4 = Z('<ul class="absolute top-full right-0 z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem]"></ul>'), e4 = Z('<a class="flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black"><!></a>'), a4 = Z("<li><!></li>"), r4 = Z('<span><span class="mr-auto"> </span> <!></span>'), l4 = Z("<li><a> </a></li>"), s4 = Z('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), o4 = Z("<a> </a>"), c4 = Z("<li><!></li>"), n4 = Z('<ul class="absolute top-full right-0 z-50 flex max-h-[calc(100vh-5rem)] w-full flex-col overflow-y-auto bg-white px-4 py-3 text-black shadow-md lg:w-[30rem] [&amp;>li]:contents"></ul>'), i4 = Z('<ul class="flex h-full [&amp;>li]:contents"><!> <li><!></li></ul>');
736
- function e2(e) {
737
- const t = [...K1, ...Q1], a = [X1, J1];
738
- var l = i4(), w = $(l);
739
- W(w, 1, () => a, (y) => y.text, (y, M) => {
740
- var u = a4(), c = $(u);
697
+ H(Y1, {}, [], [], !0);
698
+ var I2 = Z('<li class="contents first:*:mt-4 last:*:mb-4"><a> </a></li>'), X2 = Z('<ul class="absolute top-full right-0 z-50 flex w-full flex-col bg-white px-4 text-black shadow-md lg:w-[30rem]"></ul>'), Y2 = Z('<a class="flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black"><!></a>'), t4 = Z("<li><!></li>"), e4 = Z('<span><span class="mr-auto"> </span> <!></span>'), a4 = Z("<li><a> </a></li>"), r4 = Z('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), l4 = Z("<a> </a>"), s4 = Z("<li><!></li>"), o4 = Z('<ul class="absolute top-full right-0 z-50 flex max-h-[calc(100vh-5rem)] w-full flex-col overflow-y-auto bg-white px-4 py-3 text-black shadow-md lg:w-[30rem] [&amp;>li]:contents"></ul>'), c4 = Z('<ul class="flex h-full [&amp;>li]:contents"><!> <li><!></li></ul>');
699
+ function t2(a) {
700
+ const t = [...D1, ...J1], e = [Q1, K1];
701
+ var o = c4(), M = _(o);
702
+ W(M, 1, () => e, (g) => g.text, (g, k) => {
703
+ var u = t4(), v = _(u);
741
704
  {
742
- var s = (b) => {
743
- t1(b, {
705
+ var s = (h) => {
706
+ t1(h, {
744
707
  class: "h-full w-fit",
745
- button: (n) => {
746
- e1(n, {
708
+ button: (w) => {
709
+ e1(w, {
747
710
  class: "flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black",
748
711
  get label() {
749
- return r(M).text;
712
+ return l(k).text;
750
713
  },
751
- children: (f, i) => {
752
- R(f, {
714
+ children: (i, r) => {
715
+ R(i, {
753
716
  get icon() {
754
- return r(M).icon;
717
+ return l(k).icon;
755
718
  }
756
719
  });
757
720
  },
758
721
  $$slots: { default: !0 }
759
722
  });
760
723
  },
761
- children: (n, f) => {
762
- var i = t4();
763
- W(i, 5, () => r(M).items, i1, (p, v) => {
764
- var L = Y2(), V = $(L);
765
- r1(V, () => ({
724
+ children: (w, i) => {
725
+ var r = X2();
726
+ W(r, 5, () => l(k).items, c1, (f, $) => {
727
+ var b = I2(), C = _(b);
728
+ a1(C, () => ({
766
729
  class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
767
- href: r(v).href,
768
- ...r(v).attributes
730
+ href: l($).href,
731
+ ...l($).attributes
769
732
  }));
770
- var k = $(V, !0);
771
- x(V), x(L), S(() => N(k, r(v).text)), _(p, L);
772
- }), x(i), l1(3, i, () => s1, () => ({ duration: 200, easing: o1 })), _(n, i);
733
+ var V = _(C, !0);
734
+ p(C), p(b), z(() => N(V, l($).text)), m(f, b);
735
+ }), p(r), r1(3, r, () => l1, () => ({ duration: 200, easing: s1 })), m(w, r);
773
736
  },
774
737
  $$slots: { button: !0, default: !0 }
775
738
  });
776
- }, h = (b) => {
777
- var m = e4(), n = $(m);
778
- R(n, {
739
+ }, n = (h) => {
740
+ var y = Y2(), w = _(y);
741
+ R(w, {
779
742
  get icon() {
780
- return r(M).icon;
743
+ return l(k).icon;
781
744
  }
782
- }), x(m), S(() => {
783
- Y(m, "href", r(M).href), Y(m, "aria-label", r(M).text);
784
- }), _(b, m);
745
+ }), p(y), z(() => {
746
+ Y(y, "href", l(k).href), Y(y, "aria-label", l(k).text);
747
+ }), m(h, y);
785
748
  };
786
- j(c, (b) => {
787
- "items" in r(M) ? b(s) : b(h, !1);
749
+ j(v, (h) => {
750
+ "items" in l(k) ? h(s) : h(n, !1);
788
751
  });
789
752
  }
790
- x(u), _(y, u);
753
+ p(u), m(g, u);
791
754
  });
792
- var d = E(w, 2), o = $(d);
793
- t1(o, {
755
+ var x = F(M, 2), c = _(x);
756
+ t1(c, {
794
757
  class: "h-full w-fit",
795
- button: (M) => {
796
- e1(M, {
758
+ button: (k) => {
759
+ e1(k, {
797
760
  class: "flex aspect-square h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-white hover:text-black focus:bg-white focus:text-black aria-expanded:bg-white aria-expanded:text-black [&_svg]:aria-expanded:rotate-180",
798
761
  label: "Main Menu",
799
- children: (u, c) => {
762
+ children: (u, v) => {
800
763
  R(u, {
801
764
  get icon() {
802
- return H1;
765
+ return W1;
803
766
  }
804
767
  });
805
768
  },
806
769
  $$slots: { default: !0 }
807
770
  });
808
771
  },
809
- children: (M, u) => {
810
- var c = n4();
811
- W(c, 5, () => t, i1, (s, h) => {
812
- var b = c4(), m = $(b);
772
+ children: (k, u) => {
773
+ var v = o4();
774
+ W(v, 5, () => t, c1, (s, n) => {
775
+ var h = s4(), y = _(h);
813
776
  {
814
- var n = (i) => {
815
- t1(i, {
777
+ var w = (r) => {
778
+ t1(r, {
816
779
  class: "relative w-full",
817
780
  autoCollapse: !1,
818
- button: (v) => {
819
- e1(v, {
781
+ button: ($) => {
782
+ e1($, {
820
783
  class: "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted aria-expanded:bg-grey-muted flex w-full items-center justify-between gap-2 border-0 border-b border-solid p-2 transition-colors [&_svg]:aria-expanded:rotate-180",
821
- children: (L, V) => {
822
- var k = r4();
823
- let g;
824
- var C = $(k), z = $(C, !0);
825
- x(C);
826
- var F = E(C, 2);
827
- R(F, {
784
+ children: (b, C) => {
785
+ var V = e4();
786
+ let L;
787
+ var d = _(V), S = _(d, !0);
788
+ p(d);
789
+ var A = F(d, 2);
790
+ R(A, {
828
791
  get icon() {
829
792
  return _1;
830
793
  }
831
- }), x(k), S(
832
- (K) => {
833
- g = T(k, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, g, K), N(z, r(h).text);
834
- },
835
- [
836
- () => ({ "bg-yellow": r(h).highlight })
837
- ],
838
- B
839
- ), _(L, k);
794
+ }), p(V), z(() => {
795
+ L = E(V, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, L, { "bg-yellow": l(n).highlight }), N(S, l(n).text);
796
+ }), m(b, V);
840
797
  },
841
798
  $$slots: { default: !0 }
842
799
  });
843
800
  },
844
- children: (v, L) => {
845
- var V = s4();
846
- W(V, 5, () => r(h).items, i1, (k, g) => {
847
- var C = l4(), z = $(C);
848
- r1(z, () => ({
801
+ children: ($, b) => {
802
+ var C = r4();
803
+ W(C, 5, () => l(n).items, c1, (V, L) => {
804
+ var d = a4(), S = _(d);
805
+ a1(S, () => ({
849
806
  class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
850
- href: r(g).href,
851
- ...r(g).attributes
807
+ href: l(L).href,
808
+ ...l(L).attributes
852
809
  }));
853
- var F = $(z, !0);
854
- x(z), x(C), S(() => N(F, r(g).text)), _(k, C);
855
- }), x(V), l1(3, V, () => s1, () => ({ duration: 200, easing: o1 })), _(v, V);
810
+ var A = _(S, !0);
811
+ p(S), p(d), z(() => N(A, l(L).text)), m(V, d);
812
+ }), p(C), r1(3, C, () => l1, () => ({ duration: 200, easing: s1 })), m($, C);
856
813
  },
857
814
  $$slots: { button: !0, default: !0 }
858
815
  });
859
- }, f = (i) => {
860
- var p = o4();
861
- let v;
862
- var L = $(p, !0);
863
- x(p), S(
864
- (V) => {
865
- v = T(p, 1, "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted border-0 border-b border-solid p-2 transition-colors", null, v, V), Y(p, "href", r(h).href), N(L, r(h).text);
866
- },
867
- [
868
- () => ({ "bg-yellow": r(h).highlight })
869
- ],
870
- B
871
- ), _(i, p);
816
+ }, i = (r) => {
817
+ var f = l4();
818
+ let $;
819
+ var b = _(f, !0);
820
+ p(f), z(() => {
821
+ $ = E(f, 1, "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted border-0 border-b border-solid p-2 transition-colors", null, $, { "bg-yellow": l(n).highlight }), Y(f, "href", l(n).href), N(b, l(n).text);
822
+ }), m(r, f);
872
823
  };
873
- j(m, (i) => {
874
- "items" in r(h) ? i(n) : i(f, !1);
824
+ j(y, (r) => {
825
+ "items" in l(n) ? r(w) : r(i, !1);
875
826
  });
876
827
  }
877
- x(b), _(s, b);
878
- }), x(c), l1(3, c, () => s1, () => ({ duration: 200, easing: o1 })), _(M, c);
828
+ p(h), m(s, h);
829
+ }), p(v), r1(3, v, () => l1, () => ({ duration: 200, easing: s1 })), m(k, v);
879
830
  },
880
831
  $$slots: { button: !0, default: !0 }
881
- }), x(d), x(l), _(e, l);
832
+ }), p(x), p(o), m(a, o);
882
833
  }
883
- H(e2, {}, [], [], !0);
884
- var v4 = Z('<a href="https://www.guelphhumber.ca" class="ml-auto h-full w-auto p-4 transition-opacity hover:opacity-75 focus:opacity-75"><span class="sr-only">University of Guelph-Humber Homepage</span> <!></a>'), u4 = Z('<nav aria-label="Primary"><!> <!></nav>');
885
- function a2(e, t) {
886
- G(t, !1);
887
- const [a, l] = u1(), w = () => h1(d, "$headerState", a), d = w1("header-state");
834
+ H(t2, {}, [], [], !0);
835
+ var n4 = Z('<a href="https://www.guelphhumber.ca" class="ml-auto h-full w-auto p-4 transition-opacity hover:opacity-75 focus:opacity-75"><span class="sr-only">University of Guelph-Humber Homepage</span> <!></a>'), i4 = Z('<nav aria-label="Primary"><!> <!></nav>');
836
+ function e2(a, t) {
837
+ q(t, !1);
838
+ const e = () => v1(x, "$headerState", o), [o, M] = i1(), x = w1("header-state");
888
839
  y1();
889
- var o = u4(), y = $(o);
890
- Y1(y, {});
891
- var M = E(y, 2);
840
+ var c = i4(), g = _(c);
841
+ X1(g, {});
842
+ var k = F(g, 2);
892
843
  {
893
844
  var u = (s) => {
894
- var h = v4(), b = E($(h), 2);
895
- b1(b, () => K2), x(h), _(s, h);
896
- }, c = (s, h) => {
845
+ var n = n4(), h = F(_(n), 2);
846
+ b1(h, () => O2), p(n), m(s, n);
847
+ }, v = (s) => {
848
+ var n = J(), h = G(n);
897
849
  {
898
- var b = (n) => {
899
- t2(n, {});
900
- }, m = (n) => {
901
- e2(n);
850
+ var y = (i) => {
851
+ Y1(i, {});
852
+ }, w = (i) => {
853
+ t2(i);
902
854
  };
903
855
  j(
904
- s,
905
- (n) => {
906
- var f;
907
- ((f = w()) == null ? void 0 : f.mode) === "desktop" ? n(b) : n(m, !1);
856
+ h,
857
+ (i) => {
858
+ var r;
859
+ ((r = e()) == null ? void 0 : r.mode) === "desktop" ? i(y) : i(w, !1);
908
860
  },
909
- h
861
+ !0
910
862
  );
911
863
  }
864
+ m(s, n);
912
865
  };
913
- j(M, (s) => {
914
- var h;
915
- ((h = w()) == null ? void 0 : h.variant) === "dual-brand" ? s(u) : s(c, !1);
866
+ j(k, (s) => {
867
+ var n;
868
+ ((n = e()) == null ? void 0 : n.variant) === "dual-brand" ? s(u) : s(v, !1);
916
869
  });
917
870
  }
918
- x(o), S(
919
- (s) => T(o, 1, s),
920
- [
921
- () => {
922
- var s;
923
- return U(R1("relative flex w-full justify-between bg-black px-[calc((100%-1320px)/2)] text-lg text-black-contrast lg:h-25", ((s = w()) == null ? void 0 : s.variant) === "dual-brand" ? "h-[7.5rem]" : "h-12.5"));
924
- }
925
- ],
926
- B
927
- ), _(e, o), q(), l();
871
+ p(c), z((s) => E(c, 1, s), [
872
+ () => {
873
+ var s;
874
+ return U(H1("relative flex w-full justify-between bg-black px-[calc((100%-1320px)/2)] text-lg text-black-contrast lg:h-25", ((s = e()) == null ? void 0 : s.variant) === "dual-brand" ? "h-[7.5rem]" : "h-12.5"));
875
+ }
876
+ ]), m(a, c), O(), M();
928
877
  }
929
- H(a2, {}, [], [], !0);
930
- var h4 = Z('<span class="flex items-center gap-2 [&amp;>svg]:transition-transform"><span> </span> <!></span>'), f4 = Z("<li><a> </a></li>"), d4 = Z('<ul class="bg-grey-muted absolute top-full right-0 z-50 flex min-w-[20rem] flex-col [&amp;>li]:contents"></ul>'), p4 = Z("<li><!></li>"), g4 = Z("<li><a> </a></li>");
931
- function r2(e, t) {
932
- G(t, !0);
933
- let a = A(t, "items", 7);
934
- var l = c1(), w = a1(l);
935
- return W(w, 17, a, (d) => d.text, (d, o) => {
936
- var y = c1(), M = a1(y);
878
+ H(e2, {}, [], [], !0);
879
+ var v4 = Z('<span class="flex items-center gap-2 [&amp;>svg]:transition-transform"><span> </span> <!></span>'), u4 = Z("<li><a> </a></li>"), h4 = Z('<ul class="bg-grey-muted absolute top-full right-0 z-50 flex min-w-[20rem] flex-col [&amp;>li]:contents"></ul>'), f4 = Z("<li><!></li>"), d4 = Z("<li><a> </a></li>");
880
+ function a2(a, t) {
881
+ q(t, !0);
882
+ let e = P(t, "items", 7);
883
+ var o = {
884
+ get items() {
885
+ return e();
886
+ },
887
+ set items(c) {
888
+ e(c), T();
889
+ }
890
+ }, M = J(), x = G(M);
891
+ return W(x, 17, e, (c) => c.text, (c, g) => {
892
+ var k = J(), u = G(k);
937
893
  {
938
- var u = (s) => {
939
- var h = p4(), b = $(h);
940
- t1(b, {
894
+ var v = (n) => {
895
+ var h = f4(), y = _(h);
896
+ t1(y, {
941
897
  class: "relative h-full",
942
- button: (n) => {
943
- e1(n, {
898
+ button: (i) => {
899
+ e1(i, {
944
900
  class: "flex h-full items-center justify-center gap-2 px-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast aria-expanded:bg-yellow aria-expanded:text-yellow-contrast [&_svg]:aria-expanded:rotate-180",
945
- children: (f, i) => {
946
- var p = h4(), v = $(p), L = $(v, !0);
947
- x(v);
948
- var V = E(v, 2);
901
+ children: (r, f) => {
902
+ var $ = v4(), b = _($), C = _(b, !0);
903
+ p(b);
904
+ var V = F(b, 2);
949
905
  R(V, {
950
906
  get icon() {
951
907
  return _1;
952
908
  }
953
- }), x(p), S(() => N(L, r(o).text)), _(f, p);
909
+ }), p($), z(() => N(C, l(g).text)), m(r, $);
954
910
  },
955
911
  $$slots: { default: !0 }
956
912
  });
957
913
  },
958
- children: (n, f) => {
959
- var i = d4();
960
- W(i, 21, () => r(o).items, i1, (p, v) => {
961
- var L = f4(), V = $(L);
962
- r1(
914
+ children: (i, r) => {
915
+ var f = h4();
916
+ W(f, 21, () => l(g).items, c1, ($, b) => {
917
+ var C = u4(), V = _(C);
918
+ a1(
963
919
  V,
964
- (g) => ({
965
- ...r(v).attributes,
966
- class: g,
967
- href: r(v).href
920
+ (d) => ({
921
+ ...l(b).attributes,
922
+ class: d,
923
+ href: l(b).href
968
924
  }),
969
925
  [
970
926
  () => {
971
- var g;
972
- return `border-grey/50 border-0 border-b border-solid p-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((g = r(v).attributes) == null ? void 0 : g.class) ?? ""} uofg-header-sub-nav-item-${r(v).text.toLowerCase().replace(/ /g, "-")}`;
927
+ var d;
928
+ return `border-grey/50 border-0 border-b border-solid p-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((d = l(b).attributes) == null ? void 0 : d.class) ?? ""} uofg-header-sub-nav-item-${l(b).text.toLowerCase().replace(/ /g, "-")}`;
973
929
  }
974
930
  ]
975
931
  );
976
- var k = $(V, !0);
977
- x(V), x(L), S(() => N(k, r(v).text)), _(p, L);
978
- }), x(i), l1(3, i, () => s1, () => ({ duration: 200, easing: o1 })), _(n, i);
932
+ var L = _(V, !0);
933
+ p(V), p(C), z(() => N(L, l(b).text)), m($, C);
934
+ }), p(f), r1(3, f, () => l1, () => ({ duration: 200, easing: s1 })), m(i, f);
979
935
  },
980
936
  $$slots: { button: !0, default: !0 }
981
- }), x(h), _(s, h);
982
- }, c = (s) => {
983
- var h = g4(), b = $(h);
984
- r1(
985
- b,
986
- (n) => ({
987
- ...r(o).attributes,
988
- class: n,
989
- href: r(o).href
990
- }),
991
- [
992
- () => {
993
- var n;
994
- return `flex h-full items-center justify-center gap-2 px-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((n = r(o).attributes) == null ? void 0 : n.class) ?? ""} uofg-header-sub-nav-item-${r(o).text.toLowerCase().replace(/ /g, "-")}`;
995
- }
996
- ]
997
- );
998
- var m = $(b, !0);
999
- x(b), x(h), S(() => N(m, r(o).text)), _(s, h);
937
+ }), p(h), m(n, h);
938
+ }, s = (n) => {
939
+ var h = d4(), y = _(h);
940
+ a1(y, (i) => ({ ...l(g).attributes, class: i, href: l(g).href }), [
941
+ () => {
942
+ var i;
943
+ return `flex h-full items-center justify-center gap-2 px-2 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast ${((i = l(g).attributes) == null ? void 0 : i.class) ?? ""} uofg-header-sub-nav-item-${l(g).text.toLowerCase().replace(/ /g, "-")}`;
944
+ }
945
+ ]);
946
+ var w = _(y, !0);
947
+ p(y), p(h), z(() => N(w, l(g).text)), m(n, h);
1000
948
  };
1001
- j(M, (s) => {
1002
- "items" in r(o) ? s(u) : s(c, !1);
949
+ j(u, (n) => {
950
+ "items" in l(g) ? n(v) : n(s, !1);
1003
951
  });
1004
952
  }
1005
- _(d, y);
1006
- }), _(e, l), q({
953
+ m(c, k);
954
+ }), m(a, M), O(o);
955
+ }
956
+ H(a2, { items: {} }, [], [], !0);
957
+ var p4 = Z('<span class="flex w-full items-center justify-between gap-2"><span class="mr-auto"> </span> <!></span>'), g4 = Z("<li><a> </a></li>"), b4 = Z('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), x4 = Z("<a> </a>"), m4 = Z("<li><!></li>"), w4 = Z('<ul class="absolute top-full right-0 z-50 flex max-h-[calc(100vh-5rem)] w-full flex-col overflow-y-auto bg-white px-4 py-3 whitespace-normal text-black shadow-md lg:w-[30rem] [&amp;>li]:contents"></ul>'), _4 = Z("<li><!></li>");
958
+ function r2(a, t) {
959
+ q(t, !0);
960
+ let e = P(t, "items", 7);
961
+ var o = {
1007
962
  get items() {
1008
- return a();
963
+ return e();
1009
964
  },
1010
- set items(d) {
1011
- a(d), P();
965
+ set items(c) {
966
+ e(c), T();
1012
967
  }
1013
- });
1014
- }
1015
- H(r2, { items: {} }, [], [], !0);
1016
- var b4 = Z('<span class="flex w-full items-center justify-between gap-2"><span class="mr-auto"> </span> <!></span>'), x4 = Z("<li><a> </a></li>"), m4 = Z('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), w4 = Z("<a> </a>"), _4 = Z("<li><!></li>"), y4 = Z('<ul class="absolute top-full right-0 z-50 flex max-h-[calc(100vh-5rem)] w-full flex-col overflow-y-auto bg-white px-4 py-3 whitespace-normal text-black shadow-md lg:w-[30rem] [&amp;>li]:contents"></ul>'), $4 = Z("<li><!></li>");
1017
- function l2(e, t) {
1018
- G(t, !0);
1019
- let a = A(t, "items", 7);
1020
- var l = $4(), w = $(l);
1021
- return t1(w, {
968
+ }, M = _4(), x = _(M);
969
+ return t1(x, {
1022
970
  class: "h-full",
1023
971
  autoCollapse: !1,
1024
- button: (o) => {
1025
- e1(o, {
972
+ button: (g) => {
973
+ e1(g, {
1026
974
  class: "flex h-full items-center justify-center gap-2 px-4 transition-colors hover:bg-yellow hover:text-yellow-contrast focus:bg-yellow focus:text-yellow-contrast aria-expanded:bg-yellow aria-expanded:text-yellow-contrast",
1027
975
  label: "Sub Navigation Menu",
1028
- children: (y, M) => {
1029
- R(y, {
976
+ children: (k, u) => {
977
+ R(k, {
1030
978
  get icon() {
1031
- return H1;
979
+ return W1;
1032
980
  }
1033
981
  });
1034
982
  },
1035
983
  $$slots: { default: !0 }
1036
984
  });
1037
985
  },
1038
- children: (o, y) => {
1039
- var M = y4();
1040
- W(M, 21, a, (u) => u.text, (u, c) => {
1041
- var s = _4(), h = $(s);
986
+ children: (g, k) => {
987
+ var u = w4();
988
+ W(u, 21, e, (v) => v.text, (v, s) => {
989
+ var n = m4(), h = _(n);
1042
990
  {
1043
- var b = (n) => {
1044
- t1(n, {
991
+ var y = (i) => {
992
+ t1(i, {
1045
993
  class: "relative w-full",
1046
994
  autoCollapse: !1,
1047
- button: (i) => {
1048
- e1(i, {
995
+ button: (f) => {
996
+ e1(f, {
1049
997
  class: "group border-grey/50 hover:bg-grey-muted focus:bg-grey-muted aria-expanded:bg-grey-muted flex w-full items-center justify-between gap-2 border-0 border-b border-solid p-2 transition-colors",
1050
- children: (p, v) => {
1051
- var L = b4(), V = $(L), k = $(V, !0);
1052
- x(V);
1053
- var g = E(V, 2);
1054
- R(g, {
998
+ children: ($, b) => {
999
+ var C = p4(), V = _(C), L = _(V, !0);
1000
+ p(V);
1001
+ var d = F(V, 2);
1002
+ R(d, {
1055
1003
  get icon() {
1056
1004
  return _1;
1057
1005
  },
1058
1006
  class: "transition-transform group-aria-expanded:rotate-180"
1059
- }), x(L), S(() => N(k, r(c).text)), _(p, L);
1007
+ }), p(C), z(() => N(L, l(s).text)), m($, C);
1060
1008
  },
1061
1009
  $$slots: { default: !0 }
1062
1010
  });
1063
1011
  },
1064
- children: (i, p) => {
1065
- var v = m4();
1066
- W(v, 21, () => r(c).items, i1, (L, V) => {
1067
- var k = x4(), g = $(k);
1068
- r1(
1069
- g,
1070
- (z) => ({
1071
- ...r(V).attributes,
1072
- class: z,
1073
- href: r(V).href
1012
+ children: (f, $) => {
1013
+ var b = b4();
1014
+ W(b, 21, () => l(s).items, c1, (C, V) => {
1015
+ var L = g4(), d = _(L);
1016
+ a1(
1017
+ d,
1018
+ (A) => ({
1019
+ ...l(V).attributes,
1020
+ class: A,
1021
+ href: l(V).href
1074
1022
  }),
1075
1023
  [
1076
1024
  () => {
1077
- var z;
1078
- return `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${((z = r(V).attributes) == null ? void 0 : z.class) ?? ""} uofg-header-sub-nav-item-${r(V).text.toLowerCase().replace(/ /g, "-")}`;
1025
+ var A;
1026
+ return `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${((A = l(V).attributes) == null ? void 0 : A.class) ?? ""} uofg-header-sub-nav-item-${l(V).text.toLowerCase().replace(/ /g, "-")}`;
1079
1027
  }
1080
1028
  ]
1081
1029
  );
1082
- var C = $(g, !0);
1083
- x(g), x(k), S(() => N(C, r(V).text)), _(L, k);
1084
- }), x(v), l1(3, v, () => s1, () => ({ duration: 200, easing: o1 })), _(i, v);
1030
+ var S = _(d, !0);
1031
+ p(d), p(L), z(() => N(S, l(V).text)), m(C, L);
1032
+ }), p(b), r1(3, b, () => l1, () => ({ duration: 200, easing: s1 })), m(f, b);
1085
1033
  },
1086
1034
  $$slots: { button: !0, default: !0 }
1087
1035
  });
1088
- }, m = (n) => {
1089
- var f = w4();
1090
- r1(
1091
- f,
1092
- (p) => ({
1093
- ...r(c).attributes,
1094
- class: p,
1095
- href: r(c).href
1096
- }),
1097
- [
1098
- () => {
1099
- var p;
1100
- return `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${((p = r(c).attributes) == null ? void 0 : p.class) ?? ""} uofg-header-sub-nav-item-${r(c).text.toLowerCase().replace(/ /g, "-")}`;
1101
- }
1102
- ]
1103
- );
1104
- var i = $(f, !0);
1105
- x(f), S(() => N(i, r(c).text)), _(n, f);
1036
+ }, w = (i) => {
1037
+ var r = x4();
1038
+ a1(r, ($) => ({ ...l(s).attributes, class: $, href: l(s).href }), [
1039
+ () => {
1040
+ var $;
1041
+ return `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${(($ = l(s).attributes) == null ? void 0 : $.class) ?? ""} uofg-header-sub-nav-item-${l(s).text.toLowerCase().replace(/ /g, "-")}`;
1042
+ }
1043
+ ]);
1044
+ var f = _(r, !0);
1045
+ p(r), z(() => N(f, l(s).text)), m(i, r);
1106
1046
  };
1107
- j(h, (n) => {
1108
- "items" in r(c) ? n(b) : n(m, !1);
1047
+ j(h, (i) => {
1048
+ "items" in l(s) ? i(y) : i(w, !1);
1109
1049
  });
1110
1050
  }
1111
- x(s), _(u, s);
1112
- }), x(M), l1(3, M, () => s1, () => ({ duration: 200, easing: o1 })), _(o, M);
1051
+ p(n), m(v, n);
1052
+ }), p(u), r1(3, u, () => l1, () => ({ duration: 200, easing: s1 })), m(g, u);
1113
1053
  },
1114
1054
  $$slots: { button: !0, default: !0 }
1115
- }), x(l), _(e, l), q({
1116
- get items() {
1117
- return a();
1118
- },
1119
- set items(d) {
1120
- a(d), P();
1121
- }
1122
- });
1055
+ }), p(M), m(a, M), O(o);
1123
1056
  }
1124
- H(l2, { items: {} }, [], [], !0);
1125
- var M4 = Z('<a class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold transition-colors hover:bg-yellow hover:text-yellow-contrast lg:min-h-10"> </a>'), k4 = Z('<span class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold lg:min-h-10"> </span>'), Z4 = Z('<nav aria-label="Page Specific"><div class="relative grid h-full min-w-full grid-cols-[10fr_1fr] items-center justify-end overflow-y-visible lg:flex [&amp;>li]:contents"><!> <ul class="!static flex h-full min-h-[5rem] w-fit justify-self-end lg:static lg:min-h-10 [&amp;>li]:contents"><!></ul></div></nav>');
1126
- function s2(e, t) {
1127
- G(t, !0);
1128
- const [a, l] = u1(), w = () => h1(d, "$headerState", a), d = w1("header-state");
1129
- let o = A(t, "items", 7), y = A(t, "title", 7), M = A(t, "url", 7), u = n1(void 0), c = n1(void 0), s = n1(void 0), h, b = n1(void 0);
1130
- G1(() => {
1131
- var g;
1132
- clearTimeout(h), ((g = w()) == null ? void 0 : g.mode) === "desktop" && r(u) - r(c) < r(s) && (h = setTimeout(
1057
+ H(r2, { items: {} }, [], [], !0);
1058
+ var y4 = Z('<a class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold transition-colors hover:bg-yellow hover:text-yellow-contrast lg:min-h-10"> </a>'), $4 = Z('<span class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold lg:min-h-10"> </span>'), M4 = Z('<nav aria-label="Page Specific"><div class="relative grid h-full min-w-full grid-cols-[10fr_1fr] items-center justify-end overflow-y-visible lg:flex [&amp;>li]:contents"><!> <ul class="!static flex h-full min-h-[5rem] w-fit justify-self-end lg:static lg:min-h-10 [&amp;>li]:contents"><!></ul></div></nav>');
1059
+ function l2(a, t) {
1060
+ q(t, !0);
1061
+ const e = () => v1(x, "$headerState", o), [o, M] = i1(), x = w1("header-state");
1062
+ let c = P(t, "items", 7), g = P(t, "title", 7), k = P(t, "url", 7), u = o1(void 0), v = o1(void 0), s = o1(void 0), n, h = o1(void 0);
1063
+ R1(() => {
1064
+ var d;
1065
+ clearTimeout(n), ((d = e()) == null ? void 0 : d.mode) === "desktop" && l(u) - l(v) < l(s) && (n = setTimeout(
1133
1066
  () => {
1134
- Q(b, isNaN(r(b)) ? r(u) : Math.max(r(u), r(b)), !0);
1067
+ Q(
1068
+ h,
1069
+ isNaN(l(h)) ? l(u) : Math.max(l(u), l(h)),
1070
+ !0
1071
+ );
1135
1072
  },
1136
1073
  50
1137
1074
  ));
1138
- }), q1(() => {
1139
- var g;
1140
- ((g = w()) == null ? void 0 : g.mode) === "desktop" && r(u) - r(c) < r(s) && Q(b, isNaN(r(b)) ? r(u) : Math.max(r(u), r(b)), !0);
1075
+ }), G1(() => {
1076
+ var d;
1077
+ ((d = e()) == null ? void 0 : d.mode) === "desktop" && l(u) - l(v) < l(s) && Q(
1078
+ h,
1079
+ isNaN(l(h)) ? l(u) : Math.max(l(u), l(h)),
1080
+ !0
1081
+ );
1141
1082
  });
1142
- var m = Z4(), n = $(m), f = $(n);
1083
+ var y = {
1084
+ get items() {
1085
+ return c();
1086
+ },
1087
+ set items(d) {
1088
+ c(d), T();
1089
+ },
1090
+ get title() {
1091
+ return g();
1092
+ },
1093
+ set title(d) {
1094
+ g(d), T();
1095
+ },
1096
+ get url() {
1097
+ return k();
1098
+ },
1099
+ set url(d) {
1100
+ k(d), T();
1101
+ }
1102
+ }, w = M4(), i = _(w), r = _(i);
1143
1103
  {
1144
- var i = (g) => {
1145
- var C = M4(), z = $(C, !0);
1146
- x(C), S(() => {
1147
- Y(C, "href", M()), N(z, y());
1148
- }), g1(C, "clientWidth", (F) => Q(c, F)), _(g, C);
1149
- }, p = (g, C) => {
1104
+ var f = (d) => {
1105
+ var S = y4(), A = _(S, !0);
1106
+ p(S), z(() => {
1107
+ Y(S, "href", k()), N(A, g());
1108
+ }), g1(S, "clientWidth", (u1) => Q(v, u1)), m(d, S);
1109
+ }, $ = (d) => {
1110
+ var S = J(), A = G(S);
1150
1111
  {
1151
- var z = (F) => {
1152
- var K = k4(), J = $(K, !0);
1153
- x(K), S(() => N(J, y())), g1(K, "clientWidth", (o2) => Q(c, o2)), _(F, K);
1112
+ var u1 = (h1) => {
1113
+ var B = $4(), s2 = _(B, !0);
1114
+ p(B), z(() => N(s2, g())), g1(B, "clientWidth", (o2) => Q(v, o2)), m(h1, B);
1154
1115
  };
1155
1116
  j(
1156
- g,
1157
- (F) => {
1158
- y() && F(z);
1117
+ A,
1118
+ (h1) => {
1119
+ g() && h1(u1);
1159
1120
  },
1160
- C
1121
+ !0
1161
1122
  );
1162
1123
  }
1124
+ m(d, S);
1163
1125
  };
1164
- j(f, (g) => {
1165
- y() && M() ? g(i) : g(p, !1);
1126
+ j(r, (d) => {
1127
+ g() && k() ? d(f) : d($, !1);
1166
1128
  });
1167
1129
  }
1168
- var v = E(f, 2), L = $(v);
1130
+ var b = F(r, 2), C = _(b);
1169
1131
  {
1170
- var V = (g) => {
1171
- var C = c1(), z = a1(C);
1132
+ var V = (d) => {
1133
+ var S = J(), A = G(S);
1172
1134
  {
1173
- var F = (J) => {
1174
- r2(J, {
1135
+ var u1 = (B) => {
1136
+ a2(B, {
1175
1137
  get items() {
1176
- return o();
1138
+ return c();
1177
1139
  }
1178
1140
  });
1179
- }, K = (J) => {
1180
- l2(J, {
1141
+ }, h1 = (B) => {
1142
+ r2(B, {
1181
1143
  get items() {
1182
- return o();
1144
+ return c();
1183
1145
  }
1184
1146
  });
1185
1147
  };
1186
- j(z, (J) => {
1187
- w().mode === "desktop" && (isNaN(r(b)) || r(u) > r(b)) ? J(F) : J(K, !1);
1148
+ j(A, (B) => {
1149
+ e().mode === "desktop" && (isNaN(l(h)) || l(u) > l(h)) ? B(u1) : B(h1, !1);
1188
1150
  });
1189
1151
  }
1190
- _(g, C);
1152
+ m(d, S);
1191
1153
  };
1192
- j(L, (g) => {
1193
- var C;
1194
- ((C = o()) == null ? void 0 : C.length) > 0 && g(V);
1154
+ j(C, (d) => {
1155
+ var S;
1156
+ ((S = c()) == null ? void 0 : S.length) > 0 && d(V);
1195
1157
  });
1196
1158
  }
1197
- x(v), x(n), x(m), S((g) => T(m, 1, g), [
1198
- () => U(R1("align-items bg-grey-muted text-grey-muted-contrast relative block h-fit justify-end px-[calc((100%-1320px)/2)] text-lg lg:h-10 lg:whitespace-nowrap"))
1199
- ]), g1(v, "clientWidth", (g) => Q(s, g)), g1(n, "clientWidth", (g) => Q(u, g)), _(e, m);
1200
- var k = q({
1201
- get items() {
1202
- return o();
1203
- },
1204
- set items(g) {
1205
- o(g), P();
1206
- },
1207
- get title() {
1208
- return y();
1209
- },
1210
- set title(g) {
1211
- y(g), P();
1212
- },
1213
- get url() {
1214
- return M();
1215
- },
1216
- set url(g) {
1217
- M(g), P();
1218
- }
1219
- });
1220
- return l(), k;
1159
+ p(b), p(i), p(w), z((d) => E(w, 1, d), [
1160
+ () => U(H1("align-items bg-grey-muted text-grey-muted-contrast relative block h-fit justify-end px-[calc((100%-1320px)/2)] text-lg lg:h-10 lg:whitespace-nowrap"))
1161
+ ]), g1(b, "clientWidth", (d) => Q(s, d)), g1(i, "clientWidth", (d) => Q(u, d)), m(a, w);
1162
+ var L = O(y);
1163
+ return M(), L;
1221
1164
  }
1222
- H(s2, { items: {}, title: {}, url: {} }, [], [], !0);
1223
- var V4 = Z('<header class="relative z-10 w-full font-sans text-black"><!> <!> <!></header>');
1224
- function L4(e, t) {
1225
- G(t, !0);
1226
- const [a, l] = u1(), w = () => h1(c, "$headerState", a);
1227
- let d = A(t, "pageTitle", 7), o = A(t, "pageURL", 7), y = A(t, "variant", 7), M = n1(0);
1228
- const u = 1024, c = B1({ mode: "mobile", variant: y() });
1229
- U1("header-state", c);
1230
- let s = n1(y2([]));
1231
- q1(() => {
1232
- const v = () => {
1233
- const V = (k) => {
1234
- const g = {};
1235
- for (const C of k.attributes)
1236
- C.name !== "href" && (g[C.name] = C.value);
1165
+ H(l2, { items: {}, title: {}, url: {} }, [], [], !0);
1166
+ var k4 = Z('<header class="relative z-10 w-full font-sans text-black"><!> <!> <!></header>');
1167
+ function Z4(a, t) {
1168
+ q(t, !0);
1169
+ const e = () => v1(v, "$headerState", o), [o, M] = i1();
1170
+ let x = P(t, "pageTitle", 7), c = P(t, "pageURL", 7), g = P(t, "variant", 7), k = o1(0);
1171
+ const u = 1024, v = U1({ mode: "mobile", variant: g() });
1172
+ F1("header-state", v);
1173
+ let s = o1(_2([]));
1174
+ G1(() => {
1175
+ const b = () => {
1176
+ const V = (L) => {
1177
+ const d = {};
1178
+ for (const S of L.attributes)
1179
+ S.name !== "href" && (d[S.name] = S.value);
1237
1180
  return {
1238
- href: k.getAttribute("href"),
1239
- text: k.textContent,
1240
- attributes: g
1181
+ href: L.getAttribute("href"),
1182
+ text: L.textContent,
1183
+ attributes: d
1241
1184
  };
1242
1185
  };
1243
1186
  Q(
1244
1187
  s,
1245
- Array.from(t.$$host.children).filter((k) => k.tagName === "A" || k.tagName === "UL").map((k) => {
1246
- switch (k.tagName) {
1188
+ Array.from(t.$$host.children).filter((L) => L.tagName === "A" || L.tagName === "UL").map((L) => {
1189
+ switch (L.tagName) {
1247
1190
  case "A":
1248
- return V(k);
1191
+ return V(L);
1249
1192
  case "UL":
1250
1193
  return {
1251
- text: k.getAttribute("data-title") ?? "",
1252
- items: Array.from(k.querySelectorAll("a")).map(V)
1194
+ text: L.getAttribute("data-title") ?? "",
1195
+ items: Array.from(L.querySelectorAll("a")).map(V)
1253
1196
  };
1254
1197
  }
1255
- }).filter((k) => !!k),
1198
+ }).filter((L) => !!L),
1256
1199
  !0
1257
1200
  );
1258
1201
  };
1259
- v();
1260
- const L = new MutationObserver(v);
1261
- return L.observe(t.$$host, { childList: !0, subtree: !0 }), () => {
1262
- L.disconnect();
1202
+ b();
1203
+ const C = new MutationObserver(b);
1204
+ return C.observe(t.$$host, { childList: !0, subtree: !0 }), () => {
1205
+ C.disconnect();
1263
1206
  };
1264
- }), G1(() => {
1265
- c.set({
1266
- mode: r(M) >= u ? "desktop" : "mobile",
1267
- variant: y()
1207
+ }), R1(() => {
1208
+ v.set({
1209
+ mode: l(k) >= u ? "desktop" : "mobile",
1210
+ variant: g()
1268
1211
  });
1269
1212
  });
1270
- var h = V4(), b = $(h);
1213
+ var n = {
1214
+ get pageTitle() {
1215
+ return x();
1216
+ },
1217
+ set pageTitle(b) {
1218
+ x(b), T();
1219
+ },
1220
+ get pageURL() {
1221
+ return c();
1222
+ },
1223
+ set pageURL(b) {
1224
+ c(b), T();
1225
+ },
1226
+ get variant() {
1227
+ return g();
1228
+ },
1229
+ set variant(b) {
1230
+ g(b), T();
1231
+ }
1232
+ }, h = k4(), y = _(h);
1271
1233
  {
1272
- var m = (v) => {
1273
- I1(v, {});
1234
+ var w = (b) => {
1235
+ I1(b, {});
1274
1236
  };
1275
- j(b, (v) => {
1276
- w().mode === "desktop" && y() !== "dual-brand" && v(m);
1237
+ j(y, (b) => {
1238
+ e().mode === "desktop" && g() !== "dual-brand" && b(w);
1277
1239
  });
1278
1240
  }
1279
- var n = E(b, 2);
1280
- a2(n, {});
1281
- var f = E(n, 2);
1241
+ var i = F(y, 2);
1242
+ e2(i, {});
1243
+ var r = F(i, 2);
1282
1244
  {
1283
- var i = (v) => {
1284
- s2(v, {
1245
+ var f = (b) => {
1246
+ l2(b, {
1285
1247
  get title() {
1286
- return d();
1248
+ return x();
1287
1249
  },
1288
1250
  get url() {
1289
- return o();
1251
+ return c();
1290
1252
  },
1291
1253
  get items() {
1292
- return r(s);
1254
+ return l(s);
1293
1255
  }
1294
1256
  });
1295
1257
  };
1296
- j(f, (v) => {
1297
- var L;
1298
- (((L = r(s)) == null ? void 0 : L.length) > 0 || d()) && v(i);
1258
+ j(r, (b) => {
1259
+ var C;
1260
+ (((C = l(s)) == null ? void 0 : C.length) > 0 || x()) && b(f);
1299
1261
  });
1300
1262
  }
1301
- x(h), M2("innerWidth", (v) => Q(M, v, !0)), _(e, h);
1302
- var p = q({
1303
- get pageTitle() {
1304
- return d();
1305
- },
1306
- set pageTitle(v) {
1307
- d(v), P();
1308
- },
1309
- get pageURL() {
1310
- return o();
1311
- },
1312
- set pageURL(v) {
1313
- o(v), P();
1314
- },
1315
- get variant() {
1316
- return y();
1317
- },
1318
- set variant(v) {
1319
- y(v), P();
1320
- }
1321
- });
1322
- return l(), p;
1263
+ p(h), $2("innerWidth", (b) => Q(k, b, !0)), m(a, h);
1264
+ var $ = O(n);
1265
+ return M(), $;
1323
1266
  }
1324
1267
  customElements.define("uofg-header", H(
1325
- L4,
1268
+ Z4,
1326
1269
  {
1327
1270
  pageTitle: { attribute: "page-title", reflect: !0 },
1328
1271
  pageURL: { attribute: "page-url", reflect: !0 },
@@ -1331,12 +1274,12 @@ customElements.define("uofg-header", H(
1331
1274
  [],
1332
1275
  [],
1333
1276
  !0,
1334
- (e) => class extends e {
1277
+ (a) => class extends a {
1335
1278
  constructor() {
1336
- super(), $2(this.shadowRoot);
1279
+ super(), y2(this.shadowRoot);
1337
1280
  }
1338
1281
  }
1339
1282
  ));
1340
1283
  export {
1341
- L4 as default
1284
+ Z4 as default
1342
1285
  };