@duetds/css 2.0.32 → 2.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/duet.css CHANGED
@@ -1,526 +1,526 @@
1
1
  /* DUET CSS FRAMEWORK
2
2
  --------------------------------------------- */
3
3
  .duet-background-warning {
4
- background: #f7b228 !important;
4
+ background: rgb(247, 178, 40) !important;
5
5
  }
6
6
  .duet-color-warning {
7
- color: #f7b228 !important;
7
+ color: rgb(247, 178, 40) !important;
8
8
  }
9
9
  .duet-fill-warning {
10
- fill: #f7b228 !important;
10
+ fill: rgb(247, 178, 40) !important;
11
11
  }
12
12
  .duet-background-gray-darker {
13
- background: #657787 !important;
13
+ background: rgb(101, 119, 135) !important;
14
14
  }
15
15
  .duet-color-gray-darker {
16
- color: #657787 !important;
16
+ color: rgb(101, 119, 135) !important;
17
17
  }
18
18
  .duet-fill-gray-darker {
19
- fill: #657787 !important;
19
+ fill: rgb(101, 119, 135) !important;
20
20
  }
21
21
  .duet-background-gray-lighter {
22
- background: #f5f8fa !important;
22
+ background: rgb(245, 248, 250) !important;
23
23
  }
24
24
  .duet-color-gray-lighter {
25
- color: #f5f8fa !important;
25
+ color: rgb(245, 248, 250) !important;
26
26
  }
27
27
  .duet-fill-gray-lighter {
28
- fill: #f5f8fa !important;
28
+ fill: rgb(245, 248, 250) !important;
29
29
  }
30
30
  .duet-background-category-home {
31
- background: #d32483 !important;
31
+ background: rgb(211, 36, 131) !important;
32
32
  }
33
33
  .duet-color-category-home {
34
- color: #d32483 !important;
34
+ color: rgb(211, 36, 131) !important;
35
35
  }
36
36
  .duet-fill-category-home {
37
- fill: #d32483 !important;
37
+ fill: rgb(211, 36, 131) !important;
38
38
  }
39
39
  .duet-background-primary {
40
- background: #0077b3 !important;
40
+ background: rgb(0, 119, 179) !important;
41
41
  }
42
42
  .duet-color-primary {
43
- color: #0077b3 !important;
43
+ color: rgb(0, 119, 179) !important;
44
44
  }
45
45
  .duet-fill-primary {
46
- fill: #0077b3 !important;
46
+ fill: rgb(0, 119, 179) !important;
47
47
  }
48
48
  .duet-background-category-vehicle {
49
- background: #364a81 !important;
49
+ background: rgb(54, 74, 129) !important;
50
50
  }
51
51
  .duet-color-category-vehicle {
52
- color: #364a81 !important;
52
+ color: rgb(54, 74, 129) !important;
53
53
  }
54
54
  .duet-fill-category-vehicle {
55
- fill: #364a81 !important;
55
+ fill: rgb(54, 74, 129) !important;
56
56
  }
57
57
  .duet-background-success {
58
- background: #00875a !important;
58
+ background: rgb(0, 135, 90) !important;
59
59
  }
60
60
  .duet-color-success {
61
- color: #00875a !important;
61
+ color: rgb(0, 135, 90) !important;
62
62
  }
63
63
  .duet-fill-success {
64
- fill: #00875a !important;
64
+ fill: rgb(0, 135, 90) !important;
65
65
  }
66
66
  .duet-background-category-family {
67
- background: #0b7288 !important;
67
+ background: rgb(11, 114, 136) !important;
68
68
  }
69
69
  .duet-color-category-family {
70
- color: #0b7288 !important;
70
+ color: rgb(11, 114, 136) !important;
71
71
  }
72
72
  .duet-fill-category-family {
73
- fill: #0b7288 !important;
73
+ fill: rgb(11, 114, 136) !important;
74
74
  }
75
75
  .duet-background-primary-lightest {
76
- background: #f3f9fc !important;
76
+ background: rgb(243, 249, 252) !important;
77
77
  }
78
78
  .duet-color-primary-lightest {
79
- color: #f3f9fc !important;
79
+ color: rgb(243, 249, 252) !important;
80
80
  }
81
81
  .duet-fill-primary-lightest {
82
- fill: #f3f9fc !important;
82
+ fill: rgb(243, 249, 252) !important;
83
83
  }
84
84
  .duet-background-primary-lighter {
85
- background: #e6f2f8 !important;
85
+ background: rgb(230, 242, 248) !important;
86
86
  }
87
87
  .duet-color-primary-lighter {
88
- color: #e6f2f8 !important;
88
+ color: rgb(230, 242, 248) !important;
89
89
  }
90
90
  .duet-fill-primary-lighter {
91
- fill: #e6f2f8 !important;
91
+ fill: rgb(230, 242, 248) !important;
92
92
  }
93
93
  .duet-background-brand-blue {
94
- background: #00a1d4 !important;
94
+ background: rgb(0, 161, 212) !important;
95
95
  }
96
96
  .duet-color-brand-blue {
97
- color: #00a1d4 !important;
97
+ color: rgb(0, 161, 212) !important;
98
98
  }
99
99
  .duet-fill-brand-blue {
100
- fill: #00a1d4 !important;
100
+ fill: rgb(0, 161, 212) !important;
101
101
  }
102
102
  .duet-background-primary-dark {
103
- background: #004d80 !important;
103
+ background: rgb(0, 77, 128) !important;
104
104
  }
105
105
  .duet-color-primary-dark {
106
- color: #004d80 !important;
106
+ color: rgb(0, 77, 128) !important;
107
107
  }
108
108
  .duet-fill-primary-dark {
109
- fill: #004d80 !important;
109
+ fill: rgb(0, 77, 128) !important;
110
110
  }
111
111
  .duet-background-gray-lightest {
112
- background: white !important;
112
+ background: rgb(255, 255, 255) !important;
113
113
  }
114
114
  .duet-color-gray-lightest {
115
- color: white !important;
115
+ color: rgb(255, 255, 255) !important;
116
116
  }
117
117
  .duet-fill-gray-lightest {
118
- fill: white !important;
118
+ fill: rgb(255, 255, 255) !important;
119
119
  }
120
120
  .duet-background-category-finance {
121
- background: #7a01c4 !important;
121
+ background: rgb(122, 1, 196) !important;
122
122
  }
123
123
  .duet-color-category-finance {
124
- color: #7a01c4 !important;
124
+ color: rgb(122, 1, 196) !important;
125
125
  }
126
126
  .duet-fill-category-finance {
127
- fill: #7a01c4 !important;
127
+ fill: rgb(122, 1, 196) !important;
128
128
  }
129
129
  .duet-background-gray-dark {
130
- background: #909599 !important;
130
+ background: rgb(144, 149, 153) !important;
131
131
  }
132
132
  .duet-color-gray-dark {
133
- color: #909599 !important;
133
+ color: rgb(144, 149, 153) !important;
134
134
  }
135
135
  .duet-fill-gray-dark {
136
- fill: #909599 !important;
136
+ fill: rgb(144, 149, 153) !important;
137
137
  }
138
138
  .duet-background-gray-light {
139
- background: #e1e3e6 !important;
139
+ background: rgb(225, 227, 230) !important;
140
140
  }
141
141
  .duet-color-gray-light {
142
- color: #e1e3e6 !important;
142
+ color: rgb(225, 227, 230) !important;
143
143
  }
144
144
  .duet-fill-gray-light {
145
- fill: #e1e3e6 !important;
145
+ fill: rgb(225, 227, 230) !important;
146
146
  }
147
147
  .duet-background-secondary {
148
- background: #00294d !important;
148
+ background: rgb(0, 41, 77) !important;
149
149
  }
150
150
  .duet-color-secondary {
151
- color: #00294d !important;
151
+ color: rgb(0, 41, 77) !important;
152
152
  }
153
153
  .duet-fill-secondary {
154
- fill: #00294d !important;
154
+ fill: rgb(0, 41, 77) !important;
155
155
  }
156
156
  .duet-background-category-pet {
157
- background: #a8014e !important;
157
+ background: rgb(168, 1, 78) !important;
158
158
  }
159
159
  .duet-color-category-pet {
160
- color: #a8014e !important;
160
+ color: rgb(168, 1, 78) !important;
161
161
  }
162
162
  .duet-fill-category-pet {
163
- fill: #a8014e !important;
163
+ fill: rgb(168, 1, 78) !important;
164
164
  }
165
165
  .duet-background-primary-light {
166
- background: #cde5f1 !important;
166
+ background: rgb(205, 229, 241) !important;
167
167
  }
168
168
  .duet-color-primary-light {
169
- color: #cde5f1 !important;
169
+ color: rgb(205, 229, 241) !important;
170
170
  }
171
171
  .duet-fill-primary-light {
172
- fill: #cde5f1 !important;
172
+ fill: rgb(205, 229, 241) !important;
173
173
  }
174
174
  .duet-background-category-travel {
175
- background: #d54203 !important;
175
+ background: rgb(213, 66, 3) !important;
176
176
  }
177
177
  .duet-color-category-travel {
178
- color: #d54203 !important;
178
+ color: rgb(213, 66, 3) !important;
179
179
  }
180
180
  .duet-fill-category-travel {
181
- fill: #d54203 !important;
181
+ fill: rgb(213, 66, 3) !important;
182
182
  }
183
183
  .duet-background-gray {
184
- background: #cfd2d4 !important;
184
+ background: rgb(207, 210, 212) !important;
185
185
  }
186
186
  .duet-color-gray {
187
- color: #cfd2d4 !important;
187
+ color: rgb(207, 210, 212) !important;
188
188
  }
189
189
  .duet-fill-gray {
190
- fill: #cfd2d4 !important;
190
+ fill: rgb(207, 210, 212) !important;
191
191
  }
192
192
  .duet-background-danger {
193
- background: #de2362 !important;
193
+ background: rgb(222, 35, 98) !important;
194
194
  }
195
195
  .duet-color-danger {
196
- color: #de2362 !important;
196
+ color: rgb(222, 35, 98) !important;
197
197
  }
198
198
  .duet-fill-danger {
199
- fill: #de2362 !important;
199
+ fill: rgb(222, 35, 98) !important;
200
200
  }
201
201
  .duet-background-gray-darker-turva {
202
- background: #444445 !important;
202
+ background: rgb(68, 68, 69) !important;
203
203
  }
204
204
  .duet-color-gray-darker-turva {
205
- color: #444445 !important;
205
+ color: rgb(68, 68, 69) !important;
206
206
  }
207
207
  .duet-fill-gray-darker-turva {
208
- fill: #444445 !important;
208
+ fill: rgb(68, 68, 69) !important;
209
209
  }
210
210
  .duet-background-gray-lighter-turva {
211
- background: #f5f5f7 !important;
211
+ background: rgb(245, 245, 247) !important;
212
212
  }
213
213
  .duet-color-gray-lighter-turva {
214
- color: #f5f5f7 !important;
214
+ color: rgb(245, 245, 247) !important;
215
215
  }
216
216
  .duet-fill-gray-lighter-turva {
217
- fill: #f5f5f7 !important;
217
+ fill: rgb(245, 245, 247) !important;
218
218
  }
219
219
  .duet-background-category-home-turva {
220
- background: #a10a4e !important;
220
+ background: rgb(161, 10, 78) !important;
221
221
  }
222
222
  .duet-color-category-home-turva {
223
- color: #a10a4e !important;
223
+ color: rgb(161, 10, 78) !important;
224
224
  }
225
225
  .duet-fill-category-home-turva {
226
- fill: #a10a4e !important;
226
+ fill: rgb(161, 10, 78) !important;
227
227
  }
228
228
  .duet-background-primary-turva {
229
- background: #c60c30 !important;
229
+ background: rgb(198, 12, 48) !important;
230
230
  }
231
231
  .duet-color-primary-turva {
232
- color: #c60c30 !important;
232
+ color: rgb(198, 12, 48) !important;
233
233
  }
234
234
  .duet-fill-primary-turva {
235
- fill: #c60c30 !important;
235
+ fill: rgb(198, 12, 48) !important;
236
236
  }
237
237
  .duet-background-category-vehicle-turva {
238
- background: #171c3a !important;
238
+ background: rgb(23, 28, 58) !important;
239
239
  }
240
240
  .duet-color-category-vehicle-turva {
241
- color: #171c3a !important;
241
+ color: rgb(23, 28, 58) !important;
242
242
  }
243
243
  .duet-fill-category-vehicle-turva {
244
- fill: #171c3a !important;
244
+ fill: rgb(23, 28, 58) !important;
245
245
  }
246
246
  .duet-background-success-turva {
247
- background: #08874e !important;
247
+ background: rgb(8, 135, 78) !important;
248
248
  }
249
249
  .duet-color-success-turva {
250
- color: #08874e !important;
250
+ color: rgb(8, 135, 78) !important;
251
251
  }
252
252
  .duet-fill-success-turva {
253
- fill: #08874e !important;
253
+ fill: rgb(8, 135, 78) !important;
254
254
  }
255
255
  .duet-background-primary-lightest-turva {
256
- background: #fcf3f4 !important;
256
+ background: rgb(252, 243, 244) !important;
257
257
  }
258
258
  .duet-color-primary-lightest-turva {
259
- color: #fcf3f4 !important;
259
+ color: rgb(252, 243, 244) !important;
260
260
  }
261
261
  .duet-fill-primary-lightest-turva {
262
- fill: #fcf3f4 !important;
262
+ fill: rgb(252, 243, 244) !important;
263
263
  }
264
264
  .duet-background-category-family-turva {
265
- background: #c70c70 !important;
265
+ background: rgb(199, 12, 112) !important;
266
266
  }
267
267
  .duet-color-category-family-turva {
268
- color: #c70c70 !important;
268
+ color: rgb(199, 12, 112) !important;
269
269
  }
270
270
  .duet-fill-category-family-turva {
271
- fill: #c70c70 !important;
271
+ fill: rgb(199, 12, 112) !important;
272
272
  }
273
273
  .duet-background-category-union-turva {
274
- background: #a9457c !important;
274
+ background: rgb(169, 69, 124) !important;
275
275
  }
276
276
  .duet-color-category-union-turva {
277
- color: #a9457c !important;
277
+ color: rgb(169, 69, 124) !important;
278
278
  }
279
279
  .duet-fill-category-union-turva {
280
- fill: #a9457c !important;
280
+ fill: rgb(169, 69, 124) !important;
281
281
  }
282
282
  .duet-background-primary-lighter-turva {
283
- background: #f9e6ea !important;
283
+ background: rgb(249, 230, 234) !important;
284
284
  }
285
285
  .duet-color-primary-lighter-turva {
286
- color: #f9e6ea !important;
286
+ color: rgb(249, 230, 234) !important;
287
287
  }
288
288
  .duet-fill-primary-lighter-turva {
289
- fill: #f9e6ea !important;
289
+ fill: rgb(249, 230, 234) !important;
290
290
  }
291
291
  .duet-background-primary-dark-turva {
292
- background: #940925 !important;
292
+ background: rgb(148, 9, 37) !important;
293
293
  }
294
294
  .duet-color-primary-dark-turva {
295
- color: #940925 !important;
295
+ color: rgb(148, 9, 37) !important;
296
296
  }
297
297
  .duet-fill-primary-dark-turva {
298
- fill: #940925 !important;
298
+ fill: rgb(148, 9, 37) !important;
299
299
  }
300
300
  .duet-background-gray-lightest-turva {
301
- background: white !important;
301
+ background: rgb(255, 255, 255) !important;
302
302
  }
303
303
  .duet-color-gray-lightest-turva {
304
- color: white !important;
304
+ color: rgb(255, 255, 255) !important;
305
305
  }
306
306
  .duet-fill-gray-lightest-turva {
307
- fill: white !important;
307
+ fill: rgb(255, 255, 255) !important;
308
308
  }
309
309
  .duet-background-gray-dark-turva {
310
- background: #747475 !important;
310
+ background: rgb(116, 116, 117) !important;
311
311
  }
312
312
  .duet-color-gray-dark-turva {
313
- color: #747475 !important;
313
+ color: rgb(116, 116, 117) !important;
314
314
  }
315
315
  .duet-fill-gray-dark-turva {
316
- fill: #747475 !important;
316
+ fill: rgb(116, 116, 117) !important;
317
317
  }
318
318
  .duet-background-gray-light-turva {
319
- background: #e4e4e6 !important;
319
+ background: rgb(228, 228, 230) !important;
320
320
  }
321
321
  .duet-color-gray-light-turva {
322
- color: #e4e4e6 !important;
322
+ color: rgb(228, 228, 230) !important;
323
323
  }
324
324
  .duet-fill-gray-light-turva {
325
- fill: #e4e4e6 !important;
325
+ fill: rgb(228, 228, 230) !important;
326
326
  }
327
327
  .duet-background-brand-gray-turva {
328
- background: #b2b4b3 !important;
328
+ background: rgb(178, 180, 179) !important;
329
329
  }
330
330
  .duet-color-brand-gray-turva {
331
- color: #b2b4b3 !important;
331
+ color: rgb(178, 180, 179) !important;
332
332
  }
333
333
  .duet-fill-brand-gray-turva {
334
- fill: #b2b4b3 !important;
334
+ fill: rgb(178, 180, 179) !important;
335
335
  }
336
336
  .duet-background-secondary-turva {
337
- background: #171c3a !important;
337
+ background: rgb(23, 28, 58) !important;
338
338
  }
339
339
  .duet-color-secondary-turva {
340
- color: #171c3a !important;
340
+ color: rgb(23, 28, 58) !important;
341
341
  }
342
342
  .duet-fill-secondary-turva {
343
- fill: #171c3a !important;
343
+ fill: rgb(23, 28, 58) !important;
344
344
  }
345
345
  .duet-background-primary-light-turva {
346
- background: #f4cfd6 !important;
346
+ background: rgb(244, 207, 214) !important;
347
347
  }
348
348
  .duet-color-primary-light-turva {
349
- color: #f4cfd6 !important;
349
+ color: rgb(244, 207, 214) !important;
350
350
  }
351
351
  .duet-fill-primary-light-turva {
352
- fill: #f4cfd6 !important;
352
+ fill: rgb(244, 207, 214) !important;
353
353
  }
354
354
  .duet-background-category-travel-turva {
355
- background: #098194 !important;
355
+ background: rgb(9, 129, 148) !important;
356
356
  }
357
357
  .duet-color-category-travel-turva {
358
- color: #098194 !important;
358
+ color: rgb(9, 129, 148) !important;
359
359
  }
360
360
  .duet-fill-category-travel-turva {
361
- fill: #098194 !important;
361
+ fill: rgb(9, 129, 148) !important;
362
362
  }
363
363
  .duet-background-gray-turva {
364
- background: #cfcfd1 !important;
364
+ background: rgb(207, 207, 209) !important;
365
365
  }
366
366
  .duet-color-gray-turva {
367
- color: #cfcfd1 !important;
367
+ color: rgb(207, 207, 209) !important;
368
368
  }
369
369
  .duet-fill-gray-turva {
370
- fill: #cfcfd1 !important;
370
+ fill: rgb(207, 207, 209) !important;
371
371
  }
372
372
  .duet-background-danger-turva {
373
- background: #e02a0d !important;
373
+ background: rgb(224, 42, 13) !important;
374
374
  }
375
375
  .duet-color-danger-turva {
376
- color: #e02a0d !important;
376
+ color: rgb(224, 42, 13) !important;
377
377
  }
378
378
  .duet-fill-danger-turva {
379
- fill: #e02a0d !important;
379
+ fill: rgb(224, 42, 13) !important;
380
380
  }
381
381
  .duet-background-warning-turva {
382
- background: #faa40f !important;
382
+ background: rgb(250, 164, 15) !important;
383
383
  }
384
384
  .duet-color-warning-turva {
385
- color: #faa40f !important;
385
+ color: rgb(250, 164, 15) !important;
386
386
  }
387
387
  .duet-fill-warning-turva {
388
- fill: #faa40f !important;
388
+ fill: rgb(250, 164, 15) !important;
389
389
  }
390
390
  .duet-background-data-07 {
391
- background: #c065f7 !important;
391
+ background: rgb(192, 101, 247) !important;
392
392
  }
393
393
  .duet-color-data-07 {
394
- color: #c065f7 !important;
394
+ color: rgb(192, 101, 247) !important;
395
395
  }
396
396
  .duet-fill-data-07 {
397
- fill: #c065f7 !important;
397
+ fill: rgb(192, 101, 247) !important;
398
398
  }
399
399
  .duet-background-data-08 {
400
- background: #0069bf !important;
400
+ background: rgb(0, 105, 191) !important;
401
401
  }
402
402
  .duet-color-data-08 {
403
- color: #0069bf !important;
403
+ color: rgb(0, 105, 191) !important;
404
404
  }
405
405
  .duet-fill-data-08 {
406
- fill: #0069bf !important;
406
+ fill: rgb(0, 105, 191) !important;
407
407
  }
408
408
  .duet-background-data-09 {
409
- background: #137835 !important;
409
+ background: rgb(19, 120, 53) !important;
410
410
  }
411
411
  .duet-color-data-09 {
412
- color: #137835 !important;
412
+ color: rgb(19, 120, 53) !important;
413
413
  }
414
414
  .duet-fill-data-09 {
415
- fill: #137835 !important;
415
+ fill: rgb(19, 120, 53) !important;
416
416
  }
417
417
  .duet-background-data-10 {
418
- background: #b33c18 !important;
418
+ background: rgb(179, 60, 24) !important;
419
419
  }
420
420
  .duet-color-data-10 {
421
- color: #b33c18 !important;
421
+ color: rgb(179, 60, 24) !important;
422
422
  }
423
423
  .duet-fill-data-10 {
424
- fill: #b33c18 !important;
424
+ fill: rgb(179, 60, 24) !important;
425
425
  }
426
426
  .duet-background-data-11 {
427
- background: #0da3a6 !important;
427
+ background: rgb(13, 163, 166) !important;
428
428
  }
429
429
  .duet-color-data-11 {
430
- color: #0da3a6 !important;
430
+ color: rgb(13, 163, 166) !important;
431
431
  }
432
432
  .duet-fill-data-11 {
433
- fill: #0da3a6 !important;
433
+ fill: rgb(13, 163, 166) !important;
434
434
  }
435
435
  .duet-background-data-01 {
436
- background: #7a01c4 !important;
436
+ background: rgb(122, 1, 196) !important;
437
437
  }
438
438
  .duet-color-data-01 {
439
- color: #7a01c4 !important;
439
+ color: rgb(122, 1, 196) !important;
440
440
  }
441
441
  .duet-fill-data-01 {
442
- fill: #7a01c4 !important;
442
+ fill: rgb(122, 1, 196) !important;
443
443
  }
444
444
  .duet-background-data-12 {
445
- background: #0b7288 !important;
445
+ background: rgb(11, 114, 136) !important;
446
446
  }
447
447
  .duet-color-data-12 {
448
- color: #0b7288 !important;
448
+ color: rgb(11, 114, 136) !important;
449
449
  }
450
450
  .duet-fill-data-12 {
451
- fill: #0b7288 !important;
451
+ fill: rgb(11, 114, 136) !important;
452
452
  }
453
453
  .duet-background-data-02 {
454
- background: #009bcc !important;
454
+ background: rgb(0, 155, 204) !important;
455
455
  }
456
456
  .duet-color-data-02 {
457
- color: #009bcc !important;
457
+ color: rgb(0, 155, 204) !important;
458
458
  }
459
459
  .duet-fill-data-02 {
460
- fill: #009bcc !important;
460
+ fill: rgb(0, 155, 204) !important;
461
461
  }
462
462
  .duet-background-data-13 {
463
- background: #b38918 !important;
463
+ background: rgb(179, 137, 24) !important;
464
464
  }
465
465
  .duet-color-data-13 {
466
- color: #b38918 !important;
466
+ color: rgb(179, 137, 24) !important;
467
467
  }
468
468
  .duet-fill-data-13 {
469
- fill: #b38918 !important;
469
+ fill: rgb(179, 137, 24) !important;
470
470
  }
471
471
  .duet-background-data-03 {
472
- background: #1bab4b !important;
472
+ background: rgb(27, 171, 75) !important;
473
473
  }
474
474
  .duet-color-data-03 {
475
- color: #1bab4b !important;
475
+ color: rgb(27, 171, 75) !important;
476
476
  }
477
477
  .duet-fill-data-03 {
478
- fill: #1bab4b !important;
478
+ fill: rgb(27, 171, 75) !important;
479
479
  }
480
480
  .duet-background-data-14 {
481
- background: #806211 !important;
481
+ background: rgb(128, 98, 17) !important;
482
482
  }
483
483
  .duet-color-data-14 {
484
- color: #806211 !important;
484
+ color: rgb(128, 98, 17) !important;
485
485
  }
486
486
  .duet-fill-data-14 {
487
- fill: #806211 !important;
487
+ fill: rgb(128, 98, 17) !important;
488
488
  }
489
489
  .duet-background-data-04 {
490
- background: #ff5622 !important;
490
+ background: rgb(255, 86, 34) !important;
491
491
  }
492
492
  .duet-color-data-04 {
493
- color: #ff5622 !important;
493
+ color: rgb(255, 86, 34) !important;
494
494
  }
495
495
  .duet-fill-data-04 {
496
- fill: #ff5622 !important;
496
+ fill: rgb(255, 86, 34) !important;
497
497
  }
498
498
  .duet-background-data-15 {
499
- background: #00294d !important;
499
+ background: rgb(0, 41, 77) !important;
500
500
  }
501
501
  .duet-color-data-15 {
502
- color: #00294d !important;
502
+ color: rgb(0, 41, 77) !important;
503
503
  }
504
504
  .duet-fill-data-15 {
505
- fill: #00294d !important;
505
+ fill: rgb(0, 41, 77) !important;
506
506
  }
507
507
  .duet-background-data-05 {
508
- background: #f54c9a !important;
508
+ background: rgb(245, 76, 154) !important;
509
509
  }
510
510
  .duet-color-data-05 {
511
- color: #f54c9a !important;
511
+ color: rgb(245, 76, 154) !important;
512
512
  }
513
513
  .duet-fill-data-05 {
514
- fill: #f54c9a !important;
514
+ fill: rgb(245, 76, 154) !important;
515
515
  }
516
516
  .duet-background-data-06 {
517
- background: #c21565 !important;
517
+ background: rgb(194, 21, 101) !important;
518
518
  }
519
519
  .duet-color-data-06 {
520
- color: #c21565 !important;
520
+ color: rgb(194, 21, 101) !important;
521
521
  }
522
522
  .duet-fill-data-06 {
523
- fill: #c21565 !important;
523
+ fill: rgb(194, 21, 101) !important;
524
524
  }
525
525
  .duet-font-weight-extra-bold {
526
526
  font-weight: 800 !important;
@@ -1246,7 +1246,7 @@
1246
1246
 
1247
1247
  html {
1248
1248
  font-size: 100%;
1249
- background: white;
1249
+ background: rgb(255, 255, 255);
1250
1250
  -moz-osx-font-smoothing: grayscale;
1251
1251
  -webkit-font-smoothing: antialiased;
1252
1252
  -webkit-text-size-adjust: 100%;
@@ -1266,14 +1266,14 @@ body {
1266
1266
  font-size: 1rem;
1267
1267
  font-weight: 400;
1268
1268
  line-height: 1.5;
1269
- color: #00294d;
1269
+ color: rgb(0, 41, 77);
1270
1270
  background: transparent !important;
1271
1271
  -moz-osx-font-smoothing: grayscale;
1272
1272
  -webkit-font-smoothing: antialiased;
1273
1273
  }
1274
1274
  .duet-theme-turva body {
1275
1275
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1276
- color: #171c3a;
1276
+ color: rgb(23, 28, 58);
1277
1277
  }
1278
1278
 
1279
1279
  strong,
@@ -1322,18 +1322,18 @@ em {
1322
1322
  }
1323
1323
 
1324
1324
  a {
1325
- color: #0077b3;
1325
+ color: rgb(0, 119, 179);
1326
1326
  transition: 300ms ease;
1327
1327
  }
1328
1328
  .duet-theme-turva a {
1329
- color: #c60c30;
1329
+ color: rgb(198, 12, 48);
1330
1330
  }
1331
1331
  a:hover {
1332
- color: #004d80;
1332
+ color: rgb(0, 77, 128);
1333
1333
  text-decoration: none;
1334
1334
  }
1335
1335
  .duet-theme-turva a:hover {
1336
- color: #940925;
1336
+ color: rgb(148, 9, 37);
1337
1337
  }
1338
1338
  a:active {
1339
1339
  opacity: 0.75;
@@ -1347,12 +1347,12 @@ a:active {
1347
1347
  font-size: 1rem;
1348
1348
  font-weight: 400;
1349
1349
  line-height: 1.5;
1350
- color: #00294d;
1350
+ color: rgb(0, 41, 77);
1351
1351
  border: 0 !important;
1352
1352
  }
1353
1353
  .duet-theme-turva .duet-list {
1354
1354
  font-family: "turva-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1355
- color: #171c3a;
1355
+ color: rgb(23, 28, 58);
1356
1356
  }
1357
1357
 
1358
1358
  ul.duet-list {
@@ -1449,13 +1449,13 @@ ol.duet-list {
1449
1449
  }
1450
1450
 
1451
1451
  .duet-bg-gradient {
1452
- background-color: white !important;
1453
- background-image: linear-gradient(#f3f9fc, white) !important;
1452
+ background-color: rgb(255, 255, 255) !important;
1453
+ background-image: linear-gradient(rgb(243, 249, 252), rgb(255, 255, 255)) !important;
1454
1454
  background-repeat: no-repeat !important;
1455
1455
  background-size: 100% 1000px !important;
1456
1456
  }
1457
1457
  .duet-bg-gradient.duet-theme-turva {
1458
- background-image: linear-gradient(#f5f5f7, white) !important;
1458
+ background-image: linear-gradient(rgb(245, 245, 247), rgb(255, 255, 255)) !important;
1459
1459
  }
1460
1460
 
1461
1461
  .duet-animate-load body {
@@ -1593,8 +1593,8 @@ duet-visually-hidden:not(.hydrated) {
1593
1593
  font-family: "localtapiola-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1594
1594
  font-size: 10px;
1595
1595
  font-weight: 600;
1596
- color: #909599;
1597
- background: #f5f8fa;
1596
+ color: rgb(144, 149, 153);
1597
+ background: rgb(245, 248, 250);
1598
1598
  border-top-left-radius: 4px;
1599
1599
  }
1600
1600
  @media (max-width: 35.9375em) {
@@ -1638,6 +1638,6 @@ duet-visually-hidden:not(.hydrated) {
1638
1638
  }
1639
1639
  }
1640
1640
  .duet-breakpoints.duet-theme-turva::after {
1641
- color: #747475;
1642
- background: #f5f5f7;
1641
+ color: rgb(116, 116, 117);
1642
+ background: rgb(245, 245, 247);
1643
1643
  }
package/lib/duet.min.css CHANGED
@@ -1 +1 @@
1
- .duet-background-warning{background:#f7b228 !important}.duet-color-warning{color:#f7b228 !important}.duet-fill-warning{fill:#f7b228 !important}.duet-background-gray-darker{background:#657787 !important}.duet-color-gray-darker{color:#657787 !important}.duet-fill-gray-darker{fill:#657787 !important}.duet-background-gray-lighter{background:#f5f8fa !important}.duet-color-gray-lighter{color:#f5f8fa !important}.duet-fill-gray-lighter{fill:#f5f8fa !important}.duet-background-category-home{background:#d32483 !important}.duet-color-category-home{color:#d32483 !important}.duet-fill-category-home{fill:#d32483 !important}.duet-background-primary{background:#0077b3 !important}.duet-color-primary{color:#0077b3 !important}.duet-fill-primary{fill:#0077b3 !important}.duet-background-category-vehicle{background:#364a81 !important}.duet-color-category-vehicle{color:#364a81 !important}.duet-fill-category-vehicle{fill:#364a81 !important}.duet-background-success{background:#00875a !important}.duet-color-success{color:#00875a !important}.duet-fill-success{fill:#00875a !important}.duet-background-category-family{background:#0b7288 !important}.duet-color-category-family{color:#0b7288 !important}.duet-fill-category-family{fill:#0b7288 !important}.duet-background-primary-lightest{background:#f3f9fc !important}.duet-color-primary-lightest{color:#f3f9fc !important}.duet-fill-primary-lightest{fill:#f3f9fc !important}.duet-background-primary-lighter{background:#e6f2f8 !important}.duet-color-primary-lighter{color:#e6f2f8 !important}.duet-fill-primary-lighter{fill:#e6f2f8 !important}.duet-background-brand-blue{background:#00a1d4 !important}.duet-color-brand-blue{color:#00a1d4 !important}.duet-fill-brand-blue{fill:#00a1d4 !important}.duet-background-primary-dark{background:#004d80 !important}.duet-color-primary-dark{color:#004d80 !important}.duet-fill-primary-dark{fill:#004d80 !important}.duet-background-gray-lightest{background:#fff !important}.duet-color-gray-lightest{color:#fff !important}.duet-fill-gray-lightest{fill:#fff !important}.duet-background-category-finance{background:#7a01c4 !important}.duet-color-category-finance{color:#7a01c4 !important}.duet-fill-category-finance{fill:#7a01c4 !important}.duet-background-gray-dark{background:#909599 !important}.duet-color-gray-dark{color:#909599 !important}.duet-fill-gray-dark{fill:#909599 !important}.duet-background-gray-light{background:#e1e3e6 !important}.duet-color-gray-light{color:#e1e3e6 !important}.duet-fill-gray-light{fill:#e1e3e6 !important}.duet-background-secondary{background:#00294d !important}.duet-color-secondary{color:#00294d !important}.duet-fill-secondary{fill:#00294d !important}.duet-background-category-pet{background:#a8014e !important}.duet-color-category-pet{color:#a8014e !important}.duet-fill-category-pet{fill:#a8014e !important}.duet-background-primary-light{background:#cde5f1 !important}.duet-color-primary-light{color:#cde5f1 !important}.duet-fill-primary-light{fill:#cde5f1 !important}.duet-background-category-travel{background:#d54203 !important}.duet-color-category-travel{color:#d54203 !important}.duet-fill-category-travel{fill:#d54203 !important}.duet-background-gray{background:#cfd2d4 !important}.duet-color-gray{color:#cfd2d4 !important}.duet-fill-gray{fill:#cfd2d4 !important}.duet-background-danger{background:#de2362 !important}.duet-color-danger{color:#de2362 !important}.duet-fill-danger{fill:#de2362 !important}.duet-background-gray-darker-turva{background:#444445 !important}.duet-color-gray-darker-turva{color:#444445 !important}.duet-fill-gray-darker-turva{fill:#444445 !important}.duet-background-gray-lighter-turva{background:#f5f5f7 !important}.duet-color-gray-lighter-turva{color:#f5f5f7 !important}.duet-fill-gray-lighter-turva{fill:#f5f5f7 !important}.duet-background-category-home-turva{background:#a10a4e !important}.duet-color-category-home-turva{color:#a10a4e !important}.duet-fill-category-home-turva{fill:#a10a4e !important}.duet-background-primary-turva{background:#c60c30 !important}.duet-color-primary-turva{color:#c60c30 !important}.duet-fill-primary-turva{fill:#c60c30 !important}.duet-background-category-vehicle-turva{background:#171c3a !important}.duet-color-category-vehicle-turva{color:#171c3a !important}.duet-fill-category-vehicle-turva{fill:#171c3a !important}.duet-background-success-turva{background:#08874e !important}.duet-color-success-turva{color:#08874e !important}.duet-fill-success-turva{fill:#08874e !important}.duet-background-primary-lightest-turva{background:#fcf3f4 !important}.duet-color-primary-lightest-turva{color:#fcf3f4 !important}.duet-fill-primary-lightest-turva{fill:#fcf3f4 !important}.duet-background-category-family-turva{background:#c70c70 !important}.duet-color-category-family-turva{color:#c70c70 !important}.duet-fill-category-family-turva{fill:#c70c70 !important}.duet-background-category-union-turva{background:#a9457c !important}.duet-color-category-union-turva{color:#a9457c !important}.duet-fill-category-union-turva{fill:#a9457c !important}.duet-background-primary-lighter-turva{background:#f9e6ea !important}.duet-color-primary-lighter-turva{color:#f9e6ea !important}.duet-fill-primary-lighter-turva{fill:#f9e6ea !important}.duet-background-primary-dark-turva{background:#940925 !important}.duet-color-primary-dark-turva{color:#940925 !important}.duet-fill-primary-dark-turva{fill:#940925 !important}.duet-background-gray-lightest-turva{background:#fff !important}.duet-color-gray-lightest-turva{color:#fff !important}.duet-fill-gray-lightest-turva{fill:#fff !important}.duet-background-gray-dark-turva{background:#747475 !important}.duet-color-gray-dark-turva{color:#747475 !important}.duet-fill-gray-dark-turva{fill:#747475 !important}.duet-background-gray-light-turva{background:#e4e4e6 !important}.duet-color-gray-light-turva{color:#e4e4e6 !important}.duet-fill-gray-light-turva{fill:#e4e4e6 !important}.duet-background-brand-gray-turva{background:#b2b4b3 !important}.duet-color-brand-gray-turva{color:#b2b4b3 !important}.duet-fill-brand-gray-turva{fill:#b2b4b3 !important}.duet-background-secondary-turva{background:#171c3a !important}.duet-color-secondary-turva{color:#171c3a !important}.duet-fill-secondary-turva{fill:#171c3a !important}.duet-background-primary-light-turva{background:#f4cfd6 !important}.duet-color-primary-light-turva{color:#f4cfd6 !important}.duet-fill-primary-light-turva{fill:#f4cfd6 !important}.duet-background-category-travel-turva{background:#098194 !important}.duet-color-category-travel-turva{color:#098194 !important}.duet-fill-category-travel-turva{fill:#098194 !important}.duet-background-gray-turva{background:#cfcfd1 !important}.duet-color-gray-turva{color:#cfcfd1 !important}.duet-fill-gray-turva{fill:#cfcfd1 !important}.duet-background-danger-turva{background:#e02a0d !important}.duet-color-danger-turva{color:#e02a0d !important}.duet-fill-danger-turva{fill:#e02a0d !important}.duet-background-warning-turva{background:#faa40f !important}.duet-color-warning-turva{color:#faa40f !important}.duet-fill-warning-turva{fill:#faa40f !important}.duet-background-data-07{background:#c065f7 !important}.duet-color-data-07{color:#c065f7 !important}.duet-fill-data-07{fill:#c065f7 !important}.duet-background-data-08{background:#0069bf !important}.duet-color-data-08{color:#0069bf !important}.duet-fill-data-08{fill:#0069bf !important}.duet-background-data-09{background:#137835 !important}.duet-color-data-09{color:#137835 !important}.duet-fill-data-09{fill:#137835 !important}.duet-background-data-10{background:#b33c18 !important}.duet-color-data-10{color:#b33c18 !important}.duet-fill-data-10{fill:#b33c18 !important}.duet-background-data-11{background:#0da3a6 !important}.duet-color-data-11{color:#0da3a6 !important}.duet-fill-data-11{fill:#0da3a6 !important}.duet-background-data-01{background:#7a01c4 !important}.duet-color-data-01{color:#7a01c4 !important}.duet-fill-data-01{fill:#7a01c4 !important}.duet-background-data-12{background:#0b7288 !important}.duet-color-data-12{color:#0b7288 !important}.duet-fill-data-12{fill:#0b7288 !important}.duet-background-data-02{background:#009bcc !important}.duet-color-data-02{color:#009bcc !important}.duet-fill-data-02{fill:#009bcc !important}.duet-background-data-13{background:#b38918 !important}.duet-color-data-13{color:#b38918 !important}.duet-fill-data-13{fill:#b38918 !important}.duet-background-data-03{background:#1bab4b !important}.duet-color-data-03{color:#1bab4b !important}.duet-fill-data-03{fill:#1bab4b !important}.duet-background-data-14{background:#806211 !important}.duet-color-data-14{color:#806211 !important}.duet-fill-data-14{fill:#806211 !important}.duet-background-data-04{background:#ff5622 !important}.duet-color-data-04{color:#ff5622 !important}.duet-fill-data-04{fill:#ff5622 !important}.duet-background-data-15{background:#00294d !important}.duet-color-data-15{color:#00294d !important}.duet-fill-data-15{fill:#00294d !important}.duet-background-data-05{background:#f54c9a !important}.duet-color-data-05{color:#f54c9a !important}.duet-fill-data-05{fill:#f54c9a !important}.duet-background-data-06{background:#c21565 !important}.duet-color-data-06{color:#c21565 !important}.duet-fill-data-06{fill:#c21565 !important}.duet-font-weight-extra-bold{font-weight:800 !important}.duet-letter-spacing-heading{letter-spacing:-0.01rem !important}.duet-font-family-heading-turva{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-family-text-turva{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-family-heading{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-family-text{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-weight-bold{font-weight:700 !important}.duet-font-weight-normal{font-weight:400 !important}.duet-font-weight-semi-bold{font-weight:600 !important}.duet-font-size-xxxx-large{font-size:4.5rem !important}.duet-font-size-xxx-large{font-size:3rem !important}.duet-font-size-xx-large{font-size:2.25rem !important}.duet-font-size-x-large{font-size:1.5rem !important}.duet-font-size-large{font-size:1.25rem !important}.duet-font-size-medium{font-size:1rem !important}.duet-font-size-small{font-size:.875rem !important}.duet-font-size-x-small{font-size:.75rem !important}.duet-radius-sharp{border-radius:0 !important}.duet-radius-default{border-radius:4px !important}.duet-radius-circle{border-radius:50% !important}.duet-radius-pill{border-radius:20rem !important}.duet-shadow-tooltip-turva{box-shadow:0 2px 10px 0 rgba(117,117,117,.13) !important}.duet-shadow-default{box-shadow:0 2px 6px 0 rgba(0,41,77,.07) !important}.duet-shadow-tooltip{box-shadow:0 2px 10px 0 rgba(0,41,77,.07) !important}.duet-shadow-card-turva{box-shadow:0 2px 6px 0 rgba(117,117,117,.13),0 -1px 0 0 rgba(0,0,0,.09),-1px 0 0 0 rgba(0,0,0,.07),1px 0 0 0 rgba(0,0,0,.07),0 1px 0 0 rgba(0,0,0,.07) !important}.duet-shadow-modal{box-shadow:0 2px 20px 0 rgba(0,0,0,.2) !important}.duet-shadow-card{box-shadow:0 2px 6px 0 rgba(0,41,77,.07),0 -1px 0 0 rgba(0,0,0,.09),-1px 0 0 0 rgba(0,0,0,.07),1px 0 0 0 rgba(0,0,0,.07),0 1px 0 0 rgba(0,0,0,.07) !important}.duet-shadow-hover-turva{box-shadow:0 2px 10px 0 rgba(117,117,117,.15) !important}.duet-shadow-hover{box-shadow:0 2px 10px 0 rgba(0,41,77,.1) !important}.duet-shadow-default-turva{box-shadow:0 2px 6px 0 rgba(117,117,117,.13) !important}.duet-mt-xx-small{margin-top:4px !important}.duet-mb-xx-small{margin-bottom:4px !important}.duet-ml-xx-small{margin-left:4px !important}.duet-mr-xx-small{margin-right:4px !important}.duet-mx-xx-small{margin-right:4px !important;margin-left:4px !important}.duet-my-xx-small{margin-top:4px !important;margin-bottom:4px !important}.duet-m-xx-small{margin:4px !important}.duet-pt-xx-small{padding-top:4px !important}.duet-pb-xx-small{padding-bottom:4px !important}.duet-pl-xx-small{padding-left:4px !important}.duet-pr-xx-small{padding-right:4px !important}.duet-px-xx-small{padding-right:4px !important;padding-left:4px !important}.duet-py-xx-small{padding-top:4px !important;padding-bottom:4px !important}.duet-p-xx-small{padding:4px !important}.duet-mt-large{margin-top:20px !important}.duet-mb-large{margin-bottom:20px !important}.duet-ml-large{margin-left:20px !important}.duet-mr-large{margin-right:20px !important}.duet-mx-large{margin-right:20px !important;margin-left:20px !important}.duet-my-large{margin-top:20px !important;margin-bottom:20px !important}.duet-m-large{margin:20px !important}.duet-pt-large{padding-top:20px !important}.duet-pb-large{padding-bottom:20px !important}.duet-pl-large{padding-left:20px !important}.duet-pr-large{padding-right:20px !important}.duet-px-large{padding-right:20px !important;padding-left:20px !important}.duet-py-large{padding-top:20px !important;padding-bottom:20px !important}.duet-p-large{padding:20px !important}.duet-mt-x-small{margin-top:8px !important}.duet-mb-x-small{margin-bottom:8px !important}.duet-ml-x-small{margin-left:8px !important}.duet-mr-x-small{margin-right:8px !important}.duet-mx-x-small{margin-right:8px !important;margin-left:8px !important}.duet-my-x-small{margin-top:8px !important;margin-bottom:8px !important}.duet-m-x-small{margin:8px !important}.duet-pt-x-small{padding-top:8px !important}.duet-pb-x-small{padding-bottom:8px !important}.duet-pl-x-small{padding-left:8px !important}.duet-pr-x-small{padding-right:8px !important}.duet-px-x-small{padding-right:8px !important;padding-left:8px !important}.duet-py-x-small{padding-top:8px !important;padding-bottom:8px !important}.duet-p-x-small{padding:8px !important}.duet-mt-xxx-small{margin-top:2px !important}.duet-mb-xxx-small{margin-bottom:2px !important}.duet-ml-xxx-small{margin-left:2px !important}.duet-mr-xxx-small{margin-right:2px !important}.duet-mx-xxx-small{margin-right:2px !important;margin-left:2px !important}.duet-my-xxx-small{margin-top:2px !important;margin-bottom:2px !important}.duet-m-xxx-small{margin:2px !important}.duet-pt-xxx-small{padding-top:2px !important}.duet-pb-xxx-small{padding-bottom:2px !important}.duet-pl-xxx-small{padding-left:2px !important}.duet-pr-xxx-small{padding-right:2px !important}.duet-px-xxx-small{padding-right:2px !important;padding-left:2px !important}.duet-py-xxx-small{padding-top:2px !important;padding-bottom:2px !important}.duet-p-xxx-small{padding:2px !important}.duet-mt-small{margin-top:12px !important}.duet-mb-small{margin-bottom:12px !important}.duet-ml-small{margin-left:12px !important}.duet-mr-small{margin-right:12px !important}.duet-mx-small{margin-right:12px !important;margin-left:12px !important}.duet-my-small{margin-top:12px !important;margin-bottom:12px !important}.duet-m-small{margin:12px !important}.duet-pt-small{padding-top:12px !important}.duet-pb-small{padding-bottom:12px !important}.duet-pl-small{padding-left:12px !important}.duet-pr-small{padding-right:12px !important}.duet-px-small{padding-right:12px !important;padding-left:12px !important}.duet-py-small{padding-top:12px !important;padding-bottom:12px !important}.duet-p-small{padding:12px !important}.duet-mt-medium{margin-top:16px !important}.duet-mb-medium{margin-bottom:16px !important}.duet-ml-medium{margin-left:16px !important}.duet-mr-medium{margin-right:16px !important}.duet-mx-medium{margin-right:16px !important;margin-left:16px !important}.duet-my-medium{margin-top:16px !important;margin-bottom:16px !important}.duet-m-medium{margin:16px !important}.duet-pt-medium{padding-top:16px !important}.duet-pb-medium{padding-bottom:16px !important}.duet-pl-medium{padding-left:16px !important}.duet-pr-medium{padding-right:16px !important}.duet-px-medium{padding-right:16px !important;padding-left:16px !important}.duet-py-medium{padding-top:16px !important;padding-bottom:16px !important}.duet-p-medium{padding:16px !important}.duet-mt-xx-large{margin-top:36px !important}.duet-mb-xx-large{margin-bottom:36px !important}.duet-ml-xx-large{margin-left:36px !important}.duet-mr-xx-large{margin-right:36px !important}.duet-mx-xx-large{margin-right:36px !important;margin-left:36px !important}.duet-my-xx-large{margin-top:36px !important;margin-bottom:36px !important}.duet-m-xx-large{margin:36px !important}.duet-pt-xx-large{padding-top:36px !important}.duet-pb-xx-large{padding-bottom:36px !important}.duet-pl-xx-large{padding-left:36px !important}.duet-pr-xx-large{padding-right:36px !important}.duet-px-xx-large{padding-right:36px !important;padding-left:36px !important}.duet-py-xx-large{padding-top:36px !important;padding-bottom:36px !important}.duet-p-xx-large{padding:36px !important}.duet-mt-xxxx-large{margin-top:72px !important}.duet-mb-xxxx-large{margin-bottom:72px !important}.duet-ml-xxxx-large{margin-left:72px !important}.duet-mr-xxxx-large{margin-right:72px !important}.duet-mx-xxxx-large{margin-right:72px !important;margin-left:72px !important}.duet-my-xxxx-large{margin-top:72px !important;margin-bottom:72px !important}.duet-m-xxxx-large{margin:72px !important}.duet-pt-xxxx-large{padding-top:72px !important}.duet-pb-xxxx-large{padding-bottom:72px !important}.duet-pl-xxxx-large{padding-left:72px !important}.duet-pr-xxxx-large{padding-right:72px !important}.duet-px-xxxx-large{padding-right:72px !important;padding-left:72px !important}.duet-py-xxxx-large{padding-top:72px !important;padding-bottom:72px !important}.duet-p-xxxx-large{padding:72px !important}.duet-mt-xxxxx-large{margin-top:94px !important}.duet-mb-xxxxx-large{margin-bottom:94px !important}.duet-ml-xxxxx-large{margin-left:94px !important}.duet-mr-xxxxx-large{margin-right:94px !important}.duet-mx-xxxxx-large{margin-right:94px !important;margin-left:94px !important}.duet-my-xxxxx-large{margin-top:94px !important;margin-bottom:94px !important}.duet-m-xxxxx-large{margin:94px !important}.duet-pt-xxxxx-large{padding-top:94px !important}.duet-pb-xxxxx-large{padding-bottom:94px !important}.duet-pl-xxxxx-large{padding-left:94px !important}.duet-pr-xxxxx-large{padding-right:94px !important}.duet-px-xxxxx-large{padding-right:94px !important;padding-left:94px !important}.duet-py-xxxxx-large{padding-top:94px !important;padding-bottom:94px !important}.duet-p-xxxxx-large{padding:94px !important}.duet-mt-xxx-large{margin-top:48px !important}.duet-mb-xxx-large{margin-bottom:48px !important}.duet-ml-xxx-large{margin-left:48px !important}.duet-mr-xxx-large{margin-right:48px !important}.duet-mx-xxx-large{margin-right:48px !important;margin-left:48px !important}.duet-my-xxx-large{margin-top:48px !important;margin-bottom:48px !important}.duet-m-xxx-large{margin:48px !important}.duet-pt-xxx-large{padding-top:48px !important}.duet-pb-xxx-large{padding-bottom:48px !important}.duet-pl-xxx-large{padding-left:48px !important}.duet-pr-xxx-large{padding-right:48px !important}.duet-px-xxx-large{padding-right:48px !important;padding-left:48px !important}.duet-py-xxx-large{padding-top:48px !important;padding-bottom:48px !important}.duet-p-xxx-large{padding:48px !important}.duet-mt-x-large{margin-top:28px !important}.duet-mb-x-large{margin-bottom:28px !important}.duet-ml-x-large{margin-left:28px !important}.duet-mr-x-large{margin-right:28px !important}.duet-mx-x-large{margin-right:28px !important;margin-left:28px !important}.duet-my-x-large{margin-top:28px !important;margin-bottom:28px !important}.duet-m-x-large{margin:28px !important}.duet-pt-x-large{padding-top:28px !important}.duet-pb-x-large{padding-bottom:28px !important}.duet-pl-x-large{padding-left:28px !important}.duet-pr-x-large{padding-right:28px !important}.duet-px-x-large{padding-right:28px !important;padding-left:28px !important}.duet-py-x-large{padding-top:28px !important;padding-bottom:28px !important}.duet-p-x-large{padding:28px !important}.duet-size-icon-xx-large{width:48px !important;height:48px !important}.duet-size-form-border{border-width:1px !important}.duet-size-step-medium{width:40px !important;height:40px !important}.duet-size-button-min-width{min-width:8rem !important}.duet-size-icon-xxx-large{width:72px !important;height:72px !important}.duet-size-icon-x-large{width:36px !important;height:36px !important}.duet-size-icon-xx-small{width:10px !important;height:10px !important}.duet-size-step-small{width:30px !important;height:30px !important}.duet-size-icon-large{width:30px !important;height:30px !important}.duet-size-tappable-square{width:48px !important;height:48px !important}.duet-size-icon-x-small{width:16px !important;height:16px !important}.duet-size-icon-xxx-small{width:7px !important;height:7px !important}.duet-size-icon-medium{width:24px !important;height:24px !important}.duet-size-icon-small{width:20px !important;height:20px !important}.duet-opacity-85{opacity:.85 !important}.duet-opacity-75{opacity:.75 !important}.duet-opacity-50{opacity:.5 !important}.duet-opacity-30{opacity:.3 !important}.duet-z-index-mask-buttons{z-index:250 !important}.duet-z-index-dropdown{z-index:600 !important}.duet-z-index-spinner{z-index:800 !important}.duet-z-index-default{z-index:1 !important}.duet-z-index-toast{z-index:500 !important}.duet-z-index-popup{z-index:950 !important}.duet-z-index-modal{z-index:900 !important}.duet-z-index-sticky{z-index:300 !important}.duet-z-index-masked{z-index:100 !important}.duet-z-index-deep{z-index:-999999 !important}.duet-z-index-overlay{z-index:700 !important}.duet-z-index-mask{z-index:200 !important}.duet-z-index-header{z-index:400 !important}.duet-line-height-medium{line-height:1.5 !important}.duet-line-height-small{line-height:1.25 !important}.duet-line-height-x-small{line-height:1.1 !important}.duet-transition-quickly{transition:all 300ms ease !important}.duet-transition-slowly{transition:all 600ms ease !important}*,*::after,*::before{box-sizing:border-box}html{font-size:100%;background:#fff;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{min-height:100%;padding:0;margin:0;font-variant-numeric:tabular-nums}body{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#00294d;background:transparent !important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.duet-theme-turva body{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#171c3a}strong,b{font-weight:600}.duet-theme-turva strong,.duet-theme-turva b{font-weight:700}button,fieldset,form,input,label,select,textarea{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.duet-theme-turva button,.duet-theme-turva fieldset,.duet-theme-turva form,.duet-theme-turva input,.duet-theme-turva label,.duet-theme-turva select,.duet-theme-turva textarea{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}fieldset{min-width:0;padding:0;margin:0;border:0}legend{padding:0;margin:0}i,em{font-style:normal}a{color:#0077b3;transition:300ms ease}.duet-theme-turva a{color:#c60c30}a:hover{color:#004d80;text-decoration:none}.duet-theme-turva a:hover{color:#940925}a:active{opacity:.75;transition:none}.duet-list{padding:0 0 0 36px;margin:0 0 16px;font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#00294d;border:0 !important}.duet-theme-turva .duet-list{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#171c3a}ul.duet-list{list-style:disc !important}ol.duet-list{list-style-type:decimal !important}.duet-list li{padding:0 !important;margin:0 0 12px !important}.duet-list li:last-of-type{margin:0 !important}.duet-list li ul,.duet-list li ol{margin-top:12px !important}.duet-sticky-footer body,.duet-sticky-body{display:flex !important;flex-direction:column !important;min-height:100vh !important}.duet-sticky-content{flex:1 0 auto !important}.duet-font-style-italic{font-style:italic !important}.duet-text-left{text-align:left !important}.duet-text-center{text-align:center !important}.duet-text-right{text-align:right !important}.duet-expand{width:100% !important}.duet-reset{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;-moz-appearance:none;-webkit-appearance:none}.duet-visually-hidden{position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}.duet-responsive-table{position:relative;width:100%;overflow-x:auto;background:linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0)),linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0)) 100% 0,radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)),radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 100% 0%;background-repeat:no-repeat;background-attachment:local,local,scroll,scroll;background-size:100px 100%,100px 100%,12px 100%,12px 100%}.duet-selected-column{background:rgba(0,119,179,.08)}.duet-theme-turva .duet-selected-column{background:rgba(68,68,69,.08)}.duet-bg-gradient{background-color:#fff !important;background-image:linear-gradient(#f3f9fc, white) !important;background-repeat:no-repeat !important;background-size:100% 1000px !important}.duet-bg-gradient.duet-theme-turva{background-image:linear-gradient(#f5f5f7, white) !important}.duet-animate-load body{visibility:hidden;opacity:0;transition:opacity 300ms 180ms ease}.duet-animate-load.hydrated body{visibility:visible;opacity:1}duet-paragraph+duet-heading{margin-top:20px !important}@media(min-width: 36em){duet-paragraph+duet-heading{margin-top:28px !important}}duet-paragraph+duet-button{margin-top:12px !important}.duet-toast{position:fixed;top:16px;left:50%;z-index:500;width:calc(100% - 28px);max-width:576px;transform:translateX(-50%)}.duet-toast duet-alert{border-radius:4px;box-shadow:0 2px 10px 0 rgba(0,41,77,.1)}duet-action-button:not(.hydrated),duet-alert:not(.hydrated),duet-badge:not(.hydrated),duet-breadcrumb:not(.hydrated),duet-breadcrumbs:not(.hydrated),duet-button:not(.hydrated),duet-caption:not(.hydrated),duet-card:not(.hydrated),duet-checkbox:not(.hydrated),duet-checkmark:not(.hydrated),duet-choice:not(.hydrated),duet-choice-group:not(.hydrated),duet-collapsible:not(.hydrated),duet-combobox:not(.hydrated),duet-cookie-consent:not(.hydrated),duet-date-picker:not(.hydrated),duet-divider:not(.hydrated),duet-editable-table:not(.hydrated),duet-empty-state:not(.hydrated),duet-fieldset:not(.hydrated),duet-footer:not(.hydrated),duet-grid:not(.hydrated),duet-grid-item:not(.hydrated),duet-header:not(.hydrated),duet-heading:not(.hydrated),duet-hero:not(.hydrated),duet-icon:not(.hydrated),duet-input:not(.hydrated),duet-label:not(.hydrated),duet-layout:not(.hydrated),duet-link:not(.hydrated),duet-list:not(.hydrated),duet-list-item:not(.hydrated),duet-logo:not(.hydrated),duet-menu-bar:not(.hydrated),duet-menu-bar-button:not(.hydrated),duet-menu-bar-dropdown:not(.hydrated),duet-menu-bar-dropdown-link:not(.hydrated),duet-menu-bar-link:not(.hydrated),duet-modal:not(.hydrated),duet-multiselect:not(.hydrated),duet-nav:not(.hydrated),duet-notification:not(.hydrated),duet-notification-drawer:not(.hydrated),duet-number-input:not(.hydrated),duet-page-heading:not(.hydrated),duet-pagination:not(.hydrated),duet-paragraph:not(.hydrated),duet-progress:not(.hydrated),duet-radio:not(.hydrated),duet-radio-group:not(.hydrated),duet-range-slider:not(.hydrated),duet-range-stepper:not(.hydrated),duet-scrollable:not(.hydrated),duet-section-layout:not(.hydrated),duet-select:not(.hydrated),duet-slideout:not(.hydrated),duet-slideout-lang:not(.hydrated),duet-slideout-link:not(.hydrated),duet-slideout-panel:not(.hydrated),duet-slideout-panel-dropdown:not(.hydrated),duet-spacer:not(.hydrated),duet-spinner:not(.hydrated),duet-step:not(.hydrated),duet-stepper:not(.hydrated),duet-submenu-bar:not(.hydrated),duet-submenu-bar-dropdown:not(.hydrated),duet-submenu-bar-dropdown-link:not(.hydrated),duet-submenu-bar-link:not(.hydrated),duet-tab:not(.hydrated),duet-tab-group:not(.hydrated),duet-table:not(.hydrated),duet-textarea:not(.hydrated),duet-toggle:not(.hydrated),duet-toolbar:not(.hydrated),duet-toolbar-dropdown:not(.hydrated),duet-toolbar-dropdown-link:not(.hydrated),duet-toolbar-link:not(.hydrated),duet-tooltip:not(.hydrated),duet-tray:not(.hydrated),duet-upload:not(.hydrated),duet-upload-aria-status:not(.hydrated),duet-visually-hidden:not(.hydrated){visibility:hidden}.duet-breakpoints::after{position:fixed;right:0;bottom:0;z-index:2147483647;box-sizing:border-box;padding:6px 8px;font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:10px;font-weight:600;color:#909599;background:#f5f8fa;border-top-left-radius:4px}@media(max-width: 35.9375em){.duet-breakpoints::after{content:"X-Small"}}@media(max-width: 20.5em){.duet-breakpoints::after{content:"XXX-Small"}}@media(max-width: 22.5em){.duet-breakpoints::after{content:"XX-Small"}}@media(min-width: 36em){.duet-breakpoints::after{content:"Small"}}@media(min-width: 48em){.duet-breakpoints::after{content:"Medium"}}@media(min-width: 62em){.duet-breakpoints::after{content:"Large"}}@media(min-width: 64.0625em){.duet-breakpoints::after{content:"X-Large"}}@media(min-width: 76.25em){.duet-breakpoints::after{content:"XX-Large"}}.duet-breakpoints.duet-theme-turva::after{color:#747475;background:#f5f5f7}
1
+ .duet-background-warning{background:#f7b228 !important}.duet-color-warning{color:#f7b228 !important}.duet-fill-warning{fill:#f7b228 !important}.duet-background-gray-darker{background:#657787 !important}.duet-color-gray-darker{color:#657787 !important}.duet-fill-gray-darker{fill:#657787 !important}.duet-background-gray-lighter{background:#f5f8fa !important}.duet-color-gray-lighter{color:#f5f8fa !important}.duet-fill-gray-lighter{fill:#f5f8fa !important}.duet-background-category-home{background:#d32483 !important}.duet-color-category-home{color:#d32483 !important}.duet-fill-category-home{fill:#d32483 !important}.duet-background-primary{background:#0077b3 !important}.duet-color-primary{color:#0077b3 !important}.duet-fill-primary{fill:#0077b3 !important}.duet-background-category-vehicle{background:#364a81 !important}.duet-color-category-vehicle{color:#364a81 !important}.duet-fill-category-vehicle{fill:#364a81 !important}.duet-background-success{background:#00875a !important}.duet-color-success{color:#00875a !important}.duet-fill-success{fill:#00875a !important}.duet-background-category-family{background:#0b7288 !important}.duet-color-category-family{color:#0b7288 !important}.duet-fill-category-family{fill:#0b7288 !important}.duet-background-primary-lightest{background:#f3f9fc !important}.duet-color-primary-lightest{color:#f3f9fc !important}.duet-fill-primary-lightest{fill:#f3f9fc !important}.duet-background-primary-lighter{background:#e6f2f8 !important}.duet-color-primary-lighter{color:#e6f2f8 !important}.duet-fill-primary-lighter{fill:#e6f2f8 !important}.duet-background-brand-blue{background:#00a1d4 !important}.duet-color-brand-blue{color:#00a1d4 !important}.duet-fill-brand-blue{fill:#00a1d4 !important}.duet-background-primary-dark{background:#004d80 !important}.duet-color-primary-dark{color:#004d80 !important}.duet-fill-primary-dark{fill:#004d80 !important}.duet-background-gray-lightest{background:#fff !important}.duet-color-gray-lightest{color:#fff !important}.duet-fill-gray-lightest{fill:#fff !important}.duet-background-category-finance{background:#7a01c4 !important}.duet-color-category-finance{color:#7a01c4 !important}.duet-fill-category-finance{fill:#7a01c4 !important}.duet-background-gray-dark{background:#909599 !important}.duet-color-gray-dark{color:#909599 !important}.duet-fill-gray-dark{fill:#909599 !important}.duet-background-gray-light{background:#e1e3e6 !important}.duet-color-gray-light{color:#e1e3e6 !important}.duet-fill-gray-light{fill:#e1e3e6 !important}.duet-background-secondary{background:#00294d !important}.duet-color-secondary{color:#00294d !important}.duet-fill-secondary{fill:#00294d !important}.duet-background-category-pet{background:#a8014e !important}.duet-color-category-pet{color:#a8014e !important}.duet-fill-category-pet{fill:#a8014e !important}.duet-background-primary-light{background:#cde5f1 !important}.duet-color-primary-light{color:#cde5f1 !important}.duet-fill-primary-light{fill:#cde5f1 !important}.duet-background-category-travel{background:#d54203 !important}.duet-color-category-travel{color:#d54203 !important}.duet-fill-category-travel{fill:#d54203 !important}.duet-background-gray{background:#cfd2d4 !important}.duet-color-gray{color:#cfd2d4 !important}.duet-fill-gray{fill:#cfd2d4 !important}.duet-background-danger{background:#de2362 !important}.duet-color-danger{color:#de2362 !important}.duet-fill-danger{fill:#de2362 !important}.duet-background-gray-darker-turva{background:#444445 !important}.duet-color-gray-darker-turva{color:#444445 !important}.duet-fill-gray-darker-turva{fill:#444445 !important}.duet-background-gray-lighter-turva{background:#f5f5f7 !important}.duet-color-gray-lighter-turva{color:#f5f5f7 !important}.duet-fill-gray-lighter-turva{fill:#f5f5f7 !important}.duet-background-category-home-turva{background:#a10a4e !important}.duet-color-category-home-turva{color:#a10a4e !important}.duet-fill-category-home-turva{fill:#a10a4e !important}.duet-background-primary-turva{background:#c60c30 !important}.duet-color-primary-turva{color:#c60c30 !important}.duet-fill-primary-turva{fill:#c60c30 !important}.duet-background-category-vehicle-turva{background:#171c3a !important}.duet-color-category-vehicle-turva{color:#171c3a !important}.duet-fill-category-vehicle-turva{fill:#171c3a !important}.duet-background-success-turva{background:#08874e !important}.duet-color-success-turva{color:#08874e !important}.duet-fill-success-turva{fill:#08874e !important}.duet-background-primary-lightest-turva{background:#fcf3f4 !important}.duet-color-primary-lightest-turva{color:#fcf3f4 !important}.duet-fill-primary-lightest-turva{fill:#fcf3f4 !important}.duet-background-category-family-turva{background:#c70c70 !important}.duet-color-category-family-turva{color:#c70c70 !important}.duet-fill-category-family-turva{fill:#c70c70 !important}.duet-background-category-union-turva{background:#a9457c !important}.duet-color-category-union-turva{color:#a9457c !important}.duet-fill-category-union-turva{fill:#a9457c !important}.duet-background-primary-lighter-turva{background:#f9e6ea !important}.duet-color-primary-lighter-turva{color:#f9e6ea !important}.duet-fill-primary-lighter-turva{fill:#f9e6ea !important}.duet-background-primary-dark-turva{background:#940925 !important}.duet-color-primary-dark-turva{color:#940925 !important}.duet-fill-primary-dark-turva{fill:#940925 !important}.duet-background-gray-lightest-turva{background:#fff !important}.duet-color-gray-lightest-turva{color:#fff !important}.duet-fill-gray-lightest-turva{fill:#fff !important}.duet-background-gray-dark-turva{background:#747475 !important}.duet-color-gray-dark-turva{color:#747475 !important}.duet-fill-gray-dark-turva{fill:#747475 !important}.duet-background-gray-light-turva{background:#e4e4e6 !important}.duet-color-gray-light-turva{color:#e4e4e6 !important}.duet-fill-gray-light-turva{fill:#e4e4e6 !important}.duet-background-brand-gray-turva{background:#b2b4b3 !important}.duet-color-brand-gray-turva{color:#b2b4b3 !important}.duet-fill-brand-gray-turva{fill:#b2b4b3 !important}.duet-background-secondary-turva{background:#171c3a !important}.duet-color-secondary-turva{color:#171c3a !important}.duet-fill-secondary-turva{fill:#171c3a !important}.duet-background-primary-light-turva{background:#f4cfd6 !important}.duet-color-primary-light-turva{color:#f4cfd6 !important}.duet-fill-primary-light-turva{fill:#f4cfd6 !important}.duet-background-category-travel-turva{background:#098194 !important}.duet-color-category-travel-turva{color:#098194 !important}.duet-fill-category-travel-turva{fill:#098194 !important}.duet-background-gray-turva{background:#cfcfd1 !important}.duet-color-gray-turva{color:#cfcfd1 !important}.duet-fill-gray-turva{fill:#cfcfd1 !important}.duet-background-danger-turva{background:#e02a0d !important}.duet-color-danger-turva{color:#e02a0d !important}.duet-fill-danger-turva{fill:#e02a0d !important}.duet-background-warning-turva{background:#faa40f !important}.duet-color-warning-turva{color:#faa40f !important}.duet-fill-warning-turva{fill:#faa40f !important}.duet-background-data-07{background:#c065f7 !important}.duet-color-data-07{color:#c065f7 !important}.duet-fill-data-07{fill:#c065f7 !important}.duet-background-data-08{background:#0069bf !important}.duet-color-data-08{color:#0069bf !important}.duet-fill-data-08{fill:#0069bf !important}.duet-background-data-09{background:#137835 !important}.duet-color-data-09{color:#137835 !important}.duet-fill-data-09{fill:#137835 !important}.duet-background-data-10{background:#b33c18 !important}.duet-color-data-10{color:#b33c18 !important}.duet-fill-data-10{fill:#b33c18 !important}.duet-background-data-11{background:#0da3a6 !important}.duet-color-data-11{color:#0da3a6 !important}.duet-fill-data-11{fill:#0da3a6 !important}.duet-background-data-01{background:#7a01c4 !important}.duet-color-data-01{color:#7a01c4 !important}.duet-fill-data-01{fill:#7a01c4 !important}.duet-background-data-12{background:#0b7288 !important}.duet-color-data-12{color:#0b7288 !important}.duet-fill-data-12{fill:#0b7288 !important}.duet-background-data-02{background:#009bcc !important}.duet-color-data-02{color:#009bcc !important}.duet-fill-data-02{fill:#009bcc !important}.duet-background-data-13{background:#b38918 !important}.duet-color-data-13{color:#b38918 !important}.duet-fill-data-13{fill:#b38918 !important}.duet-background-data-03{background:#1bab4b !important}.duet-color-data-03{color:#1bab4b !important}.duet-fill-data-03{fill:#1bab4b !important}.duet-background-data-14{background:#806211 !important}.duet-color-data-14{color:#806211 !important}.duet-fill-data-14{fill:#806211 !important}.duet-background-data-04{background:#ff5622 !important}.duet-color-data-04{color:#ff5622 !important}.duet-fill-data-04{fill:#ff5622 !important}.duet-background-data-15{background:#00294d !important}.duet-color-data-15{color:#00294d !important}.duet-fill-data-15{fill:#00294d !important}.duet-background-data-05{background:#f54c9a !important}.duet-color-data-05{color:#f54c9a !important}.duet-fill-data-05{fill:#f54c9a !important}.duet-background-data-06{background:#c21565 !important}.duet-color-data-06{color:#c21565 !important}.duet-fill-data-06{fill:#c21565 !important}.duet-font-weight-extra-bold{font-weight:800 !important}.duet-letter-spacing-heading{letter-spacing:-0.01rem !important}.duet-font-family-heading-turva{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-family-text-turva{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-family-heading{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-family-text{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important}.duet-font-weight-bold{font-weight:700 !important}.duet-font-weight-normal{font-weight:400 !important}.duet-font-weight-semi-bold{font-weight:600 !important}.duet-font-size-xxxx-large{font-size:4.5rem !important}.duet-font-size-xxx-large{font-size:3rem !important}.duet-font-size-xx-large{font-size:2.25rem !important}.duet-font-size-x-large{font-size:1.5rem !important}.duet-font-size-large{font-size:1.25rem !important}.duet-font-size-medium{font-size:1rem !important}.duet-font-size-small{font-size:.875rem !important}.duet-font-size-x-small{font-size:.75rem !important}.duet-radius-sharp{border-radius:0 !important}.duet-radius-default{border-radius:4px !important}.duet-radius-circle{border-radius:50% !important}.duet-radius-pill{border-radius:20rem !important}.duet-shadow-tooltip-turva{box-shadow:0 2px 10px 0 rgba(117,117,117,.13) !important}.duet-shadow-default{box-shadow:0 2px 6px 0 rgba(0,41,77,.07) !important}.duet-shadow-tooltip{box-shadow:0 2px 10px 0 rgba(0,41,77,.07) !important}.duet-shadow-card-turva{box-shadow:0 2px 6px 0 rgba(117,117,117,.13),0 -1px 0 0 rgba(0,0,0,.09),-1px 0 0 0 rgba(0,0,0,.07),1px 0 0 0 rgba(0,0,0,.07),0 1px 0 0 rgba(0,0,0,.07) !important}.duet-shadow-modal{box-shadow:0 2px 20px 0 rgba(0,0,0,.2) !important}.duet-shadow-card{box-shadow:0 2px 6px 0 rgba(0,41,77,.07),0 -1px 0 0 rgba(0,0,0,.09),-1px 0 0 0 rgba(0,0,0,.07),1px 0 0 0 rgba(0,0,0,.07),0 1px 0 0 rgba(0,0,0,.07) !important}.duet-shadow-hover-turva{box-shadow:0 2px 10px 0 rgba(117,117,117,.15) !important}.duet-shadow-hover{box-shadow:0 2px 10px 0 rgba(0,41,77,.1) !important}.duet-shadow-default-turva{box-shadow:0 2px 6px 0 rgba(117,117,117,.13) !important}.duet-mt-xx-small{margin-top:4px !important}.duet-mb-xx-small{margin-bottom:4px !important}.duet-ml-xx-small{margin-left:4px !important}.duet-mr-xx-small{margin-right:4px !important}.duet-mx-xx-small{margin-right:4px !important;margin-left:4px !important}.duet-my-xx-small{margin-top:4px !important;margin-bottom:4px !important}.duet-m-xx-small{margin:4px !important}.duet-pt-xx-small{padding-top:4px !important}.duet-pb-xx-small{padding-bottom:4px !important}.duet-pl-xx-small{padding-left:4px !important}.duet-pr-xx-small{padding-right:4px !important}.duet-px-xx-small{padding-right:4px !important;padding-left:4px !important}.duet-py-xx-small{padding-top:4px !important;padding-bottom:4px !important}.duet-p-xx-small{padding:4px !important}.duet-mt-large{margin-top:20px !important}.duet-mb-large{margin-bottom:20px !important}.duet-ml-large{margin-left:20px !important}.duet-mr-large{margin-right:20px !important}.duet-mx-large{margin-right:20px !important;margin-left:20px !important}.duet-my-large{margin-top:20px !important;margin-bottom:20px !important}.duet-m-large{margin:20px !important}.duet-pt-large{padding-top:20px !important}.duet-pb-large{padding-bottom:20px !important}.duet-pl-large{padding-left:20px !important}.duet-pr-large{padding-right:20px !important}.duet-px-large{padding-right:20px !important;padding-left:20px !important}.duet-py-large{padding-top:20px !important;padding-bottom:20px !important}.duet-p-large{padding:20px !important}.duet-mt-x-small{margin-top:8px !important}.duet-mb-x-small{margin-bottom:8px !important}.duet-ml-x-small{margin-left:8px !important}.duet-mr-x-small{margin-right:8px !important}.duet-mx-x-small{margin-right:8px !important;margin-left:8px !important}.duet-my-x-small{margin-top:8px !important;margin-bottom:8px !important}.duet-m-x-small{margin:8px !important}.duet-pt-x-small{padding-top:8px !important}.duet-pb-x-small{padding-bottom:8px !important}.duet-pl-x-small{padding-left:8px !important}.duet-pr-x-small{padding-right:8px !important}.duet-px-x-small{padding-right:8px !important;padding-left:8px !important}.duet-py-x-small{padding-top:8px !important;padding-bottom:8px !important}.duet-p-x-small{padding:8px !important}.duet-mt-xxx-small{margin-top:2px !important}.duet-mb-xxx-small{margin-bottom:2px !important}.duet-ml-xxx-small{margin-left:2px !important}.duet-mr-xxx-small{margin-right:2px !important}.duet-mx-xxx-small{margin-right:2px !important;margin-left:2px !important}.duet-my-xxx-small{margin-top:2px !important;margin-bottom:2px !important}.duet-m-xxx-small{margin:2px !important}.duet-pt-xxx-small{padding-top:2px !important}.duet-pb-xxx-small{padding-bottom:2px !important}.duet-pl-xxx-small{padding-left:2px !important}.duet-pr-xxx-small{padding-right:2px !important}.duet-px-xxx-small{padding-right:2px !important;padding-left:2px !important}.duet-py-xxx-small{padding-top:2px !important;padding-bottom:2px !important}.duet-p-xxx-small{padding:2px !important}.duet-mt-small{margin-top:12px !important}.duet-mb-small{margin-bottom:12px !important}.duet-ml-small{margin-left:12px !important}.duet-mr-small{margin-right:12px !important}.duet-mx-small{margin-right:12px !important;margin-left:12px !important}.duet-my-small{margin-top:12px !important;margin-bottom:12px !important}.duet-m-small{margin:12px !important}.duet-pt-small{padding-top:12px !important}.duet-pb-small{padding-bottom:12px !important}.duet-pl-small{padding-left:12px !important}.duet-pr-small{padding-right:12px !important}.duet-px-small{padding-right:12px !important;padding-left:12px !important}.duet-py-small{padding-top:12px !important;padding-bottom:12px !important}.duet-p-small{padding:12px !important}.duet-mt-medium{margin-top:16px !important}.duet-mb-medium{margin-bottom:16px !important}.duet-ml-medium{margin-left:16px !important}.duet-mr-medium{margin-right:16px !important}.duet-mx-medium{margin-right:16px !important;margin-left:16px !important}.duet-my-medium{margin-top:16px !important;margin-bottom:16px !important}.duet-m-medium{margin:16px !important}.duet-pt-medium{padding-top:16px !important}.duet-pb-medium{padding-bottom:16px !important}.duet-pl-medium{padding-left:16px !important}.duet-pr-medium{padding-right:16px !important}.duet-px-medium{padding-right:16px !important;padding-left:16px !important}.duet-py-medium{padding-top:16px !important;padding-bottom:16px !important}.duet-p-medium{padding:16px !important}.duet-mt-xx-large{margin-top:36px !important}.duet-mb-xx-large{margin-bottom:36px !important}.duet-ml-xx-large{margin-left:36px !important}.duet-mr-xx-large{margin-right:36px !important}.duet-mx-xx-large{margin-right:36px !important;margin-left:36px !important}.duet-my-xx-large{margin-top:36px !important;margin-bottom:36px !important}.duet-m-xx-large{margin:36px !important}.duet-pt-xx-large{padding-top:36px !important}.duet-pb-xx-large{padding-bottom:36px !important}.duet-pl-xx-large{padding-left:36px !important}.duet-pr-xx-large{padding-right:36px !important}.duet-px-xx-large{padding-right:36px !important;padding-left:36px !important}.duet-py-xx-large{padding-top:36px !important;padding-bottom:36px !important}.duet-p-xx-large{padding:36px !important}.duet-mt-xxxx-large{margin-top:72px !important}.duet-mb-xxxx-large{margin-bottom:72px !important}.duet-ml-xxxx-large{margin-left:72px !important}.duet-mr-xxxx-large{margin-right:72px !important}.duet-mx-xxxx-large{margin-right:72px !important;margin-left:72px !important}.duet-my-xxxx-large{margin-top:72px !important;margin-bottom:72px !important}.duet-m-xxxx-large{margin:72px !important}.duet-pt-xxxx-large{padding-top:72px !important}.duet-pb-xxxx-large{padding-bottom:72px !important}.duet-pl-xxxx-large{padding-left:72px !important}.duet-pr-xxxx-large{padding-right:72px !important}.duet-px-xxxx-large{padding-right:72px !important;padding-left:72px !important}.duet-py-xxxx-large{padding-top:72px !important;padding-bottom:72px !important}.duet-p-xxxx-large{padding:72px !important}.duet-mt-xxxxx-large{margin-top:94px !important}.duet-mb-xxxxx-large{margin-bottom:94px !important}.duet-ml-xxxxx-large{margin-left:94px !important}.duet-mr-xxxxx-large{margin-right:94px !important}.duet-mx-xxxxx-large{margin-right:94px !important;margin-left:94px !important}.duet-my-xxxxx-large{margin-top:94px !important;margin-bottom:94px !important}.duet-m-xxxxx-large{margin:94px !important}.duet-pt-xxxxx-large{padding-top:94px !important}.duet-pb-xxxxx-large{padding-bottom:94px !important}.duet-pl-xxxxx-large{padding-left:94px !important}.duet-pr-xxxxx-large{padding-right:94px !important}.duet-px-xxxxx-large{padding-right:94px !important;padding-left:94px !important}.duet-py-xxxxx-large{padding-top:94px !important;padding-bottom:94px !important}.duet-p-xxxxx-large{padding:94px !important}.duet-mt-xxx-large{margin-top:48px !important}.duet-mb-xxx-large{margin-bottom:48px !important}.duet-ml-xxx-large{margin-left:48px !important}.duet-mr-xxx-large{margin-right:48px !important}.duet-mx-xxx-large{margin-right:48px !important;margin-left:48px !important}.duet-my-xxx-large{margin-top:48px !important;margin-bottom:48px !important}.duet-m-xxx-large{margin:48px !important}.duet-pt-xxx-large{padding-top:48px !important}.duet-pb-xxx-large{padding-bottom:48px !important}.duet-pl-xxx-large{padding-left:48px !important}.duet-pr-xxx-large{padding-right:48px !important}.duet-px-xxx-large{padding-right:48px !important;padding-left:48px !important}.duet-py-xxx-large{padding-top:48px !important;padding-bottom:48px !important}.duet-p-xxx-large{padding:48px !important}.duet-mt-x-large{margin-top:28px !important}.duet-mb-x-large{margin-bottom:28px !important}.duet-ml-x-large{margin-left:28px !important}.duet-mr-x-large{margin-right:28px !important}.duet-mx-x-large{margin-right:28px !important;margin-left:28px !important}.duet-my-x-large{margin-top:28px !important;margin-bottom:28px !important}.duet-m-x-large{margin:28px !important}.duet-pt-x-large{padding-top:28px !important}.duet-pb-x-large{padding-bottom:28px !important}.duet-pl-x-large{padding-left:28px !important}.duet-pr-x-large{padding-right:28px !important}.duet-px-x-large{padding-right:28px !important;padding-left:28px !important}.duet-py-x-large{padding-top:28px !important;padding-bottom:28px !important}.duet-p-x-large{padding:28px !important}.duet-size-icon-xx-large{width:48px !important;height:48px !important}.duet-size-form-border{border-width:1px !important}.duet-size-step-medium{width:40px !important;height:40px !important}.duet-size-button-min-width{min-width:8rem !important}.duet-size-icon-xxx-large{width:72px !important;height:72px !important}.duet-size-icon-x-large{width:36px !important;height:36px !important}.duet-size-icon-xx-small{width:10px !important;height:10px !important}.duet-size-step-small{width:30px !important;height:30px !important}.duet-size-icon-large{width:30px !important;height:30px !important}.duet-size-tappable-square{width:48px !important;height:48px !important}.duet-size-icon-x-small{width:16px !important;height:16px !important}.duet-size-icon-xxx-small{width:7px !important;height:7px !important}.duet-size-icon-medium{width:24px !important;height:24px !important}.duet-size-icon-small{width:20px !important;height:20px !important}.duet-opacity-85{opacity:.85 !important}.duet-opacity-75{opacity:.75 !important}.duet-opacity-50{opacity:.5 !important}.duet-opacity-30{opacity:.3 !important}.duet-z-index-mask-buttons{z-index:250 !important}.duet-z-index-dropdown{z-index:600 !important}.duet-z-index-spinner{z-index:800 !important}.duet-z-index-default{z-index:1 !important}.duet-z-index-toast{z-index:500 !important}.duet-z-index-popup{z-index:950 !important}.duet-z-index-modal{z-index:900 !important}.duet-z-index-sticky{z-index:300 !important}.duet-z-index-masked{z-index:100 !important}.duet-z-index-deep{z-index:-999999 !important}.duet-z-index-overlay{z-index:700 !important}.duet-z-index-mask{z-index:200 !important}.duet-z-index-header{z-index:400 !important}.duet-line-height-medium{line-height:1.5 !important}.duet-line-height-small{line-height:1.25 !important}.duet-line-height-x-small{line-height:1.1 !important}.duet-transition-quickly{transition:all 300ms ease !important}.duet-transition-slowly{transition:all 600ms ease !important}*,*::after,*::before{box-sizing:border-box}html{font-size:100%;background:#fff;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body{min-height:100%;padding:0;margin:0;font-variant-numeric:tabular-nums}body{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#00294d;background:rgba(0,0,0,0) !important;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.duet-theme-turva body{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#171c3a}strong,b{font-weight:600}.duet-theme-turva strong,.duet-theme-turva b{font-weight:700}button,fieldset,form,input,label,select,textarea{font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.duet-theme-turva button,.duet-theme-turva fieldset,.duet-theme-turva form,.duet-theme-turva input,.duet-theme-turva label,.duet-theme-turva select,.duet-theme-turva textarea{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}fieldset{min-width:0;padding:0;margin:0;border:0}legend{padding:0;margin:0}i,em{font-style:normal}a{color:#0077b3;transition:300ms ease}.duet-theme-turva a{color:#c60c30}a:hover{color:#004d80;text-decoration:none}.duet-theme-turva a:hover{color:#940925}a:active{opacity:.75;transition:none}.duet-list{padding:0 0 0 36px;margin:0 0 16px;font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#00294d;border:0 !important}.duet-theme-turva .duet-list{font-family:"turva-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:#171c3a}ul.duet-list{list-style:disc !important}ol.duet-list{list-style-type:decimal !important}.duet-list li{padding:0 !important;margin:0 0 12px !important}.duet-list li:last-of-type{margin:0 !important}.duet-list li ul,.duet-list li ol{margin-top:12px !important}.duet-sticky-footer body,.duet-sticky-body{display:flex !important;flex-direction:column !important;min-height:100vh !important}.duet-sticky-content{flex:1 0 auto !important}.duet-font-style-italic{font-style:italic !important}.duet-text-left{text-align:left !important}.duet-text-center{text-align:center !important}.duet-text-right{text-align:right !important}.duet-expand{width:100% !important}.duet-reset{box-sizing:border-box;padding:0;margin:0;background:rgba(0,0,0,0);border:0;-moz-appearance:none;-webkit-appearance:none}.duet-visually-hidden{position:absolute !important;top:0;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(1px, 1px, 1px, 1px) !important;border:0 !important}.duet-responsive-table{position:relative;width:100%;overflow-x:auto;background:linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0)),linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0)) 100% 0,radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)),radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) 100% 0%;background-repeat:no-repeat;background-attachment:local,local,scroll,scroll;background-size:100px 100%,100px 100%,12px 100%,12px 100%}.duet-selected-column{background:rgba(0,119,179,.08)}.duet-theme-turva .duet-selected-column{background:rgba(68,68,69,.08)}.duet-bg-gradient{background-color:#fff !important;background-image:linear-gradient(rgb(243, 249, 252), rgb(255, 255, 255)) !important;background-repeat:no-repeat !important;background-size:100% 1000px !important}.duet-bg-gradient.duet-theme-turva{background-image:linear-gradient(rgb(245, 245, 247), rgb(255, 255, 255)) !important}.duet-animate-load body{visibility:hidden;opacity:0;transition:opacity 300ms 180ms ease}.duet-animate-load.hydrated body{visibility:visible;opacity:1}duet-paragraph+duet-heading{margin-top:20px !important}@media(min-width: 36em){duet-paragraph+duet-heading{margin-top:28px !important}}duet-paragraph+duet-button{margin-top:12px !important}.duet-toast{position:fixed;top:16px;left:50%;z-index:500;width:calc(100% - 28px);max-width:576px;transform:translateX(-50%)}.duet-toast duet-alert{border-radius:4px;box-shadow:0 2px 10px 0 rgba(0,41,77,.1)}duet-action-button:not(.hydrated),duet-alert:not(.hydrated),duet-badge:not(.hydrated),duet-breadcrumb:not(.hydrated),duet-breadcrumbs:not(.hydrated),duet-button:not(.hydrated),duet-caption:not(.hydrated),duet-card:not(.hydrated),duet-checkbox:not(.hydrated),duet-checkmark:not(.hydrated),duet-choice:not(.hydrated),duet-choice-group:not(.hydrated),duet-collapsible:not(.hydrated),duet-combobox:not(.hydrated),duet-cookie-consent:not(.hydrated),duet-date-picker:not(.hydrated),duet-divider:not(.hydrated),duet-editable-table:not(.hydrated),duet-empty-state:not(.hydrated),duet-fieldset:not(.hydrated),duet-footer:not(.hydrated),duet-grid:not(.hydrated),duet-grid-item:not(.hydrated),duet-header:not(.hydrated),duet-heading:not(.hydrated),duet-hero:not(.hydrated),duet-icon:not(.hydrated),duet-input:not(.hydrated),duet-label:not(.hydrated),duet-layout:not(.hydrated),duet-link:not(.hydrated),duet-list:not(.hydrated),duet-list-item:not(.hydrated),duet-logo:not(.hydrated),duet-menu-bar:not(.hydrated),duet-menu-bar-button:not(.hydrated),duet-menu-bar-dropdown:not(.hydrated),duet-menu-bar-dropdown-link:not(.hydrated),duet-menu-bar-link:not(.hydrated),duet-modal:not(.hydrated),duet-multiselect:not(.hydrated),duet-nav:not(.hydrated),duet-notification:not(.hydrated),duet-notification-drawer:not(.hydrated),duet-number-input:not(.hydrated),duet-page-heading:not(.hydrated),duet-pagination:not(.hydrated),duet-paragraph:not(.hydrated),duet-progress:not(.hydrated),duet-radio:not(.hydrated),duet-radio-group:not(.hydrated),duet-range-slider:not(.hydrated),duet-range-stepper:not(.hydrated),duet-scrollable:not(.hydrated),duet-section-layout:not(.hydrated),duet-select:not(.hydrated),duet-slideout:not(.hydrated),duet-slideout-lang:not(.hydrated),duet-slideout-link:not(.hydrated),duet-slideout-panel:not(.hydrated),duet-slideout-panel-dropdown:not(.hydrated),duet-spacer:not(.hydrated),duet-spinner:not(.hydrated),duet-step:not(.hydrated),duet-stepper:not(.hydrated),duet-submenu-bar:not(.hydrated),duet-submenu-bar-dropdown:not(.hydrated),duet-submenu-bar-dropdown-link:not(.hydrated),duet-submenu-bar-link:not(.hydrated),duet-tab:not(.hydrated),duet-tab-group:not(.hydrated),duet-table:not(.hydrated),duet-textarea:not(.hydrated),duet-toggle:not(.hydrated),duet-toolbar:not(.hydrated),duet-toolbar-dropdown:not(.hydrated),duet-toolbar-dropdown-link:not(.hydrated),duet-toolbar-link:not(.hydrated),duet-tooltip:not(.hydrated),duet-tray:not(.hydrated),duet-upload:not(.hydrated),duet-upload-aria-status:not(.hydrated),duet-visually-hidden:not(.hydrated){visibility:hidden}.duet-breakpoints::after{position:fixed;right:0;bottom:0;z-index:2147483647;box-sizing:border-box;padding:6px 8px;font-family:"localtapiola-sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:10px;font-weight:600;color:#909599;background:#f5f8fa;border-top-left-radius:4px}@media(max-width: 35.9375em){.duet-breakpoints::after{content:"X-Small"}}@media(max-width: 20.5em){.duet-breakpoints::after{content:"XXX-Small"}}@media(max-width: 22.5em){.duet-breakpoints::after{content:"XX-Small"}}@media(min-width: 36em){.duet-breakpoints::after{content:"Small"}}@media(min-width: 48em){.duet-breakpoints::after{content:"Medium"}}@media(min-width: 62em){.duet-breakpoints::after{content:"Large"}}@media(min-width: 64.0625em){.duet-breakpoints::after{content:"X-Large"}}@media(min-width: 76.25em){.duet-breakpoints::after{content:"XX-Large"}}.duet-breakpoints.duet-theme-turva::after{color:#747475;background:#f5f5f7}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duetds/css",
3
- "version": "2.0.32",
3
+ "version": "2.0.34",
4
4
  "description": "This package includes Duet CSS Framework and related utilities.",
5
5
  "bugs": {
6
6
  "email": "duetdesignsystem@lahitapiola.fi"
@@ -26,18 +26,18 @@
26
26
  "build:min": "sass --no-source-map --style=compressed ./src/duet.scss:./lib/duet.min.css"
27
27
  },
28
28
  "dependencies": {
29
- "@duetds/components": "6.6.0",
30
- "@duetds/tokens": "3.0.32"
29
+ "@duetds/components": "6.6.2",
30
+ "@duetds/tokens": "3.0.34"
31
31
  },
32
32
  "devDependencies": {
33
33
  "npm-run-all": "4.1.5",
34
- "sass": "1.29.0",
35
- "stylelint": "13.13.1",
36
- "stylelint-config-recess-order": "2.5.0",
37
- "stylelint-config-sass-guidelines": "8.0.0"
34
+ "sass": "1.58.3",
35
+ "stylelint": "14.16.1",
36
+ "stylelint-config-recess-order": "3.1.0",
37
+ "stylelint-config-sass-guidelines": "9.0.1"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "080f6fd8613838ade6b5a51e68f2137b1dd72959"
42
+ "gitHead": "f05216ef1a1a119d41847cedbf77bec568ec03b6"
43
43
  }