@royaloperahouse/harmonic 0.4.1 → 0.5.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.
- package/dist/components/atoms/SponsorLogo/SponsorLogo.d.ts +1 -1
- package/dist/components/atoms/Sponsorship/Sponsorship.d.ts +2 -2
- package/dist/components/atoms/Sponsorship/Sponsorship.style.d.ts +4 -2
- package/dist/components/atoms/Sponsorship/constants.d.ts +3 -0
- package/dist/components/index.d.ts +2 -2
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +0 -1
- package/dist/components/organisms/Carousels/HighlightsCarousel/constants.d.ts +1 -0
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +1 -1
- package/dist/components/organisms/Footer/Footer.style.d.ts +1 -0
- package/dist/harmonic.cjs.development.js +826 -1047
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +826 -1047
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/types/footer.d.ts +2 -17
- package/dist/types/links.d.ts +17 -0
- package/dist/types/types.d.ts +12 -15
- package/package.json +1 -1
|
@@ -61,47 +61,77 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
61
61
|
}
|
|
62
62
|
function _regeneratorRuntime() {
|
|
63
63
|
_regeneratorRuntime = function () {
|
|
64
|
-
return
|
|
64
|
+
return r;
|
|
65
65
|
};
|
|
66
66
|
var t,
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
n =
|
|
70
|
-
o =
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
configurable: !0,
|
|
82
|
-
writable: !0
|
|
83
|
-
}), t[e];
|
|
67
|
+
r = {},
|
|
68
|
+
e = Object.prototype,
|
|
69
|
+
n = e.hasOwnProperty,
|
|
70
|
+
o = "function" == typeof Symbol ? Symbol : {},
|
|
71
|
+
i = o.iterator || "@@iterator",
|
|
72
|
+
a = o.asyncIterator || "@@asyncIterator",
|
|
73
|
+
u = o.toStringTag || "@@toStringTag";
|
|
74
|
+
function c(t, r, e, n) {
|
|
75
|
+
Object.defineProperty(t, r, {
|
|
76
|
+
value: e,
|
|
77
|
+
enumerable: !n,
|
|
78
|
+
configurable: !n,
|
|
79
|
+
writable: !n
|
|
80
|
+
});
|
|
84
81
|
}
|
|
85
82
|
try {
|
|
86
|
-
|
|
83
|
+
c({}, "");
|
|
87
84
|
} catch (t) {
|
|
88
|
-
|
|
89
|
-
return t[
|
|
85
|
+
c = function (t, r, e) {
|
|
86
|
+
return t[r] = e;
|
|
90
87
|
};
|
|
91
88
|
}
|
|
92
|
-
function
|
|
89
|
+
function h(r, e, n, o) {
|
|
93
90
|
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
94
|
-
a = Object.create(i.prototype)
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
91
|
+
a = Object.create(i.prototype);
|
|
92
|
+
return c(a, "_invoke", function (r, e, n) {
|
|
93
|
+
var o = 1;
|
|
94
|
+
return function (i, a) {
|
|
95
|
+
if (3 === o) throw Error("Generator is already running");
|
|
96
|
+
if (4 === o) {
|
|
97
|
+
if ("throw" === i) throw a;
|
|
98
|
+
return {
|
|
99
|
+
value: t,
|
|
100
|
+
done: !0
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
for (n.method = i, n.arg = a;;) {
|
|
104
|
+
var u = n.delegate;
|
|
105
|
+
if (u) {
|
|
106
|
+
var c = d(u, n);
|
|
107
|
+
if (c) {
|
|
108
|
+
if (c === f) continue;
|
|
109
|
+
return c;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
113
|
+
if (1 === o) throw o = 4, n.arg;
|
|
114
|
+
n.dispatchException(n.arg);
|
|
115
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
116
|
+
o = 3;
|
|
117
|
+
var h = s(r, e, n);
|
|
118
|
+
if ("normal" === h.type) {
|
|
119
|
+
if (o = n.done ? 4 : 2, h.arg === f) continue;
|
|
120
|
+
return {
|
|
121
|
+
value: h.arg,
|
|
122
|
+
done: n.done
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
"throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg);
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
}(r, n, new Context(o || [])), !0), a;
|
|
99
129
|
}
|
|
100
|
-
function
|
|
130
|
+
function s(t, r, e) {
|
|
101
131
|
try {
|
|
102
132
|
return {
|
|
103
133
|
type: "normal",
|
|
104
|
-
arg: t.call(
|
|
134
|
+
arg: t.call(r, e)
|
|
105
135
|
};
|
|
106
136
|
} catch (t) {
|
|
107
137
|
return {
|
|
@@ -110,255 +140,193 @@ function _regeneratorRuntime() {
|
|
|
110
140
|
};
|
|
111
141
|
}
|
|
112
142
|
}
|
|
113
|
-
|
|
114
|
-
var
|
|
115
|
-
l = "suspendedYield",
|
|
116
|
-
f = "executing",
|
|
117
|
-
s = "completed",
|
|
118
|
-
y = {};
|
|
143
|
+
r.wrap = h;
|
|
144
|
+
var f = {};
|
|
119
145
|
function Generator() {}
|
|
120
146
|
function GeneratorFunction() {}
|
|
121
147
|
function GeneratorFunctionPrototype() {}
|
|
122
|
-
var
|
|
123
|
-
|
|
148
|
+
var l = {};
|
|
149
|
+
c(l, i, function () {
|
|
124
150
|
return this;
|
|
125
151
|
});
|
|
126
|
-
var
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
var
|
|
130
|
-
function
|
|
131
|
-
["next", "throw", "return"].forEach(function (
|
|
132
|
-
|
|
133
|
-
return this._invoke(
|
|
152
|
+
var p = Object.getPrototypeOf,
|
|
153
|
+
y = p && p(p(x([])));
|
|
154
|
+
y && y !== e && n.call(y, i) && (l = y);
|
|
155
|
+
var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l);
|
|
156
|
+
function g(t) {
|
|
157
|
+
["next", "throw", "return"].forEach(function (r) {
|
|
158
|
+
c(t, r, function (t) {
|
|
159
|
+
return this._invoke(r, t);
|
|
134
160
|
});
|
|
135
161
|
});
|
|
136
162
|
}
|
|
137
|
-
function AsyncIterator(t,
|
|
138
|
-
function
|
|
139
|
-
var c =
|
|
163
|
+
function AsyncIterator(t, r) {
|
|
164
|
+
function e(o, i, a, u) {
|
|
165
|
+
var c = s(t[o], t, i);
|
|
140
166
|
if ("throw" !== c.type) {
|
|
141
|
-
var
|
|
142
|
-
|
|
143
|
-
return
|
|
144
|
-
|
|
167
|
+
var h = c.arg,
|
|
168
|
+
f = h.value;
|
|
169
|
+
return f && "object" == typeof f && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) {
|
|
170
|
+
e("next", t, a, u);
|
|
145
171
|
}, function (t) {
|
|
146
|
-
|
|
147
|
-
}) :
|
|
148
|
-
|
|
172
|
+
e("throw", t, a, u);
|
|
173
|
+
}) : r.resolve(f).then(function (t) {
|
|
174
|
+
h.value = t, a(h);
|
|
149
175
|
}, function (t) {
|
|
150
|
-
return
|
|
176
|
+
return e("throw", t, a, u);
|
|
151
177
|
});
|
|
152
178
|
}
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
var
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
function
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
164
|
-
}
|
|
165
|
-
});
|
|
166
|
-
}
|
|
167
|
-
function makeInvokeMethod(e, r, n) {
|
|
168
|
-
var o = h;
|
|
169
|
-
return function (i, a) {
|
|
170
|
-
if (o === f) throw Error("Generator is already running");
|
|
171
|
-
if (o === s) {
|
|
172
|
-
if ("throw" === i) throw a;
|
|
173
|
-
return {
|
|
174
|
-
value: t,
|
|
175
|
-
done: !0
|
|
176
|
-
};
|
|
177
|
-
}
|
|
178
|
-
for (n.method = i, n.arg = a;;) {
|
|
179
|
-
var c = n.delegate;
|
|
180
|
-
if (c) {
|
|
181
|
-
var u = maybeInvokeDelegate(c, n);
|
|
182
|
-
if (u) {
|
|
183
|
-
if (u === y) continue;
|
|
184
|
-
return u;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
188
|
-
if (o === h) throw o = s, n.arg;
|
|
189
|
-
n.dispatchException(n.arg);
|
|
190
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
191
|
-
o = f;
|
|
192
|
-
var p = tryCatch(e, r, n);
|
|
193
|
-
if ("normal" === p.type) {
|
|
194
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
195
|
-
return {
|
|
196
|
-
value: p.arg,
|
|
197
|
-
done: n.done
|
|
198
|
-
};
|
|
199
|
-
}
|
|
200
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
179
|
+
u(c.arg);
|
|
180
|
+
}
|
|
181
|
+
var o;
|
|
182
|
+
c(this, "_invoke", function (t, n) {
|
|
183
|
+
function i() {
|
|
184
|
+
return new r(function (r, o) {
|
|
185
|
+
e(t, n, r, o);
|
|
186
|
+
});
|
|
201
187
|
}
|
|
202
|
-
|
|
188
|
+
return o = o ? o.then(i, i) : i();
|
|
189
|
+
}, !0);
|
|
203
190
|
}
|
|
204
|
-
function
|
|
205
|
-
var n =
|
|
206
|
-
o =
|
|
207
|
-
if (o === t) return
|
|
208
|
-
var i =
|
|
209
|
-
if ("throw" === i.type) return
|
|
191
|
+
function d(r, e) {
|
|
192
|
+
var n = e.method,
|
|
193
|
+
o = r.i[n];
|
|
194
|
+
if (o === t) return e.delegate = null, "throw" === n && r.i.return && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f;
|
|
195
|
+
var i = s(o, r.i, e.arg);
|
|
196
|
+
if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f;
|
|
210
197
|
var a = i.arg;
|
|
211
|
-
return a ? a.done ? (r
|
|
198
|
+
return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f);
|
|
212
199
|
}
|
|
213
|
-
function
|
|
214
|
-
|
|
215
|
-
tryLoc: t[0]
|
|
216
|
-
};
|
|
217
|
-
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
200
|
+
function w(t) {
|
|
201
|
+
this.tryEntries.push(t);
|
|
218
202
|
}
|
|
219
|
-
function
|
|
220
|
-
var e =
|
|
221
|
-
e.type = "normal",
|
|
203
|
+
function m(r) {
|
|
204
|
+
var e = r[4] || {};
|
|
205
|
+
e.type = "normal", e.arg = t, r[4] = e;
|
|
222
206
|
}
|
|
223
207
|
function Context(t) {
|
|
224
|
-
this.tryEntries = [
|
|
225
|
-
tryLoc: "root"
|
|
226
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
208
|
+
this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0);
|
|
227
209
|
}
|
|
228
|
-
function
|
|
229
|
-
if (
|
|
230
|
-
var
|
|
231
|
-
if (
|
|
232
|
-
if ("function" == typeof
|
|
233
|
-
if (!isNaN(
|
|
210
|
+
function x(r) {
|
|
211
|
+
if (null != r) {
|
|
212
|
+
var e = r[i];
|
|
213
|
+
if (e) return e.call(r);
|
|
214
|
+
if ("function" == typeof r.next) return r;
|
|
215
|
+
if (!isNaN(r.length)) {
|
|
234
216
|
var o = -1,
|
|
235
|
-
|
|
236
|
-
for (; ++o <
|
|
237
|
-
return
|
|
217
|
+
a = function e() {
|
|
218
|
+
for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e;
|
|
219
|
+
return e.value = t, e.done = !0, e;
|
|
238
220
|
};
|
|
239
|
-
return
|
|
221
|
+
return a.next = a;
|
|
240
222
|
}
|
|
241
223
|
}
|
|
242
|
-
throw new TypeError(typeof
|
|
224
|
+
throw new TypeError(typeof r + " is not iterable");
|
|
243
225
|
}
|
|
244
|
-
return GeneratorFunction.prototype = GeneratorFunctionPrototype,
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
251
|
-
var e = "function" == typeof t && t.constructor;
|
|
252
|
-
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
253
|
-
}, e.mark = function (t) {
|
|
254
|
-
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
255
|
-
}, e.awrap = function (t) {
|
|
226
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) {
|
|
227
|
+
var r = "function" == typeof t && t.constructor;
|
|
228
|
+
return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name));
|
|
229
|
+
}, r.mark = function (t) {
|
|
230
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t;
|
|
231
|
+
}, r.awrap = function (t) {
|
|
256
232
|
return {
|
|
257
233
|
__await: t
|
|
258
234
|
};
|
|
259
|
-
},
|
|
235
|
+
}, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () {
|
|
260
236
|
return this;
|
|
261
|
-
}),
|
|
237
|
+
}), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) {
|
|
262
238
|
void 0 === i && (i = Promise);
|
|
263
|
-
var a = new AsyncIterator(
|
|
264
|
-
return
|
|
239
|
+
var a = new AsyncIterator(h(t, e, n, o), i);
|
|
240
|
+
return r.isGeneratorFunction(e) ? a : a.next().then(function (t) {
|
|
265
241
|
return t.done ? t.value : a.next();
|
|
266
242
|
});
|
|
267
|
-
},
|
|
243
|
+
}, g(v), c(v, u, "Generator"), c(v, i, function () {
|
|
268
244
|
return this;
|
|
269
|
-
}),
|
|
245
|
+
}), c(v, "toString", function () {
|
|
270
246
|
return "[object Generator]";
|
|
271
|
-
}),
|
|
272
|
-
var
|
|
273
|
-
|
|
274
|
-
for (var n in
|
|
275
|
-
return
|
|
276
|
-
for (;
|
|
277
|
-
|
|
278
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
279
|
-
}
|
|
280
|
-
return next.done = !0, next;
|
|
247
|
+
}), r.keys = function (t) {
|
|
248
|
+
var r = Object(t),
|
|
249
|
+
e = [];
|
|
250
|
+
for (var n in r) e.unshift(n);
|
|
251
|
+
return function t() {
|
|
252
|
+
for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t;
|
|
253
|
+
return t.done = !0, t;
|
|
281
254
|
};
|
|
282
|
-
},
|
|
255
|
+
}, r.values = x, Context.prototype = {
|
|
283
256
|
constructor: Context,
|
|
284
|
-
reset: function (
|
|
285
|
-
if (this.prev =
|
|
257
|
+
reset: function (r) {
|
|
258
|
+
if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t);
|
|
286
259
|
},
|
|
287
260
|
stop: function () {
|
|
288
261
|
this.done = !0;
|
|
289
|
-
var t = this.tryEntries[0]
|
|
262
|
+
var t = this.tryEntries[0][4];
|
|
290
263
|
if ("throw" === t.type) throw t.arg;
|
|
291
264
|
return this.rval;
|
|
292
265
|
},
|
|
293
|
-
dispatchException: function (
|
|
294
|
-
if (this.done) throw
|
|
295
|
-
var
|
|
296
|
-
function
|
|
297
|
-
|
|
266
|
+
dispatchException: function (r) {
|
|
267
|
+
if (this.done) throw r;
|
|
268
|
+
var e = this;
|
|
269
|
+
function n(t) {
|
|
270
|
+
a.type = "throw", a.arg = r, e.next = t;
|
|
298
271
|
}
|
|
299
|
-
for (var o =
|
|
272
|
+
for (var o = e.tryEntries.length - 1; o >= 0; --o) {
|
|
300
273
|
var i = this.tryEntries[o],
|
|
301
|
-
a = i
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
311
|
-
} else {
|
|
312
|
-
if (!u) throw Error("try statement without catch or finally");
|
|
313
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
314
|
-
}
|
|
274
|
+
a = i[4],
|
|
275
|
+
u = this.prev,
|
|
276
|
+
c = i[1],
|
|
277
|
+
h = i[2];
|
|
278
|
+
if (-1 === i[0]) return n("end"), !1;
|
|
279
|
+
if (!c && !h) throw Error("try statement without catch or finally");
|
|
280
|
+
if (null != i[0] && i[0] <= u) {
|
|
281
|
+
if (u < c) return this.method = "next", this.arg = t, n(c), !0;
|
|
282
|
+
if (u < h) return n(h), !1;
|
|
315
283
|
}
|
|
316
284
|
}
|
|
317
285
|
},
|
|
318
|
-
abrupt: function (t,
|
|
319
|
-
for (var
|
|
320
|
-
var
|
|
321
|
-
if (
|
|
322
|
-
var
|
|
286
|
+
abrupt: function (t, r) {
|
|
287
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
288
|
+
var n = this.tryEntries[e];
|
|
289
|
+
if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) {
|
|
290
|
+
var o = n;
|
|
323
291
|
break;
|
|
324
292
|
}
|
|
325
293
|
}
|
|
326
|
-
|
|
327
|
-
var
|
|
328
|
-
return
|
|
294
|
+
o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null);
|
|
295
|
+
var i = o ? o[4] : {};
|
|
296
|
+
return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i);
|
|
329
297
|
},
|
|
330
|
-
complete: function (t,
|
|
298
|
+
complete: function (t, r) {
|
|
331
299
|
if ("throw" === t.type) throw t.arg;
|
|
332
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type &&
|
|
300
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f;
|
|
333
301
|
},
|
|
334
302
|
finish: function (t) {
|
|
335
|
-
for (var
|
|
336
|
-
var
|
|
337
|
-
if (
|
|
303
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
304
|
+
var e = this.tryEntries[r];
|
|
305
|
+
if (e[2] === t) return this.complete(e[4], e[3]), m(e), f;
|
|
338
306
|
}
|
|
339
307
|
},
|
|
340
308
|
catch: function (t) {
|
|
341
|
-
for (var
|
|
342
|
-
var
|
|
343
|
-
if (
|
|
344
|
-
var n =
|
|
309
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
310
|
+
var e = this.tryEntries[r];
|
|
311
|
+
if (e[0] === t) {
|
|
312
|
+
var n = e[4];
|
|
345
313
|
if ("throw" === n.type) {
|
|
346
314
|
var o = n.arg;
|
|
347
|
-
|
|
315
|
+
m(e);
|
|
348
316
|
}
|
|
349
317
|
return o;
|
|
350
318
|
}
|
|
351
319
|
}
|
|
352
320
|
throw Error("illegal catch attempt");
|
|
353
321
|
},
|
|
354
|
-
delegateYield: function (
|
|
322
|
+
delegateYield: function (r, e, n) {
|
|
355
323
|
return this.delegate = {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
}, "next" === this.method && (this.arg = t),
|
|
324
|
+
i: x(r),
|
|
325
|
+
r: e,
|
|
326
|
+
n: n
|
|
327
|
+
}, "next" === this.method && (this.arg = t), f;
|
|
360
328
|
}
|
|
361
|
-
},
|
|
329
|
+
}, r;
|
|
362
330
|
}
|
|
363
331
|
function _taggedTemplateLiteralLoose(e, t) {
|
|
364
332
|
return t || (t = e.slice(0)), e.raw = t, e;
|
|
@@ -3225,8 +3193,8 @@ var StepsWrapper = /*#__PURE__*/styled__default.div(_templateObject4$1 || (_temp
|
|
|
3225
3193
|
var StepWrapper = /*#__PURE__*/styled__default.div(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n color: ", ";\n"])), function (_ref9) {
|
|
3226
3194
|
var isVisible = _ref9.isVisible;
|
|
3227
3195
|
return isVisible ? "visible" : 'hidden';
|
|
3228
|
-
}, function (
|
|
3229
|
-
var isActive =
|
|
3196
|
+
}, function (_ref0) {
|
|
3197
|
+
var isActive = _ref0.isActive;
|
|
3230
3198
|
return isActive ? "var(--base-color-black)" : 'var(--base-color-mid-grey)';
|
|
3231
3199
|
});
|
|
3232
3200
|
|
|
@@ -3313,20 +3281,20 @@ var Wrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$d || (_template
|
|
|
3313
3281
|
}, function (_ref9) {
|
|
3314
3282
|
var typography = _ref9.typography;
|
|
3315
3283
|
return typography;
|
|
3316
|
-
}, function (
|
|
3317
|
-
var level =
|
|
3284
|
+
}, function (_ref0) {
|
|
3285
|
+
var level = _ref0.level;
|
|
3318
3286
|
return level;
|
|
3287
|
+
}, function (_ref1) {
|
|
3288
|
+
var typography = _ref1.typography;
|
|
3289
|
+
return typography;
|
|
3290
|
+
}, function (_ref10) {
|
|
3291
|
+
var typography = _ref10.typography;
|
|
3292
|
+
return typography;
|
|
3319
3293
|
}, function (_ref11) {
|
|
3320
3294
|
var typography = _ref11.typography;
|
|
3321
3295
|
return typography;
|
|
3322
3296
|
}, function (_ref12) {
|
|
3323
|
-
var
|
|
3324
|
-
return typography;
|
|
3325
|
-
}, function (_ref13) {
|
|
3326
|
-
var typography = _ref13.typography;
|
|
3327
|
-
return typography;
|
|
3328
|
-
}, function (_ref14) {
|
|
3329
|
-
var level = _ref14.level;
|
|
3297
|
+
var level = _ref12.level;
|
|
3330
3298
|
return level;
|
|
3331
3299
|
});
|
|
3332
3300
|
|
|
@@ -3663,259 +3631,67 @@ var SectionSplitter = function SectionSplitter(_ref) {
|
|
|
3663
3631
|
};
|
|
3664
3632
|
|
|
3665
3633
|
var _templateObject$i;
|
|
3666
|
-
var SponsorLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n
|
|
3634
|
+
var SponsorLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject$i || (_templateObject$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-block;\n height: auto;\n width: 100%;\n max-width: 100%;\n background-color: transparent;\n\n img {\n display: block;\n width: 100%;\n }\n\n @media ", " {\n max-width: 100%;\n }\n\n @media ", " {\n max-width: 50%;\n }\n"])), devices.tablet, devices.mobile);
|
|
3667
3635
|
|
|
3668
|
-
/* eslint-disable max-len */
|
|
3669
3636
|
var SponsorLogo = function SponsorLogo(_ref) {
|
|
3670
|
-
var
|
|
3671
|
-
colorLogo = _ref$colorLogo === void 0 ? '#fff' : _ref$colorLogo,
|
|
3672
|
-
_ref$colorBackground = _ref.colorBackground,
|
|
3673
|
-
colorBackground = _ref$colorBackground === void 0 ? '#1d1d1b' : _ref$colorBackground,
|
|
3637
|
+
var imageSource = _ref.imageSource,
|
|
3674
3638
|
_ref$alt = _ref.alt,
|
|
3675
|
-
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
,
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3696
|
-
fill: colorLogo,
|
|
3697
|
-
points: "50.82 13.54 51.47 12.61 48.22 10.32 48.82 9.46 48.1 8.96 46.23 11.62 46.95 12.13 47.56 11.26 50.82 13.54"
|
|
3698
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3699
|
-
fill: colorLogo,
|
|
3700
|
-
d: "M51.76,5.65a4.57,4.57,0,0,0-1,.61,1.43,1.43,0,0,0-.4,2.14c1.11,1.33,2.28-.25,2.89.46a.62.62,0,0,1-.18.9,2.56,2.56,0,0,1-1,.46l.56.76a4.67,4.67,0,0,0,1.14-.68,1.52,1.52,0,0,0,.35-2.22c-1.11-1.32-2.31.22-2.88-.46-.23-.27-.13-.58.16-.82a2.15,2.15,0,0,1,.89-.42Z"
|
|
3701
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3702
|
-
fill: colorLogo,
|
|
3703
|
-
d: "M60.54,2.18a2.8,2.8,0,0,0-1.3.06,2.23,2.23,0,0,0-1.56,2.91,2.28,2.28,0,0,0,2.77,2,4,4,0,0,0,1.14-.44l-.26-1a2.05,2.05,0,0,1-.91.47c-.71.17-1.39-.34-1.6-1.26s.11-1.67.85-1.84a1.85,1.85,0,0,1,1,0Z"
|
|
3704
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3705
|
-
fill: colorLogo,
|
|
3706
|
-
d: "M63.1,4.21c-.17,1.42.35,2.58,1.74,2.75S67,6.13,67.19,4.72,66.84,2.14,65.45,2s-2.17.82-2.35,2.23m1.16.15c.12-.93.44-1.65,1.09-1.57s.8.86.69,1.78-.45,1.65-1.1,1.57-.79-.86-.68-1.78"
|
|
3707
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3708
|
-
fill: colorLogo,
|
|
3709
|
-
d: "M68.82,5.91a1.65,1.65,0,0,0,.75,2.45A1.65,1.65,0,0,0,72,7.52L73.4,4.77l-1-.52L70.89,7.17c-.22.43-.51.61-.92.41s-.44-.56-.21-1l1.48-2.91-1-.52Z"
|
|
3710
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3711
|
-
fill: colorLogo,
|
|
3712
|
-
points: "72.35 9.88 73.04 10.6 75.57 8.16 75.58 8.17 74.02 11.61 74.96 12.58 78.45 9.21 77.75 8.49 75.34 10.83 75.33 10.82 76.76 7.47 75.84 6.5 72.35 9.88"
|
|
3713
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3714
|
-
fill: colorLogo,
|
|
3715
|
-
d: "M81.32,14.62A2.92,2.92,0,0,0,81,13.36a2.24,2.24,0,0,0-3.2-.87,2.28,2.28,0,0,0-1.28,3.14,4.1,4.1,0,0,0,.69,1l.89-.49a2,2,0,0,1-.66-.78,1.4,1.4,0,0,1,.86-1.84c.88-.43,1.65-.26,2,.43a1.79,1.79,0,0,1,.18,1Z"
|
|
3716
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3717
|
-
fill: colorLogo,
|
|
3718
|
-
x: "77.47",
|
|
3719
|
-
y: "17.86",
|
|
3720
|
-
width: "4.85",
|
|
3721
|
-
height: "1.14",
|
|
3722
|
-
transform: "translate(-1.99 14.27) rotate(-10.08)"
|
|
3723
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3724
|
-
fill: colorLogo,
|
|
3725
|
-
points: "77.75 21.16 77.56 23.9 78.43 23.96 78.54 22.36 82.51 22.64 82.59 21.49 77.75 21.16"
|
|
3726
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3727
|
-
fill: colorLogo,
|
|
3728
|
-
points: "48.1 32.49 49.47 34.12 49.78 33.85 48.68 32.56 50.15 31.32 51.15 32.52 51.45 32.25 50.46 31.06 51.78 29.94 52.83 31.2 53.14 30.93 51.81 29.36 48.1 32.49"
|
|
3729
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3730
|
-
fill: colorLogo,
|
|
3731
|
-
points: "51.54 36.09 51.88 36.31 54.27 32.76 54.28 32.77 53.58 37.46 54.04 37.78 56.75 33.74 56.42 33.52 54.01 37.11 53.99 37.1 54.72 32.38 54.26 32.06 51.54 36.09"
|
|
3732
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3733
|
-
fill: colorLogo,
|
|
3734
|
-
d: "M59.06,37.34l.83.24-.47,1.64a1.43,1.43,0,0,1-.68,0,1.83,1.83,0,0,1-1.05-2.46c.43-1.47,1.47-1.73,2.13-1.53a1.89,1.89,0,0,1,.9.57l.15-.45A2.92,2.92,0,0,0,60,34.8a2.23,2.23,0,0,0-2.7,1.75,2.27,2.27,0,0,0,1.35,3,2.24,2.24,0,0,0,1.15,0l.66-2.3L59.17,37Z"
|
|
3735
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3736
|
-
fill: colorLogo,
|
|
3737
|
-
points: "62.58 40.06 64.59 40.06 64.59 39.67 63.01 39.67 63.01 35.22 62.58 35.22 62.58 40.06"
|
|
3738
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3739
|
-
fill: colorLogo,
|
|
3740
|
-
d: "M66.56,39.85l.41-.12L67,38.32l1.86-.53L69.66,39l.44-.12L67.21,34.6l-.44.13Zm.55-4.73h0l1.53,2.31L67,37.91Z"
|
|
3741
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3742
|
-
fill: colorLogo,
|
|
3743
|
-
points: "72.18 37.79 72.52 37.56 70.19 33.97 70.2 33.97 74.24 36.45 74.7 36.16 72.06 32.07 71.72 32.3 74.07 35.92 74.06 35.92 70.01 33.42 69.54 33.71 72.18 37.79"
|
|
3744
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3745
|
-
fill: colorLogo,
|
|
3746
|
-
d: "M77.11,33.88l.47-.58A2.21,2.21,0,0,0,77,30a2.07,2.07,0,0,0-3.31.42l-.4.5ZM73.88,30.8l.22-.28c1-1.3,2.07-.62,2.67-.14,1,.75,1.23,1.71.56,2.56l-.27.36Z"
|
|
3747
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3748
|
-
fill: colorLogo,
|
|
3749
|
-
d: "M110.46,21h0l-2.33,6.65h4.71Zm-1.78-3.24h3.65l6.33,16.12h-3.58l-1.39-3.69h-6.53l-1.41,3.69H102.4Z"
|
|
3750
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3751
|
-
fill: colorLogo,
|
|
3752
|
-
d: "M123.57,24.66h1.07c1.59,0,3.42-.24,3.42-2.24s-1.81-2.11-3.42-2.11h-1.07Zm-3.23-6.89h3.49c3.46,0,7.6-.11,7.6,4.37a3.69,3.69,0,0,1-3.33,3.74v0c.88.07,1.39.95,1.71,1.67l2.59,6.31h-3.61l-1.93-5c-.47-1.2-.88-1.66-2.25-1.66h-1v6.7h-3.23Z"
|
|
3753
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3754
|
-
fill: colorLogo,
|
|
3755
|
-
points: "137.59 20.31 132.97 20.31 132.97 17.77 145.45 17.77 145.45 20.31 140.82 20.31 140.82 33.9 137.59 33.9 137.59 20.31"
|
|
3756
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3757
|
-
fill: colorLogo,
|
|
3758
|
-
d: "M156.16,20.73a8.35,8.35,0,0,0-3.28-.69,2.24,2.24,0,0,0-2.54,2.24c0,2.79,7.07,1.61,7.07,7,0,3.53-2.8,4.87-6,4.87a14.29,14.29,0,0,1-4.14-.62l.3-2.91a7.79,7.79,0,0,0,3.65,1c1.22,0,2.86-.62,2.86-2.08,0-3.07-7.06-1.8-7.06-7.13,0-3.61,2.79-4.92,5.63-4.92a12.25,12.25,0,0,1,3.86.57Z"
|
|
3759
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3760
|
-
fill: colorLogo,
|
|
3761
|
-
d: "M178,33.67a16.81,16.81,0,0,1-3.67.5c-5.22,0-8.85-2.61-8.85-8.06s3.37-8.61,8.85-8.61a10.39,10.39,0,0,1,3.64.67l-.23,2.72a6.65,6.65,0,0,0-3.48-.85c-3.33,0-5.41,2.54-5.41,5.84s2,5.75,5.48,5.75a9.05,9.05,0,0,0,3.53-.67Z"
|
|
3762
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3763
|
-
fill: colorLogo,
|
|
3764
|
-
d: "M187.42,31.63c3.3,0,4.53-2.93,4.53-5.84S190.63,20,187.42,20,182.9,23,182.9,25.79s1.22,5.84,4.52,5.84m0-14.13c5.06,0,7.9,3.42,7.9,8.29s-2.79,8.38-7.9,8.38-7.89-3.44-7.89-8.38,2.77-8.29,7.89-8.29"
|
|
3765
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3766
|
-
fill: colorLogo,
|
|
3767
|
-
d: "M197.47,17.77h3.23v9.31c0,2.75.88,4.55,3.35,4.55s3.35-1.8,3.35-4.55V17.77h3.23V28.08c0,4.31-2.45,6.09-6.58,6.09s-6.58-1.78-6.58-6.09Z"
|
|
3768
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3769
|
-
fill: colorLogo,
|
|
3770
|
-
points: "213.06 17.77 217.03 17.77 223.17 29.83 223.22 29.83 223.22 17.77 226.31 17.77 226.31 33.89 222.36 33.89 216.2 21.84 216.15 21.84 216.15 33.89 213.06 33.89 213.06 17.77"
|
|
3771
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3772
|
-
fill: colorLogo,
|
|
3773
|
-
d: "M240.93,33.67a16.81,16.81,0,0,1-3.67.5c-5.22,0-8.85-2.61-8.85-8.06s3.37-8.61,8.85-8.61a10.43,10.43,0,0,1,3.64.67l-.23,2.72a6.65,6.65,0,0,0-3.48-.85c-3.33,0-5.41,2.54-5.41,5.84s2,5.75,5.48,5.75a9.05,9.05,0,0,0,3.53-.67Z"
|
|
3774
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3775
|
-
fill: colorLogo,
|
|
3776
|
-
x: "243.37",
|
|
3777
|
-
y: "17.77",
|
|
3778
|
-
width: "3.23",
|
|
3779
|
-
height: "16.12"
|
|
3780
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3781
|
-
fill: colorLogo,
|
|
3782
|
-
points: "249.15 17.77 252.38 17.77 252.38 31.35 258.64 31.35 258.64 33.89 249.15 33.89 249.15 17.77"
|
|
3783
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3784
|
-
fill: colorLogo,
|
|
3785
|
-
points: "102.45 40.87 111.96 40.87 111.96 43.41 105.68 43.41 105.68 47.38 111.43 47.38 111.43 49.92 105.68 49.92 105.68 54.45 112.01 54.45 112.01 56.99 102.45 56.99 102.45 40.87"
|
|
3786
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3787
|
-
fill: colorLogo,
|
|
3788
|
-
points: "114.66 40.87 118.64 40.87 124.78 52.92 124.82 52.92 124.82 40.87 127.92 40.87 127.92 56.99 123.97 56.99 117.8 44.93 117.76 44.93 117.76 56.99 114.66 56.99 114.66 40.87"
|
|
3789
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3790
|
-
fill: colorLogo,
|
|
3791
|
-
d: "M143.51,44a10.56,10.56,0,0,0-4.17-.86A5.48,5.48,0,0,0,133.51,49c0,3.28,2,5.75,5.47,5.75a8.6,8.6,0,0,0,2.12-.23v-4.2h-3.42V47.75h6.51v8.68a20.3,20.3,0,0,1-5.21.83c-5.22,0-8.85-2.61-8.85-8.06s3.38-8.61,8.85-8.61a15.72,15.72,0,0,1,4.73.67Z"
|
|
3792
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3793
|
-
fill: colorLogo,
|
|
3794
|
-
points: "146.78 40.87 150.01 40.87 150.01 54.45 156.27 54.45 156.27 56.99 146.78 56.99 146.78 40.87"
|
|
3795
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3796
|
-
fill: colorLogo,
|
|
3797
|
-
d: "M165.76,44.1h0l-2.34,6.65h4.72ZM164,40.87h3.65L174,57h-3.58L169,53.29h-6.54l-1.4,3.7H157.7Z"
|
|
3798
|
-
}), /*#__PURE__*/React__default.createElement("polygon", {
|
|
3799
|
-
fill: colorLogo,
|
|
3800
|
-
points: "175.53 40.87 179.5 40.87 185.65 52.92 185.69 52.92 185.69 40.87 188.79 40.87 188.79 56.99 184.84 56.99 178.67 44.93 178.62 44.93 178.62 56.99 175.53 56.99 175.53 40.87"
|
|
3801
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3802
|
-
fill: colorLogo,
|
|
3803
|
-
d: "M194.66,54.45h1.8a5.27,5.27,0,0,0,5.31-5.52,5.27,5.27,0,0,0-5.31-5.52h-1.8Zm-3.23-13.58h4.41c4.94,0,9.3,1.66,9.3,8.06S200.78,57,195.84,57h-4.41Z"
|
|
3804
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3805
|
-
fill: colorLogo,
|
|
3806
|
-
d: "M248,3.39h-.7l1.84,5.24-.13.46c-.2.67-.39,1.12-.94,1.12a1.29,1.29,0,0,1-.47-.08l-.06.55a3,3,0,0,0,.69.08c.72,0,1.08-.71,1.33-1.42l2.07-5.95h-.67L249.43,7.7h0ZM245.88,6c0,1-.31,2.16-1.53,2.16S242.81,6.92,242.81,6s.37-2.17,1.54-2.17S245.88,5,245.88,6m-3.71,2.59h.64V7.75h0a1.68,1.68,0,0,0,1.62.94c1.42,0,2.13-1.18,2.13-2.71s-.61-2.71-2.13-2.71a1.75,1.75,0,0,0-1.62,1h0V1h-.64Zm-3.46-5.18h-.64V4h0a1.7,1.7,0,0,0-1.61-.71c-1.53,0-2.14,1.13-2.14,2.71,0,1.15.53,2.59,2.19,2.59a1.6,1.6,0,0,0,1.57-1h0c0,1.46-.14,2.66-1.79,2.66a3.55,3.55,0,0,1-1.52-.36l-.05.64a5.45,5.45,0,0,0,1.56.27c1.78,0,2.43-1.18,2.43-2.62ZM235,6c0-1,.32-2.17,1.54-2.17s1.53.92,1.53,2.17c0,.94-.41,2-1.57,2S235,7,235,6m-6.17,2.59h.64V5.7c0-.86.37-1.89,1.54-1.89.88,0,1.23.63,1.23,1.61V8.57h.63V5.26c0-1.14-.48-2-1.76-2a1.64,1.64,0,0,0-1.68,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.71-7.42h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64ZM221.1,6c0-1,.31-2.17,1.53-2.17S224.17,5,224.17,6s-.4,2.16-1.54,2.16S221.1,7,221.1,6m3.7-5h-.63V4.26h0a1.76,1.76,0,0,0-1.62-1C221,3.27,220.4,4.4,220.4,6s.71,2.71,2.13,2.71a1.68,1.68,0,0,0,1.62-.94h0v.82h.63Zm-9.89,7.62h.64V5.7c0-.86.37-1.89,1.54-1.89.88,0,1.22.63,1.22,1.61V8.57H219V5.26c0-1.14-.48-2-1.76-2a1.64,1.64,0,0,0-1.68,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.72-5.18h-.64V6.25c0,.87-.36,1.89-1.53,1.89-.89,0-1.23-.63-1.23-1.6V3.39h-.64V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.67-1h0v.93h.62c0-.42,0-.83,0-1.22Zm-7.08,5.18h.64V3.93h1.17V3.39h-1.17V2.94c0-.62-.09-1.57.78-1.57a1.13,1.13,0,0,1,.51.12l0-.56a1.47,1.47,0,0,0-.6-.1c-1.33,0-1.37,1.09-1.37,2.18v.38h-1v.54h1Zm-3.5-5.1a3.91,3.91,0,0,0-1.25-.2A2.51,2.51,0,0,0,198.8,6a2.45,2.45,0,0,0,2.48,2.71,3.89,3.89,0,0,0,1.33-.18l-.06-.6a3.38,3.38,0,0,1-1.17.23A2,2,0,0,1,199.5,6a1.93,1.93,0,0,1,1.95-2.17,2.78,2.78,0,0,1,1.11.27Zm-5.2-2.32h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64Zm-2.35,0h.64V1h-.64ZM192.26,6c0,1-.31,2.16-1.53,2.16S189.19,6.92,189.19,6s.37-2.17,1.54-2.17S192.26,5,192.26,6m-3.71,2.59h.64V7.75h0a1.68,1.68,0,0,0,1.62.94C192.25,8.69,193,7.51,193,6s-.61-2.71-2.13-2.71a1.75,1.75,0,0,0-1.62,1h0V1h-.64Zm-1.68-5.18h-.64V6.25c0,.87-.36,1.89-1.53,1.89-.89,0-1.23-.63-1.23-1.6V3.39h-.64V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.67-1h0v.93h.62c0-.42,0-.83,0-1.22ZM180.69,6c0,1-.32,2.16-1.54,2.16S177.62,6.92,177.62,6s.39-2.17,1.53-2.17S180.69,5,180.69,6M177,10.7h.64v-3h0a1.6,1.6,0,0,0,1.61,1c1.43,0,2.13-1.18,2.13-2.71s-.6-2.71-2.13-2.71a1.78,1.78,0,0,0-1.65,1.06h0l0-.94H177Zm-3.46-7.31h-.64V4h0a1.72,1.72,0,0,0-1.62-.71c-1.52,0-2.13,1.13-2.13,2.71,0,1.15.53,2.59,2.18,2.59a1.62,1.62,0,0,0,1.58-1h0c0,1.46-.14,2.66-1.79,2.66a3.59,3.59,0,0,1-1.53-.36l0,.64a5.54,5.54,0,0,0,1.57.27c1.78,0,2.43-1.18,2.43-2.62ZM169.81,6c0-1,.31-2.17,1.53-2.17s1.54.92,1.54,2.17c0,.94-.42,2-1.58,2s-1.49-1-1.49-2m-6.17,2.59h.64V5.7c0-.86.36-1.89,1.53-1.89.89,0,1.23.63,1.23,1.61V8.57h.64V5.26c0-1.14-.49-2-1.77-2a1.62,1.62,0,0,0-1.67,1h0V3.39h-.62c0,.41,0,.82,0,1.22Zm-1.71-7.42h-.64V2h.64Zm-.64,7.42h.64V3.39h-.64Zm-4.53-.12a3.91,3.91,0,0,0,1.45.24c.78,0,1.81-.38,1.81-1.47,0-1.7-2.55-1.58-2.55-2.54,0-.66.45-.87,1.11-.87a2.87,2.87,0,0,1,1.15.25l.06-.56a4.08,4.08,0,0,0-1.28-.23c-.85,0-1.68.38-1.68,1.41,0,1.5,2.49,1.31,2.49,2.54,0,.59-.54.92-1.15.92a3.05,3.05,0,0,1-1.35-.32ZM155.5,3.39h-.64V6.25c0,.87-.37,1.89-1.54,1.89-.88,0-1.23-.63-1.23-1.6V3.39h-.63V6.7c0,1.14.48,2,1.76,2a1.65,1.65,0,0,0,1.68-1h0v.93h.62c0-.42,0-.83,0-1.22ZM144.23,6c0-1,.31-2.17,1.53-2.17S147.29,5,147.29,6s-.39,2.16-1.53,2.16S144.23,7,144.23,6m3.7-5h-.64V4.26h0a1.75,1.75,0,0,0-1.61-1c-1.53,0-2.13,1.13-2.13,2.71s.71,2.71,2.13,2.71a1.66,1.66,0,0,0,1.61-.94h0v.82h.64Zm-9.06,4.66a1.7,1.7,0,0,1,1.52-1.8c1,0,1.32.9,1.32,1.8ZM142,7.75a3.27,3.27,0,0,1-1.45.39,1.75,1.75,0,0,1-1.71-2h3.54V5.83c0-1.39-.6-2.56-2.06-2.56-1.31,0-2.18,1.12-2.18,2.71s.64,2.71,2.35,2.71A4.14,4.14,0,0,0,142,8.4Zm-4.71-4.36h-1.18V1.91l-.64.23V3.39h-1v.54h1V7c0,1,.05,1.73,1.18,1.73a2.32,2.32,0,0,0,.78-.14l0-.53a1.47,1.47,0,0,1-.59.12c-.51,0-.69-.39-.69-.85V3.93h1.18Zm-6,5.18h.64V6c0-.94.28-2.08,1.29-2.08a1.41,1.41,0,0,1,.47.07V3.33a2,2,0,0,0-.45-.06,1.52,1.52,0,0,0-1.33,1.11h0v-1h-.64a9.26,9.26,0,0,1,0,1.15ZM125.76,6c0-1.2.6-2.17,1.71-2.17s1.72,1,1.72,2.17-.6,2.16-1.72,2.16-1.71-1-1.71-2.16m-.7,0a2.43,2.43,0,1,0,4.83,0,2.43,2.43,0,1,0-4.83,0m-1.83,0c0,1-.32,2.16-1.54,2.16S120.16,6.92,120.16,6s.4-2.17,1.53-2.17S123.23,5,123.23,6m-3.71,4.72h.64v-3h0a1.61,1.61,0,0,0,1.62,1c1.42,0,2.13-1.18,2.13-2.71s-.61-2.71-2.13-2.71a1.79,1.79,0,0,0-1.66,1.06h0l0-.94h-.64ZM117.4,6c0,1-.32,2.16-1.54,2.16S114.33,6.92,114.33,6s.39-2.17,1.53-2.17S117.4,5,117.4,6m-3.71,4.72h.64v-3h0a1.6,1.6,0,0,0,1.61,1c1.43,0,2.14-1.18,2.14-2.71s-.61-2.71-2.14-2.71a1.79,1.79,0,0,0-1.65,1.06h0l0-.94h-.64ZM112,3.39h-.64V6.25c0,.87-.37,1.89-1.54,1.89-.88,0-1.23-.63-1.23-1.6V3.39H108V6.7c0,1.14.49,2,1.77,2a1.64,1.64,0,0,0,1.68-1h0v.93h.62c0-.42,0-.83,0-1.22Zm-9.4,5a3.92,3.92,0,0,0,1.61.31,2.08,2.08,0,0,0,2.32-2c0-2.07-3.25-2.09-3.25-3.51,0-.91.8-1.22,1.54-1.22a2.89,2.89,0,0,1,1.28.27l.12-.64a4.31,4.31,0,0,0-1.39-.23c-1.25,0-2.25.71-2.25,1.84,0,1.86,3.25,2,3.25,3.43a1.41,1.41,0,0,1-1.59,1.45,2.77,2.77,0,0,1-1.57-.42Z"
|
|
3807
|
-
}), /*#__PURE__*/React__default.createElement("rect", {
|
|
3808
|
-
fill: colorLogo,
|
|
3809
|
-
x: "92.12",
|
|
3810
|
-
width: "0.75",
|
|
3811
|
-
height: "56.99"
|
|
3812
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3813
|
-
fill: colorLogo,
|
|
3814
|
-
d: "M2.46,50.42H4.22v5.07H7.29V57H2.46Z"
|
|
3815
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3816
|
-
fill: colorLogo,
|
|
3817
|
-
d: "M10.84,57.2a3.59,3.59,0,0,1-1.37-.26,3.27,3.27,0,0,1-1.82-1.83,4,4,0,0,1,0-2.79,3.5,3.5,0,0,1,.72-1.1,3.28,3.28,0,0,1,1.1-.72,3.59,3.59,0,0,1,1.37-.26,3.65,3.65,0,0,1,1.38.26,3.14,3.14,0,0,1,1.09.72,3.33,3.33,0,0,1,.72,1.1,4,4,0,0,1,0,2.79,3.3,3.3,0,0,1-1.81,1.83A3.65,3.65,0,0,1,10.84,57.2Zm0-1.65a1.67,1.67,0,0,0,.69-.14A1.65,1.65,0,0,0,12,55a1.68,1.68,0,0,0,.32-.59,2.35,2.35,0,0,0,.11-.71,2.41,2.41,0,0,0-.11-.72,1.64,1.64,0,0,0-.32-.58,1.54,1.54,0,0,0-.51-.4,1.77,1.77,0,0,0-1.38,0,1.54,1.54,0,0,0-.51.4,1.64,1.64,0,0,0-.32.58,2.41,2.41,0,0,0-.11.72,2.35,2.35,0,0,0,.11.71,1.68,1.68,0,0,0,.32.59,1.65,1.65,0,0,0,.51.39A1.67,1.67,0,0,0,10.84,55.55Z"
|
|
3818
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3819
|
-
fill: colorLogo,
|
|
3820
|
-
d: "M16.43,52h-2V50.42h5.83V52h-2V57H16.43Z"
|
|
3821
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3822
|
-
fill: colorLogo,
|
|
3823
|
-
d: "M22.49,52h-2V50.42h5.83V52h-2V57H22.49Z"
|
|
3824
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3825
|
-
fill: colorLogo,
|
|
3826
|
-
d: "M26.7,50.42h4.77v1.52h-3v1h2.47v1.43H28.46v1.13h3.22V57h-5Z"
|
|
3827
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3828
|
-
fill: colorLogo,
|
|
3829
|
-
d: "M32.4,50.42h2.74a3.24,3.24,0,0,1,1,.14,2.05,2.05,0,0,1,.74.41,2,2,0,0,1,.48.68,2.5,2.5,0,0,1,.16.94,2.19,2.19,0,0,1-.28,1.14,2.27,2.27,0,0,1-.77.77L37.86,57H36l-1.13-2.25h-.73V57H32.4Zm2.57,3a.75.75,0,0,0,.79-.79.8.8,0,0,0-.21-.59.77.77,0,0,0-.59-.22h-.84v1.6Z"
|
|
3830
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3831
|
-
fill: colorLogo,
|
|
3832
|
-
d: "M39.81,54.4l-2.35-4h2l1.29,2.36L42,50.42h2l-2.36,4V57H39.81Z"
|
|
3833
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3834
|
-
fill: colorLogo,
|
|
3835
|
-
d: "M45.71,50.42h4.62V52H47.47v1.28h2.21v1.45H47.47V57H45.71Z"
|
|
3836
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3837
|
-
fill: colorLogo,
|
|
3838
|
-
d: "M50.76,50.42h1.76V54.3a1.46,1.46,0,0,0,.25.89,1.17,1.17,0,0,0,1.67,0,1.48,1.48,0,0,0,.25-.89V50.42h1.78v4a3,3,0,0,1-.21,1.15,2.4,2.4,0,0,1-.59.86,2.66,2.66,0,0,1-.9.55,3.58,3.58,0,0,1-2.3,0,2.85,2.85,0,0,1-.91-.54,2.49,2.49,0,0,1-.59-.86,3,3,0,0,1-.21-1.16Z"
|
|
3839
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3840
|
-
fill: colorLogo,
|
|
3841
|
-
d: "M57.42,50.42H59l2.54,3.69V50.42h1.74V57h-1.5l-2.64-3.8V57H57.42Z"
|
|
3842
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3843
|
-
fill: colorLogo,
|
|
3844
|
-
d: "M64.28,50.42h2.54a4.85,4.85,0,0,1,1.41.2,3.06,3.06,0,0,1,1.13.6,2.67,2.67,0,0,1,.74,1.05,3.78,3.78,0,0,1,.27,1.49,3.56,3.56,0,0,1-.27,1.44,2.77,2.77,0,0,1-.75,1,3.18,3.18,0,0,1-1.13.62,5,5,0,0,1-1.41.2H64.28Zm2.47,5.07a1.67,1.67,0,0,0,1.81-1.76,2.27,2.27,0,0,0-.11-.72,1.59,1.59,0,0,0-.34-.56,1.29,1.29,0,0,0-.56-.36,2.13,2.13,0,0,0-.8-.13H66v3.53Z"
|
|
3845
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3846
|
-
fill: colorLogo,
|
|
3847
|
-
d: "M71.05,50.42h4.76v1.52h-3v1h2.47v1.43H72.8v1.13H76V57h-5Z"
|
|
3848
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3849
|
-
fill: colorLogo,
|
|
3850
|
-
d: "M76.75,50.42h2.54a4.85,4.85,0,0,1,1.41.2,3.15,3.15,0,0,1,1.13.6,2.89,2.89,0,0,1,.74,1.05,3.78,3.78,0,0,1,.27,1.49,3.56,3.56,0,0,1-.27,1.44,3,3,0,0,1-.75,1,3.18,3.18,0,0,1-1.13.62,5,5,0,0,1-1.41.2H76.75Zm2.47,5.07A1.66,1.66,0,0,0,81,53.73a2,2,0,0,0-.11-.72,1.44,1.44,0,0,0-.33-.56,1.36,1.36,0,0,0-.56-.36,2.13,2.13,0,0,0-.8-.13H78.5v3.53Z"
|
|
3851
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3852
|
-
fill: colorBackground,
|
|
3853
|
-
d: "M28.47,18.89a2.62,2.62,0,0,0-1.56.63c.16-1.82-.51-3.17-1.76-3.63a3.22,3.22,0,0,0-2.33.1l-1-2.44c.93-2.28,2.56-5.06,2.56-7.34,0-1.77-.89-3.07-2.6-3.07a4.45,4.45,0,0,0-3.05,1.95C17.53,2.45,16.28,1.2,14.94,1.2c-2.13,0-3,2.13-3,4a18.84,18.84,0,0,0,2,7.52,63.85,63.85,0,0,0-2.9,7.57,8.59,8.59,0,0,0-6.12-2.7,6.3,6.3,0,0,0-3.53,1A2.93,2.93,0,0,0,0,20.87a2.64,2.64,0,0,0,2.23,2.54C4.56,24,5.6,25.9,6.48,29.58c1.61,6.64,5.76,10.63,12.14,10.63A12.26,12.26,0,0,0,30.86,28a14.77,14.77,0,0,0-.26-2.64,10.78,10.78,0,0,0,.46-1.56c.57-2.85-.52-4.88-2.59-4.88"
|
|
3854
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3855
|
-
fill: colorLogo,
|
|
3856
|
-
d: "M24.62,17.33c1.08.5,1.17,2.76.08,5.45-.88,2.6-2.15,4.18-3.34,4.19-.93,0-1.71-.66-1.71-2.42,0-3.32,2.73-8.25,5-7.22"
|
|
3857
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3858
|
-
fill: colorLogo,
|
|
3859
|
-
d: "M13.43,5.15c0-1.09.47-2.39,1.51-2.39q1.08,0,2.64,3.42a27.54,27.54,0,0,0-2.75,4.52,17.18,17.18,0,0,1-1.4-5.55"
|
|
3860
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3861
|
-
fill: colorLogo,
|
|
3862
|
-
d: "M18.62,38.66c-5.45,0-9.18-3.79-10.63-9.44-1-3.89-2.23-6.49-5.4-7.32-.36-.1-1-.36-1-1S2.75,19.1,4.93,19.1a7.68,7.68,0,0,1,6.17,3.69l1.11-.41c.16-2.12,1.24-5,3.14-9.09,2.39-5.13,4.81-8.63,6.42-8.59a1.41,1.41,0,0,1,1.12,1.51c0,2.12-1.87,5.31-3.51,8.78-.17.35-.91,2-.91,2l1.07.46c.35-.59,1.08-2,1.18-2.24l.8,1.77a11.34,11.34,0,0,0-3.21,7.58c0,2,.88,3.2,2.17,3.61a2.91,2.91,0,0,0,3.22-1,2.57,2.57,0,0,0,2.65,2.32,3.35,3.35,0,0,0,3.06-2.21A11,11,0,0,1,18.62,38.66"
|
|
3863
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3864
|
-
fill: colorLogo,
|
|
3865
|
-
d: "M29.66,23.56c-.36,2.18-1.68,4.6-3.31,4.6s-1.47-2.06-1.11-3.3c.57-2.23,2.09-4.57,3.23-4.57s1.5,1.41,1.19,3.27"
|
|
3866
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3867
|
-
fill: colorBackground,
|
|
3868
|
-
d: "M24.15,34.49c-4.61,2.62-8.91.95-10.53-3.83L15,30c1.32,3.89,5.13,5,8.65,3.13Z"
|
|
3869
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3870
|
-
fill: colorBackground,
|
|
3871
|
-
d: "M22.9,24.5a1.21,1.21,0,1,1-1.21-1.21A1.21,1.21,0,0,1,22.9,24.5"
|
|
3872
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3873
|
-
fill: colorBackground,
|
|
3874
|
-
d: "M28,26a1.09,1.09,0,1,1-1.09-1.09A1.09,1.09,0,0,1,28,26"
|
|
3875
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
3876
|
-
fill: colorBackground,
|
|
3877
|
-
d: "M25.9,6.58a1.15,1.15,0,0,1-.41-.08,1.23,1.23,0,0,1-.33-.23,1.12,1.12,0,0,1-.22-.33,1.07,1.07,0,0,1-.08-.41,1.06,1.06,0,0,1,.08-.4,1.33,1.33,0,0,1,.22-.34,1.46,1.46,0,0,1,.33-.22,1.16,1.16,0,0,1,.42-.08,1.06,1.06,0,0,1,.4.08,1.12,1.12,0,0,1,.33.22,1.11,1.11,0,0,1,.22.34,1.06,1.06,0,0,1,.08.4,1.07,1.07,0,0,1-.08.41,1,1,0,0,1-.22.33,1,1,0,0,1-.33.23A1.11,1.11,0,0,1,25.9,6.58Zm0-.2a.72.72,0,0,0,.33-.07.76.76,0,0,0,.26-.18.78.78,0,0,0,.17-.26,1,1,0,0,0,.06-.33.88.88,0,0,0-.06-.33.73.73,0,0,0-.17-.27.76.76,0,0,0-.26-.18.71.71,0,0,0-.32-.07.72.72,0,0,0-.33.07.68.68,0,0,0-.26.18.73.73,0,0,0-.17.27.88.88,0,0,0-.06.33,1,1,0,0,0,.06.33.78.78,0,0,0,.17.26.68.68,0,0,0,.26.18A.71.71,0,0,0,25.9,6.38ZM25.54,5H26a.47.47,0,0,1,.17,0,.41.41,0,0,1,.11.07.3.3,0,0,1,.07.1.52.52,0,0,1,0,.11.41.41,0,0,1-.05.19.31.31,0,0,1-.15.12l.25.44h-.22l-.24-.41h-.17v.41h-.2Zm.4.49a.17.17,0,0,0,.13,0,.17.17,0,0,0,.05-.12.13.13,0,0,0-.05-.11.2.2,0,0,0-.14,0h-.19v.32Z"
|
|
3878
|
-
})))));
|
|
3639
|
+
alt = _ref$alt === void 0 ? 'Sponsor Logo' : _ref$alt,
|
|
3640
|
+
children = _ref.children,
|
|
3641
|
+
className = _ref.className,
|
|
3642
|
+
href = _ref.href,
|
|
3643
|
+
title = _ref.title,
|
|
3644
|
+
dataRoh = _ref.dataRoh,
|
|
3645
|
+
_ref$target = _ref.target,
|
|
3646
|
+
target = _ref$target === void 0 ? '_blank' : _ref$target;
|
|
3647
|
+
return /*#__PURE__*/React__default.createElement("a", {
|
|
3648
|
+
"data-roh": dataRoh,
|
|
3649
|
+
href: href,
|
|
3650
|
+
title: title,
|
|
3651
|
+
target: target,
|
|
3652
|
+
rel: "noopener noreferrer",
|
|
3653
|
+
"aria-label": "Sponsor Logo link",
|
|
3654
|
+
className: className
|
|
3655
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogoWrapper, null, imageSource ? /*#__PURE__*/React__default.createElement("img", {
|
|
3656
|
+
src: imageSource,
|
|
3657
|
+
alt: alt
|
|
3658
|
+
}) : children));
|
|
3879
3659
|
};
|
|
3880
3660
|
|
|
3881
|
-
var _templateObject$j, _templateObject2$b;
|
|
3882
|
-
var
|
|
3883
|
-
var
|
|
3661
|
+
var _templateObject$j, _templateObject2$b, _templateObject3$6, _templateObject4$3;
|
|
3662
|
+
var SponsorshipWrapper = /*#__PURE__*/styled__default.div(_templateObject$j || (_templateObject$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 80px;\n height: 80px;\n position: relative;\n\n @media ", " {\n width: 40px;\n height: 40px;\n }\n"])), devices.mobileAndTablet);
|
|
3663
|
+
var SponsorshipLinkText = /*#__PURE__*/styled__default.span(_templateObject2$b || (_templateObject2$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n whitespace: nowrap;\n borderwidth: 0;\n"])));
|
|
3664
|
+
var SponsorshipLink = /*#__PURE__*/styled__default.a(_templateObject3$6 || (_templateObject3$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n inset: 0;\n width: 80px;\n height: 80px;\n z-index: 2;\n text-decoration: none;\n background: transparent;\n\n @media ", " {\n width: 40px;\n height: 40px;\n }\n"])), devices.mobileAndTablet);
|
|
3665
|
+
var SponsorshipStyledIframe = /*#__PURE__*/styled__default.iframe(_templateObject4$3 || (_templateObject4$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: none;\n display: block;\n width: 80px;\n height: 80px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n\n @media ", " {\n transform: scale(0.5);\n transform-origin: top left;\n }\n"])), devices.mobileAndTablet);
|
|
3884
3666
|
|
|
3885
|
-
/* eslint-disable jsx-a11y/no-noninteractive-element-to-interactive-role */
|
|
3886
3667
|
var DEFAULT_SPONSORSHIP_IFRAME = 'https://static.roh.org.uk/rolex/v4/rolex.html?size=80';
|
|
3887
3668
|
var DEFAULT_SPONSORSHIP_TITLE = 'rolex';
|
|
3888
3669
|
var DEFAULT_DATA_ROH = 'ImgAdvert';
|
|
3889
|
-
|
|
3670
|
+
|
|
3671
|
+
/* eslint-disable jsx-a11y/iframe-has-title */
|
|
3890
3672
|
var Sponsorship = function Sponsorship(_ref) {
|
|
3891
3673
|
var _ref$src = _ref.src,
|
|
3892
3674
|
src = _ref$src === void 0 ? DEFAULT_SPONSORSHIP_IFRAME : _ref$src,
|
|
3893
3675
|
_ref$dataRoh = _ref.dataRoh,
|
|
3894
3676
|
dataRoh = _ref$dataRoh === void 0 ? DEFAULT_DATA_ROH : _ref$dataRoh,
|
|
3895
3677
|
_ref$title = _ref.title,
|
|
3896
|
-
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
"
|
|
3904
|
-
"data-
|
|
3905
|
-
})
|
|
3906
|
-
return /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, null, /*#__PURE__*/React__default.createElement("iframe", {
|
|
3678
|
+
title = _ref$title === void 0 ? DEFAULT_SPONSORSHIP_TITLE : _ref$title;
|
|
3679
|
+
var linkText = title + " sponsorship";
|
|
3680
|
+
var linkDescription = linkText + " - visit " + title + "'s website (opens in new tab)";
|
|
3681
|
+
return /*#__PURE__*/React__default.createElement(SponsorshipWrapper, null, /*#__PURE__*/React__default.createElement(SponsorshipLink, {
|
|
3682
|
+
href: "https://www.rolex.com",
|
|
3683
|
+
target: "_blank",
|
|
3684
|
+
rel: "noopener noreferrer",
|
|
3685
|
+
"aria-label": linkDescription,
|
|
3686
|
+
"data-roh": dataRoh
|
|
3687
|
+
}, /*#__PURE__*/React__default.createElement(SponsorshipLinkText, null, linkText)), /*#__PURE__*/React__default.createElement(SponsorshipStyledIframe, {
|
|
3907
3688
|
src: src,
|
|
3908
|
-
|
|
3909
|
-
"
|
|
3910
|
-
title: title,
|
|
3911
|
-
className: "desktopIframe",
|
|
3912
|
-
"aria-label": title + " sponsorship content",
|
|
3913
|
-
"aria-description": "Click to visit " + title + "'s website",
|
|
3914
|
-
sandbox: "allow-scripts allow-same-origin",
|
|
3689
|
+
title: "",
|
|
3690
|
+
sandbox: "allow-scripts",
|
|
3915
3691
|
loading: "lazy",
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3692
|
+
scrolling: "no",
|
|
3693
|
+
"aria-hidden": "true",
|
|
3694
|
+
tabIndex: -1
|
|
3919
3695
|
}));
|
|
3920
3696
|
};
|
|
3921
3697
|
|
|
@@ -4051,7 +3827,7 @@ var TabLink = function TabLink(_ref) {
|
|
|
4051
3827
|
}))) : null, children);
|
|
4052
3828
|
};
|
|
4053
3829
|
|
|
4054
|
-
var _templateObject$m, _templateObject2$e, _templateObject3$
|
|
3830
|
+
var _templateObject$m, _templateObject2$e, _templateObject3$7, _templateObject4$4;
|
|
4055
3831
|
var TextAreaWrapper = /*#__PURE__*/styled__default.div(_templateObject$m || (_templateObject$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n height: ", ";\n"])), function (_ref) {
|
|
4056
3832
|
var width = _ref.width;
|
|
4057
3833
|
return width ? width + "px;" : '100%;';
|
|
@@ -4063,7 +3839,7 @@ var TextAreaLabel = /*#__PURE__*/styled__default.div(_templateObject2$e || (_tem
|
|
|
4063
3839
|
var darkMode = _ref3.darkMode;
|
|
4064
3840
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4065
3841
|
});
|
|
4066
|
-
var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$
|
|
3842
|
+
var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$7 || (_templateObject3$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n box-sizing: border-box;\n resize: none;\n padding: 20px;\n width: 100%;\n height: 100%;\n border: 1px solid ", ";\n\n ", ";\n\n :disabled {\n background-color: var(--base-color-light-grey);\n border: 1px solid transparent;\n outline: none;\n }\n\n :focus {\n outline-style: solid;\n outline-width: ", ";\n outline-color: ", ";\n }\n"])), function (_ref4) {
|
|
4067
3843
|
var error = _ref4.error;
|
|
4068
3844
|
return error ? 'var(--base-color-errorstate)' : 'var(--base-color-light-grey)';
|
|
4069
3845
|
}, function (_ref5) {
|
|
@@ -4078,7 +3854,7 @@ var TextAreaBox = /*#__PURE__*/styled__default.textarea(_templateObject3$6 || (_
|
|
|
4078
3854
|
var darkMode = _ref7.darkMode;
|
|
4079
3855
|
return darkMode ? 'var(--base-color-lemonchiffon)' : 'var(--base-color-lapislazuli)';
|
|
4080
3856
|
});
|
|
4081
|
-
var TextAreaError = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
3857
|
+
var TextAreaError = /*#__PURE__*/styled__default.div(_templateObject4$4 || (_templateObject4$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n color: ", ";\n margin-block: 15px 0;\n"])), function (_ref8) {
|
|
4082
3858
|
var darkMode = _ref8.darkMode;
|
|
4083
3859
|
return darkMode ? 'color: var(--base-color-white)' : '';
|
|
4084
3860
|
}, function (_ref9) {
|
|
@@ -4174,14 +3950,14 @@ var TextArea = function TextArea(_ref) {
|
|
|
4174
3950
|
}, error)))));
|
|
4175
3951
|
};
|
|
4176
3952
|
|
|
4177
|
-
var _templateObject$n, _templateObject2$f, _templateObject3$
|
|
3953
|
+
var _templateObject$n, _templateObject2$f, _templateObject3$8, _templateObject4$5, _templateObject5$2, _templateObject6$1, _templateObject7;
|
|
4178
3954
|
var Container$1 = /*#__PURE__*/styled__default.div(_templateObject$n || (_templateObject$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4179
3955
|
var InputWrapper = /*#__PURE__*/styled__default.div(_templateObject2$f || (_templateObject2$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n"])), function (_ref) {
|
|
4180
3956
|
var width = _ref.width;
|
|
4181
3957
|
if (!width) return 'none';
|
|
4182
3958
|
return width + "px";
|
|
4183
3959
|
});
|
|
4184
|
-
var Input = /*#__PURE__*/styled__default.input(_templateObject3$
|
|
3960
|
+
var Input = /*#__PURE__*/styled__default.input(_templateObject3$8 || (_templateObject3$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n box-sizing: border-box;\n font-family: var(--font-family-sans);\n font-size: 19px;\n line-height: 26px;\n letter-spacing: -0.5px;\n border-radius: 0;\n width: 100%;\n height: 48px;\n padding-left: 20px;\n -moz-appearance: textfield;\n padding-right: ", ";\n outline: none;\n border: ", ";\n &:disabled {\n background-color: var(--color-base-light-grey);\n border: 1px solid transparent;\n outline: none;\n }\n\n &:focus {\n outline: ", ";\n }\n\n /* remove search decoration */\n &::-webkit-search-decoration,\n &::-webkit-search-cancel-button,\n &::-webkit-search-results-button,\n &::-webkit-search-results-decoration {\n display: none;\n }\n\n /* remove number decoration */\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n @media ", " {\n font-size: 17px;\n line-height: 24px;\n letter-spacing: -0.5px;\n }\n"])), function (_ref2) {
|
|
4185
3961
|
var isPasswordField = _ref2.isPasswordField;
|
|
4186
3962
|
if (isPasswordField) return "80px";
|
|
4187
3963
|
return "20px";
|
|
@@ -4194,7 +3970,7 @@ var Input = /*#__PURE__*/styled__default.input(_templateObject3$7 || (_templateO
|
|
|
4194
3970
|
if (darkMode) return "4px solid var(--base-color-lemonchiffon)";
|
|
4195
3971
|
return "3px solid var(--base-color-lapislazuli)";
|
|
4196
3972
|
}, devices.mobile);
|
|
4197
|
-
var ShowHideButton = /*#__PURE__*/styled__default.button(_templateObject4$
|
|
3973
|
+
var ShowHideButton = /*#__PURE__*/styled__default.button(_templateObject4$5 || (_templateObject4$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 53px;\n top: 50%;\n margin-top: calc(var(--line-height-overline-1) / 2 * -1);\n right: 20px;\n border: none;\n background: none;\n padding: 0;\n display: block;\n text-align: left;\n cursor: pointer;\n white-space: nowrap;\n color: var(--color-base-black);\n"])));
|
|
4198
3974
|
var TextLabel$1 = /*#__PURE__*/styled__default.div(_templateObject5$2 || (_templateObject5$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
4199
3975
|
var darkMode = _ref5.darkMode;
|
|
4200
3976
|
if (darkMode) return "var(--color-base-white)";
|
|
@@ -4308,7 +4084,7 @@ var TextFieldComponent = function TextFieldComponent(_ref, ref) {
|
|
|
4308
4084
|
};
|
|
4309
4085
|
var TextField = /*#__PURE__*/React.forwardRef(TextFieldComponent);
|
|
4310
4086
|
|
|
4311
|
-
var _templateObject$o, _templateObject2$g, _templateObject3$
|
|
4087
|
+
var _templateObject$o, _templateObject2$g, _templateObject3$9, _templateObject4$6, _templateObject5$3;
|
|
4312
4088
|
var TextFieldContainer = /*#__PURE__*/styled__default.div(_templateObject$o || (_templateObject$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4313
4089
|
var textStyles = /*#__PURE__*/styled.css(_templateObject2$g || (_templateObject2$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-weight: ", ";\n font-size: ", ";\n line-height: ", ";\n"])), function (_ref) {
|
|
4314
4090
|
var theme = _ref.theme;
|
|
@@ -4320,7 +4096,7 @@ var textStyles = /*#__PURE__*/styled.css(_templateObject2$g || (_templateObject2
|
|
|
4320
4096
|
var theme = _ref3.theme;
|
|
4321
4097
|
return theme.spacing[7];
|
|
4322
4098
|
});
|
|
4323
|
-
var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$
|
|
4099
|
+
var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$9 || (_templateObject3$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n width: ", ";\n height: 48px;\n padding: 0px 20px;\n\n border: 1px solid ", ";\n outline: none;\n\n ", "\n\n :disabled {\n background-color: ", ";\n border: 1px solid transparent;\n outline: none;\n }\n\n :focus {\n outline: ", "};\n }\n"])), textStyles, function (_ref4) {
|
|
4324
4100
|
var width = _ref4.width;
|
|
4325
4101
|
return width ? width + "px" : '196px';
|
|
4326
4102
|
}, function (_ref5) {
|
|
@@ -4341,14 +4117,14 @@ var Input$1 = /*#__PURE__*/styled__default.input(_templateObject3$8 || (_templat
|
|
|
4341
4117
|
if (darkMode) return "4px solid " + theme.colors.lemonChiffon;
|
|
4342
4118
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
4343
4119
|
});
|
|
4344
|
-
var TextLabel$2 = /*#__PURE__*/styled__default.p(_templateObject4$
|
|
4120
|
+
var TextLabel$2 = /*#__PURE__*/styled__default.p(_templateObject4$6 || (_templateObject4$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref9) {
|
|
4345
4121
|
var darkMode = _ref9.darkMode,
|
|
4346
4122
|
theme = _ref9.theme;
|
|
4347
4123
|
return darkMode ? theme.colors.white : theme.colors.black;
|
|
4348
4124
|
});
|
|
4349
|
-
var ErrorLabel$2 = /*#__PURE__*/styled__default.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (
|
|
4350
|
-
var darkMode =
|
|
4351
|
-
theme =
|
|
4125
|
+
var ErrorLabel$2 = /*#__PURE__*/styled__default.p(_templateObject5$3 || (_templateObject5$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n\n color: ", ";\n"])), textStyles, function (_ref0) {
|
|
4126
|
+
var darkMode = _ref0.darkMode,
|
|
4127
|
+
theme = _ref0.theme;
|
|
4352
4128
|
return darkMode ? theme.colors.white : theme.colors.error;
|
|
4353
4129
|
});
|
|
4354
4130
|
|
|
@@ -4422,7 +4198,7 @@ var TextLogoProduct;
|
|
|
4422
4198
|
TextLogoProduct["Cinema"] = "CINEMA";
|
|
4423
4199
|
})(TextLogoProduct || (TextLogoProduct = {}));
|
|
4424
4200
|
|
|
4425
|
-
var _templateObject$q, _templateObject2$i, _templateObject3$
|
|
4201
|
+
var _templateObject$q, _templateObject2$i, _templateObject3$a, _templateObject4$7;
|
|
4426
4202
|
var TickboxError = /*#__PURE__*/styled__default.div(_templateObject$q || (_templateObject$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-block: 20px;\n color: var(--base-color-", ");\n"])), function (_ref) {
|
|
4427
4203
|
var dark = _ref.dark;
|
|
4428
4204
|
return dark ? 'white' : 'errorstate';
|
|
@@ -4436,7 +4212,7 @@ var TickboxLabel$1 = /*#__PURE__*/styled__default.label(_templateObject2$i || (_
|
|
|
4436
4212
|
var disabled = _ref3.disabled;
|
|
4437
4213
|
return disabled ? 'not-allowed' : 'pointer';
|
|
4438
4214
|
}, devices.mobileAndTablet);
|
|
4439
|
-
var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$
|
|
4215
|
+
var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$a || (_templateObject3$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n height: 20px;\n width: 20px;\n padding: 3px;\n box-sizing: border-box;\n border: 1px solid\n var(\n --base-color-", "\n );\n background-color: var(--base-color-", ");\n outline: ", ";\n\n svg {\n display: none;\n }\n\n @media ", " {\n top: 0;\n }\n"])), function (_ref4) {
|
|
4440
4216
|
var dark = _ref4.dark,
|
|
4441
4217
|
disabled = _ref4.disabled,
|
|
4442
4218
|
error = _ref4.error;
|
|
@@ -4452,7 +4228,7 @@ var TickboxCheckmark = /*#__PURE__*/styled__default.span(_templateObject3$9 || (
|
|
|
4452
4228
|
dark = _ref6.dark;
|
|
4453
4229
|
return dark && error ? '1px solid var(--base-color-errorstate)' : 'none';
|
|
4454
4230
|
}, devices.mobile);
|
|
4455
|
-
var TickboxInput = /*#__PURE__*/styled__default.input(_templateObject4$
|
|
4231
|
+
var TickboxInput = /*#__PURE__*/styled__default.input(_templateObject4$7 || (_templateObject4$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n &:checked ~ ", " {\n background-color: var(\n --base-color-", "\n );\n & svg {\n display: block;\n path {\n fill: var(\n --base-color-", "\n );\n }\n }\n }\n"])), TickboxCheckmark, function (_ref7) {
|
|
4456
4232
|
var dark = _ref7.dark,
|
|
4457
4233
|
whiteBox = _ref7.whiteBox,
|
|
4458
4234
|
disabled = _ref7.disabled;
|
|
@@ -4544,7 +4320,7 @@ var Tickbox = function Tickbox(_ref) {
|
|
|
4544
4320
|
}, error))));
|
|
4545
4321
|
};
|
|
4546
4322
|
|
|
4547
|
-
var _templateObject$r, _templateObject2$j, _templateObject3$
|
|
4323
|
+
var _templateObject$r, _templateObject2$j, _templateObject3$b, _templateObject4$8, _templateObject5$4, _templateObject6$2;
|
|
4548
4324
|
var Container$2 = /*#__PURE__*/styled__default.div(_templateObject$r || (_templateObject$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
4549
4325
|
var Tickbox$1 = /*#__PURE__*/styled__default.div(_templateObject2$j || (_templateObject2$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 1px;\n left: 0;\n z-index: 1;\n box-sizing: border-box;\n width: 20px;\n height: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n border: ", ";\n background-color: ", ";\n color: ", ";\n"])), function (_ref) {
|
|
4550
4326
|
var error = _ref.error,
|
|
@@ -4569,7 +4345,7 @@ var Tickbox$1 = /*#__PURE__*/styled__default.div(_templateObject2$j || (_templat
|
|
|
4569
4345
|
if (blackBox) return 'var(--base-color-white)';
|
|
4570
4346
|
return ' var(--base-color-black)';
|
|
4571
4347
|
});
|
|
4572
|
-
var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$
|
|
4348
|
+
var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$b || (_templateObject3$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-left: 32px;\n input[type='checkbox'] {\n width: 1px;\n height: 1px;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n z-index: 0;\n &:checked + ", " {\n background-color: ", ";\n }\n &:focus + ", " {\n outline: ", ";\n }\n }\n"])), Tickbox$1, function (_ref4) {
|
|
4573
4349
|
var blackBox = _ref4.blackBox,
|
|
4574
4350
|
darkMode = _ref4.darkMode;
|
|
4575
4351
|
if (darkMode) return 'var(--base-color-white)';
|
|
@@ -4580,7 +4356,7 @@ var TickboxLabel$2 = /*#__PURE__*/styled__default.label(_templateObject3$a || (_
|
|
|
4580
4356
|
if (darkMode) return '4px solid var(--base-color-lemonchiffon)';
|
|
4581
4357
|
return '3px solid var(--base-color-lapislazuli)';
|
|
4582
4358
|
});
|
|
4583
|
-
var TickboxIcon = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4359
|
+
var TickboxIcon = /*#__PURE__*/styled__default.div(_templateObject4$8 || (_templateObject4$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n color: inherit;\n svg {\n font-size: 12px;\n width: 1em;\n height: 1em;\n fill: currentColor;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n input[type='checkbox']:checked + ", " & {\n display: block;\n }\n"])), Tickbox$1);
|
|
4584
4360
|
var TextLabel$3 = /*#__PURE__*/styled__default.div(_templateObject5$4 || (_templateObject5$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref6) {
|
|
4585
4361
|
var darkMode = _ref6.darkMode,
|
|
4586
4362
|
disabled = _ref6.disabled;
|
|
@@ -4655,7 +4431,7 @@ var Tickbox2Component = function Tickbox2Component(_ref, ref) {
|
|
|
4655
4431
|
};
|
|
4656
4432
|
var Tickbox2 = /*#__PURE__*/React.forwardRef(Tickbox2Component);
|
|
4657
4433
|
|
|
4658
|
-
var _templateObject$s, _templateObject2$k, _templateObject3$
|
|
4434
|
+
var _templateObject$s, _templateObject2$k, _templateObject3$c, _templateObject4$9, _templateObject5$5, _templateObject6$3, _templateObject7$1, _templateObject8;
|
|
4659
4435
|
var TimerWrapper = /*#__PURE__*/styled__default.div(_templateObject$s || (_templateObject$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-", ");\n"])), function (_ref) {
|
|
4660
4436
|
var color = _ref.color;
|
|
4661
4437
|
return color;
|
|
@@ -4664,8 +4440,8 @@ var Line = /*#__PURE__*/styled__default.div(_templateObject2$k || (_templateObje
|
|
|
4664
4440
|
var color = _ref2.color;
|
|
4665
4441
|
return color;
|
|
4666
4442
|
}, devices.mobileAndTablet);
|
|
4667
|
-
var TitleWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4668
|
-
var ValuesWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4443
|
+
var TitleWrapper = /*#__PURE__*/styled__default.div(_templateObject3$c || (_templateObject3$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 16px;\n\n @media ", " {\n margin-bottom: 8px;\n }\n"])), devices.mobileAndTablet);
|
|
4444
|
+
var ValuesWrapper = /*#__PURE__*/styled__default.div(_templateObject4$9 || (_templateObject4$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
4669
4445
|
var TimerLabel = /*#__PURE__*/styled__default.div(_templateObject5$5 || (_templateObject5$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 4px;\n"])));
|
|
4670
4446
|
var TimerValueSeparator = /*#__PURE__*/styled__default.div(_templateObject6$3 || (_templateObject6$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 20px;\n\n @media ", " {\n margin: 0 12px;\n }\n"])), devices.mobileAndTablet);
|
|
4671
4447
|
var TimerValueWrapper = /*#__PURE__*/styled__default.div(_templateObject7$1 || (_templateObject7$1 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
@@ -4779,17 +4555,17 @@ var TypeTags = function TypeTags(_ref) {
|
|
|
4779
4555
|
}));
|
|
4780
4556
|
};
|
|
4781
4557
|
|
|
4782
|
-
var _templateObject$u, _templateObject2$l, _templateObject3$
|
|
4558
|
+
var _templateObject$u, _templateObject2$l, _templateObject3$d, _templateObject4$a, _templateObject5$6, _templateObject6$4, _templateObject7$2, _templateObject8$1, _templateObject9, _templateObject0;
|
|
4783
4559
|
var VideoPlayButton = /*#__PURE__*/styled__default.button(_templateObject$u || (_templateObject$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 48px;\n height: 48px;\n border-radius: 50%;\n background-color: #fff;\n border: none;\n padding: 12px;\n cursor: pointer;\n"])));
|
|
4784
4560
|
var VideoFullscreenButton = /*#__PURE__*/styled__default.button(_templateObject2$l || (_templateObject2$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 56px;\n height: 36px;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n padding: 5px 14px;\n border: none;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n"])));
|
|
4785
|
-
var VideoControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4786
|
-
var VideoControlsInnerWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
4561
|
+
var VideoControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$d || (_templateObject3$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 0;\n width: 100%;\n"])));
|
|
4562
|
+
var VideoControlsInnerWrapper = /*#__PURE__*/styled__default.div(_templateObject4$a || (_templateObject4$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin: 0 40px 17px 30px;\n"])));
|
|
4787
4563
|
var LeftWrapper = /*#__PURE__*/styled__default.div(_templateObject5$6 || (_templateObject5$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"])));
|
|
4788
4564
|
var VideoVolume = /*#__PURE__*/styled__default.input(_templateObject6$4 || (_templateObject6$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100px;\n margin-left: 24px;\n"])));
|
|
4789
4565
|
var VideoMute = /*#__PURE__*/styled__default.button(_templateObject7$2 || (_templateObject7$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 17px;\n height: 17px;\n background: none;\n border: none;\n padding: 0;\n svg {\n width: 100%;\n height: 100%;\n }\n cursor: pointer;\n"])));
|
|
4790
4566
|
var thumbStyles = /*#__PURE__*/styled.css(_templateObject8$1 || (_templateObject8$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n -webkit-appearance: none;\n appearance: none;\n border: none;\n height: 8px;\n width: 8px;\n border-radius: 50%;\n background: #ffffff;\n border: none;\n transform: translateY(-25%);\n"])));
|
|
4791
4567
|
var trackStyles = /*#__PURE__*/styled.css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n cursor: pointer;\n height: 4px;\n background: rgb(241, 241, 241, 0.5);\n border-radius: 1.3px;\n border: none;\n"])));
|
|
4792
|
-
var VolumeControlsWrapper = /*#__PURE__*/styled__default.div(
|
|
4568
|
+
var VolumeControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject0 || (_templateObject0 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n margin: 0 12px;\n padding: 0;\n background-color: rgb(26, 26, 26, 0.6);\n border-radius: 5px;\n height: 36px;\n width: ", ";\n align-items: center;\n justify-content: center;\n cursor: pointer;\n\n /* Range slider overrides */\n input[type='range' i] {\n -webkit-appearance: none;\n appearance: none;\n width: 42px;\n margin: 0;\n margin-left: 7px;\n background: transparent; /* Otherwise white in Chrome */\n\n ::-webkit-slider-runnable-track {\n ", "\n }\n ::-moz-range-track {\n ", "\n }\n ::-ms-track {\n ", "\n }\n ::-ms-fill-lower {\n ", "\n }\n ::-ms-fill-upper {\n ", "\n }\n\n ::-webkit-slider-thumb {\n ", "\n }\n ::-moz-range-thumb {\n ", "\n }\n ::-ms-thumb {\n ", "\n }\n }\n"])), function (_ref) {
|
|
4793
4569
|
var volumeHidden = _ref.volumeHidden;
|
|
4794
4570
|
return volumeHidden ? '40px' : '100px';
|
|
4795
4571
|
}, trackStyles, trackStyles, trackStyles, trackStyles, trackStyles, thumbStyles, thumbStyles, thumbStyles);
|
|
@@ -4971,13 +4747,13 @@ var VideoControls = function VideoControls(_ref2) {
|
|
|
4971
4747
|
}))));
|
|
4972
4748
|
};
|
|
4973
4749
|
|
|
4974
|
-
var _templateObject$v, _templateObject2$m, _templateObject3$
|
|
4750
|
+
var _templateObject$v, _templateObject2$m, _templateObject3$e, _templateObject4$b, _templateObject5$7;
|
|
4975
4751
|
var StepperWrapper = /*#__PURE__*/styled__default.div(_templateObject$v || (_templateObject$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: left;\n align-items: left;\n"])));
|
|
4976
4752
|
var StepperError = /*#__PURE__*/styled__default.div(_templateObject2$m || (_templateObject2$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-", ");\n margin-block: 15px 0;\n\n * {\n margin: 0;\n }\n"])), function (_ref) {
|
|
4977
4753
|
var darkMode = _ref.darkMode;
|
|
4978
4754
|
return darkMode ? 'white' : 'errorstate';
|
|
4979
4755
|
});
|
|
4980
|
-
var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
4756
|
+
var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$e || (_templateObject3$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 154px;\n height: 48px;\n display: flex;\n flex-direction: row;\n align-items: center;\n border: 1px solid\n var(\n --base-color-", "\n );\n background-color: var(--base-color-", ");\n ", ";\n\n * {\n color: var(--base-color-", ");\n word-break: unset;\n user-select: none;\n }\n\n path {\n fill: var(--base-color-", ") !important;\n }\n\n & > * {\n width: 51px;\n }\n"])), function (_ref2) {
|
|
4981
4757
|
var darkMode = _ref2.darkMode,
|
|
4982
4758
|
disabled = _ref2.disabled,
|
|
4983
4759
|
error = _ref2.error;
|
|
@@ -4999,7 +4775,7 @@ var StepperBox = /*#__PURE__*/styled__default.div(_templateObject3$d || (_templa
|
|
|
4999
4775
|
var disabled = _ref6.disabled;
|
|
5000
4776
|
return disabled ? 'midgrey' : 'black';
|
|
5001
4777
|
});
|
|
5002
|
-
var StepperValue = /*#__PURE__*/styled__default.input(_templateObject4$
|
|
4778
|
+
var StepperValue = /*#__PURE__*/styled__default.input(_templateObject4$b || (_templateObject4$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 51px;\n border: 0;\n text-align: center;\n font-family: var(--font-family-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n background-color: transparent;\n cursor: ", ";\n"])), function (_ref7) {
|
|
5003
4779
|
var disabled = _ref7.disabled;
|
|
5004
4780
|
return disabled ? 'not-allowed' : 'text';
|
|
5005
4781
|
});
|
|
@@ -5280,7 +5056,7 @@ var SocialLinks = function SocialLinks(_ref) {
|
|
|
5280
5056
|
}));
|
|
5281
5057
|
};
|
|
5282
5058
|
|
|
5283
|
-
var _templateObject$x, _templateObject2$o, _templateObject3$
|
|
5059
|
+
var _templateObject$x, _templateObject2$o, _templateObject3$f, _templateObject4$c, _templateObject5$8, _templateObject6$5, _templateObject7$3, _templateObject8$2, _templateObject9$1, _templateObject0$1, _templateObject1, _templateObject10, _templateObject11, _templateObject12, _templateObject13;
|
|
5284
5060
|
var NavigationWrapper = /*#__PURE__*/styled__default.div(_templateObject$x || (_templateObject$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 4px;\n\n @media ", " {\n padding-top: 0px;\n }\n\n @media ", " {\n ", "\n }\n"])), devices.mobileAndTablet, devices.mobileAndTablet, function (_ref) {
|
|
5285
5061
|
var isMenuOpen = _ref.isMenuOpen;
|
|
5286
5062
|
return isMenuOpen && "\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: " + zIndexes.overlay + ";\n background-color: var(--color-base-white);\n overflow-y: auto;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n ";
|
|
@@ -5289,8 +5065,8 @@ var FullScreenContainer = /*#__PURE__*/styled__default.div(_templateObject2$o ||
|
|
|
5289
5065
|
var isMobile = _ref2.isMobile;
|
|
5290
5066
|
return isMobile ? zIndexes.overlay : zIndexes.searchOverlay;
|
|
5291
5067
|
}, devices.mobileAndTablet);
|
|
5292
|
-
var NavigationGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
5293
|
-
var SearchBackground = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5068
|
+
var NavigationGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$f || (_templateObject3$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n background-color: var(--color-base-white);\n height: 140px;\n justify-content: space-evenly;\n width: 100%;\n z-index: ", ";\n\n @media ", " {\n height: 60px;\n }\n"])), zIndexes.navigation, devices.mobileAndTablet);
|
|
5069
|
+
var SearchBackground = /*#__PURE__*/styled__default.div(_templateObject4$c || (_templateObject4$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n opacity: ", ";\n transform: ", ";\n transition:\n opacity 0.3s ease,\n transform 0.3s ease,\n visibility 0.3s ease;\n background-color: var(--color-base-white);\n height: 100px;\n border-top: 1px solid var(--color-base-light-grey);\n width: 100%;\n position: absolute;\n top: 140px;\n z-index: ", ";\n\n @media ", " {\n height: 86px;\n top: 144px;\n }\n"])), function (_ref3) {
|
|
5294
5070
|
var visible = _ref3.visible;
|
|
5295
5071
|
return visible ? 'visible' : 'hidden';
|
|
5296
5072
|
}, function (_ref4) {
|
|
@@ -5317,17 +5093,17 @@ var MobileMenuContainer = /*#__PURE__*/styled__default(Grid)(_templateObject7$3
|
|
|
5317
5093
|
});
|
|
5318
5094
|
var LogoContainer = /*#__PURE__*/styled__default.a(_templateObject8$2 || (_templateObject8$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n\n &&& .logoImg {\n height: 96px;\n width: 80px;\n }\n\n span > svg path,\n span > svg g path {\n fill: var(--color-primary-black);\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
5319
5095
|
var LogoContainerMobile = /*#__PURE__*/styled__default.div(_templateObject9$1 || (_templateObject9$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 16px;\n\n span > svg path {\n fill: var(--color-primary-black);\n }\n }\n"])), devices.mobileAndTablet);
|
|
5320
|
-
var MenuContainer = /*#__PURE__*/styled__default.div(
|
|
5321
|
-
var NavWrapper = /*#__PURE__*/styled__default.div(
|
|
5322
|
-
var NavContainer = /*#__PURE__*/styled__default.div(
|
|
5323
|
-
var NavContainerGridItem = /*#__PURE__*/styled__default(GridItem)(
|
|
5324
|
-
var NavTopContainer = /*#__PURE__*/styled__default.div(
|
|
5325
|
-
var NavTopContainerMobile = /*#__PURE__*/styled__default.div(
|
|
5096
|
+
var MenuContainer = /*#__PURE__*/styled__default.div(_templateObject0$1 || (_templateObject0$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n align-items: center;\n height: 140px;\n justify-content: space-evenly;\n width: 100%;\n\n @media ", " {\n flex-direction: row;\n justify-content: space-between;\n height: 60px;\n width 100%;\n }\n"])), devices.mobileAndTablet);
|
|
5097
|
+
var NavWrapper = /*#__PURE__*/styled__default.div(_templateObject1 || (_templateObject1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n width: 100%;\n gap: 32px;\n\n @media ", " {\n flex-direction: row;\n height: 60px;\n justify-content: flex-end;\n }\n"])), devices.mobileAndTablet);
|
|
5098
|
+
var NavContainer = /*#__PURE__*/styled__default.div(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: flex-end;\n flex-gap: 32px;\n width: fit-content;\n\n @media ", " {\n flex-gap: 0;\n height: auto;\n width: fit-content;\n margin-left: 20px;\n margin-right: 20px;\n }\n"])), devices.mobileAndTablet);
|
|
5099
|
+
var NavContainerGridItem = /*#__PURE__*/styled__default(GridItem)(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
5100
|
+
var NavTopContainer = /*#__PURE__*/styled__default.div(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
5101
|
+
var NavTopContainerMobile = /*#__PURE__*/styled__default.div(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n display: flex;\n width: fit-content;\n align-items: center;\n height: 10%;\n margin-left: 20px;\n padding-bottom: 36px;\n }\n"])), devices.mobileAndTablet);
|
|
5326
5102
|
|
|
5327
5103
|
var _templateObject$y;
|
|
5328
5104
|
var NavTopContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$y || (_templateObject$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 16px;\n justify-content: flex-end;\n height: 100%;\n\n @media ", " {\n column-gap: 20px;\n }\n"])), devices.mobile);
|
|
5329
5105
|
|
|
5330
|
-
var _templateObject$z, _templateObject2$p, _templateObject3$
|
|
5106
|
+
var _templateObject$z, _templateObject2$p, _templateObject3$g, _templateObject4$d, _templateObject5$9, _templateObject6$6;
|
|
5331
5107
|
var BasketContainer = /*#__PURE__*/styled__default.div(_templateObject$z || (_templateObject$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n cursor: pointer;\n padding-top: 3px;\n padding-bottom: 3px;\n\n & svg path {\n fill: var(--color-primary-black);\n }\n\n ", "\n\n :hover {\n border-bottom: 1px solid var(--color-primary-red);\n padding-bottom: 2px;\n && a {\n color: var(--color-primary-red);\n }\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n\n ", "\n"])), function (_ref) {
|
|
5332
5108
|
var selected = _ref.selected;
|
|
5333
5109
|
if (selected) {
|
|
@@ -5342,8 +5118,8 @@ var BasketContainer = /*#__PURE__*/styled__default.div(_templateObject$z || (_te
|
|
|
5342
5118
|
return '';
|
|
5343
5119
|
});
|
|
5344
5120
|
var SvgContainer = /*#__PURE__*/styled__default.div(_templateObject2$p || (_templateObject2$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n"])));
|
|
5345
|
-
var NumContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5346
|
-
var BasketInfo = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5121
|
+
var NumContainer = /*#__PURE__*/styled__default.div(_templateObject3$g || (_templateObject3$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n width: 12px;\n height: 12px;\n position: absolute;\n top: 8px;\n margin-left: 6px;\n"])));
|
|
5122
|
+
var BasketInfo = /*#__PURE__*/styled__default.div(_templateObject4$d || (_templateObject4$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n @media ", " {\n width: max-content;\n }\n"])), devices.mobileAndTablet);
|
|
5347
5123
|
var BasketNum = /*#__PURE__*/styled__default.span(_templateObject5$9 || (_templateObject5$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-base-white);\n font-size: 10px;\n font-family: var(--font-family-sans);\n"])));
|
|
5348
5124
|
var BasketText = /*#__PURE__*/styled__default.a(_templateObject6$6 || (_templateObject6$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n font-weight: var(--font-weight-navigation);\n color: var(--color-primary-black);\n margin-left: 6px;\n text-decoration: none;\n"])));
|
|
5349
5125
|
|
|
@@ -5757,7 +5533,7 @@ var NavTop = function NavTop(_ref) {
|
|
|
5757
5533
|
}));
|
|
5758
5534
|
};
|
|
5759
5535
|
|
|
5760
|
-
var _templateObject$B, _templateObject2$r, _templateObject3$
|
|
5536
|
+
var _templateObject$B, _templateObject2$r, _templateObject3$h, _templateObject4$e;
|
|
5761
5537
|
var TabsContainer = /*#__PURE__*/styled__default.div(_templateObject$B || (_templateObject$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n"])));
|
|
5762
5538
|
var ItemsContainer = /*#__PURE__*/styled__default.div(_templateObject2$r || (_templateObject2$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n flex-direction: row;\n column-gap: 32px;\n\n @media ", " {\n column-gap: 15px;\n }\n\n @media ", ", ", " {\n div:last-child > div {\n right: 1px;\n }\n }\n\n @media ", " {\n ", "\n }\n"])), devices.desktop, devices.desktop, devices.largeDesktop, devices.mobileAndTablet, function (props) {
|
|
5763
5539
|
if (props.showMenu) {
|
|
@@ -5765,8 +5541,8 @@ var ItemsContainer = /*#__PURE__*/styled__default.div(_templateObject2$r || (_te
|
|
|
5765
5541
|
}
|
|
5766
5542
|
return "display: none;";
|
|
5767
5543
|
});
|
|
5768
|
-
var MenuContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5769
|
-
var MenuItem = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5544
|
+
var MenuContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$h || (_templateObject3$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n width: 60px;\n\n & a {\n font-size: var(--harmonic-font-size-navigation);\n font-family: var(--font-family-sans);\n color: var(--color-primary-black);\n text-decoration: none;\n cursor: pointer;\n\n :hover {\n color: var(--color-primary-red);\n }\n }\n\n && svg path {\n fill: var(--color-primary-black);\n }\n\n :hover {\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n\n @media ", " {\n display: block;\n\n svg {\n width: 24px;\n height: 24px;\n margin-left: 40px;\n margin-top: -20px;\n }\n\n a {\n margin-left: 20px;\n }\n }\n"])), devices.mobileAndTablet);
|
|
5545
|
+
var MenuItem = /*#__PURE__*/styled__default.div(_templateObject4$e || (_templateObject4$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n a {\n margin-left: 0;\n }\n }\n"])), devices.mobileAndTablet);
|
|
5770
5546
|
|
|
5771
5547
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
|
5772
5548
|
var Tabs = function Tabs(_ref) {
|
|
@@ -5880,10 +5656,10 @@ var Tabs = function Tabs(_ref) {
|
|
|
5880
5656
|
}, "Menu"))))));
|
|
5881
5657
|
};
|
|
5882
5658
|
|
|
5883
|
-
var _templateObject$C, _templateObject2$s, _templateObject3$
|
|
5659
|
+
var _templateObject$C, _templateObject2$s, _templateObject3$i, _templateObject5$a, _templateObject6$7, _templateObject7$4;
|
|
5884
5660
|
var SearchBarContainer = /*#__PURE__*/styled__default.div(_templateObject$C || (_templateObject$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n column-gap: 64px;\n justify-content: space-between;\n align-items: center;\n height: 100%;\n background-color: transparent;\n\n @media ", " {\n column-gap: 12px;\n }\n"])), devices.mobile);
|
|
5885
5661
|
var SvgContainerSearch = /*#__PURE__*/styled__default.div(_templateObject2$s || (_templateObject2$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-xlarge-gap);\n height: var(--navigation-xlarge-gap);\n }\n"])));
|
|
5886
|
-
var SvgContainerClose = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
5662
|
+
var SvgContainerClose = /*#__PURE__*/styled__default.div(_templateObject3$i || (_templateObject3$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n\n :hover {\n cursor: pointer;\n && svg path {\n fill: var(--color-primary-red);\n }\n }\n"])));
|
|
5887
5663
|
var InputContainer = /*#__PURE__*/styled__default.div(_templateObject5$a || (_templateObject5$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: blue;\n width: 100%;\n\n input {\n font-size: var(--font-size-search);\n font-family: var(--font-family-serif);\n border: none;\n border-radius: 0;\n outline: none;\n outline-color: var(--color-base-white);\n height: 48px;\n box-sizing: border-box;\n width: 100%;\n -webkit-appearance: none;\n\n &.search-input {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n @media ", " {\n column-gap: 24px;\n }\n }\n"])), devices.mobile);
|
|
5888
5664
|
var TextLinkWrapper$1 = /*#__PURE__*/styled__default(TextLink)(_templateObject6$7 || (_templateObject6$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--color-primary-red);\n"])));
|
|
5889
5665
|
var SearchArrowContainer = /*#__PURE__*/styled__default.a(_templateObject7$4 || (_templateObject7$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-right: 8px;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n }\n"])));
|
|
@@ -6130,13 +5906,13 @@ var Navigation = function Navigation(_ref) {
|
|
|
6130
5906
|
})))))));
|
|
6131
5907
|
};
|
|
6132
5908
|
|
|
6133
|
-
var _templateObject$D, _templateObject2$t, _templateObject3$
|
|
5909
|
+
var _templateObject$D, _templateObject2$t, _templateObject3$j, _templateObject4$f, _templateObject5$b, _templateObject6$8, _templateObject7$5;
|
|
6134
5910
|
var FooterSection = /*#__PURE__*/styled__default.footer(_templateObject$D || (_templateObject$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--color-base-black);\n color: var(--color-base-white);\n padding: 44px 50px;\n\n @media ", " {\n padding: 40px 32px;\n }\n\n @media ", " {\n padding: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
6135
5911
|
var FooterContainer = /*#__PURE__*/styled__default.div(_templateObject2$t || (_templateObject2$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, 1fr);\n gap: 40px;\n max-width: 1140px;\n margin: 0 auto;\n\n @media ", " {\n gap: 24px;\n }\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 40px;\n }\n"])), devices.tablet, devices.mobile);
|
|
6136
|
-
var PolicyLinksSection = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6137
|
-
var SocialAndNewsletterSection = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
5912
|
+
var PolicyLinksSection = /*#__PURE__*/styled__default.div(_templateObject3$j || (_templateObject3$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n gap: 16px;\n\n @media ", " {\n gap: 20px;\n }\n\n @media ", " {\n gap: 12px;\n order: 2;\n }\n"])), devices.tablet, devices.mobile);
|
|
5913
|
+
var SocialAndNewsletterSection = /*#__PURE__*/styled__default.div(_templateObject4$f || (_templateObject4$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n gap: 20px;\n\n @media ", " {\n order: 1;\n gap: 40px;\n }\n"])), devices.mobile);
|
|
6138
5914
|
var SectionWrapper = /*#__PURE__*/styled__default.div(_templateObject5$b || (_templateObject5$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 20px;\n\n @media ", " {\n gap: 24px;\n }\n"])), devices.mobile);
|
|
6139
|
-
var LogoAndDescriptionSection = /*#__PURE__*/styled__default.div(_templateObject6$8 || (_templateObject6$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n img {\n
|
|
5915
|
+
var LogoAndDescriptionSection = /*#__PURE__*/styled__default.div(_templateObject6$8 || (_templateObject6$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: span 4;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n\n img {\n margin-bottom: 12px;\n }\n\n @media ", " {\n order: 3;\n gap: 24px;\n }\n"])), devices.mobile);
|
|
6140
5916
|
var TextLinkWrapper$2 = /*#__PURE__*/styled__default(TextLink)(_templateObject7$5 || (_templateObject7$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-sans);\n font-size: 17px;\n line-height: 24px;\n letter-spacing: 0.4px;\n color: var(--color-base-white);\n border-bottom: unset;\n text-decoration: underline;\n text-underline-offset: 6px;\n margin-bottom: 0;\n padding-bottom: 0;\n"])));
|
|
6141
5917
|
|
|
6142
5918
|
var _templateObject$E;
|
|
@@ -6158,7 +5934,7 @@ var PolicyLinks = function PolicyLinks(_ref) {
|
|
|
6158
5934
|
}));
|
|
6159
5935
|
};
|
|
6160
5936
|
|
|
6161
|
-
var
|
|
5937
|
+
var SPONSOR_IMAGE_SOURCE = 'https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/sponsorlogos/arts-council-england-invert.svg';
|
|
6162
5938
|
var Footer = function Footer(_ref) {
|
|
6163
5939
|
var data = _ref.data,
|
|
6164
5940
|
className = _ref.className;
|
|
@@ -6166,10 +5942,9 @@ var Footer = function Footer(_ref) {
|
|
|
6166
5942
|
newsletter = data.newsletter,
|
|
6167
5943
|
rawSocialMediaLinks = data.socialMediaLinks,
|
|
6168
5944
|
contact = data.contact,
|
|
6169
|
-
|
|
6170
|
-
artsDataRoh = _data$artsLogo.dataRoh,
|
|
6171
|
-
artsLogo = _objectWithoutPropertiesLoose(_data$artsLogo, _excluded$d),
|
|
5945
|
+
artsLogo = data.artsLogo,
|
|
6172
5946
|
additionalInfo = data.additionalInfo;
|
|
5947
|
+
var sponsorImageSource = data.sponsorImageSource || SPONSOR_IMAGE_SOURCE;
|
|
6173
5948
|
var _useViewport = useViewport(),
|
|
6174
5949
|
isMobile = _useViewport.isMobile;
|
|
6175
5950
|
return /*#__PURE__*/React__default.createElement(FooterSection, {
|
|
@@ -6198,13 +5973,14 @@ var Footer = function Footer(_ref) {
|
|
|
6198
5973
|
tabIndex: isMobile ? 3 : undefined
|
|
6199
5974
|
}, newsletter.link.title))), /*#__PURE__*/React__default.createElement(LogoAndDescriptionSection, null, /*#__PURE__*/React__default.createElement("div", {
|
|
6200
5975
|
"data-testid": "arts-logo"
|
|
6201
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
6202
|
-
|
|
6203
|
-
|
|
6204
|
-
|
|
5976
|
+
}, /*#__PURE__*/React__default.createElement(SponsorLogo, Object.assign({
|
|
5977
|
+
imageSource: sponsorImageSource,
|
|
5978
|
+
alt: "Arts Council England Sponsor",
|
|
5979
|
+
"data-testid": "sponsor-logo",
|
|
5980
|
+
target: "_blank"
|
|
6205
5981
|
}, artsLogo, {
|
|
6206
5982
|
"aria-label": "Sponsor Logo link"
|
|
6207
|
-
})
|
|
5983
|
+
}))), /*#__PURE__*/React__default.createElement("div", {
|
|
6208
5984
|
"data-testid": "additional-info"
|
|
6209
5985
|
}, /*#__PURE__*/React__default.createElement(BodyCopyHarmonic, {
|
|
6210
5986
|
size: isMobile ? 'medium' : 'small',
|
|
@@ -6212,15 +5988,15 @@ var Footer = function Footer(_ref) {
|
|
|
6212
5988
|
}, additionalInfo)))));
|
|
6213
5989
|
};
|
|
6214
5990
|
|
|
6215
|
-
var _templateObject$F, _templateObject2$u, _templateObject3$
|
|
5991
|
+
var _templateObject$F, _templateObject2$u, _templateObject3$k, _templateObject4$g, _templateObject5$c, _templateObject6$9;
|
|
6216
5992
|
var LIST_ITEM_GAP = 32;
|
|
6217
5993
|
var AnchorTabbarWrapper = /*#__PURE__*/styled__default.div(_templateObject$F || (_templateObject$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n width: 100%;\n top: 0;\n border-bottom: ", ";\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6218
5994
|
var bottomBorder = _ref.bottomBorder;
|
|
6219
5995
|
return bottomBorder ? '2px solid var(--base-color-light-grey)' : 'none';
|
|
6220
5996
|
}, zIndexes.anchor);
|
|
6221
5997
|
var TabsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject2$u || (_templateObject2$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--anchor-tabs-height);\n"])));
|
|
6222
|
-
var TabsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6223
|
-
var TabsList = /*#__PURE__*/styled__default.ul(_templateObject4$
|
|
5998
|
+
var TabsWrapper = /*#__PURE__*/styled__default.div(_templateObject3$k || (_templateObject3$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n"])));
|
|
5999
|
+
var TabsList = /*#__PURE__*/styled__default.ul(_templateObject4$g || (_templateObject4$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: ", ";\n display: flex;\n gap: ", "px;\n justify-content: ", ";\n align-items: center;\n list-style: none;\n padding: 0;\n margin: 0;\n height: var(--anchor-tabs-height);\n white-space: nowrap;\n overflow: scroll;\n scrollbar-width: none;\n ::-webkit-scrollbar {\n display: none;\n }\n scroll-behavior: smooth;\n\n @media ", " {\n background: linear-gradient(\n 135deg,\n rgba(255, 255, 255, 1) 0%,\n rgba(255, 255, 255, 0.48) 85%,\n rgba(235, 235, 235, 0.4) 99%,\n rgba(255, 255, 255, 0.39) 100%\n );\n }\n\n @media ", " {\n & {\n width: ", ";\n }\n }\n"])), function (_ref2) {
|
|
6224
6000
|
var tabsOverflow = _ref2.tabsOverflow;
|
|
6225
6001
|
return tabsOverflow ? 'calc(100% - 74px)' : '100%';
|
|
6226
6002
|
}, LIST_ITEM_GAP, function (_ref3) {
|
|
@@ -6237,7 +6013,7 @@ var ArrowsContainer = /*#__PURE__*/styled__default.div(_templateObject5$c || (_t
|
|
|
6237
6013
|
});
|
|
6238
6014
|
var ArrowWrapper = /*#__PURE__*/styled__default.div(_templateObject6$9 || (_templateObject6$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: flex-center;\n\n :hover {\n && svg path {\n fill: var(--base-color-primary);\n }\n }\n"])));
|
|
6239
6015
|
|
|
6240
|
-
var _excluded$
|
|
6016
|
+
var _excluded$d = ["id", "text"];
|
|
6241
6017
|
var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
6242
6018
|
var tabs = _ref.tabs,
|
|
6243
6019
|
onTabClick = _ref.onTabClick,
|
|
@@ -6430,7 +6206,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6430
6206
|
}, tabs.map(function (_ref4) {
|
|
6431
6207
|
var id = _ref4.id,
|
|
6432
6208
|
text = _ref4.text,
|
|
6433
|
-
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$
|
|
6209
|
+
rest = _objectWithoutPropertiesLoose(_ref4, _excluded$d);
|
|
6434
6210
|
return /*#__PURE__*/React__default.createElement("li", {
|
|
6435
6211
|
key: id
|
|
6436
6212
|
}, /*#__PURE__*/React__default.createElement(TabLink, Object.assign({
|
|
@@ -6456,17 +6232,17 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
|
|
|
6456
6232
|
}))) : null)) : null))));
|
|
6457
6233
|
};
|
|
6458
6234
|
|
|
6459
|
-
var _templateObject$G, _templateObject2$v, _templateObject3$
|
|
6235
|
+
var _templateObject$G, _templateObject2$v, _templateObject3$l, _templateObject4$h, _templateObject6$a, _templateObject7$6, _templateObject8$3, _templateObject9$2, _templateObject0$2;
|
|
6460
6236
|
var TitleCTAGridWrapper = /*#__PURE__*/styled__default.div(_templateObject$G || (_templateObject$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: ", ";\n top: -1px;\n background-color: var(--base-color-white);\n z-index: ", ";\n"])), function (_ref) {
|
|
6461
6237
|
var sticky = _ref.sticky;
|
|
6462
6238
|
return sticky ? 'sticky' : 'initial';
|
|
6463
6239
|
}, zIndexes.anchor);
|
|
6464
6240
|
var TitleCTAGrid = /*#__PURE__*/styled__default(Grid)(_templateObject2$v || (_templateObject2$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: solid 2px var(--base-color-light-grey);\n"])));
|
|
6465
|
-
var TitleCTAGridItem = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6241
|
+
var TitleCTAGridItem = /*#__PURE__*/styled__default.div(_templateObject3$l || (_templateObject3$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 2 / span 15;\n display: flex;\n align-items: center;\n flex-direction: ", ";\n gap: 40px;\n justify-content: space-between;\n\n @media ", " {\n & {\n grid-column: 2 / span 13;\n gap: 20px;\n }\n }\n\n @media ", " {\n & {\n grid-column: 2 / span 12;\n }\n }\n"])), function (_ref2) {
|
|
6466
6242
|
var title = _ref2.title;
|
|
6467
6243
|
return title ? 'row' : 'row-reverse';
|
|
6468
6244
|
}, devices.tablet, devices.mobile);
|
|
6469
|
-
var AnchorTitle = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
6245
|
+
var AnchorTitle = /*#__PURE__*/styled__default.div(_templateObject4$h || (_templateObject4$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n min-height: var(--button-height);\n\n h5 {\n padding: 0;\n margin: 0;\n }\n\n @media ", " {\n & {\n min-height: 50px;\n }\n }\n"])), devices.mobile);
|
|
6470
6246
|
var ButtonsDesktopWrapper = /*#__PURE__*/styled__default.div(_templateObject6$a || (_templateObject6$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n\n @media ", " {\n display: none;\n }\n\n a {\n width: max-content;\n }\n"])), devices.mobile);
|
|
6471
6247
|
var ButtonsMobileWrapper = /*#__PURE__*/styled__default.div(_templateObject7$6 || (_templateObject7$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n & {\n display: block;\n }\n }\n"])), devices.mobile);
|
|
6472
6248
|
var PrimaryButtonReverse = /*#__PURE__*/styled__default(PrimaryButton)(_templateObject8$3 || (_templateObject8$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n background-color: ", ";\n border-color: ", ";\n color: ", ";\n svg path {\n fill: ", ";\n }\n }\n"])), function (_ref3) {
|
|
@@ -6483,9 +6259,9 @@ var PrimaryButtonReverse = /*#__PURE__*/styled__default(PrimaryButton)(_template
|
|
|
6483
6259
|
return theme.colors.primaryButtonReverse;
|
|
6484
6260
|
});
|
|
6485
6261
|
var MessageWrapper = /*#__PURE__*/styled__default.div(_templateObject9$2 || (_templateObject9$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin-right: var(--grid-outer-margin);\n height: var(--button-height);\n\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n margin-right: var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
6486
|
-
var MessageWrapperMobile = /*#__PURE__*/styled__default.div(
|
|
6262
|
+
var MessageWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject0$2 || (_templateObject0$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h6 {\n margin: 0;\n padding: 0;\n }\n display: none;\n\n @media ", " {\n & {\n display: flex;\n align-items: center;\n margin-left: var(--grid-margin);\n padding: 12px 0;\n }\n }\n"])), devices.mobile);
|
|
6487
6263
|
|
|
6488
|
-
var _excluded$
|
|
6264
|
+
var _excluded$e = ["text"],
|
|
6489
6265
|
_excluded2$1 = ["text"];
|
|
6490
6266
|
var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
6491
6267
|
var title = _ref.title,
|
|
@@ -6495,7 +6271,7 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6495
6271
|
message = _ref.message;
|
|
6496
6272
|
var _ref2 = (links == null ? void 0 : links[0]) || {},
|
|
6497
6273
|
primaryButtonText = _ref2.text,
|
|
6498
|
-
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
6274
|
+
primaryButtonProps = _objectWithoutPropertiesLoose(_ref2, _excluded$e);
|
|
6499
6275
|
var _ref3 = (links == null ? void 0 : links[1]) || {},
|
|
6500
6276
|
secondaryButtonText = _ref3.text,
|
|
6501
6277
|
secondaryButtonProps = _objectWithoutPropertiesLoose(_ref3, _excluded2$1);
|
|
@@ -6516,13 +6292,13 @@ var TitleWithCTA = function TitleWithCTA(_ref) {
|
|
|
6516
6292
|
}, message))));
|
|
6517
6293
|
};
|
|
6518
6294
|
|
|
6519
|
-
var _templateObject$H, _templateObject2$w, _templateObject3$
|
|
6295
|
+
var _templateObject$H, _templateObject2$w, _templateObject3$m;
|
|
6520
6296
|
var UpsellBorderBox = /*#__PURE__*/styled__default.div(_templateObject$H || (_templateObject$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: solid 4px;\n border-color: ", ";\n padding: 80px;\n\n @media ", " {\n & {\n border-left: none;\n border-right: none;\n padding-top: 2.5em;\n padding-left: 0;\n padding-right: 0;\n padding-bottom: 2.5em;\n }\n }\n\n @media ", " {\n & {\n padding: 25px;\n padding-top: 2.5em;\n }\n }\n"])), function (_ref) {
|
|
6521
6297
|
var theme = _ref.theme;
|
|
6522
6298
|
return theme.colors.primary;
|
|
6523
6299
|
}, devices.mobile, devices.tablet);
|
|
6524
6300
|
var TitleContainer$1 = /*#__PURE__*/styled__default.div(_templateObject2$w || (_templateObject2$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n }\n"])), devices.mobile);
|
|
6525
|
-
var TextContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6301
|
+
var TextContainer = /*#__PURE__*/styled__default.div(_templateObject3$m || (_templateObject3$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 2.5em;\n div > :first-child {\n margin-top: 1.5em;\n }\n\n @media ", " {\n margin-top: 0;\n div > :first-child {\n margin-top: 0.5em;\n }\n }\n\n @media ", " {\n margin-left: 1.5em;\n margin-right: 1.5em;\n & {\n div > :first-child {\n margin-top: 1em;\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
6526
6302
|
|
|
6527
6303
|
var colors = {
|
|
6528
6304
|
core: '#C8102E',
|
|
@@ -7127,14 +6903,14 @@ var TextOnly = function TextOnly(_ref) {
|
|
|
7127
6903
|
ButtonType["Tertiary"] = "Tertiary";
|
|
7128
6904
|
})(exports.ButtonType || (exports.ButtonType = {}));
|
|
7129
6905
|
|
|
7130
|
-
var _templateObject$J, _templateObject2$x, _templateObject3$
|
|
6906
|
+
var _templateObject$J, _templateObject2$x, _templateObject3$n, _templateObject4$i, _templateObject5$d, _templateObject6$b, _templateObject7$7, _templateObject8$4;
|
|
7131
6907
|
var Wrapper$2 = /*#__PURE__*/styled__default.div(_templateObject$J || (_templateObject$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-light-grey);\n padding: 40px;\n\n display: block;\n position: relative;\n\n @media ", " {\n margin-top: 0;\n padding: 40px 20px;\n }\n"])), devices.tablet);
|
|
7132
6908
|
var PromoLabelWrapper = /*#__PURE__*/styled__default.div(_templateObject2$x || (_templateObject2$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-self: flex-end;\n height: 15px;\n"])));
|
|
7133
|
-
var PromoLabel = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
6909
|
+
var PromoLabel = /*#__PURE__*/styled__default.div(_templateObject3$n || (_templateObject3$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: ", ";\n color: ", ";\n padding: 6px 8px;\n width: fit-content;\n display: flex;\n justify-content: center;\n align-items: center;\n position: absolute;\n right: 20px;\n top: 0;\n width: auto;\n margin: auto;\n font-family: var(--font-family-header);\n font-feature-settings:\n 'tnum' on,\n 'lnum' on,\n 'liga' off,\n 'calt' off;\n font-size: var(--font-size-overline-2);\n line-height: 12px;\n text-align: center;\n letter-spacing: 1px;\n text-transform: uppercase;\n"])), function (_ref) {
|
|
7134
6910
|
var theme = _ref.theme;
|
|
7135
6911
|
return theme.colors.primary;
|
|
7136
6912
|
}, exports.Colors.White);
|
|
7137
|
-
var ButtonContainer = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
6913
|
+
var ButtonContainer = /*#__PURE__*/styled__default.div(_templateObject4$i || (_templateObject4$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 2em;\n width: fit-content;\n"])));
|
|
7138
6914
|
var TitleContainer$2 = /*#__PURE__*/styled__default.div(_templateObject5$d || (_templateObject5$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin-top: 0;\n margin-bottom: 0.5em;\n }\n"])));
|
|
7139
6915
|
var OfferTextWrapper = /*#__PURE__*/styled__default.div(_templateObject6$b || (_templateObject6$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin-bottom: 0.5em;\n }\n margin-bottom: 1em;\n"])));
|
|
7140
6916
|
var PriceRow = /*#__PURE__*/styled__default.div(_templateObject7$7 || (_templateObject7$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n gap: 6px 12px;\n padding: 5px 0 8px 0;\n"])));
|
|
@@ -7296,13 +7072,13 @@ var StickyBar = function StickyBar(_ref) {
|
|
|
7296
7072
|
}, children)));
|
|
7297
7073
|
};
|
|
7298
7074
|
|
|
7299
|
-
var _templateObject$M, _templateObject2$z, _templateObject3$
|
|
7075
|
+
var _templateObject$M, _templateObject2$z, _templateObject3$o, _templateObject4$j;
|
|
7300
7076
|
var InnerModal = /*#__PURE__*/styled__default.div(_templateObject$M || (_templateObject$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 62px;\n background-color: var(--base-color-white);\n z-index: ", ";\n position: relative;\n\n @media ", ", ", " {\n height: 100vh;\n padding: 62px 0 0;\n }\n"])), zIndexes.popup, devices.smallMobile, devices.mobile);
|
|
7301
7077
|
var CloseButton = /*#__PURE__*/styled__default.button(_templateObject2$z || (_templateObject2$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 0;\n right: 0;\n margin: 15px;\n height: 26px;\n width: 26px;\n padding: 0;\n background-color: transparent;\n border: none;\n cursor: pointer;\n @media ", " {\n margin: 25px;\n }\n @media ", ", ", " {\n margin: 30px;\n }\n"])), devices.tablet, devices.desktop, devices.largeDesktop);
|
|
7302
|
-
var ContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
7303
|
-
var Overlay = /*#__PURE__*/styled__default(Grid)(_templateObject4$
|
|
7078
|
+
var ContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$o || (_templateObject3$o = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
7079
|
+
var Overlay = /*#__PURE__*/styled__default(Grid)(_templateObject4$j || (_templateObject4$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100vh;\n align-content: center;\n background-color: rgba(0, 0, 0, 0.4);\n"])));
|
|
7304
7080
|
|
|
7305
|
-
var _excluded$
|
|
7081
|
+
var _excluded$f = ["isOpen", "setIsOpen", "children", "appElementId"];
|
|
7306
7082
|
var MAX_Z_INDEX = 9999999999;
|
|
7307
7083
|
if (Modal.defaultStyles.content) {
|
|
7308
7084
|
Modal.defaultStyles.content.position = 'static';
|
|
@@ -7376,7 +7152,7 @@ var ModalWindow = function ModalWindow(_ref) {
|
|
|
7376
7152
|
setIsOpen = _ref.setIsOpen,
|
|
7377
7153
|
children = _ref.children,
|
|
7378
7154
|
appElementId = _ref.appElementId,
|
|
7379
|
-
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7155
|
+
modalProps = _objectWithoutPropertiesLoose(_ref, _excluded$f);
|
|
7380
7156
|
var isMobile = useMobile();
|
|
7381
7157
|
var customStyles = {
|
|
7382
7158
|
overlay: {
|
|
@@ -7477,7 +7253,7 @@ var getImageSlideStyles = function getImageSlideStyles(imageHeight) {
|
|
|
7477
7253
|
return "height: calc(" + imageHeight + "px + var(--carousel-image-caption-height) + 12px);";
|
|
7478
7254
|
};
|
|
7479
7255
|
|
|
7480
|
-
var _templateObject$N, _templateObject2$A, _templateObject3$
|
|
7256
|
+
var _templateObject$N, _templateObject2$A, _templateObject3$p, _templateObject4$k, _templateObject5$e, _templateObject6$c, _templateObject7$8, _templateObject8$5;
|
|
7481
7257
|
var ImageCarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject$N || (_templateObject$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n @media ", " {\n ", "\n }}\n"])), function (_ref) {
|
|
7482
7258
|
var imagesHeightDesktop = _ref.imagesHeightDesktop;
|
|
7483
7259
|
return "& {\n .swipe-slide {\n height: fit-content;\n width: auto;\n margin-right: var(--grid-column-gap);\n\n > figure {\n margin: 0px;\n " + getImageSlideStyles(imagesHeightDesktop) + "\n }\n }\n }";
|
|
@@ -7490,8 +7266,8 @@ var CardsCarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject2$A |
|
|
|
7490
7266
|
isActive = _ref3.isActive;
|
|
7491
7267
|
return "\n & {\n .swipe-slide {\n " + getCardSlideDesktopStyles(type, isActive) + "\n }\n }\n\n @media " + devices.tablet + " {\n & {\n .swipe-slide {\n width: " + (type === exports.CarouselType.SmallCard ? '30%' : '40%') + ";\n }\n }\n }\n ";
|
|
7492
7268
|
}, devices.mobile, /*#__PURE__*/getCardSlideMobileStyles());
|
|
7493
|
-
var TitleButtonsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
7494
|
-
var CarouselInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7269
|
+
var TitleButtonsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$p || (_templateObject3$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 28px;\n\n @media ", " {\n padding-bottom: 0;\n }\n\n @media ", " {\n margin-bottom: 20px;\n }\n"])), devices.mobile, devices.mobile);
|
|
7270
|
+
var CarouselInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$k || (_templateObject4$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n user-select: text;\n"])));
|
|
7495
7271
|
var TitleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$e || (_templateObject5$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n"])), function (_ref4) {
|
|
7496
7272
|
var isDescriptionPresent = _ref4.isDescriptionPresent;
|
|
7497
7273
|
return isDescriptionPresent && 'margin: 20px 0';
|
|
@@ -7570,7 +7346,7 @@ var getMovedSlides = function getMovedSlides(delta, slideWidths) {
|
|
|
7570
7346
|
return movedSlides;
|
|
7571
7347
|
};
|
|
7572
7348
|
|
|
7573
|
-
var _excluded$
|
|
7349
|
+
var _excluded$g = ["children", "infinite", "onIndexChange", "slidesOffsetBefore", "slidesAriaHidden", "onActiveChange"];
|
|
7574
7350
|
var MAX_CLONES_NUMBER = 6;
|
|
7575
7351
|
var CLICK_DRAG_THRESHOLD = 10;
|
|
7576
7352
|
var getClonesCount = function getClonesCount(infinite, childrenLength) {
|
|
@@ -7595,7 +7371,7 @@ var Swipe = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
7595
7371
|
_ref$slidesAriaHidden = _ref.slidesAriaHidden,
|
|
7596
7372
|
slidesAriaHidden = _ref$slidesAriaHidden === void 0 ? false : _ref$slidesAriaHidden,
|
|
7597
7373
|
onActiveChange = _ref.onActiveChange,
|
|
7598
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7374
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
|
|
7599
7375
|
var containerRef = React.useRef(null);
|
|
7600
7376
|
var childRefs = React.useRef([]);
|
|
7601
7377
|
var startX = React.useRef(0);
|
|
@@ -7953,24 +7729,24 @@ var Carousel = function Carousel(_ref) {
|
|
|
7953
7729
|
}, children))));
|
|
7954
7730
|
};
|
|
7955
7731
|
|
|
7956
|
-
var _templateObject$P, _templateObject2$C, _templateObject3$
|
|
7732
|
+
var _templateObject$P, _templateObject2$C, _templateObject3$q, _templateObject4$l, _templateObject5$f, _templateObject6$d, _templateObject7$9, _templateObject8$6, _templateObject9$3, _templateObject0$3, _templateObject1$1, _templateObject10$1, _templateObject11$1, _templateObject12$1, _templateObject13$1, _templateObject14, _templateObject15;
|
|
7957
7733
|
var HighlightsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$P || (_templateObject$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n grid-template-rows: max-content minmax(0, 1fr);\n gap: 0 var(--grid-column-gap);\n background-color: var(--color-base-black);\n user-select: none;\n\n .highlight-carousel-text {\n color: var(--color-base-white);\n }\n\n @media ", " {\n & {\n grid-template-rows: min-content max-content max-content;\n }\n }\n"])), devices.mobile);
|
|
7958
7734
|
var CarouselTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject2$C || (_templateObject2$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 1 / 1 / 7;\n box-sizing: border-box;\n width: calc(100% + var(--grid-column-gap));\n padding-top: 40px;\n padding-left: 50px;\n padding-right: 36px;\n user-select: text;\n\n @media ", " {\n & {\n grid-area: 1 / 1 / 2 / 12;\n padding: 12px 0 12px var(--grid-margin);\n min-height: 64px;\n box-sizing: border-box;\n width: 100%;\n }\n }\n\n @media ", " {\n & {\n grid-area: 1 / 1 / 2 / 11;\n width: 100%;\n padding: 8px 0 8px 20px;\n min-height: 28px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7959
|
-
var HeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
7960
|
-
var InfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7735
|
+
var HeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$q || (_templateObject3$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
7736
|
+
var InfoWrapper = /*#__PURE__*/styled__default.div(_templateObject4$l || (_templateObject4$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 2 / 1 / 2 / 7;\n box-sizing: border-box;\n width: calc(100% + var(--grid-column-gap));\n align-self: center;\n padding: 36px 36px 36px 50px;\n\n @media ", " {\n & {\n grid-area: 2 / 1 / 2 / 7;\n padding: 0 12px 12px var(--grid-margin);\n }\n }\n\n @media ", " {\n & {\n grid-area: 3 / 1 / 4 / 15;\n width: 100%;\n padding: 0 20px;\n margin: 24px 0;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7961
7737
|
var InfoLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject5$f || (_templateObject5$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n width: 132px;\n height: 36px;\n\n @media ", " {\n & {\n margin-bottom: 16px;\n width: 102px;\n height: 28px;\n }\n }\n\n @media ", " {\n & {\n margin-bottom: 20px;\n width: 102px;\n height: 28px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7962
7738
|
var InfoTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject6$d || (_templateObject6$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: text;\n\n h1,\n h2,\n h3 {\n margin-bottom: 8px;\n }\n"])));
|
|
7963
7739
|
var InfoTextWrapper = /*#__PURE__*/styled__default.div(_templateObject7$9 || (_templateObject7$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n user-select: text;\n\n @media ", " {\n & {\n margin-top: 20px;\n }\n }\n"])), devices.mobileAndTablet);
|
|
7964
7740
|
var InfoLinkWrapper = /*#__PURE__*/styled__default.div(_templateObject8$6 || (_templateObject8$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n flex-direction: row;\n\n @media ", " {\n & {\n margin-top: 16px;\n }\n }\n\n @media ", " {\n & {\n margin-top: 20px;\n }\n display: flex;\n flex-direction: column;\n }\n"])), devices.tablet, devices.mobile);
|
|
7965
7741
|
var CarouselWrapper = /*#__PURE__*/styled__default.div(_templateObject9$3 || (_templateObject9$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n\n .swipe-slide {\n width: calc(100% - 50px - var(--rotator-button-width));\n -webkit-transform: translate3d(0, 0, 0);\n }\n\n @media ", " {\n & {\n grid-area: 2 / 7 / 3 / 15;\n\n .swipe-slide {\n width: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n }\n }\n }\n\n @media ", " {\n & {\n grid-area: 2 / 1 / 3 / 15;\n\n .swipe-slide {\n width: 100%;\n -webkit-transform: translate3d(0, 0, 0);\n }\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7966
|
-
var RotatorButtonsWrapper = /*#__PURE__*/styled__default.div(
|
|
7967
|
-
var RotatorButtonsWrapperMobile = /*#__PURE__*/styled__default.div(
|
|
7968
|
-
var HtmlBodyText = /*#__PURE__*/styled__default.p(
|
|
7969
|
-
var FirstButtonComponentWrapper = /*#__PURE__*/styled__default.div(
|
|
7970
|
-
var TimerWrapper$1 = /*#__PURE__*/styled__default.div(
|
|
7971
|
-
var AdditionalInfoWrapper = /*#__PURE__*/styled__default.div(
|
|
7972
|
-
var InfoSubtitleWrapper = /*#__PURE__*/styled__default.div(
|
|
7973
|
-
var VideoWithControlsWrapper = /*#__PURE__*/styled__default.div(
|
|
7742
|
+
var RotatorButtonsWrapper = /*#__PURE__*/styled__default.div(_templateObject0$3 || (_templateObject0$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n right: 50px;\n top: calc(50% - calc(var(--rotator-button-width) / 2));\n z-index: 2;\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), devices.mobileAndTablet);
|
|
7743
|
+
var RotatorButtonsWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject1$1 || (_templateObject1$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n @media ", " {\n div {\n background-color: var(--color-base-black);\n }\n svg path {\n fill: var(--color-base-white);\n }\n\n & {\n display: flex;\n grid-area: 1 / 12 / 2 / 14;\n align-self: center;\n justify-content: flex-end;\n }\n }\n\n @media ", " {\n div {\n background-color: var(--color-base-black);\n }\n svg path {\n fill: var(--color-base-white);\n }\n\n & {\n display: flex;\n grid-area: 1 / 11 / 2 / 14;\n align-self: center;\n justify-content: flex-end;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
7744
|
+
var HtmlBodyText = /*#__PURE__*/styled__default.p(_templateObject10$1 || (_templateObject10$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n"])));
|
|
7745
|
+
var FirstButtonComponentWrapper = /*#__PURE__*/styled__default.div(_templateObject11$1 || (_templateObject11$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 16px;\n\n @media ", " {\n & {\n display: flex;\n flex-direction: column;\n margin-right: 0;\n margin-bottom: 10px;\n }\n }\n"])), devices.mobile);
|
|
7746
|
+
var TimerWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject12$1 || (_templateObject12$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobileAndTablet);
|
|
7747
|
+
var AdditionalInfoWrapper = /*#__PURE__*/styled__default.div(_templateObject13$1 || (_templateObject13$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n\n @media ", " {\n margin-top: 16px;\n }\n"])), devices.mobileAndTablet);
|
|
7748
|
+
var InfoSubtitleWrapper = /*#__PURE__*/styled__default.div(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n"])));
|
|
7749
|
+
var VideoWithControlsWrapper = /*#__PURE__*/styled__default.div(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--color-base-black);\n width: 100%;\n height: 100%;\n\n .video-with-controls-container {\n height: 100%;\n }\n\n .video-controls-container {\n display: ", ";\n position: fixed;\n\n > div {\n margin: 0 40px 30px 40px;\n\n @media ", " {\n margin: 0 20px 20px 20px;\n }\n }\n }\n\n button#play {\n height: 48px;\n width: 48px;\n }\n"])), function (_ref) {
|
|
7974
7750
|
var isCurrentSlide = _ref.isCurrentSlide;
|
|
7975
7751
|
return isCurrentSlide ? 'block' : 'none';
|
|
7976
7752
|
}, devices.mobile);
|
|
@@ -7991,18 +7767,18 @@ var getBackgroundColor$1 = function getBackgroundColor(_ref2) {
|
|
|
7991
7767
|
var _templateObject$Q;
|
|
7992
7768
|
var AuxiliaryButtonWrapper = /*#__PURE__*/styled__default(Button)(_templateObject$Q || (_templateObject$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n height: 20px;\n border: none;\n padding: 0;\n color: ", ";\n width: fit-content;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n cursor: pointer;\n text-decoration: none;\n box-sizing: border-box;\n\n && span svg * {\n fill: ", ";\n }\n\n .auxiliaryButtonIcon {\n width: 12px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n"])), getBackgroundColor$1, getTextColor$3, getTextColor$3);
|
|
7993
7769
|
|
|
7994
|
-
var _excluded$
|
|
7770
|
+
var _excluded$h = ["children", "className"];
|
|
7995
7771
|
var AuxiliaryButton = function AuxiliaryButton(_ref) {
|
|
7996
7772
|
var children = _ref.children,
|
|
7997
7773
|
className = _ref.className,
|
|
7998
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
7774
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
|
|
7999
7775
|
return /*#__PURE__*/React__default.createElement(AuxiliaryButtonWrapper, Object.assign({}, props, {
|
|
8000
7776
|
iconClassName: "auxiliaryButtonIcon",
|
|
8001
7777
|
className: className
|
|
8002
7778
|
}), children);
|
|
8003
7779
|
};
|
|
8004
7780
|
|
|
8005
|
-
var _excluded$
|
|
7781
|
+
var _excluded$i = ["text"],
|
|
8006
7782
|
_excluded2$2 = ["text"];
|
|
8007
7783
|
var _buttonTypeToButton;
|
|
8008
7784
|
var buttonTypeToButton = (_buttonTypeToButton = {}, _buttonTypeToButton[exports.ButtonType.Primary] = PrimaryButton, _buttonTypeToButton[exports.ButtonType.Secondary] = SecondaryButton, _buttonTypeToButton[exports.ButtonType.Tertiary] = TertiaryButton, _buttonTypeToButton);
|
|
@@ -8013,7 +7789,7 @@ var Buttons = function Buttons(_ref) {
|
|
|
8013
7789
|
var _ref2 = firstButton || {},
|
|
8014
7790
|
_ref2$text = _ref2.text,
|
|
8015
7791
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8016
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
7792
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$i);
|
|
8017
7793
|
var secondButton = links == null ? void 0 : links[1];
|
|
8018
7794
|
var _ref3 = secondButton || {},
|
|
8019
7795
|
_ref3$text = _ref3.text,
|
|
@@ -8083,6 +7859,8 @@ var truncateReactNodeString = function truncateReactNodeString(node, resultLengt
|
|
|
8083
7859
|
return truncateHtmlString(nodeString, resultLength, addDots);
|
|
8084
7860
|
};
|
|
8085
7861
|
|
|
7862
|
+
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
7863
|
+
|
|
8086
7864
|
var InfoSection = function InfoSection(_ref) {
|
|
8087
7865
|
var logo = _ref.logo,
|
|
8088
7866
|
slide = _ref.slide,
|
|
@@ -8133,14 +7911,14 @@ var InfoSection = function InfoSection(_ref) {
|
|
|
8133
7911
|
}, additionalInfo)))));
|
|
8134
7912
|
};
|
|
8135
7913
|
|
|
8136
|
-
var _templateObject$R, _templateObject2$D, _templateObject3$
|
|
7914
|
+
var _templateObject$R, _templateObject2$D, _templateObject3$r, _templateObject4$m, _templateObject5$g, _templateObject6$e;
|
|
8137
7915
|
var AccordionContainer = /*#__PURE__*/styled__default.div(_templateObject$R || (_templateObject$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n div {\n overflow: hidden;\n }\n"])));
|
|
8138
7916
|
var LineContainer = /*#__PURE__*/styled__default.div(_templateObject2$D || (_templateObject2$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 2px;\n background-color: var(--base-color-light-grey);\n width: 100%;\n"])));
|
|
8139
|
-
var ChildrenContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
7917
|
+
var ChildrenContainer = /*#__PURE__*/styled__default.div(_templateObject3$r || (_templateObject3$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0px 20px 28px 20px;\n\n visibility: ", ";\n\n @media ", " {\n margin: 12px 0px 24px 0px;\n }\n \n @media print { \n visibility: visible;\n }\n}\n"])), function (_ref) {
|
|
8140
7918
|
var isVisible = _ref.isVisible;
|
|
8141
7919
|
return isVisible ? 'visible' : 'hidden';
|
|
8142
7920
|
}, devices.mobile);
|
|
8143
|
-
var TitleContainer$3 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
7921
|
+
var TitleContainer$3 = /*#__PURE__*/styled__default.div(_templateObject4$m || (_templateObject4$m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n\n && h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n div {\n margin: 21px 20px;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n @media ", " {\n margin: 12px 20px 12px 0px;\n }\n }\n\n && svg {\n width: var(--navigation-middle-gap);\n height: var(--navigation-middle-gap);\n margin-right: 20px;\n\n @media ", " {\n margin-right: 0px;\n }\n }\n\n :hover {\n cursor: pointer;\n }\n"])), devices.mobile, devices.mobile);
|
|
8144
7922
|
var ContentContainer = /*#__PURE__*/styled__default.div(_templateObject5$g || (_templateObject5$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n max-height: ", ";\n\n @media print {\n max-height: max-content;\n }\n\n & h1 {\n font-size: var(--font-size-header-4);\n font-family: var(--font-family-header);\n font-feature-settings: var(--font-feature-settings-header);\n font-weight: var(--font-weight-header-4);\n letter-spacing: var(--letter-spacing-header-4);\n line-height: var(--line-height-header-4);\n text-transform: var(--text-transform-header);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & h2 {\n font-size: var(--font-size-subtitle-1);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n white-space: break-spaces;\n overflow-wrap: break-word;\n }\n\n & em {\n font-family: var(--font-family-body-italics);\n }\n\n & u {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n }\n\n @media ", " {\n transition: 100% 0.2s ease;\n }\n"])), function (_ref2) {
|
|
8145
7923
|
var textHeight = _ref2.textHeight;
|
|
8146
7924
|
return textHeight;
|
|
@@ -8272,7 +8050,7 @@ var Accordions = function Accordions(_ref) {
|
|
|
8272
8050
|
}));
|
|
8273
8051
|
};
|
|
8274
8052
|
|
|
8275
|
-
var _templateObject$T, _templateObject2$E, _templateObject3$
|
|
8053
|
+
var _templateObject$T, _templateObject2$E, _templateObject3$s, _templateObject4$n, _templateObject5$h;
|
|
8276
8054
|
var AnnouncementBannerWrapper = /*#__PURE__*/styled__default.div(_templateObject$T || (_templateObject$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 28px 0;\n background-color: var(--announcement-banner-bg-color);\n color: var(--announcement-banner-color);\n\n @media ", " {\n padding: 20px 0;\n }\n"])), devices.mobile);
|
|
8277
8055
|
var SvgContainer$2 = /*#__PURE__*/styled__default.div(_templateObject2$E || (_templateObject2$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n cursor: ", ";\n\n ", "\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n\n path {\n fill: var(--announcement-banner-color);\n }\n }\n"])), function (_ref) {
|
|
8278
8056
|
var isClickable = _ref.isClickable;
|
|
@@ -8281,8 +8059,8 @@ var SvgContainer$2 = /*#__PURE__*/styled__default.div(_templateObject2$E || (_te
|
|
|
8281
8059
|
var isClickable = _ref2.isClickable;
|
|
8282
8060
|
return isClickable && "\n :hover:not(:active) {\n && svg path {\n fill: var(--announcement-banner-hover-color);\n }\n }\n :active {\n && svg path {\n fill: var(--announcement-banner-pressed-color);\n }\n }\n ";
|
|
8283
8061
|
});
|
|
8284
|
-
var ContentContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8285
|
-
var OverlineWrapper = /*#__PURE__*/styled__default(HarmonicOverline)(_templateObject4$
|
|
8062
|
+
var ContentContainer$1 = /*#__PURE__*/styled__default.div(_templateObject3$s || (_templateObject3$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.2s ease;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-sans);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--announcement-banner-color);\n a {\n color: var(--announcement-banner-color);\n text-decoration: underline;\n }\n\n * {\n margin-block-start: 0;\n margin-block-end: 0;\n margin-inline-start: 0;\n margin-inline-end: 0;\n }\n"])));
|
|
8063
|
+
var OverlineWrapper = /*#__PURE__*/styled__default(HarmonicOverline)(_templateObject4$n || (_templateObject4$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 4px;\n && {\n color: var(--announcement-banner-color);\n }\n"])));
|
|
8286
8064
|
var BannerContentWrapper = /*#__PURE__*/styled__default(GridItem)(_templateObject5$h || (_templateObject5$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n && {\n grid-column: 3 / span 10;\n }\n\n @media ", ", ", " {\n && {\n grid-column: 3 / span 12;\n }\n }\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.desktop, devices.largeDesktop, devices.mobile, function (_ref3) {
|
|
8287
8065
|
var variant = _ref3.variant;
|
|
8288
8066
|
return variant === BannerVariants['service-persistent'] ? '8px' : '0px';
|
|
@@ -8355,7 +8133,7 @@ var AnnouncementBanner = function AnnouncementBanner(_ref) {
|
|
|
8355
8133
|
}))))));
|
|
8356
8134
|
};
|
|
8357
8135
|
|
|
8358
|
-
var _templateObject$U, _templateObject2$F, _templateObject3$
|
|
8136
|
+
var _templateObject$U, _templateObject2$F, _templateObject3$t, _templateObject4$o, _templateObject5$i, _templateObject6$f, _templateObject7$a, _templateObject8$7, _templateObject9$4, _templateObject0$4, _templateObject1$2, _templateObject10$2, _templateObject11$2, _templateObject12$2;
|
|
8359
8137
|
var LENGTH_LARGE_TEXT = 28;
|
|
8360
8138
|
var LENGTH_SMALL_TEXT$1 = 19;
|
|
8361
8139
|
var LENGTH_TEXT_TABLET = 10;
|
|
@@ -8370,8 +8148,8 @@ var HoverContainer = /*#__PURE__*/styled__default.div(_templateObject2$F || (_te
|
|
|
8370
8148
|
var lineColor = _ref3.lineColor;
|
|
8371
8149
|
return lineColor ? "var(--color-" + lineColor + ")" : 'var(--color-primary-background)';
|
|
8372
8150
|
}, zIndexes.contentOverlay);
|
|
8373
|
-
var ProgressContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8374
|
-
var ContentContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8151
|
+
var ProgressContainer = /*#__PURE__*/styled__default.div(_templateObject3$t || (_templateObject3$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: -6px;\n"])));
|
|
8152
|
+
var ContentContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$o || (_templateObject4$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n margin-top: 24px;\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.mobile, function (_ref4) {
|
|
8375
8153
|
var fullWidth = _ref4.fullWidth;
|
|
8376
8154
|
return fullWidth ? '0' : '20px';
|
|
8377
8155
|
}, function (_ref5) {
|
|
@@ -8383,51 +8161,51 @@ var TitleContainerMobile = /*#__PURE__*/styled__default.div(_templateObject6$f |
|
|
|
8383
8161
|
var TextContainer$2 = /*#__PURE__*/styled__default.div(_templateObject7$a || (_templateObject7$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n white-space: break-spaces;\n overflow-wrap: break-word;\n"])));
|
|
8384
8162
|
var HighlightTextContainer = /*#__PURE__*/styled__default.div(_templateObject8$7 || (_templateObject8$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 24px;\n"])));
|
|
8385
8163
|
var SubtitleContainer = /*#__PURE__*/styled__default.span(_templateObject9$4 || (_templateObject9$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n overflow-wrap: break-word;\n"])));
|
|
8386
|
-
var LabelContainer = /*#__PURE__*/styled__default.div(
|
|
8164
|
+
var LabelContainer = /*#__PURE__*/styled__default.div(_templateObject0$4 || (_templateObject0$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n width: fit-content;\n height: 25px;\n\n @media ", " {\n margin-left: ", ";\n }\n"])), function (_ref6) {
|
|
8387
8165
|
var isVisible = _ref6.isVisible;
|
|
8388
8166
|
return isVisible ? "visible" : 'hidden';
|
|
8389
8167
|
}, devices.mobile, function (_ref7) {
|
|
8390
8168
|
var isGridCard = _ref7.isGridCard;
|
|
8391
8169
|
return isGridCard ? '20px' : '0';
|
|
8392
8170
|
});
|
|
8393
|
-
var ExtraActionsContainer = /*#__PURE__*/styled__default.div(
|
|
8171
|
+
var ExtraActionsContainer = /*#__PURE__*/styled__default.div(_templateObject1$2 || (_templateObject1$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 26px;\n\n @media ", " {\n margin-left: ", ";\n margin-right: ", ";\n }\n"])), devices.mobile, function (_ref8) {
|
|
8394
8172
|
var fullWidth = _ref8.fullWidth;
|
|
8395
8173
|
return fullWidth ? '0' : '20px';
|
|
8396
8174
|
}, function (_ref9) {
|
|
8397
8175
|
var fullWidth = _ref9.fullWidth;
|
|
8398
8176
|
return fullWidth ? '0' : '20px';
|
|
8399
8177
|
});
|
|
8400
|
-
var LabelElements = /*#__PURE__*/styled__default.div(
|
|
8401
|
-
var bgColor =
|
|
8178
|
+
var LabelElements = /*#__PURE__*/styled__default.div(_templateObject10$2 || (_templateObject10$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 26px;\n padding: 0 8px;\n background-color: ", ";\n"])), function (_ref0) {
|
|
8179
|
+
var bgColor = _ref0.bgColor;
|
|
8402
8180
|
return bgColor ? "var(--color-base-" + bgColor + ")" : 'var(--color-primary-background)';
|
|
8403
8181
|
});
|
|
8404
|
-
var LabelIconWrapper = /*#__PURE__*/styled__default.div(
|
|
8405
|
-
var getButtonsOpacity = function getButtonsOpacity(
|
|
8406
|
-
var onlyShowButtonsOnHover =
|
|
8182
|
+
var LabelIconWrapper = /*#__PURE__*/styled__default.div(_templateObject11$2 || (_templateObject11$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-left: 10px;\n\n svg {\n height: 24px;\n width: 24px;\n }\n"])));
|
|
8183
|
+
var getButtonsOpacity = function getButtonsOpacity(_ref1) {
|
|
8184
|
+
var onlyShowButtonsOnHover = _ref1.onlyShowButtonsOnHover;
|
|
8407
8185
|
return onlyShowButtonsOnHover ? 'opacity: 0;' : 'opacity: 1;';
|
|
8408
8186
|
};
|
|
8409
|
-
var getButtonsMinHeight = function getButtonsMinHeight(
|
|
8410
|
-
var onlyShowButtonsOnHover =
|
|
8187
|
+
var getButtonsMinHeight = function getButtonsMinHeight(_ref10) {
|
|
8188
|
+
var onlyShowButtonsOnHover = _ref10.onlyShowButtonsOnHover;
|
|
8411
8189
|
return onlyShowButtonsOnHover ? 'min-height: unset;' : 'min-height: 120px;';
|
|
8412
8190
|
};
|
|
8413
|
-
var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(
|
|
8414
|
-
var size =
|
|
8415
|
-
primaryButtonTextLength =
|
|
8416
|
-
tertiaryButtonTextLength =
|
|
8191
|
+
var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(_templateObject12$2 || (_templateObject12$2 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", ";\n display: flex;\n gap: 24px;\n margin-top: 24px;\n\n ", "\n\n @media ", " {\n ", ";\n margin-left: ", ";\n margin-right: ", ";\n opacity: 1 !important;\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n ", ";\n opacity: 1 !important;\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), getButtonsOpacity, function (_ref11) {
|
|
8192
|
+
var size = _ref11.size,
|
|
8193
|
+
primaryButtonTextLength = _ref11.primaryButtonTextLength,
|
|
8194
|
+
tertiaryButtonTextLength = _ref11.tertiaryButtonTextLength;
|
|
8417
8195
|
var isLinksLayoutColumn = size === 'small' ? primaryButtonTextLength >= LENGTH_SMALL_TEXT$1 || tertiaryButtonTextLength >= LENGTH_SMALL_TEXT$1 : primaryButtonTextLength >= LENGTH_LARGE_TEXT || tertiaryButtonTextLength >= LENGTH_LARGE_TEXT;
|
|
8418
8196
|
if (isLinksLayoutColumn) {
|
|
8419
8197
|
return "\n flex-direction: column;\n ";
|
|
8420
8198
|
}
|
|
8421
8199
|
return '';
|
|
8422
|
-
}, devices.mobile, getButtonsMinHeight, function (
|
|
8423
|
-
var fullWidth =
|
|
8200
|
+
}, devices.mobile, getButtonsMinHeight, function (_ref12) {
|
|
8201
|
+
var fullWidth = _ref12.fullWidth;
|
|
8424
8202
|
return fullWidth ? '0' : '20px';
|
|
8425
|
-
}, function (
|
|
8426
|
-
var fullWidth =
|
|
8203
|
+
}, function (_ref13) {
|
|
8204
|
+
var fullWidth = _ref13.fullWidth;
|
|
8427
8205
|
return fullWidth ? '0' : '20px';
|
|
8428
|
-
}, devices.tablet, getButtonsMinHeight, function (
|
|
8429
|
-
var primaryButtonTextLength =
|
|
8430
|
-
tertiaryButtonTextLength =
|
|
8206
|
+
}, devices.tablet, getButtonsMinHeight, function (_ref14) {
|
|
8207
|
+
var primaryButtonTextLength = _ref14.primaryButtonTextLength,
|
|
8208
|
+
tertiaryButtonTextLength = _ref14.tertiaryButtonTextLength;
|
|
8431
8209
|
var isLinksLayoutColumnTablet = primaryButtonTextLength >= LENGTH_TEXT_TABLET || tertiaryButtonTextLength >= LENGTH_TEXT_TABLET;
|
|
8432
8210
|
if (isLinksLayoutColumnTablet) {
|
|
8433
8211
|
return "\n flex-direction: column;\n ";
|
|
@@ -8435,7 +8213,7 @@ var ButtonsContainer$1 = /*#__PURE__*/styled__default.div(_templateObject14$2 ||
|
|
|
8435
8213
|
return '';
|
|
8436
8214
|
});
|
|
8437
8215
|
|
|
8438
|
-
var _excluded$
|
|
8216
|
+
var _excluded$j = ["text"],
|
|
8439
8217
|
_excluded2$3 = ["text"];
|
|
8440
8218
|
var _buttonTypeToButton$1;
|
|
8441
8219
|
var LENGTH_LARGE_TEXT$1 = 28;
|
|
@@ -8485,7 +8263,7 @@ var Card = function Card(_ref) {
|
|
|
8485
8263
|
var _ref2 = firstButton || {},
|
|
8486
8264
|
_ref2$text = _ref2.text,
|
|
8487
8265
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
8488
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8266
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$j);
|
|
8489
8267
|
var primaryButtonTextTruncate = size === 'small' ? truncate(firstButtonText, LENGTH_SMALL_TEXT$2) : truncate(firstButtonText, LENGTH_LARGE_TEXT$1);
|
|
8490
8268
|
var secondButton = links == null ? void 0 : links[1];
|
|
8491
8269
|
var _ref3 = secondButton || {},
|
|
@@ -8637,7 +8415,7 @@ var Cards = function Cards(_ref) {
|
|
|
8637
8415
|
}));
|
|
8638
8416
|
};
|
|
8639
8417
|
|
|
8640
|
-
var _templateObject$W, _templateObject2$H, _templateObject3$
|
|
8418
|
+
var _templateObject$W, _templateObject2$H, _templateObject3$u, _templateObject4$p, _templateObject5$j;
|
|
8641
8419
|
var ContentWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$W || (_templateObject$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > div {\n margin-bottom: 2px;\n\n &:first-child {\n margin-bottom: 4px;\n\n @media ", " {\n margin-bottom: 6px;\n }\n }\n }\n\n @media ", " {\n grid-column: 2 / span 12;\n }\n"])), devices.mobile, devices.mobileAndTablet);
|
|
8642
8420
|
var Wrapper$4 = /*#__PURE__*/styled__default.div(_templateObject2$H || (_templateObject2$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n ", "\n padding: 30px 0;\n\n @media ", " {\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n grid-template-rows: max-content;\n gap: var(--grid-column-gap);\n margin: 0;\n }\n"])), function (_ref) {
|
|
8643
8421
|
var hideBottomBorder = _ref.hideBottomBorder;
|
|
@@ -8646,8 +8424,8 @@ var Wrapper$4 = /*#__PURE__*/styled__default.div(_templateObject2$H || (_templat
|
|
|
8646
8424
|
var hideTopBorder = _ref2.hideTopBorder;
|
|
8647
8425
|
return "border-top: " + (hideTopBorder ? 'none' : '2px solid var(--base-color-mid-grey)') + ";";
|
|
8648
8426
|
}, devices.mobileAndTablet);
|
|
8649
|
-
var AddressWrapperDesktop = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8650
|
-
var AddressWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8427
|
+
var AddressWrapperDesktop = /*#__PURE__*/styled__default.div(_templateObject3$u || (_templateObject3$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n display: none;\n }\n"])), devices.mobile);
|
|
8428
|
+
var AddressWrapperMobile = /*#__PURE__*/styled__default.div(_templateObject4$p || (_templateObject4$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n\n & > div {\n margin-bottom: 2px;\n }\n\n @media ", " {\n display: block;\n }\n"])), devices.mobile);
|
|
8651
8429
|
var DetailsWrapper = /*#__PURE__*/styled__default.div(_templateObject5$j || (_templateObject5$j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n\n @media ", " {\n flex-direction: column;\n margin: 4px 0;\n }\n\n a {\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-decoration: underline;\n\n &:before {\n display: inline-block;\n content: '';\n background-color: var(--base-color-black);\n width: 1px;\n height: 18px;\n margin: 0 8px -4px;\n\n @media ", " {\n display: none;\n }\n }\n\n &:first-child:before {\n display: none;\n }\n }\n"])), devices.mobile, devices.mobile);
|
|
8652
8430
|
|
|
8653
8431
|
var divideAddressString = function divideAddressString(address) {
|
|
@@ -8705,13 +8483,13 @@ var ContactCard = function ContactCard(_ref) {
|
|
|
8705
8483
|
}, addressString)), /*#__PURE__*/React__default.createElement(AddressWrapperMobile, null, divideAddressString(addressString))))))));
|
|
8706
8484
|
};
|
|
8707
8485
|
|
|
8708
|
-
var _templateObject$X, _templateObject2$I, _templateObject3$
|
|
8486
|
+
var _templateObject$X, _templateObject2$I, _templateObject3$v, _templateObject4$q, _templateObject5$k, _templateObject6$g, _templateObject7$b;
|
|
8709
8487
|
var BodyTextRelative = /*#__PURE__*/styled__default(BodyText)(_templateObject$X || (_templateObject$X = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
8710
8488
|
var ContentSummaryWrapper = /*#__PURE__*/styled__default.article(_templateObject2$I || (_templateObject2$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n position: relative;\n justify-items: start;\n align-items: center;\n margin: 20px 0;\n gap: 24px;\n cursor: ", ";\n\n @media ", " {\n display: flex;\n flex-direction: column;\n gap: 24px;\n }\n"])), function (props) {
|
|
8711
8489
|
return props.clickable ? 'pointer' : 'default';
|
|
8712
8490
|
}, devices.mobile);
|
|
8713
|
-
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8714
|
-
var ContentSummaryTextWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8491
|
+
var ContentSummaryImageWrapper = /*#__PURE__*/styled__default.div(_templateObject3$v || (_templateObject3$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 0 0 33.3%;\n"])));
|
|
8492
|
+
var ContentSummaryTextWrapper = /*#__PURE__*/styled__default.div(_templateObject4$q || (_templateObject4$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: ", ";\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n gap: 22px;\n\n & > * {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n\n @media ", " {\n margin: 0 20px;\n gap: 12px;\n }\n\n & .content-summary-text-link {\n height: unset;\n }\n"])), function (props) {
|
|
8715
8493
|
return props.showImage ? 2 : '1 / span 4';
|
|
8716
8494
|
}, devices.mobile);
|
|
8717
8495
|
var ContentSummaryTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject5$k || (_templateObject5$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n & > * {\n margin: 0;\n }\n\n @media ", " {\n & > * {\n font-size: var(--font-size-header-5);\n font-weight: var(--font-weight-header-5);\n }\n }\n"])), devices.mobile);
|
|
@@ -8788,7 +8566,7 @@ var ContentSummary = function ContentSummary(_ref) {
|
|
|
8788
8566
|
}), link.text))));
|
|
8789
8567
|
};
|
|
8790
8568
|
|
|
8791
|
-
var _templateObject$Y, _templateObject2$J, _templateObject3$
|
|
8569
|
+
var _templateObject$Y, _templateObject2$J, _templateObject3$w, _templateObject4$r, _templateObject5$l;
|
|
8792
8570
|
var EditorialGrid = /*#__PURE__*/styled__default.div(_templateObject$Y || (_templateObject$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(12, minmax(0, 1fr));\n gap: var(--grid-column-gap);\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n display: grid;\n grid-template-columns: 100%;\n grid-template-rows: min-content 24px min-content;\n grid-template-areas:\n 'row1'\n '.'\n 'row2';\n }\n }\n"])), function (_ref) {
|
|
8793
8571
|
var imageToLeft = _ref.imageToLeft;
|
|
8794
8572
|
return imageToLeft ? "'left left left left left . right right right right right right'" : "'left left left left left left . right right right right right'";
|
|
@@ -8797,11 +8575,11 @@ var EditorialImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$J
|
|
|
8797
8575
|
var imageToLeft = _ref2.imageToLeft;
|
|
8798
8576
|
return imageToLeft ? 'left' : 'right';
|
|
8799
8577
|
}, devices.mobile);
|
|
8800
|
-
var EditorialTextWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8578
|
+
var EditorialTextWrapper = /*#__PURE__*/styled__default.div(_templateObject3$w || (_templateObject3$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n"])), function (_ref3) {
|
|
8801
8579
|
var imageToLeft = _ref3.imageToLeft;
|
|
8802
8580
|
return imageToLeft ? 'right' : 'left';
|
|
8803
8581
|
}, devices.mobile);
|
|
8804
|
-
var EditorialSubtitle = /*#__PURE__*/styled__default.span(_templateObject4$
|
|
8582
|
+
var EditorialSubtitle = /*#__PURE__*/styled__default.span(_templateObject4$r || (_templateObject4$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
8805
8583
|
var EditorialText = /*#__PURE__*/styled__default.div(_templateObject5$l || (_templateObject5$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n em {\n font-family: var(--font-family-body-italics);\n }\n"])));
|
|
8806
8584
|
|
|
8807
8585
|
var Editorial = function Editorial(_ref) {
|
|
@@ -8862,10 +8640,10 @@ var getBorderColor$1 = function getBorderColor(variant, colorValue) {
|
|
|
8862
8640
|
return variant === InformationCtaVariants.Primary || variant === InformationCtaVariants.Secondary || variant === undefined ? "border-color: " + colorValue + ";" : '';
|
|
8863
8641
|
};
|
|
8864
8642
|
|
|
8865
|
-
var _templateObject$Z, _templateObject2$K, _templateObject3$
|
|
8643
|
+
var _templateObject$Z, _templateObject2$K, _templateObject3$x, _templateObject4$s;
|
|
8866
8644
|
var InfoWrapper$1 = /*#__PURE__*/styled__default(Grid)(_templateObject$Z || (_templateObject$Z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 60px 0;\n color: var(--information-panel-color);\n background-color: var(--information-panel-bg-color);\n\n @media ", " {\n padding: 40px 0;\n }\n"])), devices.mobile);
|
|
8867
8645
|
var InfoTitle = /*#__PURE__*/styled__default('div')(_templateObject2$K || (_templateObject2$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n * {\n margin-block: 0;\n }\n"])));
|
|
8868
|
-
var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$
|
|
8646
|
+
var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$x || (_templateObject3$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n\n @media ", " {\n margin-top: 16px;\n }\n\n a {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n\n :hover:not(:active) {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n }\n\n :active {\n color: ", ";\n ", "\n ", "\n\n svg path {\n fill: ", ";\n }\n }\n }\n"])), devices.mobile, function (_ref) {
|
|
8869
8647
|
var variant = _ref.variant,
|
|
8870
8648
|
theme = _ref.theme;
|
|
8871
8649
|
return getTextColor$4(variant, theme, COLORS$4.background);
|
|
@@ -8897,18 +8675,18 @@ var InfoCTAWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$w || (
|
|
|
8897
8675
|
var variant = _ref9.variant,
|
|
8898
8676
|
theme = _ref9.theme;
|
|
8899
8677
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8900
|
-
}, function (
|
|
8901
|
-
var variant =
|
|
8678
|
+
}, function (_ref0) {
|
|
8679
|
+
var variant = _ref0.variant;
|
|
8902
8680
|
return getBackgroundColor$2(variant, COLORS$4.pressed);
|
|
8903
|
-
}, function (
|
|
8904
|
-
var variant =
|
|
8681
|
+
}, function (_ref1) {
|
|
8682
|
+
var variant = _ref1.variant;
|
|
8905
8683
|
return getBorderColor$1(variant, COLORS$4.pressed);
|
|
8906
|
-
}, function (
|
|
8907
|
-
var variant =
|
|
8908
|
-
theme =
|
|
8684
|
+
}, function (_ref10) {
|
|
8685
|
+
var variant = _ref10.variant,
|
|
8686
|
+
theme = _ref10.theme;
|
|
8909
8687
|
return getTextColor$4(variant, theme, COLORS$4.pressed);
|
|
8910
8688
|
});
|
|
8911
|
-
var InfoBodyWrapper = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject4$
|
|
8689
|
+
var InfoBodyWrapper = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject4$s || (_templateObject4$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--information-panel-color);\n\n a {\n text-decoration: underline;\n color: var(--information-panel-color);\n }\n\n @media ", " {\n padding-top: 4px;\n }\n"])), devices.mobile);
|
|
8912
8690
|
|
|
8913
8691
|
// Helper function for rendering buttons based on the variant
|
|
8914
8692
|
var renderButton = function renderButton(_ref) {
|
|
@@ -9032,7 +8810,7 @@ var Information = function Information(_ref) {
|
|
|
9032
8810
|
})))));
|
|
9033
8811
|
};
|
|
9034
8812
|
|
|
9035
|
-
var _templateObject$_, _templateObject2$L, _templateObject3$
|
|
8813
|
+
var _templateObject$_, _templateObject2$L, _templateObject3$y, _templateObject4$t, _templateObject5$m, _templateObject6$h, _templateObject7$c, _templateObject8$8;
|
|
9036
8814
|
var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$_ || (_templateObject$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 80px;\n background-color: ", ";\n color: var(--base-color-white);\n\n ", ";\n\n // remove spacing above/below for all semantic levels of the title\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n padding-bottom: 0;\n }\n"])), function (_ref) {
|
|
9037
8815
|
var theme = _ref.theme;
|
|
9038
8816
|
return theme.colors.primary;
|
|
@@ -9041,11 +8819,11 @@ var PageHeadingWrapper = /*#__PURE__*/styled__default.div(_templateObject$_ || (
|
|
|
9041
8819
|
return isPageHeadingWithoutTitle && "\n padding-bottom: 42px;\n ";
|
|
9042
8820
|
}, devices.mobile);
|
|
9043
8821
|
var PageHeadingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject2$L || (_templateObject2$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content;\n grid-template-areas:\n '. . title title title title title title title title title title . . logo .'\n '. . text text text text text text text text text button button button . .';\n\n @media ", " {\n & {\n grid-template-rows: 20px min-content min-content min-content 20px;\n grid-template-areas:\n '. . . . . . . . . . . . . .'\n '. title title title title title title title title title title logo logo .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .'\n '. . . . . . . . . . . . . .';\n }\n }\n\n @media ", " {\n & {\n grid-template-areas:\n '. title title title title title title title title title title logo logo .'\n '. text text text text text text text text text button button button .';\n }\n }\n"])), devices.mobile, devices.tablet);
|
|
9044
|
-
var TitleWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
8822
|
+
var TitleWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject3$y || (_templateObject3$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: title;\n margin-top: 80px;\n\n ", ";\n\n @media ", " {\n & {\n margin-top: 0;\n }\n }\n"])), function (_ref3) {
|
|
9045
8823
|
var isPageHeadingWithoutTitle = _ref3.isPageHeadingWithoutTitle;
|
|
9046
8824
|
return isPageHeadingWithoutTitle && "\n margin-top: 42px;\n ";
|
|
9047
8825
|
}, devices.mobile);
|
|
9048
|
-
var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8826
|
+
var ChildrenWrapper = /*#__PURE__*/styled__default.div(_templateObject4$t || (_templateObject4$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 20px;\n width: fit-content;\n height: 43px;\n\n ", ";\n\n @media ", " {\n & {\n height: 33px;\n margin-top: 10px;\n margin-bottom: 20px;\n }\n }\n"])), function (_ref4) {
|
|
9049
8827
|
var isPageHeadingWithoutTitle = _ref4.isPageHeadingWithoutTitle;
|
|
9050
8828
|
return isPageHeadingWithoutTitle && "\n margin: 10px 0;\n ";
|
|
9051
8829
|
}, devices.mobile);
|
|
@@ -9054,7 +8832,7 @@ var LogoWrapper = /*#__PURE__*/styled__default.div(_templateObject6$h || (_templ
|
|
|
9054
8832
|
var ButtonWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject7$c || (_templateObject7$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n justify-self: end;\n align-self: end;\n\n @media ", " {\n & {\n justify-self: center;\n align-self: center;\n width: 100%;\n margin-top: 16px;\n }\n }\n"])), devices.mobile);
|
|
9055
8833
|
var PageHeadingText = /*#__PURE__*/styled__default.div(_templateObject8$8 || (_templateObject8$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-family: var(--font-family-altHeader);\n text-transform: var(--text-transform-altHeader);\n word-break: var(--word-break-altHeader);\n"])));
|
|
9056
8834
|
|
|
9057
|
-
var _excluded$
|
|
8835
|
+
var _excluded$k = ["text"];
|
|
9058
8836
|
var PageHeading = function PageHeading(_ref) {
|
|
9059
8837
|
var title = _ref.title,
|
|
9060
8838
|
text = _ref.text,
|
|
@@ -9070,7 +8848,7 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
9070
8848
|
titleCharLimit = _ref$titleCharLimit === void 0 ? 40 : _ref$titleCharLimit;
|
|
9071
8849
|
var _ref2 = link || {},
|
|
9072
8850
|
linkText = _ref2.text,
|
|
9073
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8851
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$k);
|
|
9074
8852
|
var truncatedText = text == null ? void 0 : text.substring(0, copyCharLimit);
|
|
9075
8853
|
var truncatedTitle = title == null ? void 0 : title.substring(0, titleCharLimit);
|
|
9076
8854
|
var isTitleUnAvailable = !title;
|
|
@@ -9098,10 +8876,10 @@ var PageHeading = function PageHeading(_ref) {
|
|
|
9098
8876
|
}, /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, restLink), linkText))) : null));
|
|
9099
8877
|
};
|
|
9100
8878
|
|
|
9101
|
-
var _excluded$
|
|
8879
|
+
var _excluded$l = ["link"];
|
|
9102
8880
|
var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
9103
8881
|
var link = _ref.link,
|
|
9104
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8882
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$l);
|
|
9105
8883
|
var coreLink = link && _extends({}, link, {
|
|
9106
8884
|
color: ThemeColor['base-white'],
|
|
9107
8885
|
bgColor: ThemeColor['base-black']
|
|
@@ -9113,10 +8891,10 @@ var PageHeadingCore = function PageHeadingCore(_ref) {
|
|
|
9113
8891
|
})));
|
|
9114
8892
|
};
|
|
9115
8893
|
|
|
9116
|
-
var _excluded$
|
|
8894
|
+
var _excluded$m = ["link"];
|
|
9117
8895
|
var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
9118
8896
|
var link = _ref.link,
|
|
9119
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
8897
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$m);
|
|
9120
8898
|
var cinemaLink = link && _extends({}, link, {
|
|
9121
8899
|
color: ThemeColor['base-black'],
|
|
9122
8900
|
bgColor: ThemeColor['base-white']
|
|
@@ -9130,17 +8908,17 @@ var PageHeadingCinema = function PageHeadingCinema(_ref) {
|
|
|
9130
8908
|
})));
|
|
9131
8909
|
};
|
|
9132
8910
|
|
|
9133
|
-
var _templateObject$$, _templateObject2$M, _templateObject3$
|
|
8911
|
+
var _templateObject$$, _templateObject2$M, _templateObject3$z, _templateObject4$u, _templateObject5$n, _templateObject6$i, _templateObject7$d, _templateObject8$9;
|
|
9134
8912
|
var ImpactWrapper = /*#__PURE__*/styled__default.div(_templateObject$$ || (_templateObject$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n position: relative;\n display: flex;\n background: var(--base-color-black);\n\n @media ", " {\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n }\n"])), devices.mobile);
|
|
9135
8913
|
var ImpactHeaderImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$M || (_templateObject2$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n overflow: hidden;\n aspect-ratio: 16 / 9;\n @supports not (aspect-ratio: 16 / 9) {\n height: 56.25vw;\n }\n\n img {\n width: 100%;\n filter: brightness(0.7);\n opacity: 0.95;\n }\n\n @media ", " {\n height: fit-content;\n aspect-ratio: 1 / 1;\n @supports not (aspect-ratio: 1 / 1) {\n height: 100vw;\n }\n\n img {\n height: 100%;\n object-fit: cover;\n }\n }\n"])), devices.mobile);
|
|
9136
|
-
var ImpactGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$
|
|
9137
|
-
var SponsorWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8914
|
+
var ImpactGrid = /*#__PURE__*/styled__default(Grid)(_templateObject3$z || (_templateObject3$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n align-self: center;\n width: 100%;\n z-index: ", ";\n gap: 0 var(--grid-column-gap);\n grid-template-rows: min-content min-content min-content;\n grid-template-areas:\n '. . . . . logo logo logo logo logo logo . . . . .'\n '. . . text text text text text text text text text text . . .'\n '. . . button button button button button button button button button button . . .';\n\n @media ", " {\n & {\n height: 100%;\n grid-template-rows: 1fr max-content 1fr;\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. text text text text text text text text text text text text .'\n '. button button button button button button button button button button button button .';\n }\n }\n\n @media ", " {\n align-content: center;\n\n & {\n grid-template-areas:\n '. . . logo logo logo logo logo logo logo logo . . .'\n '. . text text text text text text text text text text . .'\n '. . button button button button button button button button button button . .';\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
8915
|
+
var SponsorWrapper = /*#__PURE__*/styled__default.div(_templateObject4$u || (_templateObject4$u = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
9138
8916
|
var LogoWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$n || (_templateObject5$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: logo;\n align-self: end;\n"])));
|
|
9139
8917
|
var TextWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject6$i || (_templateObject6$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: text;\n color: var(--base-color-white);\n text-align: center;\n margin-top: 40px;\n max-height: calc(2 * var(--line-height-header-3));\n overflow: hidden;\n\n h3 {\n margin: 0;\n padding: 0;\n }\n\n @media ", " {\n & {\n max-height: calc(4 * var(--line-height-header-3));\n }\n }\n\n @media ", " {\n & {\n margin-top: 12px;\n max-height: calc(4 * var(--line-height-header-3));\n }\n\n h3 {\n font-size: var(--font-size-header-3);\n letter-spacing: var(--letter-spacing-header-5);\n line-height: var(--line-height-header-5);\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
9140
8918
|
var ButtonWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject7$d || (_templateObject7$d = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: button;\n align-self: end;\n display: flex;\n justify-content: center;\n margin-top: 40px;\n\n @media ", " {\n & {\n margin-top: 0px;\n margin-bottom: 20px;\n }\n }\n"])), devices.mobile);
|
|
9141
8919
|
var ScrollDownWrapper = /*#__PURE__*/styled__default.div(_templateObject8$9 || (_templateObject8$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n bottom: 20px;\n left: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n\n @media ", " {\n & {\n display: none;\n }\n }\n"])), zIndexes.contentOverlay, devices.mobile, devices.tablet);
|
|
9142
8920
|
|
|
9143
|
-
var _excluded$
|
|
8921
|
+
var _excluded$n = ["text"];
|
|
9144
8922
|
var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
9145
8923
|
var children = _ref.children,
|
|
9146
8924
|
text = _ref.text,
|
|
@@ -9158,7 +8936,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9158
8936
|
var truncatedText = text == null ? void 0 : text.substring(0, 75);
|
|
9159
8937
|
var _ref2 = link || {},
|
|
9160
8938
|
linkText = _ref2.text,
|
|
9161
|
-
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
8939
|
+
restLink = _objectWithoutPropertiesLoose(_ref2, _excluded$n);
|
|
9162
8940
|
return /*#__PURE__*/React__default.createElement(ImpactWrapper, {
|
|
9163
8941
|
bgUrlDesktop: bgUrlDesktop,
|
|
9164
8942
|
bgUrlDevice: bgUrlDevice,
|
|
@@ -9167,9 +8945,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9167
8945
|
"data-testid": "impact-sponsor"
|
|
9168
8946
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9169
8947
|
"data-testid": "impact-custom-sponsor"
|
|
9170
|
-
}, customSponsorImage, {
|
|
9171
|
-
isCustomImage: true
|
|
9172
|
-
}))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
8948
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(ImpactHeaderImageWrapper, null, /*#__PURE__*/React__default.createElement("picture", {
|
|
9173
8949
|
"data-testid": "impact-picture"
|
|
9174
8950
|
}, bgUrlDevice && (/*#__PURE__*/React__default.createElement("source", {
|
|
9175
8951
|
srcSet: bgUrlDevice,
|
|
@@ -9203,7 +8979,7 @@ var PageHeadingImpact = function PageHeadingImpact(_ref) {
|
|
|
9203
8979
|
}, "Scroll Down"))) : null);
|
|
9204
8980
|
};
|
|
9205
8981
|
|
|
9206
|
-
var _templateObject$10, _templateObject2$N, _templateObject3$
|
|
8982
|
+
var _templateObject$10, _templateObject2$N, _templateObject3$A, _templateObject4$v, _templateObject5$o;
|
|
9207
8983
|
var PanelGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$10 || (_templateObject$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n\n ", "\n\n @media ", " {\n grid-template-rows: 48px max-content max-content;\n }\n"])), function (_ref) {
|
|
9208
8984
|
var color = _ref.color;
|
|
9209
8985
|
return "\n background-color: " + (color ? "var(--base-color-" + color + ")" : 'var(--base-color-core)') + ";\n color: " + (color === exports.Colors.White ? 'var(--base-color-black)' : 'var(--base-color-white)') + ";\n ";
|
|
@@ -9215,8 +8991,8 @@ var LeftPanel = /*#__PURE__*/styled__default.div(_templateObject2$N || (_templat
|
|
|
9215
8991
|
var hasImage = _ref3.hasImage;
|
|
9216
8992
|
return hasImage ? '3 / 1 / 4 / 15' : '1 / 1 / 3 / 15';
|
|
9217
8993
|
});
|
|
9218
|
-
var RightPanel = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9219
|
-
var InfoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
8994
|
+
var RightPanel = /*#__PURE__*/styled__default.div(_templateObject3$A || (_templateObject3$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: 1 / 7 / 3 / 17;\n position: relative;\n height: 100%;\n width: 100%;\n background-color: var(--base-color-black);\n\n @media ", " {\n grid-area: 2 / 1 / 3 / 15;\n }\n"])), devices.mobileAndTablet);
|
|
8995
|
+
var InfoWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject4$v || (_templateObject4$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 36px;\n max-height: 33vw;\n overflow: hidden;\n\n :first-child * {\n margin-block-start: 0;\n }\n\n @media ", " {\n margin: 36px 20px;\n max-height: unset;\n }\n"])), devices.mobileAndTablet);
|
|
9220
8996
|
var ScrollDownWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject5$o || (_templateObject5$o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0 0 25px 36px;\n\n @keyframes UpDown {\n 0%,\n 100% {\n transform: translateY(0);\n }\n 50% {\n transform: translateY(8px);\n }\n }\n\n a {\n font-size: var(--font-size-overline-1);\n font-weight: var(--font-weight-overline-1);\n letter-spacing: var(--letter-spacing-overline-1);\n border: none;\n padding: 0;\n\n :hover {\n border: none;\n\n > span {\n animation: UpDown 1500ms linear infinite;\n }\n }\n }\n\n @media ", " {\n display: none;\n }\n"])), devices.mobileAndTablet);
|
|
9221
8997
|
|
|
9222
8998
|
var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
@@ -9250,10 +9026,10 @@ var PageHeadingPanel = function PageHeadingPanel(_ref) {
|
|
|
9250
9026
|
var _templateObject$11;
|
|
9251
9027
|
var StreamWrapper = /*#__PURE__*/styled__default.div(_templateObject$11 || (_templateObject$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2::selection,\n div::selection {\n color: #1866dc;\n background-color: #fff;\n }\n"])));
|
|
9252
9028
|
|
|
9253
|
-
var _excluded$
|
|
9029
|
+
var _excluded$o = ["link"];
|
|
9254
9030
|
var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
9255
9031
|
var link = _ref.link,
|
|
9256
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
9032
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$o);
|
|
9257
9033
|
var streamLink = link && _extends({}, link, {
|
|
9258
9034
|
color: ThemeColor['base-black'],
|
|
9259
9035
|
bgColor: ThemeColor['base-white']
|
|
@@ -9267,11 +9043,11 @@ var PageHeadingStream = function PageHeadingStream(_ref) {
|
|
|
9267
9043
|
}))));
|
|
9268
9044
|
};
|
|
9269
9045
|
|
|
9270
|
-
var _templateObject$12, _templateObject2$O, _templateObject3$
|
|
9046
|
+
var _templateObject$12, _templateObject2$O, _templateObject3$B, _templateObject4$w, _templateObject5$p, _templateObject6$j, _templateObject7$e, _templateObject8$a, _templateObject9$5, _templateObject0$5, _templateObject1$3;
|
|
9271
9047
|
var Wrapper$5 = /*#__PURE__*/styled__default.section(_templateObject$12 || (_templateObject$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
9272
9048
|
var ImageWrapper = /*#__PURE__*/styled__default.div(_templateObject2$O || (_templateObject2$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n\n picture,\n img {\n width: 100%;\n height: 100%;\n }\n"])));
|
|
9273
|
-
var SponsorWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9274
|
-
var ImageButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9049
|
+
var SponsorWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$B || (_templateObject3$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n top: 20px;\n right: var(--grid-outer-margin);\n width: fit-content;\n z-index: ", ";\n\n @media ", " {\n & {\n right: var(--grid-margin);\n }\n }\n"])), zIndexes.sponsorship, devices.mobileAndTablet);
|
|
9050
|
+
var ImageButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject4$w || (_templateObject4$w = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n right: var(--grid-outer-margin);\n bottom: 20px;\n z-index: 10;\n\n @media ", " {\n right: var(--grid-margin);\n bottom: 10px;\n }\n"])), devices.tablet);
|
|
9275
9051
|
var ContentSection = /*#__PURE__*/styled__default.div(_templateObject5$p || (_templateObject5$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--heading-promo-bg-color);\n border-bottom: ", ";\n display: ", ";\n\n @media ", " {\n padding: 12px 0 20px;\n }\n"])), function (_ref) {
|
|
9276
9052
|
var theme = _ref.theme;
|
|
9277
9053
|
return theme == exports.ThemeType.Cinema ? '2px solid var(--color-base-light-grey)' : 'none';
|
|
@@ -9289,14 +9065,14 @@ var MainButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject8$a || (
|
|
|
9289
9065
|
return isAdditionalButtonPresent ? '20px' : '0';
|
|
9290
9066
|
});
|
|
9291
9067
|
var AdditionalButtonWrapper = /*#__PURE__*/styled__default.div(_templateObject9$5 || (_templateObject9$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n @media ", " {\n width: 100%;\n display: flex;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9292
|
-
var TitleWrapper$3 = /*#__PURE__*/styled__default.div(
|
|
9068
|
+
var TitleWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject0$5 || (_templateObject0$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: center;\n padding: 10px 0;\n\n h1,\n h2,\n h3 {\n color: ", ";\n }\n\n @media ", " {\n padding: 0;\n order: 2;\n margin-bottom: ", ";\n }\n"])), function (_ref5) {
|
|
9293
9069
|
var theme = _ref5.theme;
|
|
9294
9070
|
return theme == exports.ThemeType.Cinema ? 'var(--color-base-black)' : 'var(--color-base-white)';
|
|
9295
9071
|
}, devices.mobile, function (_ref6) {
|
|
9296
9072
|
var isButtonPresent = _ref6.isButtonPresent;
|
|
9297
9073
|
return isButtonPresent ? '20px' : '0';
|
|
9298
9074
|
});
|
|
9299
|
-
var ContentWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
9075
|
+
var ContentWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject1$3 || (_templateObject1$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n min-height: 70px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n\n @media ", " {\n min-height: auto;\n flex-direction: column;\n justify-content: start;\n }\n"])), devices.mobile);
|
|
9300
9076
|
|
|
9301
9077
|
var PageHeadingPromoBadge;
|
|
9302
9078
|
(function (PageHeadingPromoBadge) {
|
|
@@ -9453,7 +9229,13 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9453
9229
|
theme: theme,
|
|
9454
9230
|
link: mainLink,
|
|
9455
9231
|
isMobile: isMobile
|
|
9456
|
-
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null,
|
|
9232
|
+
}))))), isMobile && (/*#__PURE__*/React__default.createElement(React__default.Fragment, null, badge && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9233
|
+
isBadgePresent: !!badge
|
|
9234
|
+
}, /*#__PURE__*/React__default.createElement(Badge, {
|
|
9235
|
+
theme: theme,
|
|
9236
|
+
badge: badge,
|
|
9237
|
+
isMobile: isMobile
|
|
9238
|
+
}))), title && (/*#__PURE__*/React__default.createElement(TitleWrapper$3, {
|
|
9457
9239
|
theme: theme,
|
|
9458
9240
|
isButtonPresent: !!mainLink || !!additionalLink
|
|
9459
9241
|
}, /*#__PURE__*/React__default.createElement(HarmonicHeader, {
|
|
@@ -9465,22 +9247,18 @@ var PageHeadingPromo = function PageHeadingPromo(_ref) {
|
|
|
9465
9247
|
theme: theme,
|
|
9466
9248
|
link: mainLink,
|
|
9467
9249
|
isMobile: isMobile
|
|
9468
|
-
}))),
|
|
9250
|
+
}))), !badge && additionalLink && (/*#__PURE__*/React__default.createElement(AdditionalContentWrapper, {
|
|
9469
9251
|
isBadgePresent: !!badge
|
|
9470
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
9471
|
-
theme: theme,
|
|
9472
|
-
badge: badge,
|
|
9473
|
-
isMobile: isMobile
|
|
9474
|
-
}), !badge && (/*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9252
|
+
}, /*#__PURE__*/React__default.createElement(AdditionalButtonWrapper, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
9475
9253
|
theme: theme,
|
|
9476
9254
|
link: additionalLink
|
|
9477
|
-
})))))))))))
|
|
9255
|
+
})))))))))));
|
|
9478
9256
|
};
|
|
9479
9257
|
|
|
9480
|
-
var _templateObject$13, _templateObject2$P, _templateObject3$
|
|
9258
|
+
var _templateObject$13, _templateObject2$P, _templateObject3$C, _templateObject5$q, _templateObject6$k, _templateObject7$f, _templateObject8$b, _templateObject9$6, _templateObject0$6;
|
|
9481
9259
|
var BrandingTextBlock = /*#__PURE__*/styled__default.div(_templateObject$13 || (_templateObject$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-body-2);\n font-family: var(--font-family-header);\n text-transform: uppercase;\n margin: 0;\n white-space: nowrap;\n @media screen and (max-width: 920px) {\n white-space: normal;\n }\n @media ", " {\n white-space: nowrap;\n }\n"])), devices.mobile);
|
|
9482
9260
|
var BrandingTextBody = /*#__PURE__*/styled__default.div(_templateObject2$P || (_templateObject2$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-size: var(--font-size-heading-6);\n line-height: var(--line-height-heading-6);\n"])));
|
|
9483
|
-
var ComapctHeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9261
|
+
var ComapctHeaderWrapper = /*#__PURE__*/styled__default.div(_templateObject3$C || (_templateObject3$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n display: block;\n"])));
|
|
9484
9262
|
var CompactHeaderAssetWrapper = /*#__PURE__*/styled__default.div(_templateObject5$q || (_templateObject5$q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 37.5vw;\n width: 100%;\n position: relative;\n overflow: hidden;\n background-color: #000;\n img {\n position: relative;\n height: 100%;\n width: 100%;\n object-fit: cover;\n }\n video {\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n object-fit: contain;\n @media ", " {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n margin: auto;\n height: auto;\n max-height: 100vh;\n width: 100%;\n object-fit: contain;\n }\n }\n @media ", " {\n height: 85vw;\n max-height: 100vh;\n }\n"])), devices.mobile, devices.mobile);
|
|
9485
9263
|
var CompactHeaderCopyWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject6$k || (_templateObject6$k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n height: 160px;\n grid-template-rows: min-content min-content;\n grid-template-rows: min-content min-content;\n grid-template-columns: [logo] 1fr [title] 3fr [cta] 1fr;\n align-content: center;\n gap: 0;\n background-color: ", ";\n color: ", ";\n\n svg {\n width: 210px;\n fill: ", ";\n }\n\n h1::selection,\n div::selection {\n ", ";\n }\n\n @media ", " {\n svg {\n width: 145px;\n }\n }\n\n @media ", " {\n display: flex;\n flex-direction: column;\n height: auto;\n padding: 32px 20px;\n\n svg {\n width: 180px;\n }\n }\n"])), function (_ref) {
|
|
9486
9264
|
var invert = _ref.invert,
|
|
@@ -9501,7 +9279,7 @@ var CompactHeaderCopyWrapper = /*#__PURE__*/styled__default(Grid)(_templateObjec
|
|
|
9501
9279
|
var CompactHeaderLogoWrapper = /*#__PURE__*/styled__default.div(_templateObject7$f || (_templateObject7$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: logo;\n padding-left: 50px;\n justify-content: left;\n align-items: center;\n width: 100%;\n @media ", " {\n padding-left: 0px;\n justify-content: center;\n }\n @media ", " {\n width: fit-content;\n }\n"])), devices.mobile, devices.tablet);
|
|
9502
9280
|
var CompactHeaderTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject8$b || (_templateObject8$b = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: title;\n align-items: center;\n justify-content: center;\n font-family: var(--font-family-header);\n text-transform: uppercase;\n text-align: center;\n padding: 0 2em;\n @media ", " {\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9503
9281
|
var CompactHeaderCTAWrapper = /*#__PURE__*/styled__default.div(_templateObject9$6 || (_templateObject9$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: cta;\n justify-content: right;\n align-items: center;\n padding-right: 50px;\n @media ", " {\n padding-right: 0px;\n justify-content: center;\n }\n"])), devices.mobile);
|
|
9504
|
-
var PrimaryButtonWithInversion = /*#__PURE__*/styled__default(PrimaryButton)(
|
|
9282
|
+
var PrimaryButtonWithInversion = /*#__PURE__*/styled__default(PrimaryButton)(_templateObject0$6 || (_templateObject0$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: ", ";\n color: ", ";\n svg {\n fill: ", ";\n path {\n fill: ", ";\n }\n }\n min-width: 145px;\n"])), function (_ref5) {
|
|
9505
9283
|
var invert = _ref5.invert,
|
|
9506
9284
|
theme = _ref5.theme;
|
|
9507
9285
|
return invert ? theme.colors.primary : theme.colors.white;
|
|
@@ -9590,7 +9368,7 @@ var CompactHeaderBranding = function CompactHeaderBranding(_ref) {
|
|
|
9590
9368
|
return /*#__PURE__*/React__default.createElement(CompactHeaderLogoWrapper, null, renderBranding(brandingStyle, invert, brandingText, brandingLink));
|
|
9591
9369
|
};
|
|
9592
9370
|
|
|
9593
|
-
var _excluded$
|
|
9371
|
+
var _excluded$p = ["text"];
|
|
9594
9372
|
var useResponsiveVideo = function useResponsiveVideo(video, poster) {
|
|
9595
9373
|
var mobileVideo = video.mobile || video.desktop;
|
|
9596
9374
|
var desktopVideo = video.desktop || video.mobile;
|
|
@@ -9697,7 +9475,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9697
9475
|
semanticLevel = _ref4$semanticLevel === void 0 ? 1 : _ref4$semanticLevel;
|
|
9698
9476
|
var _ref5 = link || {},
|
|
9699
9477
|
linkText = _ref5.text,
|
|
9700
|
-
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$
|
|
9478
|
+
restLink = _objectWithoutPropertiesLoose(_ref5, _excluded$p);
|
|
9701
9479
|
var titleSize = title && title.length > 20 ? 4 : 3;
|
|
9702
9480
|
var video = {
|
|
9703
9481
|
elementId: 'compact-header-video',
|
|
@@ -9713,9 +9491,7 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9713
9491
|
"data-testid": "compact-sponsor"
|
|
9714
9492
|
}, customSponsorImage ? (/*#__PURE__*/React__default.createElement(Sponsorship, Object.assign({
|
|
9715
9493
|
"data-testid": "compact-custom-sponsor"
|
|
9716
|
-
}, customSponsorImage, {
|
|
9717
|
-
isCustomImage: true
|
|
9718
|
-
}))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9494
|
+
}, customSponsorImage))) : (/*#__PURE__*/React__default.createElement(Sponsorship, null)))) : null, /*#__PURE__*/React__default.createElement(CompactHeaderAssetWrapper, null, /*#__PURE__*/React__default.createElement(CompactHeaderVideo, {
|
|
9719
9495
|
video: video,
|
|
9720
9496
|
poster: poster
|
|
9721
9497
|
})), showCopy && (/*#__PURE__*/React__default.createElement(CompactHeaderCopyWrapper, {
|
|
@@ -9735,15 +9511,15 @@ var PageHeadingCompact = function PageHeadingCompact(_ref4) {
|
|
|
9735
9511
|
}), linkText))))));
|
|
9736
9512
|
};
|
|
9737
9513
|
|
|
9738
|
-
var _templateObject$14, _templateObject2$Q, _templateObject3$
|
|
9514
|
+
var _templateObject$14, _templateObject2$Q, _templateObject3$D, _templateObject4$x;
|
|
9739
9515
|
var MorePages = /*#__PURE__*/styled__default.span(_templateObject$14 || (_templateObject$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: not-allowed;\n pointer-events: none;\n"])));
|
|
9740
9516
|
var PageNumberWrapper = /*#__PURE__*/styled__default.ol(_templateObject2$Q || (_templateObject2$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: 40px;\n margin-bottom: 40px;\n flex-wrap: nowrap;\n flex-direction: row;\n list-style: none;\n padding: 0;\n max-width: fit-content;\n margin: auto;\n li {\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n margin-left: 16px;\n color: var(--base-color-dark-grey);\n display: flex;\n align-items: center;\n border-bottom: 1px solid rgba(0, 0, 0, 0);\n }\n"])));
|
|
9741
9517
|
// PageNumber extends bodyText but uses subtitle-1 font size
|
|
9742
|
-
var PageNumber = /*#__PURE__*/styled__default.a(_templateObject3$
|
|
9518
|
+
var PageNumber = /*#__PURE__*/styled__default.a(_templateObject3$D || (_templateObject3$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: inherit;\n margin: 0;\n border-bottom: 1px solid transparent;\n line-height: var(--base-line-height);\n text-decoration: none;\n font-family: var(--font-family-body-1);\n :hover {\n color: var(--base-color-core);\n border-bottom: 1px solid var(--base-color-core);\n svg > path {\n fill: var(--base-color-core);\n }\n }\n /* active state - string used because react returns error for bool */\n ", "\n"])), function (_ref) {
|
|
9743
9519
|
var active = _ref.active;
|
|
9744
9520
|
return active === 'true' && " \n color: var(--base-color-core);\n ";
|
|
9745
9521
|
});
|
|
9746
|
-
var NextPage = /*#__PURE__*/styled__default(PageNumber)(_templateObject4$
|
|
9522
|
+
var NextPage = /*#__PURE__*/styled__default(PageNumber)(_templateObject4$x || (_templateObject4$x = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
9747
9523
|
|
|
9748
9524
|
var reducePages = function reducePages(pages, currentPage) {
|
|
9749
9525
|
// If there are less than 6 pages, return all pages
|
|
@@ -9809,11 +9585,11 @@ var Pagination = function Pagination(_ref) {
|
|
|
9809
9585
|
})))));
|
|
9810
9586
|
};
|
|
9811
9587
|
|
|
9812
|
-
var _templateObject$15, _templateObject2$R, _templateObject3$
|
|
9588
|
+
var _templateObject$15, _templateObject2$R, _templateObject3$E, _templateObject4$y, _templateObject5$r, _templateObject6$l, _templateObject7$g;
|
|
9813
9589
|
var PeopleListingGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$15 || (_templateObject$15 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: var(--line-height-people-listing-gap) var(--grid-column-gap);\n\n p {\n margin: 0;\n }\n\n grid-template-columns: 1fr 1fr 1fr;\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr;\n }\n\n @media ", " {\n grid-template-columns: 1fr 1fr 1fr 1fr;\n }\n"])), devices.mobile, devices.tablet, devices.largeDesktop);
|
|
9814
9590
|
var PersonWrapper = /*#__PURE__*/styled__default.div(_templateObject2$R || (_templateObject2$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: 60px 1fr;\n grid-template-areas: 'headshot role-person';\n grid-column-gap: 10px;\n"])));
|
|
9815
|
-
var HeadshotWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9816
|
-
var RoleWrapper = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9591
|
+
var HeadshotWrapper = /*#__PURE__*/styled__default.div(_templateObject3$E || (_templateObject3$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n grid-area: headshot;\n img {\n width: 60px;\n height: 60px;\n }\n"])));
|
|
9592
|
+
var RoleWrapper = /*#__PURE__*/styled__default.div(_templateObject4$y || (_templateObject4$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n overflow-wrap: break-word;\n margin-bottom: 4px;\n"])));
|
|
9817
9593
|
var TextWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject5$r || (_templateObject5$r = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: role-person;\n break-inside: avoid;\n"])));
|
|
9818
9594
|
var PersonLink = /*#__PURE__*/styled__default.a(_templateObject6$l || (_templateObject6$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-black);\n text-decoration: underline;\n\n :hover {\n color: var(--base-color-primary);\n :after {\n color: var(--base-color-black);\n }\n }\n\n :visited {\n color: var(--base-color-black);\n }\n"])));
|
|
9819
9595
|
var ReplacementWrapper = /*#__PURE__*/styled__default.span(_templateObject7$g || (_templateObject7$g = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-dark-grey);\n"])));
|
|
@@ -9873,14 +9649,14 @@ var PeopleListing = function PeopleListing(_ref) {
|
|
|
9873
9649
|
}));
|
|
9874
9650
|
};
|
|
9875
9651
|
|
|
9876
|
-
var _templateObject$16, _templateObject2$S, _templateObject3$
|
|
9652
|
+
var _templateObject$16, _templateObject2$S, _templateObject3$F, _templateObject4$z;
|
|
9877
9653
|
var ReplacementWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$16 || (_templateObject$16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n"])));
|
|
9878
9654
|
var CreditListingWrapper = /*#__PURE__*/styled__default(PeopleListingGrid)(_templateObject2$S || (_templateObject2$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n p {\n line-height: 1.5;\n }\n\n grid-template-columns: ", ";\n\n @media ", " {\n grid-template-columns: 1fr;\n }\n\n @media ", " {\n grid-template-columns: repeat(2, 1fr);\n }\n"])), function (_ref) {
|
|
9879
9655
|
var columnCount = _ref.columnCount;
|
|
9880
9656
|
return "repeat(" + columnCount + ", 1fr)";
|
|
9881
9657
|
}, devices.mobile, devices.tablet);
|
|
9882
|
-
var DescriptionWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
9883
|
-
var RoleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9658
|
+
var DescriptionWrapper = /*#__PURE__*/styled__default.div(_templateObject3$F || (_templateObject3$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n p {\n line-height: 25px;\n margin-bottom: 3px;\n }\n"])));
|
|
9659
|
+
var RoleWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$z || (_templateObject4$z = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: var(--base-color-darkgrey);\n overflow-wrap: break-word;\n min-height: 1.5em;\n"])));
|
|
9884
9660
|
|
|
9885
9661
|
// Get the total character length of a property in an array of objects
|
|
9886
9662
|
var getConcatenatedPropLength = function getConcatenatedPropLength(array, prop) {
|
|
@@ -9998,7 +9774,7 @@ var CreditListing = function CreditListing(_ref) {
|
|
|
9998
9774
|
}, creditEntries);
|
|
9999
9775
|
};
|
|
10000
9776
|
|
|
10001
|
-
var _templateObject$17, _templateObject2$T, _templateObject3$
|
|
9777
|
+
var _templateObject$17, _templateObject2$T, _templateObject3$G, _templateObject4$A, _templateObject5$s, _templateObject6$m, _templateObject7$h, _templateObject8$c, _templateObject9$7, _templateObject0$7, _templateObject1$4, _templateObject10$3, _templateObject11$3, _templateObject12$3, _templateObject13$2, _templateObject14$1, _templateObject15$1, _templateObject16, _templateObject17, _templateObject18, _templateObject19;
|
|
10002
9778
|
var LENGTH_TEXT = 28;
|
|
10003
9779
|
var LENGTH_TEXT_TABLET$1 = 12;
|
|
10004
9780
|
var GridTemplateImageToLeft = "'left left left left left left left left . right right right right right . .'";
|
|
@@ -10016,8 +9792,8 @@ var PromoWithTagsGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$17 ||
|
|
|
10016
9792
|
return asCard ? "\n grid-template-areas: " + GridTemplateAsCard + ";\n @media " + devices.tablet + " {\n grid-template-areas: " + GridTemplateAsCardTablet + ";\n }\n " : "";
|
|
10017
9793
|
});
|
|
10018
9794
|
var PromoWithTagsSubtitle = /*#__PURE__*/styled__default.span(_templateObject2$T || (_templateObject2$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-1);\n font-weight: var(--font-weight-subtitle-1);\n line-height: var(--line-height-subtitle-1);\n letter-spacing: var(--letter-spacing-subtitle-1);\n text-transform: var(--text-transform-subtitle);\n margin-bottom: var(--editorial-subtitle-margin-bottom);\n display: block;\n overflow-wrap: break-word;\n"])));
|
|
10019
|
-
var PromoWithTagsText = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10020
|
-
var ButtonsContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
9795
|
+
var PromoWithTagsText = /*#__PURE__*/styled__default.div(_templateObject3$G || (_templateObject3$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n line-height: var(--line-height-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n text-transform: var(--text-transform-body);\n margin: 0;\n padding: 0;\n white-space: break-spaces;\n overflow-wrap: break-word;\n\n h5,\n h6 {\n margin: 0 0 4px 0;\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-size: var(--font-size-subtitle-2);\n font-weight: var(--font-weight-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n text-transform: var(--text-transform-subtitle);\n overflow-wrap: break-word;\n }\n\n em {\n font-family: var(--font-family-body-italics);\n }\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n"])));
|
|
9796
|
+
var ButtonsContainer$2 = /*#__PURE__*/styled__default.div(_templateObject4$A || (_templateObject4$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 24px;\n\n ", ";\n\n ", "\n\n @media ", " {\n gap: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref4) {
|
|
10021
9797
|
var hasTextLinks = _ref4.hasTextLinks;
|
|
10022
9798
|
return "margin-top: " + (hasTextLinks ? '0' : '24px') + ";";
|
|
10023
9799
|
}, function (_ref5) {
|
|
@@ -10049,32 +9825,32 @@ var PromoWithTagsAdditionalText = /*#__PURE__*/styled__default(PromoWithTagsText
|
|
|
10049
9825
|
var TextLinksContainer = /*#__PURE__*/styled__default.div(_templateObject7$h || (_templateObject7$h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-wrap: wrap;\n margin: 24px 0 4px 0;\n"])));
|
|
10050
9826
|
var TextLinkWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject8$c || (_templateObject8$c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-right: 24px;\n margin-bottom: 20px;\n\n &:last-child {\n margin-right: 0;\n }\n"])));
|
|
10051
9827
|
var ExtraContentWrapper = /*#__PURE__*/styled__default.div(_templateObject9$7 || (_templateObject9$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding-right: 68px;\n\n iframe {\n height: 800px;\n }\n\n @media ", " {\n padding: 30px 0 0;\n }\n\n @media ", " {\n padding: 0;\n position: initial;\n }\n"])), devices.tablet, devices.mobile);
|
|
10052
|
-
var IconWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
10053
|
-
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled__default.div(
|
|
10054
|
-
var MobileTitleWrapper = /*#__PURE__*/styled__default.div(
|
|
10055
|
-
var PromoWithTagsTypeTags = /*#__PURE__*/styled__default(TypeTags)(
|
|
10056
|
-
var PromoWithTagsHeader = /*#__PURE__*/styled__default(Header)(
|
|
10057
|
-
var PromoWithTagsTextLink = /*#__PURE__*/styled__default(TextLink)(
|
|
10058
|
-
var asCardOverrides = /*#__PURE__*/styled.css(
|
|
10059
|
-
var PromoWithTagsExtraContentWrapper = /*#__PURE__*/styled__default.div(
|
|
9828
|
+
var IconWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject0$7 || (_templateObject0$7 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n position: absolute;\n top: 25px;\n right: 35px;\n width: 24px;\n height: 24px;\n\n @media ", " {\n top: 30px;\n right: 30px;\n }\n\n @media ", " {\n top: 3px;\n right: 20px;\n }\n"])), devices.tablet, devices.mobile);
|
|
9829
|
+
var PrimaryButtonWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject1$4 || (_templateObject1$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: var(--button-height);\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
9830
|
+
var MobileTitleWrapper = /*#__PURE__*/styled__default.div(_templateObject10$3 || (_templateObject10$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: none;\n margin: 0 50px 0 20px;\n\n h2,\n h3 {\n margin: 0;\n }\n\n @media ", " {\n display: block;\n }\n"])), devices.mobile);
|
|
9831
|
+
var PromoWithTagsTypeTags = /*#__PURE__*/styled__default(TypeTags)(_templateObject11$3 || (_templateObject11$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9832
|
+
var PromoWithTagsHeader = /*#__PURE__*/styled__default(Header)(_templateObject12$3 || (_templateObject12$3 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9833
|
+
var PromoWithTagsTextLink = /*#__PURE__*/styled__default(TextLink)(_templateObject13$2 || (_templateObject13$2 = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
9834
|
+
var asCardOverrides = /*#__PURE__*/styled.css(_templateObject14$1 || (_templateObject14$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", " {\n font-size: var(--font-size-subtitle-2);\n }\n\n ", " {\n font-size: var(--font-size-overline-1);\n }\n\n ", " {\n flex-direction: row;\n @media ", " {\n flex-direction: row;\n }\n }\n\n ", " {\n font-size: var(--font-size-overline-2);\n font-weight: var(--font-weight-overline-2);\n line-height: var(--line-height-overline-2);\n letter-spacing: var(--letter-spacing-overline-2);\n }\n"])), PromoWithTagsSubtitle, PromoWithTagsTypeTags, ButtonsContainer$2, devices.tablet, PromoWithTagsTextLink);
|
|
9835
|
+
var PromoWithTagsExtraContentWrapper = /*#__PURE__*/styled__default.div(_templateObject15$1 || (_templateObject15$1 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n grid-area: left;\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n grid-area: row1;\n }\n }\n"])), function (_ref8) {
|
|
10060
9836
|
var imageToLeft = _ref8.imageToLeft;
|
|
10061
9837
|
return imageToLeft ? 'left' : 'right';
|
|
10062
9838
|
}, devices.mobile);
|
|
10063
|
-
var PromoWithTagsContentWrapper = /*#__PURE__*/styled__default.div(
|
|
9839
|
+
var PromoWithTagsContentWrapper = /*#__PURE__*/styled__default.div(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n @media ", " {\n & {\n display: ", ";\n grid-area: row2;\n align-self: start;\n }\n }\n\n ", "\n"])), function (_ref9) {
|
|
10064
9840
|
var imageToLeft = _ref9.imageToLeft;
|
|
10065
9841
|
return imageToLeft ? 'right' : 'left';
|
|
10066
|
-
}, devices.mobile, function (
|
|
10067
|
-
var hideSection =
|
|
9842
|
+
}, devices.mobile, function (_ref0) {
|
|
9843
|
+
var hideSection = _ref0.hideSection;
|
|
10068
9844
|
return hideSection ? 'none' : 'block';
|
|
10069
|
-
}, function (
|
|
10070
|
-
var asCard =
|
|
9845
|
+
}, function (_ref1) {
|
|
9846
|
+
var asCard = _ref1.asCard;
|
|
10071
9847
|
return asCard && asCardOverrides;
|
|
10072
9848
|
});
|
|
10073
|
-
var PromoWithTagsContainer = /*#__PURE__*/styled__default.div(
|
|
10074
|
-
var TimerWrapper$2 = /*#__PURE__*/styled__default.div(
|
|
10075
|
-
var EndDateText = /*#__PURE__*/styled__default.div(
|
|
9849
|
+
var PromoWithTagsContainer = /*#__PURE__*/styled__default.div(_templateObject17 || (_templateObject17 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h2,\n h3 {\n margin: 0 0 16px;\n }\n"])));
|
|
9850
|
+
var TimerWrapper$2 = /*#__PURE__*/styled__default.div(_templateObject18 || (_templateObject18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-bottom: 32px;\n"])));
|
|
9851
|
+
var EndDateText = /*#__PURE__*/styled__default.div(_templateObject19 || (_templateObject19 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-bottom: 1px solid var(--base-color-black);\n padding-bottom: 32px;\n margin-bottom: 32px;\n\n @media ", " {\n padding-bottom: 20px;\n margin-bottom: 20px;\n }\n"])), devices.mobile);
|
|
10076
9852
|
|
|
10077
|
-
var _excluded$
|
|
9853
|
+
var _excluded$q = ["text"],
|
|
10078
9854
|
_excluded2$4 = ["text"],
|
|
10079
9855
|
_excluded3 = ["text"];
|
|
10080
9856
|
var _buttonTypeToButton$2;
|
|
@@ -10137,7 +9913,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10137
9913
|
var _ref2 = firstButton || {},
|
|
10138
9914
|
_ref2$text = _ref2.text,
|
|
10139
9915
|
firstButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10140
|
-
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
9916
|
+
restFirstButton = _objectWithoutPropertiesLoose(_ref2, _excluded$q);
|
|
10141
9917
|
var primaryButtonTextTruncate = truncate(firstButtonText, LENGTH_TEXT$1);
|
|
10142
9918
|
var secondButton = links == null ? void 0 : links[1];
|
|
10143
9919
|
var _ref3 = secondButton || {},
|
|
@@ -10250,7 +10026,7 @@ var PromoWithTags = function PromoWithTags(_ref) {
|
|
|
10250
10026
|
}))));
|
|
10251
10027
|
};
|
|
10252
10028
|
|
|
10253
|
-
var _templateObject$18, _templateObject2$U, _templateObject3$
|
|
10029
|
+
var _templateObject$18, _templateObject2$U, _templateObject3$H, _templateObject4$B, _templateObject5$t, _templateObject6$n, _templateObject7$i;
|
|
10254
10030
|
var LENGTH_TEXT$2 = 28;
|
|
10255
10031
|
var LENGTH_TEXT_TABLET$2 = 10;
|
|
10256
10032
|
var PromoWithTitleGrid = /*#__PURE__*/styled__default(Grid)(_templateObject$18 || (_templateObject$18 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-template-areas: ", ";\n\n @media ", " {\n & {\n grid-template-areas: ", ";\n }\n }\n\n @media ", " {\n & {\n grid-template-columns: var(--grid-margin) minmax(0, 1fr) var(--grid-margin);\n grid-template-rows: min-content 24px min-content;\n gap: 0;\n grid-template-areas:\n 'row1 row1 row1'\n '. . .'\n '. row2 .';\n }\n }\n"])), function (_ref) {
|
|
@@ -10264,11 +10040,11 @@ var PromoWithTitleImageWrapper = /*#__PURE__*/styled__default.div(_templateObjec
|
|
|
10264
10040
|
var imageToLeft = _ref3.imageToLeft;
|
|
10265
10041
|
return imageToLeft ? 'left' : 'right';
|
|
10266
10042
|
}, devices.mobile);
|
|
10267
|
-
var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10043
|
+
var PromoWithTitleContentWrapper = /*#__PURE__*/styled__default.div(_templateObject3$H || (_templateObject3$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-area: ", ";\n align-self: center;\n\n @media ", " {\n & {\n grid-area: row2;\n align-self: start;\n }\n }\n"])), function (_ref4) {
|
|
10268
10044
|
var imageToLeft = _ref4.imageToLeft;
|
|
10269
10045
|
return imageToLeft ? 'right' : 'left';
|
|
10270
10046
|
}, devices.mobile);
|
|
10271
|
-
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled__default(HarmonicHeader)(_templateObject4$
|
|
10047
|
+
var HarmonicHeaderWithWrapper = /*#__PURE__*/styled__default(HarmonicHeader)(_templateObject4$B || (_templateObject4$B = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-bottom: 32px;\n\n @media ", " {\n padding-bottom: 24px;\n }\n"])), devices.mobile);
|
|
10272
10048
|
var HarmonicSubtitleWithWrapper = /*#__PURE__*/styled__default(HarmonicSubtitle)(_templateObject5$t || (_templateObject5$t = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-wrap: break-word;\n margin-bottom: 16px;\n"])));
|
|
10273
10049
|
var BodyCopyHarmonicWithWrapper$1 = /*#__PURE__*/styled__default(BodyCopyHarmonic)(_templateObject6$n || (_templateObject6$n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n margin-bottom: 32px;\n whiete-space: break-spaces;\n overflow-wrap: break-word;\n\n a {\n text-decoration: underline;\n cursor: pointer;\n\n &[href^='tel:'] {\n text-decoration: none;\n }\n\n &:link {\n color: var(--color-primary-black);\n }\n\n &:visited {\n color: var(--color-base-dark-grey);\n }\n\n &:hover {\n color: var(--color-primary-red);\n }\n }\n @media ", " {\n margin-bottom: 24px;\n }\n"])), devices.mobile);
|
|
10274
10050
|
var ButtonsContainer$3 = /*#__PURE__*/styled__default.div(_templateObject7$i || (_templateObject7$i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n gap: 16px;\n margin-top: 32px;\n\n ", "\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n flex-direction: column;\n align-items: center;\n }\n\n @media ", " {\n gap: 24px;\n margin-top: 24px;\n align-items: flex-start;\n\n ", "\n }\n"])), function (_ref5) {
|
|
@@ -10406,7 +10182,7 @@ var PromoChild = function PromoChild(_ref) {
|
|
|
10406
10182
|
}));
|
|
10407
10183
|
};
|
|
10408
10184
|
|
|
10409
|
-
var _excluded$
|
|
10185
|
+
var _excluded$r = ["text"],
|
|
10410
10186
|
_excluded2$5 = ["text"];
|
|
10411
10187
|
var LENGTH_TEXT$3 = 28;
|
|
10412
10188
|
var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
@@ -10431,7 +10207,7 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10431
10207
|
var _ref2 = primaryButton || {},
|
|
10432
10208
|
_ref2$text = _ref2.text,
|
|
10433
10209
|
primaryButtonText = _ref2$text === void 0 ? '' : _ref2$text,
|
|
10434
|
-
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10210
|
+
restPrimaryButton = _objectWithoutPropertiesLoose(_ref2, _excluded$r);
|
|
10435
10211
|
var primaryButtonTextTruncate = truncate(primaryButtonText, LENGTH_TEXT$3);
|
|
10436
10212
|
var tertiaryButton = links == null ? void 0 : links[1];
|
|
10437
10213
|
var _ref3 = tertiaryButton || {},
|
|
@@ -10529,7 +10305,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
10529
10305
|
})));
|
|
10530
10306
|
};
|
|
10531
10307
|
|
|
10532
|
-
var _templateObject$1b, _templateObject2$V, _templateObject3$
|
|
10308
|
+
var _templateObject$1b, _templateObject2$V, _templateObject3$I;
|
|
10533
10309
|
var Container$3 = /*#__PURE__*/styled__default.div(_templateObject$1b || (_templateObject$1b = /*#__PURE__*/_taggedTemplateLiteralLoose([""])));
|
|
10534
10310
|
var RadioGroup$1 = /*#__PURE__*/styled__default.div(_templateObject2$V || (_templateObject2$V = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: flex-start;\n justify-content: flex-start;\n flex-direction: ", ";\n gap: ", ";\n"])), function (_ref) {
|
|
10535
10311
|
var horizontalMode = _ref.horizontalMode;
|
|
@@ -10539,7 +10315,7 @@ var RadioGroup$1 = /*#__PURE__*/styled__default.div(_templateObject2$V || (_temp
|
|
|
10539
10315
|
var gap = _ref2.gap;
|
|
10540
10316
|
return gap + "px";
|
|
10541
10317
|
});
|
|
10542
|
-
var ErrorLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10318
|
+
var ErrorLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$I || (_templateObject3$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: ", ";\n"])), function (_ref3) {
|
|
10543
10319
|
var darkMode = _ref3.darkMode;
|
|
10544
10320
|
if (darkMode) return 'var(--base-color-white)';
|
|
10545
10321
|
return 'var(--base-color-errorstate)';
|
|
@@ -10616,10 +10392,10 @@ var RadioGroup2 = function RadioGroup2(_ref) {
|
|
|
10616
10392
|
}, error))));
|
|
10617
10393
|
};
|
|
10618
10394
|
|
|
10619
|
-
var _templateObject$1c, _templateObject2$W, _templateObject3$
|
|
10395
|
+
var _templateObject$1c, _templateObject2$W, _templateObject3$J;
|
|
10620
10396
|
var StatusBannerWrapper = /*#__PURE__*/styled__default.div(_templateObject$1c || (_templateObject$1c = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 26px 150px;\n display: flex;\n justify-content: space-between;\n background-color: var(--base-color-light-grey);\n transition: transform 0.3s ease;\n transform-origin: top;\n\n @media ", " {\n padding: 20px 20px;\n }\n\n @media ", " {\n padding: 20px 50px;\n }\n\n &.closing {\n transform: scaleY(0);\n }\n"])), devices.mobile, devices.tablet);
|
|
10621
10397
|
var ContentContainer$3 = /*#__PURE__*/styled__default.div(_templateObject2$W || (_templateObject2$W = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow: auto;\n transition: max-height 0.3s ease-in-out;\n font-size: var(--font-size-body-1);\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n"])));
|
|
10622
|
-
var SvgContainer$3 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10398
|
+
var SvgContainer$3 = /*#__PURE__*/styled__default.div(_templateObject3$J || (_templateObject3$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n align-items: end;\n\n svg {\n width: var(--navigation-large-gap);\n height: var(--navigation-large-gap);\n padding-left: 50px;\n }\n\n cursor: pointer;\n\n @media ", " {\n padding-left: 20px;\n }\n"])), devices.mobile);
|
|
10623
10399
|
|
|
10624
10400
|
/* eslint-disable react/no-danger */
|
|
10625
10401
|
var StatusBanner = function StatusBanner(_ref) {
|
|
@@ -10704,7 +10480,7 @@ var SectionTitle = function SectionTitle(_ref) {
|
|
|
10704
10480
|
}, description)))));
|
|
10705
10481
|
};
|
|
10706
10482
|
|
|
10707
|
-
var _templateObject$1e, _templateObject2$X, _templateObject3$
|
|
10483
|
+
var _templateObject$1e, _templateObject2$X, _templateObject3$K, _templateObject4$C, _templateObject5$u, _templateObject6$o, _templateObject7$j, _templateObject8$d, _templateObject9$8, _templateObject0$8, _templateObject1$5;
|
|
10708
10484
|
var stateStyles = /*#__PURE__*/styled.css(_templateObject$1e || (_templateObject$1e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n &:focus,\n &.focus {\n outline: ", ";\n }\n\n &.disabled {\n background-color: ", ";\n color: ", ";\n pointer-events: none;\n cursor: none;\n }\n"])), function (_ref) {
|
|
10709
10485
|
var theme = _ref.theme;
|
|
10710
10486
|
return "3px solid " + theme.colors.lapisLazuli;
|
|
@@ -10719,8 +10495,8 @@ var borderStyles = /*#__PURE__*/styled.css(_templateObject2$X || (_templateObjec
|
|
|
10719
10495
|
var theme = _ref4.theme;
|
|
10720
10496
|
return theme.colors.darkgrey;
|
|
10721
10497
|
});
|
|
10722
|
-
var noMarginAndPaddingStyles = /*#__PURE__*/styled.css(_templateObject3$
|
|
10723
|
-
var listItemStyles = /*#__PURE__*/styled.css(_templateObject4$
|
|
10498
|
+
var noMarginAndPaddingStyles = /*#__PURE__*/styled.css(_templateObject3$K || (_templateObject3$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0;\n padding: 0;\n"])));
|
|
10499
|
+
var listItemStyles = /*#__PURE__*/styled.css(_templateObject4$C || (_templateObject4$C = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n list-style: none;\n user-select: none;\n"])));
|
|
10724
10500
|
var ArrowIcon = /*#__PURE__*/styled__default(Icon).attrs(function (_ref5) {
|
|
10725
10501
|
var theme = _ref5.theme;
|
|
10726
10502
|
return {
|
|
@@ -10742,9 +10518,9 @@ var Option = /*#__PURE__*/styled__default.li(_templateObject9$8 || (_templateObj
|
|
|
10742
10518
|
return "\n background-color: " + lightgrey + ";\n &:hover { background-color: " + midgrey + " }\n ";
|
|
10743
10519
|
});
|
|
10744
10520
|
var selectStyles = function selectStyles(width, height) {
|
|
10745
|
-
return styled.css(
|
|
10521
|
+
return styled.css(_templateObject0$8 || (_templateObject0$8 = _taggedTemplateLiteralLoose(["\n position: relative;\n z-index: ", ";\n\n width: ", ";\n height: ", ";\n\n * {\n width: ", ";\n }\n\n ", " {\n position: absolute;\n top: ", ";\n }\n ", " {\n height: ", ";\n }\n p {\n height: ", ";\n padding-inline: 20px;\n\n display: flex;\n align-items: center;\n }\n"])), zIndexes[3], width, height, width, Options, height, Option, height, height);
|
|
10746
10522
|
};
|
|
10747
|
-
var SelectList = /*#__PURE__*/styled__default.ul(
|
|
10523
|
+
var SelectList = /*#__PURE__*/styled__default.ul(_templateObject1$5 || (_templateObject1$5 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n\n ", "\n ", "\n ", "\n ", "\n\n & ", " {\n position: absolute;\n\n top: 13px;\n right: 16px;\n }\n"])), function (_ref7) {
|
|
10748
10524
|
var width = _ref7.width,
|
|
10749
10525
|
height = _ref7.height;
|
|
10750
10526
|
return selectStyles(width === 'default' ? "354px" : width + "px", height === 'default' ? "48px" : height + "px");
|
|
@@ -11085,7 +10861,7 @@ function Select(_ref3) {
|
|
|
11085
10861
|
})))), /*#__PURE__*/React__default.createElement(ArrowIcon, null)));
|
|
11086
10862
|
}
|
|
11087
10863
|
|
|
11088
|
-
var _templateObject$1f, _templateObject2$Y, _templateObject3$
|
|
10864
|
+
var _templateObject$1f, _templateObject2$Y, _templateObject3$L, _templateObject4$D;
|
|
11089
10865
|
var Container$4 = /*#__PURE__*/styled__default.div(_templateObject$1f || (_templateObject$1f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n"])));
|
|
11090
10866
|
var SelectWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_templateObject2$Y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n width: auto;\n max-width: ", ";\n\n .harmonic-select__control {\n min-height: 48px;\n border-radius: 0;\n transition: none;\n border: ", ";\n &:hover {\n border-color: ", ";\n }\n }\n .harmonic-select__control--is-focused {\n border-color: var(--base-color-dark-grey);\n box-shadow: ", ";\n }\n .harmonic-select__control--menu-is-open {\n .harmonic-select__indicator {\n svg {\n transform: rotate(180deg);\n }\n }\n }\n .harmonic-select__indicator {\n font-size: 25px;\n padding: 0;\n margin-right: 12px;\n color: var(--base-color-black);\n svg {\n height: 1em;\n width: 1em;\n color: inherit;\n path {\n fill: currentColor;\n color: inherit;\n }\n }\n }\n .harmonic-select__single-value,\n .harmonic-select__placeholder {\n margin-left: 0;\n margin-right: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n }\n .harmonic-select__placeholder {\n color: var(--base-color-dark-grey);\n }\n .harmonic-select__single-value {\n color: var(--base-color-black);\n }\n .harmonic-select__value-container {\n padding-left: 20px;\n padding-right: 20px;\n padding-top: 1px;\n padding-bottom: 0px;\n }\n .harmonic-select--is-disabled {\n .harmonic-select__control {\n border: 1px solid var(--base-color-light-grey);\n background: var(--base-color-light-grey);\n }\n .harmonic-select__indicator,\n .harmonic-select__single-value {\n color: var(--base-color-dark-grey);\n }\n }\n .harmonic-select__menu {\n margin-top: -1px;\n box-shadow: none;\n border-radius: 0;\n border: 1px solid var(--base-color-dark-grey);\n background: var(--base-color-light-grey);\n }\n .harmonic-select__menu-list {\n padding-top: 0;\n padding-bottom: 0;\n }\n .harmonic-select__option {\n padding: 10px 20px;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n &:active,\n &.harmonic-select__option--is-focused {\n background: var(--base-color-mid-grey);\n }\n }\n .harmonic-select__option--is-selected {\n color: var(--base-color-black);\n background: none;\n }\n .harmonic-select__input-container {\n margin: 0;\n padding-top: 0;\n padding-bottom: 0;\n font-family: var(--font-family-altHeader);\n font-feature-settings: var(--font-feature-settings-altHeader);\n font-size: var(--font-size-altHeader-6);\n font-weight: var(--font-weight-altHeader-6);\n letter-spacing: var(--letter-spacing-altHeader-6);\n line-height: var(--line-height-altHeader-6);\n text-transform: var(--text-transform-altHeader);\n color: var(--base-color-black);\n }\n .harmonic-select__menu-notice {\n padding: 20px 20px;\n font-family: var(--font-family-body);\n font-feature-settings: var(--font-feature-settings-body);\n font-size: var(--font-size-body-1);\n font-weight: var(--font-weight-body-1);\n letter-spacing: var(--letter-spacing-body-1);\n line-height: var(--line-height-body-1);\n text-transform: var(--text-transform-body);\n color: var(--base-color-black);\n text-align: left;\n }\n .harmonic-select__menu-notice--loading {\n font-style: italic;\n }\n"])), function (_ref) {
|
|
11091
10867
|
var width = _ref.width;
|
|
@@ -11104,18 +10880,18 @@ var SelectWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject2$Y || (_t
|
|
|
11104
10880
|
if (darkMode) return "0 0 0 4px var(--base-color-lemonchiffon)";
|
|
11105
10881
|
return "0 0 0 3px var(--base-color-lapislazuli)";
|
|
11106
10882
|
});
|
|
11107
|
-
var TextLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
10883
|
+
var TextLabel$4 = /*#__PURE__*/styled__default.div(_templateObject3$L || (_templateObject3$L = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 0 0 20px;\n color: ", ";\n"])), function (_ref5) {
|
|
11108
10884
|
var darkMode = _ref5.darkMode;
|
|
11109
10885
|
if (darkMode) return "var(--base-color-white)";
|
|
11110
10886
|
return "var(--base-color-black)";
|
|
11111
10887
|
});
|
|
11112
|
-
var ErrorLabel$5 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
10888
|
+
var ErrorLabel$5 = /*#__PURE__*/styled__default.div(_templateObject4$D || (_templateObject4$D = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin: 20px 0 0;\n color: ", ";\n"])), function (_ref6) {
|
|
11113
10889
|
var darkMode = _ref6.darkMode;
|
|
11114
10890
|
if (darkMode) return "var(--base-color-white)";
|
|
11115
10891
|
return "var(--base-color-errorstate)";
|
|
11116
10892
|
});
|
|
11117
10893
|
|
|
11118
|
-
var _excluded$
|
|
10894
|
+
var _excluded$s = ["label", "error", "width", "darkMode", "isSearchable", "components"];
|
|
11119
10895
|
var DropdownIndicator = function DropdownIndicator(props) {
|
|
11120
10896
|
return /*#__PURE__*/React__default.createElement(Select$1.components.DropdownIndicator, Object.assign({}, props), /*#__PURE__*/React__default.createElement(Icon, {
|
|
11121
10897
|
iconName: "DropdownArrow"
|
|
@@ -11166,7 +10942,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11166
10942
|
_ref2$isSearchable = _ref2.isSearchable,
|
|
11167
10943
|
isSearchable = _ref2$isSearchable === void 0 ? false : _ref2$isSearchable,
|
|
11168
10944
|
components = _ref2.components,
|
|
11169
|
-
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$
|
|
10945
|
+
selectProps = _objectWithoutPropertiesLoose(_ref2, _excluded$s);
|
|
11170
10946
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11171
10947
|
label: label,
|
|
11172
10948
|
error: error,
|
|
@@ -11184,7 +10960,7 @@ var SelectComponent = function SelectComponent(_ref2) {
|
|
|
11184
10960
|
})));
|
|
11185
10961
|
};
|
|
11186
10962
|
|
|
11187
|
-
var _excluded$
|
|
10963
|
+
var _excluded$t = ["label", "error", "width", "darkMode", "components"];
|
|
11188
10964
|
/**
|
|
11189
10965
|
* The Select2Async component is similar to Select 2, but uses react-select async
|
|
11190
10966
|
* component for select instead of regular react-select component. This can be used
|
|
@@ -11206,7 +10982,7 @@ var SelectComponent$1 = function SelectComponent(_ref) {
|
|
|
11206
10982
|
_ref$darkMode = _ref.darkMode,
|
|
11207
10983
|
darkMode = _ref$darkMode === void 0 ? false : _ref$darkMode,
|
|
11208
10984
|
components = _ref.components,
|
|
11209
|
-
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
10985
|
+
selectProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
|
|
11210
10986
|
return /*#__PURE__*/React__default.createElement(WrapperComponent, {
|
|
11211
10987
|
label: label,
|
|
11212
10988
|
error: error,
|
|
@@ -11268,13 +11044,13 @@ var ImageWithCaption = function ImageWithCaption(_ref) {
|
|
|
11268
11044
|
})), caption && /*#__PURE__*/React__default.createElement(CaptionWrapper, null, caption));
|
|
11269
11045
|
};
|
|
11270
11046
|
|
|
11271
|
-
var _templateObject$1h, _templateObject2$_, _templateObject3$
|
|
11047
|
+
var _templateObject$1h, _templateObject2$_, _templateObject3$M;
|
|
11272
11048
|
var TextWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject$1h || (_templateObject$1h = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h4 {\n margin: 0;\n }\n"])));
|
|
11273
11049
|
var AttributionWrapper = /*#__PURE__*/styled__default.div(_templateObject2$_ || (_templateObject2$_ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n ", "\n"])), function (_ref) {
|
|
11274
11050
|
var displayAttribution = _ref.displayAttribution;
|
|
11275
11051
|
return "display: " + (displayAttribution ? 'block' : 'none') + ";";
|
|
11276
11052
|
});
|
|
11277
|
-
var Line$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11053
|
+
var Line$1 = /*#__PURE__*/styled__default.div(_templateObject3$M || (_templateObject3$M = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background-color: var(--base-color-black);\n height: 2px;\n width: 62px;\n margin: 32px 0;\n\n @media ", " {\n height: 1px;\n width: 46px;\n margin: 24px 0;\n }\n"])), devices.mobile);
|
|
11278
11054
|
|
|
11279
11055
|
/* eslint-disable react/no-danger */
|
|
11280
11056
|
var Quote = function Quote(_ref) {
|
|
@@ -11299,11 +11075,11 @@ var Quote = function Quote(_ref) {
|
|
|
11299
11075
|
}, attribution))));
|
|
11300
11076
|
};
|
|
11301
11077
|
|
|
11302
|
-
var _templateObject$1i, _templateObject2$$, _templateObject3$
|
|
11078
|
+
var _templateObject$1i, _templateObject2$$, _templateObject3$N, _templateObject4$E, _templateObject5$v, _templateObject6$p;
|
|
11303
11079
|
var CardContainer$1 = /*#__PURE__*/styled__default.div(_templateObject$1i || (_templateObject$1i = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n cursor: pointer;\n width: 100%;\n display: grid;\n grid-template-columns: repeat(7, minmax(0, 1fr));\n gap: 15px;\n min-height: 50px;\n"])));
|
|
11304
11080
|
var ContentContainer$4 = /*#__PURE__*/styled__default.div(_templateObject2$$ || (_templateObject2$$ = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: center;\n"])));
|
|
11305
|
-
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$
|
|
11306
|
-
var ImageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11081
|
+
var StyledImage = /*#__PURE__*/styled__default.img(_templateObject3$N || (_templateObject3$N = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border: 1px solid var(--base-color-white);\n"])));
|
|
11082
|
+
var ImageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject4$E || (_templateObject4$E = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n"])));
|
|
11307
11083
|
var IconWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject5$v || (_templateObject5$v = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n background: rgba(0, 0, 0, 0.4);\n position: absolute;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n span {\n width: 40px;\n height: 40px;\n @media ", " {\n width: 24px;\n height: 24px;\n }\n @media ", " {\n width: 18px;\n height: 18px;\n }\n }\n"])), devices.tablet, devices.mobile);
|
|
11308
11084
|
var TitleWrapper$4 = /*#__PURE__*/styled__default.div(_templateObject6$p || (_templateObject6$p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 8px;\n div {\n @media ", " {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n"])), devices.mobile);
|
|
11309
11085
|
|
|
@@ -11343,14 +11119,14 @@ var MiniCard = function MiniCard(_ref) {
|
|
|
11343
11119
|
}, title)))));
|
|
11344
11120
|
};
|
|
11345
11121
|
|
|
11346
|
-
var _templateObject$1j, _templateObject2$10, _templateObject3$
|
|
11122
|
+
var _templateObject$1j, _templateObject2$10, _templateObject3$O, _templateObject4$F, _templateObject5$w;
|
|
11347
11123
|
var ReadMoreContainer = /*#__PURE__*/styled__default.div(_templateObject$1j || (_templateObject$1j = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin: 0px 0px 12px 0px !important;\n }\n width: 100%;\n"])));
|
|
11348
11124
|
var LinkContainer = /*#__PURE__*/styled__default.div(_templateObject2$10 || (_templateObject2$10 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding-top: 24px;\n gap: 8px;\n\n :hover {\n cursor: pointer;\n }\n\n @media print {\n visibility: hidden;\n }\n"])));
|
|
11349
|
-
var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11125
|
+
var FullTextContainer = /*#__PURE__*/styled__default.div(_templateObject3$O || (_templateObject3$O = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: visible;\n }\n"])), function (_ref) {
|
|
11350
11126
|
var isVisible = _ref.isVisible;
|
|
11351
11127
|
return isVisible ? 'visible' : 'hidden';
|
|
11352
11128
|
});
|
|
11353
|
-
var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11129
|
+
var IntroTextContainer = /*#__PURE__*/styled__default.div(_templateObject4$F || (_templateObject4$F = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n visibility: ", ";\n\n @media print {\n visibility: hidden;\n }\n"])), function (_ref2) {
|
|
11354
11130
|
var isVisible = _ref2.isVisible;
|
|
11355
11131
|
return isVisible ? 'visible' : 'hidden';
|
|
11356
11132
|
});
|
|
@@ -11435,11 +11211,11 @@ var ReadMore = function ReadMore(_ref) {
|
|
|
11435
11211
|
}, isFullTextOpen ? "" + hideText : "" + showMoreText))));
|
|
11436
11212
|
};
|
|
11437
11213
|
|
|
11438
|
-
var _templateObject$1k, _templateObject2$11, _templateObject3$
|
|
11214
|
+
var _templateObject$1k, _templateObject2$11, _templateObject3$P, _templateObject4$G, _templateObject5$x;
|
|
11439
11215
|
var MenuContainer$2 = /*#__PURE__*/styled__default.nav(_templateObject$1k || (_templateObject$1k = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n padding: 0;\n margin: 0;\n"])));
|
|
11440
11216
|
var MenuList = /*#__PURE__*/styled__default.ul(_templateObject2$11 || (_templateObject2$11 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n padding: 0;\n margin: 0;\n list-style: none;\n border-right: 1px solid var(--base-color-", ");\n li {\n margin-left: -5px;\n }\n"])), exports.Colors.LightGrey);
|
|
11441
|
-
var MobileButton = /*#__PURE__*/styled__default.button(_templateObject3$
|
|
11442
|
-
var MenuItem$1 = /*#__PURE__*/styled__default.a(_templateObject4$
|
|
11217
|
+
var MobileButton = /*#__PURE__*/styled__default.button(_templateObject3$P || (_templateObject3$P = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n margin: 0;\n padding: 16px 46px 14px 20px;\n background: var(--base-color-", ");\n border: 1px solid var(--base-color-", ");\n border-radius: 0;\n display: block;\n width: 100%;\n text-align: left;\n cursor: pointer;\n position: relative;\n span {\n width: 25px;\n height: 25px;\n position: absolute;\n top: 50%;\n margin-top: -12px;\n right: 10px;\n }\n"])), exports.Colors.Black, exports.Colors.White, exports.Colors.DarkGrey);
|
|
11218
|
+
var MenuItem$1 = /*#__PURE__*/styled__default.a(_templateObject4$G || (_templateObject4$G = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n line-height: var(--line-height-navigation);\n font-size: var(--font-size-navigation);\n font-family: var(--font-family-navigation);\n font-weight: var(--font-weight-navigation);\n letter-spacing: var(--letter-spacing-navigation);\n color: var(--base-color-", ");\n text-transform: uppercase;\n text-decoration: none;\n margin: 0;\n padding: 16px 20px 15px 5px;\n display: block;\n background: ", ";\n cursor: pointer;\n &:hover {\n background: var(--base-color-", ");\n }\n"])), exports.Colors.Black, function (_ref) {
|
|
11443
11219
|
var isActive = _ref.isActive;
|
|
11444
11220
|
return isActive ? "var(--base-color-" + exports.Colors.MidGrey + ")" : 'none';
|
|
11445
11221
|
}, exports.Colors.MidGrey);
|
|
@@ -11599,14 +11375,14 @@ var AuxiliaryNav = function AuxiliaryNav(_ref6) {
|
|
|
11599
11375
|
});
|
|
11600
11376
|
};
|
|
11601
11377
|
|
|
11602
|
-
var _templateObject$1l, _templateObject2$12, _templateObject3$
|
|
11378
|
+
var _templateObject$1l, _templateObject2$12, _templateObject3$Q, _templateObject4$H, _templateObject5$y, _templateObject6$q;
|
|
11603
11379
|
var Container$5 = /*#__PURE__*/styled__default.div(_templateObject$1l || (_templateObject$1l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n gap: 10px;\n"])));
|
|
11604
11380
|
var Sections = /*#__PURE__*/styled__default.div(_templateObject2$12 || (_templateObject2$12 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n gap: 8px;\n"])));
|
|
11605
|
-
var Section = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11381
|
+
var Section = /*#__PURE__*/styled__default.div(_templateObject3$Q || (_templateObject3$Q = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n flex: 1;\n height: 2px;\n background-color: ", ";\n"])), function (_ref) {
|
|
11606
11382
|
var color = _ref.color;
|
|
11607
11383
|
return "var(--base-color-" + color + ")";
|
|
11608
11384
|
});
|
|
11609
|
-
var BottomLine = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11385
|
+
var BottomLine = /*#__PURE__*/styled__default.div(_templateObject4$H || (_templateObject4$H = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 20px;\n"])));
|
|
11610
11386
|
var Text = /*#__PURE__*/styled__default.div(_templateObject5$y || (_templateObject5$y = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n color: ", ";\n"])), function (_ref2) {
|
|
11611
11387
|
var color = _ref2.color;
|
|
11612
11388
|
return "var(--base-color-" + color + ")";
|
|
@@ -11693,11 +11469,11 @@ var PasswordStrength = function PasswordStrength(_ref) {
|
|
|
11693
11469
|
}, strengthLabel))));
|
|
11694
11470
|
};
|
|
11695
11471
|
|
|
11696
|
-
var _templateObject$1m, _templateObject2$13, _templateObject3$
|
|
11472
|
+
var _templateObject$1m, _templateObject2$13, _templateObject3$R, _templateObject4$I, _templateObject5$z, _templateObject6$r, _templateObject7$k, _templateObject8$e, _templateObject9$9, _templateObject0$9;
|
|
11697
11473
|
var TableContainer = /*#__PURE__*/styled__default.table(_templateObject$1m || (_templateObject$1m = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n border-collapse: collapse;\n"])));
|
|
11698
11474
|
var Container$6 = /*#__PURE__*/styled__default.div(_templateObject2$13 || (_templateObject2$13 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n overflow-x: auto;\n"])));
|
|
11699
|
-
var Wrapper$8 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
11700
|
-
var TableHeader = /*#__PURE__*/styled__default.th(_templateObject4$
|
|
11475
|
+
var Wrapper$8 = /*#__PURE__*/styled__default.div(_templateObject3$R || (_templateObject3$R = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 100%;\n"])));
|
|
11476
|
+
var TableHeader = /*#__PURE__*/styled__default.th(_templateObject4$I || (_templateObject4$I = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n font-size: var(--font-size-subtitle-2);\n font-family: var(--font-family-subtitle);\n font-feature-settings: var(--font-feature-settings-subtitle);\n font-weight: var(--font-weight-subtitle-2);\n letter-spacing: var(--letter-spacing-subtitle-2);\n line-height: var(--line-height-subtitle-2);\n padding: 30px 30px 30px 0;\n text-align: left;\n text-transform: uppercase;\n border-bottom: 1px solid;\n border-top: 1px solid;\n border-color: ", ";\n\n &:last-child {\n white-space: nowrap;\n width: auto;\n }\n\n &:not(:last-child) {\n width: ", ";\n }\n\n @media ", " {\n &:last-child {\n white-space: nowrap;\n }\n }\n\n @media ", " {\n padding: 20px 20px 20px 0;\n\n &:last-child {\n white-space: normal;\n }\n }\n"])), function (props) {
|
|
11701
11477
|
return "var(--base-color-" + props.lineColor + ")";
|
|
11702
11478
|
}, function (props) {
|
|
11703
11479
|
return "calc(100% / " + (props.columns - 1) + ")";
|
|
@@ -11714,7 +11490,7 @@ var PageNumber$1 = /*#__PURE__*/styled__default.button(_templateObject7$k || (_t
|
|
|
11714
11490
|
});
|
|
11715
11491
|
var Next = /*#__PURE__*/styled__default.span(_templateObject8$e || (_templateObject8$e = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: inline-flex;\n width: 25px;\n align-items: center;\n justify-content: center;\n margin-left: 0;\n span {\n height: 1.5em;\n svg > path {\n fill: var(--base-color-dark-grey);\n }\n }\n"])));
|
|
11716
11492
|
var ScrollButtons = /*#__PURE__*/styled__default.div(_templateObject9$9 || (_templateObject9$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: flex-end;\n padding: 0 0 24px 0;\n\n div:hover {\n background-color: var(--base-color-light-grey);\n }\n\n > div > div {\n background-color: var(--base-color-light-grey);\n }\n\n svg path {\n fill: var(--base-color-black) !important;\n }\n"])));
|
|
11717
|
-
var AriaDescription$2 = /*#__PURE__*/styled__default.span(
|
|
11493
|
+
var AriaDescription$2 = /*#__PURE__*/styled__default.span(_templateObject0$9 || (_templateObject0$9 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n left: -9999px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n"])));
|
|
11718
11494
|
|
|
11719
11495
|
/* eslint-disable react/no-danger */
|
|
11720
11496
|
var Content = function Content(_ref) {
|
|
@@ -11897,7 +11673,7 @@ var Table = function Table(_ref) {
|
|
|
11897
11673
|
}))))))))));
|
|
11898
11674
|
};
|
|
11899
11675
|
|
|
11900
|
-
var _templateObject$1n, _templateObject2$14, _templateObject3$
|
|
11676
|
+
var _templateObject$1n, _templateObject2$14, _templateObject3$S, _templateObject4$J, _templateObject5$A, _templateObject6$s, _templateObject7$l, _templateObject8$f, _templateObject9$a, _templateObject0$a, _templateObject1$6, _templateObject10$4, _templateObject11$4, _templateObject12$4, _templateObject13$3;
|
|
11901
11677
|
var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$1n || (_templateObject$1n = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: relative;\n border-top: 4px solid ", ";\n border-bottom: 4px solid ", ";\n"])), function (_ref) {
|
|
11902
11678
|
var theme = _ref.theme;
|
|
11903
11679
|
return "var(--color-" + theme + ")";
|
|
@@ -11906,23 +11682,23 @@ var Wrapper$9 = /*#__PURE__*/styled__default('div')(_templateObject$1n || (_temp
|
|
|
11906
11682
|
return "var(--color-" + theme + ")";
|
|
11907
11683
|
});
|
|
11908
11684
|
var SignUpFormWrapper = /*#__PURE__*/styled__default(Grid)(_templateObject2$14 || (_templateObject2$14 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n gap: 0 var(--grid-column-gap);\n margin-bottom: 32px;\n\n @media ", " {\n margin-bottom: 30px;\n }\n"])), devices.mobile);
|
|
11909
|
-
var SignUpTitleWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$
|
|
11910
|
-
var Error$1 = /*#__PURE__*/styled__default.div(_templateObject4$
|
|
11685
|
+
var SignUpTitleWrapper = /*#__PURE__*/styled__default('div')(_templateObject3$S || (_templateObject3$S = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n position: relative;\n top: -25px;\n left: -20px;\n height: 52px;\n background: var(--color-base-white);\n display: inline-block;\n padding: 0 20px;\n\n @media ", " {\n top: -18px;\n height: 37px;\n padding: 0 13px;\n left: -13px;\n }\n"])), devices.mobile);
|
|
11686
|
+
var Error$1 = /*#__PURE__*/styled__default.div(_templateObject4$J || (_templateObject4$J = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 20px;\n color: var(--color-base-errorstate);\n\n a {\n text-decoration: underline;\n color: inherit;\n }\n"])));
|
|
11911
11687
|
var Form = /*#__PURE__*/styled__default.form(_templateObject5$A || (_templateObject5$A = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n align-items: center;\n ", " {\n margin-top: -20px;\n }\n a[href] {\n color: inherit;\n }\n"])), Error$1);
|
|
11912
11688
|
var FormFooterWrapper = /*#__PURE__*/styled__default.div(_templateObject6$s || (_templateObject6$s = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n margin-top: 32px;\n display: flex;\n gap: 28px;\n align-items: center;\n\n @media ", " {\n flex-direction: column;\n align-items: flex-start;\n }\n"])), devices.mobile);
|
|
11913
11689
|
var ServerError = /*#__PURE__*/styled__default.div(_templateObject7$l || (_templateObject7$l = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-align: left;\n color: var(--color-base-errorstate);\n"])));
|
|
11914
11690
|
var CTALinkWrapper = /*#__PURE__*/styled__default.a(_templateObject8$f || (_templateObject8$f = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n\n @media ", " {\n text-decoration: underline;\n }\n"])), devices.mobile);
|
|
11915
11691
|
var ButtonWrapper$3 = /*#__PURE__*/styled__default.div(_templateObject9$a || (_templateObject9$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n all: unset;\n width: fit-content;\n color: var(--base-color-white);\n text-decoration: none;\n\n @media ", " {\n width: 100%;\n }\n"])), devices.mobile);
|
|
11916
|
-
var FieldsWrapper = /*#__PURE__*/styled__default.div(
|
|
11917
|
-
var MessageWrapper$1 = /*#__PURE__*/styled__default.div(
|
|
11918
|
-
var DropdownAreaWrapper = /*#__PURE__*/styled__default.div(
|
|
11919
|
-
var DropdownWrapper = /*#__PURE__*/styled__default.div(
|
|
11692
|
+
var FieldsWrapper = /*#__PURE__*/styled__default.div(_templateObject0$a || (_templateObject0$a = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 36px;\n\n @media ", " {\n grid-template-columns: 1fr;\n gap: 20px;\n }\n"])), devices.mobile);
|
|
11693
|
+
var MessageWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject1$6 || (_templateObject1$6 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n div > p {\n margin: 0;\n }\n"])));
|
|
11694
|
+
var DropdownAreaWrapper = /*#__PURE__*/styled__default.div(_templateObject10$4 || (_templateObject10$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n display: grid;\n grid-template-columns: var(--grid-template-columns);\n gap: var(--grid-column-gap);\n cursor: pointer;\n"])));
|
|
11695
|
+
var DropdownWrapper = /*#__PURE__*/styled__default.div(_templateObject11$4 || (_templateObject11$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n width: fit-content;\n transform: rotate(", ");\n .dropdown-icon > div {\n border-bottom: none;\n color: var(--color-base-black);\n margin: 0;\n }\n"])), function (_ref3) {
|
|
11920
11696
|
var _ref3$isOpen = _ref3.isOpen,
|
|
11921
11697
|
isOpen = _ref3$isOpen === void 0 ? false : _ref3$isOpen;
|
|
11922
11698
|
return isOpen ? '180deg' : '0deg';
|
|
11923
11699
|
});
|
|
11924
|
-
var HiddenInstructions = /*#__PURE__*/styled__default.div(
|
|
11925
|
-
var SignUpHeader = /*#__PURE__*/styled__default(Grid)(
|
|
11700
|
+
var HiddenInstructions = /*#__PURE__*/styled__default.div(_templateObject12$4 || (_templateObject12$4 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip-path: inset(50%);\n white-space: nowrap;\n border: 0;\n"])));
|
|
11701
|
+
var SignUpHeader = /*#__PURE__*/styled__default(Grid)(_templateObject13$3 || (_templateObject13$3 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n grid-column: 1 / -1;\n row-gap: 0;\n"])));
|
|
11926
11702
|
|
|
11927
11703
|
var themeToColor = function themeToColor(theme) {
|
|
11928
11704
|
switch (theme) {
|
|
@@ -11954,6 +11730,7 @@ var SignUpTitle = function SignUpTitle(_ref) {
|
|
|
11954
11730
|
}, title)));
|
|
11955
11731
|
};
|
|
11956
11732
|
|
|
11733
|
+
/* eslint-disable react/no-danger */
|
|
11957
11734
|
var SignUpMessage = function SignUpMessage(_ref) {
|
|
11958
11735
|
var message = _ref.message,
|
|
11959
11736
|
_ref$withDropdown = _ref.withDropdown,
|
|
@@ -12033,9 +11810,12 @@ var SignUpFormButton = function SignUpFormButton(_ref) {
|
|
|
12033
11810
|
onKeyDown: onKeyDownHandler
|
|
12034
11811
|
};
|
|
12035
11812
|
if (theme === exports.ThemeType.Core) {
|
|
12036
|
-
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps
|
|
11813
|
+
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11814
|
+
role: "button"
|
|
11815
|
+
}), BUTTON_TEXT);
|
|
12037
11816
|
}
|
|
12038
11817
|
return /*#__PURE__*/React__default.createElement(PrimaryButton, Object.assign({}, buttonProps, {
|
|
11818
|
+
role: "button",
|
|
12039
11819
|
textColor: ThemeColor['base-white'],
|
|
12040
11820
|
backgroundColor: ThemeColor['base-black'],
|
|
12041
11821
|
hoveredColor: ThemeColor['black-hovered'],
|
|
@@ -12317,10 +12097,10 @@ var SignUpFormComponent = function SignUpFormComponent(_ref) {
|
|
|
12317
12097
|
}))))));
|
|
12318
12098
|
};
|
|
12319
12099
|
|
|
12320
|
-
var _templateObject$1o, _templateObject3$
|
|
12100
|
+
var _templateObject$1o, _templateObject3$T, _templateObject4$K;
|
|
12321
12101
|
var AnchorBarContainer = /*#__PURE__*/styled__default(Grid)(_templateObject$1o || (_templateObject$1o = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n position: sticky;\n top: 0;\n min-height: 70px;\n background: var(--color-base-white);\n z-index: ", ";\n align-content: center;\n\n @media ", " {\n min-height: 60px;\n }\n"])), zIndexes.anchor, devices.mobile);
|
|
12322
|
-
var CloseButtonWrapper = /*#__PURE__*/styled__default.a(_templateObject3$
|
|
12323
|
-
var ContentWrapper$3 = /*#__PURE__*/styled__default.a(_templateObject4$
|
|
12102
|
+
var CloseButtonWrapper = /*#__PURE__*/styled__default.a(_templateObject3$T || (_templateObject3$T = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n text-decoration: none;\n display: flex;\n align-items: center;\n justify-content: center;\n min-height: 24px;\n min-width: 24px;\n max-height: 24px;\n max-width: 24px;\n border: none;\n padding: 0;\n background: none;\n\n :hover {\n cursor: pointer;\n }\n\n @media ", " {\n min-height: 12px;\n min-width: 12px;\n max-height: 12px;\n max-width: 12px;\n }\n"])), devices.mobile);
|
|
12103
|
+
var ContentWrapper$3 = /*#__PURE__*/styled__default.a(_templateObject4$K || (_templateObject4$K = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n"])));
|
|
12324
12104
|
|
|
12325
12105
|
var AnchorBar = function AnchorBar(_ref) {
|
|
12326
12106
|
var cta = _ref.cta,
|
|
@@ -12445,7 +12225,6 @@ var SwipeCarousel = function SwipeCarousel(_ref2) {
|
|
|
12445
12225
|
}));
|
|
12446
12226
|
};
|
|
12447
12227
|
|
|
12448
|
-
var TYPOGRAPHY_CLASS_NAME = 'highlight-carousel-text';
|
|
12449
12228
|
var HighlightsCarousel = function HighlightsCarousel(_ref) {
|
|
12450
12229
|
var logo = _ref.logo,
|
|
12451
12230
|
carouselTitle = _ref.carouselTitle,
|
|
@@ -12574,11 +12353,11 @@ var HarmonicThemeProvider = function HarmonicThemeProvider(_ref) {
|
|
|
12574
12353
|
return themedChildren.length === 1 ? themedChildren[0] : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, themedChildren);
|
|
12575
12354
|
};
|
|
12576
12355
|
|
|
12577
|
-
var _excluded$
|
|
12356
|
+
var _excluded$u = ["logo", "slides"];
|
|
12578
12357
|
var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
12579
12358
|
var logo = _ref.logo,
|
|
12580
12359
|
slides = _ref.slides,
|
|
12581
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12360
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$u);
|
|
12582
12361
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12583
12362
|
var links = processSlideLinks(slide.links);
|
|
12584
12363
|
return _extends({}, slide, {
|
|
@@ -12595,10 +12374,10 @@ var HighlightsCinema = function HighlightsCinema(_ref) {
|
|
|
12595
12374
|
})));
|
|
12596
12375
|
};
|
|
12597
12376
|
|
|
12598
|
-
var _excluded$
|
|
12377
|
+
var _excluded$v = ["slides"];
|
|
12599
12378
|
var HighlightsCore = function HighlightsCore(_ref) {
|
|
12600
12379
|
var slides = _ref.slides,
|
|
12601
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12380
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$v);
|
|
12602
12381
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12603
12382
|
var links = processSlideLinks(slide.links);
|
|
12604
12383
|
return _extends({}, slide, {
|
|
@@ -12612,11 +12391,11 @@ var HighlightsCore = function HighlightsCore(_ref) {
|
|
|
12612
12391
|
})));
|
|
12613
12392
|
};
|
|
12614
12393
|
|
|
12615
|
-
var _excluded$
|
|
12394
|
+
var _excluded$w = ["logo", "slides"];
|
|
12616
12395
|
var HighlightsStream = function HighlightsStream(_ref) {
|
|
12617
12396
|
var logo = _ref.logo,
|
|
12618
12397
|
slides = _ref.slides,
|
|
12619
|
-
rest = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
12398
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded$w);
|
|
12620
12399
|
var slidesWithLinks = slides.map(function (slide) {
|
|
12621
12400
|
var links = processSlideLinks(slide.links);
|
|
12622
12401
|
return _extends({}, slide, {
|
|
@@ -12633,9 +12412,9 @@ var HighlightsStream = function HighlightsStream(_ref) {
|
|
|
12633
12412
|
})));
|
|
12634
12413
|
};
|
|
12635
12414
|
|
|
12636
|
-
var _templateObject$1p, _templateObject3$
|
|
12415
|
+
var _templateObject$1p, _templateObject3$U;
|
|
12637
12416
|
var CarouselWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject$1p || (_templateObject$1p = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n user-select: none;\n display: flex;\n\n .swipe-slide {\n width: 100%;\n }\n"])));
|
|
12638
|
-
var ButtonsWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$
|
|
12417
|
+
var ButtonsWrapper$1 = /*#__PURE__*/styled__default.div(_templateObject3$U || (_templateObject3$U = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n flex-direction: column;\n margin-left: 6px;\n"])));
|
|
12639
12418
|
|
|
12640
12419
|
var MinimalCarousel = function MinimalCarousel(_ref) {
|
|
12641
12420
|
var children = _ref.children;
|
|
@@ -12698,483 +12477,489 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
12698
12477
|
}, function (_ref9) {
|
|
12699
12478
|
var theme = _ref9.theme;
|
|
12700
12479
|
return theme.colors.lightgrey;
|
|
12480
|
+
}, function (_ref0) {
|
|
12481
|
+
var theme = _ref0.theme;
|
|
12482
|
+
return theme.colors.error;
|
|
12483
|
+
}, function (_ref1) {
|
|
12484
|
+
var theme = _ref1.theme;
|
|
12485
|
+
return theme.colors.medium;
|
|
12701
12486
|
}, function (_ref10) {
|
|
12702
12487
|
var theme = _ref10.theme;
|
|
12703
|
-
return theme.colors.
|
|
12488
|
+
return theme.colors.good;
|
|
12704
12489
|
}, function (_ref11) {
|
|
12705
12490
|
var theme = _ref11.theme;
|
|
12706
|
-
return theme.colors.
|
|
12491
|
+
return theme.colors.darkgrey;
|
|
12707
12492
|
}, function (_ref12) {
|
|
12708
12493
|
var theme = _ref12.theme;
|
|
12709
|
-
return theme.colors.
|
|
12494
|
+
return theme.colors.midgrey;
|
|
12710
12495
|
}, function (_ref13) {
|
|
12711
12496
|
var theme = _ref13.theme;
|
|
12712
|
-
return theme.colors.
|
|
12497
|
+
return theme.colors.lightgrey;
|
|
12713
12498
|
}, function (_ref14) {
|
|
12714
12499
|
var theme = _ref14.theme;
|
|
12715
|
-
return theme.colors.
|
|
12500
|
+
return theme.colors.error;
|
|
12716
12501
|
}, function (_ref15) {
|
|
12717
12502
|
var theme = _ref15.theme;
|
|
12718
|
-
return theme.colors.
|
|
12503
|
+
return theme.colors.medium;
|
|
12719
12504
|
}, function (_ref16) {
|
|
12720
12505
|
var theme = _ref16.theme;
|
|
12721
|
-
return theme.colors.
|
|
12506
|
+
return theme.colors.good;
|
|
12722
12507
|
}, function (_ref17) {
|
|
12723
12508
|
var theme = _ref17.theme;
|
|
12724
|
-
return theme.colors.
|
|
12509
|
+
return theme.colors.progress;
|
|
12725
12510
|
}, function (_ref18) {
|
|
12726
12511
|
var theme = _ref18.theme;
|
|
12727
|
-
return theme.colors.
|
|
12512
|
+
return theme.colors.navigation;
|
|
12728
12513
|
}, function (_ref19) {
|
|
12729
12514
|
var theme = _ref19.theme;
|
|
12730
|
-
return theme.colors.
|
|
12515
|
+
return theme.colors.lapisLazuli;
|
|
12731
12516
|
}, function (_ref20) {
|
|
12732
12517
|
var theme = _ref20.theme;
|
|
12733
|
-
return theme.colors.
|
|
12518
|
+
return theme.colors.lemonChiffon;
|
|
12734
12519
|
}, function (_ref21) {
|
|
12735
12520
|
var theme = _ref21.theme;
|
|
12736
|
-
return theme.
|
|
12521
|
+
return theme.spacing[12];
|
|
12737
12522
|
}, function (_ref22) {
|
|
12738
12523
|
var theme = _ref22.theme;
|
|
12739
|
-
return theme.
|
|
12524
|
+
return theme.fonts.desktop.lineHeights.buttons;
|
|
12740
12525
|
}, function (_ref23) {
|
|
12741
12526
|
var theme = _ref23.theme;
|
|
12742
|
-
return theme.
|
|
12527
|
+
return theme.buttons.paddingX;
|
|
12743
12528
|
}, function (_ref24) {
|
|
12744
12529
|
var theme = _ref24.theme;
|
|
12745
|
-
return theme.
|
|
12530
|
+
return theme.buttons.paddingY;
|
|
12746
12531
|
}, function (_ref25) {
|
|
12747
12532
|
var theme = _ref25.theme;
|
|
12748
|
-
return theme.buttons.
|
|
12533
|
+
return theme.buttons.paddingYIcon;
|
|
12749
12534
|
}, function (_ref26) {
|
|
12750
12535
|
var theme = _ref26.theme;
|
|
12751
|
-
return theme.buttons.
|
|
12536
|
+
return theme.buttons.iconMargin;
|
|
12752
12537
|
}, function (_ref27) {
|
|
12753
12538
|
var theme = _ref27.theme;
|
|
12754
|
-
return theme.buttons.
|
|
12539
|
+
return theme.buttons.iconWidth;
|
|
12755
12540
|
}, function (_ref28) {
|
|
12756
12541
|
var theme = _ref28.theme;
|
|
12757
|
-
return theme.buttons.
|
|
12542
|
+
return theme.buttons.iconHeight;
|
|
12758
12543
|
}, function (_ref29) {
|
|
12759
12544
|
var theme = _ref29.theme;
|
|
12760
|
-
return theme.buttons
|
|
12545
|
+
return theme.fonts.desktop.sizes.buttons;
|
|
12761
12546
|
}, function (_ref30) {
|
|
12762
12547
|
var theme = _ref30.theme;
|
|
12763
|
-
return theme.buttons
|
|
12548
|
+
return theme.fonts.desktop.weights.buttons;
|
|
12764
12549
|
}, function (_ref31) {
|
|
12765
12550
|
var theme = _ref31.theme;
|
|
12766
|
-
return theme.fonts.desktop.sizes.
|
|
12551
|
+
return theme.fonts.desktop.sizes.headers[1];
|
|
12767
12552
|
}, function (_ref32) {
|
|
12768
12553
|
var theme = _ref32.theme;
|
|
12769
|
-
return theme.fonts.desktop.weights.
|
|
12554
|
+
return theme.fonts.desktop.weights.headers[1];
|
|
12770
12555
|
}, function (_ref33) {
|
|
12771
12556
|
var theme = _ref33.theme;
|
|
12772
|
-
return theme.fonts.desktop.
|
|
12557
|
+
return theme.fonts.desktop.letterSpacing.headers[1];
|
|
12773
12558
|
}, function (_ref34) {
|
|
12774
12559
|
var theme = _ref34.theme;
|
|
12775
|
-
return theme.fonts.desktop.
|
|
12560
|
+
return theme.fonts.desktop.lineHeights.headers[1];
|
|
12776
12561
|
}, function (_ref35) {
|
|
12777
12562
|
var theme = _ref35.theme;
|
|
12778
|
-
return theme.fonts.desktop.
|
|
12563
|
+
return theme.fonts.desktop.margins.headers[1];
|
|
12779
12564
|
}, function (_ref36) {
|
|
12780
12565
|
var theme = _ref36.theme;
|
|
12781
|
-
return theme.fonts.desktop.
|
|
12566
|
+
return theme.fonts.desktop.sizes.headers[2];
|
|
12782
12567
|
}, function (_ref37) {
|
|
12783
12568
|
var theme = _ref37.theme;
|
|
12784
|
-
return theme.fonts.desktop.
|
|
12569
|
+
return theme.fonts.desktop.weights.headers[2];
|
|
12785
12570
|
}, function (_ref38) {
|
|
12786
12571
|
var theme = _ref38.theme;
|
|
12787
|
-
return theme.fonts.desktop.
|
|
12572
|
+
return theme.fonts.desktop.letterSpacing.headers[2];
|
|
12788
12573
|
}, function (_ref39) {
|
|
12789
12574
|
var theme = _ref39.theme;
|
|
12790
|
-
return theme.fonts.desktop.
|
|
12575
|
+
return theme.fonts.desktop.lineHeights.headers[2];
|
|
12791
12576
|
}, function (_ref40) {
|
|
12792
12577
|
var theme = _ref40.theme;
|
|
12793
|
-
return theme.fonts.desktop.
|
|
12578
|
+
return theme.fonts.desktop.margins.headers[2];
|
|
12794
12579
|
}, function (_ref41) {
|
|
12795
12580
|
var theme = _ref41.theme;
|
|
12796
|
-
return theme.fonts.desktop.
|
|
12581
|
+
return theme.fonts.desktop.sizes.headers[3];
|
|
12797
12582
|
}, function (_ref42) {
|
|
12798
12583
|
var theme = _ref42.theme;
|
|
12799
|
-
return theme.fonts.desktop.
|
|
12584
|
+
return theme.fonts.desktop.weights.headers[3];
|
|
12800
12585
|
}, function (_ref43) {
|
|
12801
12586
|
var theme = _ref43.theme;
|
|
12802
|
-
return theme.fonts.desktop.
|
|
12587
|
+
return theme.fonts.desktop.letterSpacing.headers[3];
|
|
12803
12588
|
}, function (_ref44) {
|
|
12804
12589
|
var theme = _ref44.theme;
|
|
12805
|
-
return theme.fonts.desktop.
|
|
12590
|
+
return theme.fonts.desktop.lineHeights.headers[3];
|
|
12806
12591
|
}, function (_ref45) {
|
|
12807
12592
|
var theme = _ref45.theme;
|
|
12808
|
-
return theme.fonts.desktop.
|
|
12593
|
+
return theme.fonts.desktop.margins.headers[3];
|
|
12809
12594
|
}, function (_ref46) {
|
|
12810
12595
|
var theme = _ref46.theme;
|
|
12811
|
-
return theme.fonts.desktop.
|
|
12596
|
+
return theme.fonts.desktop.sizes.headers[4];
|
|
12812
12597
|
}, function (_ref47) {
|
|
12813
12598
|
var theme = _ref47.theme;
|
|
12814
|
-
return theme.fonts.desktop.
|
|
12599
|
+
return theme.fonts.desktop.weights.headers[4];
|
|
12815
12600
|
}, function (_ref48) {
|
|
12816
12601
|
var theme = _ref48.theme;
|
|
12817
|
-
return theme.fonts.desktop.
|
|
12602
|
+
return theme.fonts.desktop.letterSpacing.headers[4];
|
|
12818
12603
|
}, function (_ref49) {
|
|
12819
12604
|
var theme = _ref49.theme;
|
|
12820
|
-
return theme.fonts.desktop.
|
|
12605
|
+
return theme.fonts.desktop.lineHeights.headers[4];
|
|
12821
12606
|
}, function (_ref50) {
|
|
12822
12607
|
var theme = _ref50.theme;
|
|
12823
|
-
return theme.fonts.desktop.
|
|
12608
|
+
return theme.fonts.desktop.margins.headers[4];
|
|
12824
12609
|
}, function (_ref51) {
|
|
12825
12610
|
var theme = _ref51.theme;
|
|
12826
|
-
return theme.fonts.desktop.
|
|
12611
|
+
return theme.fonts.desktop.sizes.headers[5];
|
|
12827
12612
|
}, function (_ref52) {
|
|
12828
12613
|
var theme = _ref52.theme;
|
|
12829
|
-
return theme.fonts.desktop.
|
|
12614
|
+
return theme.fonts.desktop.weights.headers[5];
|
|
12830
12615
|
}, function (_ref53) {
|
|
12831
12616
|
var theme = _ref53.theme;
|
|
12832
|
-
return theme.fonts.desktop.
|
|
12617
|
+
return theme.fonts.desktop.letterSpacing.headers[5];
|
|
12833
12618
|
}, function (_ref54) {
|
|
12834
12619
|
var theme = _ref54.theme;
|
|
12835
|
-
return theme.fonts.desktop.
|
|
12620
|
+
return theme.fonts.desktop.lineHeights.headers[5];
|
|
12836
12621
|
}, function (_ref55) {
|
|
12837
12622
|
var theme = _ref55.theme;
|
|
12838
|
-
return theme.fonts.desktop.
|
|
12623
|
+
return theme.fonts.desktop.margins.headers[5];
|
|
12839
12624
|
}, function (_ref56) {
|
|
12840
12625
|
var theme = _ref56.theme;
|
|
12841
|
-
return theme.fonts.desktop.
|
|
12626
|
+
return theme.fonts.desktop.sizes.headers[6];
|
|
12842
12627
|
}, function (_ref57) {
|
|
12843
12628
|
var theme = _ref57.theme;
|
|
12844
|
-
return theme.fonts.desktop.
|
|
12629
|
+
return theme.fonts.desktop.weights.headers[6];
|
|
12845
12630
|
}, function (_ref58) {
|
|
12846
12631
|
var theme = _ref58.theme;
|
|
12847
|
-
return theme.fonts.desktop.
|
|
12632
|
+
return theme.fonts.desktop.letterSpacing.headers[6];
|
|
12848
12633
|
}, function (_ref59) {
|
|
12849
12634
|
var theme = _ref59.theme;
|
|
12850
|
-
return theme.fonts.desktop.
|
|
12635
|
+
return theme.fonts.desktop.lineHeights.headers[6];
|
|
12851
12636
|
}, function (_ref60) {
|
|
12852
12637
|
var theme = _ref60.theme;
|
|
12853
|
-
return theme.fonts.desktop.
|
|
12638
|
+
return theme.fonts.desktop.margins.headers[6];
|
|
12854
12639
|
}, function (_ref61) {
|
|
12855
12640
|
var theme = _ref61.theme;
|
|
12856
|
-
return theme.fonts.desktop.
|
|
12641
|
+
return theme.fonts.desktop.sizes.altHeaders[3];
|
|
12857
12642
|
}, function (_ref62) {
|
|
12858
12643
|
var theme = _ref62.theme;
|
|
12859
|
-
return theme.fonts.desktop.
|
|
12644
|
+
return theme.fonts.desktop.weights.altHeaders[3];
|
|
12860
12645
|
}, function (_ref63) {
|
|
12861
12646
|
var theme = _ref63.theme;
|
|
12862
|
-
return theme.fonts.desktop.
|
|
12647
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[3];
|
|
12863
12648
|
}, function (_ref64) {
|
|
12864
12649
|
var theme = _ref64.theme;
|
|
12865
|
-
return theme.fonts.desktop.
|
|
12650
|
+
return theme.fonts.desktop.lineHeights.altHeaders[3];
|
|
12866
12651
|
}, function (_ref65) {
|
|
12867
12652
|
var theme = _ref65.theme;
|
|
12868
|
-
return theme.fonts.desktop.
|
|
12653
|
+
return theme.fonts.desktop.sizes.altHeaders[4];
|
|
12869
12654
|
}, function (_ref66) {
|
|
12870
12655
|
var theme = _ref66.theme;
|
|
12871
|
-
return theme.fonts.desktop.
|
|
12656
|
+
return theme.fonts.desktop.weights.altHeaders[4];
|
|
12872
12657
|
}, function (_ref67) {
|
|
12873
12658
|
var theme = _ref67.theme;
|
|
12874
|
-
return theme.fonts.desktop.
|
|
12659
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[4];
|
|
12875
12660
|
}, function (_ref68) {
|
|
12876
12661
|
var theme = _ref68.theme;
|
|
12877
|
-
return theme.fonts.desktop.
|
|
12662
|
+
return theme.fonts.desktop.lineHeights.altHeaders[4];
|
|
12878
12663
|
}, function (_ref69) {
|
|
12879
12664
|
var theme = _ref69.theme;
|
|
12880
|
-
return theme.fonts.desktop.
|
|
12665
|
+
return theme.fonts.desktop.sizes.altHeaders[5];
|
|
12881
12666
|
}, function (_ref70) {
|
|
12882
12667
|
var theme = _ref70.theme;
|
|
12883
|
-
return theme.fonts.desktop.
|
|
12668
|
+
return theme.fonts.desktop.weights.altHeaders[5];
|
|
12884
12669
|
}, function (_ref71) {
|
|
12885
12670
|
var theme = _ref71.theme;
|
|
12886
|
-
return theme.fonts.desktop.
|
|
12671
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[5];
|
|
12887
12672
|
}, function (_ref72) {
|
|
12888
12673
|
var theme = _ref72.theme;
|
|
12889
|
-
return theme.fonts.desktop.
|
|
12674
|
+
return theme.fonts.desktop.lineHeights.altHeaders[5];
|
|
12890
12675
|
}, function (_ref73) {
|
|
12891
12676
|
var theme = _ref73.theme;
|
|
12892
|
-
return theme.fonts.desktop.
|
|
12677
|
+
return theme.fonts.desktop.sizes.altHeaders[6];
|
|
12893
12678
|
}, function (_ref74) {
|
|
12894
12679
|
var theme = _ref74.theme;
|
|
12895
|
-
return theme.fonts.desktop.
|
|
12680
|
+
return theme.fonts.desktop.weights.altHeaders[6];
|
|
12896
12681
|
}, function (_ref75) {
|
|
12897
12682
|
var theme = _ref75.theme;
|
|
12898
|
-
return theme.fonts.desktop.
|
|
12683
|
+
return theme.fonts.desktop.letterSpacing.altHeaders[6];
|
|
12899
12684
|
}, function (_ref76) {
|
|
12900
12685
|
var theme = _ref76.theme;
|
|
12901
|
-
return theme.fonts.desktop.
|
|
12686
|
+
return theme.fonts.desktop.lineHeights.altHeaders[6];
|
|
12902
12687
|
}, function (_ref77) {
|
|
12903
12688
|
var theme = _ref77.theme;
|
|
12904
|
-
return theme.fonts.desktop.
|
|
12689
|
+
return theme.fonts.desktop.sizes.overline[1];
|
|
12905
12690
|
}, function (_ref78) {
|
|
12906
12691
|
var theme = _ref78.theme;
|
|
12907
|
-
return theme.fonts.desktop.
|
|
12692
|
+
return theme.fonts.desktop.weights.overline[1];
|
|
12908
12693
|
}, function (_ref79) {
|
|
12909
12694
|
var theme = _ref79.theme;
|
|
12910
|
-
return theme.fonts.desktop.
|
|
12695
|
+
return theme.fonts.desktop.letterSpacing.overline[1];
|
|
12911
12696
|
}, function (_ref80) {
|
|
12912
12697
|
var theme = _ref80.theme;
|
|
12913
|
-
return theme.fonts.desktop.
|
|
12698
|
+
return theme.fonts.desktop.lineHeights.overline[1];
|
|
12914
12699
|
}, function (_ref81) {
|
|
12915
12700
|
var theme = _ref81.theme;
|
|
12916
|
-
return theme.fonts.desktop.
|
|
12701
|
+
return theme.fonts.desktop.sizes.overline[2];
|
|
12917
12702
|
}, function (_ref82) {
|
|
12918
12703
|
var theme = _ref82.theme;
|
|
12919
|
-
return theme.fonts.desktop.
|
|
12704
|
+
return theme.fonts.desktop.weights.overline[2];
|
|
12920
12705
|
}, function (_ref83) {
|
|
12921
12706
|
var theme = _ref83.theme;
|
|
12922
|
-
return theme.fonts.desktop.
|
|
12707
|
+
return theme.fonts.desktop.letterSpacing.overline[2];
|
|
12923
12708
|
}, function (_ref84) {
|
|
12924
12709
|
var theme = _ref84.theme;
|
|
12925
|
-
return theme.fonts.desktop.
|
|
12710
|
+
return theme.fonts.desktop.lineHeights.overline[2];
|
|
12926
12711
|
}, function (_ref85) {
|
|
12927
12712
|
var theme = _ref85.theme;
|
|
12928
|
-
return theme.fonts.desktop.
|
|
12713
|
+
return theme.fonts.desktop.sizes.overline[3];
|
|
12929
12714
|
}, function (_ref86) {
|
|
12930
12715
|
var theme = _ref86.theme;
|
|
12931
|
-
return theme.fonts.desktop.
|
|
12716
|
+
return theme.fonts.desktop.weights.overline[3];
|
|
12932
12717
|
}, function (_ref87) {
|
|
12933
12718
|
var theme = _ref87.theme;
|
|
12934
|
-
return theme.fonts.desktop.
|
|
12719
|
+
return theme.fonts.desktop.letterSpacing.overline[3];
|
|
12935
12720
|
}, function (_ref88) {
|
|
12936
12721
|
var theme = _ref88.theme;
|
|
12937
|
-
return theme.fonts.desktop.
|
|
12722
|
+
return theme.fonts.desktop.lineHeights.overline[3];
|
|
12938
12723
|
}, function (_ref89) {
|
|
12939
12724
|
var theme = _ref89.theme;
|
|
12940
|
-
return theme.fonts.desktop.
|
|
12725
|
+
return theme.fonts.desktop.sizes.overline[4];
|
|
12941
12726
|
}, function (_ref90) {
|
|
12942
12727
|
var theme = _ref90.theme;
|
|
12943
|
-
return theme.fonts.desktop.
|
|
12728
|
+
return theme.fonts.desktop.weights.overline[4];
|
|
12944
12729
|
}, function (_ref91) {
|
|
12945
12730
|
var theme = _ref91.theme;
|
|
12946
|
-
return theme.fonts.desktop.
|
|
12731
|
+
return theme.fonts.desktop.letterSpacing.overline[4];
|
|
12947
12732
|
}, function (_ref92) {
|
|
12948
12733
|
var theme = _ref92.theme;
|
|
12949
|
-
return theme.fonts.desktop.
|
|
12734
|
+
return theme.fonts.desktop.lineHeights.overline[4];
|
|
12950
12735
|
}, function (_ref93) {
|
|
12951
12736
|
var theme = _ref93.theme;
|
|
12952
|
-
return theme.fonts.desktop.
|
|
12737
|
+
return theme.fonts.desktop.sizes.body[1];
|
|
12953
12738
|
}, function (_ref94) {
|
|
12954
12739
|
var theme = _ref94.theme;
|
|
12955
|
-
return theme.fonts.desktop.
|
|
12740
|
+
return theme.fonts.desktop.weights.body[1];
|
|
12956
12741
|
}, function (_ref95) {
|
|
12957
12742
|
var theme = _ref95.theme;
|
|
12958
|
-
return theme.fonts.desktop.
|
|
12743
|
+
return theme.fonts.desktop.letterSpacing.body[1];
|
|
12959
12744
|
}, function (_ref96) {
|
|
12960
12745
|
var theme = _ref96.theme;
|
|
12961
|
-
return theme.fonts.desktop.
|
|
12746
|
+
return theme.fonts.desktop.lineHeights.body[1];
|
|
12962
12747
|
}, function (_ref97) {
|
|
12963
12748
|
var theme = _ref97.theme;
|
|
12964
|
-
return theme.fonts.desktop.
|
|
12749
|
+
return theme.fonts.desktop.sizes.body[2];
|
|
12965
12750
|
}, function (_ref98) {
|
|
12966
12751
|
var theme = _ref98.theme;
|
|
12967
|
-
return theme.fonts.desktop.
|
|
12752
|
+
return theme.fonts.desktop.weights.body[2];
|
|
12968
12753
|
}, function (_ref99) {
|
|
12969
12754
|
var theme = _ref99.theme;
|
|
12970
|
-
return theme.fonts.desktop.
|
|
12755
|
+
return theme.fonts.desktop.letterSpacing.body[2];
|
|
12971
12756
|
}, function (_ref100) {
|
|
12972
12757
|
var theme = _ref100.theme;
|
|
12973
|
-
return theme.fonts.desktop.
|
|
12758
|
+
return theme.fonts.desktop.lineHeights.body[2];
|
|
12974
12759
|
}, function (_ref101) {
|
|
12975
12760
|
var theme = _ref101.theme;
|
|
12976
|
-
return theme.fonts.desktop.
|
|
12761
|
+
return theme.fonts.desktop.sizes.body[3];
|
|
12977
12762
|
}, function (_ref102) {
|
|
12978
12763
|
var theme = _ref102.theme;
|
|
12979
|
-
return theme.fonts.desktop.
|
|
12764
|
+
return theme.fonts.desktop.weights.body[3];
|
|
12980
12765
|
}, function (_ref103) {
|
|
12981
12766
|
var theme = _ref103.theme;
|
|
12982
|
-
return theme.fonts.desktop.
|
|
12767
|
+
return theme.fonts.desktop.letterSpacing.body[3];
|
|
12983
12768
|
}, function (_ref104) {
|
|
12984
12769
|
var theme = _ref104.theme;
|
|
12985
|
-
return theme.fonts.desktop.
|
|
12770
|
+
return theme.fonts.desktop.lineHeights.body[3];
|
|
12986
12771
|
}, function (_ref105) {
|
|
12987
12772
|
var theme = _ref105.theme;
|
|
12988
|
-
return theme.fonts.desktop.
|
|
12773
|
+
return theme.fonts.desktop.sizes.subtitles[1];
|
|
12989
12774
|
}, function (_ref106) {
|
|
12990
12775
|
var theme = _ref106.theme;
|
|
12991
|
-
return theme.fonts.desktop.
|
|
12776
|
+
return theme.fonts.desktop.weights.subtitles[1];
|
|
12992
12777
|
}, function (_ref107) {
|
|
12993
12778
|
var theme = _ref107.theme;
|
|
12994
|
-
return theme.fonts.desktop.
|
|
12779
|
+
return theme.fonts.desktop.letterSpacing.subtitles[1];
|
|
12995
12780
|
}, function (_ref108) {
|
|
12996
12781
|
var theme = _ref108.theme;
|
|
12997
|
-
return theme.fonts.desktop.
|
|
12782
|
+
return theme.fonts.desktop.lineHeights.subtitles[1];
|
|
12998
12783
|
}, function (_ref109) {
|
|
12999
12784
|
var theme = _ref109.theme;
|
|
13000
|
-
return theme.fonts.desktop.
|
|
12785
|
+
return theme.fonts.desktop.sizes.subtitles[2];
|
|
13001
12786
|
}, function (_ref110) {
|
|
13002
12787
|
var theme = _ref110.theme;
|
|
13003
|
-
return theme.fonts.desktop.
|
|
12788
|
+
return theme.fonts.desktop.weights.subtitles[2];
|
|
13004
12789
|
}, function (_ref111) {
|
|
13005
12790
|
var theme = _ref111.theme;
|
|
13006
|
-
return theme.fonts.desktop.
|
|
12791
|
+
return theme.fonts.desktop.letterSpacing.subtitles[2];
|
|
13007
12792
|
}, function (_ref112) {
|
|
13008
12793
|
var theme = _ref112.theme;
|
|
13009
|
-
return theme.fonts.desktop.
|
|
12794
|
+
return theme.fonts.desktop.lineHeights.subtitles[2];
|
|
13010
12795
|
}, function (_ref113) {
|
|
13011
12796
|
var theme = _ref113.theme;
|
|
13012
|
-
return theme.fonts.desktop.
|
|
12797
|
+
return theme.fonts.desktop.sizes.titleDescription;
|
|
13013
12798
|
}, function (_ref114) {
|
|
13014
12799
|
var theme = _ref114.theme;
|
|
13015
|
-
return theme.fonts.desktop.lineHeights.
|
|
12800
|
+
return theme.fonts.desktop.lineHeights.titleDescription;
|
|
13016
12801
|
}, function (_ref115) {
|
|
13017
12802
|
var theme = _ref115.theme;
|
|
13018
|
-
return theme.fonts.desktop.
|
|
12803
|
+
return theme.fonts.desktop.lineHeights.listing;
|
|
13019
12804
|
}, function (_ref116) {
|
|
13020
12805
|
var theme = _ref116.theme;
|
|
13021
|
-
return theme.fonts.desktop.
|
|
12806
|
+
return theme.fonts.desktop.sizes.listing;
|
|
13022
12807
|
}, function (_ref117) {
|
|
13023
12808
|
var theme = _ref117.theme;
|
|
13024
|
-
return theme.fonts.desktop.lineHeights.
|
|
12809
|
+
return theme.fonts.desktop.lineHeights.peopleListing;
|
|
13025
12810
|
}, function (_ref118) {
|
|
13026
12811
|
var theme = _ref118.theme;
|
|
13027
|
-
return theme.
|
|
12812
|
+
return theme.spacing[6];
|
|
13028
12813
|
}, function (_ref119) {
|
|
13029
12814
|
var theme = _ref119.theme;
|
|
13030
|
-
return theme.fonts.desktop.
|
|
12815
|
+
return theme.fonts.desktop.families.headers;
|
|
13031
12816
|
}, function (_ref120) {
|
|
13032
12817
|
var theme = _ref120.theme;
|
|
13033
|
-
return theme.
|
|
12818
|
+
return theme.fonts.desktop.families.altHeaders;
|
|
13034
12819
|
}, function (_ref121) {
|
|
13035
12820
|
var theme = _ref121.theme;
|
|
13036
|
-
return theme.fonts.desktop.families.
|
|
12821
|
+
return theme.fonts.desktop.families.body;
|
|
13037
12822
|
}, function (_ref122) {
|
|
13038
12823
|
var theme = _ref122.theme;
|
|
13039
|
-
return theme.fonts.desktop.families.
|
|
12824
|
+
return theme.fonts.desktop.families.bodyItalics;
|
|
13040
12825
|
}, function (_ref123) {
|
|
13041
12826
|
var theme = _ref123.theme;
|
|
13042
|
-
return theme.fonts.desktop.families.
|
|
12827
|
+
return theme.fonts.desktop.families.buttons;
|
|
13043
12828
|
}, function (_ref124) {
|
|
13044
12829
|
var theme = _ref124.theme;
|
|
13045
|
-
return theme.fonts.desktop.families.
|
|
12830
|
+
return theme.fonts.desktop.families.overline;
|
|
13046
12831
|
}, function (_ref125) {
|
|
13047
12832
|
var theme = _ref125.theme;
|
|
13048
|
-
return theme.fonts.desktop.families.
|
|
12833
|
+
return theme.fonts.desktop.families.subtitles;
|
|
13049
12834
|
}, function (_ref126) {
|
|
13050
12835
|
var theme = _ref126.theme;
|
|
13051
|
-
return theme.fonts.desktop.families.
|
|
12836
|
+
return theme.fonts.desktop.families.peopleListingRole;
|
|
13052
12837
|
}, function (_ref127) {
|
|
13053
12838
|
var theme = _ref127.theme;
|
|
13054
|
-
return theme.fonts.desktop.families.
|
|
12839
|
+
return theme.fonts.desktop.families.body;
|
|
13055
12840
|
}, function (_ref128) {
|
|
13056
12841
|
var theme = _ref128.theme;
|
|
13057
|
-
return theme.fonts.desktop.
|
|
12842
|
+
return theme.fonts.desktop.fontFeatureSettings.headers;
|
|
13058
12843
|
}, function (_ref129) {
|
|
13059
12844
|
var theme = _ref129.theme;
|
|
13060
|
-
return theme.fonts.desktop.
|
|
12845
|
+
return theme.fonts.desktop.fontFeatureSettings.altHeaders;
|
|
13061
12846
|
}, function (_ref130) {
|
|
13062
12847
|
var theme = _ref130.theme;
|
|
13063
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12848
|
+
return theme.fonts.desktop.fontFeatureSettings.overline;
|
|
13064
12849
|
}, function (_ref131) {
|
|
13065
12850
|
var theme = _ref131.theme;
|
|
13066
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12851
|
+
return theme.fonts.desktop.fontFeatureSettings.subtitles;
|
|
13067
12852
|
}, function (_ref132) {
|
|
13068
12853
|
var theme = _ref132.theme;
|
|
13069
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12854
|
+
return theme.fonts.desktop.fontFeatureSettings.body;
|
|
13070
12855
|
}, function (_ref133) {
|
|
13071
12856
|
var theme = _ref133.theme;
|
|
13072
|
-
return theme.fonts.desktop.fontFeatureSettings.
|
|
12857
|
+
return theme.fonts.desktop.fontFeatureSettings.navigation;
|
|
13073
12858
|
}, function (_ref134) {
|
|
13074
12859
|
var theme = _ref134.theme;
|
|
13075
|
-
return theme.fonts.desktop.
|
|
12860
|
+
return theme.fonts.desktop.transforms.headers;
|
|
13076
12861
|
}, function (_ref135) {
|
|
13077
12862
|
var theme = _ref135.theme;
|
|
13078
|
-
return theme.fonts.desktop.
|
|
12863
|
+
return theme.fonts.desktop.transforms.altHeaders;
|
|
13079
12864
|
}, function (_ref136) {
|
|
13080
12865
|
var theme = _ref136.theme;
|
|
13081
|
-
return theme.fonts.desktop.transforms.
|
|
12866
|
+
return theme.fonts.desktop.transforms.body;
|
|
13082
12867
|
}, function (_ref137) {
|
|
13083
12868
|
var theme = _ref137.theme;
|
|
13084
|
-
return theme.fonts.desktop.transforms.
|
|
12869
|
+
return theme.fonts.desktop.transforms.overline;
|
|
13085
12870
|
}, function (_ref138) {
|
|
13086
12871
|
var theme = _ref138.theme;
|
|
13087
|
-
return theme.fonts.desktop.transforms.
|
|
12872
|
+
return theme.fonts.desktop.transforms.subtitles;
|
|
13088
12873
|
}, function (_ref139) {
|
|
13089
12874
|
var theme = _ref139.theme;
|
|
13090
|
-
return theme.fonts.desktop.
|
|
12875
|
+
return theme.fonts.desktop.wordBreak.headers;
|
|
13091
12876
|
}, function (_ref140) {
|
|
13092
12877
|
var theme = _ref140.theme;
|
|
13093
|
-
return theme.fonts.desktop.
|
|
12878
|
+
return theme.fonts.desktop.wordBreak.altHeaders;
|
|
13094
12879
|
}, function (_ref141) {
|
|
13095
12880
|
var theme = _ref141.theme;
|
|
13096
|
-
return theme.fonts.desktop.wordBreak.
|
|
12881
|
+
return theme.fonts.desktop.wordBreak.body;
|
|
13097
12882
|
}, function (_ref142) {
|
|
13098
12883
|
var theme = _ref142.theme;
|
|
13099
|
-
return theme.fonts.desktop.wordBreak.
|
|
12884
|
+
return theme.fonts.desktop.wordBreak.overline;
|
|
13100
12885
|
}, function (_ref143) {
|
|
13101
12886
|
var theme = _ref143.theme;
|
|
13102
|
-
return theme.fonts.desktop.wordBreak.
|
|
12887
|
+
return theme.fonts.desktop.wordBreak.subtitles;
|
|
13103
12888
|
}, function (_ref144) {
|
|
13104
12889
|
var theme = _ref144.theme;
|
|
13105
|
-
return theme.fonts.desktop.
|
|
12890
|
+
return theme.fonts.desktop.families.navigation;
|
|
13106
12891
|
}, function (_ref145) {
|
|
13107
12892
|
var theme = _ref145.theme;
|
|
13108
|
-
return theme.fonts.desktop.
|
|
12893
|
+
return theme.fonts.desktop.sizes.navigation;
|
|
13109
12894
|
}, function (_ref146) {
|
|
13110
12895
|
var theme = _ref146.theme;
|
|
13111
|
-
return theme.fonts.desktop.
|
|
12896
|
+
return theme.fonts.desktop.weights.navigation;
|
|
13112
12897
|
}, function (_ref147) {
|
|
13113
12898
|
var theme = _ref147.theme;
|
|
13114
|
-
return theme.fonts.desktop.
|
|
12899
|
+
return theme.fonts.desktop.lineHeights.navigation;
|
|
13115
12900
|
}, function (_ref148) {
|
|
13116
12901
|
var theme = _ref148.theme;
|
|
13117
|
-
return theme.fonts.desktop.
|
|
12902
|
+
return theme.fonts.desktop.transforms.navigation;
|
|
13118
12903
|
}, function (_ref149) {
|
|
13119
12904
|
var theme = _ref149.theme;
|
|
13120
|
-
return theme.fonts.desktop.
|
|
12905
|
+
return theme.fonts.desktop.letterSpacing.navigation;
|
|
13121
12906
|
}, function (_ref150) {
|
|
13122
12907
|
var theme = _ref150.theme;
|
|
13123
|
-
return theme.
|
|
12908
|
+
return theme.spacing[4];
|
|
13124
12909
|
}, function (_ref151) {
|
|
13125
12910
|
var theme = _ref151.theme;
|
|
13126
|
-
return theme.
|
|
12911
|
+
return theme.spacing[5];
|
|
13127
12912
|
}, function (_ref152) {
|
|
13128
12913
|
var theme = _ref152.theme;
|
|
13129
|
-
return theme.spacing[
|
|
12914
|
+
return theme.spacing[6];
|
|
13130
12915
|
}, function (_ref153) {
|
|
13131
12916
|
var theme = _ref153.theme;
|
|
13132
|
-
return theme.spacing[
|
|
12917
|
+
return theme.spacing[9];
|
|
13133
12918
|
}, function (_ref154) {
|
|
13134
12919
|
var theme = _ref154.theme;
|
|
13135
|
-
return theme.spacing[
|
|
12920
|
+
return theme.spacing[15];
|
|
13136
12921
|
}, function (_ref155) {
|
|
13137
12922
|
var theme = _ref155.theme;
|
|
13138
|
-
return theme.spacing[
|
|
12923
|
+
return theme.spacing[15];
|
|
13139
12924
|
}, function (_ref156) {
|
|
13140
12925
|
var theme = _ref156.theme;
|
|
13141
|
-
return theme.spacing[
|
|
12926
|
+
return theme.spacing[9];
|
|
13142
12927
|
}, function (_ref157) {
|
|
13143
12928
|
var theme = _ref157.theme;
|
|
13144
|
-
return theme.
|
|
12929
|
+
return theme.fonts.desktop.sizes.search;
|
|
13145
12930
|
}, function (_ref158) {
|
|
13146
12931
|
var theme = _ref158.theme;
|
|
13147
|
-
return theme.
|
|
12932
|
+
return theme.fonts.desktop.families.search;
|
|
13148
12933
|
}, function (_ref159) {
|
|
13149
12934
|
var theme = _ref159.theme;
|
|
13150
|
-
return theme.
|
|
12935
|
+
return theme.grid.desktop.margin;
|
|
13151
12936
|
}, function (_ref160) {
|
|
13152
12937
|
var theme = _ref160.theme;
|
|
13153
|
-
return theme.
|
|
12938
|
+
return theme.grid.desktop.outerMargin;
|
|
13154
12939
|
}, function (_ref161) {
|
|
13155
12940
|
var theme = _ref161.theme;
|
|
13156
|
-
return theme.grid.desktop.
|
|
12941
|
+
return theme.grid.desktop.outerMargin;
|
|
13157
12942
|
}, function (_ref162) {
|
|
13158
12943
|
var theme = _ref162.theme;
|
|
13159
|
-
return theme.grid.desktop.
|
|
12944
|
+
return theme.grid.desktop.gap;
|
|
13160
12945
|
}, function (_ref163) {
|
|
13161
12946
|
var theme = _ref163.theme;
|
|
13162
|
-
return theme.grid.desktop.
|
|
12947
|
+
return theme.grid.desktop.margin;
|
|
13163
12948
|
}, function (_ref164) {
|
|
13164
12949
|
var theme = _ref164.theme;
|
|
13165
|
-
return theme.grid.desktop.
|
|
12950
|
+
return theme.grid.desktop.outerMargin;
|
|
13166
12951
|
}, function (_ref165) {
|
|
13167
12952
|
var theme = _ref165.theme;
|
|
13168
|
-
return theme.grid.desktop.
|
|
12953
|
+
return theme.grid.desktop.gap;
|
|
13169
12954
|
}, function (_ref166) {
|
|
13170
12955
|
var theme = _ref166.theme;
|
|
13171
|
-
return theme.grid.desktop.
|
|
12956
|
+
return theme.grid.desktop.margin;
|
|
13172
12957
|
}, function (_ref167) {
|
|
13173
12958
|
var theme = _ref167.theme;
|
|
13174
|
-
return theme.grid.desktop.
|
|
12959
|
+
return theme.grid.desktop.outerMargin;
|
|
13175
12960
|
}, function (_ref168) {
|
|
13176
12961
|
var theme = _ref168.theme;
|
|
13177
|
-
return theme.grid.desktop.
|
|
12962
|
+
return theme.grid.desktop.gap;
|
|
13178
12963
|
}, function (_ref169) {
|
|
13179
12964
|
var theme = _ref169.theme;
|
|
13180
12965
|
return theme.grid.desktop.outerMargin;
|
|
@@ -13183,349 +12968,349 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13183
12968
|
return theme.grid.desktop.gap;
|
|
13184
12969
|
}, function (_ref171) {
|
|
13185
12970
|
var theme = _ref171.theme;
|
|
13186
|
-
return theme.grid.desktop.
|
|
12971
|
+
return theme.grid.desktop.gap;
|
|
13187
12972
|
}, function (_ref172) {
|
|
13188
12973
|
var theme = _ref172.theme;
|
|
13189
|
-
return theme.
|
|
12974
|
+
return theme.footer.desktop.height;
|
|
13190
12975
|
}, function (_ref173) {
|
|
13191
12976
|
var theme = _ref173.theme;
|
|
13192
|
-
return theme.
|
|
12977
|
+
return theme.footer.desktop.paddingTop;
|
|
13193
12978
|
}, function (_ref174) {
|
|
13194
12979
|
var theme = _ref174.theme;
|
|
13195
|
-
return theme.footer.desktop.
|
|
12980
|
+
return theme.footer.desktop.paddingBottom;
|
|
13196
12981
|
}, function (_ref175) {
|
|
13197
12982
|
var theme = _ref175.theme;
|
|
13198
|
-
return theme.footer.desktop.
|
|
12983
|
+
return theme.footer.desktop.itemsGap;
|
|
13199
12984
|
}, function (_ref176) {
|
|
13200
12985
|
var theme = _ref176.theme;
|
|
13201
|
-
return theme.footer.desktop.
|
|
12986
|
+
return theme.footer.desktop.mediaGap;
|
|
13202
12987
|
}, function (_ref177) {
|
|
13203
12988
|
var theme = _ref177.theme;
|
|
13204
|
-
return theme.footer.desktop.
|
|
12989
|
+
return theme.footer.desktop.mediaIconWidth;
|
|
13205
12990
|
}, function (_ref178) {
|
|
13206
12991
|
var theme = _ref178.theme;
|
|
13207
|
-
return theme.footer.desktop.
|
|
12992
|
+
return theme.footer.desktop.mediaIconHeight;
|
|
13208
12993
|
}, function (_ref179) {
|
|
13209
12994
|
var theme = _ref179.theme;
|
|
13210
|
-
return theme.footer.desktop.
|
|
12995
|
+
return theme.footer.desktop.verticalSpacingLarge;
|
|
13211
12996
|
}, function (_ref180) {
|
|
13212
12997
|
var theme = _ref180.theme;
|
|
13213
|
-
return theme.footer.desktop.
|
|
12998
|
+
return theme.footer.desktop.verticalSpacingSmall;
|
|
13214
12999
|
}, function (_ref181) {
|
|
13215
13000
|
var theme = _ref181.theme;
|
|
13216
|
-
return theme.
|
|
13001
|
+
return theme.spacing[2];
|
|
13217
13002
|
}, function (_ref182) {
|
|
13218
13003
|
var theme = _ref182.theme;
|
|
13219
|
-
return theme.
|
|
13004
|
+
return theme.spacing[10];
|
|
13220
13005
|
}, function (_ref183) {
|
|
13221
13006
|
var theme = _ref183.theme;
|
|
13222
|
-
return theme.spacing[
|
|
13007
|
+
return theme.spacing[4];
|
|
13223
13008
|
}, function (_ref184) {
|
|
13224
13009
|
var theme = _ref184.theme;
|
|
13225
|
-
return theme.spacing[
|
|
13010
|
+
return theme.spacing[6];
|
|
13226
13011
|
}, function (_ref185) {
|
|
13227
13012
|
var theme = _ref185.theme;
|
|
13228
|
-
return theme.spacing[
|
|
13229
|
-
}, function (_ref186) {
|
|
13013
|
+
return theme.spacing[1];
|
|
13014
|
+
}, devices.mobile, function (_ref186) {
|
|
13230
13015
|
var theme = _ref186.theme;
|
|
13231
|
-
return theme.
|
|
13016
|
+
return theme.fonts.mobile.sizes.headers[1];
|
|
13232
13017
|
}, function (_ref187) {
|
|
13233
13018
|
var theme = _ref187.theme;
|
|
13234
|
-
return theme.
|
|
13235
|
-
},
|
|
13019
|
+
return theme.fonts.mobile.weights.headers[1];
|
|
13020
|
+
}, function (_ref188) {
|
|
13236
13021
|
var theme = _ref188.theme;
|
|
13237
|
-
return theme.fonts.mobile.
|
|
13022
|
+
return theme.fonts.mobile.letterSpacing.headers[1];
|
|
13238
13023
|
}, function (_ref189) {
|
|
13239
13024
|
var theme = _ref189.theme;
|
|
13240
|
-
return theme.fonts.mobile.
|
|
13025
|
+
return theme.fonts.mobile.lineHeights.headers[1];
|
|
13241
13026
|
}, function (_ref190) {
|
|
13242
13027
|
var theme = _ref190.theme;
|
|
13243
|
-
return theme.fonts.mobile.
|
|
13028
|
+
return theme.fonts.mobile.sizes.headers[2];
|
|
13244
13029
|
}, function (_ref191) {
|
|
13245
13030
|
var theme = _ref191.theme;
|
|
13246
|
-
return theme.fonts.mobile.
|
|
13031
|
+
return theme.fonts.mobile.weights.headers[2];
|
|
13247
13032
|
}, function (_ref192) {
|
|
13248
13033
|
var theme = _ref192.theme;
|
|
13249
|
-
return theme.fonts.mobile.
|
|
13034
|
+
return theme.fonts.mobile.letterSpacing.headers[2];
|
|
13250
13035
|
}, function (_ref193) {
|
|
13251
13036
|
var theme = _ref193.theme;
|
|
13252
|
-
return theme.fonts.mobile.
|
|
13037
|
+
return theme.fonts.mobile.lineHeights.headers[2];
|
|
13253
13038
|
}, function (_ref194) {
|
|
13254
13039
|
var theme = _ref194.theme;
|
|
13255
|
-
return theme.fonts.mobile.
|
|
13040
|
+
return theme.fonts.mobile.sizes.headers[3];
|
|
13256
13041
|
}, function (_ref195) {
|
|
13257
13042
|
var theme = _ref195.theme;
|
|
13258
|
-
return theme.fonts.mobile.
|
|
13043
|
+
return theme.fonts.mobile.weights.headers[3];
|
|
13259
13044
|
}, function (_ref196) {
|
|
13260
13045
|
var theme = _ref196.theme;
|
|
13261
|
-
return theme.fonts.mobile.
|
|
13046
|
+
return theme.fonts.mobile.letterSpacing.headers[3];
|
|
13262
13047
|
}, function (_ref197) {
|
|
13263
13048
|
var theme = _ref197.theme;
|
|
13264
|
-
return theme.fonts.mobile.
|
|
13049
|
+
return theme.fonts.mobile.lineHeights.headers[3];
|
|
13265
13050
|
}, function (_ref198) {
|
|
13266
13051
|
var theme = _ref198.theme;
|
|
13267
|
-
return theme.fonts.mobile.
|
|
13052
|
+
return theme.fonts.mobile.sizes.headers[4];
|
|
13268
13053
|
}, function (_ref199) {
|
|
13269
13054
|
var theme = _ref199.theme;
|
|
13270
|
-
return theme.fonts.mobile.
|
|
13055
|
+
return theme.fonts.mobile.weights.headers[4];
|
|
13271
13056
|
}, function (_ref200) {
|
|
13272
13057
|
var theme = _ref200.theme;
|
|
13273
|
-
return theme.fonts.mobile.
|
|
13058
|
+
return theme.fonts.mobile.letterSpacing.headers[4];
|
|
13274
13059
|
}, function (_ref201) {
|
|
13275
13060
|
var theme = _ref201.theme;
|
|
13276
|
-
return theme.fonts.mobile.
|
|
13061
|
+
return theme.fonts.mobile.lineHeights.headers[4];
|
|
13277
13062
|
}, function (_ref202) {
|
|
13278
13063
|
var theme = _ref202.theme;
|
|
13279
|
-
return theme.fonts.mobile.
|
|
13064
|
+
return theme.fonts.mobile.sizes.headers[5];
|
|
13280
13065
|
}, function (_ref203) {
|
|
13281
13066
|
var theme = _ref203.theme;
|
|
13282
|
-
return theme.fonts.mobile.
|
|
13067
|
+
return theme.fonts.mobile.weights.headers[5];
|
|
13283
13068
|
}, function (_ref204) {
|
|
13284
13069
|
var theme = _ref204.theme;
|
|
13285
|
-
return theme.fonts.mobile.
|
|
13070
|
+
return theme.fonts.mobile.letterSpacing.headers[5];
|
|
13286
13071
|
}, function (_ref205) {
|
|
13287
13072
|
var theme = _ref205.theme;
|
|
13288
|
-
return theme.fonts.mobile.
|
|
13073
|
+
return theme.fonts.mobile.lineHeights.headers[5];
|
|
13289
13074
|
}, function (_ref206) {
|
|
13290
13075
|
var theme = _ref206.theme;
|
|
13291
|
-
return theme.fonts.mobile.
|
|
13076
|
+
return theme.fonts.mobile.sizes.headers[6];
|
|
13292
13077
|
}, function (_ref207) {
|
|
13293
13078
|
var theme = _ref207.theme;
|
|
13294
|
-
return theme.fonts.mobile.
|
|
13079
|
+
return theme.fonts.mobile.weights.headers[6];
|
|
13295
13080
|
}, function (_ref208) {
|
|
13296
13081
|
var theme = _ref208.theme;
|
|
13297
|
-
return theme.fonts.mobile.
|
|
13082
|
+
return theme.fonts.mobile.letterSpacing.headers[6];
|
|
13298
13083
|
}, function (_ref209) {
|
|
13299
13084
|
var theme = _ref209.theme;
|
|
13300
|
-
return theme.fonts.mobile.
|
|
13085
|
+
return theme.fonts.mobile.lineHeights.headers[6];
|
|
13301
13086
|
}, function (_ref210) {
|
|
13302
13087
|
var theme = _ref210.theme;
|
|
13303
|
-
return theme.fonts.mobile.
|
|
13088
|
+
return theme.fonts.mobile.sizes.altHeaders[3];
|
|
13304
13089
|
}, function (_ref211) {
|
|
13305
13090
|
var theme = _ref211.theme;
|
|
13306
|
-
return theme.fonts.mobile.
|
|
13091
|
+
return theme.fonts.mobile.weights.altHeaders[3];
|
|
13307
13092
|
}, function (_ref212) {
|
|
13308
13093
|
var theme = _ref212.theme;
|
|
13309
|
-
return theme.fonts.mobile.
|
|
13094
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[3];
|
|
13310
13095
|
}, function (_ref213) {
|
|
13311
13096
|
var theme = _ref213.theme;
|
|
13312
|
-
return theme.fonts.mobile.
|
|
13097
|
+
return theme.fonts.mobile.lineHeights.altHeaders[3];
|
|
13313
13098
|
}, function (_ref214) {
|
|
13314
13099
|
var theme = _ref214.theme;
|
|
13315
|
-
return theme.fonts.mobile.
|
|
13100
|
+
return theme.fonts.mobile.sizes.altHeaders[4];
|
|
13316
13101
|
}, function (_ref215) {
|
|
13317
13102
|
var theme = _ref215.theme;
|
|
13318
|
-
return theme.fonts.mobile.
|
|
13103
|
+
return theme.fonts.mobile.weights.altHeaders[4];
|
|
13319
13104
|
}, function (_ref216) {
|
|
13320
13105
|
var theme = _ref216.theme;
|
|
13321
|
-
return theme.fonts.mobile.
|
|
13106
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[4];
|
|
13322
13107
|
}, function (_ref217) {
|
|
13323
13108
|
var theme = _ref217.theme;
|
|
13324
|
-
return theme.fonts.mobile.
|
|
13109
|
+
return theme.fonts.mobile.lineHeights.altHeaders[4];
|
|
13325
13110
|
}, function (_ref218) {
|
|
13326
13111
|
var theme = _ref218.theme;
|
|
13327
|
-
return theme.fonts.mobile.
|
|
13112
|
+
return theme.fonts.mobile.sizes.altHeaders[5];
|
|
13328
13113
|
}, function (_ref219) {
|
|
13329
13114
|
var theme = _ref219.theme;
|
|
13330
|
-
return theme.fonts.mobile.
|
|
13115
|
+
return theme.fonts.mobile.weights.altHeaders[5];
|
|
13331
13116
|
}, function (_ref220) {
|
|
13332
13117
|
var theme = _ref220.theme;
|
|
13333
|
-
return theme.fonts.mobile.
|
|
13118
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[5];
|
|
13334
13119
|
}, function (_ref221) {
|
|
13335
13120
|
var theme = _ref221.theme;
|
|
13336
|
-
return theme.fonts.mobile.
|
|
13121
|
+
return theme.fonts.mobile.lineHeights.altHeaders[5];
|
|
13337
13122
|
}, function (_ref222) {
|
|
13338
13123
|
var theme = _ref222.theme;
|
|
13339
|
-
return theme.fonts.mobile.
|
|
13124
|
+
return theme.fonts.mobile.sizes.altHeaders[6];
|
|
13340
13125
|
}, function (_ref223) {
|
|
13341
13126
|
var theme = _ref223.theme;
|
|
13342
|
-
return theme.fonts.mobile.
|
|
13127
|
+
return theme.fonts.mobile.weights.altHeaders[6];
|
|
13343
13128
|
}, function (_ref224) {
|
|
13344
13129
|
var theme = _ref224.theme;
|
|
13345
|
-
return theme.fonts.mobile.
|
|
13130
|
+
return theme.fonts.mobile.letterSpacing.altHeaders[6];
|
|
13346
13131
|
}, function (_ref225) {
|
|
13347
13132
|
var theme = _ref225.theme;
|
|
13348
|
-
return theme.fonts.mobile.
|
|
13133
|
+
return theme.fonts.mobile.lineHeights.altHeaders[6];
|
|
13349
13134
|
}, function (_ref226) {
|
|
13350
13135
|
var theme = _ref226.theme;
|
|
13351
|
-
return theme.fonts.mobile.
|
|
13136
|
+
return theme.fonts.mobile.sizes.overline[1];
|
|
13352
13137
|
}, function (_ref227) {
|
|
13353
13138
|
var theme = _ref227.theme;
|
|
13354
|
-
return theme.fonts.mobile.
|
|
13139
|
+
return theme.fonts.mobile.weights.overline[1];
|
|
13355
13140
|
}, function (_ref228) {
|
|
13356
13141
|
var theme = _ref228.theme;
|
|
13357
|
-
return theme.fonts.mobile.
|
|
13142
|
+
return theme.fonts.mobile.letterSpacing.overline[1];
|
|
13358
13143
|
}, function (_ref229) {
|
|
13359
13144
|
var theme = _ref229.theme;
|
|
13360
|
-
return theme.fonts.mobile.
|
|
13145
|
+
return theme.fonts.mobile.lineHeights.overline[1];
|
|
13361
13146
|
}, function (_ref230) {
|
|
13362
13147
|
var theme = _ref230.theme;
|
|
13363
|
-
return theme.fonts.mobile.
|
|
13148
|
+
return theme.fonts.mobile.sizes.overline[2];
|
|
13364
13149
|
}, function (_ref231) {
|
|
13365
13150
|
var theme = _ref231.theme;
|
|
13366
|
-
return theme.fonts.mobile.
|
|
13151
|
+
return theme.fonts.mobile.weights.overline[2];
|
|
13367
13152
|
}, function (_ref232) {
|
|
13368
13153
|
var theme = _ref232.theme;
|
|
13369
|
-
return theme.fonts.mobile.
|
|
13154
|
+
return theme.fonts.mobile.letterSpacing.overline[2];
|
|
13370
13155
|
}, function (_ref233) {
|
|
13371
13156
|
var theme = _ref233.theme;
|
|
13372
|
-
return theme.fonts.mobile.
|
|
13157
|
+
return theme.fonts.mobile.lineHeights.overline[2];
|
|
13373
13158
|
}, function (_ref234) {
|
|
13374
13159
|
var theme = _ref234.theme;
|
|
13375
|
-
return theme.fonts.mobile.
|
|
13160
|
+
return theme.fonts.mobile.sizes.body[1];
|
|
13376
13161
|
}, function (_ref235) {
|
|
13377
13162
|
var theme = _ref235.theme;
|
|
13378
|
-
return theme.fonts.mobile.
|
|
13163
|
+
return theme.fonts.mobile.weights.body[1];
|
|
13379
13164
|
}, function (_ref236) {
|
|
13380
13165
|
var theme = _ref236.theme;
|
|
13381
|
-
return theme.fonts.mobile.
|
|
13166
|
+
return theme.fonts.mobile.letterSpacing.body[1];
|
|
13382
13167
|
}, function (_ref237) {
|
|
13383
13168
|
var theme = _ref237.theme;
|
|
13384
|
-
return theme.fonts.mobile.
|
|
13169
|
+
return theme.fonts.mobile.lineHeights.body[1];
|
|
13385
13170
|
}, function (_ref238) {
|
|
13386
13171
|
var theme = _ref238.theme;
|
|
13387
|
-
return theme.fonts.mobile.
|
|
13172
|
+
return theme.fonts.mobile.sizes.body[2];
|
|
13388
13173
|
}, function (_ref239) {
|
|
13389
13174
|
var theme = _ref239.theme;
|
|
13390
|
-
return theme.fonts.mobile.
|
|
13175
|
+
return theme.fonts.mobile.weights.body[2];
|
|
13391
13176
|
}, function (_ref240) {
|
|
13392
13177
|
var theme = _ref240.theme;
|
|
13393
|
-
return theme.fonts.mobile.
|
|
13178
|
+
return theme.fonts.mobile.letterSpacing.body[2];
|
|
13394
13179
|
}, function (_ref241) {
|
|
13395
13180
|
var theme = _ref241.theme;
|
|
13396
|
-
return theme.fonts.mobile.
|
|
13181
|
+
return theme.fonts.mobile.lineHeights.body[2];
|
|
13397
13182
|
}, function (_ref242) {
|
|
13398
13183
|
var theme = _ref242.theme;
|
|
13399
|
-
return theme.fonts.mobile.
|
|
13184
|
+
return theme.fonts.mobile.sizes.body[3];
|
|
13400
13185
|
}, function (_ref243) {
|
|
13401
13186
|
var theme = _ref243.theme;
|
|
13402
|
-
return theme.fonts.mobile.
|
|
13187
|
+
return theme.fonts.mobile.weights.body[3];
|
|
13403
13188
|
}, function (_ref244) {
|
|
13404
13189
|
var theme = _ref244.theme;
|
|
13405
|
-
return theme.fonts.mobile.
|
|
13190
|
+
return theme.fonts.mobile.letterSpacing.body[3];
|
|
13406
13191
|
}, function (_ref245) {
|
|
13407
13192
|
var theme = _ref245.theme;
|
|
13408
|
-
return theme.fonts.mobile.
|
|
13193
|
+
return theme.fonts.mobile.lineHeights.body[3];
|
|
13409
13194
|
}, function (_ref246) {
|
|
13410
13195
|
var theme = _ref246.theme;
|
|
13411
|
-
return theme.fonts.mobile.
|
|
13196
|
+
return theme.fonts.mobile.sizes.subtitles[1];
|
|
13412
13197
|
}, function (_ref247) {
|
|
13413
13198
|
var theme = _ref247.theme;
|
|
13414
|
-
return theme.fonts.mobile.
|
|
13199
|
+
return theme.fonts.mobile.weights.subtitles[1];
|
|
13415
13200
|
}, function (_ref248) {
|
|
13416
13201
|
var theme = _ref248.theme;
|
|
13417
|
-
return theme.fonts.mobile.
|
|
13202
|
+
return theme.fonts.mobile.letterSpacing.subtitles[1];
|
|
13418
13203
|
}, function (_ref249) {
|
|
13419
13204
|
var theme = _ref249.theme;
|
|
13420
|
-
return theme.fonts.mobile.
|
|
13205
|
+
return theme.fonts.mobile.lineHeights.subtitles[1];
|
|
13421
13206
|
}, function (_ref250) {
|
|
13422
13207
|
var theme = _ref250.theme;
|
|
13423
|
-
return theme.fonts.mobile.
|
|
13208
|
+
return theme.fonts.mobile.sizes.subtitles[2];
|
|
13424
13209
|
}, function (_ref251) {
|
|
13425
13210
|
var theme = _ref251.theme;
|
|
13426
|
-
return theme.fonts.mobile.
|
|
13211
|
+
return theme.fonts.mobile.weights.subtitles[2];
|
|
13427
13212
|
}, function (_ref252) {
|
|
13428
13213
|
var theme = _ref252.theme;
|
|
13429
|
-
return theme.fonts.mobile.
|
|
13214
|
+
return theme.fonts.mobile.letterSpacing.subtitles[2];
|
|
13430
13215
|
}, function (_ref253) {
|
|
13431
13216
|
var theme = _ref253.theme;
|
|
13432
|
-
return theme.fonts.mobile.
|
|
13217
|
+
return theme.fonts.mobile.lineHeights.subtitles[2];
|
|
13433
13218
|
}, function (_ref254) {
|
|
13434
13219
|
var theme = _ref254.theme;
|
|
13435
|
-
return theme.fonts.mobile.
|
|
13220
|
+
return theme.fonts.mobile.sizes.titleDescription;
|
|
13436
13221
|
}, function (_ref255) {
|
|
13437
13222
|
var theme = _ref255.theme;
|
|
13438
|
-
return theme.fonts.mobile.lineHeights.
|
|
13223
|
+
return theme.fonts.mobile.lineHeights.titleDescription;
|
|
13439
13224
|
}, function (_ref256) {
|
|
13440
13225
|
var theme = _ref256.theme;
|
|
13441
|
-
return theme.
|
|
13226
|
+
return theme.spacing[4];
|
|
13442
13227
|
}, function (_ref257) {
|
|
13443
13228
|
var theme = _ref257.theme;
|
|
13444
|
-
return theme.fonts.mobile.
|
|
13229
|
+
return theme.fonts.mobile.sizes.search;
|
|
13445
13230
|
}, function (_ref258) {
|
|
13446
13231
|
var theme = _ref258.theme;
|
|
13447
|
-
return theme.
|
|
13232
|
+
return theme.fonts.mobile.families.search;
|
|
13448
13233
|
}, function (_ref259) {
|
|
13449
13234
|
var theme = _ref259.theme;
|
|
13450
|
-
return theme.fonts.mobile.
|
|
13235
|
+
return theme.fonts.mobile.families.headers;
|
|
13451
13236
|
}, function (_ref260) {
|
|
13452
13237
|
var theme = _ref260.theme;
|
|
13453
|
-
return theme.fonts.mobile.families.
|
|
13238
|
+
return theme.fonts.mobile.families.altHeaders;
|
|
13454
13239
|
}, function (_ref261) {
|
|
13455
13240
|
var theme = _ref261.theme;
|
|
13456
|
-
return theme.fonts.mobile.families.
|
|
13241
|
+
return theme.fonts.mobile.families.body;
|
|
13457
13242
|
}, function (_ref262) {
|
|
13458
13243
|
var theme = _ref262.theme;
|
|
13459
|
-
return theme.fonts.mobile.families.
|
|
13244
|
+
return theme.fonts.mobile.families.bodyItalics;
|
|
13460
13245
|
}, function (_ref263) {
|
|
13461
13246
|
var theme = _ref263.theme;
|
|
13462
|
-
return theme.fonts.mobile.families.
|
|
13247
|
+
return theme.fonts.mobile.families.buttons;
|
|
13463
13248
|
}, function (_ref264) {
|
|
13464
13249
|
var theme = _ref264.theme;
|
|
13465
|
-
return theme.fonts.mobile.families.
|
|
13250
|
+
return theme.fonts.mobile.families.overline;
|
|
13466
13251
|
}, function (_ref265) {
|
|
13467
13252
|
var theme = _ref265.theme;
|
|
13468
|
-
return theme.fonts.mobile.families.
|
|
13253
|
+
return theme.fonts.mobile.families.subtitles;
|
|
13469
13254
|
}, function (_ref266) {
|
|
13470
13255
|
var theme = _ref266.theme;
|
|
13471
|
-
return theme.fonts.mobile.families.
|
|
13256
|
+
return theme.fonts.mobile.families.peopleListingRole;
|
|
13472
13257
|
}, function (_ref267) {
|
|
13473
13258
|
var theme = _ref267.theme;
|
|
13474
|
-
return theme.fonts.mobile.families.
|
|
13259
|
+
return theme.fonts.mobile.families.body;
|
|
13475
13260
|
}, function (_ref268) {
|
|
13476
13261
|
var theme = _ref268.theme;
|
|
13477
|
-
return theme.fonts.mobile.
|
|
13262
|
+
return theme.fonts.mobile.fontFeatureSettings.headers;
|
|
13478
13263
|
}, function (_ref269) {
|
|
13479
13264
|
var theme = _ref269.theme;
|
|
13480
|
-
return theme.fonts.mobile.
|
|
13265
|
+
return theme.fonts.mobile.fontFeatureSettings.altHeaders;
|
|
13481
13266
|
}, function (_ref270) {
|
|
13482
13267
|
var theme = _ref270.theme;
|
|
13483
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13268
|
+
return theme.fonts.mobile.fontFeatureSettings.overline;
|
|
13484
13269
|
}, function (_ref271) {
|
|
13485
13270
|
var theme = _ref271.theme;
|
|
13486
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13271
|
+
return theme.fonts.mobile.fontFeatureSettings.subtitles;
|
|
13487
13272
|
}, function (_ref272) {
|
|
13488
13273
|
var theme = _ref272.theme;
|
|
13489
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13274
|
+
return theme.fonts.mobile.fontFeatureSettings.body;
|
|
13490
13275
|
}, function (_ref273) {
|
|
13491
13276
|
var theme = _ref273.theme;
|
|
13492
|
-
return theme.fonts.mobile.fontFeatureSettings.
|
|
13277
|
+
return theme.fonts.mobile.fontFeatureSettings.navigation;
|
|
13493
13278
|
}, function (_ref274) {
|
|
13494
13279
|
var theme = _ref274.theme;
|
|
13495
|
-
return theme.fonts.mobile.
|
|
13280
|
+
return theme.fonts.mobile.transforms.headers;
|
|
13496
13281
|
}, function (_ref275) {
|
|
13497
13282
|
var theme = _ref275.theme;
|
|
13498
|
-
return theme.fonts.mobile.
|
|
13283
|
+
return theme.fonts.mobile.transforms.altHeaders;
|
|
13499
13284
|
}, function (_ref276) {
|
|
13500
13285
|
var theme = _ref276.theme;
|
|
13501
|
-
return theme.fonts.mobile.transforms.
|
|
13286
|
+
return theme.fonts.mobile.transforms.body;
|
|
13502
13287
|
}, function (_ref277) {
|
|
13503
13288
|
var theme = _ref277.theme;
|
|
13504
|
-
return theme.fonts.mobile.transforms.
|
|
13289
|
+
return theme.fonts.mobile.transforms.overline;
|
|
13505
13290
|
}, function (_ref278) {
|
|
13506
13291
|
var theme = _ref278.theme;
|
|
13507
|
-
return theme.fonts.mobile.transforms.
|
|
13292
|
+
return theme.fonts.mobile.transforms.subtitles;
|
|
13508
13293
|
}, function (_ref279) {
|
|
13509
13294
|
var theme = _ref279.theme;
|
|
13510
|
-
return theme.fonts.mobile.
|
|
13295
|
+
return theme.fonts.mobile.wordBreak.headers;
|
|
13511
13296
|
}, function (_ref280) {
|
|
13512
13297
|
var theme = _ref280.theme;
|
|
13513
|
-
return theme.fonts.mobile.
|
|
13298
|
+
return theme.fonts.mobile.wordBreak.altHeaders;
|
|
13514
13299
|
}, function (_ref281) {
|
|
13515
13300
|
var theme = _ref281.theme;
|
|
13516
|
-
return theme.fonts.mobile.wordBreak.
|
|
13301
|
+
return theme.fonts.mobile.wordBreak.body;
|
|
13517
13302
|
}, function (_ref282) {
|
|
13518
13303
|
var theme = _ref282.theme;
|
|
13519
|
-
return theme.fonts.mobile.wordBreak.
|
|
13304
|
+
return theme.fonts.mobile.wordBreak.overline;
|
|
13520
13305
|
}, function (_ref283) {
|
|
13521
13306
|
var theme = _ref283.theme;
|
|
13522
|
-
return theme.fonts.mobile.wordBreak.
|
|
13307
|
+
return theme.fonts.mobile.wordBreak.subtitles;
|
|
13523
13308
|
}, function (_ref284) {
|
|
13524
13309
|
var theme = _ref284.theme;
|
|
13525
|
-
return theme.
|
|
13310
|
+
return theme.grid.mobile.margin;
|
|
13526
13311
|
}, function (_ref285) {
|
|
13527
13312
|
var theme = _ref285.theme;
|
|
13528
|
-
return theme.
|
|
13313
|
+
return theme.grid.mobile.gap;
|
|
13529
13314
|
}, function (_ref286) {
|
|
13530
13315
|
var theme = _ref286.theme;
|
|
13531
13316
|
return theme.grid.mobile.margin;
|
|
@@ -13534,50 +13319,50 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13534
13319
|
return theme.grid.mobile.gap;
|
|
13535
13320
|
}, function (_ref288) {
|
|
13536
13321
|
var theme = _ref288.theme;
|
|
13537
|
-
return theme.grid.mobile.
|
|
13322
|
+
return theme.grid.mobile.gap;
|
|
13538
13323
|
}, function (_ref289) {
|
|
13539
13324
|
var theme = _ref289.theme;
|
|
13540
|
-
return theme.grid.mobile.
|
|
13325
|
+
return theme.grid.mobile.margin;
|
|
13541
13326
|
}, function (_ref290) {
|
|
13542
13327
|
var theme = _ref290.theme;
|
|
13543
|
-
return theme.
|
|
13328
|
+
return theme.footer.mobile.height;
|
|
13544
13329
|
}, function (_ref291) {
|
|
13545
13330
|
var theme = _ref291.theme;
|
|
13546
|
-
return theme.
|
|
13331
|
+
return theme.footer.mobile.paddingTop;
|
|
13547
13332
|
}, function (_ref292) {
|
|
13548
13333
|
var theme = _ref292.theme;
|
|
13549
|
-
return theme.footer.mobile.
|
|
13334
|
+
return theme.footer.mobile.paddingBottom;
|
|
13550
13335
|
}, function (_ref293) {
|
|
13551
13336
|
var theme = _ref293.theme;
|
|
13552
|
-
return theme.footer.mobile.
|
|
13337
|
+
return theme.footer.mobile.itemsGap;
|
|
13553
13338
|
}, function (_ref294) {
|
|
13554
13339
|
var theme = _ref294.theme;
|
|
13555
|
-
return theme.footer.mobile.
|
|
13340
|
+
return theme.footer.mobile.mediaGap;
|
|
13556
13341
|
}, function (_ref295) {
|
|
13557
13342
|
var theme = _ref295.theme;
|
|
13558
|
-
return theme.footer.mobile.
|
|
13343
|
+
return theme.footer.mobile.mediaIconWidth;
|
|
13559
13344
|
}, function (_ref296) {
|
|
13560
13345
|
var theme = _ref296.theme;
|
|
13561
|
-
return theme.footer.mobile.
|
|
13346
|
+
return theme.footer.mobile.mediaIconHeight;
|
|
13562
13347
|
}, function (_ref297) {
|
|
13563
13348
|
var theme = _ref297.theme;
|
|
13564
|
-
return theme.footer.mobile.
|
|
13349
|
+
return theme.footer.mobile.verticalSpacingLarge;
|
|
13565
13350
|
}, function (_ref298) {
|
|
13566
13351
|
var theme = _ref298.theme;
|
|
13567
|
-
return theme.footer.mobile.
|
|
13352
|
+
return theme.footer.mobile.verticalSpacingSmall;
|
|
13568
13353
|
}, function (_ref299) {
|
|
13569
13354
|
var theme = _ref299.theme;
|
|
13570
|
-
return theme.
|
|
13355
|
+
return theme.spacing[10];
|
|
13571
13356
|
}, function (_ref300) {
|
|
13572
13357
|
var theme = _ref300.theme;
|
|
13573
|
-
return theme.
|
|
13574
|
-
}, function (_ref301) {
|
|
13358
|
+
return theme.spacing[6];
|
|
13359
|
+
}, devices.tablet, function (_ref301) {
|
|
13575
13360
|
var theme = _ref301.theme;
|
|
13576
|
-
return theme.
|
|
13361
|
+
return theme.grid.tablet.margin;
|
|
13577
13362
|
}, function (_ref302) {
|
|
13578
13363
|
var theme = _ref302.theme;
|
|
13579
|
-
return theme.
|
|
13580
|
-
},
|
|
13364
|
+
return theme.grid.tablet.gap;
|
|
13365
|
+
}, function (_ref303) {
|
|
13581
13366
|
var theme = _ref303.theme;
|
|
13582
13367
|
return theme.grid.tablet.margin;
|
|
13583
13368
|
}, function (_ref304) {
|
|
@@ -13585,36 +13370,30 @@ var GlobalStyles = /*#__PURE__*/styled.createGlobalStyle(_templateObject$1q || (
|
|
|
13585
13370
|
return theme.grid.tablet.gap;
|
|
13586
13371
|
}, function (_ref305) {
|
|
13587
13372
|
var theme = _ref305.theme;
|
|
13588
|
-
return theme.grid.tablet.
|
|
13373
|
+
return theme.grid.tablet.gap;
|
|
13589
13374
|
}, function (_ref306) {
|
|
13590
13375
|
var theme = _ref306.theme;
|
|
13591
|
-
return theme.grid.tablet.
|
|
13376
|
+
return theme.grid.tablet.margin;
|
|
13592
13377
|
}, function (_ref307) {
|
|
13593
13378
|
var theme = _ref307.theme;
|
|
13594
|
-
return theme.
|
|
13379
|
+
return theme.spacing[10];
|
|
13595
13380
|
}, function (_ref308) {
|
|
13596
13381
|
var theme = _ref308.theme;
|
|
13597
|
-
return theme.
|
|
13382
|
+
return theme.spacing[6];
|
|
13598
13383
|
}, function (_ref309) {
|
|
13599
13384
|
var theme = _ref309.theme;
|
|
13600
|
-
return theme.
|
|
13385
|
+
return theme.fonts.tablet.sizes.headers[6];
|
|
13601
13386
|
}, function (_ref310) {
|
|
13602
13387
|
var theme = _ref310.theme;
|
|
13603
|
-
return theme.
|
|
13388
|
+
return theme.fonts.tablet.sizes.altHeaders[4];
|
|
13604
13389
|
}, function (_ref311) {
|
|
13605
13390
|
var theme = _ref311.theme;
|
|
13606
|
-
return theme.fonts.tablet.sizes.
|
|
13391
|
+
return theme.fonts.tablet.sizes.body[1];
|
|
13607
13392
|
}, function (_ref312) {
|
|
13608
13393
|
var theme = _ref312.theme;
|
|
13609
|
-
return theme.
|
|
13394
|
+
return theme.footer.tablet.paddingTop;
|
|
13610
13395
|
}, function (_ref313) {
|
|
13611
13396
|
var theme = _ref313.theme;
|
|
13612
|
-
return theme.fonts.tablet.sizes.body[1];
|
|
13613
|
-
}, function (_ref314) {
|
|
13614
|
-
var theme = _ref314.theme;
|
|
13615
|
-
return theme.footer.tablet.paddingTop;
|
|
13616
|
-
}, function (_ref315) {
|
|
13617
|
-
var theme = _ref315.theme;
|
|
13618
13397
|
return theme.footer.tablet.paddingBottom;
|
|
13619
13398
|
}, devices.desktop, devices.largeDesktop);
|
|
13620
13399
|
|