-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
543 lines (504 loc) · 60.9 KB
/
Copy pathgallery.html
File metadata and controls
543 lines (504 loc) · 60.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gallery - My Mini Mascots</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="stylesheet" href="header.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="gallery.css">
</head>
<body>
<!-- header -->
<header class="site-header">
<div class="header-container">
<a href="index.html" class="logo">
<svg class="nav-logo-full" viewBox="0 0 304 80">
<g id="Logo">
<path class="svg-yarn"
d="M70.5,51.1c-.7,1.3-1.6,2.4-2.5,3.5-1.9,2.3-4.3,4.2-7.1,5.7.7-1.9,1.3-3.8,1.8-5.6.6-1.8,1.1-3.6,1.5-5.2.5-1.6.9-3.1,1.3-4.4.4-1.3.7-2.4,1.1-3.2l-1.1-.5c0,.2-.2.5-.3.7,0,.2-.2.5-.3.8-.4.9-.8,1.9-1.3,3-.5,1.1-1,2.3-1.6,3.4-.6,1.2-1.2,2.3-1.8,3.4-.7,1.1-1.3,2.1-2.1,3-.7.9-1.5,1.6-2.3,2.1s-1.7.8-2.6.8-1.2-.1-1.7-.4c-.6-.3-1.1-.6-1.5-1.1-.4-.5-.8-1.1-1-1.8-.3-.7-.4-1.6-.4-2.5s.1-1.4.4-2.5c.3-1.1.6-2.2,1-3.4.4-1.2.8-2.4,1.3-3.5.5-1.2.9-2.1,1.3-2.9l-1.2-.5c-.3.6-.6,1.5-1.1,2.5-.5,1.1-.9,2.2-1.4,3.5-.3.9-.6,1.7-.8,2.6s-.8,2.3-1.4,3.4c-1.7,3-4,5.9-5.2,6.6-2.3,1.4-3.3.5-3.6.2-1.3-1.2-.8-3.3,1.4-6.4,2.8-4,6-8.9,6-11.7s-.7-3.6-2-4.9c-1.7-1.7-4.5-2.6-7.5-2.6-3.6,0-6.9,1.2-9.8,3.3-.1-.4-.3-.8-.5-1.2-2-3.9-6.1-6.3-10.9-6.4-4.9-.2-9.4,2.1-11.8,6-5.6,9-2.4,15.2,2.9,23.6,3.4,5.4,4.1,10.9,4.5,14.2.3,2.2.4,3.3,1.3,3.6,0,0,.2,0,.3,0,.6,0,1.2-.6,1.9-1.5,2.6-3.6,4.5-5.2,5.2-5.5l-.6-1.1c-1,.5-3,2.4-5.6,5.9-.4.5-.6.8-.7.9-.1-.5-.3-1.5-.4-2.4-.4-3.4-1.1-9.1-4.7-14.8-5.3-8.3-8.1-13.9-2.9-22.2,2.2-3.5,6.3-5.6,10.7-5.4,4.3.1,7.9,2.3,9.8,5.8.2.5.4,1,.6,1.5-.5.5-1,.9-1.5,1.5-2.7,3-4.4,7-4.2,9.9,0,1.2.6,1.6,1,1.7.7.2,1.6-.2,2.6-1.4,2-2.4,4.1-7.1,3.5-11.1,2.2-1.8,5.3-3.3,9.5-3.4,2.7,0,5.1.7,6.6,2.2,1.1,1,1.6,2.4,1.6,4,0,2.8-4.2,8.7-5.8,11-2.6,3.7-3,6.4-1.2,8.1.9.8,2.6,1.5,5.2,0,1.3-.8,3.4-3.3,5.1-6.1,0,.9.2,1.6.4,2.4.3.8.7,1.5,1.2,2.1.5.6,1.1,1.1,1.9,1.4.7.3,1.5.5,2.4.5s1.8-.2,2.6-.7c.9-.5,1.7-1.1,2.5-1.9.8-.8,1.5-1.8,2.2-2.9.7-1.1,1.4-2.3,2-3.6-.5,1.6-1,3.3-1.5,5-.5,1.7-1.1,3.5-1.8,5.2-2,.9-4.1,1.6-6.4,2.2-.9.2-1.8.4-2.9.6-1,.2-2.1.4-3.1.7-1,.3-2,.6-3,1-1,.4-1.8.9-2.6,1.6-.7.6-1.3,1.4-1.8,2.4s-.7,2.1-.7,3.4.2,2,.6,2.9c.4.9.9,1.6,1.5,2.2.6.6,1.4,1.1,2.2,1.4.8.3,1.7.5,2.7.5,1.6,0,3.1-.5,4.5-1.5,1.4-1,2.7-2.3,3.9-4,1.2-1.7,2.3-3.6,3.3-5.7,1-2.2,1.9-4.4,2.8-6.7,1.4-.7,2.8-1.5,4.1-2.4,1.3-.9,2.5-2,3.7-3.2,1.1-1.2,2.2-2.6,3.2-4.2,1-1.5.1-2.5-.7-1.1ZM22.7,47.1c-1,1.5-1.8,2-2,2.1,0,0-.1-.2-.1-.6-.2-2.2,1-5.8,3.9-9,.2-.3.5-.5.8-.8.1,2.8-1,6-2.5,8.3ZM56.1,68.8c-.9,1.9-1.9,3.6-3,5.1-1.1,1.5-2.2,2.6-3.5,3.5-1.2.9-2.5,1.3-3.9,1.3s-1.5-.2-2.1-.5c-.7-.3-1.3-.7-1.8-1.2-.5-.5-.9-1.1-1.2-1.8-.3-.7-.4-1.4-.4-2.2,0-1.2.2-2.2.6-3,.4-.8,1-1.5,1.7-2.1.7-.6,1.5-1,2.4-1.4.9-.4,1.8-.7,2.8-.9.9-.2,1.9-.4,2.8-.6.9-.2,1.8-.3,2.6-.5,1-.2,1.9-.5,2.9-.8.9-.3,1.9-.6,2.8-1-.8,2.1-1.7,4.1-2.6,6.1Z" />
<path class="svg-yarn"
d="M68.7,34.4v29h78.7v-29h-78.7ZM99.6,60.9h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.5.7-2.4.3-.9.5-2,.7-3.2.2-1.2.3-2.7.3-4.5,0-2.7-.3-4.9-.9-6.6-.6-1.6-1.5-2.5-2.7-2.5s-1.6.4-2.4,1.3c-.7.9-1.4,2.2-1.9,4.1-.1.7-.2,1.5-.3,2.3-.1.8-.2,1.7-.2,2.8s.1,2.6.3,3.7c.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.5.7-2.4.3-.9.5-2,.7-3.2.2-1.2.3-2.7.3-4.5,0-2.7-.3-4.9-.9-6.6-.6-1.6-1.5-2.5-2.7-2.5s-1.8.5-2.6,1.6c-.9,1-1.5,2.7-1.9,4.9-.1.9-.2,2-.2,3.2s.1,3,.3,4.2c.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h5.5c.3,0,.5.2.5.5s0,.9-.1,1.3c0,.4-.2.9-.3,1.4.7-1.1,1.5-2,2.4-2.6,1-.7,2-1,3.2-1s2.5.4,3.5,1.3c1,.9,1.5,2.1,1.7,3.6.7-1.5,1.5-2.7,2.5-3.5,1-.9,2.2-1.3,3.6-1.3s2.8.5,3.8,1.6c1,1.1,1.5,2.5,1.5,4.4s0,1.1-.1,1.6c0,.5-.2,1.1-.3,1.7-.1.6-.2,1.2-.3,1.9,0,.7-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.7.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5ZM109.2,53.1c.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h6c.3,0,.5.2.5.5,0,.6-.1,1.3-.3,2-.2.7-.4,1.4-.7,2.3-.3.9-.5,1.9-.7,3.1-.2,1.2-.3,2.6-.3,4.2s.1,3,.3,4.2ZM134.5,60.9h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2,0-3-.4-5.4-1.2-7-.8-1.7-2-2.5-3.7-2.5s-2.4.5-3.3,1.5c-.9,1-1.6,2.4-2,4.2,0,.6-.1,1.2-.2,1.8,0,.6,0,1.3,0,2.1,0,1.6.1,3,.3,4.2.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h5.5c.3,0,.5.2.5.5s0,.9-.1,1.3c0,.4-.2.9-.3,1.4.7-1.1,1.6-1.9,2.7-2.6,1.1-.7,2.4-1,3.8-1s3.4.5,4.6,1.6c1.2,1.1,1.8,2.6,1.8,4.6s0,1-.1,1.5c0,.5-.2,1-.3,1.6s-.2,1.2-.3,1.8c0,.7-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.7.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5ZM144.1,53.1c.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h6c.3,0,.5.2.5.5,0,.6-.1,1.3-.3,2-.2.7-.4,1.4-.7,2.3-.3.9-.5,1.9-.7,3.1-.2,1.2-.3,2.6-.3,4.2s.1,3,.3,4.2Z" />
<path class="svg-yarn"
d="M107.4,31.8c-1.3,0-2.3-.4-3.1-1.1-.8-.7-1.2-1.7-1.2-2.9s.4-2.2,1.2-2.9c.8-.7,1.8-1.1,3.1-1.1s2.3.4,3.1,1.1c.8.7,1.2,1.7,1.2,2.9s-.4,2.2-1.2,2.9c-.8.7-1.8,1.1-3.1,1.1Z" />
<path class="svg-yarn"
d="M142.2,31.8c-1.3,0-2.3-.4-3.1-1.1-.8-.7-1.2-1.7-1.2-2.9s.4-2.2,1.2-2.9c.8-.7,1.8-1.1,3.1-1.1s2.3.4,3.1,1.1c.8.7,1.2,1.7,1.2,2.9s-.4,2.2-1.2,2.9c-.8.7-1.8,1.1-3.1,1.1Z" />
<path class="svg-yarn"
d="M152.8,60.9c-.3,0-.5-.2-.5-.5,0-.6.1-1.4.3-2.4.2-1,.5-2.2.8-3.6.3-1.4.5-3.1.8-5.1.2-2,.3-4.3.3-6.9s-.1-4.7-.3-6.6c-.2-1.9-.4-3.6-.7-5-.3-1.4-.5-2.6-.7-3.6-.2-1-.4-1.8-.4-2.5v-.2c0-.2,0-.4,0-.5s.2-.2.4-.2h6.5c.3,0,.5.2.5.5,0,1.8.2,3.7.5,5.8.3,2,.7,4,1.2,6,.5,2,1.1,3.9,1.7,5.7.7,1.8,1.3,3.4,2,4.8.7,1.4,1.3,2.5,1.9,3.3.6.8,1.2,1.2,1.6,1.2s1-.4,1.6-1.2c.6-.8,1.3-1.9,1.9-3.3.7-1.4,1.3-3,2-4.8.7-1.8,1.2-3.7,1.7-5.7.5-2,.9-4,1.2-6,.3-2,.5-3.9.5-5.8s.2-.5.5-.5h6.5c.2,0,.4,0,.4.2s0,.3,0,.5v.3c0,.7-.2,1.5-.4,2.5-.2,1-.5,2.2-.8,3.6-.3,1.4-.5,3.1-.7,5-.2,1.9-.3,4.1-.3,6.6s.1,5,.3,6.9c.2,2,.5,3.7.8,5.1.3,1.4.5,2.6.8,3.6.2,1,.3,1.8.3,2.4s-.2.5-.5.5h-6.5c-.3,0-.5-.2-.5-.5,0-.6.1-1.4.3-2.4.2-1,.5-2.2.8-3.6.3-1.4.5-3.1.8-5.1.2-2,.3-4.3.3-6.9s0-2.2,0-3.2c0-1-.1-2-.2-2.9-.8,1.5-1.7,3.2-2.5,5-.9,1.8-1.6,3.7-2.3,5.8-.7,2-1.2,4.2-1.7,6.4-.4,2.3-.6,4.6-.6,7s-.2.5-.5.5h-6.5c-.3,0-.5-.2-.5-.5,0-2.4-.2-4.7-.6-7-.4-2.3-1-4.4-1.7-6.4-.7-2-1.4-3.9-2.3-5.8-.8-1.8-1.7-3.5-2.6-5,0,.9-.1,1.9-.2,2.9s0,2.1,0,3.2c0,2.6.1,5,.3,6.9.2,2,.5,3.7.8,5.1.3,1.4.5,2.6.8,3.6.2,1,.3,1.8.3,2.4s-.2.5-.5.5h-6.5Z" />
<path class="svg-yarn"
d="M197.9,37.9c-1.2,0-2.2.3-2.9.8-.7.5-1.2,1.2-1.5,2,.8,0,1.4.3,1.9.8.5.5.7,1.1.7,1.9s-.3,1.5-.8,2c-.5.5-1.1.8-1.9.8s-1.6-.3-2.2-1c-.6-.7-.9-1.5-.9-2.6s.2-1.5.5-2.2c.3-.7.9-1.4,1.6-1.9.7-.6,1.6-1,2.6-1.4s2.3-.5,3.7-.5,2.3.1,3.4.4c1.1.3,2,.7,2.8,1.3.8.6,1.5,1.2,1.9,2,.5.8.7,1.7.7,2.8s0,.9-.1,1.4c0,.5-.2,1-.3,1.5-.1.5-.2,1.1-.3,1.8,0,.7-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.7.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-5.5c-.3,0-.5-.2-.5-.5,0-.5,0-1,.1-1.5,0-.5.2-1.1.4-1.7-.8,1.2-1.8,2.2-3,3-1.2.8-2.7,1.2-4.4,1.2s-3.9-.6-5.1-1.8c-1.3-1.2-1.9-2.6-1.9-4.4s.3-2.1.8-3.1,1.4-1.9,2.7-2.7c1.2-.8,2.8-1.5,4.8-2,1.9-.6,4.3-.9,7.1-1.1-.1-1.2-.3-2.3-.5-3.3s-.6-1.9-1.1-2.6c-.5-.8-1-1.3-1.7-1.8-.7-.4-1.6-.6-2.6-.6ZM203.7,52.6c0-.6.1-1.2.2-1.8,0-.6,0-1.3,0-2s0-.5,0-.7c0-.2,0-.4,0-.7-2,.2-3.8.5-5.2,1-1.4.5-2.5,1-3.4,1.7-.9.6-1.5,1.3-1.8,2.1-.4.8-.6,1.6-.6,2.4,0,1.3.4,2.4,1.2,3.1.8.7,1.9,1.1,3.1,1.1s2.9-.5,4-1.6,1.9-2.6,2.4-4.5Z" />
<path class="svg-yarn"
d="M212.3,52.4c.4,0,.7.2,1,.6.3.4.5.8.8,1.4.3.5.6,1.1.9,1.8.3.6.7,1.2,1.2,1.8.5.5,1,1,1.7,1.4.7.4,1.4.6,2.4.6s2.2-.3,2.8-1c.6-.6,1-1.4,1-2.3s-.3-1.7-.9-2.5c-.6-.7-1.3-1.5-2.2-2.2-.9-.7-1.8-1.4-2.8-2.1-1-.7-1.9-1.5-2.8-2.3-.9-.8-1.6-1.6-2.2-2.6-.6-.9-.9-2-.9-3.1s.5-2.8,1.6-3.8c1.1-1,2.6-1.6,4.6-1.6s1.3,0,1.9.2c.6.1,1,.3,1.5.5.4.2.8.3,1.2.5.4.1.7.2,1,.2s.6-.1.8-.3c.2-.2.3-.4.4-.7.1-.3.2-.5.4-.7.1-.2.3-.3.6-.3.5,0,.7.3.7.8v7.2c0,.5-.2.8-.7.8s-1-.3-1.4-1c-.4-.7-.8-1.4-1.3-2.1-.5-.8-1.1-1.5-1.7-2.1-.7-.7-1.5-1-2.5-1s-1.6.3-2,.8c-.5.5-.7,1.1-.7,1.8s.3,1.6.9,2.2c.6.7,1.3,1.4,2.2,2,.9.7,1.8,1.3,2.8,2,1,.7,1.9,1.4,2.8,2.2.9.8,1.6,1.7,2.2,2.6.6.9.9,2,.9,3.2s-.2,1.8-.6,2.6c-.4.8-.9,1.4-1.6,2-.7.5-1.5.9-2.4,1.2-.9.3-1.9.4-3,.4s-1.5,0-2.2-.2c-.6-.1-1.2-.3-1.7-.5-.5-.2-.9-.3-1.3-.5-.4-.1-.7-.2-1.1-.2s-.6.1-.8.3c-.2.2-.3.4-.4.7-.1.3-.2.5-.4.7-.1.2-.3.3-.6.3-.5,0-.7-.3-.7-.8v-8c0-.5.2-.8.7-.8Z" />
<path class="svg-yarn"
d="M250,53.6c0,.3-.1.8-.4,1.7-.3.8-.7,1.7-1.4,2.6-.7.9-1.5,1.7-2.7,2.4-1.1.7-2.5,1.1-4.2,1.1s-2.9-.3-4.1-.9c-1.2-.6-2.3-1.4-3.2-2.5-.9-1.1-1.6-2.4-2.1-3.9-.5-1.5-.7-3.2-.7-5.1s.3-3.6.8-5.2c.5-1.5,1.2-2.9,2.1-4s2-2,3.2-2.5c1.2-.6,2.6-.9,4.1-.9s2.1.2,3,.5c.9.3,1.7.8,2.4,1.3.7.6,1.2,1.2,1.6,1.9.4.7.6,1.5.6,2.3s-.3,2-.9,2.7c-.6.7-1.3,1-2.2,1s-1.4-.3-1.9-.8c-.5-.5-.8-1.2-.8-2s.2-1.4.7-1.9c.5-.5,1.2-.8,2-.7-.4-.7-.9-1.4-1.6-1.9-.7-.5-1.5-.8-2.5-.8s-1.8.3-2.5.8c-.8.5-1.4,1.2-1.9,2.2-.5.9-.9,2-1.2,3.3-.3,1.3-.4,2.7-.4,4.2s.2,3.2.5,4.5c.3,1.3.8,2.3,1.4,3.1.6.8,1.2,1.4,2,1.8.8.4,1.6.6,2.5.6s2.2-.3,3-.9c.8-.6,1.5-1.2,2-1.9.6-.7,1-1.3,1.4-1.9.4-.6.7-.9,1-.9s.5.2.5.6Z" />
<path class="svg-yarn"
d="M273,43.8c-.5-1.5-1.2-2.9-2.2-3.9-.9-1.1-2.1-1.9-3.4-2.5-1.3-.6-2.7-.9-4.3-.9s-3,.3-4.3.9c-1.3.6-2.4,1.4-3.4,2.5-.9,1.1-1.7,2.4-2.2,3.9-.5,1.5-.8,3.3-.8,5.1s.3,3.6.8,5.1c.5,1.5,1.2,2.9,2.2,3.9.9,1.1,2.1,1.9,3.4,2.5,1.3.6,2.7.9,4.3.9s3-.3,4.3-.9c1.3-.6,2.4-1.4,3.4-2.5.9-1.1,1.7-2.4,2.2-3.9.5-1.5.8-3.2.8-5.1s-.3-3.6-.8-5.1ZM272.7,50.4h-3.7c1.2,1.2,1.8,2.5,1.8,3.7s-.6,1.8-1.8,1.8-1.1-.2-1.5-.5c-.4-.3-.9-.8-1.5-1.4-.5.2-.8.5-.8,1,0,.5-.1.9-.2,1.4,0,.5-.3.9-.5,1.3-.2.4-.8.6-1.6.6s-1.5-.5-1.6-1.5c-.2-1-.2-1.9-.2-2.9-.6.6-1.1,1.1-1.5,1.4-.4.3-.9.5-1.5.5h-.6c-.1-.2-.3-.4-.5-.6s-.4-.4-.6-.6c-.2-.2-.5-.4-.7-.6l2.5-3c-1.5,0-2.6-.1-3.3-.3-.7-.2-1-.9-1-2.2s.4-1.6,1.1-1.9c.8-.4,1.6-.6,2.5-.6v-.6c0-.3-.2-.7-.7-1.2-.5-.5-.8-.9-1.1-1.2.3-.6.6-1.1,1-1.4.4-.3.9-.5,1.5-.5s1.2.2,1.7.5c.6.3,1,.8,1.3,1.4v-3.7h3.7v3.7h1.3l2.4-1.8h.6c1.2,0,1.8.6,1.8,1.8s-.2,1.1-.5,1.5c-.3.4-.8.9-1.4,1.5.3,0,.8.1,1.5.3.7.2,1.2.3,1.5.3l.6.6v3Z" />
<path class="svg-yarn"
d="M288,52.4c.4,0,.7.2,1,.6.3.4.5.8.8,1.4.3.5.6,1.1.9,1.8.3.6.7,1.2,1.2,1.8.5.5,1,1,1.7,1.4.7.4,1.4.6,2.4.6s2.2-.3,2.8-1c.6-.6,1-1.4,1-2.3s-.3-1.7-.9-2.5c-.6-.7-1.3-1.5-2.2-2.2-.9-.7-1.8-1.4-2.8-2.1-1-.7-1.9-1.5-2.8-2.3-.9-.8-1.6-1.6-2.2-2.6-.6-.9-.9-2-.9-3.1s.5-2.8,1.6-3.8c1.1-1,2.6-1.6,4.6-1.6s1.3,0,1.9.2c.6.1,1,.3,1.5.5.4.2.8.3,1.2.5.4.1.7.2,1,.2s.6-.1.8-.3c.2-.2.3-.4.4-.7.1-.3.2-.5.4-.7.1-.2.3-.3.6-.3.5,0,.7.3.7.8v7.2c0,.5-.2.8-.7.8s-1-.3-1.4-1c-.4-.7-.8-1.4-1.3-2.1-.5-.8-1.1-1.5-1.7-2.1s-1.5-1-2.5-1-1.6.3-2,.8c-.5.5-.7,1.1-.7,1.8s.3,1.6.9,2.2c.6.7,1.3,1.4,2.2,2,.9.7,1.8,1.3,2.8,2,1,.7,1.9,1.4,2.8,2.2.9.8,1.6,1.7,2.2,2.6.6.9.9,2,.9,3.2s-.2,1.8-.6,2.6c-.4.8-.9,1.4-1.6,2-.7.5-1.5.9-2.4,1.2-.9.3-1.9.4-3,.4s-1.5,0-2.2-.2c-.6-.1-1.2-.3-1.7-.5-.5-.2-.9-.3-1.3-.5-.4-.1-.7-.2-1.1-.2s-.6.1-.8.3c-.2.2-.3.4-.4.7-.1.3-.2.5-.4.7-.1.2-.3.3-.6.3-.5,0-.7-.3-.7-.8v-8c0-.5.2-.8.7-.8Z" />
<path class="svg-yarn"
d="M283.5,54c0,2.4-.7,5.5-2.1,7.5-.4.6-1.7,1.4-2.3.6-.9-1.3-1.1-5.5-1.1-7.1,0-2.3,0-7.5,0-14.9h4.7c0,2.5,0,4.4,0,6.2-1,2.7-2.2,6-1.8,9,.3,2,1,.9,1.2-.3.1-.5.3-2.8.7-2.9.5-.1.6,1.7.6,2Z" />
<path class="svg-yarn"
d="M277.9,35.1c0-2.5,0-5.1,0-8-1.1-8.8-1.4-13.1-1.4-15.2,0-2.8,0-8.5,1.8-10.7,1.1-1.5,4-1.9,4.8,0,1,2.4,1,7.3,1,10,0,2.1-.2,5.9-1.4,14.5,0,3.7,0,6.8,0,9.3h-4.7Z" />
<path class="svg-yarn"
d="M287.2,37.6c0,.3,0,.4-.2.6-.1.1-.3.2-.6.2h-10.8c-.2,0-.4,0-.6-.2-.1-.1-.2-.3-.2-.6s0-.4.2-.6c.1-.1.3-.2.6-.2h10.8c.3,0,.4,0,.6.2s.2.3.2.6Z" />
</g>
</svg>
<svg class="nav-logo-stacked" viewBox="0 0 150 80">
<g id="Logo">
<path class="svg-yarn"
d="M72.7,28.4c-.7,1.2-1.5,2.3-2.4,3.4-1.8,2.2-4.1,4-6.9,5.5.6-1.8,1.2-3.7,1.8-5.4.5-1.8,1-3.5,1.5-5.1.5-1.6.9-3,1.3-4.3.4-1.3.7-2.3,1-3.1l-1.1-.5c0,.2-.2.5-.2.7,0,.2-.2.5-.3.8-.4.8-.8,1.8-1.3,2.9-.5,1.1-1,2.2-1.5,3.3-.6,1.1-1.1,2.2-1.8,3.3-.6,1.1-1.3,2-2,2.9-.7.8-1.5,1.5-2.3,2.1-.8.5-1.6.8-2.5.8s-1.1-.1-1.7-.4c-.6-.3-1-.6-1.4-1.1-.4-.5-.7-1.1-1-1.8-.3-.7-.4-1.5-.4-2.4s.1-1.4.4-2.4c.3-1,.6-2.1,1-3.3.4-1.2.8-2.3,1.3-3.4.4-1.1.9-2.1,1.2-2.9l-1.1-.5c-.2.6-.6,1.4-1,2.5-.4,1-.9,2.2-1.3,3.4-.3.8-.6,1.7-.8,2.5-.3,1.1-.8,2.2-1.3,3.3-1.6,2.9-3.9,5.7-5,6.4-2.3,1.4-3.2.5-3.5.2-1.2-1.1-.8-3.2,1.3-6.2,2.7-3.9,5.8-8.6,5.8-11.4s-.7-3.5-1.9-4.7c-1.7-1.6-4.3-2.5-7.3-2.5-3.5,0-6.7,1.2-9.5,3.2-.1-.4-.3-.8-.5-1.2-2-3.7-5.9-6.1-10.5-6.2-4.7-.2-9.1,2.1-11.4,5.8-5.4,8.7-2.4,14.7,2.9,22.9,3.3,5.2,4,10.6,4.3,13.8.3,2.2.4,3.2,1.2,3.5,0,0,.2,0,.2,0,.6,0,1.1-.6,1.8-1.5,2.6-3.4,4.4-5,5-5.4l-.6-1.1c-.9.5-2.9,2.3-5.4,5.7-.4.5-.6.7-.7.9-.1-.4-.3-1.4-.4-2.3-.4-3.3-1-8.9-4.5-14.3-5.1-8-7.9-13.5-2.8-21.6,2.1-3.4,6.1-5.4,10.3-5.2,4.2.1,7.7,2.2,9.5,5.6.2.5.4.9.5,1.5-.5.4-1,.9-1.5,1.4-2.7,2.9-4.3,6.8-4.1,9.6,0,1.1.6,1.5,1,1.6.7.2,1.6-.2,2.6-1.4,1.9-2.3,3.9-6.9,3.4-10.8,2.1-1.7,5.2-3.2,9.2-3.3,2.6,0,5,.7,6.4,2.1,1,1,1.6,2.3,1.6,3.9,0,2.7-4.1,8.5-5.6,10.6-2.5,3.6-2.9,6.2-1.1,7.9.9.8,2.5,1.5,5,0,1.3-.8,3.3-3.2,4.9-5.9,0,.8.2,1.6.4,2.3.3.8.7,1.5,1.2,2.1.5.6,1.1,1,1.8,1.3.7.3,1.5.5,2.3.5s1.7-.2,2.6-.7c.8-.4,1.6-1.1,2.4-1.8.8-.8,1.5-1.7,2.2-2.8.7-1.1,1.3-2.2,1.9-3.5-.5,1.6-1,3.2-1.5,4.8-.5,1.7-1.1,3.4-1.7,5.1-1.9.9-4,1.6-6.2,2.1-.9.2-1.8.4-2.8.6-1,.2-2,.4-3,.7-1,.3-2,.6-2.9,1-.9.4-1.8.9-2.5,1.5-.7.6-1.3,1.4-1.7,2.3s-.6,2-.6,3.3.2,1.9.6,2.8c.4.8.9,1.5,1.5,2.1.6.6,1.3,1.1,2.2,1.4.8.3,1.7.5,2.6.5,1.5,0,3-.5,4.3-1.5,1.3-1,2.6-2.3,3.8-3.9,1.2-1.6,2.2-3.5,3.2-5.5,1-2.1,1.9-4.3,2.7-6.5,1.4-.7,2.7-1.4,3.9-2.3,1.3-.9,2.4-1.9,3.5-3.1,1.1-1.2,2.1-2.5,3.1-4,.9-1.5.1-2.4-.7-1.1ZM26.4,24.5c-1,1.5-1.7,2-1.9,2,0,0-.1-.2-.1-.6-.2-2.1.9-5.6,3.8-8.7.2-.3.5-.5.8-.8.1,2.7-1,5.8-2.4,8ZM58.8,45.6c-.9,1.9-1.9,3.5-2.9,4.9-1.1,1.4-2.2,2.6-3.4,3.4-1.2.8-2.4,1.3-3.8,1.3s-1.4-.1-2.1-.4c-.7-.3-1.2-.7-1.7-1.2-.5-.5-.9-1.1-1.2-1.8-.3-.7-.4-1.4-.4-2.1,0-1.1.2-2.1.6-2.9.4-.8,1-1.5,1.6-2,.7-.6,1.4-1,2.3-1.3.9-.3,1.8-.6,2.7-.9.9-.2,1.8-.4,2.8-.6.9-.2,1.8-.3,2.5-.5.9-.2,1.9-.5,2.8-.8.9-.3,1.8-.6,2.7-1-.8,2-1.6,4-2.5,5.9Z" />
<path class="svg-yarn"
d="M71,12.1v28.2h50.2l-.3-2.4h-4.9c-.3,0-.5-.2-.5-.5,0-.6,0-1.2.3-1.9.2-.6.4-1.4.7-2.2.2-.9.5-1.8.7-3,.2-1.1.3-2.5.3-4.1s-.1-3-.3-4.1c-.2-1.1-.4-2.1-.7-3-.2-.8-.5-1.6-.7-2.2-.2-.7-.3-1.3-.3-1.9s.2-.5.5-.5h5.4c.3,0,.5.2.5.5s0,.8-.1,1.2c0,.4-.2.9-.3,1.3.7-1,1.6-1.9,2.6-2.5,1.1-.6,2.3-1,3.7-1s3.3.5,4.4,1.6c1.2,1,1.8,2.5,1.8,4.5s0,1,0,1.5c0,.5-.1,1-.2,1.5-.1.5-.2,1.1-.2,1.8,0,.6-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.6.2,1,.4,1.9.7,2.7.2.8.5,1.5.7,2.1.2.6.3,1.3.3,1.9s-.2.5-.5.5h-4.9l-.3,2.4h17.8V12.1h-76.3ZM101,37.9h-5.9c-.3,0-.5-.2-.5-.5,0-.6.1-1.2.3-1.9.2-.6.4-1.4.7-2.3.2-.9.5-2,.7-3.2.2-1.2.3-2.7.3-4.4,0-2.7-.3-4.8-.9-6.4-.6-1.6-1.5-2.4-2.7-2.4s-1.6.4-2.3,1.3c-.7.8-1.3,2.2-1.8,4,0,.7-.2,1.4-.3,2.2-.1.8-.2,1.7-.2,2.7s0,2.6.3,3.6c.2,1,.4,1.9.7,2.7.2.8.5,1.5.7,2.1.2.6.3,1.3.3,1.9s-.2.5-.5.5h-5.9c-.3,0-.5-.2-.5-.5,0-.6.1-1.2.3-1.9.2-.6.4-1.4.7-2.3.2-.9.5-2,.7-3.2.2-1.2.3-2.7.3-4.4,0-2.7-.3-4.8-.9-6.4-.6-1.6-1.5-2.4-2.7-2.4s-1.7.5-2.6,1.5c-.8,1-1.5,2.6-1.9,4.7-.1.9-.1,1.9-.1,3.1s0,3,.3,4.1c.2,1.1.4,2.1.7,3,.2.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-5.9c-.3,0-.5-.2-.5-.5,0-.6.1-1.2.3-1.9.2-.6.4-1.4.7-2.2.2-.9.5-1.8.7-3,.2-1.1.3-2.5.3-4.1s0-3-.3-4.1c-.2-1.1-.4-2.1-.7-3-.2-.8-.5-1.6-.7-2.2-.2-.7-.3-1.3-.3-1.9s.2-.5.5-.5h5.4c.3,0,.5.2.5.5s0,.9-.1,1.3c0,.4-.2.9-.3,1.4.6-1.1,1.4-1.9,2.4-2.6.9-.6,1.9-1,3.1-1s2.5.4,3.4,1.3c.9.9,1.5,2,1.7,3.5.7-1.4,1.5-2.6,2.4-3.4,1-.9,2.1-1.3,3.5-1.3s2.7.5,3.7,1.6c1,1,1.5,2.5,1.5,4.2s0,1.1,0,1.6c0,.5-.1,1-.2,1.6,0,.6-.2,1.2-.2,1.8,0,.6-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.6.2,1,.4,1.9.7,2.7.2.8.5,1.5.7,2.1.2.6.3,1.3.3,1.9s-.2.5-.5.5ZM110.3,30.3c.2,1.1.4,2.1.7,3,.2.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-5.8c-.3,0-.5-.2-.5-.5,0-.6.1-1.2.3-1.9.2-.6.4-1.4.7-2.2.2-.9.5-1.8.6-3,.2-1.1.3-2.5.3-4.1s0-3-.3-4.1c-.2-1.1-.4-2.1-.6-3-.2-.8-.5-1.6-.7-2.2-.2-.7-.3-1.3-.3-1.9s.2-.5.5-.5h5.8c.3,0,.5.2.5.5,0,.6,0,1.2-.3,1.9-.2.6-.4,1.4-.7,2.2-.2.9-.5,1.8-.7,3-.2,1.1-.3,2.5-.3,4.1s.1,3,.3,4.1ZM144.1,30.3c.2,1.1.4,2.1.7,3,.2.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-5.9c-.3,0-.5-.2-.5-.5,0-.6.1-1.2.3-1.9.2-.6.4-1.4.7-2.2.2-.9.5-1.8.7-3,.2-1.1.3-2.5.3-4.1s0-3-.3-4.1c-.2-1.1-.4-2.1-.7-3-.2-.8-.5-1.6-.7-2.2-.2-.7-.3-1.3-.3-1.9s.2-.5.5-.5h5.9c.3,0,.5.2.5.5,0,.6-.1,1.2-.3,1.9-.2.6-.4,1.4-.7,2.2-.2.9-.5,1.8-.7,3-.2,1.1-.3,2.5-.3,4.1s.1,3,.3,4.1Z" />
<path class="svg-yarn"
d="M108.5,9.6c-1.2,0-2.2-.4-3-1.1-.7-.7-1.1-1.7-1.1-2.8s.4-2.1,1.1-2.8c.7-.7,1.7-1.1,3-1.1s2.2.4,3,1.1c.7.7,1.1,1.7,1.1,2.8s-.4,2.1-1.1,2.8c-.7.7-1.7,1.1-3,1.1Z" />
<path class="svg-yarn"
d="M142.3,9.6c-1.2,0-2.2-.4-3-1.1-.7-.7-1.1-1.7-1.1-2.8s.4-2.1,1.1-2.8c.7-.7,1.7-1.1,3-1.1s2.2.4,3,1.1c.7.7,1.1,1.7,1.1,2.8s-.4,2.1-1.1,2.8c-.7.7-1.7,1.1-3,1.1Z" />
<path class="svg-yarn"
d="M1.9,76.8c-.3,0-.5-.2-.5-.5,0-.6.1-1.4.3-2.3.2-.9.5-2.1.7-3.5.3-1.4.5-3.1.7-5,.2-1.9.3-4.2.3-6.7s0-4.5-.3-6.4c-.2-1.9-.4-3.5-.7-4.8-.3-1.4-.5-2.5-.7-3.5-.2-1-.3-1.8-.4-2.4v-.2c0-.2,0-.4,0-.5s.2-.2.4-.2h6.3c.3,0,.5.2.5.5,0,1.8.2,3.6.5,5.6.3,2,.7,3.9,1.2,5.8.5,1.9,1,3.8,1.7,5.6.6,1.8,1.3,3.3,1.9,4.7.6,1.3,1.3,2.4,1.9,3.2.6.8,1.1,1.2,1.6,1.2s1-.4,1.6-1.2c.6-.8,1.2-1.9,1.9-3.2.6-1.3,1.3-2.9,1.9-4.7.6-1.8,1.2-3.6,1.7-5.6.5-1.9.9-3.9,1.2-5.8.3-2,.5-3.8.5-5.6s.2-.5.5-.5h6.3c.2,0,.4,0,.4.2s0,.3,0,.5v.2c0,.7-.2,1.5-.4,2.4-.2,1-.5,2.1-.7,3.5-.3,1.4-.5,3-.7,4.8-.2,1.9-.3,4-.3,6.4s.1,4.8.3,6.7c.2,1.9.5,3.6.7,5,.3,1.4.5,2.6.7,3.5.2.9.3,1.7.3,2.3s-.2.5-.5.5h-6.3c-.3,0-.5-.2-.5-.5,0-.6.1-1.4.3-2.3.2-.9.5-2.1.7-3.5.3-1.4.5-3.1.7-5,.2-1.9.3-4.2.3-6.7s0-2.1,0-3.1c0-1-.1-1.9-.2-2.8-.8,1.5-1.6,3.1-2.5,4.8-.8,1.8-1.6,3.6-2.2,5.6-.7,2-1.2,4-1.6,6.2-.4,2.2-.6,4.5-.6,6.8s-.2.5-.5.5h-6.3c-.3,0-.5-.2-.5-.5,0-2.3-.2-4.6-.6-6.8-.4-2.2-.9-4.3-1.6-6.2-.7-2-1.4-3.8-2.2-5.6-.8-1.8-1.6-3.4-2.5-4.8,0,.9-.1,1.8-.2,2.8,0,1,0,2,0,3.1,0,2.6.1,4.8.3,6.7.2,1.9.5,3.6.7,5,.3,1.4.5,2.6.7,3.5.2.9.3,1.7.3,2.3s-.2.5-.5.5H1.9Z" />
<path class="svg-yarn"
d="M45.7,54.4c-1.2,0-2.1.3-2.8.8-.7.5-1.2,1.2-1.5,1.9.7,0,1.3.2,1.8.7.5.5.7,1.1.7,1.9s-.2,1.4-.7,1.9c-.5.5-1.1.8-1.9.8s-1.6-.3-2.1-1c-.6-.6-.9-1.5-.9-2.5s.2-1.5.5-2.2c.3-.7.8-1.3,1.5-1.9.7-.6,1.5-1,2.6-1.3,1-.3,2.2-.5,3.6-.5s2.3.1,3.3.4c1,.3,2,.7,2.8,1.2.8.5,1.4,1.2,1.9,2,.5.8.7,1.7.7,2.7s0,.9,0,1.3c0,.5-.1.9-.2,1.5,0,.5-.2,1.1-.2,1.7,0,.6,0,1.4,0,2.2,0,1.4.1,2.6.3,3.6.2,1,.4,1.9.7,2.7.2.8.5,1.5.7,2.1.2.6.3,1.3.3,1.9s-.2.5-.5.5h-5.4c-.3,0-.5-.2-.5-.5,0-.5,0-1,.1-1.5,0-.5.2-1.1.4-1.7-.7,1.2-1.7,2.1-2.9,2.9-1.2.8-2.6,1.1-4.3,1.1s-3.7-.6-5-1.7c-1.2-1.1-1.9-2.6-1.9-4.2s.3-2,.8-3c.5-1,1.4-1.9,2.6-2.6,1.2-.8,2.7-1.4,4.6-2,1.9-.5,4.2-.9,6.9-1.1,0-1.2-.3-2.2-.5-3.2s-.6-1.8-1-2.6c-.4-.7-1-1.3-1.7-1.7-.7-.4-1.5-.6-2.5-.6ZM51.3,68.7c0-.6.1-1.1.1-1.7,0-.6,0-1.3,0-2s0-.5,0-.7c0-.2,0-.4,0-.7-2,.2-3.6.5-5,1-1.3.5-2.4,1-3.3,1.6-.8.6-1.4,1.3-1.8,2-.4.7-.5,1.5-.5,2.3,0,1.3.4,2.3,1.2,3,.8.7,1.8,1,3,1s2.8-.5,3.9-1.6c1.1-1.1,1.8-2.5,2.3-4.4Z" />
<path class="svg-yarn"
d="M59.6,68.5c.4,0,.7.2.9.5.3.4.5.8.8,1.3.3.5.6,1.1.9,1.7.3.6.7,1.2,1.2,1.7.5.5,1,1,1.6,1.3.6.4,1.4.5,2.3.5s2.1-.3,2.7-.9c.6-.6.9-1.3.9-2.2s-.3-1.7-.8-2.4c-.6-.7-1.3-1.4-2.1-2.1-.8-.7-1.7-1.4-2.7-2.1-1-.7-1.9-1.4-2.7-2.2-.8-.8-1.5-1.6-2.1-2.5-.6-.9-.8-1.9-.8-3s.5-2.7,1.5-3.7c1-1,2.5-1.5,4.5-1.5s1.3,0,1.8.2c.5.1,1,.3,1.4.5.4.2.8.3,1.2.5.4.1.7.2,1,.2s.6,0,.8-.3c.2-.2.3-.4.4-.7.1-.2.2-.5.4-.7.1-.2.3-.3.6-.3.5,0,.7.2.7.7v7c0,.5-.2.8-.6.8s-1-.3-1.4-1c-.4-.6-.8-1.3-1.3-2.1-.5-.7-1-1.4-1.7-2.1-.6-.6-1.5-1-2.5-1s-1.5.2-2,.7c-.5.5-.7,1.1-.7,1.8s.3,1.5.8,2.2c.6.7,1.3,1.3,2.1,2,.8.7,1.8,1.3,2.7,1.9,1,.7,1.9,1.4,2.7,2.1.8.8,1.5,1.6,2.1,2.5.6.9.8,1.9.8,3.1s-.2,1.7-.6,2.5c-.4.7-.9,1.4-1.6,1.9-.7.5-1.4.9-2.3,1.2-.9.3-1.8.4-2.9.4s-1.5,0-2.1-.2c-.6-.1-1.2-.3-1.7-.5-.5-.2-.9-.3-1.3-.5-.4-.1-.7-.2-1-.2s-.6,0-.7.3c-.2.2-.3.4-.4.7-.1.2-.2.5-.4.7-.1.2-.3.3-.6.3-.5,0-.7-.2-.7-.7v-7.8c0-.5.2-.8.6-.8Z" />
<path class="svg-yarn"
d="M96.2,69.7c0,.3-.1.8-.4,1.6-.2.8-.7,1.7-1.3,2.5-.6.9-1.5,1.7-2.6,2.3-1.1.7-2.5,1-4.1,1s-2.8-.3-4-.9c-1.2-.6-2.2-1.4-3.1-2.4-.9-1.1-1.6-2.3-2-3.8-.5-1.5-.7-3.1-.7-4.9s.3-3.5.8-5c.5-1.5,1.2-2.8,2.1-3.9.9-1.1,1.9-1.9,3.1-2.5,1.2-.6,2.5-.9,3.9-.9s2.1.2,2.9.5c.9.3,1.7.7,2.3,1.3.7.5,1.2,1.2,1.5,1.9.4.7.5,1.5.5,2.2s-.3,1.9-.9,2.6c-.6.7-1.3,1-2.1,1s-1.4-.3-1.9-.8c-.5-.5-.7-1.2-.7-1.9s.2-1.4.7-1.9c.5-.5,1.1-.7,2-.7-.4-.7-.9-1.3-1.6-1.8-.7-.5-1.5-.7-2.4-.7s-1.7.3-2.5.8c-.7.5-1.3,1.2-1.9,2.1-.5.9-.9,2-1.1,3.2-.3,1.2-.4,2.6-.4,4.1s.2,3.1.5,4.4c.3,1.2.8,2.2,1.3,3,.6.8,1.2,1.4,1.9,1.8.7.4,1.5.6,2.4.6s2.1-.3,2.9-.8c.8-.6,1.4-1.2,2-1.8.5-.7,1-1.3,1.3-1.8.3-.6.7-.8,1-.8s.5.2.5.5Z" />
<path class="svg-yarn"
d="M118.5,60.1c-.5-1.5-1.2-2.8-2.1-3.8-.9-1.1-2-1.9-3.3-2.4-1.3-.6-2.7-.9-4.2-.9s-2.9.3-4.2.9c-1.3.6-2.4,1.4-3.3,2.4-.9,1.1-1.6,2.3-2.1,3.8-.5,1.5-.8,3.2-.8,5s.3,3.5.8,5c.5,1.5,1.2,2.8,2.1,3.8.9,1.1,2,1.9,3.3,2.4,1.3.6,2.7.9,4.2.9s2.9-.3,4.2-.9c1.3-.6,2.4-1.4,3.3-2.4.9-1.1,1.6-2.3,2.1-3.8.5-1.5.8-3.2.8-5s-.3-3.5-.8-5ZM118.2,66.6h-3.6c1.2,1.2,1.8,2.4,1.8,3.6s-.6,1.8-1.8,1.8-1.1-.1-1.5-.4c-.4-.3-.9-.7-1.5-1.3-.5.2-.7.5-.8.9,0,.4-.1.9-.2,1.4,0,.5-.3.9-.5,1.3-.2.4-.7.6-1.5.6s-1.4-.5-1.6-1.4c-.1-1-.2-1.9-.2-2.8-.6.6-1.1,1-1.5,1.3-.4.3-.9.4-1.5.4h-.6c-.1-.2-.3-.4-.5-.6s-.4-.4-.6-.6c-.2-.2-.5-.4-.7-.6l2.4-2.9c-1.5,0-2.6-.1-3.2-.3-.7-.2-1-.9-1-2.1s.4-1.5,1.1-1.9c.7-.4,1.6-.5,2.5-.5v-.5c0-.3-.2-.7-.7-1.2-.4-.5-.8-.9-1.1-1.2.3-.6.6-1,1-1.3.4-.3.8-.4,1.4-.4s1.2.1,1.7.4c.5.3,1,.7,1.2,1.3v-3.6h3.6v3.6h1.2l2.3-1.8h.6c1.2,0,1.8.6,1.8,1.8s-.1,1.1-.4,1.5c-.3.4-.7.9-1.3,1.5.3,0,.8.1,1.5.3.7.2,1.2.3,1.5.3l.6.6v2.9Z" />
<path class="svg-yarn"
d="M133,68.5c.4,0,.7.2.9.5.3.4.5.8.8,1.3.3.5.6,1.1.9,1.7.3.6.7,1.2,1.2,1.7.5.5,1,1,1.6,1.3.6.4,1.4.5,2.3.5s2.1-.3,2.7-.9c.6-.6.9-1.3.9-2.2s-.3-1.7-.8-2.4c-.6-.7-1.3-1.4-2.1-2.1-.8-.7-1.7-1.4-2.7-2.1-1-.7-1.9-1.4-2.7-2.2-.8-.8-1.5-1.6-2.1-2.5-.6-.9-.8-1.9-.8-3s.5-2.7,1.5-3.7c1-1,2.5-1.5,4.5-1.5s1.3,0,1.8.2c.5.1,1,.3,1.4.5.4.2.8.3,1.2.5.4.1.7.2,1,.2s.6,0,.8-.3c.2-.2.3-.4.4-.7.1-.2.2-.5.4-.7.1-.2.3-.3.6-.3.5,0,.7.2.7.7v7c0,.5-.2.8-.6.8s-1-.3-1.4-1c-.4-.6-.8-1.3-1.3-2.1-.5-.7-1-1.4-1.7-2.1-.6-.6-1.5-1-2.5-1s-1.5.2-2,.7c-.5.5-.7,1.1-.7,1.8s.3,1.5.8,2.2c.6.7,1.3,1.3,2.1,2,.8.7,1.8,1.3,2.7,1.9,1,.7,1.9,1.4,2.7,2.1.8.8,1.5,1.6,2.1,2.5.6.9.8,1.9.8,3.1s-.2,1.7-.6,2.5c-.4.7-.9,1.4-1.6,1.9-.7.5-1.4.9-2.3,1.2-.9.3-1.8.4-2.9.4s-1.5,0-2.1-.2c-.6-.1-1.2-.3-1.7-.5-.5-.2-.9-.3-1.3-.5-.4-.1-.7-.2-1-.2s-.6,0-.7.3c-.2.2-.3.4-.4.7-.1.2-.2.5-.4.7-.1.2-.3.3-.6.3-.5,0-.7-.2-.7-.7v-7.8c0-.5.2-.8.6-.8Z" />
<path class="svg-yarn"
d="M128.6,70c0,2.3-.6,5.4-2.1,7.2-.4.6-1.7,1.3-2.3.6-.9-1.2-1.1-5.3-1.1-6.9,0-2.2,0-7.3,0-14.4h4.6c0,2.4,0,4.3,0,6-.9,2.6-2.1,5.8-1.7,8.7.3,2,.9.9,1.2-.3,0-.4.3-2.7.7-2.8.5,0,.6,1.7.6,2Z" />
<path class="svg-yarn"
d="M129.1,28.7c0,1.4-.1,3.7-.6,7.8,0,0,0,.5,0,.6-.1,1-.2,2-.4,3.2,0,.8-.2,1.6-.3,2.5,0,3.6,0,6.6,0,9h-4.6c0-2.4,0-5,0-7.7-.2-1.3-.3-2.6-.5-3.7-.1-1.2-.3-2.3-.4-3.3-.4-4-.5-6.3-.5-7.6,0-2.8,0-8.2,1.7-10.4,1.1-1.5,3.9-1.8,4.6,0,1,2.4.9,7,1,9.7Z" />
<path class="svg-yarn"
d="M132.2,54.1c0,.2,0,.4-.2.6-.1.1-.3.2-.5.2h-10.4c-.2,0-.4,0-.5-.2-.1-.1-.2-.3-.2-.6s0-.4.2-.6c.1-.1.3-.2.5-.2h10.4c.2,0,.4,0,.5.2s.2.3.2.6Z" />
</g>
</svg>
</a>
<nav class="main-nav">
<ul>
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="how-to.html" class="nav-link">How-To</a></li>
<li class="active"><a href="gallery.html" class="nav-link">Gallery</a></li>
<li><a href="mascot-mix.html" class="nav-link">Mascot-Mix</a></li>
<!-- <li><a href="faq.html" class="nav-link">FAQ</a></li> -->
<li><a href="about.html" class="nav-link">About</a></li>
<li><a href="order.html" class="nav-link nav-cta">Order Now</a></li>
</ul>
</nav>
<button class="nav-toggle" aria-label="Toggle navigation">
<span class="hamburger"></span>
</button>
</div>
</header>
<main>
<!-- Hero/Intro Section -->
<section class="gallery-hero with-pattern">
<div class="container">
<h1>Mascot Gallery</h1>
<p class="hero-subtitle">Discover the magic of custom crochet mascots - from fandom favourites to
original creations</p>
<!-- Quick Navigation for Different User Needs -->
<div class="gallery-nav">
<button class="nav-btn active" data-filter="all">All Mascots</button>
<button class="nav-btn" data-filter="finished">Finished Mascots</button>
<button class="nav-btn" data-filter="characters">Character Recreations</button>
<button class="nav-btn" data-filter="original">Original Designs</button>
<button class="nav-btn" data-filter="details">Details & Props</button>
</div>
</div>
</section>
<!-- Featured Showcase -->
<section class="gallery-featured">
<div class="container">
<h2>Featured Creations</h2>
<div class="featured-carousel">
<div class="carousel-wrapper">
<div class="featured-grid" id="featuredGrid">
<!-- Character Recreation -->
<div class="featured-item" data-category="characters">
<div class="featured-visual">
<div class="comparison-view">
<div class="original-reference">
<h4>Original Character</h4>
<div class="embed-container">
<img src="/images/process/process-anne0.jpg"
alt="Original character reference" loading="lazy">
<p class="source-credit">Source: Foil Arms and Hog</p>
</div>
</div>
<div class="mascot-creation">
<h4>Custom Mascot</h4>
<img src="/images/process/process-anne-closeup.jpg"
alt="Custom mascot recreation" loading="lazy">
</div>
</div>
</div>
<div class="featured-content">
<h3>Character Recreation</h3>
<p>See how we bring beloved characters to life with careful attention to detail and
personality.</p>
<div class="feature-links">
<a href="https://www.pinterest.com/yourboard/character-recreations"
class="pinterest-link" target="_blank">More on Pinterest</a>
<a href="#process-link" class="process-link">See How It's Made</a>
</div>
</div>
</div>
<!-- Original Design Example -->
<div class="featured-item" data-category="original">
<div class="featured-visual">
<div class="single-view">
<img src="/images/process/process-Duck.jpg" alt="Original mascot design"
loading="lazy">
</div>
</div>
<div class="featured-content">
<h3>Original Design</h3>
<p>From your imagination to reality - completely custom mascots designed just for
you.</p>
<div class="feature-links">
<a href="https://www.pinterest.com/yourboard/original-designs"
class="pinterest-link" target="_blank">More on Pinterest</a>
<a href="#order-link" class="order-link">Start Your Order</a>
</div>
</div>
</div>
<!-- Process/Details Example -->
<div class="featured-item" data-category="details">
<div class="featured-visual">
<div class="detail-showcase">
<div class="detail-grid">
<img src="/images/process/process-anne-hair1.jpg" alt="Mascot hair detail"
loading="lazy">
<img src="/images/process/process-anne-hair2.jpg" alt="Mascot outfit detail"
loading="lazy">
<img src="/images/process/process-anne-hair3.jpg" alt="Mascot accessories"
loading="lazy">
<img src="/images/process/process-anne-hair4.jpg" alt="Display stand"
loading="lazy">
</div>
</div>
</div>
<div class="featured-content">
<h3>Craftsmanship Details</h3>
<p>Every mascot features carefully crafted details - from custom hair to tiny
accessories.</p>
<div class="feature-links">
<a href="https://www.pinterest.com/yourboard/mascot-details"
class="pinterest-link" target="_blank">More on Pinterest</a>
<a href="how-to.html" class="process-link">See Full Process</a>
</div>
</div>
</div>
</div>
</div>
<!-- GALLERY NAV -->
<button class="carousel-nav prev" id="prevBtn">
<i class="fa-solid fa-chevron-left"></i>
</button>
<button class="carousel-nav next" id="nextBtn">
<i class="fa-solid fa-chevron-right"></i>
</button>
<div class="carousel-pagination" id="paginationDots">
<div class="pagination-dot active" data-slide="0"></div>
<div class="pagination-dot" data-slide="1"></div>
<div class="pagination-dot" data-slide="2"></div>
</div>
</div>
</div>
</section>
<!-- Main Gallery Grid -->
<section class="gallery-main">
<div class="container">
<h2>Complete Gallery</h2>
<!-- Filter Tags -->
<div class="filter-tags">
<span class="filter-tag active" data-filter="all">All</span>
<span class="filter-tag" data-filter="finished">Finished Mascots</span>
<span class="filter-tag" data-filter="wip">Work in Progress</span>
<span class="filter-tag" data-filter="characters">Character Recreations</span>
<span class="filter-tag" data-filter="original">Original Designs</span>
<span class="filter-tag" data-filter="details">Details & Close-ups</span>
<span class="filter-tag" data-filter="props">Props & Accessories</span>
</div>
<!-- Masonry Grid -->
<div class="masonry-grid" id="galleryGrid">
<div class="gallery-item" data-category="finished characters">
<a href="https://www.pinterest.com/yourboard/finished-Mascots" target="_blank">
<img src="/images/instagram/mascot-collages-MaryMcCormack.jpg"
alt="Finished character mascot" loading="lazy">
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Character Mascot</h4>
<p>Custom recreation</p>
</div>
</div>
</a>
</div>
<div class="gallery-item" data-category="finished original">
<a href="https://www.pinterest.com/yourboard/original-designs" target="_blank">
<img src="/images/instagram/mascot-collages-AviaryTalent.jpg" alt="Original design mascot"
loading="lazy">
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Original Design</h4>
<p>Custom creation</p>
</div>
</div>
</a>
</div>
<!-- Work in Progress -->
<div class="gallery-item" data-category="wip">
<a href="https://www.pinterest.com/yourboard/behind-scenes" target="_blank">
<img src="/images/process/process-fah2.jpg" alt="Mascot work in progress" loading="lazy">
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>In Progress</h4>
<p>Behind the scenes</p>
</div>
</div>
</a>
</div>
<!-- Video Content -->
<div class="gallery-item" data-category="finished">
<a href="https://www.pinterest.com/yourboard/mascot-videos" target="_blank">
<video src="/images/IG-story.mp4" poster="/images/faces/polaroid-1.jpg" controls muted
preload="metadata" loading="lazy"></video>
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Mascot Showcase</h4>
<p>See it in action</p>
</div>
</div>
</a>
</div>
<!-- Detail Shots -->
<div class="gallery-item" data-category="details">
<a href="https://www.pinterest.com/yourboard/mascot-details" target="_blank">
<img src="/images/faces/polaroid-1.jpg" alt="Mascot hair detail" loading="lazy">
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Hair Details</h4>
<p>Craftsmanship close-up</p>
</div>
</div>
</a>
</div>
<div class="gallery-item" data-category="props details">
<a href="https://www.pinterest.com/yourboard/mascot-props" target="_blank">
<img src="/images/faces/polaroid-1.jpg" alt="Mascot accessories" loading="lazy">
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Custom Props</h4>
<p>Tiny details matter</p>
</div>
</div>
</a>
</div>
<!-- Character Comparison -->
<div class="gallery-item comparison-item" data-category="characters">
<a href="https://www.pinterest.com/yourboard/character-comparisons" target="_blank">
<div class="comparison-layout">
<div class="comparison-half">
<img src="/images/process/process-anne0.jpg" alt="Original character"
loading="lazy">
<span class="comparison-label">Original</span>
</div>
<div class="comparison-half">
<img src="/images/process/process-anne-finished.jpg" alt="Mascot recreation"
loading="lazy">
<span class="comparison-label">Mascot</span>
</div>
</div>
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Before & After</h4>
<p>Character recreation</p>
</div>
</div>
</a>
</div>
<!-- Display Stands -->
<div class="gallery-item" data-category="props">
<a href="https://www.pinterest.com/yourboard/display-stands" target="_blank">
<img src="/images/faces/polaroid-1.jpg" alt="Custom display stand" loading="lazy">
<div class="item-overlay">
<span class="pinterest-icon"></span>
<div class="item-info">
<h4>Display Stand</h4>
<p>Show off your mascot</p>
</div>
</div>
</a>
</div>
<!-- Add more items as needed -->
</div>
<!-- Load More Button -->
<div class="load-more-container">
<button class="load-more-btn" id="loadMoreBtn">Load More Mascots</button>
</div>
</div>
</section>
<!-- Customer Stories Section -->
<!-- <section class="gallery-customers">
<div class="container">
<h2>Happy Customers</h2>
<p>See how our mascots bring joy to their new homes! Check out customer photos and stories on our social
media.</p>
<div class="customer-cta">
<a href="https://www.instagram.com/stories/highlights/yourprofile" class="instagram-highlights-btn"
target="_blank">
<span class="instagram-icon"></span>
View Customer Stories on Instagram
</a>
<p class="customer-note">User-generated content and customer selfies with their mascots</p>
</div>
</div>
</section> -->
<!-- Social Media Links -->
<!-- <section class="gallery-social">
<div class="container">
<h2>Follow Our Journey</h2>
<div class="social-grid">
<a href="https://www.pinterest.com/yourprofile" class="social-card pinterest" target="_blank">
<div class="social-icon pinterest-icon"></div>
<h3>Pinterest</h3>
<p>Organized boards with all our mascot creations, process shots, and inspiration</p>
<span class="social-cta">Browse Boards →</span>
</a>
<a href="https://www.instagram.com/yourprofile" class="social-card instagram" target="_blank">
<div class="social-icon instagram-icon"></div>
<h3>Instagram</h3>
<p>Daily updates, behind-the-scenes content, and customer story highlights</p>
<span class="social-cta">Follow Us →</span>
</a>
<a href="https://www.facebook.com/yourprofile" class="social-card facebook" target="_blank">
<div class="social-icon facebook-icon"></div>
<h3>Facebook</h3>
<p>Community discussions and longer-form mascot creation stories</p>
<span class="social-cta">Like Page →</span>
</a>
</div>
</div>
</section> -->
<!-- Action Banner -->
<section class="action-banner">
<div class="action-line">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3250 130">
<path class="svg-yellowstroke"
d="M.68,51.15c42.06,33.13,110.16,15.91,135.15-32.09,6.64-12.59,1.31-15.65-9.67-10.38-13.16,6.22-24.19,18.13-29.32,32.14-.58,1.72-.97,3.48-1.03,5.26-.1,3.38,1.34,5.94,4.16,7.47,1.72.95,3.92,1.53,6.37,1.88,51.16,5.01,104.04-11.59,144.5-44.61,1.84-1.51,3.16-2.72,4.53-4.17,1.61-1.74,2.13-2.9,1.48-3.12-.66-.14-1.41.23-2.07.54-2.1,1.04-5.46,3.66-7.82,6.84-10.18,14.24-8.15,36.16,1.28,50.61,3.78,5.95,9.56,11.33,15.74,14.34,30.22,13.18,94.47,1.83,111.05-24.75,2.56-3.87,4.18-11.5-2.12-9.93-1.22.37-2.61,1.17-3.98,2.35-2.56,2.27-4.85,5.58-6.05,8.96-7.58,21.22,11.11,38.85,30.36,44.01,3.65,1.05,7.37,1.74,11.1,2.22,33.98,4,66.24-3.13,98.41-13.57,63.42-21.38,136.11-54.84,225.99-35.08,6.48,1.2,12.54,2.28,18.11,3.12,93.73,12.51,186.54,33.04,276.67,62.75,3.14,1.19,5.75,2.64,6.95,3.88,3.69,4.25-6.61,1.86-6.52-5.16,0-3.67,2.75-6.58,5.81-8.31,32.81-15.69,92.94,6.19,125.19,17.89,14.55,6.43,15.6-1.86,21.5-12.88,6.05-11.74,14.48-23.74,23.75-34.08,80.49-96.43,258.74-31.05,199.41,7.68-5.06,1.94-3.83-2.77-1.71-6.81.95-1.79,2.03-3.46,3.29-5.19,36.4-49.2,112.73,11.76,165.47,8.76,19.9-1.48,39.22-12.98,58.12-18.78,18.96-6.3,36.2-4.49,47.64,12.61,9.63,13.8,13.5,34.16,31.77,39.42,63.96,17.78,164.43-15.03,229.29-36.83,2.94-1.37,4.87-2.69,4.81-4.98-.53-3.78-5.53-6.27-9.01-7.8-22.6-9.54-55.93,6.08-60.48,31.69-.24,2.62.29,4.89,1.6,6.57,1.61,2.1,4.45,3.26,7.92,3.73,74.22,2.86,148.98-25.6,205.45-75.91.91-.81,1.8-1.62,2.62-2.38,2.19-2.02,3.86-3.69,4.74-4.45,1.07-.93,1-.53.36,1.34-.48,1.34-.86,2.63-1.26,4.08-3.01,9.72,1.11,21.1,9.49,26.77,42.8,24.61,105.68,5.72,150.69-11.27,2.43-1.14,4.12-2.38,4.66-3.6.58-1.24-.04-2.44-1.61-3.32-23.27-9.54-37.53,31.76-11.78,45.58,11.22,6.03,24.7,6.43,36.84,3.54,18.9-4.37,34.96-16.38,52.7-23.65,70.36-30.39,142.43,41.76,213.21,29.17,15.5-2.76,30.53-9.03,45.77-13.3,13.45-3.61,25.33-6.6,38.09-3.18,1.12.33,2.21.73,3.27,1.2,4.37,1.87,7.9,5.33,11.93,6.91,2.43.98,5.14,1.02,7.65.18,98.76-69.5,240.31-60.84,327.1,26.49.6.61,1.2,1.21,1.79,1.8,2.31,2.32,4.45,4.28,6.32,5.15.29.14.57.25.84.34,1.94.63,3.59-.04,5.19-1.82,1.04-1.14,2.06-2.72,3.16-4.5,13.65-25.77,56.69-31,74.63-7.73,1.33,1.78,1.92,3.15,1.73,3.65-.2.6-1.46.02-3.2-1.74-23.9-24.18,3.09-67.29,33.96-54.56,2.03.68,4.04,1.36,5.98,1.85,3.77.98,7.28,1.12,10.59-.03,2.23-.75,4.37-2.05,6.51-3.65,34.51-29.61,88.81-30.12,123.5-.88" />
</svg>
</div>
<div class="container action-content">
<h3>Ready to Create Your Own?</h3>
<p>Start your custom mascot journey today!</p>
<button class="button-primary" type="button" onclick="window.location.href='order.html'">
Request a Mascot
</button>
</div>
</section>
<!-- Call to Action Banners -->
<section class="process-banner">
<div class="container">
<div class="action-content">
<h3>Curious How They're Made?</h3>
<p>Discover the craftsmanship behind every mascot</p>
<button class="button-secondary" type="button" onclick="window.location.href='how-to.html'">
Discover the Process
</button>
</div>
<div class="cta-visual">
<button onclick="window.location.href='how-to.html'">
<img src="images/process/1-share-idea.jpg" alt="Mascot creation process step 1" loading="lazy">
</button>
<img src="images/process/2-design-approve.jpg" alt="Mascot creation process step 2" loading="lazy">
<img src="images/process/3-artisanal-process.jpg" alt="Mascot creation process step 3"
loading="lazy">
<img src="images/process/4-delivery-unboxing.jpg" alt="Mascot creation process step 4"
loading="lazy">
<img src="images/process/5-share-stories.jpg" alt="Mascot creation process step 5" loading="lazy">
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="footer-content">
<div>
<div>
<svg class="nav-logo" viewBox="0 0 304 80">
<g id="Logo">
<path class="svg-yarn"
d="M70.5,51.1c-.7,1.3-1.6,2.4-2.5,3.5-1.9,2.3-4.3,4.2-7.1,5.7.7-1.9,1.3-3.8,1.8-5.6.6-1.8,1.1-3.6,1.5-5.2.5-1.6.9-3.1,1.3-4.4.4-1.3.7-2.4,1.1-3.2l-1.1-.5c0,.2-.2.5-.3.7,0,.2-.2.5-.3.8-.4.9-.8,1.9-1.3,3-.5,1.1-1,2.3-1.6,3.4-.6,1.2-1.2,2.3-1.8,3.4-.7,1.1-1.3,2.1-2.1,3-.7.9-1.5,1.6-2.3,2.1s-1.7.8-2.6.8-1.2-.1-1.7-.4c-.6-.3-1.1-.6-1.5-1.1-.4-.5-.8-1.1-1-1.8-.3-.7-.4-1.6-.4-2.5s.1-1.4.4-2.5c.3-1.1.6-2.2,1-3.4.4-1.2.8-2.4,1.3-3.5.5-1.2.9-2.1,1.3-2.9l-1.2-.5c-.3.6-.6,1.5-1.1,2.5-.5,1.1-.9,2.2-1.4,3.5-.3.9-.6,1.7-.8,2.6s-.8,2.3-1.4,3.4c-1.7,3-4,5.9-5.2,6.6-2.3,1.4-3.3.5-3.6.2-1.3-1.2-.8-3.3,1.4-6.4,2.8-4,6-8.9,6-11.7s-.7-3.6-2-4.9c-1.7-1.7-4.5-2.6-7.5-2.6-3.6,0-6.9,1.2-9.8,3.3-.1-.4-.3-.8-.5-1.2-2-3.9-6.1-6.3-10.9-6.4-4.9-.2-9.4,2.1-11.8,6-5.6,9-2.4,15.2,2.9,23.6,3.4,5.4,4.1,10.9,4.5,14.2.3,2.2.4,3.3,1.3,3.6,0,0,.2,0,.3,0,.6,0,1.2-.6,1.9-1.5,2.6-3.6,4.5-5.2,5.2-5.5l-.6-1.1c-1,.5-3,2.4-5.6,5.9-.4.5-.6.8-.7.9-.1-.5-.3-1.5-.4-2.4-.4-3.4-1.1-9.1-4.7-14.8-5.3-8.3-8.1-13.9-2.9-22.2,2.2-3.5,6.3-5.6,10.7-5.4,4.3.1,7.9,2.3,9.8,5.8.2.5.4,1,.6,1.5-.5.5-1,.9-1.5,1.5-2.7,3-4.4,7-4.2,9.9,0,1.2.6,1.6,1,1.7.7.2,1.6-.2,2.6-1.4,2-2.4,4.1-7.1,3.5-11.1,2.2-1.8,5.3-3.3,9.5-3.4,2.7,0,5.1.7,6.6,2.2,1.1,1,1.6,2.4,1.6,4,0,2.8-4.2,8.7-5.8,11-2.6,3.7-3,6.4-1.2,8.1.9.8,2.6,1.5,5.2,0,1.3-.8,3.4-3.3,5.1-6.1,0,.9.2,1.6.4,2.4.3.8.7,1.5,1.2,2.1.5.6,1.1,1.1,1.9,1.4.7.3,1.5.5,2.4.5s1.8-.2,2.6-.7c.9-.5,1.7-1.1,2.5-1.9.8-.8,1.5-1.8,2.2-2.9.7-1.1,1.4-2.3,2-3.6-.5,1.6-1,3.3-1.5,5-.5,1.7-1.1,3.5-1.8,5.2-2,.9-4.1,1.6-6.4,2.2-.9.2-1.8.4-2.9.6-1,.2-2.1.4-3.1.7-1,.3-2,.6-3,1-1,.4-1.8.9-2.6,1.6-.7.6-1.3,1.4-1.8,2.4s-.7,2.1-.7,3.4.2,2,.6,2.9c.4.9.9,1.6,1.5,2.2.6.6,1.4,1.1,2.2,1.4.8.3,1.7.5,2.7.5,1.6,0,3.1-.5,4.5-1.5,1.4-1,2.7-2.3,3.9-4,1.2-1.7,2.3-3.6,3.3-5.7,1-2.2,1.9-4.4,2.8-6.7,1.4-.7,2.8-1.5,4.1-2.4,1.3-.9,2.5-2,3.7-3.2,1.1-1.2,2.2-2.6,3.2-4.2,1-1.5.1-2.5-.7-1.1ZM22.7,47.1c-1,1.5-1.8,2-2,2.1,0,0-.1-.2-.1-.6-.2-2.2,1-5.8,3.9-9,.2-.3.5-.5.8-.8.1,2.8-1,6-2.5,8.3ZM56.1,68.8c-.9,1.9-1.9,3.6-3,5.1-1.1,1.5-2.2,2.6-3.5,3.5-1.2.9-2.5,1.3-3.9,1.3s-1.5-.2-2.1-.5c-.7-.3-1.3-.7-1.8-1.2-.5-.5-.9-1.1-1.2-1.8-.3-.7-.4-1.4-.4-2.2,0-1.2.2-2.2.6-3,.4-.8,1-1.5,1.7-2.1.7-.6,1.5-1,2.4-1.4.9-.4,1.8-.7,2.8-.9.9-.2,1.9-.4,2.8-.6.9-.2,1.8-.3,2.6-.5,1-.2,1.9-.5,2.9-.8.9-.3,1.9-.6,2.8-1-.8,2.1-1.7,4.1-2.6,6.1Z" />
<path class="svg-yarn"
d="M68.7,34.4v29h78.7v-29h-78.7ZM99.6,60.9h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.5.7-2.4.3-.9.5-2,.7-3.2.2-1.2.3-2.7.3-4.5,0-2.7-.3-4.9-.9-6.6-.6-1.6-1.5-2.5-2.7-2.5s-1.6.4-2.4,1.3c-.7.9-1.4,2.2-1.9,4.1-.1.7-.2,1.5-.3,2.3-.1.8-.2,1.7-.2,2.8s.1,2.6.3,3.7c.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.5.7-2.4.3-.9.5-2,.7-3.2.2-1.2.3-2.7.3-4.5,0-2.7-.3-4.9-.9-6.6-.6-1.6-1.5-2.5-2.7-2.5s-1.8.5-2.6,1.6c-.9,1-1.5,2.7-1.9,4.9-.1.9-.2,2-.2,3.2s.1,3,.3,4.2c.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h5.5c.3,0,.5.2.5.5s0,.9-.1,1.3c0,.4-.2.9-.3,1.4.7-1.1,1.5-2,2.4-2.6,1-.7,2-1,3.2-1s2.5.4,3.5,1.3c1,.9,1.5,2.1,1.7,3.6.7-1.5,1.5-2.7,2.5-3.5,1-.9,2.2-1.3,3.6-1.3s2.8.5,3.8,1.6c1,1.1,1.5,2.5,1.5,4.4s0,1.1-.1,1.6c0,.5-.2,1.1-.3,1.7-.1.6-.2,1.2-.3,1.9,0,.7-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.7.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5ZM109.2,53.1c.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h6c.3,0,.5.2.5.5,0,.6-.1,1.3-.3,2-.2.7-.4,1.4-.7,2.3-.3.9-.5,1.9-.7,3.1-.2,1.2-.3,2.6-.3,4.2s.1,3,.3,4.2ZM134.5,60.9h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2,0-3-.4-5.4-1.2-7-.8-1.7-2-2.5-3.7-2.5s-2.4.5-3.3,1.5c-.9,1-1.6,2.4-2,4.2,0,.6-.1,1.2-.2,1.8,0,.6,0,1.3,0,2.1,0,1.6.1,3,.3,4.2.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h5.5c.3,0,.5.2.5.5s0,.9-.1,1.3c0,.4-.2.9-.3,1.4.7-1.1,1.6-1.9,2.7-2.6,1.1-.7,2.4-1,3.8-1s3.4.5,4.6,1.6c1.2,1.1,1.8,2.6,1.8,4.6s0,1-.1,1.5c0,.5-.2,1-.3,1.6s-.2,1.2-.3,1.8c0,.7-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.7.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5ZM144.1,53.1c.2,1.2.5,2.2.7,3.1.3.9.5,1.6.7,2.3.2.7.3,1.3.3,2s-.2.5-.5.5h-6c-.3,0-.5-.2-.5-.5,0-.6.1-1.3.3-2,.2-.7.5-1.4.7-2.3.3-.9.5-1.9.7-3.1.2-1.2.3-2.6.3-4.2s-.1-3-.3-4.2c-.2-1.2-.4-2.2-.7-3.1-.3-.9-.5-1.6-.7-2.3-.2-.7-.3-1.3-.3-2s.2-.5.5-.5h6c.3,0,.5.2.5.5,0,.6-.1,1.3-.3,2-.2.7-.4,1.4-.7,2.3-.3.9-.5,1.9-.7,3.1-.2,1.2-.3,2.6-.3,4.2s.1,3,.3,4.2Z" />
<path class="svg-yarn"
d="M107.4,31.8c-1.3,0-2.3-.4-3.1-1.1-.8-.7-1.2-1.7-1.2-2.9s.4-2.2,1.2-2.9c.8-.7,1.8-1.1,3.1-1.1s2.3.4,3.1,1.1c.8.7,1.2,1.7,1.2,2.9s-.4,2.2-1.2,2.9c-.8.7-1.8,1.1-3.1,1.1Z" />
<path class="svg-yarn"
d="M142.2,31.8c-1.3,0-2.3-.4-3.1-1.1-.8-.7-1.2-1.7-1.2-2.9s.4-2.2,1.2-2.9c.8-.7,1.8-1.1,3.1-1.1s2.3.4,3.1,1.1c.8.7,1.2,1.7,1.2,2.9s-.4,2.2-1.2,2.9c-.8.7-1.8,1.1-3.1,1.1Z" />
<path class="svg-yarn"
d="M152.8,60.9c-.3,0-.5-.2-.5-.5,0-.6.1-1.4.3-2.4.2-1,.5-2.2.8-3.6.3-1.4.5-3.1.8-5.1.2-2,.3-4.3.3-6.9s-.1-4.7-.3-6.6c-.2-1.9-.4-3.6-.7-5-.3-1.4-.5-2.6-.7-3.6-.2-1-.4-1.8-.4-2.5v-.2c0-.2,0-.4,0-.5s.2-.2.4-.2h6.5c.3,0,.5.2.5.5,0,1.8.2,3.7.5,5.8.3,2,.7,4,1.2,6,.5,2,1.1,3.9,1.7,5.7.7,1.8,1.3,3.4,2,4.8.7,1.4,1.3,2.5,1.9,3.3.6.8,1.2,1.2,1.6,1.2s1-.4,1.6-1.2c.6-.8,1.3-1.9,1.9-3.3.7-1.4,1.3-3,2-4.8.7-1.8,1.2-3.7,1.7-5.7.5-2,.9-4,1.2-6,.3-2,.5-3.9.5-5.8s.2-.5.5-.5h6.5c.2,0,.4,0,.4.2s0,.3,0,.5v.3c0,.7-.2,1.5-.4,2.5-.2,1-.5,2.2-.8,3.6-.3,1.4-.5,3.1-.7,5-.2,1.9-.3,4.1-.3,6.6s.1,5,.3,6.9c.2,2,.5,3.7.8,5.1.3,1.4.5,2.6.8,3.6.2,1,.3,1.8.3,2.4s-.2.5-.5.5h-6.5c-.3,0-.5-.2-.5-.5,0-.6.1-1.4.3-2.4.2-1,.5-2.2.8-3.6.3-1.4.5-3.1.8-5.1.2-2,.3-4.3.3-6.9s0-2.2,0-3.2c0-1-.1-2-.2-2.9-.8,1.5-1.7,3.2-2.5,5-.9,1.8-1.6,3.7-2.3,5.8-.7,2-1.2,4.2-1.7,6.4-.4,2.3-.6,4.6-.6,7s-.2.5-.5.5h-6.5c-.3,0-.5-.2-.5-.5,0-2.4-.2-4.7-.6-7-.4-2.3-1-4.4-1.7-6.4-.7-2-1.4-3.9-2.3-5.8-.8-1.8-1.7-3.5-2.6-5,0,.9-.1,1.9-.2,2.9s0,2.1,0,3.2c0,2.6.1,5,.3,6.9.2,2,.5,3.7.8,5.1.3,1.4.5,2.6.8,3.6.2,1,.3,1.8.3,2.4s-.2.5-.5.5h-6.5Z" />
<path class="svg-yarn"
d="M197.9,37.9c-1.2,0-2.2.3-2.9.8-.7.5-1.2,1.2-1.5,2,.8,0,1.4.3,1.9.8.5.5.7,1.1.7,1.9s-.3,1.5-.8,2c-.5.5-1.1.8-1.9.8s-1.6-.3-2.2-1c-.6-.7-.9-1.5-.9-2.6s.2-1.5.5-2.2c.3-.7.9-1.4,1.6-1.9.7-.6,1.6-1,2.6-1.4s2.3-.5,3.7-.5,2.3.1,3.4.4c1.1.3,2,.7,2.8,1.3.8.6,1.5,1.2,1.9,2,.5.8.7,1.7.7,2.8s0,.9-.1,1.4c0,.5-.2,1-.3,1.5-.1.5-.2,1.1-.3,1.8,0,.7-.1,1.4-.1,2.2,0,1.4.1,2.6.3,3.7.2,1.1.5,2,.7,2.8.3.8.5,1.6.7,2.2.2.7.3,1.3.3,1.9s-.2.5-.5.5h-5.5c-.3,0-.5-.2-.5-.5,0-.5,0-1,.1-1.5,0-.5.2-1.1.4-1.7-.8,1.2-1.8,2.2-3,3-1.2.8-2.7,1.2-4.4,1.2s-3.9-.6-5.1-1.8c-1.3-1.2-1.9-2.6-1.9-4.4s.3-2.1.8-3.1,1.4-1.9,2.7-2.7c1.2-.8,2.8-1.5,4.8-2,1.9-.6,4.3-.9,7.1-1.1-.1-1.2-.3-2.3-.5-3.3s-.6-1.9-1.1-2.6c-.5-.8-1-1.3-1.7-1.8-.7-.4-1.6-.6-2.6-.6ZM203.7,52.6c0-.6.1-1.2.2-1.8,0-.6,0-1.3,0-2s0-.5,0-.7c0-.2,0-.4,0-.7-2,.2-3.8.5-5.2,1-1.4.5-2.5,1-3.4,1.7-.9.6-1.5,1.3-1.8,2.1-.4.8-.6,1.6-.6,2.4,0,1.3.4,2.4,1.2,3.1.8.7,1.9,1.1,3.1,1.1s2.9-.5,4-1.6,1.9-2.6,2.4-4.5Z" />
<path class="svg-yarn"
d="M212.3,52.4c.4,0,.7.2,1,.6.3.4.5.8.8,1.4.3.5.6,1.1.9,1.8.3.6.7,1.2,1.2,1.8.5.5,1,1,1.7,1.4.7.4,1.4.6,2.4.6s2.2-.3,2.8-1c.6-.6,1-1.4,1-2.3s-.3-1.7-.9-2.5c-.6-.7-1.3-1.5-2.2-2.2-.9-.7-1.8-1.4-2.8-2.1-1-.7-1.9-1.5-2.8-2.3-.9-.8-1.6-1.6-2.2-2.6-.6-.9-.9-2-.9-3.1s.5-2.8,1.6-3.8c1.1-1,2.6-1.6,4.6-1.6s1.3,0,1.9.2c.6.1,1,.3,1.5.5.4.2.8.3,1.2.5.4.1.7.2,1,.2s.6-.1.8-.3c.2-.2.3-.4.4-.7.1-.3.2-.5.4-.7.1-.2.3-.3.6-.3.5,0,.7.3.7.8v7.2c0,.5-.2.8-.7.8s-1-.3-1.4-1c-.4-.7-.8-1.4-1.3-2.1-.5-.8-1.1-1.5-1.7-2.1-.7-.7-1.5-1-2.5-1s-1.6.3-2,.8c-.5.5-.7,1.1-.7,1.8s.3,1.6.9,2.2c.6.7,1.3,1.4,2.2,2,.9.7,1.8,1.3,2.8,2,1,.7,1.9,1.4,2.8,2.2.9.8,1.6,1.7,2.2,2.6.6.9.9,2,.9,3.2s-.2,1.8-.6,2.6c-.4.8-.9,1.4-1.6,2-.7.5-1.5.9-2.4,1.2-.9.3-1.9.4-3,.4s-1.5,0-2.2-.2c-.6-.1-1.2-.3-1.7-.5-.5-.2-.9-.3-1.3-.5-.4-.1-.7-.2-1.1-.2s-.6.1-.8.3c-.2.2-.3.4-.4.7-.1.3-.2.5-.4.7-.1.2-.3.3-.6.3-.5,0-.7-.3-.7-.8v-8c0-.5.2-.8.7-.8Z" />
<path class="svg-yarn"
d="M250,53.6c0,.3-.1.8-.4,1.7-.3.8-.7,1.7-1.4,2.6-.7.9-1.5,1.7-2.7,2.4-1.1.7-2.5,1.1-4.2,1.1s-2.9-.3-4.1-.9c-1.2-.6-2.3-1.4-3.2-2.5-.9-1.1-1.6-2.4-2.1-3.9-.5-1.5-.7-3.2-.7-5.1s.3-3.6.8-5.2c.5-1.5,1.2-2.9,2.1-4s2-2,3.2-2.5c1.2-.6,2.6-.9,4.1-.9s2.1.2,3,.5c.9.3,1.7.8,2.4,1.3.7.6,1.2,1.2,1.6,1.9.4.7.6,1.5.6,2.3s-.3,2-.9,2.7c-.6.7-1.3,1-2.2,1s-1.4-.3-1.9-.8c-.5-.5-.8-1.2-.8-2s.2-1.4.7-1.9c.5-.5,1.2-.8,2-.7-.4-.7-.9-1.4-1.6-1.9-.7-.5-1.5-.8-2.5-.8s-1.8.3-2.5.8c-.8.5-1.4,1.2-1.9,2.2-.5.9-.9,2-1.2,3.3-.3,1.3-.4,2.7-.4,4.2s.2,3.2.5,4.5c.3,1.3.8,2.3,1.4,3.1.6.8,1.2,1.4,2,1.8.8.4,1.6.6,2.5.6s2.2-.3,3-.9c.8-.6,1.5-1.2,2-1.9.6-.7,1-1.3,1.4-1.9.4-.6.7-.9,1-.9s.5.2.5.6Z" />
<path class="svg-yarn"
d="M273,43.8c-.5-1.5-1.2-2.9-2.2-3.9-.9-1.1-2.1-1.9-3.4-2.5-1.3-.6-2.7-.9-4.3-.9s-3,.3-4.3.9c-1.3.6-2.4,1.4-3.4,2.5-.9,1.1-1.7,2.4-2.2,3.9-.5,1.5-.8,3.3-.8,5.1s.3,3.6.8,5.1c.5,1.5,1.2,2.9,2.2,3.9.9,1.1,2.1,1.9,3.4,2.5,1.3.6,2.7.9,4.3.9s3-.3,4.3-.9c1.3-.6,2.4-1.4,3.4-2.5.9-1.1,1.7-2.4,2.2-3.9.5-1.5.8-3.2.8-5.1s-.3-3.6-.8-5.1ZM272.7,50.4h-3.7c1.2,1.2,1.8,2.5,1.8,3.7s-.6,1.8-1.8,1.8-1.1-.2-1.5-.5c-.4-.3-.9-.8-1.5-1.4-.5.2-.8.5-.8,1,0,.5-.1.9-.2,1.4,0,.5-.3.9-.5,1.3-.2.4-.8.6-1.6.6s-1.5-.5-1.6-1.5c-.2-1-.2-1.9-.2-2.9-.6.6-1.1,1.1-1.5,1.4-.4.3-.9.5-1.5.5h-.6c-.1-.2-.3-.4-.5-.6s-.4-.4-.6-.6c-.2-.2-.5-.4-.7-.6l2.5-3c-1.5,0-2.6-.1-3.3-.3-.7-.2-1-.9-1-2.2s.4-1.6,1.1-1.9c.8-.4,1.6-.6,2.5-.6v-.6c0-.3-.2-.7-.7-1.2-.5-.5-.8-.9-1.1-1.2.3-.6.6-1.1,1-1.4.4-.3.9-.5,1.5-.5s1.2.2,1.7.5c.6.3,1,.8,1.3,1.4v-3.7h3.7v3.7h1.3l2.4-1.8h.6c1.2,0,1.8.6,1.8,1.8s-.2,1.1-.5,1.5c-.3.4-.8.9-1.4,1.5.3,0,.8.1,1.5.3.7.2,1.2.3,1.5.3l.6.6v3Z" />
<path class="svg-yarn"
d="M288,52.4c.4,0,.7.2,1,.6.3.4.5.8.8,1.4.3.5.6,1.1.9,1.8.3.6.7,1.2,1.2,1.8.5.5,1,1,1.7,1.4.7.4,1.4.6,2.4.6s2.2-.3,2.8-1c.6-.6,1-1.4,1-2.3s-.3-1.7-.9-2.5c-.6-.7-1.3-1.5-2.2-2.2-.9-.7-1.8-1.4-2.8-2.1-1-.7-1.9-1.5-2.8-2.3-.9-.8-1.6-1.6-2.2-2.6-.6-.9-.9-2-.9-3.1s.5-2.8,1.6-3.8c1.1-1,2.6-1.6,4.6-1.6s1.3,0,1.9.2c.6.1,1,.3,1.5.5.4.2.8.3,1.2.5.4.1.7.2,1,.2s.6-.1.8-.3c.2-.2.3-.4.4-.7.1-.3.2-.5.4-.7.1-.2.3-.3.6-.3.5,0,.7.3.7.8v7.2c0,.5-.2.8-.7.8s-1-.3-1.4-1c-.4-.7-.8-1.4-1.3-2.1-.5-.8-1.1-1.5-1.7-2.1s-1.5-1-2.5-1-1.6.3-2,.8c-.5.5-.7,1.1-.7,1.8s.3,1.6.9,2.2c.6.7,1.3,1.4,2.2,2,.9.7,1.8,1.3,2.8,2,1,.7,1.9,1.4,2.8,2.2.9.8,1.6,1.7,2.2,2.6.6.9.9,2,.9,3.2s-.2,1.8-.6,2.6c-.4.8-.9,1.4-1.6,2-.7.5-1.5.9-2.4,1.2-.9.3-1.9.4-3,.4s-1.5,0-2.2-.2c-.6-.1-1.2-.3-1.7-.5-.5-.2-.9-.3-1.3-.5-.4-.1-.7-.2-1.1-.2s-.6.1-.8.3c-.2.2-.3.4-.4.7-.1.3-.2.5-.4.7-.1.2-.3.3-.6.3-.5,0-.7-.3-.7-.8v-8c0-.5.2-.8.7-.8Z" />
<path class="svg-yarn"
d="M283.5,54c0,2.4-.7,5.5-2.1,7.5-.4.6-1.7,1.4-2.3.6-.9-1.3-1.1-5.5-1.1-7.1,0-2.3,0-7.5,0-14.9h4.7c0,2.5,0,4.4,0,6.2-1,2.7-2.2,6-1.8,9,.3,2,1,.9,1.2-.3.1-.5.3-2.8.7-2.9.5-.1.6,1.7.6,2Z" />
<path class="svg-yarn"
d="M277.9,35.1c0-2.5,0-5.1,0-8-1.1-8.8-1.4-13.1-1.4-15.2,0-2.8,0-8.5,1.8-10.7,1.1-1.5,4-1.9,4.8,0,1,2.4,1,7.3,1,10,0,2.1-.2,5.9-1.4,14.5,0,3.7,0,6.8,0,9.3h-4.7Z" />
<path class="svg-yarn"
d="M287.2,37.6c0,.3,0,.4-.2.6-.1.1-.3.2-.6.2h-10.8c-.2,0-.4,0-.6-.2-.1-.1-.2-.3-.2-.6s0-.4.2-.6c.1-.1.3-.2.6-.2h10.8c.3,0,.4,0,.6.2s.2.3.2.6Z" />
</g>
</svg>
</div>
<div>
Somerset, UK<br>
<a href="mailto:hello@myminimascots.co.uk">hello@myminimascots.co.uk</a><br>
<a href="tel:+441234567890">+44 1234 567890</a>
</div>
</div>
<div class="footer-middle">
<img src="images/assets/tape_face-footer.svg">
<div class="footer-social">
<a href="#" aria-label="Instagram"><i class="fa-brands fa-instagram"></i></a>
<a href="#" aria-label="Facebook"><i class="fa-brands fa-facebook"></i></a>
<a href="#" aria-label="Pinterest"><i class="fa-brands fa-pinterest"></i></a>
</div>
</div>
<form class="footer-newsletter">
<input type="text" name="firstName" placeholder="First Name" required>
<input type="email" name="email" placeholder="Email Address" required>
<label class="custom-checkbox">
<input type="checkbox" id="newsletterConsent" name="consent" required>
<span class="checkmark"></span> I agree to receive emails.
</label>
<button type="submit" class="button-secondary">Subscribe</button>
</form>
</div>
<div class="footer-bottom">
© 2025 My Mini Mascots. <a href="/privacy-policy.html" target="_blank">Privacy Policy</a>
</div>
</footer>
<script src="main.js"></script>
<script src="gallery.js"></script>
<!-- Fontawesome Icons -->
<script src="https://kit.fontawesome.com/7118d8a9c9.js" crossorigin="anonymous"></script>
</body>
</html>