@uoguelph/web-components 2.0.10 → 2.1.0-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,188 +1,188 @@
1
- import { T as Q1, U as I1, V as X1, W as Y1, X as w1, Y as d1, Z as t2, _ as y1, $ as e2, a0 as r2, a1 as A, a2, a3 as l2, a4 as s2, a5 as o2, a6 as n2, a7 as c2, i as a, R as J, c as H, p as G, a as E, a8 as V1, f as k, E as x1, b as $, H as F, J as N, d as C, a9 as i2, k as x, m as D, n as P, r as p, s as T, g as W, h as I, I as Q, G as q, aa as u2, ab as p1, j, ac as v2, ad as h2, t as $1, C as g1, e as R, N as k1, ae as t1, F as O, af as b1, o as f1, l as o1, ag as z1, D as L1, ah as S1, O as s1, Q as C1, ai as f2, P as d2, S as p2 } from "./index-BCH9nwsS.js";
2
- const g2 = () => performance.now(), K = {
1
+ import { T as Y1, U as I1, V as t2, W as e2, X as z1, Y as $1, Z as r2, _ as L1, $ as a2, a0 as l2, a1 as q, a2 as s2, a3 as o2, a4 as n2, a5 as c2, a6 as i2, a7 as u2, i as e, R as e1, a8 as A1, a9 as v2, c as K, p as Q, a as R, aa as P1, f as $, E as M1, b as m, H as W, J as P, d as E, ab as h2, k as p, m as X, n as O, r as f, s as T, g as F, h as G, I as D, G as H, ac as f2, ad as h1, j as U, t as C1, C as m1, e as J, N as j1, ae as n1, F as I, af as k1, o as b1, D as x1, l as p1, M as d2, ag as T1, ah as S1, O as d1, Q as F1, P as p2, S as g2 } from "./index-BdfvOw43.js";
2
+ const b2 = () => performance.now(), r1 = {
3
3
  // don't access requestAnimationFrame eagerly outside method
4
4
  // this allows basic testing of user code without JSDOM
5
5
  // bunder will eval and remove ternary when the user's app is built
6
6
  tick: (
7
7
  /** @param {any} _ */
8
- (e) => requestAnimationFrame(e)
8
+ (r) => requestAnimationFrame(r)
9
9
  ),
10
- now: () => g2(),
10
+ now: () => b2(),
11
11
  tasks: /* @__PURE__ */ new Set()
12
12
  };
13
- function N1() {
14
- const e = K.now();
15
- K.tasks.forEach((t) => {
16
- t.c(e) || (K.tasks.delete(t), t.f());
17
- }), K.tasks.size !== 0 && K.tick(N1);
13
+ function U1() {
14
+ const r = r1.now();
15
+ r1.tasks.forEach((t) => {
16
+ t.c(r) || (r1.tasks.delete(t), t.f());
17
+ }), r1.tasks.size !== 0 && r1.tick(U1);
18
18
  }
19
- function b2(e) {
19
+ function x2(r) {
20
20
  let t;
21
- return K.tasks.size === 0 && K.tick(N1), {
22
- promise: new Promise((r) => {
23
- K.tasks.add(t = { c: e, f: r });
21
+ return r1.tasks.size === 0 && r1.tick(U1), {
22
+ promise: new Promise((a) => {
23
+ r1.tasks.add(t = { c: r, f: a });
24
24
  }),
25
25
  abort() {
26
- K.tasks.delete(t);
26
+ r1.tasks.delete(t);
27
27
  }
28
28
  };
29
29
  }
30
- function v1(e, t) {
31
- y1(() => {
32
- e.dispatchEvent(new CustomEvent(t));
30
+ function _1(r, t) {
31
+ L1(() => {
32
+ r.dispatchEvent(new CustomEvent(t));
33
33
  });
34
34
  }
35
- function x2(e) {
36
- if (e === "float") return "cssFloat";
37
- if (e === "offset") return "cssOffset";
38
- if (e.startsWith("--")) return e;
39
- const t = e.split("-");
35
+ function m2(r) {
36
+ if (r === "float") return "cssFloat";
37
+ if (r === "offset") return "cssOffset";
38
+ if (r.startsWith("--")) return r;
39
+ const t = r.split("-");
40
40
  return t.length === 1 ? t[0] : t[0] + t.slice(1).map(
41
41
  /** @param {any} word */
42
- (r) => r[0].toUpperCase() + r.slice(1)
42
+ (a) => a[0].toUpperCase() + a.slice(1)
43
43
  ).join("");
44
44
  }
45
- function Z1(e) {
46
- const t = {}, r = e.split(";");
47
- for (const l of r) {
48
- const [m, f] = l.split(":");
49
- if (!m || f === void 0) break;
50
- const n = x2(m.trim());
51
- t[n] = f.trim();
45
+ function E1(r) {
46
+ const t = {}, a = r.split(";");
47
+ for (const o of a) {
48
+ const [k, w] = o.split(":");
49
+ if (!k || w === void 0) break;
50
+ const u = m2(k.trim());
51
+ t[u] = w.trim();
52
52
  }
53
53
  return t;
54
54
  }
55
- const m2 = (e) => e;
56
- function e1(e, t, r, l) {
57
- var m = (e & t2) !== 0, f = "both", n, i = t.inert, w = t.style.overflow, c, d;
58
- function o() {
59
- return y1(() => n ??= r()(t, l?.() ?? /** @type {P} */
55
+ const _2 = (r) => r;
56
+ function i1(r, t, a, o) {
57
+ var k = (r & r2) !== 0, w = "both", u, c = t.inert, S = t.style.overflow, s, g;
58
+ function Z() {
59
+ return L1(() => u ??= a()(t, o?.() ?? /** @type {P} */
60
60
  {}, {
61
- direction: f
61
+ direction: w
62
62
  }));
63
63
  }
64
- var u = {
65
- is_global: m,
64
+ var i = {
65
+ is_global: k,
66
66
  in() {
67
- t.inert = i, v1(t, "introstart"), c = m1(t, o(), d, 1, () => {
68
- v1(t, "introend"), c?.abort(), c = n = void 0, t.style.overflow = w;
67
+ t.inert = c, _1(t, "introstart"), s = Z1(t, Z(), g, 1, () => {
68
+ _1(t, "introend"), s?.abort(), s = u = void 0, t.style.overflow = S;
69
69
  });
70
70
  },
71
71
  out(v) {
72
- t.inert = !0, v1(t, "outrostart"), d = m1(t, o(), c, 0, () => {
73
- v1(t, "outroend"), v?.();
72
+ t.inert = !0, _1(t, "outrostart"), g = Z1(t, Z(), s, 0, () => {
73
+ _1(t, "outroend"), v?.();
74
74
  });
75
75
  },
76
76
  stop: () => {
77
- c?.abort(), d?.abort();
77
+ s?.abort(), g?.abort();
78
78
  }
79
- }, h = (
79
+ }, d = (
80
80
  /** @type {Effect & { nodes: EffectNodes }} */
81
- Q1
81
+ Y1
82
82
  );
83
- if ((h.nodes.t ??= []).push(u), a2) {
84
- var M = m;
85
- if (!M) {
86
- for (var _ = (
83
+ if ((d.nodes.t ??= []).push(i), s2) {
84
+ var V = k;
85
+ if (!V) {
86
+ for (var x = (
87
87
  /** @type {Effect | null} */
88
- h.parent
89
- ); _ && (_.f & I1) !== 0; )
90
- for (; (_ = _.parent) && (_.f & X1) === 0; )
88
+ d.parent
89
+ ); x && (x.f & I1) !== 0; )
90
+ for (; (x = x.parent) && (x.f & t2) === 0; )
91
91
  ;
92
- M = !_ || (_.f & Y1) !== 0;
92
+ V = !x || (x.f & e2) !== 0;
93
93
  }
94
- M && w1(() => {
95
- d1(() => u.in());
94
+ V && z1(() => {
95
+ $1(() => i.in());
96
96
  });
97
97
  }
98
98
  }
99
- function m1(e, t, r, l, m) {
100
- var f = l === 1;
101
- if (e2(t)) {
102
- var n, i = !1;
103
- return r2(() => {
104
- if (!i) {
105
- var v = t({ direction: f ? "in" : "out" });
106
- n = m1(e, v, r, l, m);
99
+ function Z1(r, t, a, o, k) {
100
+ var w = o === 1;
101
+ if (a2(t)) {
102
+ var u, c = !1;
103
+ return l2(() => {
104
+ if (!c) {
105
+ var v = t({ direction: w ? "in" : "out" });
106
+ u = Z1(r, v, a, o, k);
107
107
  }
108
108
  }), {
109
109
  abort: () => {
110
- i = !0, n?.abort();
110
+ c = !0, u?.abort();
111
111
  },
112
- deactivate: () => n.deactivate(),
113
- reset: () => n.reset(),
114
- t: () => n.t()
112
+ deactivate: () => u.deactivate(),
113
+ reset: () => u.reset(),
114
+ t: () => u.t()
115
115
  };
116
116
  }
117
- if (r?.deactivate(), !t?.duration)
118
- return m(), {
119
- abort: A,
120
- deactivate: A,
121
- reset: A,
122
- t: () => l
117
+ if (a?.deactivate(), !t?.duration)
118
+ return k(), {
119
+ abort: q,
120
+ deactivate: q,
121
+ reset: q,
122
+ t: () => o
123
123
  };
124
- const { delay: w = 0, css: c, tick: d, easing: o = m2 } = t;
125
- var u = [];
126
- if (f && r === void 0 && (d && d(0, 1), c)) {
127
- var h = Z1(c(0, 1));
128
- u.push(h, h);
124
+ const { delay: S = 0, css: s, tick: g, easing: Z = _2 } = t;
125
+ var i = [];
126
+ if (w && a === void 0 && (g && g(0, 1), s)) {
127
+ var d = E1(s(0, 1));
128
+ i.push(d, d);
129
129
  }
130
- var M = () => 1 - l, _ = e.animate(u, { duration: w, fill: "forwards" });
131
- return _.onfinish = () => {
132
- _.cancel();
133
- var v = r?.t() ?? 1 - l;
134
- r?.abort();
135
- var s = l - v, b = (
130
+ var V = () => 1 - o, x = r.animate(i, { duration: S, fill: "forwards" });
131
+ return x.onfinish = () => {
132
+ x.cancel();
133
+ var v = a?.t() ?? 1 - o;
134
+ a?.abort();
135
+ var h = o - v, _ = (
136
136
  /** @type {number} */
137
- t.duration * Math.abs(s)
138
- ), V = [];
139
- if (b > 0) {
140
- var g = !1;
141
- if (c)
142
- for (var L = Math.ceil(b / 16.666666666666668), Z = 0; Z <= L; Z += 1) {
143
- var z = v + s * o(Z / L), y = Z1(c(z, 1 - z));
144
- V.push(y), g ||= y.overflow === "hidden";
137
+ t.duration * Math.abs(h)
138
+ ), C = [];
139
+ if (_ > 0) {
140
+ var l = !1;
141
+ if (s)
142
+ for (var L = Math.ceil(_ / 16.666666666666668), y = 0; y <= L; y += 1) {
143
+ var M = v + h * Z(y / L), n = E1(s(M, 1 - M));
144
+ C.push(n), l ||= n.overflow === "hidden";
145
145
  }
146
- g && (e.style.overflow = "hidden"), M = () => {
147
- var S = (
146
+ l && (r.style.overflow = "hidden"), V = () => {
147
+ var b = (
148
148
  /** @type {number} */
149
149
  /** @type {globalThis.Animation} */
150
- _.currentTime
150
+ x.currentTime
151
151
  );
152
- return v + s * o(S / b);
153
- }, d && b2(() => {
154
- if (_.playState !== "running") return !1;
155
- var S = M();
156
- return d(S, 1 - S), !0;
152
+ return v + h * Z(b / _);
153
+ }, g && x2(() => {
154
+ if (x.playState !== "running") return !1;
155
+ var b = V();
156
+ return g(b, 1 - b), !0;
157
157
  });
158
158
  }
159
- _ = e.animate(V, { duration: b, fill: "forwards" }), _.onfinish = () => {
160
- M = () => l, d?.(l, 1 - l), m();
159
+ x = r.animate(C, { duration: _, fill: "forwards" }), x.onfinish = () => {
160
+ V = () => o, g?.(o, 1 - o), k();
161
161
  };
162
162
  }, {
163
163
  abort: () => {
164
- _ && (_.cancel(), _.effect = null, _.onfinish = A);
164
+ x && (x.cancel(), x.effect = null, x.onfinish = q);
165
165
  },
166
166
  deactivate: () => {
167
- m = A;
167
+ k = q;
168
168
  },
169
169
  reset: () => {
170
- l === 0 && d?.(1, 0);
170
+ o === 0 && g?.(1, 0);
171
171
  },
172
- t: () => M()
172
+ t: () => V()
173
173
  };
174
174
  }
175
- function _2(e, t, r) {
176
- w1(() => {
177
- var l = d1(() => t(e, r?.()) || {});
178
- if (l?.destroy)
175
+ function w2(r, t, a) {
176
+ z1(() => {
177
+ var o = $1(() => t(r, a?.()) || {});
178
+ if (o?.destroy)
179
179
  return () => (
180
180
  /** @type {Function} */
181
- l.destroy()
181
+ o.destroy()
182
182
  );
183
183
  });
184
184
  }
185
- class M1 {
185
+ class N1 {
186
186
  /** */
187
187
  #t = /* @__PURE__ */ new WeakMap();
188
188
  /** @type {ResizeObserver | undefined} */
@@ -199,354 +199,401 @@ class M1 {
199
199
  * @param {Element} element
200
200
  * @param {(entry: ResizeObserverEntry) => any} listener
201
201
  */
202
- observe(t, r) {
203
- var l = this.#t.get(t) || /* @__PURE__ */ new Set();
204
- return l.add(r), this.#t.set(t, l), this.#a().observe(t, this.#r), () => {
205
- var m = this.#t.get(t);
206
- m.delete(r), m.size === 0 && (this.#t.delete(t), this.#e.unobserve(t));
202
+ observe(t, a) {
203
+ var o = this.#t.get(t) || /* @__PURE__ */ new Set();
204
+ return o.add(a), this.#t.set(t, o), this.#a().observe(t, this.#r), () => {
205
+ var k = this.#t.get(t);
206
+ k.delete(a), k.size === 0 && (this.#t.delete(t), this.#e.unobserve(t));
207
207
  };
208
208
  }
209
209
  #a() {
210
210
  return this.#e ?? (this.#e = new ResizeObserver(
211
211
  /** @param {any} entries */
212
212
  (t) => {
213
- for (var r of t) {
214
- M1.entries.set(r.target, r);
215
- for (var l of this.#t.get(r.target) || [])
216
- l(r);
213
+ for (var a of t) {
214
+ N1.entries.set(a.target, a);
215
+ for (var o of this.#t.get(a.target) || [])
216
+ o(a);
217
217
  }
218
218
  }
219
219
  ));
220
220
  }
221
221
  }
222
- var w2 = /* @__PURE__ */ new M1({
222
+ var y2 = /* @__PURE__ */ new N1({
223
223
  box: "border-box"
224
224
  });
225
- function h1(e, t, r) {
226
- var l = w2.observe(e, () => r(e[t]));
227
- w1(() => (d1(() => r(e[t])), l));
225
+ function w1(r, t, a) {
226
+ var o = y2.observe(r, () => a(r[t]));
227
+ z1(() => ($1(() => a(r[t])), o));
228
228
  }
229
- function y2(e, t) {
230
- l2(window, ["resize"], () => y1(() => t(window[e])));
229
+ function $2(r, t) {
230
+ o2(window, ["resize"], () => L1(() => t(window[r])));
231
231
  }
232
- function j1(e, t, r) {
233
- if (e == null)
234
- return t(void 0), A;
235
- const l = d1(
236
- () => e.subscribe(
232
+ function W1(r, t, a) {
233
+ if (r == null)
234
+ return t(void 0), q;
235
+ const o = $1(
236
+ () => r.subscribe(
237
237
  t,
238
238
  // @ts-expect-error
239
- r
239
+ a
240
240
  )
241
241
  );
242
- return l.unsubscribe ? () => l.unsubscribe() : l;
242
+ return o.unsubscribe ? () => o.unsubscribe() : o;
243
243
  }
244
- const l1 = [];
245
- function E1(e, t = A) {
246
- let r = null;
247
- const l = /* @__PURE__ */ new Set();
248
- function m(i) {
249
- if (s2(e, i) && (e = i, r)) {
250
- const w = !l1.length;
251
- for (const c of l)
252
- c[1](), l1.push(c, e);
253
- if (w) {
254
- for (let c = 0; c < l1.length; c += 2)
255
- l1[c][0](l1[c + 1]);
256
- l1.length = 0;
244
+ const f1 = [];
245
+ function B1(r, t = q) {
246
+ let a = null;
247
+ const o = /* @__PURE__ */ new Set();
248
+ function k(c) {
249
+ if (n2(r, c) && (r = c, a)) {
250
+ const S = !f1.length;
251
+ for (const s of o)
252
+ s[1](), f1.push(s, r);
253
+ if (S) {
254
+ for (let s = 0; s < f1.length; s += 2)
255
+ f1[s][0](f1[s + 1]);
256
+ f1.length = 0;
257
257
  }
258
258
  }
259
259
  }
260
- function f(i) {
261
- m(i(
260
+ function w(c) {
261
+ k(c(
262
262
  /** @type {T} */
263
- e
263
+ r
264
264
  ));
265
265
  }
266
- function n(i, w = A) {
267
- const c = [i, w];
268
- return l.add(c), l.size === 1 && (r = t(m, f) || A), i(
266
+ function u(c, S = q) {
267
+ const s = [c, S];
268
+ return o.add(s), o.size === 1 && (a = t(k, w) || q), c(
269
269
  /** @type {T} */
270
- e
270
+ r
271
271
  ), () => {
272
- l.delete(c), l.size === 0 && r && (r(), r = null);
272
+ o.delete(s), o.size === 0 && a && (a(), a = null);
273
273
  };
274
274
  }
275
- return { set: m, update: f, subscribe: n };
275
+ return { set: k, update: w, subscribe: u };
276
276
  }
277
- function $2(e) {
277
+ function k2(r) {
278
278
  let t;
279
- return j1(e, (r) => t = r)(), t;
279
+ return W1(r, (a) => t = a)(), t;
280
280
  }
281
- let _1 = /* @__PURE__ */ Symbol();
282
- function n1(e, t, r) {
283
- const l = r[t] ??= {
281
+ let V1 = /* @__PURE__ */ Symbol();
282
+ function a1(r, t, a) {
283
+ const o = a[t] ??= {
284
284
  store: null,
285
- source: c2(void 0),
286
- unsubscribe: A
285
+ source: u2(void 0),
286
+ unsubscribe: q
287
287
  };
288
- if (l.store !== e && !(_1 in r))
289
- if (l.unsubscribe(), l.store = e ?? null, e == null)
290
- l.source.v = void 0, l.unsubscribe = A;
288
+ if (o.store !== r && !(V1 in a))
289
+ if (o.unsubscribe(), o.store = r ?? null, r == null)
290
+ o.source.v = void 0, o.unsubscribe = q;
291
291
  else {
292
- var m = !0;
293
- l.unsubscribe = j1(e, (f) => {
294
- m ? l.source.v = f : J(l.source, f);
295
- }), m = !1;
292
+ var k = !0;
293
+ o.unsubscribe = W1(r, (w) => {
294
+ k ? o.source.v = w : e1(o.source, w);
295
+ }), k = !1;
296
296
  }
297
- return e && _1 in r ? $2(e) : a(l.source);
297
+ return r && V1 in a ? k2(r) : e(o.source);
298
298
  }
299
- function P1(e, t) {
300
- return e.set(t), t;
299
+ function R1(r, t) {
300
+ return r.set(t), t;
301
301
  }
302
- function c1() {
303
- const e = {};
302
+ function l1() {
303
+ const r = {};
304
304
  function t() {
305
- o2(() => {
306
- for (var r in e)
307
- e[r].unsubscribe();
308
- n2(e, _1, {
305
+ c2(() => {
306
+ for (var a in r)
307
+ r[a].unsubscribe();
308
+ i2(r, V1, {
309
309
  enumerable: !1,
310
310
  value: !0
311
311
  });
312
312
  });
313
313
  }
314
- return [e, t];
314
+ return [r, t];
315
315
  }
316
- const M2 = (e) => {
317
- const t = function(l) {
318
- e.contains(l.relatedTarget) || e.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1, detail: l }));
319
- }, r = function(l) {
320
- e.contains(l.relatedTarget) || e.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1, detail: l }));
316
+ const M2 = '<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.13zM104.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.78zM123.82 2.64a4.1 4.1 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.2 6.2 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.6 10.6 0 0 1 2.43-.29l13 24.28 12.13-24a8.4 8.4 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.51a9 9 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.4 8.4 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.14zm9.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-.78zM205.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.5v13a21 21 0 0 0 4.9.73c7.28 0 7.82-3.74 8.79-7.38l1.74.34a34.3 34.3 0 0 1-1.6 8.89h-23.54v-1.27ZM245.78 73.54a8.6 8.6 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.38zm0 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 78 78 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.44a40 40 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.9 15.9 0 0 1 2.81 6.56l.07.27 2.2-.29a38.2 38.2 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.9 21.9 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.7 46.7 0 0 0 14.8-2.88l.28-.1-.17-1.25h-.07c-.71 0-1.19-.09-1.44-.69a12.2 12.2 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.5v13a21 21 0 0 0 4.91.73c7.27 0 7.81-3.74 8.78-7.38l1.75.34a34.8 34.8 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.7 19.7 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.5 9.5 0 0 0-2.39.34v22.72c0 4.8.06 5.48 2.34 5.73l1.84.14v1.27h-13.97zM177.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.73zM68.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>', S2 = {
317
+ id: "dual-brand",
318
+ primary: [
319
+ {
320
+ text: "University of Guelph-Humber",
321
+ href: "https://www.guelphhumber.ca/",
322
+ img: M2,
323
+ standalone: !0
324
+ }
325
+ ]
326
+ }, Z2 = {
327
+ id: "guelph",
328
+ top: [
329
+ {
330
+ text: "Give",
331
+ href: "https://bbis.alumni.uoguelph.ca/BBIS_Cannon/give/uofg"
332
+ },
333
+ {
334
+ text: "News",
335
+ href: "https://news.uoguelph.ca/"
336
+ },
337
+ {
338
+ text: "Quick Links",
339
+ items: [
340
+ {
341
+ text: "Future Students",
342
+ href: "https://www.uoguelph.ca/admission/"
343
+ },
344
+ {
345
+ text: "Current Students",
346
+ href: "https://www.uoguelph.ca/students"
347
+ },
348
+ {
349
+ text: "Alumni & Donors",
350
+ href: "https://alumni.uoguelph.ca/"
351
+ },
352
+ {
353
+ text: "Faculty & Staff",
354
+ href: "https://www.uoguelph.ca/faculty"
355
+ },
356
+ {
357
+ text: "Employers & Partners",
358
+ href: "https://cecs.uoguelph.ca/employers-institutions"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ text: "Apply Now",
364
+ href: "https://uoguelph.ca/apply/",
365
+ highlight: !0
366
+ },
367
+ {
368
+ text: "Account Menu",
369
+ icon: v2,
370
+ standalone: !0,
371
+ items: [
372
+ {
373
+ text: "U of G Insider",
374
+ href: "https://uoguelphca.sharepoint.com/"
375
+ },
376
+ {
377
+ text: "WebAdvisor",
378
+ href: "https://www.uoguelph.ca/webadvisor/"
379
+ },
380
+ {
381
+ text: "GryphMail",
382
+ href: "https://mail.uoguelph.ca/"
383
+ },
384
+ {
385
+ text: "CourseLink",
386
+ href: "https://courselink.uoguelph.ca/"
387
+ },
388
+ {
389
+ text: "GryphLife",
390
+ href: "https://gryphlife.uoguelph.ca/"
391
+ }
392
+ ]
393
+ }
394
+ ],
395
+ primary: [
396
+ {
397
+ text: "About",
398
+ href: "https://uoguelph.ca/about"
399
+ },
400
+ {
401
+ text: "Academics",
402
+ href: "https://www.uoguelph.ca/programs/undergraduate"
403
+ },
404
+ {
405
+ text: "Admission",
406
+ href: "https://uoguelph.ca/admissions"
407
+ },
408
+ {
409
+ text: "Research",
410
+ href: "https://uoguelph.ca/research"
411
+ },
412
+ {
413
+ text: "Student Life",
414
+ href: "https://www.uoguelph.ca/studentexperience/"
415
+ },
416
+ {
417
+ text: "Search the University of Guelph",
418
+ href: "https://uoguelph.ca/search",
419
+ standalone: !0,
420
+ icon: A1
421
+ }
422
+ ]
423
+ }, V2 = {
424
+ id: "news",
425
+ homepage: {
426
+ url: "https://uoguelph.ca/",
427
+ text: "News"
428
+ },
429
+ primary: [
430
+ {
431
+ text: "Find An Expert",
432
+ href: "https://uoguelph.ca/about"
433
+ },
434
+ {
435
+ text: "For Journalists",
436
+ href: "https://www.uoguelph.ca/programs/undergraduate"
437
+ },
438
+ {
439
+ text: "Events",
440
+ href: "https://uoguelph.ca/admissions"
441
+ },
442
+ {
443
+ text: "Contact Us",
444
+ href: "https://www.uoguelph.ca/studentexperience/"
445
+ },
446
+ {
447
+ text: "News Directory",
448
+ href: "/news/directory",
449
+ standalone: !0,
450
+ icon: A1
451
+ }
452
+ ]
453
+ }, y1 = [Z2, V2, S2], z2 = (r) => {
454
+ const t = function(o) {
455
+ r.contains(o.relatedTarget) || r.dispatchEvent(new CustomEvent("focusoutside", { bubbles: !1, detail: o }));
456
+ }, a = function(o) {
457
+ r.contains(o.relatedTarget) || r.dispatchEvent(new CustomEvent("focusinside", { bubbles: !1, detail: o }));
321
458
  };
322
- return e.addEventListener("focusin", r), e.addEventListener("focusout", t), {
459
+ return r.addEventListener("focusin", a), r.addEventListener("focusout", t), {
323
460
  destroy() {
324
- e.removeEventListener("focusin", r), e.removeEventListener("focusout", t);
461
+ r.removeEventListener("focusin", a), r.removeEventListener("focusout", t);
325
462
  }
326
463
  };
327
464
  };
328
- var k2 = k('<div tabindex="-1"><!> <!></div>');
329
- function X(e, t) {
330
- G(t, !0);
331
- const r = () => n1(c, "$open", l), [l, m] = c1();
332
- let f = E(t, "class"), n = E(t, "autoCollapse", 7, !0), i = E(t, "button"), w = E(t, "children");
333
- const c = E1(!1);
334
- V1("menu", c);
335
- const d = () => {
336
- n() && P1(c, !1);
465
+ var L2 = $('<div tabindex="-1"><!> <!></div>');
466
+ function s1(r, t) {
467
+ Q(t, !0);
468
+ const a = () => a1(s, "$open", o), [o, k] = l1();
469
+ let w = R(t, "class"), u = R(t, "autoCollapse", 7, !0), c = R(t, "button"), S = R(t, "children");
470
+ const s = B1(!1);
471
+ P1("menu", s);
472
+ const g = () => {
473
+ u() && R1(s, !1);
337
474
  };
338
- var o = {
475
+ var Z = {
339
476
  get class() {
340
- return f();
477
+ return w();
341
478
  },
342
- set class(s) {
343
- f(s), P();
479
+ set class(h) {
480
+ w(h), O();
344
481
  },
345
482
  get autoCollapse() {
346
- return n();
483
+ return u();
347
484
  },
348
- set autoCollapse(s = !0) {
349
- n(s), P();
485
+ set autoCollapse(h = !0) {
486
+ u(h), O();
350
487
  },
351
488
  get button() {
352
- return i();
489
+ return c();
353
490
  },
354
- set button(s) {
355
- i(s), P();
491
+ set button(h) {
492
+ c(h), O();
356
493
  },
357
494
  get children() {
358
- return w();
495
+ return S();
359
496
  },
360
- set children(s) {
361
- w(s), P();
497
+ set children(h) {
498
+ S(h), O();
362
499
  }
363
- }, u = k2(), h = $(u);
364
- x1(h, () => i() ?? A);
365
- var M = F(h, 2);
500
+ }, i = L2(), d = m(i);
501
+ M1(d, () => c() ?? q);
502
+ var V = W(d, 2);
366
503
  {
367
- var _ = (s) => {
368
- var b = Q(), V = q(b);
369
- x1(V, () => w() ?? A), x(s, b);
504
+ var x = (h) => {
505
+ var _ = D(), C = H(_);
506
+ M1(C, () => S() ?? q), p(h, _);
370
507
  };
371
- N(M, (s) => {
372
- r() && s(_);
508
+ P(V, (h) => {
509
+ a() && h(x);
373
510
  });
374
511
  }
375
- p(u), _2(u, (s) => M2?.(s)), C(() => {
376
- T(u, 1, W(f())), I(u, "data-expanded", r());
377
- }), i2("focusoutside", u, d), x(e, u);
378
- var v = D(o);
379
- return m(), v;
512
+ f(i), w2(i, (h) => z2?.(h)), E(() => {
513
+ T(i, 1, F(w())), G(i, "data-expanded", a());
514
+ }), h2("focusoutside", i, g), p(r, i);
515
+ var v = X(Z);
516
+ return k(), v;
380
517
  }
381
- H(X, { class: {}, autoCollapse: {}, button: {}, children: {} }, [], [], !0);
382
- var Z2 = k('<span class="sr-only"> </span>'), V2 = k('<button aria-haspopup="true"><!> <!></button>');
383
- function Y(e, t) {
384
- G(t, !0);
385
- const r = () => n1(w, "$open", l), [l, m] = c1();
386
- let f = E(t, "class"), n = E(t, "label"), i = E(t, "children");
387
- const w = p1("menu"), c = (v) => {
388
- P1(w, !r()), v.target?.focus();
518
+ K(s1, { class: {}, autoCollapse: {}, button: {}, children: {} }, [], [], !0);
519
+ var C2 = $('<span class="sr-only"> </span>'), N2 = $('<button aria-haspopup="true"><!> <!></button>');
520
+ function o1(r, t) {
521
+ Q(t, !0);
522
+ const a = () => a1(S, "$open", o), [o, k] = l1();
523
+ let w = R(t, "class"), u = R(t, "label"), c = R(t, "children");
524
+ const S = h1("menu"), s = (v) => {
525
+ R1(S, !a()), v.target?.focus();
389
526
  };
390
- var d = {
527
+ var g = {
391
528
  get class() {
392
- return f();
529
+ return w();
393
530
  },
394
531
  set class(v) {
395
- f(v), P();
532
+ w(v), O();
396
533
  },
397
534
  get label() {
398
- return n();
535
+ return u();
399
536
  },
400
537
  set label(v) {
401
- n(v), P();
538
+ u(v), O();
402
539
  },
403
540
  get children() {
404
- return i();
541
+ return c();
405
542
  },
406
543
  set children(v) {
407
- i(v), P();
544
+ c(v), O();
408
545
  }
409
- }, o = V2();
410
- o.__click = c;
411
- var u = $(o);
412
- x1(u, () => i() ?? A);
413
- var h = F(u, 2);
546
+ }, Z = N2();
547
+ Z.__click = s;
548
+ var i = m(Z);
549
+ M1(i, () => c() ?? q);
550
+ var d = W(i, 2);
414
551
  {
415
- var M = (v) => {
416
- var s = Z2(), b = $(s, !0);
417
- p(s), C(() => j(b, n())), x(v, s);
552
+ var V = (v) => {
553
+ var h = C2(), _ = m(h, !0);
554
+ f(h), E(() => U(_, u())), p(v, h);
418
555
  };
419
- N(h, (v) => {
420
- n() && v(M);
556
+ P(d, (v) => {
557
+ u() && v(V);
421
558
  });
422
559
  }
423
- p(o), C(() => {
424
- T(o, 1, W(f())), I(o, "aria-expanded", r());
425
- }), x(e, o);
426
- var _ = D(d);
427
- return m(), _;
560
+ f(Z), E(() => {
561
+ T(Z, 1, F(w())), G(Z, "aria-expanded", a());
562
+ }), p(r, Z);
563
+ var x = X(g);
564
+ return k(), x;
428
565
  }
429
- u2(["click"]);
430
- H(Y, { class: {}, label: {}, children: {} }, [], [], !0);
431
- const T1 = [
432
- {
433
- text: "About",
434
- href: "https://uoguelph.ca/about"
435
- },
436
- {
437
- text: "Academics",
438
- href: "https://www.uoguelph.ca/programs/undergraduate"
439
- },
440
- {
441
- text: "Admission",
442
- href: "https://uoguelph.ca/admissions"
443
- },
444
- {
445
- text: "Research",
446
- href: "https://uoguelph.ca/research"
447
- },
448
- {
449
- text: "Student Life",
450
- href: "https://www.uoguelph.ca/studentexperience/"
451
- }
452
- ], A1 = {
453
- text: "Search the University of Guelph",
454
- href: "https://uoguelph.ca/search",
455
- icon: h2
456
- }, F1 = [
457
- {
458
- text: "Give",
459
- href: "https://bbis.alumni.uoguelph.ca/BBIS_Cannon/give/uofg"
460
- },
461
- {
462
- text: "News",
463
- href: "https://news.uoguelph.ca/"
464
- },
465
- {
466
- text: "Quick Links",
467
- items: [
468
- {
469
- text: "Future Students",
470
- href: "https://www.uoguelph.ca/admission/"
471
- },
472
- {
473
- text: "Current Students",
474
- href: "https://www.uoguelph.ca/students"
475
- },
476
- {
477
- text: "Alumni & Donors",
478
- href: "https://alumni.uoguelph.ca/"
479
- },
480
- {
481
- text: "Faculty & Staff",
482
- href: "https://www.uoguelph.ca/faculty"
483
- },
484
- {
485
- text: "Employers & Partners",
486
- href: "https://cecs.uoguelph.ca/employers-institutions"
487
- }
488
- ]
489
- },
490
- {
491
- text: "Apply Now",
492
- href: "https://uoguelph.ca/apply/",
493
- highlight: !0
494
- }
495
- ], U1 = {
496
- text: "Account Menu",
497
- items: [
498
- {
499
- text: "U of G Insider",
500
- href: "https://uoguelphca.sharepoint.com/"
501
- },
502
- {
503
- text: "WebAdvisor",
504
- href: "https://www.uoguelph.ca/webadvisor/"
505
- },
506
- {
507
- text: "GryphMail",
508
- href: "https://mail.uoguelph.ca/"
509
- },
510
- {
511
- text: "CourseLink",
512
- href: "https://courselink.uoguelph.ca/"
513
- },
514
- {
515
- text: "GryphLife",
516
- href: "https://gryphlife.uoguelph.ca/"
517
- }
518
- ],
519
- icon: v2
520
- };
521
- function z2(e) {
522
- const t = e - 1;
566
+ f2(["click"]);
567
+ K(o1, { class: {}, label: {}, children: {} }, [], [], !0);
568
+ function j2(r) {
569
+ const t = r - 1;
523
570
  return t * t * t + 1;
524
571
  }
525
- function r1(e, { delay: t = 0, duration: r = 400, easing: l = z2, axis: m = "y" } = {}) {
526
- const f = getComputedStyle(e), n = +f.opacity, i = m === "y" ? "height" : "width", w = parseFloat(f[i]), c = m === "y" ? ["top", "bottom"] : ["left", "right"], d = c.map(
527
- (s) => (
572
+ function u1(r, { delay: t = 0, duration: a = 400, easing: o = j2, axis: k = "y" } = {}) {
573
+ const w = getComputedStyle(r), u = +w.opacity, c = k === "y" ? "height" : "width", S = parseFloat(w[c]), s = k === "y" ? ["top", "bottom"] : ["left", "right"], g = s.map(
574
+ (h) => (
528
575
  /** @type {'Left' | 'Right' | 'Top' | 'Bottom'} */
529
- `${s[0].toUpperCase()}${s.slice(1)}`
576
+ `${h[0].toUpperCase()}${h.slice(1)}`
530
577
  )
531
- ), o = parseFloat(f[`padding${d[0]}`]), u = parseFloat(f[`padding${d[1]}`]), h = parseFloat(f[`margin${d[0]}`]), M = parseFloat(f[`margin${d[1]}`]), _ = parseFloat(
532
- f[`border${d[0]}Width`]
578
+ ), Z = parseFloat(w[`padding${g[0]}`]), i = parseFloat(w[`padding${g[1]}`]), d = parseFloat(w[`margin${g[0]}`]), V = parseFloat(w[`margin${g[1]}`]), x = parseFloat(
579
+ w[`border${g[0]}Width`]
533
580
  ), v = parseFloat(
534
- f[`border${d[1]}Width`]
581
+ w[`border${g[1]}Width`]
535
582
  );
536
583
  return {
537
584
  delay: t,
538
- duration: r,
539
- easing: l,
540
- css: (s) => `overflow: hidden;opacity: ${Math.min(s * 20, 1) * n};${i}: ${s * w}px;padding-${c[0]}: ${s * o}px;padding-${c[1]}: ${s * u}px;margin-${c[0]}: ${s * h}px;margin-${c[1]}: ${s * M}px;border-${c[0]}-width: ${s * _}px;border-${c[1]}-width: ${s * v}px;min-${i}: 0`
585
+ duration: a,
586
+ easing: o,
587
+ css: (h) => `overflow: hidden;opacity: ${Math.min(h * 20, 1) * u};${c}: ${h * S}px;padding-${s[0]}: ${h * Z}px;padding-${s[1]}: ${h * i}px;margin-${s[0]}: ${h * d}px;margin-${s[1]}: ${h * V}px;border-${s[0]}-width: ${h * x}px;border-${s[1]}-width: ${h * v}px;min-${c}: 0`
541
588
  };
542
589
  }
543
- function a1(e) {
544
- return e < 0.5 ? 4 * e * e * e : 0.5 * Math.pow(2 * e - 2, 3) + 1;
590
+ function v1(r) {
591
+ return r < 0.5 ? 4 * r * r * r : 0.5 * Math.pow(2 * r - 2, 3) + 1;
545
592
  }
546
- var L2 = k("<span> </span> <!>", 1), S2 = k("<a> </a>"), C2 = k("<li><!></li>"), N2 = k("<ul></ul>"), j2 = k("<a> </a>"), E2 = k("<li><!></li>"), P2 = k('<nav aria-label="Secondary"><ul></ul></nav>');
547
- function W1(e, t) {
548
- G(t, !1);
549
- const r = $1({
593
+ var E2 = $("<span> </span> <!>", 1), A2 = $("<a> </a>"), P2 = $("<li><!></li>"), T2 = $("<ul></ul>"), F2 = $("<a> </a>"), U2 = $("<li><!></li>"), W2 = $('<nav aria-label="Secondary"><ul></ul></nav>');
594
+ function O1(r, t) {
595
+ Q(t, !1);
596
+ const a = () => a1(w, "$headerState", o), [o, k] = l1(), w = h1("header-state"), u = C1({
550
597
  slots: {
551
598
  base: "flex h-10 justify-end bg-white px-[calc((100%-1320px)/2)] text-lg",
552
599
  wrapper: "flex h-full items-center justify-end [&>li]:contents",
@@ -561,762 +608,868 @@ function W1(e, t) {
561
608
  hasIcon: { true: { menuButton: "aspect-square" } }
562
609
  }
563
610
  })();
564
- g1();
565
- var l = P2(), m = $(l);
566
- R(m, 5, () => [...F1, U1], (f) => f.text, (f, n) => {
567
- var i = E2(), w = $(i);
611
+ m1();
612
+ var c = W2(), S = m(c);
613
+ J(S, 5, () => a().data.top, (s) => s.text, (s, g) => {
614
+ var Z = U2(), i = m(Z);
568
615
  {
569
- var c = (o) => {
616
+ var d = (x) => {
570
617
  {
571
- const u = (M) => {
618
+ const v = (_) => {
572
619
  {
573
- let _ = k1(() => r.menuButton({ hasIcon: !!a(n).icon }));
574
- Y(M, {
620
+ let C = j1(() => u.menuButton({ hasIcon: !!e(g).icon }));
621
+ o1(_, {
575
622
  get class() {
576
- return a(_);
623
+ return e(C);
577
624
  },
578
625
  get label() {
579
- return a(n).text;
626
+ return e(g).text;
580
627
  },
581
- children: (v, s) => {
582
- var b = Q(), V = q(b);
628
+ children: (l, L) => {
629
+ var y = D(), M = H(y);
583
630
  {
584
- var g = (Z) => {
585
- O(Z, {
631
+ var n = (z) => {
632
+ I(z, {
586
633
  get icon() {
587
- return a(n).icon;
634
+ return e(g).icon;
588
635
  }
589
636
  });
590
- }, L = (Z) => {
591
- var z = L2(), y = q(z), S = $(y, !0);
592
- p(y);
593
- var U = F(y, 2);
594
- O(U, {
637
+ }, b = (z) => {
638
+ var N = E2(), A = H(N), j = m(A, !0);
639
+ f(A);
640
+ var B = W(A, 2);
641
+ I(B, {
595
642
  get icon() {
596
- return b1;
643
+ return k1;
597
644
  }
598
- }), C(() => j(S, a(n).text)), x(Z, z);
645
+ }), E(() => U(j, e(g).text)), p(z, N);
599
646
  };
600
- N(V, (Z) => {
601
- a(n).icon ? Z(g) : Z(L, !1);
647
+ P(M, (z) => {
648
+ e(g).icon ? z(n) : z(b, !1);
602
649
  });
603
650
  }
604
- x(v, b);
651
+ p(l, y);
605
652
  },
606
653
  $$slots: { default: !0 }
607
654
  });
608
655
  }
609
656
  };
610
- let h = k1(() => r.menu());
611
- X(o, {
657
+ let h = j1(() => u.menu());
658
+ s1(x, {
612
659
  get class() {
613
- return a(h);
660
+ return e(h);
614
661
  },
615
- button: u,
616
- children: (M, _) => {
617
- var v = N2();
618
- R(v, 5, () => a(n).items, (s) => s.text, (s, b) => {
619
- var V = C2(), g = $(V);
662
+ button: v,
663
+ children: (_, C) => {
664
+ var l = T2();
665
+ J(l, 5, () => e(g).items, (L) => L.text, (L, y) => {
666
+ var M = P2(), n = m(M);
620
667
  {
621
- var L = (Z) => {
622
- var z = S2();
623
- t1(
624
- z,
625
- (S) => ({
626
- ...a(b).attributes,
627
- href: a(b).href,
628
- class: S
668
+ var b = (z) => {
669
+ var N = A2();
670
+ n1(
671
+ N,
672
+ (j) => ({
673
+ ...e(y).attributes,
674
+ href: e(y).href,
675
+ class: j
629
676
  }),
630
- [() => r.menuItem()]
677
+ [() => u.menuItem()]
631
678
  );
632
- var y = $(z, !0);
633
- p(z), C(() => j(y, a(b).text)), x(Z, z);
679
+ var A = m(N, !0);
680
+ f(N), E(() => U(A, e(y).text)), p(z, N);
634
681
  };
635
- N(g, (Z) => {
636
- "href" in a(b) && Z(L);
682
+ P(n, (z) => {
683
+ "href" in e(y) && z(b);
637
684
  });
638
685
  }
639
- p(V), x(s, V);
640
- }), p(v), C((s) => T(v, 1, s), [() => W(r.menuContent())]), e1(3, v, () => r1, () => ({ duration: 200, easing: a1 })), x(M, v);
686
+ f(M), p(L, M);
687
+ }), f(l), E((L) => T(l, 1, L), [() => F(u.menuContent())]), i1(3, l, () => u1, () => ({ duration: 200, easing: v1 })), p(_, l);
641
688
  },
642
689
  $$slots: { button: !0, default: !0 }
643
690
  });
644
691
  }
645
- }, d = (o) => {
646
- var u = j2();
647
- t1(u, (M) => ({ ...a(n).attributes, class: M, href: a(n).href }), [() => r.link({ highlight: a(n).highlight })]);
648
- var h = $(u, !0);
649
- p(u), C(() => j(h, a(n).text)), x(o, u);
692
+ }, V = (x) => {
693
+ var v = F2();
694
+ n1(v, (_) => ({ ...e(g).attributes, class: _, href: e(g).href }), [() => u.link({ highlight: e(g).highlight })]);
695
+ var h = m(v, !0);
696
+ f(v), E(() => U(h, e(g).text)), p(x, v);
650
697
  };
651
- N(w, (o) => {
652
- "items" in a(n) ? o(c) : o(d, !1);
698
+ P(i, (x) => {
699
+ "items" in e(g) ? x(d) : x(V, !1);
653
700
  });
654
701
  }
655
- p(i), x(f, i);
656
- }), p(m), p(l), C(
657
- (f, n) => {
658
- T(l, 1, f), T(m, 1, n);
702
+ f(Z), p(s, Z);
703
+ }), f(S), f(c), E(
704
+ (s, g) => {
705
+ T(c, 1, s), T(S, 1, g);
659
706
  },
660
707
  [
661
- () => W(r.base()),
662
- () => W(r.wrapper())
708
+ () => F(u.base()),
709
+ () => F(u.wrapper())
663
710
  ]
664
- ), x(e, l), D();
711
+ ), p(r, c), X(), k();
665
712
  }
666
- H(W1, {}, [], [], !0);
667
- const T2 = '<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>', A2 = '<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.77M43.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.34s4.61-1.61 7.5-1.61c2.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.69z" class="cls-1"/></svg>', F2 = '<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.41s-13.42 12.28-17.46 21.86c-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.29M559.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.11s-7.02 10.31-11.89 14.34c-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.65 9.65 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.4s-4.35 2.66-7.15 3.46c-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.2a72 72 0 0 0-6.5-2.31 94 94 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.6 28.6 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.63s-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.6s5.24 2.43 8.52 2.43 6-.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.23zm-.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.7zm26.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.51 13.51 0 0 0-9.65 9.64l-.21.81h10.67v-10.66zm.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.22zM171.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.72s4.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.24s4.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.45s-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.36q-.915 0-1.86-.45c-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.22" class="cls-3"/></svg>';
668
- var U2 = k('<div aria-hidden="true"><!></div>'), W2 = k('<div><!> <a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a></div>');
669
- function B1(e, t) {
670
- G(t, !1);
671
- const r = () => n1(f, "$headerState", l), [l, m] = c1(), f = p1("header-state"), n = $1({
713
+ K(O1, {}, [], [], !0);
714
+ const B2 = '<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>', R2 = '<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.77M43.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.34s4.61-1.61 7.5-1.61c2.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.69z" class="cls-1"/></svg>', O2 = '<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.41s-13.42 12.28-17.46 21.86c-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.29M559.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.11s-7.02 10.31-11.89 14.34c-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.65 9.65 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.4s-4.35 2.66-7.15 3.46c-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.2a72 72 0 0 0-6.5-2.31 94 94 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.6 28.6 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.63s-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.6s5.24 2.43 8.52 2.43 6-.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.23zm-.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.7zm26.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.51 13.51 0 0 0-9.65 9.64l-.21.81h10.67v-10.66zm.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.22zM171.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.72s4.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.24s4.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.45s-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.36q-.915 0-1.86-.45c-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.22" class="cls-3"/></svg>';
715
+ var q2 = $('<div aria-hidden="true"><!></div>'), H2 = $('<div><div></div> <div></div> <div></div></div> <a href="#">News</a>', 1), G2 = $('<div><!> <div><a href="https://www.uoguelph.ca" aria-label="University of Guelph Home Page"><!></a> <!></div></div>');
716
+ function q1(r, t) {
717
+ Q(t, !1);
718
+ const a = () => a1(w, "$headerState", o), [o, k] = l1(), w = h1("header-state"), u = C1({
672
719
  slots: {
673
720
  base: "flex w-fit",
674
721
  decoration: "left-0 h-full w-[7.5rem] min-[1320px]:absolute [&>svg]:block [&>svg]:h-full [&>svg]:w-auto",
675
- 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"
722
+ logo: "flex h-12.5 w-fit items-center justify-center min-[1320px]:absolute min-[1320px]:left-[max(calc((100%-1320px)/2),7.5rem)] lg:h-25",
723
+ link: "h-full transition-opacity hover:opacity-75 focus:opacity-75 [&>svg]:block [&>svg]:h-full [&>svg]:w-auto",
724
+ line: "mx-2 flex h-full w-0.75 flex-col lg:h-4/5",
725
+ lineSegment: "h-1/3 w-full",
726
+ secondaryLink: "text-2xl underline decoration-transparent transition-colors hover:decoration-white focus:decoration-white lg:pl-4"
676
727
  },
677
728
  variants: { mode: { desktop: { logo: "py-2" }, mobile: { logo: "p-3" } } }
678
- }), { base: i, decoration: w, logo: c } = n();
679
- g1();
680
- var d = W2(), o = $(d);
729
+ }), {
730
+ base: c,
731
+ decoration: S,
732
+ logo: s,
733
+ link: g,
734
+ line: Z,
735
+ lineSegment: i,
736
+ secondaryLink: d
737
+ } = u();
738
+ m1();
739
+ var V = G2(), x = m(V);
740
+ {
741
+ var v = (n) => {
742
+ var b = q2(), z = m(b);
743
+ b1(z, () => B2), f(b), E((N) => T(b, 1, N), [() => F(S())]), p(n, b);
744
+ };
745
+ P(x, (n) => {
746
+ a()?.mode === "desktop" && n(v);
747
+ });
748
+ }
749
+ var h = W(x, 2), _ = m(h), C = m(_);
681
750
  {
682
- var u = (s) => {
683
- var b = U2(), V = $(b);
684
- f1(V, () => T2), p(b), C((g) => T(b, 1, g), [() => W(w())]), x(s, b);
751
+ var l = (n) => {
752
+ var b = D(), z = H(b);
753
+ b1(z, () => O2), p(n, b);
754
+ }, L = (n) => {
755
+ var b = D(), z = H(b);
756
+ b1(z, () => R2), p(n, b);
685
757
  };
686
- N(o, (s) => {
687
- r()?.mode === "desktop" && s(u);
758
+ P(C, (n) => {
759
+ a()?.mode === "desktop" ? n(l) : n(L, !1);
688
760
  });
689
761
  }
690
- var h = F(o, 2), M = $(h);
762
+ f(_);
763
+ var y = W(_, 2);
691
764
  {
692
- var _ = (s) => {
693
- var b = Q(), V = q(b);
694
- f1(V, () => F2), x(s, b);
695
- }, v = (s) => {
696
- var b = Q(), V = q(b);
697
- f1(V, () => A2), x(s, b);
765
+ var M = (n) => {
766
+ var b = H2(), z = H(b), N = m(z), A = W(N, 2), j = W(A, 2);
767
+ f(z);
768
+ var B = W(z, 2);
769
+ E(
770
+ (Y, t1, c1, g1, X1) => {
771
+ T(z, 1, Y), T(N, 1, t1), T(A, 1, c1), T(j, 1, g1), T(B, 1, X1);
772
+ },
773
+ [
774
+ () => F(Z()),
775
+ () => F(x1(i(), "bg-red")),
776
+ () => F(x1(i(), "bg-red lg:bg-yellow")),
777
+ () => F(x1(i(), "bg-red lg:bg-grey-dark")),
778
+ () => F(d())
779
+ ]
780
+ ), p(n, b);
698
781
  };
699
- N(M, (s) => {
700
- r()?.mode === "desktop" || r()?.variant === "dual-brand" ? s(_) : s(v, !1);
782
+ P(y, (n) => {
783
+ a().data.homepage && n(M);
701
784
  });
702
785
  }
703
- p(h), p(d), C(
704
- (s, b) => {
705
- T(d, 1, s), T(h, 1, b);
786
+ f(h), f(V), E(
787
+ (n, b, z) => {
788
+ T(V, 1, n), T(h, 1, b), T(_, 1, z);
706
789
  },
707
790
  [
708
- () => W(i()),
709
- () => W(c({ mode: r().mode }))
791
+ () => F(c()),
792
+ () => F(s({ mode: a().mode })),
793
+ () => F(g())
710
794
  ]
711
- ), x(e, d), D(), m();
795
+ ), p(r, V), X(), k();
712
796
  }
713
- H(B1, {}, [], [], !0);
714
- const B2 = '<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.13zM104.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.78zM123.82 2.64a4.1 4.1 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.2 6.2 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.6 10.6 0 0 1 2.43-.29l13 24.28 12.13-24a8.4 8.4 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.51a9 9 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.4 8.4 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.14zm9.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-.78zM205.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.5v13a21 21 0 0 0 4.9.73c7.28 0 7.82-3.74 8.79-7.38l1.74.34a34.3 34.3 0 0 1-1.6 8.89h-23.54v-1.27ZM245.78 73.54a8.6 8.6 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.38zm0 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 78 78 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.44a40 40 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.9 15.9 0 0 1 2.81 6.56l.07.27 2.2-.29a38.2 38.2 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.9 21.9 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.7 46.7 0 0 0 14.8-2.88l.28-.1-.17-1.25h-.07c-.71 0-1.19-.09-1.44-.69a12.2 12.2 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.5v13a21 21 0 0 0 4.91.73c7.27 0 7.81-3.74 8.78-7.38l1.75.34a34.8 34.8 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.7 19.7 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.5 9.5 0 0 0-2.39.34v22.72c0 4.8.06 5.48 2.34 5.73l1.84.14v1.27h-13.97zM177.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.73zM68.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>';
715
- var R2 = k('<a><span class="sr-only"> </span> <!></a>'), H2 = k("<a> </a>"), O2 = k("<li><!></li>"), q2 = k("<ul></ul>");
716
- function R1(e, t) {
717
- G(t, !1);
718
- const r = $1({
797
+ K(q1, {}, [], [], !0);
798
+ var D2 = $('<a><span class="sr-only"> </span> <!></a>'), J2 = $("<a><!></a>"), K2 = $("<a> </a>"), Q2 = $("<li><!></li>"), X2 = $("<ul></ul>");
799
+ function H1(r, t) {
800
+ Q(t, !1);
801
+ const a = () => a1(w, "$headerState", o), [o, k] = l1(), w = h1("header-state"), u = C1({
719
802
  slots: {
720
803
  base: "ml-auto flex text-xl [&>li]:contents",
721
804
  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"
722
805
  },
723
806
  variants: {
724
- hasIcon: {
725
- true: {
807
+ type: {
808
+ icon: {
726
809
  link: "pt-8 pb-6 text-yellow hover:text-white [&>svg]:fill-current"
727
810
  },
728
- false: { link: "pt-6 text-center hover:border-yellow" }
811
+ image: {
812
+ link: "border-0 transition-opacity hover:opacity-75 focus:opacity-75 [&>svg]:block [&>svg]:h-full [&>svg]:w-auto"
813
+ },
814
+ basic: { link: "pt-6 text-center hover:border-yellow" }
729
815
  }
730
816
  }
731
817
  })();
732
- g1();
733
- var l = q2();
734
- R(l, 5, () => [...T1, A1], o1, (m, f) => {
735
- var n = O2(), i = $(n);
818
+ m1();
819
+ var c = X2();
820
+ J(c, 5, () => a().data.primary, p1, (S, s) => {
821
+ var g = Q2(), Z = m(g);
736
822
  {
737
- var w = (d) => {
738
- var o = R2(), u = $(o), h = $(u, !0);
739
- p(u);
740
- var M = F(u, 2);
741
- O(M, {
823
+ var i = (V) => {
824
+ var x = D2(), v = m(x), h = m(v, !0);
825
+ f(v);
826
+ var _ = W(v, 2);
827
+ I(_, {
742
828
  get icon() {
743
- return a(f).icon;
829
+ return e(s).icon;
744
830
  }
745
- }), p(o), C(
746
- (_) => {
747
- T(o, 1, _), I(o, "href", a(f).href), j(h, a(f).text);
748
- },
749
- [() => W(r.link({ hasIcon: !0 }))]
750
- ), x(d, o);
751
- }, c = (d) => {
752
- var o = H2(), u = $(o, !0);
753
- p(o), C(
754
- (h) => {
755
- T(o, 1, h), I(o, "href", a(f).href), j(u, a(f).text);
831
+ }), f(x), E(
832
+ (C) => {
833
+ T(x, 1, C), G(x, "href", e(s).href), U(h, e(s).text);
756
834
  },
757
- [() => W(r.link({ hasIcon: !1 }))]
758
- ), x(d, o);
835
+ [() => F(u.link({ type: "icon" }))]
836
+ ), p(V, x);
837
+ }, d = (V) => {
838
+ var x = D(), v = H(x);
839
+ {
840
+ var h = (C) => {
841
+ var l = J2(), L = m(l);
842
+ b1(L, () => e(s).img), f(l), E(
843
+ (y) => {
844
+ T(l, 1, y), G(l, "href", e(s).href);
845
+ },
846
+ [() => F(u.link({ type: "image" }))]
847
+ ), p(C, l);
848
+ }, _ = (C) => {
849
+ var l = K2(), L = m(l, !0);
850
+ f(l), E(
851
+ (y) => {
852
+ T(l, 1, y), G(l, "href", e(s).href), U(L, e(s).text);
853
+ },
854
+ [() => F(u.link({ type: "basic" }))]
855
+ ), p(C, l);
856
+ };
857
+ P(
858
+ v,
859
+ (C) => {
860
+ e(s).img ? C(h) : C(_, !1);
861
+ },
862
+ !0
863
+ );
864
+ }
865
+ p(V, x);
759
866
  };
760
- N(i, (d) => {
761
- a(f).icon ? d(w) : d(c, !1);
867
+ P(Z, (V) => {
868
+ e(s).icon ? V(i) : V(d, !1);
762
869
  });
763
870
  }
764
- p(n), x(m, n);
765
- }), p(l), C((m) => T(l, 1, m), [() => W(r.base())]), x(e, l), D();
871
+ f(g), p(S, g);
872
+ }), f(c), E((S) => T(c, 1, S), [() => F(u.base())]), p(r, c), X(), k();
766
873
  }
767
- H(R1, {}, [], [], !0);
768
- var G2 = k('<li class="contents first:*:mt-4 last:*:mb-4"><a> </a></li>'), D2 = k('<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>'), J2 = k('<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>'), K2 = k("<li><!></li>"), Q2 = k('<span><span class="mr-auto"> </span> <!></span>'), I2 = k("<li><a> </a></li>"), X2 = k('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), Y2 = k("<a> </a>"), tt = k("<li><!></li>"), et = k('<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>'), rt = k('<ul class="flex h-full [&amp;>li]:contents"><!> <li><!></li></ul>');
769
- function H1(e) {
770
- const t = [...T1, ...F1], r = [U1, A1];
771
- var l = rt(), m = $(l);
772
- R(m, 1, () => r, (i) => i.text, (i, w) => {
773
- var c = K2(), d = $(c);
874
+ K(H1, {}, [], [], !0);
875
+ var Y2 = $('<li class="contents first:*:mt-4 last:*:mb-4"><a> </a></li>'), I2 = $('<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>'), tt = $('<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>'), et = $('<a class="flex h-12.5 w-fit items-center justify-center border-0 p-2 transition-opacity hover:opacity-75 focus:opacity-75 [&amp;>svg]:block [&amp;>svg]:h-full [&amp;>svg]:w-auto"><!></a>'), rt = $("<a> </a>"), at = $("<li><!></li>"), lt = $('<span><span class="mr-auto"> </span> <!></span>'), st = $("<li><a> </a></li>"), ot = $('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), nt = $("<a> </a>"), ct = $("<li><!></li>"), it = $('<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>'), ut = $("<li><!></li>"), vt = $('<ul class="flex h-full [&amp;>li]:contents"><!> <!></ul>');
876
+ function G1(r, t) {
877
+ Q(t, !1);
878
+ const a = () => a1(w, "$headerState", o), [o, k] = l1(), w = h1("header-state"), u = [], c = [];
879
+ for (const i of a().data.primary)
880
+ i.standalone ? c.push(i) : u.push(i);
881
+ for (const i of a().data.top ?? [])
882
+ i.standalone ? c.push(i) : u.push(i);
883
+ m1();
884
+ var S = vt(), s = m(S);
885
+ J(s, 1, () => c, (i) => i.text, (i, d) => {
886
+ var V = at(), x = m(V);
774
887
  {
775
- var o = (h) => {
776
- X(h, {
888
+ var v = (_) => {
889
+ s1(_, {
777
890
  class: "h-full w-fit",
778
- button: (_) => {
779
- Y(_, {
891
+ button: (l) => {
892
+ o1(l, {
780
893
  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",
781
894
  get label() {
782
- return a(w).text;
895
+ return e(d).text;
783
896
  },
784
- children: (v, s) => {
785
- O(v, {
786
- get icon() {
787
- return a(w).icon;
788
- }
789
- });
897
+ children: (L, y) => {
898
+ var M = D(), n = H(M);
899
+ {
900
+ var b = (N) => {
901
+ I(N, {
902
+ get icon() {
903
+ return e(d).icon;
904
+ }
905
+ });
906
+ }, z = (N) => {
907
+ var A = d2();
908
+ E(() => U(A, e(d).text)), p(N, A);
909
+ };
910
+ P(n, (N) => {
911
+ e(d).icon ? N(b) : N(z, !1);
912
+ });
913
+ }
914
+ p(L, M);
790
915
  },
791
916
  $$slots: { default: !0 }
792
917
  });
793
918
  },
794
- children: (_, v) => {
795
- var s = D2();
796
- R(s, 5, () => a(w).items, o1, (b, V) => {
797
- var g = G2(), L = $(g);
798
- t1(L, () => ({
919
+ children: (l, L) => {
920
+ var y = I2();
921
+ J(y, 5, () => e(d).items, p1, (M, n) => {
922
+ var b = Y2(), z = m(b);
923
+ n1(z, () => ({
799
924
  class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
800
- href: a(V).href,
801
- ...a(V).attributes
925
+ href: e(n).href,
926
+ ...e(n).attributes
802
927
  }));
803
- var Z = $(L, !0);
804
- p(L), p(g), C(() => j(Z, a(V).text)), x(b, g);
805
- }), p(s), e1(3, s, () => r1, () => ({ duration: 200, easing: a1 })), x(_, s);
928
+ var N = m(z, !0);
929
+ f(z), f(b), E(() => U(N, e(n).text)), p(M, b);
930
+ }), f(y), i1(3, y, () => u1, () => ({ duration: 200, easing: v1 })), p(l, y);
806
931
  },
807
932
  $$slots: { button: !0, default: !0 }
808
933
  });
809
- }, u = (h) => {
810
- var M = J2(), _ = $(M);
811
- O(_, {
812
- get icon() {
813
- return a(w).icon;
814
- }
815
- }), p(M), C(() => {
816
- I(M, "href", a(w).href), I(M, "aria-label", a(w).text);
817
- }), x(h, M);
934
+ }, h = (_) => {
935
+ var C = D(), l = H(C);
936
+ {
937
+ var L = (M) => {
938
+ var n = tt(), b = m(n);
939
+ I(b, {
940
+ get icon() {
941
+ return e(d).icon;
942
+ }
943
+ }), f(n), E(() => {
944
+ G(n, "href", e(d).href), G(n, "aria-label", e(d).text);
945
+ }), p(M, n);
946
+ }, y = (M) => {
947
+ var n = D(), b = H(n);
948
+ {
949
+ var z = (A) => {
950
+ var j = et(), B = m(j);
951
+ b1(B, () => e(d).img), f(j), E(() => {
952
+ G(j, "href", e(d).href), G(j, "aria-label", e(d).text);
953
+ }), p(A, j);
954
+ }, N = (A) => {
955
+ var j = rt(), B = m(j, !0);
956
+ f(j), E(() => {
957
+ G(j, "href", e(d).href), U(B, e(d).text);
958
+ }), p(A, j);
959
+ };
960
+ P(
961
+ b,
962
+ (A) => {
963
+ e(d).img ? A(z) : A(N, !1);
964
+ },
965
+ !0
966
+ );
967
+ }
968
+ p(M, n);
969
+ };
970
+ P(
971
+ l,
972
+ (M) => {
973
+ e(d).icon ? M(L) : M(y, !1);
974
+ },
975
+ !0
976
+ );
977
+ }
978
+ p(_, C);
818
979
  };
819
- N(d, (h) => {
820
- "items" in a(w) ? h(o) : h(u, !1);
980
+ P(x, (_) => {
981
+ "items" in e(d) ? _(v) : _(h, !1);
821
982
  });
822
983
  }
823
- p(c), x(i, c);
984
+ f(V), p(i, V);
824
985
  });
825
- var f = F(m, 2), n = $(f);
826
- X(n, {
827
- class: "h-full w-fit",
828
- button: (w) => {
829
- Y(w, {
830
- 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",
831
- label: "Main Menu",
832
- children: (c, d) => {
833
- O(c, {
834
- get icon() {
835
- return z1;
836
- }
986
+ var g = W(s, 2);
987
+ {
988
+ var Z = (i) => {
989
+ var d = ut(), V = m(d);
990
+ s1(V, {
991
+ class: "h-full w-fit",
992
+ button: (v) => {
993
+ o1(v, {
994
+ 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",
995
+ label: "Main Menu",
996
+ children: (h, _) => {
997
+ I(h, {
998
+ get icon() {
999
+ return T1;
1000
+ }
1001
+ });
1002
+ },
1003
+ $$slots: { default: !0 }
837
1004
  });
838
1005
  },
839
- $$slots: { default: !0 }
840
- });
841
- },
842
- children: (w, c) => {
843
- var d = et();
844
- R(d, 5, () => t, o1, (o, u) => {
845
- var h = tt(), M = $(h);
846
- {
847
- var _ = (s) => {
848
- X(s, {
849
- class: "relative w-full",
850
- autoCollapse: !1,
851
- button: (V) => {
852
- Y(V, {
853
- 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",
854
- children: (g, L) => {
855
- var Z = Q2();
856
- let z;
857
- var y = $(Z), S = $(y, !0);
858
- p(y);
859
- var U = F(y, 2);
860
- O(U, {
861
- get icon() {
862
- return b1;
863
- }
864
- }), p(Z), C(() => {
865
- z = T(Z, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, z, { "bg-yellow": a(u).highlight }), j(S, a(u).text);
866
- }), x(g, Z);
1006
+ children: (v, h) => {
1007
+ var _ = it();
1008
+ J(_, 5, () => u, p1, (C, l) => {
1009
+ var L = ct(), y = m(L);
1010
+ {
1011
+ var M = (b) => {
1012
+ s1(b, {
1013
+ class: "relative w-full",
1014
+ autoCollapse: !1,
1015
+ button: (N) => {
1016
+ o1(N, {
1017
+ 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",
1018
+ children: (A, j) => {
1019
+ var B = lt();
1020
+ let Y;
1021
+ var t1 = m(B), c1 = m(t1, !0);
1022
+ f(t1);
1023
+ var g1 = W(t1, 2);
1024
+ I(g1, {
1025
+ get icon() {
1026
+ return k1;
1027
+ }
1028
+ }), f(B), E(() => {
1029
+ Y = T(B, 1, "flex w-full items-center justify-between gap-2 [&>svg]:transition-transform", null, Y, { "bg-yellow": e(l).highlight }), U(c1, e(l).text);
1030
+ }), p(A, B);
1031
+ },
1032
+ $$slots: { default: !0 }
1033
+ });
867
1034
  },
868
- $$slots: { default: !0 }
1035
+ children: (N, A) => {
1036
+ var j = ot();
1037
+ J(j, 5, () => e(l).items, p1, (B, Y) => {
1038
+ var t1 = st(), c1 = m(t1);
1039
+ n1(c1, () => ({
1040
+ class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
1041
+ href: e(Y).href,
1042
+ ...e(Y).attributes
1043
+ }));
1044
+ var g1 = m(c1, !0);
1045
+ f(c1), f(t1), E(() => U(g1, e(Y).text)), p(B, t1);
1046
+ }), f(j), i1(3, j, () => u1, () => ({ duration: 200, easing: v1 })), p(N, j);
1047
+ },
1048
+ $$slots: { button: !0, default: !0 }
869
1049
  });
870
- },
871
- children: (V, g) => {
872
- var L = X2();
873
- R(L, 5, () => a(u).items, o1, (Z, z) => {
874
- var y = I2(), S = $(y);
875
- t1(S, () => ({
876
- class: "border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors",
877
- href: a(z).href,
878
- ...a(z).attributes
879
- }));
880
- var U = $(S, !0);
881
- p(S), p(y), C(() => j(U, a(z).text)), x(Z, y);
882
- }), p(L), e1(3, L, () => r1, () => ({ duration: 200, easing: a1 })), x(V, L);
883
- },
884
- $$slots: { button: !0, default: !0 }
885
- });
886
- }, v = (s) => {
887
- var b = Y2();
888
- let V;
889
- var g = $(b, !0);
890
- p(b), C(() => {
891
- V = T(b, 1, "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted border-0 border-b border-solid p-2 transition-colors", null, V, { "bg-yellow": a(u).highlight }), I(b, "href", a(u).href), j(g, a(u).text);
892
- }), x(s, b);
893
- };
894
- N(M, (s) => {
895
- "items" in a(u) ? s(_) : s(v, !1);
896
- });
897
- }
898
- p(h), x(o, h);
899
- }), p(d), e1(3, d, () => r1, () => ({ duration: 200, easing: a1 })), x(w, d);
900
- },
901
- $$slots: { button: !0, default: !0 }
902
- }), p(f), p(l), x(e, l);
1050
+ }, n = (b) => {
1051
+ var z = nt();
1052
+ let N;
1053
+ var A = m(z, !0);
1054
+ f(z), E(() => {
1055
+ N = T(z, 1, "border-grey/50 hover:bg-grey-muted focus:bg-grey-muted border-0 border-b border-solid p-2 transition-colors", null, N, { "bg-yellow": e(l).highlight }), G(z, "href", e(l).href), U(A, e(l).text);
1056
+ }), p(b, z);
1057
+ };
1058
+ P(y, (b) => {
1059
+ "items" in e(l) ? b(M) : b(n, !1);
1060
+ });
1061
+ }
1062
+ f(L), p(C, L);
1063
+ }), f(_), i1(3, _, () => u1, () => ({ duration: 200, easing: v1 })), p(v, _);
1064
+ },
1065
+ $$slots: { button: !0, default: !0 }
1066
+ }), f(d), p(i, d);
1067
+ };
1068
+ P(g, (i) => {
1069
+ u.length > 0 && i(Z);
1070
+ });
1071
+ }
1072
+ f(S), p(r, S), X(), k();
903
1073
  }
904
- H(H1, {}, [], [], !0);
905
- var at = k('<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>'), lt = k('<nav aria-label="Primary"><!> <!></nav>');
906
- function O1(e, t) {
907
- G(t, !1);
908
- const r = () => n1(f, "$headerState", l), [l, m] = c1(), f = p1("header-state");
909
- g1();
910
- var n = lt(), i = $(n);
911
- B1(i, {});
912
- var w = F(i, 2);
1074
+ K(G1, {}, [], [], !0);
1075
+ var ht = $('<nav aria-label="Primary"><!> <!></nav>');
1076
+ function D1(r, t) {
1077
+ Q(t, !1);
1078
+ const a = () => a1(w, "$headerState", o), [o, k] = l1(), w = h1("header-state"), u = x1("relative", "flex", "w-full", "justify-between", "bg-black", "px-[calc((100%-1320px)/2)]", "text-lg", "text-black-contrast", "lg:h-25");
1079
+ m1();
1080
+ var c = ht(), S = m(c);
1081
+ q1(S, {});
1082
+ var s = W(S, 2);
913
1083
  {
914
- var c = (o) => {
915
- var u = at(), h = F($(u), 2);
916
- f1(h, () => B2), p(u), x(o, u);
917
- }, d = (o) => {
918
- var u = Q(), h = q(u);
919
- {
920
- var M = (v) => {
921
- R1(v, {});
922
- }, _ = (v) => {
923
- H1(v);
924
- };
925
- N(
926
- h,
927
- (v) => {
928
- r()?.mode === "desktop" ? v(M) : v(_, !1);
929
- },
930
- !0
931
- );
932
- }
933
- x(o, u);
1084
+ var g = (i) => {
1085
+ H1(i, {});
1086
+ }, Z = (i) => {
1087
+ G1(i, {});
934
1088
  };
935
- N(w, (o) => {
936
- r()?.variant === "dual-brand" ? o(c) : o(d, !1);
1089
+ P(s, (i) => {
1090
+ a()?.mode === "desktop" ? i(g) : i(Z, !1);
937
1091
  });
938
1092
  }
939
- p(n), C((o) => T(n, 1, o), [
940
- () => W(L1("relative flex w-full justify-between bg-black px-[calc((100%-1320px)/2)] text-lg text-black-contrast lg:h-25", r()?.variant === "dual-brand" ? "h-[7.5rem]" : "h-12.5"))
941
- ]), x(e, n), D(), m();
1093
+ f(c), E(() => T(c, 1, F(u))), p(r, c), X(), k();
942
1094
  }
943
- H(O1, {}, [], [], !0);
944
- var st = k('<span class="flex items-center gap-2 [&amp;>svg]:transition-transform"><span> </span> <!></span>'), ot = k("<li><a> </a></li>"), nt = k('<ul class="bg-grey-muted absolute top-full right-0 z-50 flex min-w-[20rem] flex-col [&amp;>li]:contents"></ul>'), ct = k("<li><!></li>"), it = k("<li><a> </a></li>");
945
- function q1(e, t) {
946
- G(t, !0);
947
- let r = E(t, "items");
948
- var l = {
1095
+ K(D1, {}, [], [], !0);
1096
+ var ft = $('<span class="flex items-center gap-2 [&amp;>svg]:transition-transform"><span> </span> <!></span>'), dt = $("<li><a> </a></li>"), pt = $('<ul class="bg-grey-muted absolute top-full right-0 z-50 flex min-w-[20rem] flex-col [&amp;>li]:contents"></ul>'), gt = $("<li><!></li>"), bt = $("<li><a> </a></li>");
1097
+ function J1(r, t) {
1098
+ Q(t, !0);
1099
+ let a = R(t, "items");
1100
+ var o = {
949
1101
  get items() {
950
- return r();
1102
+ return a();
951
1103
  },
952
- set items(n) {
953
- r(n), P();
1104
+ set items(u) {
1105
+ a(u), O();
954
1106
  }
955
- }, m = Q(), f = q(m);
956
- return R(f, 17, r, (n) => n.text, (n, i) => {
957
- var w = Q(), c = q(w);
1107
+ }, k = D(), w = H(k);
1108
+ return J(w, 17, a, (u) => u.text, (u, c) => {
1109
+ var S = D(), s = H(S);
958
1110
  {
959
- var d = (u) => {
960
- var h = ct(), M = $(h);
961
- X(M, {
1111
+ var g = (i) => {
1112
+ var d = gt(), V = m(d);
1113
+ s1(V, {
962
1114
  class: "relative h-full",
963
1115
  button: (v) => {
964
- Y(v, {
1116
+ o1(v, {
965
1117
  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",
966
- children: (s, b) => {
967
- var V = st(), g = $(V), L = $(g, !0);
968
- p(g);
969
- var Z = F(g, 2);
970
- O(Z, {
1118
+ children: (h, _) => {
1119
+ var C = ft(), l = m(C), L = m(l, !0);
1120
+ f(l);
1121
+ var y = W(l, 2);
1122
+ I(y, {
971
1123
  get icon() {
972
- return b1;
1124
+ return k1;
973
1125
  }
974
- }), p(V), C(() => j(L, a(i).text)), x(s, V);
1126
+ }), f(C), E(() => U(L, e(c).text)), p(h, C);
975
1127
  },
976
1128
  $$slots: { default: !0 }
977
1129
  });
978
1130
  },
979
- children: (v, s) => {
980
- var b = nt();
981
- R(b, 21, () => a(i).items, o1, (V, g) => {
982
- var L = ot(), Z = $(L);
983
- t1(
984
- Z,
985
- (y) => ({
986
- ...a(g).attributes,
987
- class: y,
988
- href: a(g).href
1131
+ children: (v, h) => {
1132
+ var _ = pt();
1133
+ J(_, 21, () => e(c).items, p1, (C, l) => {
1134
+ var L = dt(), y = m(L);
1135
+ n1(
1136
+ y,
1137
+ (n) => ({
1138
+ ...e(l).attributes,
1139
+ class: n,
1140
+ href: e(l).href
989
1141
  }),
990
1142
  [
991
- () => `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 ${a(g).attributes?.class ?? ""} uofg-header-sub-nav-item-${a(g).text.toLowerCase().replace(/ /g, "-")}`
1143
+ () => `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 ${e(l).attributes?.class ?? ""} uofg-header-sub-nav-item-${e(l).text.toLowerCase().replace(/ /g, "-")}`
992
1144
  ]
993
1145
  );
994
- var z = $(Z, !0);
995
- p(Z), p(L), C(() => j(z, a(g).text)), x(V, L);
996
- }), p(b), e1(3, b, () => r1, () => ({ duration: 200, easing: a1 })), x(v, b);
1146
+ var M = m(y, !0);
1147
+ f(y), f(L), E(() => U(M, e(l).text)), p(C, L);
1148
+ }), f(_), i1(3, _, () => u1, () => ({ duration: 200, easing: v1 })), p(v, _);
997
1149
  },
998
1150
  $$slots: { button: !0, default: !0 }
999
- }), p(h), x(u, h);
1000
- }, o = (u) => {
1001
- var h = it(), M = $(h);
1002
- t1(M, (v) => ({ ...a(i).attributes, class: v, href: a(i).href }), [
1003
- () => `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 ${a(i).attributes?.class ?? ""} uofg-header-sub-nav-item-${a(i).text.toLowerCase().replace(/ /g, "-")}`
1151
+ }), f(d), p(i, d);
1152
+ }, Z = (i) => {
1153
+ var d = bt(), V = m(d);
1154
+ n1(V, (v) => ({ ...e(c).attributes, class: v, href: e(c).href }), [
1155
+ () => `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 ${e(c).attributes?.class ?? ""} uofg-header-sub-nav-item-${e(c).text.toLowerCase().replace(/ /g, "-")}`
1004
1156
  ]);
1005
- var _ = $(M, !0);
1006
- p(M), p(h), C(() => j(_, a(i).text)), x(u, h);
1157
+ var x = m(V, !0);
1158
+ f(V), f(d), E(() => U(x, e(c).text)), p(i, d);
1007
1159
  };
1008
- N(c, (u) => {
1009
- "items" in a(i) ? u(d) : u(o, !1);
1160
+ P(s, (i) => {
1161
+ "items" in e(c) ? i(g) : i(Z, !1);
1010
1162
  });
1011
1163
  }
1012
- x(n, w);
1013
- }), x(e, m), D(l);
1164
+ p(u, S);
1165
+ }), p(r, k), X(o);
1014
1166
  }
1015
- H(q1, { items: {} }, [], [], !0);
1016
- var ut = k('<span class="flex w-full items-center justify-between gap-2"><span class="mr-auto"> </span> <!></span>'), vt = k("<li><a> </a></li>"), ht = k('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), ft = k("<a> </a>"), dt = k("<li><!></li>"), pt = k('<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>'), gt = k("<li><!></li>");
1017
- function G1(e, t) {
1018
- G(t, !0);
1019
- let r = E(t, "items");
1020
- var l = {
1167
+ K(J1, { items: {} }, [], [], !0);
1168
+ var xt = $('<span class="flex w-full items-center justify-between gap-2"><span class="mr-auto"> </span> <!></span>'), mt = $("<li><a> </a></li>"), _t = $('<ul class="flex w-full flex-col bg-white text-black [&amp;>li]:contents"></ul>'), wt = $("<a> </a>"), yt = $("<li><!></li>"), $t = $('<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>'), kt = $("<li><!></li>");
1169
+ function K1(r, t) {
1170
+ Q(t, !0);
1171
+ let a = R(t, "items");
1172
+ var o = {
1021
1173
  get items() {
1022
- return r();
1174
+ return a();
1023
1175
  },
1024
- set items(n) {
1025
- r(n), P();
1176
+ set items(u) {
1177
+ a(u), O();
1026
1178
  }
1027
- }, m = gt(), f = $(m);
1028
- return X(f, {
1179
+ }, k = kt(), w = m(k);
1180
+ return s1(w, {
1029
1181
  class: "h-full",
1030
1182
  autoCollapse: !1,
1031
- button: (i) => {
1032
- Y(i, {
1183
+ button: (c) => {
1184
+ o1(c, {
1033
1185
  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",
1034
1186
  label: "Sub Navigation Menu",
1035
- children: (w, c) => {
1036
- O(w, {
1187
+ children: (S, s) => {
1188
+ I(S, {
1037
1189
  get icon() {
1038
- return z1;
1190
+ return T1;
1039
1191
  }
1040
1192
  });
1041
1193
  },
1042
1194
  $$slots: { default: !0 }
1043
1195
  });
1044
1196
  },
1045
- children: (i, w) => {
1046
- var c = pt();
1047
- R(c, 21, r, (d) => d.text, (d, o) => {
1048
- var u = dt(), h = $(u);
1197
+ children: (c, S) => {
1198
+ var s = $t();
1199
+ J(s, 21, a, (g) => g.text, (g, Z) => {
1200
+ var i = yt(), d = m(i);
1049
1201
  {
1050
- var M = (v) => {
1051
- X(v, {
1202
+ var V = (v) => {
1203
+ s1(v, {
1052
1204
  class: "relative w-full",
1053
1205
  autoCollapse: !1,
1054
- button: (b) => {
1055
- Y(b, {
1206
+ button: (_) => {
1207
+ o1(_, {
1056
1208
  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",
1057
- children: (V, g) => {
1058
- var L = ut(), Z = $(L), z = $(Z, !0);
1059
- p(Z);
1060
- var y = F(Z, 2);
1061
- O(y, {
1209
+ children: (C, l) => {
1210
+ var L = xt(), y = m(L), M = m(y, !0);
1211
+ f(y);
1212
+ var n = W(y, 2);
1213
+ I(n, {
1062
1214
  get icon() {
1063
- return b1;
1215
+ return k1;
1064
1216
  },
1065
1217
  class: "transition-transform group-aria-expanded:rotate-180"
1066
- }), p(L), C(() => j(z, a(o).text)), x(V, L);
1218
+ }), f(L), E(() => U(M, e(Z).text)), p(C, L);
1067
1219
  },
1068
1220
  $$slots: { default: !0 }
1069
1221
  });
1070
1222
  },
1071
- children: (b, V) => {
1072
- var g = ht();
1073
- R(g, 21, () => a(o).items, o1, (L, Z) => {
1074
- var z = vt(), y = $(z);
1075
- t1(
1076
- y,
1077
- (U) => ({
1078
- ...a(Z).attributes,
1079
- class: U,
1080
- href: a(Z).href
1223
+ children: (_, C) => {
1224
+ var l = _t();
1225
+ J(l, 21, () => e(Z).items, p1, (L, y) => {
1226
+ var M = mt(), n = m(M);
1227
+ n1(
1228
+ n,
1229
+ (z) => ({
1230
+ ...e(y).attributes,
1231
+ class: z,
1232
+ href: e(y).href
1081
1233
  }),
1082
1234
  [
1083
- () => `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${a(Z).attributes?.class ?? ""} uofg-header-sub-nav-item-${a(Z).text.toLowerCase().replace(/ /g, "-")}`
1235
+ () => `border-grey/50 hover:bg-grey-muted hover:text-grey-muted-contrast border-0 border-b border-solid p-2 transition-colors ${e(y).attributes?.class ?? ""} uofg-header-sub-nav-item-${e(y).text.toLowerCase().replace(/ /g, "-")}`
1084
1236
  ]
1085
1237
  );
1086
- var S = $(y, !0);
1087
- p(y), p(z), C(() => j(S, a(Z).text)), x(L, z);
1088
- }), p(g), e1(3, g, () => r1, () => ({ duration: 200, easing: a1 })), x(b, g);
1238
+ var b = m(n, !0);
1239
+ f(n), f(M), E(() => U(b, e(y).text)), p(L, M);
1240
+ }), f(l), i1(3, l, () => u1, () => ({ duration: 200, easing: v1 })), p(_, l);
1089
1241
  },
1090
1242
  $$slots: { button: !0, default: !0 }
1091
1243
  });
1092
- }, _ = (v) => {
1093
- var s = ft();
1094
- t1(s, (V) => ({ ...a(o).attributes, class: V, href: a(o).href }), [
1095
- () => `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${a(o).attributes?.class ?? ""} uofg-header-sub-nav-item-${a(o).text.toLowerCase().replace(/ /g, "-")}`
1244
+ }, x = (v) => {
1245
+ var h = wt();
1246
+ n1(h, (C) => ({ ...e(Z).attributes, class: C, href: e(Z).href }), [
1247
+ () => `border-grey/50 hover:bg-grey-muted border-0 border-b border-solid p-2 transition-colors ${e(Z).attributes?.class ?? ""} uofg-header-sub-nav-item-${e(Z).text.toLowerCase().replace(/ /g, "-")}`
1096
1248
  ]);
1097
- var b = $(s, !0);
1098
- p(s), C(() => j(b, a(o).text)), x(v, s);
1249
+ var _ = m(h, !0);
1250
+ f(h), E(() => U(_, e(Z).text)), p(v, h);
1099
1251
  };
1100
- N(h, (v) => {
1101
- "items" in a(o) ? v(M) : v(_, !1);
1252
+ P(d, (v) => {
1253
+ "items" in e(Z) ? v(V) : v(x, !1);
1102
1254
  });
1103
1255
  }
1104
- p(u), x(d, u);
1105
- }), p(c), e1(3, c, () => r1, () => ({ duration: 200, easing: a1 })), x(i, c);
1256
+ f(i), p(g, i);
1257
+ }), f(s), i1(3, s, () => u1, () => ({ duration: 200, easing: v1 })), p(c, s);
1106
1258
  },
1107
1259
  $$slots: { button: !0, default: !0 }
1108
- }), p(m), x(e, m), D(l);
1260
+ }), f(k), p(r, k), X(o);
1109
1261
  }
1110
- H(G1, { items: {} }, [], [], !0);
1111
- var bt = k('<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>'), xt = k('<span class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold lg:min-h-10"> </span>'), mt = k('<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>');
1112
- function D1(e, t) {
1113
- G(t, !0);
1114
- const r = () => n1(f, "$headerState", l), [l, m] = c1(), f = p1("header-state");
1115
- let n = E(t, "items"), i = E(t, "title"), w = E(t, "url"), c = s1(void 0), d = s1(void 0), o = s1(void 0), u, h = s1(void 0);
1262
+ K(K1, { items: {} }, [], [], !0);
1263
+ var Mt = $('<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>'), St = $('<span class="mr-auto flex h-full min-h-[5rem] items-center justify-center px-3 font-bold lg:min-h-10"> </span>'), Zt = $('<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>');
1264
+ function Q1(r, t) {
1265
+ Q(t, !0);
1266
+ const a = () => a1(w, "$headerState", o), [o, k] = l1(), w = h1("header-state");
1267
+ let u = R(t, "items"), c = R(t, "title"), S = R(t, "url"), s = d1(void 0), g = d1(void 0), Z = d1(void 0), i, d = d1(void 0);
1116
1268
  S1(() => {
1117
- clearTimeout(u), r()?.mode === "desktop" && a(c) - a(d) < a(o) && (u = setTimeout(
1269
+ clearTimeout(i), a()?.mode === "desktop" && e(s) - e(g) < e(Z) && (i = setTimeout(
1118
1270
  () => {
1119
- J(
1120
- h,
1121
- isNaN(a(h)) ? a(c) : Math.max(a(c), a(h)),
1271
+ e1(
1272
+ d,
1273
+ isNaN(e(d)) ? e(s) : Math.max(e(s), e(d)),
1122
1274
  !0
1123
1275
  );
1124
1276
  },
1125
1277
  50
1126
1278
  ));
1127
- }), C1(() => {
1128
- r()?.mode === "desktop" && a(c) - a(d) < a(o) && J(
1129
- h,
1130
- isNaN(a(h)) ? a(c) : Math.max(a(c), a(h)),
1279
+ }), F1(() => {
1280
+ a()?.mode === "desktop" && e(s) - e(g) < e(Z) && e1(
1281
+ d,
1282
+ isNaN(e(d)) ? e(s) : Math.max(e(s), e(d)),
1131
1283
  !0
1132
1284
  );
1133
1285
  });
1134
- var M = {
1286
+ var V = {
1135
1287
  get items() {
1136
- return n();
1288
+ return u();
1137
1289
  },
1138
- set items(y) {
1139
- n(y), P();
1290
+ set items(n) {
1291
+ u(n), O();
1140
1292
  },
1141
1293
  get title() {
1142
- return i();
1294
+ return c();
1143
1295
  },
1144
- set title(y) {
1145
- i(y), P();
1296
+ set title(n) {
1297
+ c(n), O();
1146
1298
  },
1147
1299
  get url() {
1148
- return w();
1300
+ return S();
1149
1301
  },
1150
- set url(y) {
1151
- w(y), P();
1302
+ set url(n) {
1303
+ S(n), O();
1152
1304
  }
1153
- }, _ = mt(), v = $(_), s = $(v);
1305
+ }, x = Zt(), v = m(x), h = m(v);
1154
1306
  {
1155
- var b = (y) => {
1156
- var S = bt(), U = $(S, !0);
1157
- p(S), C(() => {
1158
- I(S, "href", w()), j(U, i());
1159
- }), h1(S, "clientWidth", (i1) => J(d, i1)), x(y, S);
1160
- }, V = (y) => {
1161
- var S = Q(), U = q(S);
1307
+ var _ = (n) => {
1308
+ var b = Mt(), z = m(b, !0);
1309
+ f(b), E(() => {
1310
+ G(b, "href", S()), U(z, c());
1311
+ }), w1(b, "clientWidth", (N) => e1(g, N)), p(n, b);
1312
+ }, C = (n) => {
1313
+ var b = D(), z = H(b);
1162
1314
  {
1163
- var i1 = (u1) => {
1164
- var B = xt(), J1 = $(B, !0);
1165
- p(B), C(() => j(J1, i())), h1(B, "clientWidth", (K1) => J(d, K1)), x(u1, B);
1315
+ var N = (A) => {
1316
+ var j = St(), B = m(j, !0);
1317
+ f(j), E(() => U(B, c())), w1(j, "clientWidth", (Y) => e1(g, Y)), p(A, j);
1166
1318
  };
1167
- N(
1168
- U,
1169
- (u1) => {
1170
- i() && u1(i1);
1319
+ P(
1320
+ z,
1321
+ (A) => {
1322
+ c() && A(N);
1171
1323
  },
1172
1324
  !0
1173
1325
  );
1174
1326
  }
1175
- x(y, S);
1327
+ p(n, b);
1176
1328
  };
1177
- N(s, (y) => {
1178
- i() && w() ? y(b) : y(V, !1);
1329
+ P(h, (n) => {
1330
+ c() && S() ? n(_) : n(C, !1);
1179
1331
  });
1180
1332
  }
1181
- var g = F(s, 2), L = $(g);
1333
+ var l = W(h, 2), L = m(l);
1182
1334
  {
1183
- var Z = (y) => {
1184
- var S = Q(), U = q(S);
1335
+ var y = (n) => {
1336
+ var b = D(), z = H(b);
1185
1337
  {
1186
- var i1 = (B) => {
1187
- q1(B, {
1338
+ var N = (j) => {
1339
+ J1(j, {
1188
1340
  get items() {
1189
- return n();
1341
+ return u();
1190
1342
  }
1191
1343
  });
1192
- }, u1 = (B) => {
1193
- G1(B, {
1344
+ }, A = (j) => {
1345
+ K1(j, {
1194
1346
  get items() {
1195
- return n();
1347
+ return u();
1196
1348
  }
1197
1349
  });
1198
1350
  };
1199
- N(U, (B) => {
1200
- r().mode === "desktop" && (isNaN(a(h)) || a(c) > a(h)) ? B(i1) : B(u1, !1);
1351
+ P(z, (j) => {
1352
+ a().mode === "desktop" && (isNaN(e(d)) || e(s) > e(d)) ? j(N) : j(A, !1);
1201
1353
  });
1202
1354
  }
1203
- x(y, S);
1355
+ p(n, b);
1204
1356
  };
1205
- N(L, (y) => {
1206
- n()?.length > 0 && y(Z);
1357
+ P(L, (n) => {
1358
+ u()?.length > 0 && n(y);
1207
1359
  });
1208
1360
  }
1209
- p(g), p(v), p(_), C((y) => T(_, 1, y), [
1210
- () => W(L1("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"))
1211
- ]), h1(g, "clientWidth", (y) => J(o, y)), h1(v, "clientWidth", (y) => J(c, y)), x(e, _);
1212
- var z = D(M);
1213
- return m(), z;
1361
+ f(l), f(v), f(x), E((n) => T(x, 1, n), [
1362
+ () => F(x1("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"))
1363
+ ]), w1(l, "clientWidth", (n) => e1(Z, n)), w1(v, "clientWidth", (n) => e1(s, n)), p(r, x);
1364
+ var M = X(V);
1365
+ return k(), M;
1214
1366
  }
1215
- H(D1, { items: {}, title: {}, url: {} }, [], [], !0);
1216
- var _t = k('<header class="relative z-10 w-full font-sans text-black"><!> <!> <!></header>');
1217
- function wt(e, t) {
1218
- G(t, !0);
1219
- const r = () => n1(d, "$headerState", l), [l, m] = c1();
1220
- let f = E(t, "pageTitle"), n = E(t, "pageURL"), i = E(t, "variant"), w = s1(0);
1221
- const c = 1024, d = E1({ mode: "mobile", variant: void 0 });
1222
- f2(() => {
1223
- d.update((g) => ({ ...g, variant: i() }));
1224
- }), V1("header-state", d);
1225
- let o = s1(d2([]));
1226
- C1(() => {
1227
- const g = () => {
1228
- const Z = (z) => {
1229
- const y = {};
1230
- for (const S of z.attributes)
1231
- S.name !== "href" && (y[S.name] = S.value);
1367
+ K(Q1, { items: {}, title: {}, url: {} }, [], [], !0);
1368
+ var Vt = $('<header class="relative z-10 w-full font-sans text-black"><!> <!> <!></header>');
1369
+ function zt(r, t) {
1370
+ Q(t, !0);
1371
+ const a = () => a1(g, "$headerState", o), [o, k] = l1();
1372
+ let w = R(t, "pageTitle"), u = R(t, "pageURL"), c = R(t, "variant"), S = d1(0);
1373
+ const s = 1024, g = B1({
1374
+ mode: "mobile",
1375
+ data: y1.find((l) => l.id === c()) ?? y1[0]
1376
+ });
1377
+ P1("header-state", g), S1(() => {
1378
+ const l = e(S) >= s ? "desktop" : "mobile", L = y1.find((y) => y.id === c()) ?? y1[0];
1379
+ (l !== a().mode || L !== a().data) && g.set({ mode: l, data: L });
1380
+ }), S1(() => {
1381
+ console.log("headerState", a());
1382
+ });
1383
+ let Z = d1(p2([]));
1384
+ F1(() => {
1385
+ const l = () => {
1386
+ const y = (M) => {
1387
+ const n = {};
1388
+ for (const b of M.attributes)
1389
+ b.name !== "href" && (n[b.name] = b.value);
1232
1390
  return {
1233
- href: z.getAttribute("href"),
1234
- text: z.textContent,
1235
- attributes: y
1391
+ href: M.getAttribute("href"),
1392
+ text: M.textContent,
1393
+ attributes: n
1236
1394
  };
1237
1395
  };
1238
- J(
1239
- o,
1240
- Array.from(t.$$host.children).filter((z) => z.tagName === "A" || z.tagName === "UL").map((z) => {
1241
- switch (z.tagName) {
1396
+ e1(
1397
+ Z,
1398
+ Array.from(t.$$host.children).filter((M) => M.tagName === "A" || M.tagName === "UL").map((M) => {
1399
+ switch (M.tagName) {
1242
1400
  case "A":
1243
- return Z(z);
1401
+ return y(M);
1244
1402
  case "UL":
1245
1403
  return {
1246
- text: z.getAttribute("data-title") ?? "",
1247
- items: Array.from(z.querySelectorAll("a")).map(Z)
1404
+ text: M.getAttribute("data-title") ?? "",
1405
+ items: Array.from(M.querySelectorAll("a")).map(y)
1248
1406
  };
1249
1407
  }
1250
- }).filter((z) => !!z),
1408
+ }).filter((M) => !!M),
1251
1409
  !0
1252
1410
  );
1253
1411
  };
1254
- g();
1255
- const L = new MutationObserver(g);
1412
+ l();
1413
+ const L = new MutationObserver(l);
1256
1414
  return L.observe(t.$$host, { childList: !0, subtree: !0 }), () => {
1257
1415
  L.disconnect();
1258
1416
  };
1259
- }), S1(() => {
1260
- d.set({
1261
- mode: a(w) >= c ? "desktop" : "mobile",
1262
- variant: i()
1263
- });
1264
1417
  });
1265
- var u = {
1418
+ var i = {
1266
1419
  get pageTitle() {
1267
- return f();
1420
+ return w();
1268
1421
  },
1269
- set pageTitle(g) {
1270
- f(g), P();
1422
+ set pageTitle(l) {
1423
+ w(l), O();
1271
1424
  },
1272
1425
  get pageURL() {
1273
- return n();
1426
+ return u();
1274
1427
  },
1275
- set pageURL(g) {
1276
- n(g), P();
1428
+ set pageURL(l) {
1429
+ u(l), O();
1277
1430
  },
1278
1431
  get variant() {
1279
- return i();
1432
+ return c();
1280
1433
  },
1281
- set variant(g) {
1282
- i(g), P();
1434
+ set variant(l) {
1435
+ c(l), O();
1283
1436
  }
1284
- }, h = _t(), M = $(h);
1437
+ }, d = Vt(), V = m(d);
1285
1438
  {
1286
- var _ = (g) => {
1287
- W1(g, {});
1439
+ var x = (l) => {
1440
+ O1(l, {});
1288
1441
  };
1289
- N(M, (g) => {
1290
- r().mode === "desktop" && i() !== "dual-brand" && g(_);
1442
+ P(V, (l) => {
1443
+ a().mode === "desktop" && Array.isArray(a().data.top) && l(x);
1291
1444
  });
1292
1445
  }
1293
- var v = F(M, 2);
1294
- O1(v, {});
1295
- var s = F(v, 2);
1446
+ var v = W(V, 2);
1447
+ D1(v, {});
1448
+ var h = W(v, 2);
1296
1449
  {
1297
- var b = (g) => {
1298
- D1(g, {
1450
+ var _ = (l) => {
1451
+ Q1(l, {
1299
1452
  get title() {
1300
- return f();
1453
+ return w();
1301
1454
  },
1302
1455
  get url() {
1303
- return n();
1456
+ return u();
1304
1457
  },
1305
1458
  get items() {
1306
- return a(o);
1459
+ return e(Z);
1307
1460
  }
1308
1461
  });
1309
1462
  };
1310
- N(s, (g) => {
1311
- (a(o)?.length > 0 || f()) && g(b);
1463
+ P(h, (l) => {
1464
+ (e(Z)?.length > 0 || w()) && l(_);
1312
1465
  });
1313
1466
  }
1314
- p(h), y2("innerWidth", (g) => J(w, g, !0)), x(e, h);
1315
- var V = D(u);
1316
- return m(), V;
1467
+ f(d), $2("innerWidth", (l) => e1(S, l, !0)), p(r, d);
1468
+ var C = X(i);
1469
+ return k(), C;
1317
1470
  }
1318
- customElements.define("uofg-header", H(
1319
- wt,
1471
+ customElements.define("uofg-header", K(
1472
+ zt,
1320
1473
  {
1321
1474
  pageTitle: { attribute: "page-title", reflect: !0 },
1322
1475
  pageURL: { attribute: "page-url", reflect: !0 },
@@ -1325,12 +1478,12 @@ customElements.define("uofg-header", H(
1325
1478
  [],
1326
1479
  [],
1327
1480
  !0,
1328
- (e) => class extends e {
1481
+ (r) => class extends r {
1329
1482
  constructor() {
1330
- super(), p2(this.shadowRoot);
1483
+ super(), g2(this.shadowRoot);
1331
1484
  }
1332
1485
  }
1333
1486
  ));
1334
1487
  export {
1335
- wt as default
1488
+ zt as default
1336
1489
  };