forked from catppuccin/userstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatppuccin.user.css
More file actions
506 lines (488 loc) Β· 116 KB
/
Copy pathcatppuccin.user.css
File metadata and controls
506 lines (488 loc) Β· 116 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
/* ==UserStyle==
@name AlternativeTo Catppuccin
@namespace github.com/catppuccin/userstyles/styles/alternativeto
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/alternativeto
@version 2024.12.28
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/alternativeto/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aalternativeto
@description Soothing pastel theme for AlternativeTo
@author Catppuccin
@license MIT
@preprocessor less
@var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:FrappΓ©", "macchiato:Macchiato", "mocha:Mocha"]
@var select darkFlavor "Dark Flavor" ["latte:Latte", "frappe:FrappΓ©", "macchiato:Macchiato", "mocha:Mocha*"]
@var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve*", "red:Red", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
==/UserStyle== */
@-moz-document domain('alternativeto.net') {
:root[data-theme="dark"] {
#catppuccin(@darkFlavor, @accentColor);
}
:root[data-theme="light"] {
#catppuccin(@lightFlavor, @accentColor);
}
#catppuccin(@lookup, @accent) {
@rosewater: @catppuccin[@@lookup][@rosewater];
@flamingo: @catppuccin[@@lookup][@flamingo];
@pink: @catppuccin[@@lookup][@pink];
@mauve: @catppuccin[@@lookup][@mauve];
@red: @catppuccin[@@lookup][@red];
@maroon: @catppuccin[@@lookup][@maroon];
@peach: @catppuccin[@@lookup][@peach];
@yellow: @catppuccin[@@lookup][@yellow];
@green: @catppuccin[@@lookup][@green];
@teal: @catppuccin[@@lookup][@teal];
@sky: @catppuccin[@@lookup][@sky];
@sapphire: @catppuccin[@@lookup][@sapphire];
@blue: @catppuccin[@@lookup][@blue];
@lavender: @catppuccin[@@lookup][@lavender];
@text: @catppuccin[@@lookup][@text];
@subtext1: @catppuccin[@@lookup][@subtext1];
@subtext0: @catppuccin[@@lookup][@subtext0];
@overlay2: @catppuccin[@@lookup][@overlay2];
@overlay1: @catppuccin[@@lookup][@overlay1];
@overlay0: @catppuccin[@@lookup][@overlay0];
@surface2: @catppuccin[@@lookup][@surface2];
@surface1: @catppuccin[@@lookup][@surface1];
@surface0: @catppuccin[@@lookup][@surface0];
@base: @catppuccin[@@lookup][@base];
@mantle: @catppuccin[@@lookup][@mantle];
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];
color-scheme: if(@lookup = latte, light, dark);
::selection {
background-color: fade(@accent-color, 30%);
}
input,
textarea {
&::placeholder {
color: @subtext0 !important;
}
}
--mainBrand: @accent-color;
--topBrand: @accent-color;
--footer: @mantle;
--mainBg: @base;
--mainFg: @text;
--popBrand: @accent-color;
--introBoxText: @text;
--introBoxLink: @text;
--introBoxMeta: @subtext0;
--meta: @subtext0;
--metaLight: @subtext1;
--linkColorHeader: @text;
--linkColor: @text;
--brandLight3: @surface2;
--brandLight4: @surface2;
--brandLight5: @surface1;
--brandLight6: @mantle;
--brandLight7: @surface0;
--brandLight8: @text;
--brandLight10: @surface0;
--brandLight11: @mantle;
--gray50: @surface0;
--gray100: @surface0;
--gray150: @surface0;
--gray200: @surface1;
--gray250: @surface1;
--gray300: @surface1;
--gray500: @overlay0;
--headingButton: @accent-color;
--positiveGreener: @green;
--positiveGreenerLight: fade(@green, 10%);
--positiveGreenerDark: @green;
--danger: @red;
--negativeLight: fade(@peach, 10%);
--lightDanger: fade(@red, 25%);
--dangerDark: @red;
--ctaMain: @mauve;
--ctaLight: @base;
--ctaLightest: @mantle;
--tab: @mantle;
--toastify-color-dark: @mantle;
--toastify-color-light: @text;
--toastify-color-info: @blue;
--toastify-color-success: @green;
--toastify-color-warning: @yellow;
--toastify-color-error: @red;
// heart icon
[class^="ModernLikeButton_likeWrapper"] {
[class^="ModernLikeButton_heart"]:hover,
[class^="ModernLikeButton_liked"] {
svg {
color: @red;
}
}
}
// primary button
[class*="Button_primary"] {
color: @crust !important;
}
// footer
[class^="Footer_footer"] {
&,
& p a,
& [class^="Footer_footerMenu"] li a {
color: @text;
}
}
[class^="Footer_footerLogo"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" id="Capa_2" data-name="Capa 2" viewBox="0 0 800.42 190" cursor="default"><defs><style>.cls-1{fill:@{text};stroke-width:0}</style></defs><g id="Capa_1-2" data-name="Capa 1"><path d="M54.21 85.99c.89.99 1.9 1.09 2.77.21.58-.59 1.1-1.39 1.3-2.18.52-2.14.45-4.29-.39-6.38-.55-1.38-1.48-2.37-2.67-3.07a.96.96 0 0 0-.74-.11c-.8.22-1.34.71-1.85 1.39-.22.29-.14.71.17.89 1.54.91 2.48 2.12 2.81 3.83.35 1.85-.47 3.29-1.44 4.64-.17.24-.15.57.05.79Zm-34.03 2.55c-3.33-.2-6.18 2.22-6.37 5.4-.19 3.23 2.54 6.16 5.97 6.39 3.22.22 6.06-2.2 6.28-5.35.23-3.25-2.5-6.24-5.88-6.44" class="cls-1"/><path d="M166.41 86.27c-1.77-.11-3.37.78-4.29 2.2-1.7-1.07-6.34-3.34-8.14-4.25-.21-.12-.43-.23-.64-.34a.39.39 0 0 0-.33-.02v-.1c0-.13.01-.27.02-.4 1.87-37.41-36.04-66.48-72.79-55.22-17.71 5.42-31.77 19.77-37.39 37.43-1.27 3.98-2.15 10.17-2.36 16.71-.46.18-.92.36-1.37.55-.34.14-.67.27-1 .42-1.87.79-3.71 1.65-5.51 2.57s-3.56 1.89-5.29 2.96c-.24.15-.33.45-.21.71.13.28.46.4.74.27h.02c1.78-.84 3.63-1.59 5.48-2.28 1.86-.69 3.74-1.31 5.63-1.86l.11-.03a85 85 0 0 1 2.74-.75c.48-.12.95-.23 1.43-.34.05-.01.11-.03.16-.04.42-.1.84-.19 1.27-.27 1.91-.42 3.84-.68 5.75-.92h.06c.07-.02.15-.03.22-.05a1.967 1.967 0 0 0 1.45-2.38 1.967 1.967 0 0 0-2.38-1.45c-1.79.44-3.55.9-5.28 1.47.12-.04.23-.08.35-.12.22-5.84 1.03-11.31 2.16-14.88 5.19-16.31 18.19-29.55 34.54-34.58 1.47-.45 2.94-.83 4.41-1.15 1.43-.31 7.19-1.13.91 2.39-10.37 5.81-18.24 15.69-21.89 27.16-1.87 5.87-2.52 17.44-1.25 26.32.4 2.78-.54 3.34-2.27 4.06-3.68 1.54-10 4.34-13.28 8.3-1.26 1.52-1.89-.03-2.12-1.08-.62-2.79-1-5.92-1.16-9.14a.887.887 0 0 0-1.1-.82c-.89.22-1.78.45-2.65.73-.38.12-.63.49-.61.88.5 11.69 3.47 22.55 10.56 22.2.64-.03.96-.62.84-1.13-1.27-.8-2.11-1.71-2.45-2.74-2.33-7.01 19.41-16.18 47.25-20.35 25.59-3.83 47.57-2.08 51.39 3.75.84 1.13.81 2.31.22 3.48-.91 2.03-3.19 4.53-6.94 6.81-.51.31-.65.99-.32 1.49v.02c.31.44.89.61 1.36.37 4.11-2.1 7.17-5.29 8.54-7.94 1.2-2.31 1.66-5.32 1.87-8.13v-.06c.03.02.05.03.07.04 1.89.57 6.62 2.49 8.45 3.24h.03l.06.03c-.07.29-.12.6-.14.91-.15 2.79 2.02 5.3 4.76 5.5 2.57.19 4.83-1.9 5.01-4.61.18-2.8-1.99-5.37-4.69-5.55Zm-35.85-11.8c0 1.51-1.21 2.7-2.62 2.58-7.4-.66-14.6-.09-18.36.33-1.44.16-2.68-1.04-2.68-2.57v-2.14c0-.56.38-1.04.9-1.12 10.39-1.74 19.09-.69 21.85-.26.52.08.91.56.91 1.12v2.07Zm12.83-6.11c-.23.4-.73.54-1.16.37-15.85-6.02-40.59-2.63-40.59-2.63-7.71.83-16.38 2.51-24.84 5.72-1.86.71-3.83-.7-3.79-2.69.04-1.78.21-4.01.64-6.5.47-5.82 4.05-12.66 6.86-16.05.21-.26.44-.51.66-.76l.15-.18c.04-.04.08-.08.12-.13.09-.1.18-.19.27-.29.04-.04.08-.09.12-.13 10.77-11.27 29.74-12.56 43.04-5.22 6.35 3.5 12.48 9.45 15.96 15.84.59 1.09 4.26 9.59 2.54 12.61Z" class="cls-1"/><path d="M134.96 54.25c-3.13-5.2-7.49-9.08-13.06-11.45-6.18-2.63-12.69-3.49-19.37-2.94-2.34.2-4.64.67-6.84 1.5h-.02c-.92.35-.75 1.7.23 1.81.46.05 7.77-1.01 14.92.39 18.14 3.56 24.01 12.38 24.65 12.7.18.09.38-.09.3-.27-.28-.58-.47-1.2-.8-1.75Z" class="cls-1"/><path d="M190 95c0-52.47-42.53-95-95-95S0 42.53 0 95c0 30.37 14.25 57.41 36.43 74.8.61.48 1.24.96 1.86 1.42 0 0 .01 0 .02.01.62.47 1.26.92 1.89 1.37a94.6 94.6 0 0 0 32.39 14.72l.26.06c.54.13 1.08.25 1.62.37.16.04.33.07.49.11.51.11 1.02.22 1.53.32.2.04.39.08.59.11.5.09 1 .19 1.5.28.2.03.39.06.59.1q1.47.24 2.94.45c.19.03.38.06.58.08.37.05.74.09 1.11.13.38.04.75.09 1.13.13.35.04.7.07 1.05.1.41.04.81.08 1.22.11.33.03.67.05 1 .08.44.03.88.06 1.32.08.31.02.62.04.93.05l1.5.06c.26 0 .51.02.77.02q1.14.03 2.28.03c.81 0 1.61-.01 2.42-.03.27 0 .53-.02.8-.03.54-.02 1.07-.03 1.6-.06l.97-.06c.47-.03.94-.05 1.42-.09l1.05-.09c.44-.04.88-.07 1.32-.12l1.09-.12c.42-.05.85-.09 1.27-.14l1.11-.15c.41-.06.82-.11 1.23-.17l1.13-.18c.4-.06.79-.13 1.19-.2l1.14-.21c.38-.07.77-.14 1.15-.22l1.15-.24 1.13-.24 1.16-.27c.37-.09.73-.17 1.09-.27.39-.1.78-.2 1.17-.31.35-.09.71-.19 1.06-.29.39-.11.78-.22 1.17-.34.35-.1.69-.2 1.04-.31.39-.12.78-.24 1.17-.37.34-.11.68-.22 1.01-.33.39-.13.79-.27 1.18-.4.33-.11.65-.23.98-.35.4-.14.79-.29 1.18-.44.32-.12.64-.24.95-.36.4-.15.79-.31 1.19-.47.31-.12.62-.25.92-.38.4-.17.8-.33 1.19-.51.3-.13.59-.26.89-.39l1.2-.54c.29-.13.57-.27.86-.4.4-.19.8-.38 1.2-.58.28-.14.55-.27.83-.41.4-.2.8-.41 1.2-.61.27-.14.53-.28.8-.42.4-.21.8-.43 1.2-.65.26-.14.51-.29.77-.43.4-.23.81-.46 1.21-.69.24-.14.49-.29.73-.43.41-.24.81-.48 1.21-.73.23-.14.46-.29.7-.43.41-.26.81-.51 1.22-.77.22-.14.44-.29.66-.43.41-.27.82-.54 1.22-.82.21-.14.41-.28.61-.43.41-.29.83-.57 1.23-.87.19-.14.38-.27.56-.41.42-.31.84-.61 1.25-.92l.51-.39c.42-.32.85-.65 1.27-.98.15-.12.3-.25.46-.37.43-.35.86-.69 1.29-1.05l.39-.33c.44-.37.88-.74 1.32-1.12.1-.09.2-.18.31-.27.46-.4.92-.81 1.37-1.22.06-.06.13-.12.19-.18.49-.45.97-.9 1.45-1.35 18.05-17.29 29.29-41.64 29.29-68.6Zm-66.06 31.79c-.14-1.06-.27-2.12-.42-3.17-.17-1.05-.31-2.11-.51-3.15-.17-1.05-.37-2.09-.57-3.13-.22-1.02-.45-2.09-.7-3.03v-.05c-.22-.75.23-1.53.98-1.73.72-.19 1.46.2 1.7.89.4 1.12.68 2.15.97 3.23.27 1.07.54 2.14.77 3.21.46 2.15.83 4.31 1.17 6.47.43 2.83.73 5.68.96 8.53 1.87.08 3.75.21 5.62.39 5.06.53 10.09 1.57 14.95 3.14.68.22 1.05.94.83 1.62-.2.62-.82.98-1.44.87h-.09c-2.43-.43-4.8-1.02-7.25-1.29l-1.82-.26-.91-.14-.92-.08-3.67-.36c-.61-.08-1.23-.07-1.84-.11l-1.84-.11-1.34-.08.06.92.15 3.27.07 3.27c.06 2.18.03 4.36 0 6.53-.04 2.18-.16 4.35-.24 6.52-.16 2.17-.3 4.34-.49 6.5a1.42 1.42 0 0 1-1.53 1.29c-.74-.06-1.29-.68-1.29-1.41v-.04c.01-2.15.08-4.3.11-6.45 0-2.15.05-4.29.02-6.44-.06-2.14-.01-4.29-.11-6.43l-.1-3.21-.18-3.21c-.02-.4-.05-.81-.07-1.21-.81-.02-1.62-.04-2.44-.03l-3.7.06c-1.23.02-2.47.1-3.7.15-1.24.04-2.47.13-3.7.23-2.47.16-4.94.4-7.4.67-4.91.57-9.86 1.28-14.68 2.23h-.03c-.7.14-1.37-.31-1.51-1.01-.13-.67.28-1.31.93-1.49 2.48-.67 4.93-1.21 7.41-1.7 2.47-.51 4.97-.89 7.47-1.26 1.25-.2 2.5-.33 3.76-.49 1.25-.17 2.51-.29 3.77-.4 1.26-.12 2.52-.23 3.78-.29 1.26-.07 2.53-.18 3.79-.21 2-.08 4.01-.1 6.02-.07-.2-2.66-.46-5.32-.78-7.96ZM75.4 113.91c-.9 3.02-3.03 10.29-4.35 15.97-1.93 7.6-5.95 32.98-7.44 50.21a89.9 89.9 0 0 1-22.89-12.47c1.83-15.14 6.36-30.41 6.99-32.33 1.27-3.9 2.78-7.76 4.76-11 1.45-2.36 3.82-4.02 6.4-5.35.13-.06.29-.14.47-.23.27-.16.52-.29.78-.42.34-.18.68-.34 1.02-.51.68-.33 1.35-.65 2.04-.94l1.02-.45 1.03-.42c.68-.29 1.38-.54 2.07-.8 1.82-.67 4.91-1.62 6.83-2.19 1-.3 1.54.02 1.28.91Zm80.96 25.38c-2.83-10.56-6.67-27.09-18-30.96-12.07-4.12-25.04-4.57-37.58-3.77-8.86.57-17.75 2.15-26.34 4.7-3.79 1.12-15.99 5.8-18.39 7.03-2.76 1.42-5.31 3.2-6.86 5.73-2.13 3.47-3.74 7.61-5.1 11.78-.62 1.89-4.82 16.02-7 30.96a94 94 0 0 1-6.19-5.65C13.77 141.98 4.34 119.22 4.34 95s9.43-46.98 26.55-64.11C48.02 13.77 70.78 4.34 95 4.34s46.98 9.43 64.11 26.55c17.12 17.12 26.55 39.89 26.55 64.11s-9.06 46.07-25.54 63.07c-.83-6.4-2.13-12.71-3.76-18.77Zm98.56-39.27c-1.89 0-2.9 1.01-3.28 2.65l-3.4 14.24c-.63 2.77-2.65 4.28-5.55 4.28h-8.19c-2.77 0-4.28-1.51-3.53-4.28l20.04-75.61c.75-2.65 2.65-4.16 5.42-4.16h11.47c2.77 0 4.66 1.51 5.42 4.16l19.66 75.23c.75 2.77-.76 4.66-3.53 4.66h-8.57c-2.9 0-4.91-1.51-5.54-4.28l-3.4-14.24c-.38-1.64-1.39-2.65-3.28-2.65h-13.73Zm10.59-14.62c1.39 0 2.27-.63 1.89-2.14l-5.54-23.82-5.67 23.82c-.38 1.51.5 2.14 1.89 2.14zm49.86 31.63c0 2.77-1.39 4.16-4.28 4.16h-7.94c-2.77 0-4.16-1.39-4.16-4.16V41.42c0-2.9 1.39-4.28 4.16-4.28h7.94c2.9 0 4.28 1.39 4.28 4.28zm11.33-47.01h-1.39c-2.77 0-4.16-1.39-4.16-4.16v-5.55c0-2.77 1.39-4.16 4.16-4.16h1.39v-9.2c0-2.65.5-5.67 3.91-6.68l6.68-1.89c3.65-1.01 5.8.25 5.8 3.78v13.99h5.42c2.77 0 4.16 1.39 4.16 4.16v5.55c0 2.77-1.39 4.16-4.16 4.16h-5.42v34.15c0 3.28 1.89 4.41 4.28 4.41h1.76c1.89 0 3.15.63 3.15 3.53v4.28c0 4.28-4.28 6.05-8.82 6.05-8.32 0-16.76-4.66-16.76-15.88zm75.54 19.16c0 2.77-1.39 4.16-4.16 4.16H373v4.54c0 7.06 3.28 10.84 10.96 10.84 5.29 0 7.31-2.14 10.71-2.14 3.02 0 4.16 2.4 4.16 4.16v2.02c0 5.29-5.04 9.7-15.88 9.7-17.26 0-26.34-10.08-26.34-25.96V76.72c0-13.36 9.7-21.8 22.81-21.8s22.81 8.44 22.81 21.8V89.2ZM385.99 76.7c0-6.05-2.52-9.07-6.55-9.07s-6.43 3.02-6.43 9.07v4.16h12.98zm39.5 40.33c0 2.77-1.39 4.16-4.28 4.16h-7.94c-2.77 0-4.16-1.39-4.16-4.16V60.45c0-2.9 1.39-4.28 4.16-4.28h7.94c3.02 0 4.28 1.39 4.28 4.54 2.52-2.65 6.43-5.8 11.34-5.8 3.02 0 3.4 1.89 3.4 3.53v6.68c0 3.65-3.15 4.03-6.17 4.41-5.17.63-8.57 4.79-8.57 10.96zm51.89-39.32c0-5.17-2.4-8.95-7.18-8.95s-7.18 3.78-7.18 8.95v39.32c0 2.77-1.39 4.16-4.28 4.16h-7.94c-2.77 0-4.16-1.39-4.16-4.16V60.45c0-2.9 1.39-4.28 4.16-4.28h7.94c2.77 0 4.28 1.39 4.28 4.16 0 0 4.28-5.42 12.73-5.42 12.22 0 18.02 9.07 18.02 22.81v39.32c0 2.77-1.39 4.16-4.28 4.16h-7.94c-2.77 0-4.16-1.39-4.16-4.16V77.72Zm31.67-8.82c-1.51 0-3.4-.75-3.4-3.15v-3.4c0-5.42 8.19-7.43 16.13-7.43 10.96 0 25.2 2.77 25.2 20.67v41.33c0 2.9-1.39 4.28-4.16 4.28h-6.05c-2.65 0-4.03-1.13-4.28-3.28-.38.38-4.41 4.54-11.85 4.54-12.22 0-20.79-9.2-20.79-20.92 0-19.66 15.25-25.46 30.75-27.09-.25-4.41-2.02-7.43-9.07-7.43s-10.08 1.89-12.47 1.89Zm14.37 39.44c4.66 0 7.18-3.78 7.18-8.57V86.28c-7.31 1.64-14.37 4.03-14.37 13.48 0 4.66 2.27 8.57 7.18 8.57Zm33.56-38.31h-1.39c-2.77 0-4.16-1.39-4.16-4.16v-5.55c0-2.77 1.39-4.16 4.16-4.16h1.39v-9.2c0-2.65.5-5.67 3.91-6.68l6.68-1.89c3.65-1.01 5.8.25 5.8 3.78v13.99h5.42c2.77 0 4.16 1.39 4.16 4.16v5.55c0 2.77-1.39 4.16-4.16 4.16h-5.42v34.15c0 3.28 1.89 4.41 4.28 4.41h1.76c1.89 0 3.15.63 3.15 3.53v4.28c0 4.28-4.28 6.05-8.82 6.05-8.32 0-16.76-4.66-16.76-15.88zm49.98-23.31c0 2.77-1.39 4.16-4.28 4.16h-7.94c-2.77 0-4.16-1.39-4.16-4.16v-5.29c0-2.9 1.39-4.28 4.16-4.28h7.94c2.9 0 4.28 1.39 4.28 4.28zm0 70.32c0 2.77-1.39 4.16-4.28 4.16h-7.94c-2.77 0-4.16-1.39-4.16-4.16V60.45c0-2.9 1.39-4.28 4.16-4.28h7.94c2.9 0 4.28 1.39 4.28 4.28zm54.81-60.87c2.77 0 4.79 1.89 3.53 5.55l-18.27 55.32c-.63 2.14-2.14 4.16-5.42 4.16h-5.8c-3.28 0-4.79-2.02-5.42-4.16l-17.26-55.32c-1.13-3.66.76-5.55 3.53-5.55h6.93c3.4 0 4.91 1.64 5.54 4.28l10.08 35.79 10.84-35.79c.76-2.65 2.14-4.28 5.55-4.28h6.18Zm52.38 33.02c0 2.77-1.39 4.16-4.16 4.16h-25.08v4.54c0 7.06 3.28 10.84 10.96 10.84 5.29 0 7.31-2.14 10.71-2.14 3.02 0 4.16 2.4 4.16 4.16v2.02c0 5.29-5.04 9.7-15.88 9.7-17.26 0-26.34-10.08-26.34-25.96V76.72c0-13.36 9.7-21.8 22.81-21.8s22.81 8.44 22.81 21.8V89.2ZM697.89 76.7c0-6.05-2.52-9.07-6.55-9.07s-6.43 3.02-6.43 9.07v4.16h12.98z" class="cls-1"/><path d="M758.83 41.42v6.05c0 2.77-1.39 4.16-4.28 4.16h-10.84c-1.64 0-2.52.88-2.52 2.52v62.88c0 2.77-1.39 4.16-4.16 4.16h-8.57c-2.9 0-4.28-1.39-4.28-4.16V54.15c0-1.64-.88-2.52-2.52-2.52h-10.84c-2.9 0-4.28-1.39-4.28-4.16v-6.05c0-2.9 1.39-4.28 4.28-4.28h43.73c2.9 0 4.28 1.39 4.28 4.28" class="cls-1"/><path d="M752.32 76.32c0-15 11.59-21.42 23.44-21.42s23.44 6.43 24.66 21.42v24.7c-1.22 15-12.81 21.42-24.66 21.42s-23.44-6.43-23.44-21.42zm16.38 24.7c0 4.91 2.77 7.56 7.06 7.56s7.06-2.65 7.06-7.56v-24.7c0-4.91-2.77-7.56-7.06-7.56s-7.06 2.65-7.06 7.56zm-536.92 44.79c0-4.21 3.13-7.06 7.16-7.06 2.74 0 4.46 1.41 5.46 3.05l-2.02 1.06c-.65-1.14-1.98-1.98-3.44-1.98-2.7 0-4.7 2.04-4.7 4.93s2 4.93 4.7 4.93c1.45 0 2.78-.86 3.44-1.98l2.04 1.02c-1.04 1.64-2.74 3.09-5.48 3.09-4.03 0-7.16-2.86-7.16-7.05Zm24.58 6.81-3.01-5.09h-2.39v5.09h-2.39v-13.64h5.99c2.7 0 4.48 1.74 4.48 4.27s-1.59 3.74-3.25 4.01l3.35 5.36zm.23-9.39c0-1.31-.98-2.15-2.33-2.15h-3.29v4.34h3.29c1.35 0 2.33-.86 2.33-2.19m6.5 2.58c0-4.07 2.88-7.06 6.97-7.06s6.97 2.99 6.97 7.06-2.9 7.05-6.97 7.05-6.97-2.99-6.97-7.05m11.5 0c0-2.82-1.78-4.93-4.52-4.93s-4.52 2.11-4.52 4.93 1.76 4.93 4.52 4.93 4.52-2.13 4.52-4.93m17.02 6.81-2.64-10.08-2.66 10.08h-2.56l-3.89-13.64h2.66l2.66 10.49 2.82-10.49h1.9l2.82 10.49 2.66-10.49h2.68l-3.91 13.64h-2.56Zm10.29 0v-13.64h5.07c4.27 0 7.14 2.82 7.14 6.81s-2.86 6.83-7.12 6.83zm9.75-6.83c0-2.62-1.64-4.7-4.66-4.7h-2.7v9.43h2.68c2.96 0 4.68-2.13 4.68-4.72Zm6.15 4.91 1.35-1.86c.92 1 2.41 1.9 4.31 1.9s2.72-.96 2.72-1.88c0-2.86-7.93-1.08-7.93-6.09 0-2.27 1.96-4.01 4.97-4.01 2.11 0 3.84.7 5.09 1.92l-1.35 1.78c-1.08-1.08-2.54-1.57-3.97-1.57s-2.29.7-2.29 1.7c0 2.56 7.93.98 7.93 6.05 0 2.27-1.62 4.23-5.28 4.23-2.52 0-4.33-.9-5.56-2.17Zm14.68-4.89c0-4.07 2.88-7.06 6.97-7.06s6.97 2.99 6.97 7.06-2.9 7.05-6.97 7.05-6.97-2.99-6.97-7.05m11.49 0c0-2.82-1.78-4.93-4.52-4.93s-4.52 2.11-4.52 4.93 1.76 4.93 4.52 4.93 4.52-2.13 4.52-4.93m7.01 1.41v-8.24h2.43v8.18c0 2.17 1.21 3.58 3.48 3.58s3.48-1.41 3.48-3.58v-8.18h2.43v8.24c0 3.37-1.94 5.64-5.91 5.64s-5.91-2.27-5.91-5.64m24.77 5.4-3.01-5.09h-2.39v5.09h-2.39v-13.64h5.99c2.7 0 4.48 1.74 4.48 4.27s-1.59 3.74-3.25 4.01l3.35 5.36zm.22-9.39c0-1.31-.98-2.15-2.33-2.15h-3.29v4.34h3.29c1.35 0 2.33-.86 2.33-2.19m6.51 2.58c0-4.21 3.13-7.06 7.16-7.06 2.74 0 4.46 1.41 5.46 3.05l-2.03 1.06c-.65-1.14-1.98-1.98-3.43-1.98-2.7 0-4.7 2.04-4.7 4.93s2 4.93 4.7 4.93c1.45 0 2.78-.86 3.43-1.98l2.05 1.02c-1.04 1.64-2.74 3.09-5.48 3.09-4.03 0-7.16-2.86-7.16-7.05Zm16.79 6.81v-13.64h9.34v2.11h-6.95v3.52h6.81v2.11h-6.81v3.8h6.95v2.11h-9.34Zm14.06 0v-13.64h5.07c4.27 0 7.14 2.82 7.14 6.81s-2.86 6.83-7.12 6.83zm9.75-6.83c0-2.62-1.64-4.7-4.66-4.7h-2.7v9.43h2.68c2.97 0 4.68-2.13 4.68-4.72Zm13.67 4.91 1.35-1.86c.92 1 2.41 1.9 4.31 1.9s2.72-.96 2.72-1.88c0-2.86-7.93-1.08-7.93-6.09 0-2.27 1.96-4.01 4.97-4.01 2.11 0 3.84.7 5.09 1.92l-1.35 1.78c-1.08-1.08-2.54-1.57-3.97-1.57s-2.29.7-2.29 1.7c0 2.56 7.93.98 7.93 6.05 0 2.27-1.61 4.23-5.28 4.23-2.51 0-4.34-.9-5.56-2.17Zm14.69-4.89c0-4.07 2.88-7.06 6.97-7.06s6.97 2.99 6.97 7.06-2.9 7.05-6.97 7.05-6.97-2.99-6.97-7.05m11.49 0c0-2.82-1.78-4.93-4.52-4.93s-4.52 2.11-4.52 4.93 1.76 4.93 4.52 4.93 4.52-2.13 4.52-4.93m7 6.81v-13.64h9.34v2.11h-6.95v3.52h6.81v2.11h-6.81v5.91h-2.39Zm17.02 0v-11.53h-4.13v-2.11h10.65v2.11h-4.13v11.53zm21.23 0-2.64-10.08-2.66 10.08h-2.56l-3.88-13.64h2.66l2.66 10.49 2.82-10.49h1.9l2.82 10.49 2.66-10.49h2.68l-3.91 13.64h-2.56Zm18.94 0-1-2.64h-6.26l-1 2.64h-2.72l5.36-13.64h2.98l5.36 13.64zm-4.13-11.25-2.45 6.5h4.91l-2.45-6.5Zm18.37 11.25-3-5.09h-2.39v5.09h-2.39v-13.64h5.99c2.7 0 4.48 1.74 4.48 4.27s-1.6 3.74-3.25 4.01l3.35 5.36h-2.78Zm.23-9.39c0-1.31-.98-2.15-2.33-2.15h-3.29v4.34h3.29c1.35 0 2.33-.86 2.33-2.19m7.1 9.39v-13.64h9.34v2.11h-6.95v3.52h6.81v2.11h-6.81v3.8h6.95v2.11h-9.34Zm29.37 0-3-5.09h-2.39v5.09h-2.39v-13.64h5.99c2.7 0 4.48 1.74 4.48 4.27s-1.6 3.74-3.25 4.01l3.35 5.36h-2.78Zm.22-9.39c0-1.31-.98-2.15-2.33-2.15h-3.29v4.34h3.29c1.35 0 2.33-.86 2.33-2.19m7.11 9.39v-13.64h9.34v2.11h-6.95v3.52h6.81v2.11h-6.81v3.8h6.95v2.11h-9.34Zm13.46-6.81c0-4.21 3.13-7.06 7.16-7.06 2.74 0 4.46 1.41 5.46 3.05l-2.03 1.06c-.65-1.14-1.98-1.98-3.43-1.98-2.7 0-4.7 2.04-4.7 4.93s2 4.93 4.7 4.93c1.45 0 2.78-.86 3.43-1.98l2.05 1.02c-1.04 1.64-2.74 3.09-5.48 3.09-4.03 0-7.16-2.86-7.16-7.05Zm16.2 0c0-4.07 2.88-7.06 6.97-7.06s6.97 2.99 6.97 7.06-2.9 7.05-6.97 7.05-6.97-2.99-6.97-7.05m11.49 0c0-2.82-1.78-4.93-4.52-4.93s-4.52 2.11-4.52 4.93 1.76 4.93 4.52 4.93 4.52-2.13 4.52-4.93m18.78 6.81v-10.53l-4.17 10.53h-1.02l-4.19-10.53v10.53h-2.39v-13.64h3.37l3.72 9.37 3.7-9.37h3.37v13.64zm19.33 0v-10.53l-4.17 10.53h-1.02l-4.19-10.53v10.53h-2.39v-13.64h3.37l3.72 9.37 3.7-9.37h3.37v13.64zm7.55 0v-13.64h9.34v2.11h-6.95v3.52h6.81v2.11h-6.81v3.8h6.95v2.11h-9.34Zm23.57 0-7.12-9.75v9.75h-2.39v-13.64h2.45l6.97 9.45v-9.45h2.39v13.64h-2.31Zm7.47 0v-13.64h5.07c4.27 0 7.14 2.82 7.14 6.81s-2.86 6.83-7.12 6.83zm9.75-6.83c0-2.62-1.64-4.7-4.66-4.7h-2.7v9.43h2.68c2.96 0 4.68-2.13 4.68-4.72Zm15.87 6.83-1-2.64h-6.26l-1 2.64h-2.72l5.36-13.64h2.98l5.36 13.64zm-4.13-11.25-2.45 6.5h4.91l-2.45-6.5Zm12.5 11.25v-11.53h-4.13v-2.11h10.65v2.11h-4.13v11.53zm10.8 0v-13.64h2.39v13.64zm6.96-6.81c0-4.07 2.88-7.06 6.97-7.06s6.97 2.99 6.97 7.06-2.9 7.05-6.97 7.05-6.97-2.99-6.97-7.05m11.49 0c0-2.82-1.78-4.93-4.52-4.93s-4.52 2.11-4.52 4.93 1.76 4.93 4.52 4.93 4.52-2.13 4.52-4.93m16.51 6.81-7.12-9.75v9.75h-2.39v-13.64h2.45l6.97 9.45v-9.45h2.39v13.64h-2.31Zm6.59-1.92 1.35-1.86c.92 1 2.41 1.9 4.31 1.9s2.72-.96 2.72-1.88c0-2.86-7.93-1.08-7.93-6.09 0-2.27 1.96-4.01 4.97-4.01 2.11 0 3.84.7 5.09 1.92l-1.35 1.78c-1.08-1.08-2.54-1.57-3.97-1.57s-2.29.7-2.29 1.7c0 2.56 7.93.98 7.93 6.05 0 2.27-1.61 4.23-5.28 4.23-2.51 0-4.34-.9-5.56-2.17Z" class="cls-1"/></g></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
// rating stars
[class^="StarRating_star"] {
color: @text;
&[class*="StarRating_active"] {
color: @peach;
}
}
// danger "discontinued" label
[class*="AppAlertWrapper_warning"] span {
color: @peach;
}
// feature point in alternative's features
[class*="HighlightFeatureListItem_featurePoint"]:not(
[class*="HighlightFeatureListItem_gray"]
) {
background-color: @green;
color: @green;
border-color: lighten(@green, 25%);
}
// app banner (ad)
[class*="AppBanner_iconWrapper"],
[class*="AppBanner_banner"],
[class*="AppBanner_bottom"] {
border-color: @overlay0;
}
// navigation/top bar
[class^="HeaderLinks_globalSiteNav"] a,
[class^="HeaderLinks_globalSiteNav"] span,
[class^="HeaderLinks_authAndMenu"] a,
[class*="Button_headerTextButton"] svg,
[class*="Button_headerTextButton"]:hover svg,
[class^="HeaderLinks_header"] button:focus {
color: @base !important;
}
[class^="HeaderLinks_logoSmall"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" id="Capa_2" data-name="Capa 2" viewBox="0 0 500 500" cursor="default"><defs><style>.cls-1{fill:@{base};stroke-width:0}</style></defs><g id="Capa_1-2" data-name="Capa 1"><path d="M250 8.66c133.29 0 241.34 108.05 241.34 241.34S383.29 491.34 250 491.34 8.66 383.28 8.66 250 116.71 8.66 250 8.66M250 0C112.15 0 0 112.15 0 250s112.15 250 250 250 250-112.15 250-250S387.84 0 250 0" class="cls-1"/><path d="M385.6 377.84c-.39.08-.77.17-1.16.25.71 2.47 1.37 4.82 1.96 7.19 1.4 5.64 2.81 11.28 4.21 16.91 9.54-8.85 18.25-18.57 26.01-29.04-6.35.75-12.86 1.53-19.23 2.43-3.92.55-7.75 1.38-11.8 2.26Z" class="cls-1"/><path d="M405 288.35c-78.81-12.75-161.7 12.77-228.94 53.36-15.77 9.52-33.12 18.95-44.36 34-7.65 10.28-11.68 22.52-14.14 35 6.45 5.28 13.23 10.18 20.31 14.67.01-.69.02-1.38.04-2.07.27-8.54 1.34-17.22 4.77-25.12 3.8-8.75 9.96-14.14 17.56-19.54 15.75-11.21 33.3-20.14 50.25-29.01 1.16-.61 2.81-.6 4.22-.88.32 1.28.99 2.59.9 3.85-.43 5.88-.3 11.81-.16 17.71.46 21.16 1.84 42.32 3.27 63.47.49 7.29 1 14.58 1.5 21.85a210 210 0 0 0 28.99 2.02c47.79 0 91.82-16.12 126.94-43.21-2.94-10.22-5.89-20.43-8.85-30.64-.12-.44-.27-.87-.43-1.3-.45.1-.9.21-1.33.34-25.77 7.16-51.97 17.21-80.11 30.75-.24.12-.49.25-.74.38-1.23.65-2.91 1.54-4.94 1.55h-.04c-2.47 0-5.79-1.37-7.08-3.94-1.33-2.67-.35-6.37 1.33-8.29 1.37-1.57 3.16-2.52 4.59-3.29l.79-.43a380.7 380.7 0 0 1 79.26-33.27c.75-.22 1.5-.45 2.25-.68-.48-1.23-.97-2.47-1.45-3.73-2.1-5.43-4.28-11.04-6.68-16.45-3.08-6.93-6.59-13.87-9.99-20.58l-1.75-3.47c-1.13-2.24-2.28-5.18-1.14-8.09.5-1.28 1.65-3.01 4.27-3.99 3.64-1.35 9.07 1.35 10.65 4.46 8.63 17 16.03 32.19 22.63 46.44.29.62.49.98.62 1.17.19-.02.51-.06.97-.16 16.55-3.77 32.97-5.37 48.79-4.77a207 207 0 0 0 18.46-39.79c-11.35-14.57-24.88-25.64-41.25-28.3Z" class="cls-1"/><path d="M455.59 229.46c-.46-4.53-1.19-9.03-2.04-13.52-.63-3.33-1.32-6.65-2.01-9.96-.74-3.57-1.38-7.17-2.26-10.71a191.2 191.2 0 0 0-16.52-43.66 199 199 0 0 0-7.62-13.22c-2.7-4.28-5.56-8.45-8.58-12.5a198 198 0 0 0-9.48-11.76c-3.3-3.79-6.74-7.45-10.31-10.98-3.56-3.52-7.26-6.92-11.07-10.17-3.81-3.26-7.75-6.36-11.78-9.33-4.04-2.97-8.18-5.79-12.42-8.47s-8.58-5.2-13-7.56c-4.43-2.37-8.94-4.58-13.52-6.64a214 214 0 0 0-28.32-10.37c-9.71-2.8-19.61-4.89-29.62-6.28-5.03-.69-10.08-1.21-15.14-1.54a211 211 0 0 0-15.28-.43c-5.12.05-10.25.29-15.35.71-5.14.44-10.27 1.06-15.36 1.89a202 202 0 0 0-30.51 7.42 194 194 0 0 0-15.01 5.59c-5.02 2.1-9.94 4.39-14.77 6.88-2.28 1.17-4.52 2.42-6.77 3.64-59.26 34.17-98.24 95-104.51 163.13-1.04 19.63.34 39.3 4.04 58.6h-.03s3.98 23.43 6.22 27.81c10.96 41.42 30.06 77.99 55.15 71.21a3.466 3.466 0 0 0 2.33-4.32c-.05-.15-.1-.31-.17-.45a19.92 19.92 0 0 1-10.91-7.84c-13.87-23.27 56.73-73.11 153.16-109.78 88.57-33.73 168.56-44.67 186.77-26.77 3.6 2.95 5 7.84 3.49 12.25a63.24 63.24 0 0 1-19.45 29.8c-.76.73-1.2 1.74-1.2 2.79s.43 2.07 1.19 2.8a3.783 3.783 0 0 0 5.1.24 73.94 73.94 0 0 0 24.37-35.04c.58-1.78.7-3.89.94-5.75.24-1.96.42-3.93.52-5.9.2-3.93.11-7.89-.29-11.83Zm-325.31 76.13c-11.8 8.37-32.37 23.36-40.98 40.1-3.36 6.45-6.5 1.43-8.46-2.24a203.6 203.6 0 0 1-11.27-31.61c-.01-.02-.02-.05-.03-.07-1.38-5.03-5.87-21.66-6.31-26.6.01-.01.02-.03.03-.03a223.6 223.6 0 0 1-3.9-54.95c5.86-62.88 41.87-119 96.56-150.56 4.94-2.76 9.9-5.27 14.9-7.55 4.9-2.23 24.81-9.65 5.11 7.81a175.4 175.4 0 0 0-56.81 114.21c-1.91 22.42 4.6 64.4 16.1 95.21 3.62 9.65.66 12.34-4.95 16.29Zm233.46-103.5a9.08 9.08 0 0 1-6.16 4.02 355 355 0 0 0-65.42 15.52c-2.48.75-5.17.42-7.4-.93a9.1 9.1 0 0 1-4.23-6.14l-1.68-7.68c-.41-1.94.57-3.91 2.37-4.74 24.87-9.94 51.13-16 77.84-17.97 1.99-.1 3.75 1.29 4.12 3.26l1.75 7.39c.64 2.48.21 5.12-1.19 7.26Zm42.35-39.08a3.47 3.47 0 0 1-3.82 2.2c-61.41-9.13-147.26 22.36-147.26 22.36a368.8 368.8 0 0 0-84.37 39.83c-4.73 3.11-11.09 1.79-14.2-2.95-.74-1.13-1.25-2.39-1.5-3.71-1.48-7.84-2.38-15.77-2.73-23.73-1.71-21.62 2.42-43.3 11.97-62.77.58-1.08 1.16-2.16 1.82-3.2.08-.27.21-.53.38-.76l.3-.54.74-1.25.36-.55c29.76-48.75 96.58-68.19 149.92-52.31 26.73 8.2 50.75 23.48 69.49 44.23 2.93 3.44 22.71 30.94 18.9 43.15" class="cls-1"/><path d="m374.15 129.69-.05.11A83.7 83.7 0 0 0 334.38 95a121.44 121.44 0 0 0-58.84-8.95c-7.13.56-14.13 2.11-20.83 4.58a2.83 2.83 0 0 0-2.02 3.07 2.816 2.816 0 0 0 2.74 2.45 172.3 172.3 0 0 1 45.36 1.21c55.24 11.04 72.92 37.62 74.86 38.67.55.27 1.21-.27.94-.82-.72-1.88-1.54-3.73-2.44-5.53Z" class="cls-1"/></g></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
[class*="HeaderLinks_logoLarge"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" id="Capa_2" data-name="Capa 2" viewBox="0 0 1070.28 160.29" cursor="default"><defs><style>.cls-1{fill:@{base};stroke-width:0}</style></defs><g id="Capa_1-2" data-name="Capa 1"><path d="M45.35 118.15c-3.55 0-5.45 1.89-6.16 4.97l-6.39 26.76c-1.18 5.21-4.97 8.05-10.42 8.05H7c-5.21 0-8.05-2.84-6.63-8.05L38.01 7.82C39.43 2.85 42.98 0 48.19 0h21.54c5.21 0 8.76 2.84 10.18 7.82l36.94 141.35c1.42 5.21-1.42 8.76-6.63 8.76h-16.1c-5.44 0-9.23-2.84-10.41-8.05l-6.39-26.76c-.71-3.08-2.6-4.97-6.16-4.97zm19.89-27.47c2.6 0 4.26-1.18 3.55-4.02L58.38 41.91 47.72 86.66c-.71 2.84.95 4.02 3.55 4.02zm93.68 59.43c0 5.21-2.6 7.81-8.05 7.81h-14.92c-5.21 0-7.81-2.6-7.81-7.81V8.05c0-5.44 2.6-8.05 7.81-8.05h14.92c5.45 0 8.05 2.61 8.05 8.05zm21.3-88.31h-2.6c-5.21 0-7.81-2.6-7.81-7.81V43.57c0-5.21 2.6-7.81 7.81-7.81h2.6V18.48c0-4.97.95-10.65 7.34-12.55l12.55-3.55C206.98.49 211 2.86 211 9.48v26.28h10.18c5.21 0 7.81 2.6 7.81 7.81v10.42c0 5.21-2.6 7.81-7.81 7.81H211v64.17c0 6.16 3.55 8.28 8.05 8.28h3.32c3.55 0 5.92 1.18 5.92 6.63v8.05c0 8.05-8.05 11.37-16.58 11.37-15.62 0-31.49-8.76-31.49-29.83zm141.94 35.99c0 5.21-2.61 7.81-7.82 7.81h-47.12v8.52c0 13.26 6.16 20.36 20.6 20.36 9.94 0 13.73-4.02 20.12-4.02 5.68 0 7.81 4.5 7.81 7.81v3.79c0 9.94-9.47 18.23-29.83 18.23-32.43 0-49.48-18.94-49.48-48.78V74.34c0-25.1 18.23-40.96 42.86-40.96s42.86 15.87 42.86 40.96v23.44Zm-30.55-23.44c0-11.37-4.74-17.05-12.31-17.05s-12.07 5.68-12.07 17.05v7.81h24.39v-7.81Zm74.22 75.76c0 5.21-2.61 7.81-8.05 7.81h-14.92c-5.21 0-7.81-2.6-7.81-7.81V43.8c0-5.45 2.61-8.05 7.81-8.05h14.92c5.68 0 8.05 2.6 8.05 8.53 4.73-4.98 12.07-10.89 21.31-10.89 5.68 0 6.39 3.55 6.39 6.63v12.55c0 6.87-5.92 7.58-11.6 8.29-9.71 1.18-16.1 9-16.1 20.6v68.66Zm97.5-73.87c0-9.71-4.5-16.81-13.5-16.81s-13.49 7.1-13.49 16.81v73.87c0 5.21-2.61 7.81-8.05 7.81h-14.92c-5.21 0-7.81-2.6-7.81-7.81V43.8c0-5.45 2.61-8.05 7.81-8.05h14.92c5.21 0 8.05 2.6 8.05 7.81 0 0 8.05-10.18 23.91-10.18 22.97 0 33.86 17.05 33.86 42.86v73.87c0 5.21-2.61 7.81-8.05 7.81h-14.92c-5.21 0-7.81-2.6-7.81-7.81zm59.5-16.57c-2.84 0-6.39-1.42-6.39-5.92v-6.39c0-10.18 15.39-13.97 30.31-13.97 20.6 0 47.35 5.21 47.35 38.83v77.66c0 5.45-2.6 8.05-7.81 8.05h-11.37c-4.97 0-7.57-2.13-8.05-6.16-.71.71-8.29 8.53-22.26 8.53-22.97 0-39.07-17.28-39.07-39.3 0-36.94 28.65-47.83 57.77-50.91-.48-8.29-3.79-13.97-17.05-13.97s-18.94 3.55-23.44 3.55Zm27 74.1c8.76 0 13.5-7.1 13.5-16.1V92.34c-13.73 3.08-26.99 7.57-26.99 25.33 0 8.76 4.26 16.1 13.5 16.1Zm63.05-71.97h-2.6c-5.21 0-7.81-2.6-7.81-7.81V43.57c0-5.21 2.6-7.81 7.81-7.81h2.6V18.48c0-4.97.95-10.65 7.34-12.55l12.55-3.55c6.87-1.89 10.89.48 10.89 7.1v26.28h10.18c5.21 0 7.81 2.6 7.81 7.81v10.42c0 5.21-2.6 7.81-7.81 7.81h-10.18v64.17c0 6.16 3.55 8.28 8.05 8.28h3.32c3.55 0 5.92 1.18 5.92 6.63v8.05c0 8.05-8.05 11.37-16.58 11.37-15.62 0-31.49-8.76-31.49-29.83zM706.79 18c0 5.21-2.6 7.81-8.05 7.81h-14.92c-5.21 0-7.81-2.61-7.81-7.81V8.05c0-5.44 2.6-8.05 7.81-8.05h14.92c5.45 0 8.05 2.61 8.05 8.05zm0 132.11c0 5.21-2.6 7.81-8.05 7.81h-14.92c-5.21 0-7.81-2.6-7.81-7.81V43.8c0-5.45 2.6-8.05 7.81-8.05h14.92c5.45 0 8.05 2.6 8.05 8.05zM809.78 35.75c5.21 0 9 3.55 6.63 10.42l-34.33 103.94c-1.18 4.02-4.02 7.81-10.18 7.81h-10.89c-6.16 0-9-3.79-10.18-7.81L718.39 46.17c-2.13-6.87 1.42-10.42 6.63-10.42h13.03c6.39 0 9.23 3.08 10.41 8.05l18.94 67.24 20.36-67.24c1.42-4.97 4.02-8.05 10.42-8.05zm98.41 62.04c0 5.21-2.61 7.81-7.82 7.81h-47.12v8.52c0 13.26 6.16 20.36 20.6 20.36 9.94 0 13.73-4.02 20.12-4.02 5.68 0 7.81 4.5 7.81 7.81v3.79c0 9.94-9.47 18.23-29.83 18.23-32.43 0-49.48-18.94-49.48-48.78V74.34c0-25.1 18.23-40.96 42.86-40.96s42.86 15.87 42.86 40.96v23.44Zm-30.55-23.44c0-11.37-4.74-17.05-12.31-17.05s-12.07 5.68-12.07 17.05v7.81h24.39v-7.81Z" class="cls-1"/><path d="M992.14 8.05v11.37c0 5.21-2.6 7.81-8.05 7.81h-20.36c-3.08 0-4.74 1.66-4.74 4.74v118.15c0 5.21-2.6 7.81-7.81 7.81h-16.1c-5.45 0-8.05-2.6-8.05-7.81V31.97c0-3.08-1.66-4.74-4.73-4.74h-20.36c-5.45 0-8.05-2.6-8.05-7.81V8.05c0-5.44 2.6-8.05 8.05-8.05h82.16c5.45 0 8.05 2.61 8.05 8.05Z" class="cls-1"/><path d="M979.91 73.63c0-28.17 21.78-40.25 44.04-40.25s44.04 12.07 46.33 40.25v46.41c-2.29 28.18-24.08 40.25-46.33 40.25s-44.04-12.07-44.04-40.25zm30.78 46.41c0 9.23 5.21 14.21 13.26 14.21s13.26-4.97 13.26-14.21V73.63c0-9.23-5.21-14.21-13.26-14.21s-13.26 4.98-13.26 14.21z" class="cls-1"/></g></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
// hanburger menu
[class^="DropdownListLink_additionalInfo"] {
color: @subtext0;
}
// svg color variables
@light-peach: lighten(@peach, 25%);
@dark-peach: darken(@peach, 25%);
@dark-blue: desaturate(darken(@blue, 60%), 40%);
@darker-blue: desaturate(darken(@blue, 65%), 40%);
// main page header
img[class*="PageIntroImage_a2-header-"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="Dark_Version" x="0" y="0" version="1.1" viewBox="0 0 459.91 535.19" cursor="default"><style>.st0{fill:@{surface0}}.st1{fill:@{base}}.st2{fill:@{accent-color}}.st6{fill:none;stroke:@{accent-color};stroke-width:5.7543;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}</style><path d="M21.77 356.98c1.15-2.96 2.25-5.95 3.4-8.91 1.21-3.1 1.92-4.83 3.42-7.78.97-1.9 5.14-4.96 3.92-6.58l63.5-153.51c8.66-30.27 81.29-36.05 162.24-12.91s139.54 66.42 130.87 96.68L363.85 438.6c.57 1.31 1.17 2.6 1.83 3.85 2.18 1.5 1.22 2.1.07 5.41-.07.2.21 4.56.14 4.76-2.04 5.89-7.85 4.73-11.22-.59-2.35-3.7-3.63-7.98-5.4-12.01-1.1-.09-2.27-.49-3.43-1.4-6.7-5.26-10.83-9.83-16.17-16.43-2.41-2.98-4.61-5.74-7.59-8.14-.47-.32-.92-.64-1.39-.96-1.98.76-4.29.71-6.26-.44-16.12-9.4-34.99-14.53-51.06-24.25-4.94-2.99-10.03-5.4-15.13-7.8-.79-.2-1.6-.41-2.38-.61-17.68-4.72-33.13-14.35-51.16-17.64-10.38-1.89-19.78-5.08-30.47-5.75-10.12-.63-20.16-2.1-30.14-3.97-.83-.16-1.66-.28-2.5-.41-1.35-.11-2.71-.21-4.06-.38-14.89-1.67-30.65-1.84-45.7-2.03-10.39-.13-19.79.75-29.9 3.18-4.24 1.03-8.33 2.13-12.5 3.42-3.91 1.2-9.84 1.83-13.09 4.34-2.14 1.65-4.54 1.92-6.66 1.31.73-1.68 1.42-3.39 2.09-5.08" class="st0"/><path d="M21.77 356.98c1.15-2.96 2.25-5.95 3.4-8.91 1.21-3.1 1.92-4.83 3.42-7.78.97-1.9 4.12-5.13 2.88-6.75L96.01 180.2c5.89-20.59 41.41-29.83 88.99-26.36L118.07 351c-6.16-1.44 52.8 6.03 46.18 5.62-10.12-.63-20.16-2.1-30.14-3.97-.83-.16-1.66-.28-2.5-.41-1.35-.11-2.71-.21-4.06-.38-14.89-1.67-30.65-1.84-45.7-2.03-10.39-.13-19.79.75-29.9 3.18-4.24 1.03-8.33 2.13-12.5 3.42-3.91 1.2-9.84 1.83-13.09 4.34-2.14 1.65-4.54 1.92-6.66 1.31.71-1.7 1.4-3.41 2.07-5.1m63.65 32.71s15.15-24.27 113.3 5.46c98.15 29.74 93.42 50.16 93.42 50.16l-61.61 359.4-277.73-30.42z" class="st1"/><path d="M218.97 326.19c5.6-15.06 9.14-30.67 12.93-46.25.83-3.41 1.71-6.79 2.62-10.16-.12-.85-.12-1.76.1-2.74 4.7-20.96 9.78-42.77 18.85-62.3.21-.45.45-.85.72-1.22.91-11.7 3.4-22.94 9.73-33.12 3.89-6.27 12.56-2.81 13.34 2.85 70.88 24.05 119.82 62.89 111.87 90.73L363.85 438.6c.57 1.31 1.17 2.6 1.83 3.85 2.18 1.5.96 4.03-.19 7.34-.07.2-.13 3.96-.2 4.15-2.04 5.89-7.25 3.4-10.62-1.92-2.35-3.7-3.63-7.98-5.4-12.01-1.1-.09-2.27-.49-3.43-1.4-6.7-5.26-10.83-9.83-16.17-16.43-2.41-2.98-5.06-2.68-8.04-5.08-.47-.32-3.37-3.07-3.84-3.39-1.98.76-1.38.07-3.36-1.08-16.12-9.4-34.99-14.53-51.06-24.25-4.94-2.99-10.03-5.4-15.13-7.8-.79-.2-1.6-.41-2.38-.61-14.4-3.85-27.32-10.95-41.36-15.22 4.46-12.98 9.67-25.7 14.47-38.56" class="st0"/><path d="m10.07 382.47 2.49-6.05 6.82-11.14c3.45-1.18 23.4-10.6 30.71-12.96 9.95-3.21 20.07-.94 30.32-1.48 10.01-.54 19.9-.4 29.93-.62 10.84-.24 19.29-2.68 30.07.52 3.02.89 4.52 3.11 4.88 5.51 8.74.62 17.45 1.45 26.13 2.54 26.07 3.25 52.14 11.79 77.09 20.3 24.14 8.24 45.45 18.25 65.94 33.55 17.88 13.36 35.09 28.41 46.26 47.77l1.5 14.33-1.7 8.1c-10.32 36.08-99.88 41.87-196.73 14.19C66.92 469.35-.26 418.53 10.07 382.47m140.39-258.35c5.73-2.81 10.45-4.38 16.82-4.19 1.11-1.93 4.05-1.62 6.76-1.93 1.5-.16 3.05-.27 4.62-.35 5.86-.31 11.74-.12 17.63.21 13.93.21 27.79.74 41.69 2.7 17.52 2.48 34.99 7.97 52.3 11.68 8.25 1.77 16.58 5.41 23.89 9.59 9.27 5.3 19.24 9.29 28.61 14.39 15.28 8.3 30.2 17.69 38.03 33.66.94 1.93 4.06 3.39 3.52 5.03 1.57 2.13-1.13 4.04-.81 6.94.38 3.44-.1 6.15-1.5 9.26-1.85 4.12-5.75 4.42-8.82 2.67-.2.16-.43.3-.67.45-.13.08-.26.16-.4.24-.2.11.12.51-.1.6s-.48.36-.72.42c-.18.05-.19.39-.38.42-.46.08-.85 1.13-1.36 1.13l-.72-.14-.51.08c-.61-.01-.06.37-.6.25-.11-.02-.98-.43-1.09-.46-.42-.12-.69-2.09-1.06-2.27-.07-.03-.12-.07-.19-.11-.38-.22-.75-.46-1.07-.74-.02-.01-.03-.04-.05-.05-.35-.32-.66-.66-.94-1.04-2.25-.78-4.46-1.88-6.63-2.99-.33-1.86-1.75-3.38-3.62-4.09-14.79-5.68-28.84-13.05-43.26-19.56-13.4-6.05-27.02-10.73-41.17-14.7-14.45-4.05-27.62-9-42.39-11.69-15.04-2.74-29.45-5.16-44.72-5.74-9.64-.37-21.31 1.25-30.92.54-3.38-1.16-6.4-2.82-8.61-5.21-6.01-6.55.97-21.33 8.44-25" class="st1"/><path d="M129.23 112.22c-.3-1.51-.04-3.14 1.1-4.7 2.54-3.5 4.88-7.42 7.06-11.41.63-1.64 1.22-3.33 1.78-5.08 1.64-5.11 3.94-9.58 6.19-14.47.61-1.33 1.46-2.23 2.41-2.81 1.46-3.05 3.35-5.85 6.57-8.26.03-.02.06-.03.1-.06 3.15-5.38 6.44-10.69 10.03-15.8 6.09-8.66 10.98-13.68 20.38-17.29-1.31-1.75 5.48-2.11 6.36-4.17 20.73-9.04 38.86-17 61.19-21.24 4.29-.31 8.51-.98 12.83-1.07 15.36-.32 31.7-.84 45.55 6.89 1.92 1.07 5.93 3.41 7.36 2.47 1.84 1.18 2.44.01 4.04 1.54 1.59 1.53 2.94 1.56 4.55 1 .83 1.7 5.74 1.46 4.98 3.2 6.07 3.42 8.51 4.94 14.64 8.17 3.39 1.53 6.48 1.09 9.02 5.23.85 1.38 1.81 2.73 2.82 4.06a90.5 90.5 0 0 1 10.95 6.71c5 3.58 8.26 7.34 11.29 12.85.62 1.13 1.12 2.3 1.56 3.51.05.05.11.08.15.13 8.41 8.92 12.48 20.56 17.27 31.53 3.76 8.6 10.46 18.41 11.36 27.76.9 9.42 3.24 18.85 2.97 28.57.86 6.01-2.75 12.47-2.04 18.44.85 7.15-3.25 14.85-3.03 22.01.56 18.18-11.81 23.1-22.31 34.94-6.12 6.91-16.12-3.34-10.04-10.21 2.48-2.8 4.59-6.07 7.45-8.51.23-.21.48-.38.74-.56-.26-.78-.44-1.63-.44-2.62.01-1.04.05-2.09.11-3.15-.25-13.76-11.63-18.62-20.03-28.2-8.02-9.15-19.36-16.45-30.24-21.75-5.38-2.62-10.29-5.92-15.54-8.73-4.93-2.64-10.6-3.49-15.82-5.45-11.68-4.38-23.32-8.16-35.61-10.58-25.17-4.97-50.88-8.36-76.45-9.86-11.63-.68-21.08.49-31.76 5.26-5.36 2.39-14.65 5.16-15.93 11.91-.05 1.32-.13 2.64-.28 3.96.02 4.21 1.33 12.05-.24 16.47-1.55 4.35-8.59 6.28-12.8 3.84-5.44-3.15-5.32-10.12-4.29-15.35-1.55-1.15-.9-4.63-1.12-7.25-.69-8.13-.87-16.54 5.16-21.87m256.08-9.74c-1.95-4.9-4.9-9.41-7.29-14.09-.56-1.09-1.04-2.18-1.52-3.28-2.02-2.92-3.42-6.15-4.67-9.43-3.19-4.34-6.99-8.4-10.22-12.02-3.89-4.37-9.41-8.22-13.39-12.92-2.05-.88-3.07-2.34-5.18-3.19-5.65-2.27-10.73-5.92-15.83-9.2-11.52-7.39-23.42-12.83-37.32-12.63-7.32.11-14.48-1.05-21.77-1-7.32.05-14.41 1.66-21.79 1.68-15.73.06-24.82 8.32-38.23 14.5-.61.28-1.23.54-1.84.8-5.51 4.28-16.34 14.26-16.2 21.31.1 5.04 3.06 5.36 7.56 6.28 4.7.97 9.53 1.28 14.3 1.46 21.12.83 41.19 3.35 61.26 8.43 20.5 5.18 41.59 10.46 60.54 20.1 8.32 4.23 16.63 8.43 25.84 10.77 7.27 1.85 19.15 7.45 25.65 2.36.86-1.03 1.71-2.06 2.48-3.13-.73-2.34-1.52-4.64-2.38-6.8" class="st0"/><path d="M218.17 108.79c6.21-12.09 12.99-23.96 20.22-35.56 11.7 1.31 23.36 3.07 34.81 5.97 20.5 5.18 40.96 11.2 60.86 18.71 9.12 3.44 16.32 9.82 25.52 12.16 7.27 1.85 19.15 7.45 25.65 2.36.86-1.03-.7-2 .08-3.07-.74-2.36.12-4.53-.74-6.69-1.95-4.9-4.15-9.58-6.53-14.28-.56-1.09-1.04-2.18-1.52-3.28-2.02-2.92-5.62-5.09-6.87-8.39-3.19-4.34-4.78-9.44-8.01-13.07-3.89-4.37-9.52-7.47-13.51-12.16-2.05-.88-2.95-3.1-5.06-3.95-5.65-2.27-10.73-5.92-15.83-9.2-11.52-7.39-23.42-12.83-37.32-12.63-5.75.08-11.4-.61-17.08-.88 3.17-3.83 6.48-7.53 10.2-10.87 3.57-3.19 6.2-3.58 10.23-6.13 6.12.99 13.2 1.52 18.5 4.49 1.92 1.07 4.16 3.03 5.57 2.08 1.84 1.18 3.27-.98 4.87.56 1.59 1.53 2.88 3.38 4.49 2.82.83 1.7 5.74 1.46 4.98 3.2 6.07 3.42 7.46 5.28 13.59 8.51 3.13-2.09 7.52.75 10.08 4.88.85 1.38 1.81 2.73 2.82 4.06a90.5 90.5 0 0 1 10.95 6.71c5 3.58 8.26 7.34 11.29 12.85.62 1.13 1.12 2.3 1.56 3.51.05.05.11.08.15.13 8.41 8.92 12.47 20.56 17.27 31.53 3.76 8.6 10.46 18.41 11.36 27.76.9 9.42 3.19 16.94 2.92 26.67.86 6.01-2.71 14.37-2 20.35.85 7.15-3.8 16.34-3.58 23.51.56 18.18-9.7 23.95-20.2 35.8-6.12 6.91-25.99-9.46-11.6-12.56 3.65-.79 4.59-6.07 7.45-8.51.23-.21.48-.38.74-.56-.26-.78-.44-1.63-.44-2.62.01-1.04.05-2.09.11-3.15-.25-13.76-11.63-18.62-20.03-28.2-8.02-9.15-19.36-16.45-30.24-21.75-5.38-2.62-10.29-5.92-15.54-8.73-4.93-2.64-10.6-3.49-15.82-5.45-11.68-4.38-23.32-8.16-35.61-10.58a573 573 0 0 0-52.96-7.93c1.4-2.81 2.78-5.62 4.22-8.42" class="st0"/><path d="m391.41 251.51-27.39 212.27-13.24-23.3 29.93-209.97z" class="st1"/><path d="M291.25 464.71c-.9 1.08 1.04-2.13 1.42-3.18.45-1.21-1.22-3.03-.62-4.17.17-.3.34-.59.52-.89 0-.01.01-.05.01-.08 0-.09.01-.27.03-.58.01-.5 0-1 .01-1.5.02-3.87.09-9.95 3.94-9.91 3.9.03 8.31 6.06 8.29 9.94-.02 3.46 1.68 6.76-.16 9.77-.11.19-.18.28-.22.35-.02.03-.02.04-.03.1-.2.54-.37 1.08-.58 1.6-.84 2.14-1.75 3.66-3.22 5.43-2.46 2.98-10.78 7.65-11.47 4.13-.64-3.39-.38-8.02 2.08-11.01M74.5 387.47c2.6-2.53 10.65-4.43 12.46-1.79 1.49 2.17-2.25 6.1-3.36 8.31.05 1.49-.35 2.99-1.46 4.28-.35.41-.7.76-1.06 1.13-.06 1.31 0 2.7-.17 4-.36 2.88-1.38 5.24-2.83 7.74-1.21 2.07-2.78 5.13-4.79 5.05-5.82-.21-7.7-9.68-7.56-14.54.19-6.5 4.32-9.83 8.77-14.18" class="st2"/><path d="M287.55 7.92s-46.52 20.84-70.15 93.53c0 0-78.74-9.99-92.12 26.66 0 0 8.06-90.85 104.55-115.32 52.66-13.36 57.72-4.87 57.72-4.87" class="st1"/><path d="M198.79 58.84c5.48-1.81 10.78-4.14 15.78-7.03 4.52-2.62 8.67-5.9 13.43-8.07 3.72-1.7 7.77-2.67 11.71-3.67 4.58-1.17 9.2-2.15 13.91-2.72 10-1.21 20.18-1.09 30.18-.16 9.63.89 19.46 2.33 28.46 5.97 3.84 1.55 7.54 3.41 11.2 5.39 5.7 5.44 18.74 15.38 23.67 20.73 10.63 11.53 14.33 20.55 23.61 33.3 3.06 4.21 5.6 11.46 1.76 12.89-2 2.39-6.07-2.9-9.49-5.11-1.98-1.28-5.26-2.08-7.41-3.1.6-2.73-3.84-4.09-6.28-5.13-11.09-4.7-22.17-9.4-33.43-13.71-10.1-3.86-20.33-7.5-30.78-10.27-9.84-2.63-20.03-4.08-30.17-5.01-3.82-.35-7.66-.58-11.48-.78-3.84-.86-7.72-1.52-11.63-1.87-6.38-.56-12.84-1.07-19.24-1.17-5.8-.1-10.42.81-13.92-4.6-1.15-1.77-1.18-3.85-.53-5.71.22-.06.44-.1.65-.17" fill="@{peach}"/><path d="M231.84 55.92c.92 3.84 14.61 3.92 31.39 2.67 16.76-1.34 31-3.51 31.19-7.45.22-3.88-14.62-8.12-32.5-6.67-17.89 1.37-30.99 7.69-30.08 11.45" fill="@{light-peach}"/><path d="M206.63 43.96c4.06-2.58 10.03-7.4 14.63-9 4.48-1.55 7.13-3.44 11.7-4.84 18.53-5.7 42.16-6.25 61.25-2.76 21.46 3.92 40.63 16.31 57.75 29.32 7.85 5.97 15.33 13.16 20.66 21.56 5.48 8.63 12.15 20.21 13.1 30.49.85 9.16-10.51 13.62-11.35 4.53-.44-4.71-7.13-13.81-9.2-17.88-1.93-3.78-3.58-7.73-5.92-11.24-4.46-6.74-9.4-14.98-15.81-19.77-14.26-10.66-31.23-20.07-48.81-23.92-15.28-3.34-31.46-2.11-46.88-.48-7.12.75-16.44 4.95-23.25 7.36-4.1 1.45-7.63 4.11-11.27 6.46-1.91 1.24-3.93 2.31-5.63 3.85-1.05.93-7.81 6.83-7.53 4.03-.93 9.09-11.18 7.64-10.24-1.54.9-9.01 9.75-11.71 16.8-16.17" fill="@{dark-peach}"/><g id="XMLID_00000132055030417979415860000006498067231019915961_"><path d="M302 101.3c-12.04-3.66-23.73-6.89-34.99-9.65-2.71-.67-5.26.29-5.82 2.14-.61 2.02 1.37 4.32 4.33 5.05 10.97 2.71 22.36 5.85 34.09 9.41 2.84.86 5.67-.03 6.27-2v-.01c.6-1.9-1.13-4.1-3.88-4.94" class="st2"/><path d="M288.7 80.41c-33.32-9.19-65.1-13.16-90.91-12.33-7.2.24-10.8-8.73-5.37-13.46 29.68-25.92 71.54-36.66 112.21-24.81 39.49 11.5 68.5 41.56 80.32 77.91 2.25 6.92-5.4 12.86-11.51 8.93-21.76-14.04-51.21-27.01-84.74-36.24" class="st6"/><path d="M196.09 66.79c28.63-25.39 67.55-36.16 104.94-25.22 36.42 10.65 63.02 39.45 74.16 74.96" class="st6"/><ellipse cx="189.45" cy="420.23" rx="26.17" ry="109.36" transform="rotate(-74.585 189.475 420.25)" fill="none" stroke="@{accent-color}" stroke-width="5.7533" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="9.998"/><circle cx="231.12" cy="232.69" r="4.44" class="st2" transform="rotate(-2.969 230.932 232.504)"/><circle cx="196.9" cy="348.91" r="4.44" class="st2" transform="rotate(-83.748 196.895 348.894)"/><path d="M67.2 408.13c-.13-.27-.26-.54-.38-.81-.18-.4-.34-.8-.49-1.2-.1-.28-.2-.55-.28-.82-.12-.39-.23-.78-.32-1.17-.06-.26-.13-.53-.17-.79-.07-.39-.11-.78-.15-1.17-.02-.25-.05-.5-.07-.73-.01-.42 0-.83.02-1.25.01-.2.01-.41.03-.6.07-.61.18-1.2.34-1.79 5.47-19.83 63.71-21.08 130.07-2.79.51.14 1.01.29 1.5.43h0c.01 0 .03 0 .04.02 26.63 7.45 50.46 16.91 68.99 26.84.01 0 .02.01.04.02 1.41.76 2.78 1.52 4.14 2.27.04.03.08.04.12.07 1.32.74 2.6 1.49 3.86 2.24.08.04.14.09.21.13 1.21.73 2.41 1.45 3.56 2.19l.33.21c1.11.7 2.19 1.41 3.24 2.1.14.1.28.19.42.29 1.01.68 1.99 1.35 2.94 2.04.16.11.31.23.47.36.91.66 1.8 1.32 2.66 1.97.18.15.37.28.55.43.81.62 1.61 1.25 2.37 1.88l.61.52c.7.59 1.41 1.18 2.07 1.78.22.2.43.41.66.61.62.56 1.22 1.11 1.79 1.68.23.22.44.46.67.68.53.52 1.05 1.06 1.53 1.58.23.26.43.5.66.76.44.49.88.99 1.28 1.48.23.28.42.55.63.83.36.46.73.92 1.05 1.37.21.3.39.6.59.89.28.43.58.86.83 1.28.2.32.35.64.51.97.21.4.44.78.62 1.16.16.34.27.68.41 1.01.15.35.32.72.44 1.07.12.36.2.71.29 1.07.09.32.21.66.27.99.09.39.11.77.15 1.16.04.28.09.56.11.84.02.45 0 .87-.03 1.31-.01.21.01.42-.01.63-.07.63-.18 1.26-.35 1.89a11.4 11.4 0 0 1-.66 1.8c0 .01-.01.02-.03.04-.09.2-.22.37-.32.57-.2.36-.38.74-.62 1.09-.01.02-.04.05-.07.07-.15.22-.34.43-.51.64-.23.29-.44.58-.69.86-.04.04-.08.07-.12.12-.21.22-.44.43-.68.64-.25.24-.49.49-.76.72-.05.05-.13.09-.18.14-.26.22-.55.41-.81.61-.28.2-.52.42-.81.61l-.26.16c-.3.2-.64.39-.96.58-.29.18-.56.36-.86.52-.11.06-.23.11-.36.17-.35.18-.73.36-1.1.53-.31.14-.58.3-.9.44-.15.07-.32.12-.46.18-.39.17-.81.33-1.22.48-.3.12-.6.25-.91.37-.18.06-.39.12-.58.19-.17.06-.32.13-.49.18l-.03-.02c-.25.09-.51.17-.76.24-.33.1-.64.22-.98.32-.71.21-1.48.4-2.23.59-.29.07-.55.15-.84.22-.79.19-1.61.36-2.45.52-.29.06-.56.13-.86.19-.92.18-1.88.33-2.85.48-.23.03-.44.08-.67.11-1.03.16-2.11.29-3.21.42-.18.02-.34.04-.53.07-1.15.13-2.33.23-3.52.34-.14.01-.26.03-.4.04-1.2.09-2.42.17-3.68.24l-.46.03c-1.31.07-2.65.11-4.02.14-.1 0-.2.01-.29.01-1.43.03-2.9.04-4.38.05h-.1c-22.95-.08-52.32-4.36-83.48-12.95-51.67-14.24-93.02-36.13-106.23-54.49h-.01c-.02-.04-.04-.06-.07-.1-.14-.2-.27-.4-.4-.6-.33-.49-.66-.98-.96-1.47-.16-.26-.29-.51-.44-.77-.18-.4-.41-.82-.61-1.25m311.22-56.94c5.15-35.2-54.67-78.6-142.21-102.73S74.02 234.12 61.4 263.8m342.59-111.98 25.44 13.33" class="st6"/><ellipse cx="441.14" cy="171.75" class="st6" rx="13.45" ry="13.46" transform="rotate(-83.748 441.117 171.737)"/><path d="m153.63 78.26-28.61-2.55" class="st6"/><ellipse cx="111.61" cy="74.93" class="st6" rx="13.45" ry="13.46" transform="rotate(-83.748 111.601 74.928)"/><path d="M263.5 167.08 205.01 365.9m157.43 106.57 28.52-211.22c8.37-30.34-50.62-73.07-131.78-95.45s-153.74-15.91-162.11 14.44L13.22 376.19l-2.61 6.57C.63 418.93 70.7 469.65 167.82 496.41c97.1 26.76 183.92 19.14 193.9-17.02z" class="st6"/><path d="M145.31 153.04c-3.81-5.98-5.25-11.7-3.83-16.87 6.29-22.94 65.82-26.43 132.97-7.82 67.14 18.62 116.47 52.3 110.19 75.24-1.71 6.21-7.35 11-15.98 14.31" class="st6"/><path d="M405.1 201.75c-3.83 13.12-12.96 23.25-24.39 28.74-20.02-24.08-65.49-49.24-121.53-64.69-51.13-14.09-98.83-16.74-129.24-9.18-6.21-10.59-8.22-23.62-4.52-36.33l3.57-12.24h.01c23.76-75.25 103.49-118.09 179.72-95.9 76.38 22.24 120.62 101.45 99.92 177.82l-.1-.03z" class="st6"/><ellipse cx="185.92" cy="430.9" rx="67.94" ry="182.43" transform="rotate(-74.592 185.923 430.893)" fill="none" stroke="@{accent-color}" stroke-width="5.7552" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10.0016"/></g><path d="M292.51 443.19a2.88 2.88 0 0 1 3.32-2.35 2.87 2.87 0 0 1 2.35 3.31l-61.46 361.24-5.73-.63zm-211.5-53.16c.53-1.5 2.16-2.29 3.66-1.78 1.5.53 2.29 2.16 1.78 3.66L-46.19 774.4l-5.86-.64z" class="st2"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
// flipped/mirrored/right variation of the a2 robot svg (found in /about and /about/privacy)
&[src^="/static/a2-header-right"] {
transform: scale(-1, 1);
}
}
@media screen and (min-width: 1200px) {
[class*="PageIntroWrapper_wrapper"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" id="Clouds" x="0" y="0" style="cursor:default" version="1.1" viewBox="0 0 404 136"><style>.st0{clip-path:url(#SVGID_00000124847987691952410040000001964486568889829789_)}.st1{fill:@{surface0}}.st2{fill:@{surface1}}</style><defs><path id="SVGID_1_" d="M-22 44h363v92H-22z"/></defs><clipPath id="SVGID_00000138556141443024540190000008926974327054756783_"><use xlink:href="#SVGID_1_" style="overflow:visible"/></clipPath><g style="clip-path:url(#SVGID_00000138556141443024540190000008926974327054756783_)"><path d="M29.65 156.72c1.41-6.61.84-13.71-2.07-20.37-7.37-16.83-26.9-24.46-43.63-17.06-16.48 7.3-24.08 26.48-17.26 43.14l62.96-5.71z" class="st1"/><path d="M128.04 81.5s-.03-.02-.04-.03C110.71 53.42 75.1 41.71 44.21 55.4 10.38 70.38-4.96 110.11 9.93 144.14a67.59 67.59 0 0 0 8.01 13.65l112.84-10.24c7.55-14.95 10.51-33.57 5.57-50.46-1.55-2.77-6.76-13.09-8.31-15.59z" class="st1"/><path d="m20.48 157.55 112.61-10.22c4.89-14.3 4.67-30.41-1.87-45.34-13.79-31.51-50.35-45.8-81.67-31.93s-45.52 50.66-31.73 82.16c.8 1.84 1.69 3.61 2.66 5.33z" class="st2"/><path d="M205.62 140.74c.38-1.42.71-2.87.94-4.35 3.84-24.11-12.47-46.79-36.44-50.66-23.97-3.86-46.51 12.55-50.36 36.66-1.46 9.13 0 18.04 3.65 25.81l82.21-7.46z" class="st1"/><path d="m229.85 134.8 4.94-.45-.36-3.98c-.45.06-.86.15-1.22.31-1.49.67-2.13 1.59-3.9 1.93-2.21.43-4.55.47-6.83.59-.3-.32-.69-.59-1.16-.78-1.05-.42-2.04-.44-3.12-.65-1.34-.26-2.9-.88-4.2-1.38-1.69-.66-2.84-1.93-4.09-3.04-5.4-16.66-19.64-29.78-38.02-32.74-26.16-4.22-50.76 13.7-54.96 40.01-.77 4.83-.78 9.6-.15 14.19l113.41-10.29-.34-3.72z" class="st2"/><path d="m-1.99 139.23 48.23-4.38c2.48-5.14 3.36-11.05 2.13-17-3.05-14.67-17.75-23.99-32.85-20.82-15.1 3.18-24.86 17.64-21.82 32.31.76 3.67 2.26 7 4.31 9.89z" class="st1"/><path d="m-4.15 139.42 54.8-4.97c.22-2.53.1-5.12-.44-7.72-3.05-14.67-17.75-23.99-32.85-20.82-15.1 3.18-24.86 17.64-21.82 32.31.09.41.2.81.31 1.2zM216.48 139.58c7.29-.66 12.67-7.14 12.01-14.48-.66-7.33-7.1-12.74-14.39-12.08-7.29.66-12.67 7.14-12.01 14.48.66 7.33 7.1 12.74 14.39 12.08z" class="st2"/><path d="M244.33 137.2c.26-1.06.36-2.19.26-3.33-.5-5.59-5.41-9.72-10.97-9.21-5.56.5-9.66 5.44-9.15 11.04.1 1.15.4 2.24.85 3.23l19.01-1.73z" class="st2"/></g><path d="m114.54 15-4.43 8.1-8.1 4.43 8.1 4.43 4.43 8.1 4.43-8.1 8.1-4.43-8.1-4.43-4.43-8.1zM397 19l-2.47 4.52L390 26l4.53 2.48L397 33l2.48-4.53L404 26l-4.52-2.47L397 19zM46 0l-2.12 3.88L40 6l3.88 2.12L46 12l2.12-3.88L52 6l-3.88-2.12L46 0z" class="st2"/><script/></svg>'
);
@svg2: escape(
'<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="Clouds" x="0" y="0" style="cursor:default" version="1.1" viewBox="0 0 376 144"><style>.st0{fill:@{surface1}}.st1{fill:@{surface0}}</style><path d="m179.46 164.49 172.73-15.58c7.5-21.8 7.16-46.37-2.87-69.14-21.16-48.03-77.24-69.83-125.28-48.67-48.04 21.15-69.83 77.24-48.68 125.27 1.24 2.8 2.61 5.5 4.08 8.12h.02z" class="st0"/><path d="M463.45 138.87c.58-2.16 1.09-4.37 1.45-6.63 5.89-36.77-19.14-71.35-55.9-77.25-36.77-5.89-71.35 19.14-77.25 55.9-2.24 13.93 0 27.51 5.6 39.36l126.1-11.38z" class="st1"/><path d="m500.62 129.8 7.58-.68-.55-6.07c-.68.09-1.32.23-1.87.48-2.28 1.02-3.26 2.42-5.98 2.95-3.4.65-6.98.72-10.48.9-.46-.49-1.05-.89-1.79-1.18-1.61-.63-3.13-.67-4.79-.99-2.06-.39-4.45-1.35-6.43-2.11-2.6-1-4.35-2.94-6.28-4.64-8.28-25.4-30.12-45.4-58.32-49.92-40.12-6.44-77.87 20.88-84.3 61.01a73.47 73.47 0 0 0-.23 21.64l173.97-15.69-.51-5.67-.02-.03zM201.72 162.49c.32-7.58-1.04-15.36-4.3-22.78-11.44-25.97-41.75-37.75-67.72-26.31-22.86 10.06-34.71 34.76-29.43 58.24l101.45-9.15z" class="st0"/><path d="M128.28 169.11c.19-4.49-.61-9.08-2.55-13.47-6.77-15.36-24.7-22.32-40.04-15.57-13.52 5.96-20.53 20.56-17.4 34.45l59.99-5.41z" class="st0"/><path d="m151.13 167.05 73.98-6.67c3.81-7.84 5.16-16.84 3.27-25.92-4.67-22.37-27.23-36.58-50.39-31.74s-38.14 26.89-33.47 49.26a39.88 39.88 0 0 0 6.62 15.08l-.01-.01z" class="st1"/><path d="m147.82 167.35 84.06-7.58c.34-3.86.16-7.8-.67-11.77-4.67-22.37-27.23-36.58-50.39-31.74s-38.14 26.89-33.47 49.26c.13.63.3 1.23.46 1.85l.01-.02zM107.11 9l-2.51 4.59-4.6 2.51 4.59 2.51 2.51 4.59 2.51-4.59 4.59-2.51-4.59-2.51-2.5-4.59zM10 94l-3.54 6.46L0 104l6.47 3.54L10 114l3.54-6.47L20 104l-6.46-3.54L10 94z" class="st0"/><script/></svg>'
);
background-image: url("data:image/svg+xml,@{svg}"),
url("data:image/svg+xml,@{svg2}");
}
}
// news page header
[src^="/static/a2-screen"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="A2_Light" x="0" y="0" version="1.1" viewBox="0 0 500 314.01" cursor="default"><style>.st0{fill:@{surface0}}.st1{fill:@{darker-blue}}.st3{fill:none;stroke:@{accent-color};stroke-width:2.0322;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st4{fill:@{accent-color}}.st5{fill:none;stroke:@{accent-color};stroke-width:2.4856;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st6{fill:@{surface1}}.st7{fill:@{base}}</style><path d="M347.23 278.89H19.35c-7.74 0-14.07-6.33-14.07-14.07V51.57c0-7.74 6.33-14.07 14.07-14.07h327.88c7.74 0 14.07 6.33 14.07 14.07v213.26c0 7.73-6.33 14.06-14.07 14.06" class="st0"/><path d="M167.27 279.02h29.71v63.5h-29.71zM18.08 263.48v-211c0-1.78 1.45-3.23 3.23-3.23h325.62c1.78 0 3.23 1.45 3.23 3.23v211c0 1.78-1.45 3.23-3.23 3.23H21.31c-1.77 0-3.23-1.46-3.23-3.23" class="st1"/><path d="M20.5 266.71c-1.93 0-3.57-1.63-3.57-3.57 0 0 120.4-4.22 210.82-65.73s117.7-148.16 117.7-148.16c1.93 0 3.57 1.63 3.57 3.57v210.32c0 1.93-1.63 3.57-3.57 3.57z" fill="@{dark-blue}"/><path d="M235.57 355.31h-106.9c-3.08 0-5.59-2.52-5.59-5.59v-1.17c0-3.08 2.52-5.59 5.59-5.59h106.9c3.08 0 5.59 2.52 5.59 5.59v1.17c.01 3.08-2.51 5.59-5.59 5.59" class="st1"/><path d="M347.23 278.89H19.35c-7.74 0-14.07-6.33-14.07-14.07V51.57c0-7.74 6.33-14.07 14.07-14.07h327.88c7.74 0 14.07 6.33 14.07 14.07v213.26c0 7.73-6.33 14.06-14.07 14.06" class="st3"/><path d="M347.23 279.91H19.35c-8.32 0-15.08-6.77-15.08-15.08V51.57c0-8.32 6.77-15.08 15.08-15.08h327.88c8.32 0 15.08 6.77 15.08 15.08v213.26c.01 8.31-6.76 15.08-15.08 15.08M19.35 38.52c-7.2 0-13.05 5.85-13.05 13.05v213.26c0 7.2 5.86 13.05 13.05 13.05h327.88c7.2 0 13.05-5.86 13.05-13.05V51.57c0-7.2-5.86-13.05-13.05-13.05z" class="st4"/><path d="M17.25 263.7v-211c0-1.78 1.45-3.23 3.23-3.23H346.1c1.78 0 3.23 1.45 3.23 3.23v211c0 1.78-1.45 3.23-3.23 3.23H20.48c-1.77 0-3.23-1.46-3.23-3.23" class="st3"/><path d="M196.97 343.54h-29.71c-.56 0-1.02-.45-1.02-1.02v-63.51c0-.56.45-1.02 1.02-1.02h29.71c.56 0 1.02.45 1.02 1.02v63.51c0 .57-.45 1.02-1.02 1.02m-28.69-2.03h27.67v-61.47h-27.67z" class="st4"/><path d="M235.57 356.33h-106.9c-3.64 0-6.61-2.96-6.61-6.61v-1.17c0-3.64 2.96-6.61 6.61-6.61h106.9c3.64 0 6.61 2.96 6.61 6.61v1.17c0 3.64-2.96 6.61-6.61 6.61m-106.9-12.35c-2.52 0-4.58 2.05-4.58 4.58v1.17c0 2.52 2.05 4.58 4.58 4.58h106.9c2.52 0 4.58-2.05 4.58-4.58v-1.17c0-2.52-2.05-4.58-4.58-4.58z" class="st4"/><ellipse cx="343.76" cy="365.21" class="st1" rx="73.2" ry="8.68"/><circle cx="474.1" cy="25.71" r="12.48" class="st5"/><circle cx="474.1" cy="25.71" r="23.22" class="st0"/><ellipse cx="483.1" cy="15.14" class="st6" rx="5.6" ry="12.76" transform="rotate(-53.556 483.136 15.134)"/><path d="M438.12 325.29c-3.41-39.8-6.81-80.04-10.22-120.65-.68-7.41-5.96-13.38-12.27-13.78-29.55-2.71-110.25-2.72-139.43-.18-6.17.36-11.39 5.97-12.25 13.21-4.4 40.81-8.8 81.17-13.19 120.95-1.05 8.58 4.73 16.79 12.24 17.33 54.22 3.7 108.62 3.7 162.83 0 7.36-.52 13.09-8.43 12.29-16.88" class="st6"/><path d="M438.12 325.29c-3.41-39.8-6.81-80.04-10.22-120.65-.63-6.87-5.23-12.5-10.92-13.6l-14.96 65.13c-5.29 27.99-23.13 73.05-47.14 88.38 2.95-.18 68-2.18 70.95-2.38 7.36-.52 13.09-8.43 12.29-16.88" class="st7"/><path d="M319.45 324.67C369.53 301.28 391 190.04 391 190.04c-19.98-1.78-94.71-.71-116.98.99-3.5.27-8.97 8.46-9.43 11.95-2.68 20.44-11.45 88.14-14.17 119.86-.69 7.9 27.25 21.36 69.03 1.83" class="st0"/><path d="M421.83 141.72c-.93-41.53-35.19-76.65-77.34-76.84-42.23.19-76.55 35.44-77.35 77.08h.06v15.23c0 8.76 7.11 16.1 15.89 16.34 40.95 1.02 81.92 1.02 122.87 0 8.77-.23 15.89-7.58 15.89-16.34-.02-5.16-.02-10.31-.02-15.47" class="st7"/><path d="M323.01 171.02c5.4-3.47 10.7-7.12 15.88-10.95 9.2-6.82 17.95-14.38 25.57-22.98 5.81-6.56 10.96-13.63 15.41-21.12 4.78-8.05 8.86-16.58 11.13-25.62.62-2.48 1.11-5.04 1.37-7.63-13.17-10.69-29.79-17.42-47.88-17.55-42.23-.15-76.55 35.16-77.35 76.79h.06v15.23c0 8.76 7.11 16.11 15.89 16.32 11.63.27 23.25.44 34.88.51 1.7-.95 3.39-1.94 5.04-3" class="st0"/><path d="M402.83 128.17c-3.94-15.77-14.22-29.56-29.47-38.19a53.2 53.2 0 0 0-12.66-5.14c-21.6-5.67-43.25.26-58.37 15.12-7.84 7.7-13.32 17.2-16.04 27.58-1.65 6.29 3.11 12.43 9.61 12.46l97.19.43c6.44.02 11.31-6.01 9.74-12.26" class="st5"/><path d="M402.83 128.17c-3.94-15.77-14.22-29.56-29.47-38.19a53.2 53.2 0 0 0-12.66-5.14c-21.6-5.67-43.25.26-58.37 15.12-7.84 7.7-13.32 17.2-16.04 27.58-1.65 6.29 3.11 12.43 9.61 12.46l97.19.43c6.44.02 11.31-6.01 9.74-12.26" fill="#fda288" stroke="@{accent-color}" stroke-width="2.4856" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/><path d="M402.83 128.17c-3.94-15.77-14.22-29.56-29.47-38.19a53.2 53.2 0 0 0-12.66-5.14c-21.6-5.67-43.25.26-58.37 15.12-7.84 7.7-13.32 17.2-16.04 27.58-1.65 6.29 3.11 12.43 9.61 12.46l97.19.43c6.44.02 11.31-6.01 9.74-12.26" fill="@{dark-peach}"/><path d="M402.83 129.69c-3.94-13.81-14.22-25.89-29.47-33.45a57.4 57.4 0 0 0-12.66-4.5c-21.6-4.97-43.25.23-58.37 13.24-7.84 6.75-13.32 15.06-16.04 24.15-1.65 5.51 3.11 10.89 9.61 10.92l97.19.38c6.44.02 11.31-5.26 9.74-10.74" fill="@{peach}"/><ellipse cx="323.84" cy="108.98" rx="18.87" ry="10.71" transform="rotate(-28.382 323.842 108.996)" fill="@{light-peach}"/><path d="M474.1 50.17c-13.49 0-24.46-10.97-24.46-24.46S460.61 1.25 474.1 1.25s24.46 10.97 24.46 24.46-10.97 24.46-24.46 24.46m0-46.44c-12.12 0-21.98 9.86-21.98 21.98s9.86 21.98 21.98 21.98 21.98-9.86 21.98-21.98-9.86-21.98-21.98-21.98" class="st4"/><path d="M474.1 39.43c-7.57 0-13.72-6.16-13.72-13.72 0-7.57 6.16-13.73 13.72-13.73 7.57 0 13.72 6.16 13.72 13.73.01 7.57-6.15 13.72-13.72 13.72m0-24.96c-6.2 0-11.24 5.04-11.24 11.24s5.04 11.24 11.24 11.24 11.24-5.04 11.24-11.24-5.04-11.24-11.24-11.24M344.41 346.18c-27.23 0-54.46-.92-81.5-2.77-3.59-.26-6.97-2.1-9.5-5.18-3.06-3.72-4.48-8.66-3.88-13.54 4.21-38.06 8.64-78.75 13.19-120.93.94-7.91 6.58-13.93 13.41-14.32 29.64-2.58 110.56-2.48 139.61.18 6.87.43 12.65 6.84 13.39 14.9 3.62 43.12 6.96 82.59 10.22 120.65.45 4.81-1.03 9.63-4.08 13.23-2.52 2.98-5.84 4.76-9.36 5.01-27.03 1.85-54.27 2.77-81.5 2.77m-.45-156.14c-26.76 0-53.25.62-67.65 1.88-5.57.32-10.34 5.53-11.12 12.12-4.54 42.17-8.98 82.86-13.19 120.94-.51 4.16.74 8.52 3.33 11.67 2.1 2.55 4.86 4.07 7.76 4.28 53.96 3.69 108.69 3.68 162.66 0 2.83-.2 5.55-1.67 7.63-4.14 2.62-3.09 3.89-7.24 3.5-11.39v-.01c-3.26-38.07-6.6-77.54-10.22-120.65-.63-6.85-5.41-12.29-11.11-12.64-14.88-1.37-43.38-2.06-71.59-2.06" class="st4"/><path d="M345.18 344.72c-.69 0-1.24-.56-1.24-1.24V189.51a1.24 1.24 0 1 1 2.48 0v153.97c0 .69-.55 1.24-1.24 1.24" class="st4"/><path d="M431.75 252.37h-.08c-57.04-3.59-114.89-3.59-171.94 0a1.243 1.243 0 0 1-.16-2.48c57.15-3.59 115.1-3.59 172.25 0 .69.04 1.2.63 1.16 1.32a1.23 1.23 0 0 1-1.23 1.16m-87.27-76.84c-20.53 0-41.05-.25-61.43-.76-9.43-.25-17.1-8.13-17.1-17.58v-14.87c-.04-.12-.06-.25-.06-.38.82-42.98 36.08-78.1 78.58-78.3 42.33.19 77.55 35.13 78.58 77.91.01.06.01.11.01.17v15.47c0 9.44-7.67 17.33-17.1 17.58-20.38.5-40.93.76-61.48.76m-76.09-33.91c.03.11.05.22.05.34v15.23c0 8.11 6.59 14.88 14.68 15.09 40.74 1.02 82.06 1.02 122.8 0 8.09-.21 14.67-6.99 14.67-15.09v-15.33c0-.04-.01-.07-.01-.11-.93-41.51-35.07-75.44-76.1-75.62-41.04.18-75.1 34.02-76.09 75.49" class="st4"/><path d="M359.68 157.3h-27.6a1.24 1.24 0 1 1 0-2.48h27.6a1.24 1.24 0 1 1 0 2.48m33.45-15.63h-.05l-97.19-.43c-3.5-.02-6.73-1.62-8.86-4.39a11.1 11.1 0 0 1-1.95-9.63c2.79-10.63 8.45-20.37 16.37-28.15 15.63-15.36 37.9-21.13 59.56-15.44 4.53 1.19 8.89 2.96 12.96 5.26 15.26 8.64 25.94 22.48 30.07 38.97.83 3.32.09 6.77-2.04 9.48-2.16 2.75-5.39 4.33-8.87 4.33m-48.58-57.7c-15.41 0-30.15 5.87-41.35 16.87-7.6 7.47-13.04 16.81-15.71 27.01-.69 2.61-.13 5.34 1.52 7.49a8.68 8.68 0 0 0 6.9 3.42l97.19.43h.04a8.74 8.74 0 0 0 6.91-3.37c1.65-2.1 2.23-4.78 1.58-7.35-3.96-15.83-14.21-29.11-28.88-37.41a51.4 51.4 0 0 0-12.37-5.02 62.2 62.2 0 0 0-15.83-2.07m96.72 137.96h-9.51a1.24 1.24 0 1 1 0-2.48h9.51c17.42 0 31.59-14.17 31.59-31.59V26.42a1.24 1.24 0 1 1 2.48 0v161.43c0 18.79-15.28 34.08-34.07 34.08m-22.46-77.38c-.68 0-1.24-.55-1.24-1.23-.01-.69.54-1.25 1.23-1.26l14.31-.16h.01c.68 0 1.24.55 1.24 1.23.01.69-.54 1.25-1.23 1.26l-14.31.16z" class="st4"/><path d="M439.82 151.22c-2.99 0-5.86-1.69-7.21-4.57-1.86-3.97-.14-8.71 3.82-10.57 3.97-1.86 8.71-.14 10.57 3.82 1.86 3.97.14 8.71-3.82 10.57-1.08.51-2.23.75-3.36.75m-.02-13.4a5.47 5.47 0 0 0-4.94 7.78 5.47 5.47 0 0 0 7.26 2.63 5.47 5.47 0 0 0 2.63-7.26 5.44 5.44 0 0 0-4.95-3.15m-168.19 6.73h-.01l-14.31-.16c-.69-.01-1.24-.57-1.23-1.26s.54-1.24 1.26-1.23l14.31.16a1.246 1.246 0 0 1-.02 2.49" class="st4"/><path d="M250.6 151.22c-1.13 0-2.27-.24-3.36-.75-3.97-1.86-5.68-6.6-3.82-10.57s6.6-5.68 10.57-3.82 5.68 6.6 3.82 10.57a7.97 7.97 0 0 1-7.21 4.57m.02-13.4c-2.05 0-4.02 1.16-4.95 3.14a5.46 5.46 0 1 0 7.26-2.63c-.75-.35-1.54-.51-2.31-.51M474.14 32.3c-3.46 0-6.27-2.81-6.27-6.27s2.81-6.27 6.27-6.27 6.27 2.81 6.27 6.27-2.81 6.27-6.27 6.27m0-10.05c-2.09 0-3.78 1.7-3.78 3.78s1.7 3.78 3.78 3.78c2.09 0 3.78-1.7 3.78-3.78s-1.69-3.78-3.78-3.78" class="st4"/><circle cx="354.39" cy="337.07" r="2.56" class="st4"/><circle cx="353.74" cy="240.92" r="2.56" class="st4"/><circle cx="474.1" cy="26.06" r="4.1" class="st4"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
// new app releases page header
[src^="/static/a2-drop"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="A2_Light" x="0" y="0" version="1.1" viewBox="0 0 500 701.65" cursor="default"><style>.st1{fill:@{base}}.st2{fill:@{surface2}}.st3{fill:none;stroke:#2a2a2a;stroke-width:2.9247;stroke-miterlimit:10}.st4{fill:@{accent-color}}.st5{fill:@{surface0}}.st7{fill:#dff0ff}</style><path d="M143.64 15.2c.01 0 .03-.01.04-.01l1.18-.38c.01 0 .03-.01.04-.01 99.7-33.11 208.15 15.03 242.23 117.4.28.74.54 1.49.75 2.25 2.01 7.22-1 40.29-33.1 46.36-4.82 12.59-16.59 31.93-37.31 43.3-12.45 6.83-30.32 10.19-43.24 6.81-4.78 9.22-25.99 27.09-46.38 33.62-1.12.36-5.7 1.82-6.82 2.18-20.39 6.52-48.04 4.28-57.28-.46-8.56 10.25-25.06 17.88-39.17 19.55-23.47 2.77-44.28-6.15-55.51-13.61-29.67 13.69-51.31-11.49-53.86-18.54-.27-.74-.49-1.5-.7-2.27C-17.14 148.24 43.23 46.09 143.64 15.2" fill="@{surface1}"/><path d="M221.03 266.71c-20.39 6.52-48.04 4.28-57.28-.46-8.56 10.25-25.06 17.88-39.17 19.55-23.47 2.77-44.28-6.15-55.51-13.61-29.67 13.69-51.31-11.49-53.86-18.54-3.64-10.05-.99-22.29 6.77-35.43 8.26-10.59 21.43-19.59 38.64-24.26 6.2-24.51 46.54-41.86 74.32-35.61 4.37-13.07 23.99-24.79 45.04-31.74 21.18-6.55 43.95-8.39 55.1-.29 18.99-21.21 61.91-30.49 81.19-14.13 16.72-6.18 32.67-6.49 45.55-2.66 13.95 6.2 23.21 14.63 26.08 24.92 2.01 7.22-1 40.29-33.1 46.36-4.82 12.59-16.59 31.93-37.31 43.3-12.45 6.83-30.32 10.19-43.24 6.81-4.78 9.22-25.99 27.09-46.38 33.62-1.13.35-5.72 1.82-6.84 2.17" class="st1"/><path d="M168.46 120.05C138.98 68.41 143.64 15.2 143.64 15.2s-60.12 20.46-9.33 141.24c.01 0 6.38-28.26 34.15-36.39m-82.59 36.09c-31.3-89.92 23.16-125.12 23.16-125.12S21.26 56.13 60.05 192.6c0 0-3.54-24.88 25.82-36.46" class="st2"/><path d="M63.15 61.3s-48 48.85-34.81 138.56c0 0-21.51 15.61-16.09 44.12.01 0-34.43-94.82 50.9-182.68m205.48 34.13s-21.79-73.38-77.22-89.64l-34.62 6.06S214 23.97 234 124.36c0 .01 4.78-21.8 34.63-28.93m87.67 1.3S303.04 11.04 237.27 5.67l-23.08-.49s75.48 8.49 103.87 106.27c0 0 4.8-18.9 38.24-14.72" class="st2"/><path d="M317.16 110.94c-.62 0-1.19-.39-1.39-1.01-.32-.98-32.68-97.93-103.86-103.58a1.45 1.45 0 0 1-1.34-1.57c.06-.8.79-1.42 1.57-1.34 73.13 5.8 106.08 104.58 106.41 105.58.25.77-.17 1.59-.94 1.84-.15.05-.3.08-.45.08m-82.56 13.62c-.69 0-1.31-.49-1.44-1.19-.19-.99-19.18-99.23-80.31-109.65a1.47 1.47 0 0 1-1.2-1.69c.14-.8.92-1.33 1.69-1.2 63.13 10.76 82.5 110.99 82.69 112 .15.79-.38 1.56-1.17 1.7-.08.03-.17.03-.26.03" class="st4"/><path d="M262.56 343.79c-.11 0-.22-.01-.33-.04-.79-.18-1.28-.97-1.09-1.76l53.71-230.15c.18-.79.98-1.28 1.76-1.09.79.18 1.28.97 1.09 1.76l-53.71 230.15a1.48 1.48 0 0 1-1.43 1.13" class="st4"/><path d="M260.81 345.18c-.73 0-1.36-.55-1.45-1.29l-26.22-220.62c-.09-.8.48-1.53 1.28-1.63.8-.09 1.53.48 1.63 1.28l26.22 220.62c.09.8-.48 1.53-1.28 1.63-.06.01-.12.01-.18.01m3.69-2.9c-.27 0-.54-.07-.78-.23-.68-.43-.89-1.33-.46-2.02l123.4-195.62c.43-.68 1.33-.89 2.02-.46.68.43.89 1.33.46 2.02l-123.4 195.62c-.27.44-.75.69-1.24.69m88.82-161.4c-.01-.28-1.65-28.23-25.58-71.62l2.56-1.41c24.29 44.06 25.88 71.74 25.93 72.89zm-77.62 50.07-2.92-.07c.01-.58 1.09-59.1-20.98-117.59l2.74-1.03c22.26 59.04 21.17 118.1 21.16 118.69" class="st4"/><path d="M13.82 254.1c-15.5-48.43-11.31-99.48 11.81-143.75C49.86 63.96 91.62 29.67 143.21 13.8l1.21-.39C195.68-3.61 249.58.08 296.23 23.79 340.75 46.43 373.8 85.57 389.28 134l-2.78.89c-15.25-47.68-47.78-86.21-91.6-108.49C248.95 3.04 195.85-.59 145.37 16.18l-1.24.4c-50.9 15.66-92.04 49.44-115.9 95.13-22.76 43.57-26.88 93.82-11.62 141.5z" class="st4"/><path d="M58.32 193.73c-.62 0-1.2-.4-1.4-1.02-.31-1-30.81-100.57 25.38-147.73a1.46 1.46 0 0 1 2.06.18c.52.62.44 1.54-.18 2.06-54.69 45.9-24.78 143.63-24.47 144.61.24.77-.19 1.59-.96 1.83-.14.05-.29.07-.43.07m75.14-36.81c-.55 0-1.08-.31-1.33-.85-.43-.93-42.83-93.79 2.34-139.2.57-.57 1.49-.58 2.07-.01.57.57.58 1.5 0 2.07-43.73 43.96-2.18 134.99-1.76 135.9.34.73.02 1.6-.71 1.94-.2.1-.4.15-.61.15" class="st4"/><path d="M260.2 345.99c-.31 0-.62-.1-.88-.29L59.74 195.13c-.64-.49-.77-1.4-.29-2.05.48-.64 1.4-.78 2.05-.29l199.58 150.57c.64.49.77 1.4.29 2.05-.29.38-.73.58-1.17.58" class="st4"/><path d="M260.2 345.99c-.47 0-.94-.23-1.22-.65L132.24 156.27a1.464 1.464 0 0 1 2.43-1.63l126.74 189.08c.45.67.27 1.58-.4 2.03-.24.16-.53.24-.81.24" class="st4"/><path d="M260.2 345.99c-.16 0-.32-.03-.47-.08L20.96 263.8a1.467 1.467 0 0 1-.91-1.86c.26-.76 1.09-1.17 1.86-.91l238.77 82.12c.76.26 1.17 1.09.91 1.86-.21.6-.78.98-1.39.98M67.84 272.98c-.63-.97-15.4-24.44-21.18-74.41l2.9-.34c5.7 49.22 20.59 72.93 20.74 73.17zm94.74-5.85c-.35-.47-35.52-47.93-51.65-108.94l2.83-.75c15.98 60.44 50.81 107.47 51.16 107.93z" class="st4"/><path d="M115.67 287.79c-22.82 0-40.54-9.94-46.72-13.93-11 4.87-21.94 5.1-32.52.69-12.66-5.28-20.96-15.89-22.59-20.39-3.67-10.14-1.29-22.82 6.89-36.67 8.94-11.48 22.63-20.18 38.7-24.71 7.18-25.35 47.29-41.49 74.58-36.11 5.65-13.94 27.01-25.33 45.51-31.44 18.64-5.77 42.65-8.89 55.34-.82 19.1-20.22 61.14-30.34 81.69-13.88 15.71-5.64 31.9-6.49 45.68-2.4 14.88 6.6 24.18 15.54 27.07 25.93 1.29 4.61.68 18.06-6.56 29.72-6.05 9.73-15.09 15.89-26.88 18.31-3.07 7.72-13.72 30.16-37.67 43.3-13.08 7.18-30.65 10.08-43.21 7.21-5.69 9.45-26.2 26.78-46.66 33.33l-6.82 2.18c-20.46 6.54-47.21 4.34-57.34-.06-8.56 9.62-24.55 17.46-39.38 19.21-3.13.36-6.16.53-9.11.53M69.2 270.52l.68.45c5.94 3.95 27.44 16.57 54.53 13.37 14.58-1.72 30.29-9.55 38.22-19.03l.75-.9 1.04.53c8.87 4.55 36.36 6.7 56.17.37l6.82-2.18c19.81-6.34 40.94-24.05 45.53-32.9l.54-1.04 1.13.3c11.95 3.13 29.29.38 42.17-6.68 23.92-13.12 34.1-35.88 36.65-42.54l.29-.76.8-.15c11.34-2.14 20-7.91 25.74-17.14 6.68-10.75 7.36-23.34 6.23-27.39-2.65-9.52-11.39-17.81-25.26-23.98-13.22-3.92-29.07-2.98-44.44 2.7l-.8.3-.65-.55c-19.14-16.24-61.5-5.72-79.15 13.99l-.88.98-1.07-.78c-9.61-6.99-30.23-6.8-53.81.5-23.41 7.73-40.31 19.54-44.08 30.81l-.42 1.25-1.29-.29c-25.81-5.81-66.42 10.21-72.58 34.54l-.21.83-.85.24c-15.82 4.3-29.26 12.73-37.87 23.75-7.62 12.92-9.92 24.74-6.55 34.03 1.43 3.95 9.29 13.81 20.97 18.69 10.03 4.19 20.43 3.86 30.9-.98z" class="st4"/><path d="M253.72 656.26c-.65-2.13-1.34-4.24-1.99-6.37-.68-2.23-1.04-3.48-1.5-5.75-.29-1.46-1.31-2.65-2.68-3L217.91 526.9c-8.36-20.39 29.04-55.02 83.53-77.35 54.49-22.32 105.43-23.89 113.79-3.5l61.78 106.97c.88.47 1.77.92 2.67 1.33 1.84-.12 2.39.96 3.19 3.27.05.14.71 1.18.75 1.31 1.42 4.12-1.69 6.92-5.85 5.45-2.89-1.02-5.45-2.81-8.17-4.27-.64.43-1.46.71-2.49.71-5.96.01-10.21-.72-16-2.03-2.62-.59-3.93 2.15-6.61 2.12-.39.03-1.91-.79-2.3-.76-.76 1.27-2.01-.23-3.59-.01-12.93 1.81-25.52 7.16-38.56 8.77-4.01.49-7.85 1.37-11.69 2.26-.53.23-1.05.47-1.57.69-11.76 5.06-24.42 6.45-35.74 12.46-6.52 3.46-13.07 5.77-19.23 10.03-5.84 4.04-11.99 7.58-18.28 10.87-.53.28-1.03.57-1.55.85-.79.52-1.58 1.05-2.39 1.55-8.9 5.53-17.64 12.26-25.98 18.67-5.76 4.43-10.55 8.98-15.04 14.7-1.88 2.4-3.65 4.78-5.39 7.3-1.63 2.36-4.62 5.27-5.32 8.06-.46 1.84-1.66 3.02-3.09 3.61-.33-1.24-.69-2.47-1.06-3.7" class="st5"/><path d="M253.72 656.26c-.65-2.13-1.34-4.24-1.99-6.37-.68-2.23-1.04-3.48-1.5-5.75-.29-1.46-1.31-2.65-2.68-3L217.91 526.9c-5.68-13.87 9.82-34.33 37.46-53.03l48.65 137.4c-4.01 1.88 31.62-19.55 27.8-16.91-5.84 4.04-11.99 7.58-18.28 10.87-.53.28-1.03.57-1.55.85-.79.52-1.58 1.05-2.39 1.55-8.9 5.53-17.64 12.26-25.98 18.67-5.76 4.43-10.55 8.98-15.04 14.7-1.88 2.4-3.65 4.78-5.39 7.3-1.63 2.36-4.62 5.27-5.32 8.06-.46 1.84-1.66 3.02-3.09 3.61-.33-1.25-.69-2.48-1.06-3.71" class="st1"/><path d="M314.46 444.6c49.36-17.46 93.08-17.3 100.76 1.46L477 553.03c.88.47 1.77.92 2.67 1.33 1.84-.12 1.87.76 2.67 3.07.05.14 1.18 1.25 1.23 1.39 1.42 4.12-1.64 7.05-5.81 5.58-2.89-1.02-5.45-2.81-8.17-4.26-.64.43-1.46.71-2.49.71-3.97.01-7.19-.32-10.6-.92-.92.78-2.13 1.26-3.64 1.15-6.28-.44-12.28.66-18.55.54-1.3-.02-2.6.03-3.89.11-10.11 2.35-20.11 5.94-30.39 7.21-4.01.49-7.85 1.37-11.69 2.26-.53.23-1.05.47-1.57.69-9.58 4.12-19.75 5.81-29.32 9.54-3.18-9.07-5.83-18.33-8.77-27.48-3.44-10.71-8.27-20.82-12.94-31.04-1.02-2.23-2-4.47-2.96-6.72-.44-.42-.83-.92-1.13-1.55-6.5-13.56-13.16-27.76-16.64-42.42-.08-.34-.11-.66-.13-.98-4.57-6.83-8.07-14.08-9.01-22.43-.55-5.13 5.71-6.99 8.59-4.21" class="st5"/><path d="M258.23 659.21c-.22-.83-.25-1.75.02-2.73 1.45-5.24 6.01-10.57 9-15.04 4.07-6.08 10.62-9.21 16.01-13.94 5.27-4.62 10.76-8.84 16.17-13.3 5.85-4.82 9.44-9.82 16.75-12.73 2.05-.81 3.83-.25 5.06.92 5.07-3.44 10.22-6.76 15.46-9.92 2.47-1.49 4.98-2.94 7.51-4.37 6.98-3.04 14.26-5.27 21.41-7.89 6.76-2.48 13.32-5.55 20.18-7.75 3.25-1.04 6.63-1.56 9.94-2.37 3.39-.83 6.75-1.79 10.09-2.8 12.88-3.89 25.72-8.23 39.39-6.91 1.66.16 2.84-.67 3.46-1.81 12.34.68 24.54 3.24 36.04 7.84l5.13 8.88 2.57 4.15c9.96 24.31-34.82 65.67-100.02 92.38s-125.69 28.6-135.65 4.29l-1.37-4.75-1.51-5.82c1.4-2.17 2.85-4.27 4.36-6.33" class="st1"/><path d="M305.87 641.57c-.1-.31-.1-.67.08-1.09.97-2.21 3.74-4.72 5.59-6.76 2.51-2.77 6.37-4.59 9.61-6.94 3.16-2.3 6.44-4.45 9.69-6.7 3.51-2.43 5.7-4.73 10-6.53 1.2-.5 2.22-.44 2.9-.08 3.02-1.81 6.08-3.58 9.19-5.3 1.47-.81 2.95-1.61 4.45-2.39 4.11-1.82 8.38-3.35 12.57-5.01 3.97-1.58 7.84-3.37 11.86-4.85 1.91-.7 3.87-1.2 5.81-1.81 1.98-.63 3.95-1.31 5.9-2 7.54-2.68 15.08-5.53 22.94-6.2.95-.08 1.66-.51 2.05-1.02 7.11-.81 14.1-.87 20.63-.06l2.74 3.07 1.38 1.42c5.14 8.77-21.79 29.12-60.15 45.45s-73.37 22.39-78.51 13.62l-.67-1.77-.72-2.18c.84-.96 1.74-1.92 2.66-2.87" fill="@{mantle}"/><path d="M221.98 473.01c1.93-4.03 6.73-6.9 10.32-9.54-.23-1.54.17-3.2 1.53-4.55.75-.74 1.56-1.47 2.39-2.19 3.08-2.71 6.4-5.16 9.77-7.53 7.75-5.92 15.58-11.63 24.08-16.57 10.7-6.22 22.68-10.77 33.79-16.23 5.3-2.6 11.45-4.2 17.28-5.07 7.39-1.1 14.59-3.22 21.95-4.48 11.99-2.05 24.25-3.35 35.48 2.04 1.36.65 2.17 1.66 2.58 2.79 1.79.49 2.66 1.16 4.09 2.61 1.7 1.73 2.6 3.42 3.19 5.74.77 3.07-1.25 4.93-3.68 5.29-.04.18-.11.36-.17.53-.04.1-.07.2-.12.3-.07.15-.14.29-.23.43-.09.15-.19.29-.29.43-.08.1-.15.21-.24.31-.22.25-.46.48-.75.71-.34.26-.68.46-1.03.63-.07.03-.15.05-.22.08q-.42.18-.84.27c-.05.01-.1.01-.15.02-.31.05-.61.07-.91.06h-.05c-.33-.02-.65-.08-.97-.17-1.57.54-3.27.9-4.94 1.23-.99-.87-2.43-1.1-3.76-.68-10.59 3.28-21.5 5.31-32.24 7.97-9.98 2.47-19.49 5.8-28.98 9.75-9.7 4.03-19.29 8.32-28.57 13.23-9.45 5-18.36 10.71-27 17-5.45 3.97-10.99 7.81-16.58 11.59-2.37.83-4.74 1.22-6.99.86-6.14-.98-10.26-11.62-7.74-16.86" class="st1"/><path d="M198.55 447.18c-.52-2.31-1.24-3.1-.51-5.82.01-.03.52-2.79.53-2.82-.6-4.33.6-8.71.36-13.07-.41-7.4.26-12.71 3.85-18.77-1.48-.4-.28-2.28-.69-3.79 7.47-13.95 15.05-27.88 25.48-39.87 2.22-2.03 4.51-3.99 6.84-5.91 8.29-6.83 17.62-12.67 28.58-14.41 1.52-.24 3.23-1.72 3.6-2.85 1.52-.15 2.42-1.92 3.97-1.77 1.53.15 2.65-.55 3.29-1.56 1.19.58 1.99 1.7 2.33 2.99 4.82-.75 9.7-.84 14.46-1.72.81-2.51 3.35-4.55 6.54-3.38 1.06.39 2.18.72 3.31 1.01 2.9-.55 5.81-.9 8.93-1.05 4.3-.2 7.72.46 11.77 2.18.83.35 1.61.78 2.38 1.25.05.01.09 0 .14.01 8.48 1.27 15.76 5.91 23.15 9.86 5.79 3.1 12.43 6.63 16.97 11.38 4.58 4.79 9.01 10.07 13.07 15.53 3.08 2.93 6.13 5.91 9.11 8.89 2.19 2.19 4.01 4.71 5.84 7.23-1.27.95-1.65 2.77-1.13 4.26 2.04 5.84 3.47 11.87 5.51 17.71.38 1.1 1.32 1.76 2.38 2.01-.72 3.56-1.61 7.23-1.83 11.08-.37 6.45-12.7 6.79-12.33.38.15-2.61 2.29-6.98 2.8-9.56.04-.21.1-.42.16-.63-.48-.31-.95-.71-1.38-1.26-.45-.57-.88-1.17-1.3-1.78-6.11-7.46-14.46-5.21-23.22-6.83-8.37-1.55-17.76-.66-26.03 1.14-4.09.89-8.21 1.2-12.32 1.93-3.85.69-7.34 2.67-11.05 3.85-8.31 2.65-16.35 5.61-24.14 9.59-15.98 8.17-31.57 17.43-46.27 27.68-6.69 4.66-11.37 9.39-15.17 16.64-1.91 3.63-5.82 9.18-3.59 13.45.54.75 1.08 1.51 1.56 2.3 1.83 2.31 3.95 4.22 5.01 7.33 1.04 3.06-.63 6.39-3.99 6.87-4.35.62-7.58-.09-9.28-3.4-1.35.04-1.61-2.72-2.86-4.06-3.91-4.21-7.65-8.76-6.65-14.3-.82-.7-1.38-1.71-1.43-3.06-.12-3.03-2.1-1.96-2.64-5.1-.36-1.18-.83-4.24-1.27-5.45-1.31-3.52-.37-9.32-1.25-12.98-.27-.98-1.85-.62-1.59-1.35m20.26-25.45c2.24 2.73 4.01 1.62 6.87.19 3-1.5 5.7-3.54 8.49-5.38 12.01-7.94 24.08-16 37.3-21.89 13.51-6.02 27.38-12.26 41.97-15.16 6.4-1.28 12.79-2.56 18.86-5.26 4.8-2.13 13.75-4.2 15.11-9.81.03-.94.05-1.87.01-2.8-1.43-.97-2.86-1.9-4.26-2.71-3.19-1.85-6.77-3.05-10.11-4.6-.77-.36-1.52-.75-2.25-1.15-2.38-.72-4.54-1.9-6.65-3.16-3.63-1.01-7.48-1.6-10.83-2.19-4.03-.71-8.32.55-12.54-.31-1.51.4-3.11-.96-4.64-.51-4.09 1.2-8.46 1.39-12.68 1.8-9.53.92-18.43 3.09-25.98 9.21-3.98 3.23-8.41 5.7-12.39 8.87-4 3.2-7.2 7.15-11.24 10.36-8.62 6.85-10.03 15.32-14.72 24.53-.21.42-.44.83-.66 1.24-1.16 4.73-2.79 14.9.34 18.73" class="st5"/><path d="m409.44 436.59 78.57 130.21-17.37-7.08-75.68-131.24z" class="st1"/><path d="M183.48 453.83c-.05-.01-.1-.02-.13-.03.03 0 .07.02.13.03m-.13-.03c-.06-.02-.05-.02 0 0m.33.08c-.01 0-.01 0-.02-.01.15.04.23.07.02.01m-.08-.02c-.04-.01-.09-.02-.12-.03zm.06.02c-.02 0-.04-.01-.06-.01.02 0 .04 0 .06.01" class="st7"/><path d="M248.48 349.22s-16.53 31.6 1.99 81.81c0 0-47.59 28.61-39.05 54.55 0 0-34.94-53.45 7.47-108.69 23.14-30.15 29.59-27.67 29.59-27.67" class="st1"/><path d="M221.79 415.65c2.23-3.37 4.13-6.94 5.62-10.7 1.35-3.4 2.21-7 3.88-10.26 1.31-2.55 3.11-4.83 4.84-7.09 2.02-2.63 4.12-5.17 6.46-7.52 4.97-4.99 10.61-9.33 16.51-13.16 5.67-3.68 11.7-7.14 18.22-9.04 2.78-.81 5.63-1.39 8.49-1.88 5.49.52 10.98 1.72 16.01 2.53 10.84 1.74 22.15 2.34 32.77 5.33 3.5.99 3.81 4.36 2.32 6.81-.06 2.18-1.38 4.25-4.22 4.51-1.64.15-3.28.45-4.9.83-.86-1.76-2.77-2.24-4.56-1.75-8.13 2.22-16.26 4.43-24.3 6.93-7.22 2.25-14.42 4.68-21.36 7.67-6.55 2.82-12.77 6.42-18.74 10.31-2.25 1.47-4.46 2.99-6.65 4.54-2.48 1.19-4.9 2.5-7.2 4.01-3.74 2.45-7.51 4.97-11.08 7.68-3.23 2.46-5.38 4.96-9.64 3.5-1.39-.48-2.31-1.61-2.77-2.92.11-.09.21-.19.3-.33" fill="@{peach}"/><path d="M238.86 399.53c2.15 1.74 9.65-4.05 19.22-11.75 9.5-7.73 17.44-14.65 15.36-16.97-2.01-2.32-13.38 1.38-22.95 9.73-9.65 8.31-13.72 17.31-11.63 18.99" fill="@{light-peach}"/><path d="M218.24 402.89c1.12-3.17 1.87-6.85 3.7-9.71 1.79-2.8 4.27-5.36 6.17-8.11 7.71-11.16 20.45-21.69 32.45-28.04 13.49-7.14 29.39-8.63 44.43-8.88 6.89-.12 14.12.6 20.69 2.92 6.75 2.38 15.43 5.86 20.41 11.09 4.44 4.67-3.52 10.76-7.92 6.13-2.28-2.4-6.25-3.23-9.15-4.57-2.69-1.24-5.32-2.7-8.12-3.62-5.37-1.77-11.57-2.14-17.17-2-12.45.31-25.7 1.57-37.03 7.07-9.84 4.78-18.17 12.64-25.93 20.21-3.59 3.5-7.16 8.54-9.85 12.83-1.62 2.58-2.41 5.56-3.39 8.43-.51 1.51-1.15 2.97-1.43 4.56-.17.97.3 4.6-.76 2.93 3.43 5.4-4.46 11.58-7.92 6.13-3.4-5.36-1.12-11.86.82-17.37" fill="@{dark-peach}"/><g id="XMLID_00000149360306420226150450000000532436664758415795_"><path d="M296.18 394.75c-8.2 3.21-16.02 6.5-23.39 9.86-1.78.81-2.76 2.43-2.27 3.69.54 1.38 2.63 1.78 4.57.9 7.2-3.27 14.81-6.47 22.8-9.6 1.93-.76 3.1-2.47 2.58-3.82v-.01c-.51-1.29-2.42-1.75-4.29-1.02m-75.07 30.32c-1.31 0-2.63-.35-3.83-1.05-2.78-1.62-4.2-4.7-3.61-7.85 5.4-28.96 24.9-52.83 52.15-63.86 26.35-10.66 56.21-7.59 79.88 8.23 2.71 1.81 3.94 5.01 3.14 8.17-.79 3.13-3.37 5.34-6.58 5.65-18.42 1.75-40.3 7.66-61.61 16.64-21.18 8.93-40.61 20.39-54.71 32.28a7.44 7.44 0 0 1-4.83 1.79m76.86-74.72c-10.33 0-20.7 1.96-30.55 5.95-25.89 10.48-44.41 33.16-49.54 60.67-.38 2.05 1.09 3.08 1.55 3.35.97.56 2.45.77 3.74-.31 14.42-12.16 34.23-23.86 55.81-32.96 21.7-9.15 44.03-15.17 62.87-16.96 2.1-.2 2.7-1.91 2.83-2.43.27-1.09.06-2.59-1.37-3.55a81.6 81.6 0 0 0-45.34-13.76" class="st4"/><path d="m225.17 422.05-4.23-.76c5.03-28.08 22.97-50.86 48-60.95 24.27-9.79 52.4-6.31 75.24 9.29l-2.42 3.55c-21.65-14.79-48.27-18.1-71.21-8.85-23.65 9.53-40.61 31.11-45.38 57.72m89.82 233c-7.71 0-13.09-1.72-14.77-5.71-2.39-5.68 3.1-13.48 16.32-23.2 12.1-8.9 29.22-18.2 48.2-26.2 35.13-14.81 75.26-23.94 80.42-11.69 2.39 5.68-3.1 13.48-16.32 23.2-12.1 8.9-29.22 18.2-48.2 26.2-23.7 10-49.67 17.4-65.65 17.4m115.73-68.25c-12.6 0-35.53 4.96-64.31 17.1-18.68 7.87-35.49 17-47.32 25.71-12.69 9.33-15.96 15.57-14.91 18.07 2.63 6.22 32.35 3.92 74.8-13.97 18.68-7.87 35.48-17 47.32-25.71 12.69-9.33 15.96-15.57 14.91-18.07-.85-2.01-4.51-3.13-10.49-3.13" class="st4"/><circle cx="314.22" cy="497.69" r="3.11" class="st4"/><circle cx="345.85" cy="576.39" r="3.11" class="st4"/><path d="M315.8 669.95c-4.59 0-8.64-.42-12.03-1.29l-.01.01-1.3-.38c-.57-.18-1-.32-1.41-.48l-.46-.19c-.52-.22-.87-.37-1.2-.52-.22-.1-.42-.21-.63-.32-.31-.17-.62-.34-.91-.51-.2-.12-.4-.25-.59-.39-.27-.18-.54-.38-.8-.58-.18-.14-.36-.29-.53-.44-.25-.22-.49-.46-.72-.7-.19-.2-.32-.33-.43-.46-.24-.28-.45-.57-.66-.87-.14-.2-.23-.31-.3-.43-.29-.46-.54-.94-.75-1.43-6.86-16.28 30.89-43.65 71.35-60.71l1.02-.42c17.51-7.3 34.79-12.58 50-15.28l.2-.03c1.08-.19 2.12-.36 3.13-.52 1.16-.18 2.21-.33 3.24-.46l.23-.03c.94-.12 1.93-.24 2.9-.34l.22-.02c.99-.1 1.91-.19 2.81-.26l.37-.02c.86-.06 1.72-.12 2.55-.16l.25-.01c.98-.04 1.78-.07 2.55-.08h.5c.74-.01 1.47-.01 2.18.01l.58.02c.67.02 1.33.04 1.97.08l.64.05c.61.04 1.21.09 1.79.15l.71.09c.55.07 1.09.13 1.6.22l.96.17c.41.07.82.15 1.2.24.17.04.34.08.51.13l.47.12c.35.09.71.18 1.04.27q.285.09.54.18l.44.15c.31.1.62.2.91.32.19.07.38.15.56.24l.45.2c.25.1.5.21.73.33.2.1.39.21.58.32l.38.22c.21.11.42.23.61.36.2.13.39.27.57.41l.17.12c.34.24.52.37.68.51.21.18.39.36.58.55l.15.15c.25.24.39.37.51.51.23.26.43.54.63.82.21.27.3.39.39.53.31.48.57.99.79 1.51.21.49.37.99.5 1.51l.02.07c0 .02.01.03.01.05l.03.15c.02.12.04.24.05.36l.05.28c.05.3.1.6.12.9l.01.1v.15c.01 0 .01.19 0 .38v.36c0 .24.01.47-.01.72l-.03.25c0 .09-.03.28-.06.48l-.05.38c-.03.22-.05.43-.1.65l-.06.25c-.03.14-.08.35-.14.55l-.1.39c-.05.19-.1.39-.16.58l-.09.24c-.07.21-.15.41-.23.62l-.15.4q-.09.27-.21.54l-.12.26c-.12.28-.26.55-.39.81l-.12.26c-.07.16-.14.31-.23.47l-.14.25c-.18.33-.33.57-.47.82l-.6 1.01-1.89-1.03 1.76 1.24-.93 1.39c-.32.45-.67.91-1.02 1.37l-.37.5c-.35.44-.72.89-1.1 1.33l-.47.57c-.45.52-.93 1.04-1.41 1.56l-.34.37c-.51.54-1.06 1.1-1.62 1.66l-.27.28c-.58.57-1.2 1.16-1.83 1.75l-.19.19c-.64.6-1.3 1.18-1.97 1.77l-.26.23c-.68.6-1.41 1.21-2.16 1.83l-.17.14c-.78.65-1.6 1.3-2.43 1.95-13.32 10.45-31.77 20.87-52 29.4-26.92 11.25-52.79 17.6-70.57 17.6m-11.8-5.68.13.04c15.14 4.35 47.5-2.08 80.53-15.99 19.89-8.39 37.99-18.6 50.96-28.78.86-.68 1.65-1.31 2.41-1.93.87-.73 1.57-1.32 2.25-1.91l.26-.23c.62-.54 1.25-1.11 1.85-1.66l.17-.16c.63-.59 1.22-1.15 1.78-1.7l1.66 1.38-1.4-1.64c.53-.52 1.04-1.05 1.53-1.56l.32-.36c.43-.47.88-.95 1.29-1.43l.38-.46c.4-.48.75-.88 1.06-1.28l.34-.46c.32-.41.63-.82.92-1.22l1.4-2.18c.2-.33.32-.54.43-.75l.43-.85c.13-.26.24-.47.33-.68l.41-1.03c.06-.14.11-.29.16-.43l.08-.22c.01-.05.04-.15.06-.25l.14-.51c.03-.13.07-.25.1-.38l.06-.22.02-.2.14-1.04c-.01 0-.01-.1-.01-.2v-.56l-.01-.08v-.23c-.01-.07-.04-.22-.06-.36l-.11-.66c-.07-.29-.16-.57-.28-.84-.13-.3-.28-.59-.46-.87l-.2-.26c-.18-.26-.29-.41-.41-.55l-.51-.5c-.09-.09-.18-.19-.28-.27-.06-.06-.15-.11-.23-.17l-.46-.34c-.09-.07-.18-.14-.29-.21-.1-.07-.22-.13-.34-.2l-.5-.28c-.11-.06-.21-.13-.33-.18-.15-.08-.32-.14-.48-.21l-.55-.24c-.11-.05-.22-.1-.33-.14-.23-.09-.46-.16-.7-.24l-.87-.29c-.26-.08-.55-.15-.84-.22l-.89-.23c-.33-.07-.68-.14-1.03-.2l-.88-.16c-.47-.08-.95-.13-1.43-.19l-.65-.09c-.53-.05-1.08-.1-1.64-.14l-.61-.05c-.59-.04-1.21-.06-1.83-.07l-.54-.02c-.67-.02-1.36-.01-2.05-.01h-.27c-.93.01-1.69.04-2.45.07l-.24.01c-.96.05-1.78.1-2.61.16l-.28.02c-.94.07-1.82.15-2.72.25l-.49-2.11.23 2.13c-.93.1-1.88.21-2.85.34-1.17.15-2.18.3-3.21.46-1.14.18-2.22.36-3.3.55l-.19.03c-14.87 2.66-31.78 7.83-48.91 14.98l-1.03.43c-46.18 19.47-73.46 44.65-69.07 55.08.12.29.27.56.44.83l.19.26c.12.17.24.34.38.51l.18.19c.25.25.39.4.56.55.12.1.23.2.35.29.18.14.36.28.56.41.14.09.28.19.42.27.22.13.45.26.68.38.16.09.32.17.48.25.26.12.54.24.82.36l.51.21c.34.13.69.24 1.05.35zm148.79-59.5.23.12-.26-.2zm-218.25-14.29c-.94 0-1.81-.63-2.07-1.58-6.67-24.42 33.11-62.51 90.56-86.73 59.57-25.11 112.28-26.9 125.33-4.25.59 1.03.24 2.34-.79 2.93s-2.34.24-2.93-.79c-11.76-20.41-63.32-17.81-119.94 6.06-59.21 24.96-93.35 62.36-88.08 81.64.31 1.14-.36 2.32-1.51 2.64-.19.05-.38.08-.57.08m139.54-210.01c-1.01 0-1.91-.72-2.11-1.75-.22-1.17.55-2.29 1.72-2.51l19.74-3.7a2.14 2.14 0 0 1 2.5 1.71c.22 1.17-.55 2.29-1.72 2.51l-19.74 3.7c-.12.03-.26.04-.39.04" class="st4"/><path d="M403.14 384.74c-.67 0-1.35-.06-2.02-.18-3.04-.53-5.69-2.22-7.47-4.74-3.66-5.21-2.39-12.44 2.82-16.1 2.53-1.77 5.59-2.46 8.63-1.92 3.04.53 5.69 2.22 7.47 4.74 1.77 2.53 2.46 5.59 1.92 8.63-.53 3.04-2.22 5.69-4.74 7.47-1.96 1.38-4.25 2.1-6.61 2.1m-5.97-7.39a7.2 7.2 0 0 0 4.69 2.98c1.91.34 3.84-.09 5.42-1.21a7.18 7.18 0 0 0 2.98-4.69c.34-1.91-.09-3.84-1.21-5.42a7.2 7.2 0 0 0-4.69-2.98 7.27 7.27 0 0 0-5.43 1.21c-3.26 2.29-4.06 6.83-1.76 10.11m-209.26 82.18a2.146 2.146 0 0 1-1.18-3.94l16.81-10.99a2.146 2.146 0 0 1 2.35 3.59l-16.81 10.99c-.36.23-.77.35-1.17.35" class="st4"/><path d="M180.17 474.32c-2.44 0-4.81-.77-6.81-2.24a11.44 11.44 0 0 1-4.58-7.56c-.47-3.05.28-6.1 2.11-8.59a11.5 11.5 0 0 1 7.57-4.59c3.06-.47 6.1.28 8.59 2.11a11.44 11.44 0 0 1 4.58 7.56c.47 3.05-.28 6.1-2.11 8.59a11.44 11.44 0 0 1-7.57 4.58c-.59.09-1.19.14-1.78.14m.04-18.83c-.37 0-.74.03-1.12.09a7.23 7.23 0 0 0-4.76 2.88c-1.15 1.56-1.62 3.48-1.32 5.4s1.32 3.61 2.88 4.76a7.16 7.16 0 0 0 5.4 1.32 7.23 7.23 0 0 0 4.76-2.88 7.18 7.18 0 0 0 1.32-5.4 7.18 7.18 0 0 0-2.88-4.75 7.14 7.14 0 0 0-4.28-1.42m177.46 128.88c-.85 0-1.66-.51-1.99-1.35l-54.1-134.63a2.145 2.145 0 1 1 3.98-1.6l54.1 134.63c.44 1.1-.09 2.35-1.19 2.79-.26.11-.54.16-.8.16" class="st4"/><path d="M300.04 694.57c-22.59 0-38.7-5.95-43.78-17.99l-.08-.22-1.41-4.74-38.91-143.97c-4.4-10.69 2.12-25.03 18.38-40.39 15.81-14.94 39.1-29.31 65.57-40.47 56.08-23.64 107.18-25.22 116.5-3.64l75.84 128.31 2.76 4.41c5.31 12.6-2.46 29.61-21.87 47.9-18.9 17.81-46.72 34.96-78.35 48.29-35.43 14.93-69.16 22.5-94.65 22.51m-39.78-19.56c9.85 22.91 69.33 19.83 132.75-6.9 31.17-13.14 58.55-29.99 77.08-47.46 17.67-16.65 25.28-32.29 20.93-42.95l-2.55-4.02-76.06-128.72c-7.95-18.86-58.75-16.21-110.94 5.79-26.01 10.96-48.85 25.04-64.29 39.63-14.71 13.9-21.02 26.93-17.31 35.74l.09.27 38.94 144.05z" class="st4"/><path d="M231.87 493.12c-5.42-1.89-9.02-4.85-10.69-8.81-1.53-3.62-1.35-7.81.54-12.45 6.69-16.45 34.91-37.46 70.23-52.28 46.74-19.62 88.88-21.92 95.93-5.25 2 4.72 1.09 10.34-2.71 16.72l-3.69-2.19c3.05-5.14 3.88-9.46 2.44-12.86-5.27-12.45-42.82-12.4-90.32 7.54-34.33 14.41-61.62 34.48-67.91 49.94-1.44 3.55-1.63 6.63-.56 9.16 1.18 2.79 3.92 4.95 8.15 6.43z" class="st4"/><path d="m226.41 502.31-1.5-.59c-8.94-3.5-15.84-10.32-19.44-19.2l-4.09-10.11.06-.03c-8.97-25.04-8.06-52.19 2.61-76.66 10.95-25.11 30.96-44.59 56.36-54.87 52.2-21.12 112.65 3.82 134.75 55.59l.86 2.02-.11.04 2.42 5.98a34.6 34.6 0 0 1-.99 28.12l-.74 1.51-1.64-.35c-21.81-4.64-57.63 1.86-93.5 16.98-32.66 13.76-60.35 32.57-74.08 50.3zm-20.15-29.27 3.19 7.87c2.95 7.29 8.45 12.99 15.57 16.2 14.48-17.9 42.26-36.62 74.78-50.33 35.73-15.06 71.62-21.71 94.37-17.56 3.11-7.36 3.19-15.7.19-23.13l-4.04-9.98h.01c-21.88-48.26-78.94-71.26-128.31-51.28-49.89 20.19-74.96 77.54-55.89 127.84zm93.23 221.52c-23.35 0-38.75-6.28-43.66-17.92-10.83-25.69 33.2-67.94 100.22-96.2 67.03-28.25 128.02-30.26 138.85-4.58 5.31 12.59-2.46 29.61-21.87 47.9-18.9 17.81-46.72 34.96-78.35 48.29s-63.34 21.28-89.28 22.37c-2.03.1-4 .14-5.91.14m151.94-132.19c-25.19 0-59.2 7.49-93.71 22.03-62.65 26.41-107.5 67.89-97.94 90.57 4.5 10.66 21.05 16.18 45.43 15.17 25.44-1.07 56.62-8.89 87.79-22.03s58.55-29.99 77.08-47.46c17.75-16.73 25.36-32.45 20.86-43.11-4.29-10.19-18.97-15.17-39.51-15.17" class="st4"/></g></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
// bottom right loading spinner icon
#nprogress .spinner-icon {
border-top-color: @accent-color;
border-left-color: @accent-color;
}
// top progress bar when loading a new page
#nprogress .peg {
box-shadow:
0 0 10px @accent-color,
0 0 5px @accent-color;
}
// toast
.Toastify__close-button {
color: @text;
}
[data-testid="toast"] > div > span {
color: @text !important;
}
// remove filter badge
li[class^="AppFilterBarCommon_current"]:hover {
& a::after,
& > span::after {
color: darken(@red, 25%);
}
}
// news fire icon
@newstype: {
hottest: @peach;
hot_: @yellow;
luke: @text;
};
each(@newstype, {
[class^="NewsForListMeta_@{key}"]{
color: @value
}
})
// current page nummber
[class*="Pagination_current"] {
color: @subtext0;
}
// full screen screenshot button
[class^="ImageCollection-modern_expandImage"] {
background: fade(@text, 80%) !important;
svg {
color: @crust !important;
}
& when (@lookup = latte) {
background: fade(@crust, 80%) !important;
svg {
color: @text !important;
}
}
}
// social icons
// rrs
svg[color="#f26522"] {
color: @peach !important;
}
// "Share on" icons
@socialapps: {
facebook: @blue;
reddit: @peach;
};
[class^="ShareButtons_shareButtons"] {
each(@socialapps, {
[title="Share on @{key}"] > svg{
color: @value !important;
}
});
}
// AppStores & Other Links
[class*="Button_black"],
[class^="AppExternalLinks_appstoreWrapper"] {
background: @crust;
color: @text;
&:hover {
background: @base;
}
[src$="ms-store.svg"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" width="95" height="24" fill="none" cursor="default"><path fill="@{red}" d="M11.48.853H.738v10.743h10.744V.853Z"/><path fill="@{green}" d="M23.34.853H12.596v10.743H23.34z"/><path fill="@{blue}" d="M11.48 12.699H.738v10.743h10.744V12.7Z"/><path fill="@{yellow}" d="M23.34 12.699H12.596v10.743H23.34z"/><path fill="@{text}" d="M44.045 12.955c0-.32.115-.577.346-.795s.5-.32.82-.32c.334 0 .616.115.834.333s.333.487.333.782c0 .308-.115.577-.346.782-.23.218-.5.32-.833.32-.334 0-.603-.102-.834-.32a1.1 1.1 0 0 1-.32-.782m2.115 10.487h-1.91v-8.14h1.91zm5.82-1.397c.283 0 .603-.064.95-.192a3.8 3.8 0 0 0 .948-.526v1.782c-.307.18-.654.308-1.038.397-.385.09-.82.142-1.282.142-1.193 0-2.167-.385-2.923-1.142s-1.129-1.73-1.129-2.897q0-1.962 1.154-3.23c.77-.847 1.846-1.27 3.257-1.27.359 0 .718.051 1.09.141.371.09.653.205.871.32v1.834a3.8 3.8 0 0 0-.91-.5 2.7 2.7 0 0 0-.949-.18c-.756 0-1.359.244-1.833.731-.462.487-.693 1.154-.693 1.987 0 .82.218 1.462.667 1.923s1.052.68 1.82.68m7.347-6.872c.154 0 .295.013.41.026.116.025.231.051.308.077v1.936a1.5 1.5 0 0 0-.436-.206 2.2 2.2 0 0 0-.705-.102c-.474 0-.872.192-1.192.59s-.487 1-.487 1.833v4.115h-1.91v-8.14h1.91v1.281h.025c.18-.448.436-.794.795-1.038s.782-.372 1.282-.372m.821 4.321c0-1.346.384-2.41 1.14-3.206.757-.782 1.821-1.179 3.167-1.179 1.27 0 2.27.385 2.987 1.141s1.077 1.782 1.077 3.064c0 1.32-.384 2.372-1.14 3.154-.757.782-1.796 1.167-3.103 1.167-1.257 0-2.27-.372-3-1.116-.757-.73-1.129-1.743-1.129-3.025Zm2-.064c0 .846.192 1.5.576 1.948.385.449.936.667 1.654.667.692 0 1.231-.218 1.59-.667.359-.448.551-1.115.551-2 0-.872-.192-1.538-.564-1.987s-.91-.667-1.59-.667c-.705 0-1.243.231-1.64.706-.385.474-.578 1.128-.578 2Zm9.218-1.988c0 .27.09.487.256.641.18.154.564.346 1.154.59q1.155.462 1.615 1.039.462.576.462 1.384 0 1.155-.885 1.846-.885.693-2.385.692a5.2 5.2 0 0 1-1.115-.128 5.3 5.3 0 0 1-1.038-.307v-1.885a4.5 4.5 0 0 0 1.128.577c.397.141.77.218 1.09.218.436 0 .756-.064.961-.18q.308-.172.308-.615a.82.82 0 0 0-.32-.667c-.219-.18-.616-.397-1.219-.628q-1.057-.442-1.5-1c-.294-.372-.448-.846-.448-1.41 0-.73.295-1.333.871-1.808.577-.474 1.334-.705 2.27-.705.282 0 .602.026.961.09.36.064.654.14.885.243v1.82a4.7 4.7 0 0 0-.885-.435 3.1 3.1 0 0 0-1-.18c-.359 0-.654.078-.846.218a.67.67 0 0 0-.32.59m4.333 2.052c0-1.346.384-2.41 1.14-3.206.757-.782 1.821-1.179 3.167-1.179 1.27 0 2.27.385 2.988 1.141s1.076 1.782 1.076 3.064c0 1.32-.384 2.372-1.14 3.154-.757.782-1.795 1.167-3.103 1.167-1.257 0-2.27-.372-3-1.116-.757-.73-1.128-1.743-1.128-3.025m1.987-.064c0 .846.192 1.5.577 1.948.384.449.936.667 1.654.667.692 0 1.23-.218 1.59-.667.358-.448.55-1.115.55-2 0-.872-.192-1.538-.563-1.987-.372-.449-.91-.667-1.59-.667-.705 0-1.244.231-1.641.706-.385.474-.577 1.128-.577 2m12.705-2.552v4.18c0 .872.205 1.512.603 1.948.397.436 1.012.641 1.82.641.27 0 .551-.025.833-.09.282-.063.488-.115.603-.192v-1.59a1.7 1.7 0 0 1-.41.193 1.3 1.3 0 0 1-.398.077c-.384 0-.68-.103-.859-.308-.18-.205-.269-.564-.269-1.064v-3.808h1.949v-1.564h-1.936v-2.41l-1.923.59v1.833h-2.86v-.987c0-.487.103-.86.321-1.116s.526-.371.924-.371a1.8 1.8 0 0 1 .884.217v-1.653a2.4 2.4 0 0 0-.474-.103 4.4 4.4 0 0 0-.616-.038c-.871 0-1.59.269-2.14.82-.552.552-.834 1.244-.834 2.103v1.128H84.25v1.564h1.359v6.577h1.936v-6.577zm-47.987-4.795v11.36h-1.975v-8.898h-.025l-3.526 8.897H35.57l-3.615-8.897h-.026v8.897h-1.82V12.083h2.82l3.27 8.423h.05l3.45-8.423zm-7.116-4.91q-1.02.577-2.307.577c-.654 0-1.231-.141-1.744-.436a2.9 2.9 0 0 1-1.167-1.218 3.8 3.8 0 0 1-.41-1.77c0-.691.154-1.32.449-1.858a3.2 3.2 0 0 1 1.27-1.282c.55-.308 1.166-.462 1.858-.462.346 0 .692.039 1.038.103s.629.154.847.256V2.11c-.513-.346-1.167-.513-1.962-.513-.474 0-.897.116-1.282.346-.384.231-.68.552-.884.949q-.308.615-.308 1.385c0 .807.218 1.448.64 1.923.424.474 1.014.705 1.757.705.475 0 .898-.09 1.257-.282V4.865h-1.45V4.02h2.398zm5.526-1.705h-3.359c.013.487.167.859.423 1.128.27.257.616.398 1.051.398.578 0 1.078-.167 1.513-.5v.82a2.4 2.4 0 0 1-.73.32 3.6 3.6 0 0 1-.91.116c-.731 0-1.308-.218-1.706-.654s-.602-1.051-.602-1.846c0-.487.102-.936.294-1.32a2.2 2.2 0 0 1 .821-.924 2.17 2.17 0 0 1 1.167-.333c.628 0 1.128.205 1.487.615s.538.975.538 1.706v.474zm-.936-.73c0-.424-.102-.744-.295-.962-.192-.218-.461-.334-.82-.334q-.48 0-.846.346c-.244.231-.385.552-.462.95zm4.577 2.845a1.1 1.1 0 0 1-.372.116 2.6 2.6 0 0 1-.423.038c-.897 0-1.346-.5-1.346-1.487V3.558h-.82v-.77h.82V1.635l.936-.295v1.436h1.192v.769H43.25v2.538c0 .32.051.552.154.68.102.128.282.192.551.192.18 0 .346-.051.487-.154v.782zm4.641-6.513a.53.53 0 0 1-.166.398.57.57 0 0 1-.423.167.57.57 0 0 1-.423-.167.52.52 0 0 1-.167-.41.53.53 0 0 1 .18-.41.62.62 0 0 1 .41-.167.56.56 0 0 1 .41.166c.128.129.18.257.18.423Zm-.128 6.565h-.936V2.788h.936zm4.064-.052a1.1 1.1 0 0 1-.371.116 2.6 2.6 0 0 1-.424.038c-.897 0-1.346-.5-1.346-1.487V3.558h-.82v-.77h.82V1.635l.936-.295v1.436h1.193v.769h-1.193v2.538c0 .32.052.552.154.68s.282.192.551.192c.18 0 .347-.051.488-.154v.782zM59.16 1.25a1.1 1.1 0 0 0-.512-.128c-.526 0-.782.32-.782.961v.693h1.102v.769h-1.102v4.077h-.936V3.558h-.82v-.77h.82v-.743c0-.513.14-.923.436-1.23.295-.309.692-.462 1.205-.462.256 0 .449.025.602.09v.807zm3.449 2.474a1 1 0 0 0-.282-.115c-.128-.026-.244-.051-.333-.051-.334 0-.603.154-.808.448q-.308.443-.308 1.154v2.475h-.936V2.788h.936v.975h.026c.102-.333.27-.59.487-.782a1.1 1.1 0 0 1 .757-.282c.192 0 .346.025.448.064v.961zm5.346 1.462c0 .782-.23 1.41-.68 1.872-.448.461-1.05.692-1.794.692-.73 0-1.32-.23-1.756-.68q-.654-.672-.654-1.807c0-.808.23-1.436.68-1.898q.672-.692 1.845-.692c.731 0 1.308.218 1.718.667.436.448.641 1.064.641 1.846m-.961.026c0-.577-.128-1.013-.372-1.308-.256-.295-.603-.449-1.064-.449s-.833.154-1.103.475c-.269.307-.397.756-.397 1.32 0 .551.128.974.397 1.282.27.308.629.462 1.103.462s.833-.154 1.077-.45c.23-.32.359-.756.359-1.332m9.333 2.423h-.936V4.878c0-.5-.077-.859-.23-1.09-.155-.23-.424-.333-.796-.333-.307 0-.577.141-.782.423-.218.282-.32.628-.32 1.013v2.744h-.936V4.788c0-.884-.346-1.333-1.026-1.333-.32 0-.59.141-.795.41q-.307.405-.307 1.039v2.743h-.936V2.788h.936v.757h.012c.347-.59.86-.872 1.513-.872.308 0 .59.09.846.257.244.166.424.41.539.717.192-.333.41-.576.68-.743.269-.154.576-.244.935-.244 1.064 0 1.59.654 1.59 1.975v3z"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
[src$="android-store.svg"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" width="117" height="30" fill="none" cursor="default"><path fill="@{text}" stroke="#fff" stroke-miterlimit="10" stroke-width=".2" d="M37.92 5.74a2.7 2.7 0 0 1-.75 2 2.9 2.9 0 0 1-2.2.89 3.15 3.15 0 0 1-2.21-5.37 3 3 0 0 1 2.21-.9 3.1 3.1 0 0 1 1.23.25c.362.146.684.376.94.67l-.53.53a2 2 0 0 0-1.64-.71 2.32 2.32 0 0 0-2.33 2.4 2.36 2.36 0 0 0 4 1.73 1.9 1.9 0 0 0 .5-1.22h-2.17v-.72h2.91q.04.223.04.45Zm4.58-2.5h-2.7v1.9h2.46v.72H39.8v1.9h2.7v.74H39v-6h3.5zm3.28 5.26h-.77V3.24h-1.68V2.5h4.17v.74h-1.72zm4.66 0v-6h.77v6zm4.19 0h-.77V3.24h-1.68V2.5h4.12v.74h-1.67zm9.48-.78a3.12 3.12 0 0 1-4.4 0 3.24 3.24 0 0 1 0-4.45 3.1 3.1 0 0 1 4.4 0 3.23 3.23 0 0 1 0 4.45Zm-3.83-.5a2.31 2.31 0 0 0 3.26 0 2.56 2.56 0 0 0 0-3.44 2.31 2.31 0 0 0-3.26 0 2.56 2.56 0 0 0 0 3.44Zm5.8 1.28v-6h.94l2.92 4.67V2.5h.77v6h-.8l-3.05-4.89V8.5z"/><path fill="@{text}" d="M58.64 17.25a4.25 4.25 0 1 0 4.27 4.25 4.19 4.19 0 0 0-4.27-4.25m0 6.83a2.58 2.58 0 1 1 2.4-2.58 2.46 2.46 0 0 1-2.4 2.58m-9.31-6.83a4.25 4.25 0 1 0 4.26 4.25 4.19 4.19 0 0 0-4.27-4.25zm0 6.83a2.58 2.58 0 1 1 2.39-2.58 2.46 2.46 0 0 1-2.4 2.58zm-11.09-5.52v1.8h4.32a3.77 3.77 0 0 1-1 2.27 4.42 4.42 0 0 1-3.33 1.32 4.8 4.8 0 0 1 0-9.6 4.6 4.6 0 0 1 3.27 1.29l1.27-1.27a6.3 6.3 0 0 0-4.53-1.87 6.61 6.61 0 1 0 0 13.21 6 6 0 0 0 4.61-1.85 6 6 0 0 0 1.56-4.22 6 6 0 0 0-.1-1.13zm45.31 1.4a4 4 0 0 0-3.64-2.71 4 4 0 0 0-4 4.25 4.16 4.16 0 0 0 4.22 4.25 4.23 4.23 0 0 0 3.54-1.88l-1.45-1a2.43 2.43 0 0 1-2.09 1.18 2.16 2.16 0 0 1-2.06-1.29l5.69-2.35zm-5.8 1.42a2.33 2.33 0 0 1 2.22-2.48 1.65 1.65 0 0 1 1.58.9zm-4.62 4.12H75V13h-1.87zm-3.06-7.3H70a3 3 0 0 0-2.24-1 4.26 4.26 0 0 0 0 8.51 2.9 2.9 0 0 0 2.24-1h.06v.61c0 1.63-.87 2.5-2.27 2.5a2.35 2.35 0 0 1-2.14-1.51l-1.63.68a4.05 4.05 0 0 0 3.77 2.51c2.19 0 4-1.29 4-4.43V17.5h-1.72zm-2.14 5.88a2.59 2.59 0 0 1 0-5.16 2.4 2.4 0 0 1 2.27 2.58 2.38 2.38 0 0 1-2.28 2.58zM92.31 13h-4.47v12.5h1.87v-4.74h2.61a3.889 3.889 0 0 0 2.93-6.728A3.9 3.9 0 0 0 92.32 13zm0 6H89.7v-4.26h2.65a2.145 2.145 0 1 1 0 4.29zm11.53-1.8a3.5 3.5 0 0 0-3.33 1.91l1.66.69a1.78 1.78 0 0 1 1.7-.92 1.8 1.8 0 0 1 1.792.931c.114.21.184.441.208.679v.13a4.1 4.1 0 0 0-1.95-.48c-1.79 0-3.6 1-3.6 2.81a2.9 2.9 0 0 0 .969 2.03 2.9 2.9 0 0 0 2.131.72 2.63 2.63 0 0 0 2.4-1.2h.06v1h1.8v-4.81c0-2.19-1.66-3.46-3.79-3.46zm-.23 6.85c-.61 0-1.46-.31-1.46-1.06 0-1 1.06-1.33 2-1.33a3.3 3.3 0 0 1 1.7.42 2.26 2.26 0 0 1-2.19 2zm10.63-6.55-2.14 5.42h-.06l-2.22-5.42h-2l3.33 7.58-1.9 4.21h1.95l5.12-11.79zm-16.81 8h1.87V13h-1.87z"/><path fill="@{sky}" d="M.94 3.04a2 2 0 0 0-.46 1.4v22.12a2 2 0 0 0 .46 1.4l.07.07L13.4 15.65v-.29L1.01 2.97z"/><path fill="@{yellow}" d="m17.5 19.78-4.1-4.13v-.29l4.1-4.14.09.05 4.91 2.79c1.4.79 1.4 2.09 0 2.89l-4.89 2.78z"/><path fill="@{red}" d="M17.62 19.72 13.4 15.5.94 27.96a1.63 1.63 0 0 0 2.08.06l14.61-8.3"/><path fill="@{green}" d="M17.62 11.28 3.01 2.98a1.63 1.63 0 0 0-2.08.06L13.4 15.5z"/><path fill="#000" d="M17.5 19.63 3.01 27.88a1.67 1.67 0 0 1-2 0l-.07.07.07.07a1.66 1.66 0 0 0 2 0l14.61-8.3z" opacity=".2"/><path fill="#000" d="M.94 27.82a2 2 0 0 1-.46-1.4v.15a2 2 0 0 0 .46 1.4l.07-.07zM22.5 16.8l-5 2.83.09.09 4.91-2.78a1.75 1.75 0 0 0 1-1.44 1.86 1.86 0 0 1-1 1.3" opacity=".12"/><path fill="#fff" d="M3.01 3.12 22.5 14.2a1.86 1.86 0 0 1 1 1.3 1.75 1.75 0 0 0-1-1.44L3.01 2.98C1.61 2.19.47 2.85.47 4.45v.15C.5 2.99 1.62 2.33 3.01 3.12" opacity=".25"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
[src$="ios-store.svg"] {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" width="101" height="26" fill="none" cursor="default"><path fill="@{text}" d="M15.539 12.336a4.95 4.95 0 0 1 2.357-4.152 5.07 5.07 0 0 0-3.992-2.157c-1.679-.177-3.307 1.005-4.162 1.005-.873 0-2.19-.988-3.609-.959A5.32 5.32 0 0 0 1.66 8.801c-1.934 3.349-.491 8.27 1.361 10.976.927 1.326 2.01 2.806 3.428 2.754 1.387-.058 1.905-.885 3.58-.885 1.658 0 2.144.885 3.59.851 1.489-.024 2.427-1.331 3.32-2.669a11 11 0 0 0 1.52-3.092 4.78 4.78 0 0 1-2.92-4.4m-2.731-8.089a4.87 4.87 0 0 0 1.114-3.49 4.96 4.96 0 0 0-3.208 1.659 4.64 4.64 0 0 0-1.143 3.361 4.1 4.1 0 0 0 3.237-1.53m20.264 14.928H28.34l-1.137 3.357h-2.005l4.484-12.418h2.083l4.483 12.418h-2.039zm-4.243-1.548h3.752l-1.85-5.448h-.051l-1.85 5.448Zm17.101.379c0 2.813-1.506 4.62-3.779 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484H37.4V13.478h1.8v1.506h.033a3.21 3.21 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622Zm-1.91 0c0-1.833-.948-3.039-2.393-3.039-1.42 0-2.375 1.231-2.375 3.039 0 1.824.955 3.046 2.375 3.046 1.445 0 2.393-1.197 2.393-3.046m11.875 0c0 2.813-1.506 4.62-3.779 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.859V13.478h1.799v1.506h.034a3.21 3.21 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622m-1.91 0c0-1.833-.948-3.039-2.393-3.039-1.42 0-2.375 1.231-2.375 3.039 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046Zm8.495 1.066c.138 1.231 1.335 2.04 2.97 2.04 1.566 0 2.693-.809 2.693-1.919 0-.964-.68-1.541-2.29-1.937l-1.609-.387c-2.28-.551-3.339-1.617-3.339-3.348 0-2.143 1.867-3.614 4.519-3.614 2.624 0 4.423 1.472 4.483 3.614h-1.876c-.112-1.24-1.137-1.987-2.634-1.987s-2.521.757-2.521 1.858c0 .878.654 1.395 2.255 1.79l1.368.336c2.548.603 3.607 1.626 3.607 3.442 0 2.324-1.851 3.779-4.794 3.779-2.754 0-4.614-1.421-4.734-3.667zm11.636-7.736v2.142h1.722v1.472h-1.722v4.991c0 .775.345 1.137 1.102 1.137a6 6 0 0 0 .611-.043v1.463q-.512.095-1.032.086c-1.833 0-2.548-.689-2.548-2.445v-5.19h-1.316v-1.47h1.316v-2.143zm2.719 6.67c0-2.85 1.678-4.64 4.294-4.64 2.625 0 4.295 1.79 4.295 4.64 0 2.856-1.661 4.638-4.295 4.638s-4.294-1.782-4.294-4.638m6.695 0c0-1.955-.895-3.108-2.401-3.108s-2.4 1.162-2.4 3.108c0 1.961.894 3.106 2.4 3.106s2.401-1.145 2.401-3.106m3.426-4.528h1.772v1.541h.044a2.16 2.16 0 0 1 2.177-1.636q.322 0 .637.07v1.738a2.6 2.6 0 0 0-.835-.112 1.873 1.873 0 0 0-1.937 2.083v5.37h-1.858zm13.198 6.395c-.25 1.643-1.85 2.771-3.898 2.771-2.634 0-4.269-1.764-4.269-4.595 0-2.84 1.644-4.682 4.19-4.682 2.506 0 4.081 1.72 4.081 4.466v.636h-6.395v.113a2.358 2.358 0 0 0 2.436 2.564 2.05 2.05 0 0 0 2.09-1.273zm-6.282-2.703h4.526a2.176 2.176 0 0 0-2.22-2.297 2.29 2.29 0 0 0-2.306 2.298ZM28.596.767a2.64 2.64 0 0 1 2.808 2.965c0 1.906-1.03 3.002-2.808 3.002h-2.155V.767zM27.368 5.89h1.125a1.875 1.875 0 0 0 1.967-2.146 1.88 1.88 0 0 0-1.967-2.134h-1.125zm5.082-1.41a2.132 2.132 0 1 1 4.247 0 2.134 2.134 0 1 1-4.247 0m3.333 0c0-.976-.438-1.547-1.208-1.547-.772 0-1.207.571-1.207 1.547 0 .984.435 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55m6.56 2.254h-.922l-.93-3.317h-.07l-.927 3.317h-.913L37.339 2.23h.902l.806 3.436h.067l.926-3.436h.852l.926 3.436h.07l.803-3.436h.889zm2.28-4.504h.856v.716h.066a1.35 1.35 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889V4.042c0-.724-.314-1.084-.972-1.084A1.033 1.033 0 0 0 45.512 4.1v2.635h-.889zM49.864.473h.888v6.26h-.888V.474Zm2.124 4.007a2.133 2.133 0 1 1 4.247 0 2.134 2.134 0 1 1-4.247 0m3.333 0c0-.976-.439-1.547-1.208-1.547-.773 0-1.207.571-1.207 1.547 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55m1.849.98c0-.81.604-1.278 1.676-1.344l1.22-.07v-.389c0-.476-.315-.744-.922-.744-.496 0-.84.182-.939.5h-.86c.09-.773.818-1.27 1.84-1.27 1.128 0 1.765.563 1.765 1.514v3.077h-.855V6.1h-.07a1.52 1.52 0 0 1-1.353.707A1.36 1.36 0 0 1 57.17 5.46m2.895-.385V4.7l-1.1.07c-.62.042-.9.253-.9.65 0 .405.351.64.834.64a1.06 1.06 0 0 0 1.166-.984Zm2.053-.595c0-1.423.732-2.324 1.87-2.324a1.48 1.48 0 0 1 1.38.79h.067V.473h.888v6.26h-.851v-.71h-.07a1.56 1.56 0 0 1-1.415.785c-1.145 0-1.869-.901-1.869-2.328m.918 0c0 .955.45 1.53 1.203 1.53.75 0 1.212-.583 1.212-1.526 0-.938-.468-1.53-1.212-1.53-.748 0-1.203.579-1.203 1.526m6.964 0a2.132 2.132 0 1 1 4.247 0 2.134 2.134 0 1 1-4.247 0m3.333 0c0-.976-.439-1.547-1.208-1.547-.773 0-1.207.571-1.207 1.547 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55m2.107-2.25h.855v.716h.066a1.35 1.35 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889V4.042c0-.724-.314-1.084-.972-1.084A1.033 1.033 0 0 0 76.328 4.1v2.635h-.889zm8.845-1.12v1.14h.976V3h-.976v2.315c0 .472.195.678.637.678q.17 0 .339-.02v.74q-.24.043-.484.046c-.988 0-1.382-.348-1.382-1.216V3h-.714v-.75h.715V1.11h.89Zm2.19-.637h.88v2.481h.07a1.385 1.385 0 0 1 1.374-.806 1.483 1.483 0 0 1 1.55 1.678v2.908h-.889V4.046c0-.72-.335-1.084-.963-1.084a1.052 1.052 0 0 0-1.134 1.142v2.63h-.888zm9.056 5.045a1.83 1.83 0 0 1-1.95 1.303 2.045 2.045 0 0 1-2.08-2.325 2.078 2.078 0 0 1 2.075-2.352c1.253 0 2.01.856 2.01 2.27v.31h-3.18v.05a1.19 1.19 0 0 0 1.199 1.29 1.08 1.08 0 0 0 1.07-.546zm-3.126-1.451h2.275A1.086 1.086 0 0 0 93.57 2.9a1.15 1.15 0 0 0-1.166 1.167Z"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
}
// social networks
@socialnetworks: {
Facebook: @blue;
X: @text;
};
[class^="AppExternalLinks_socialLinksWrapper"] {
each(@socialnetworks, {
[title^="@{key} page"] > svg{
color: @value !important
}
});
}
// yello star (e.g. the level in a user profile)
svg[color="#e39d06"] {
color: @yellow !important;
}
// list like button hover
[class*="LikeButton_likeButton"]:hover [class*="LikeButton_heart"] {
color: @red;
}
// register popup header
.data-collector .header {
color: @overlay2;
}
// danger button (clear all filters)
[class*="Button_danger"] {
background: @red;
border-color: @red;
color: @crust;
}
// warning button
[class*="Button_warning"] {
background-color: @yellow;
border-color: @yellow;
color: @crust;
}
// success button
[class*="Button_success"] {
background-color: @green;
border-color: @green;
color: @crust;
}
// disabled buttons
[class*="Button_button"][disabled] {
background-color: @surface2 !important ;
border-color: @surface2 !important ;
color: @overlay2 !important ;
}
}
}
@-moz-document domain('auth.alternativeto.net') {
@media (prefers-color-scheme: light) {
:root {
#catppuccin(@lightFlavor, @accentColor);
}
}
@media (prefers-color-scheme: dark) {
:root {
#catppuccin(@darkFlavor, @accentColor);
}
}
#catppuccin(@lookup, @accent) {
@rosewater: @catppuccin[@@lookup][@rosewater];
@flamingo: @catppuccin[@@lookup][@flamingo];
@pink: @catppuccin[@@lookup][@pink];
@mauve: @catppuccin[@@lookup][@mauve];
@red: @catppuccin[@@lookup][@red];
@maroon: @catppuccin[@@lookup][@maroon];
@peach: @catppuccin[@@lookup][@peach];
@yellow: @catppuccin[@@lookup][@yellow];
@green: @catppuccin[@@lookup][@green];
@teal: @catppuccin[@@lookup][@teal];
@sky: @catppuccin[@@lookup][@sky];
@sapphire: @catppuccin[@@lookup][@sapphire];
@blue: @catppuccin[@@lookup][@blue];
@lavender: @catppuccin[@@lookup][@lavender];
@text: @catppuccin[@@lookup][@text];
@subtext1: @catppuccin[@@lookup][@subtext1];
@subtext0: @catppuccin[@@lookup][@subtext0];
@overlay2: @catppuccin[@@lookup][@overlay2];
@overlay1: @catppuccin[@@lookup][@overlay1];
@overlay0: @catppuccin[@@lookup][@overlay0];
@surface2: @catppuccin[@@lookup][@surface2];
@surface1: @catppuccin[@@lookup][@surface1];
@surface0: @catppuccin[@@lookup][@surface0];
@base: @catppuccin[@@lookup][@base];
@mantle: @catppuccin[@@lookup][@mantle];
@crust: @catppuccin[@@lookup][@crust];
@accent-color: @catppuccin[@@lookup][@@accent];
color-scheme: if(@lookup = latte, light, dark);
::selection {
background-color: fade(@accent-color, 30%);
}
input,
textarea {
&::placeholder {
color: @subtext0 !important;
}
}
--widget-background-color: @base;
--input-background-color: @base;
--input-border-color: @surface1;
--input-text-color: @text;
--base-focus-color: @accent-color;
--link-color: @accent-color;
--primary-color: @accent-color;
--button-font-color: @crust;
--title-font-color: @text;
--font-default-color: @text;
--font-light-color: @subtext0;
--border-default-color: @surface1;
--social-button-border-color: @surface1;
--secondary-button-text-color: @text;
--transparency-focus-color: fade(@accent-color, 15%);
--icon-default-color: @overlay1;
--gray-lightest: @text;
--error-color: @red;
@error-svg: escape(
'<svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 14.667A6.667 6.667 0 1 0 8 1.333a6.667 6.667 0 0 0 0 13.334z" fill="@{red}" stroke="@{red}" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 4.583a.75.75 0 0 1 .75.75V8a.75.75 0 0 1-1.5 0V5.333a.75.75 0 0 1 .75-.75z" fill="@{base}"/><path d="M8.667 10.667a.667.667 0 1 1-1.334 0 .667.667 0 0 1 1.334 0z" fill="@{base}"/></svg>'
);
--icon-error: url("data:image/svg+xml,@{error-svg}");
body {
background: @crust;
}
.footer {
a {
color: @text;
}
background: @mantle;
color: @subtext0;
}
#prompt-logo-center {
@svg: escape(
'<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="Layer_1" x="0" y="0" version="1.1" viewBox="0 0 1529.83 412.93" cursor="default"><style>.st0{fill:@{accent-color}}</style><path d="M545.43 239.95c-3.07 0-4.7 1.63-5.31 4.29l-5.52 23.09c-1.02 4.5-4.29 6.95-8.99 6.95h-13.28c-4.5 0-6.95-2.45-5.72-6.95l32.49-122.61c1.22-4.29 4.29-6.75 8.79-6.75h18.59c4.5 0 7.56 2.46 8.79 6.75l31.88 122c1.22 4.5-1.23 7.56-5.72 7.56h-13.9c-4.7 0-7.97-2.45-8.99-6.95l-5.52-23.09c-.61-2.66-2.25-4.29-5.31-4.29zm17.17-23.7c2.25 0 3.68-1.02 3.06-3.47l-8.99-38.62-9.2 38.62c-.61 2.45.82 3.47 3.07 3.47zm80.86 51.29c0 4.5-2.25 6.74-6.95 6.74h-12.87c-4.5 0-6.74-2.25-6.74-6.74V144.93c0-4.7 2.25-6.95 6.74-6.95h12.87c4.7 0 6.95 2.25 6.95 6.95zm18.38-76.22h-2.25c-4.5 0-6.74-2.25-6.74-6.74v-8.99c0-4.5 2.25-6.74 6.74-6.74h2.25v-14.92c0-4.29.82-9.19 6.34-10.83l10.83-3.06c5.93-1.63 9.4.41 9.4 6.13v22.68h8.79c4.5 0 6.74 2.25 6.74 6.74v8.99c0 4.5-2.25 6.74-6.74 6.74h-8.79v55.38c0 5.31 3.06 7.15 6.95 7.15h2.86c3.06 0 5.11 1.02 5.11 5.72v6.95c0 6.95-6.95 9.81-14.31 9.81-13.49 0-27.18-7.56-27.18-25.75zm122.51 31.06c0 4.49-2.25 6.74-6.75 6.74h-40.67v7.35c0 11.44 5.31 17.58 17.78 17.58 8.58 0 11.85-3.47 17.37-3.47 4.9 0 6.74 3.88 6.74 6.74v3.27c0 8.58-8.18 15.74-25.75 15.74-27.99 0-42.71-16.35-42.71-42.1v-32.08c0-21.66 15.74-35.36 36.99-35.36s36.99 13.69 36.99 35.36v20.23zm-26.37-20.23c0-9.81-4.09-14.71-10.63-14.71s-10.42 4.9-10.42 14.71v6.74h21.05zm64.06 65.39c0 4.5-2.25 6.74-6.95 6.74h-12.88c-4.49 0-6.74-2.25-6.74-6.74v-91.76c0-4.7 2.25-6.95 6.74-6.95h12.88c4.9 0 6.95 2.25 6.95 7.36 4.09-4.29 10.42-9.4 18.39-9.4 4.9 0 5.52 3.07 5.52 5.72v10.83c0 5.93-5.11 6.54-10.01 7.15-8.38 1.02-13.9 7.77-13.9 17.78zm84.16-63.76c0-8.38-3.88-14.51-11.65-14.51s-11.65 6.13-11.65 14.51v63.76c0 4.5-2.25 6.74-6.95 6.74h-12.88c-4.49 0-6.74-2.25-6.74-6.74v-91.76c0-4.7 2.25-6.95 6.74-6.95h12.88c4.5 0 6.95 2.25 6.95 6.74 0 0 6.95-8.79 20.64-8.79 19.82 0 29.22 14.71 29.22 36.99v63.76c0 4.5-2.25 6.74-6.95 6.74h-12.88c-4.5 0-6.74-2.25-6.74-6.74v-63.75zm51.36-14.3c-2.46 0-5.52-1.22-5.52-5.11v-5.52c0-8.78 13.28-12.06 26.16-12.06 17.78 0 40.87 4.5 40.87 33.52v67.03c0 4.7-2.25 6.95-6.74 6.95h-9.81c-4.29 0-6.54-1.84-6.95-5.31-.61.61-7.15 7.36-19.21 7.36-19.82 0-33.72-14.92-33.72-33.92 0-31.88 24.72-41.28 49.86-43.94-.41-7.15-3.27-12.06-14.72-12.06-11.85-.01-16.34 3.06-20.22 3.06m23.29 63.96c7.56 0 11.65-6.13 11.65-13.9v-21.87c-11.85 2.66-23.3 6.54-23.3 21.87 0 7.57 3.68 13.9 11.65 13.9m54.43-62.12h-2.25c-4.5 0-6.74-2.25-6.74-6.74v-8.99c0-4.5 2.25-6.74 6.74-6.74h2.25v-14.92c0-4.29.82-9.19 6.34-10.83l10.83-3.06c5.93-1.63 9.4.41 9.4 6.13v22.68h8.79c4.5 0 6.74 2.25 6.74 6.74v8.99c0 4.5-2.25 6.74-6.74 6.74h-8.79v55.38c0 5.31 3.06 7.15 6.95 7.15h2.86c3.06 0 5.11 1.02 5.11 5.72v6.95c0 6.95-6.95 9.81-14.31 9.81-13.49 0-27.18-7.56-27.18-25.75zm81.05-37.81c0 4.49-2.25 6.74-6.95 6.74h-12.87c-4.5 0-6.74-2.25-6.74-6.74v-8.59c0-4.7 2.25-6.95 6.74-6.95h12.87c4.7 0 6.95 2.25 6.95 6.95zm0 114.03c0 4.5-2.25 6.74-6.95 6.74h-12.87c-4.5 0-6.74-2.25-6.74-6.74v-91.76c0-4.7 2.25-6.95 6.74-6.95h12.87c4.7 0 6.95 2.25 6.95 6.95zm88.9-98.7c4.49 0 7.77 3.06 5.72 8.99l-29.63 89.71c-1.02 3.47-3.47 6.74-8.79 6.74h-9.4c-5.31 0-7.77-3.27-8.79-6.74l-28-89.71c-1.84-5.93 1.23-8.99 5.72-8.99h11.24c5.52 0 7.97 2.66 8.99 6.95l16.35 58.04 17.57-58.04c1.23-4.29 3.47-6.95 8.99-6.95zm84.93 53.54c0 4.49-2.25 6.74-6.75 6.74h-40.67v7.35c0 11.44 5.31 17.58 17.78 17.58 8.58 0 11.85-3.47 17.37-3.47 4.9 0 6.74 3.88 6.74 6.74v3.27c0 8.58-8.18 15.74-25.75 15.74-27.99 0-42.71-16.35-42.71-42.1v-32.08c0-21.66 15.74-35.36 36.99-35.36s36.99 13.69 36.99 35.36v20.23zm-26.36-20.23c0-9.81-4.09-14.71-10.63-14.71s-10.42 4.9-10.42 14.71v6.74h21.05z" class="st0"/><path d="M1362.63 144.93v9.81c0 4.5-2.25 6.74-6.95 6.74h-17.57c-2.66 0-4.09 1.43-4.09 4.09v101.97c0 4.5-2.25 6.74-6.74 6.74h-13.9c-4.7 0-6.95-2.25-6.95-6.74V165.57c0-2.66-1.43-4.09-4.09-4.09h-17.58c-4.7 0-6.95-2.25-6.95-6.74v-9.81c0-4.7 2.25-6.95 6.95-6.95h70.91c4.71 0 6.96 2.25 6.96 6.95" class="st0"/><path d="M1352.06 201.53c0-24.32 18.8-34.74 38.01-34.74s38.01 10.42 39.99 34.74v40.05c-1.98 24.32-20.78 34.74-39.99 34.74s-38.01-10.42-38.01-34.74zm26.57 40.06c0 7.97 4.5 12.26 11.44 12.26s11.44-4.29 11.44-12.26v-40.05c0-7.97-4.5-12.26-11.44-12.26s-11.44 4.29-11.44 12.26zM357.01 279.41c-8.42-2.74-17.13-4.56-25.9-5.49-3.24-.31-6.49-.54-9.74-.69-.41-4.98-.93-9.95-1.67-14.9-.6-3.78-1.23-7.55-2.03-11.3-.4-1.87-.86-3.74-1.33-5.61-.51-1.89-.99-3.68-1.68-5.64-.43-1.2-1.71-1.9-2.95-1.56a2.476 2.476 0 0 0-1.73 3.03l.02.08c.44 1.64.83 3.52 1.21 5.3.36 1.82.7 3.63.99 5.47.34 1.82.59 3.67.88 5.5.27 1.84.49 3.69.73 5.54.56 4.62 1 9.26 1.36 13.9-3.48-.05-6.95-.01-10.42.13-2.19.05-4.38.24-6.57.36-2.19.11-4.37.31-6.56.52-2.18.2-4.36.41-6.53.7s-4.35.51-6.51.86c-4.33.64-8.65 1.32-12.94 2.2-4.3.85-8.55 1.79-12.84 2.96a2.247 2.247 0 0 0-1.6 2.6 2.23 2.23 0 0 0 2.62 1.77l.06-.01c8.35-1.66 16.92-2.9 25.43-3.9 4.27-.47 8.54-.89 12.82-1.17 2.14-.17 4.28-.33 6.42-.4 2.14-.08 4.28-.22 6.42-.26l6.42-.11c1.41-.02 2.82.02 4.22.05.04.7.09 1.41.12 2.11l.31 5.6.18 5.61c.17 3.74.08 7.49.19 11.23.05 3.75-.03 7.5-.03 11.25-.05 3.75-.17 7.5-.19 11.26v.08c0 1.27.96 2.35 2.24 2.46 1.35.12 2.54-.89 2.66-2.25.33-3.78.58-7.57.85-11.36.14-3.8.33-7.59.41-11.4.06-3.8.11-7.61 0-11.41l-.12-5.71-.25-5.71c-.03-.53-.08-1.07-.11-1.6l2.32.14 3.19.19c1.06.07 2.14.07 3.19.2l6.36.62 1.59.15 1.58.24 3.16.46c4.24.48 8.36 1.49 12.57 2.23l.15.03c1.08.19 2.15-.44 2.5-1.52.35-1.19-.3-2.45-1.47-2.83M323.7 162.16c-4.78-.75-19.87-2.59-37.87.45-.9.15-1.56.99-1.56 1.96v3.75c0 2.68 2.16 4.77 4.65 4.49 6.51-.73 18.99-1.72 31.82-.57 2.45.22 4.54-1.87 4.54-4.5v-3.62c0-.98-.67-1.82-1.58-1.96M222.14 264.54c2.29-9.92 5.99-22.63 7.55-27.9.46-1.56-.48-2.11-2.21-1.59-3.32 1-8.68 2.65-11.83 3.82-1.19.46-2.4.89-3.58 1.4l-1.78.73-1.77.78c-1.18.51-2.35 1.08-3.53 1.65-.59.3-1.17.58-1.76.9-.46.24-.88.47-1.35.74q-.48.225-.81.39c-4.47 2.31-8.59 5.22-11.09 9.34-3.44 5.65-6.05 12.4-8.25 19.21-1.19 3.66-10.52 35.36-12.89 64.04-.06.72.27 1.41.85 1.82a164 164 0 0 0 36.5 19.28c1.24.46 2.57-.41 2.67-1.73 2.16-29.93 9.76-78.81 13.3-92.88-.02.01-.02.01-.02 0m93.32-157.18c-23.06-12.82-55.92-10.57-74.59 9.11-.07.07-.14.15-.22.22-.16.17-.32.33-.47.5-.07.08-.14.14-.21.22-.09.1-.17.21-.26.31-.39.44-.78.87-1.15 1.32-4.87 5.92-11.08 17.87-11.9 28.03-.75 4.34-1.04 8.25-1.11 11.35-.08 3.47 3.34 5.94 6.56 4.7 14.66-5.61 29.68-8.55 43.04-10 0 0 42.87-5.92 70.34 4.59.74.28 1.61.04 2.01-.65 2.98-5.28-3.37-20.13-4.4-22.03-6.01-11.16-16.64-21.55-27.64-27.67m18.33 28.6c-1.1-.56-11.27-15.97-42.71-22.19-12.39-2.45-25.07-.6-25.86-.69-1.7-.19-1.99-2.55-.4-3.15l.04-.01c3.82-1.44 7.8-2.28 11.86-2.62 11.59-.98 22.87.54 33.57 5.13 9.64 4.14 17.2 10.91 22.62 20 .57.95.91 2.04 1.39 3.05.15.32-.2.64-.51.48" class="st0"/><path d="M266.37 37.67C175.05 36.19 100.4 109.03 99.05 201.1c-.78 52.88 22.99 100.19 60.55 131.12 1.1.91 2.77.26 2.95-1.17 3.46-28.05 11.73-56.12 12.88-59.66 2.36-7.29 5.16-14.53 8.84-20.58 2.68-4.41 7.09-7.53 11.88-10.01 4.16-2.15 25.29-10.31 31.86-12.27 14.9-4.45 30.3-7.21 45.65-8.21 21.74-1.4 44.22-.62 65.13 6.58 19.63 6.76 26.28 35.64 31.19 54.09 3.37 12.65 5.96 25.94 7.27 39.34.12 1.25 1.62 1.82 2.51.93 29.97-30.06 48.52-71.67 48.52-117.65.01-90.74-72.23-164.48-161.91-165.94M143.28 203.58c-.38 5.49-5.31 9.72-10.89 9.34-5.95-.4-10.68-5.5-10.34-11.16.33-5.55 5.27-9.77 11.04-9.43 5.85.35 10.58 5.56 10.19 11.25m243.57 2.52c-4.74-.35-8.51-4.74-8.24-9.61q.045-.825.24-1.59l-.11-.03-.05-.02c-3.18-1.3-11.37-4.66-14.64-5.65a.3.3 0 0 1-.12-.06c0 .04 0 .07-.01.11-.36 4.91-1.16 10.17-3.24 14.21-2.37 4.61-7.68 10.2-14.8 13.86-.82.42-1.83.13-2.35-.64l-.02-.03c-.58-.87-.34-2.06.55-2.61 6.49-3.99 10.45-8.36 12.02-11.9 1.03-2.04 1.08-4.11-.38-6.07-6.62-10.18-44.72-13.24-89.06-6.55-48.26 7.28-85.93 23.31-81.88 35.56.59 1.8 2.05 3.39 4.24 4.78.2.89-.36 1.93-1.46 1.98-12.3.61-17.43-18.36-18.31-38.79-.03-.69.4-1.34 1.06-1.55 1.51-.49 3.05-.88 4.59-1.27.94-.24 1.86.45 1.91 1.43.29 5.62.94 11.1 2.02 15.97.41 1.84 1.49 4.55 3.68 1.89 5.68-6.92 16.63-11.81 23.01-14.5 3-1.27 4.63-2.23 3.94-7.1-2.2-15.52-1.07-35.73 2.17-45.99 6.33-20.04 19.98-37.31 37.94-47.45 10.88-6.14.91-4.71-1.58-4.17a89 89 0 0 0-7.64 2.01c-28.34 8.78-50.87 31.91-59.86 60.41-1.97 6.23-3.36 15.8-3.74 25.99l-.6.21c3-.99 6.06-1.8 9.15-2.56 1.83-.45 3.68.68 4.13 2.53s-.68 3.71-2.51 4.16c-.13.03-.26.06-.39.07l-.1.01c-3.32.41-6.66.88-9.97 1.61-.74.14-1.47.3-2.2.48-.09.02-.19.04-.28.07-.83.2-1.66.38-2.48.59-1.58.42-3.17.83-4.74 1.3-.06.02-.13.03-.19.05-3.28.97-6.53 2.04-9.75 3.25-3.21 1.2-6.42 2.51-9.5 3.97l-.03.01a.953.953 0 0 1-1.28-.47.97.97 0 0 1 .37-1.24c3-1.88 6.05-3.57 9.18-5.18 3.12-1.61 6.3-3.1 9.54-4.49.58-.25 1.16-.49 1.74-.73.79-.32 1.59-.64 2.38-.96.36-11.43 1.89-22.23 4.09-29.19 9.74-30.84 34.11-55.91 64.8-65.39 63.68-19.66 129.39 31.12 126.14 96.48l-.03.7c0 .05 0 .12-.01.17a.78.78 0 0 1 .58.03c.37.19.75.38 1.12.59 3.13 1.6 11.16 5.55 14.11 7.43 1.58-2.49 4.36-4.05 7.43-3.85 4.67.3 8.43 4.79 8.12 9.69-.32 4.72-4.25 8.37-8.7 8.04m-192.39-27.71c-.57-2.98-2.19-5.11-4.86-6.69-.54-.32-.67-1.06-.29-1.56.9-1.19 1.83-2.05 3.21-2.43.43-.12.9-.03 1.28.2 2.06 1.23 3.67 2.96 4.62 5.37 1.45 3.65 1.57 7.41.67 11.14-.34 1.39-1.24 2.79-2.25 3.82-1.51 1.55-3.26 1.36-4.8-.37-.34-.38-.38-.96-.08-1.38 1.69-2.35 3.11-4.88 2.5-8.1" class="st0"/></svg>'
);
content: url("data:image/svg+xml,@{svg}");
}
.password-icon-tooltip {
background: @crust;
&::before {
border-color: @crust transparent transparent;
}
}
// "Continue with" login button icons
@loginicon: {
google: "<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 48 48'><defs><path id='a' d='M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z'/></defs><clipPath id='b'><use xlink:href='#a' overflow='visible'/></clipPath><path clip-path='url(#b)' fill='@{yellow}' d='M0 37V11l17 13z'/><path clip-path='url(#b)' fill='@{red}' d='M0 11l17 13 7-6.1L48 14V0H0z'/><path clip-path='url(#b)' fill='@{green}' d='M0 37l30-23 7.9 1L48 0v48H0z'/><path clip-path='url(#b)' fill='@{blue}' d='M48 48L17 24l-4-3 35-10z'/></svg>";
windowslive: "<svg xmlns='http://www.w3.org/2000/svg' width='21' height='21'><path fill='@{red}' d='M1 1h9v9H1z'/><path fill='@{blue}' d='M1 11h9v9H1z'/><path fill='@{green}' d='M11 1h9v9h-9z'/><path fill='@{yellow}' d='M11 11h9v9h-9z'/></svg>";
github: "<svg width='20' height='20' xmlns='http://www.w3.org/2000/svg'><path d='M10 0C4.477 0 0 4.36 0 9.74c0 4.304 2.865 7.955 6.839 9.243.5.09.682-.211.682-.47 0-.23-.008-.843-.013-1.656-2.782.588-3.369-1.306-3.369-1.306-.454-1.125-1.11-1.425-1.11-1.425-.908-.604.069-.592.069-.592 1.003.069 1.531 1.004 1.531 1.004.892 1.488 2.341 1.059 2.91.81.092-.63.35-1.06.636-1.303-2.22-.245-4.555-1.081-4.555-4.814 0-1.063.39-1.933 1.029-2.613-.103-.247-.446-1.238.098-2.578 0 0 .84-.262 2.75.998A9.818 9.818 0 0 1 10 4.71c.85.004 1.705.112 2.504.328 1.909-1.26 2.747-.998 2.747-.998.546 1.34.203 2.331.1 2.578.64.68 1.028 1.55 1.028 2.613 0 3.742-2.339 4.566-4.566 4.807.359.3.678.895.678 1.804 0 1.301-.012 2.352-.012 2.671 0 .261.18.564.688.47C17.137 17.69 20 14.042 20 9.74 20 4.36 15.522 0 10 0z' fill='@{text}' fill-rule='evenodd'/></svg>";
apple: "<svg width='170' xmlns='http://www.w3.org/2000/svg' height='170'><path d='M150.37 130.25c-2.45 5.66-5.35 10.87-8.71 15.66-4.58 6.53-8.33 11.05-11.22 13.56-4.48 4.12-9.28 6.23-14.42 6.35-3.69 0-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58 0-9.492 1.05-14.746 3.17-5.262 2.13-9.501 3.24-12.742 3.35-4.929.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378 0-10.857 2.346-20.221 7.045-28.068 3.693-6.303 8.606-11.275 14.755-14.925s12.793-5.51 19.948-5.629c3.915 0 9.049 1.211 15.429 3.591 6.362 2.388 10.447 3.599 12.238 3.599 1.339 0 5.877-1.416 13.57-4.239 7.275-2.618 13.415-3.702 18.445-3.275 13.63 1.1 23.87 6.473 30.68 16.153-12.19 7.386-18.22 17.731-18.1 31.002.11 10.337 3.86 18.939 11.23 25.769 3.34 3.17 7.07 5.62 11.22 7.36-.9 2.61-1.85 5.11-2.86 7.51zM119.11 7.24c0 8.102-2.96 15.667-8.86 22.669-7.12 8.324-15.732 13.134-25.071 12.375a25.222 25.222 0 0 1-.188-3.07c0-7.778 3.386-16.102 9.399-22.908 3.002-3.446 6.82-6.311 11.45-8.597 4.62-2.252 8.99-3.497 13.1-3.71.12 1.083.17 2.166.17 3.24z' fill='@{text}'/></svg>";
};
each(@loginicon, {
span[data-provider="@{key}"] {
@svg: escape(@value);
background-image: url("data:image/svg+xml,@{svg}");
}
});
}
}
/* prettier-ignore */
@catppuccin: {
@latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };
@frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };
@macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };
@mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };
}
// vim:ft=less