@ilo-org/styles 0.12.0 → 0.13.1
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/build/css/components/index.css +235 -335
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +1 -1
- package/build/css/index.css +235 -335
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +235 -335
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/accordion.css +1 -1
- package/css/components/breadcrumb.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/checkbox.css +1 -1
- package/css/components/dropdown.css +1 -1
- package/css/components/featurecard.css +1 -1
- package/css/components/hero.css +1 -1
- package/css/components/input.css +1 -1
- package/css/components/link.css +1 -1
- package/css/components/linklist.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/richtext.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textinput.css +1 -1
- package/css/components/tooltip.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +2 -2
- package/css/index.css.map +1 -1
- package/css/monorepo.css +2 -2
- package/css/monorepo.css.map +1 -1
- package/package.json +4 -4
- package/scss/_mixins.scss +13 -38
- package/scss/components/_accordion.scss +6 -1
- package/scss/components/_breadcrumb.scss +33 -34
- package/scss/components/_card.scss +3 -9
- package/scss/components/_featurecard.scss +1 -2
- package/scss/components/_hero.scss +38 -20
- package/scss/components/_linklist.scss +1 -2
- package/scss/components/_navigation.scss +6 -1
- package/scss/components/_statcard.scss +1 -0
- package/scss/components/_tooltip.scss +46 -127
package/build/css/monorepo.css
CHANGED
|
@@ -156,7 +156,7 @@ textarea {
|
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Do not edit directly
|
|
159
|
-
* Generated on
|
|
159
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
160
160
|
*/
|
|
161
161
|
/**
|
|
162
162
|
* TOKENS:
|
|
@@ -252,7 +252,7 @@ body {
|
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* Do not edit directly
|
|
255
|
-
* Generated on
|
|
255
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
256
256
|
*/
|
|
257
257
|
/**
|
|
258
258
|
* TOKENS:
|
|
@@ -260,6 +260,9 @@ body {
|
|
|
260
260
|
/**
|
|
261
261
|
* MAPS:
|
|
262
262
|
*/
|
|
263
|
+
.ilo--accordion {
|
|
264
|
+
margin-right: 0.2143622722rem;
|
|
265
|
+
}
|
|
263
266
|
.ilo--accordion--button {
|
|
264
267
|
display: flex;
|
|
265
268
|
align-items: center;
|
|
@@ -323,13 +326,16 @@ body {
|
|
|
323
326
|
.ilo--accordion--button[aria-expanded=false] {
|
|
324
327
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M18 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
|
|
325
328
|
}
|
|
329
|
+
[dir=rtl] .ilo--accordion--button {
|
|
330
|
+
background-position: calc(0% + 0.3215434084rem) center;
|
|
331
|
+
}
|
|
326
332
|
.ilo--accordion--panel {
|
|
327
333
|
max-height: 0;
|
|
328
334
|
transition: all 500ms cubic-bezier(0, 1, 0, 1);
|
|
329
335
|
overflow: hidden;
|
|
330
336
|
}
|
|
331
337
|
.ilo--accordion--panel .ilo--accordion--innerpanel {
|
|
332
|
-
padding-bottom:
|
|
338
|
+
padding-bottom: 1.9292604502rem;
|
|
333
339
|
padding-top: 0.4287245445rem;
|
|
334
340
|
}
|
|
335
341
|
.ilo--accordion--panel--open {
|
|
@@ -344,7 +350,7 @@ body {
|
|
|
344
350
|
|
|
345
351
|
/**
|
|
346
352
|
* Do not edit directly
|
|
347
|
-
* Generated on
|
|
353
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
348
354
|
*/
|
|
349
355
|
/**
|
|
350
356
|
* TOKENS:
|
|
@@ -369,7 +375,7 @@ body {
|
|
|
369
375
|
}
|
|
370
376
|
/**
|
|
371
377
|
* Do not edit directly
|
|
372
|
-
* Generated on
|
|
378
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
373
379
|
*/
|
|
374
380
|
/**
|
|
375
381
|
* TOKENS:
|
|
@@ -388,7 +394,7 @@ body {
|
|
|
388
394
|
justify-content: flex-start;
|
|
389
395
|
padding-block: 0.857449089rem;
|
|
390
396
|
padding-inline-end: 0;
|
|
391
|
-
padding-inline-start: var(--
|
|
397
|
+
padding-inline-start: var(--breadcrumb-padding);
|
|
392
398
|
position: relative;
|
|
393
399
|
}
|
|
394
400
|
.ilo--breadcrumb--items.context--menu {
|
|
@@ -396,19 +402,20 @@ body {
|
|
|
396
402
|
}
|
|
397
403
|
.ilo--breadcrumb--link {
|
|
398
404
|
align-items: center;
|
|
399
|
-
background-position: right
|
|
405
|
+
background-position: right;
|
|
400
406
|
background-repeat: no-repeat;
|
|
401
407
|
color: rgb(35, 0, 80);
|
|
402
408
|
display: inline-flex;
|
|
403
409
|
height: 0.857449089rem;
|
|
404
|
-
padding: 0
|
|
410
|
+
padding-block: 0;
|
|
411
|
+
padding-inline-start: 0.857449089rem;
|
|
412
|
+
padding-inline-end: 1.2861736334rem;
|
|
405
413
|
text-decoration: none;
|
|
406
414
|
text-decoration-thickness: 0.1071811361rem;
|
|
407
415
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M1.73149 16L0.613281 15.1855L5.83848 8L0.613281 0.814495L1.73149 0L7.25349 7.59275C7.33987 7.71097 7.38643 7.85359 7.38643 8C7.38643 8.14641 7.33987 8.28903 7.25349 8.40725L1.73149 16Z'/%3e%3c/svg%3e");
|
|
408
416
|
}
|
|
409
417
|
[dir=rtl] .ilo--breadcrumb--link {
|
|
410
|
-
background-position:
|
|
411
|
-
padding: 0 0.5359056806rem 0 1.2861736334rem;
|
|
418
|
+
background-position: left;
|
|
412
419
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
|
|
413
420
|
}
|
|
414
421
|
.ilo--breadcrumb--link--label {
|
|
@@ -463,6 +470,10 @@ body {
|
|
|
463
470
|
width: 0.857449089rem;
|
|
464
471
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M15.3877 5.71677L8.43113 0.151551C8.30832 0.0545014 8.15636 0.00170898 7.99983 0.00170898C7.8433 0.00170898 7.69134 0.0545014 7.56853 0.151551L0.612004 5.71677C0.530019 5.78155 0.463681 5.86397 0.417917 5.95791C0.372153 6.05185 0.348138 6.15489 0.347656 6.25938V15.3029C0.347656 15.4874 0.420948 15.6643 0.551408 15.7948C0.681868 15.9252 0.85881 15.9985 1.04331 15.9985H5.91287V10.4333H10.0868V15.9985H14.9564C15.1409 15.9985 15.3178 15.9252 15.4483 15.7948C15.5787 15.6643 15.652 15.4874 15.652 15.3029V6.25938C15.6515 6.15489 15.6275 6.05185 15.5817 5.95791C15.536 5.86397 15.4696 5.78155 15.3877 5.71677Z'/%3e%3c/svg%3e");
|
|
465
472
|
}
|
|
473
|
+
[dir=rtl] .ilo--breadcrumb--item.home .ilo--breadcrumb--link:before {
|
|
474
|
+
left: initial;
|
|
475
|
+
right: 0;
|
|
476
|
+
}
|
|
466
477
|
.ilo--breadcrumb--item.home:hover .ilo--breadcrumb--link:before, .ilo--breadcrumb--item.home:focus .ilo--breadcrumb--link:before {
|
|
467
478
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M15.3877 5.71677L8.43113 0.151551C8.30832 0.0545014 8.15636 0.00170898 7.99983 0.00170898C7.8433 0.00170898 7.69134 0.0545014 7.56853 0.151551L0.612004 5.71677C0.530019 5.78155 0.463681 5.86397 0.417917 5.95791C0.372153 6.05185 0.348138 6.15489 0.347656 6.25938V15.3029C0.347656 15.4874 0.420948 15.6643 0.551408 15.7948C0.681868 15.9252 0.85881 15.9985 1.04331 15.9985H5.91287V10.4333H10.0868V15.9985H14.9564C15.1409 15.9985 15.3178 15.9252 15.4483 15.7948C15.5787 15.6643 15.652 15.4874 15.652 15.3029V6.25938C15.6515 6.15489 15.6275 6.05185 15.5817 5.95791C15.536 5.86397 15.4696 5.78155 15.3877 5.71677Z'/%3e%3c/svg%3e");
|
|
468
479
|
}
|
|
@@ -531,7 +542,6 @@ body {
|
|
|
531
542
|
content: "";
|
|
532
543
|
height: 0.6430868167rem;
|
|
533
544
|
position: absolute;
|
|
534
|
-
left: 50%;
|
|
535
545
|
top: -0.3215434084rem;
|
|
536
546
|
transform: translateX(-50%) rotate(135deg);
|
|
537
547
|
width: 0.6430868167rem;
|
|
@@ -591,28 +601,23 @@ body {
|
|
|
591
601
|
text-decoration: underline;
|
|
592
602
|
text-decoration-thickness: 0.1071811361rem;
|
|
593
603
|
}
|
|
594
|
-
|
|
595
|
-
|
|
604
|
+
.ilo--breadcrumb--items:after {
|
|
605
|
+
background: linear-gradient(to bottom right, white 50%, transparent 50%);
|
|
606
|
+
content: "";
|
|
607
|
+
display: inline-block;
|
|
608
|
+
height: 47px;
|
|
609
|
+
position: absolute;
|
|
610
|
+
right: -47px;
|
|
611
|
+
top: 0;
|
|
612
|
+
width: 47px;
|
|
596
613
|
}
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
right: -47px;
|
|
605
|
-
top: 0;
|
|
606
|
-
width: 47px;
|
|
607
|
-
}
|
|
608
|
-
[dir=rtl] .ilo--breadcrumb--items:after {
|
|
609
|
-
right: auto;
|
|
610
|
-
left: -47px;
|
|
611
|
-
transform: scaleX(-1);
|
|
612
|
-
}
|
|
613
|
-
.ilo--breadcrumb--items.context--menu:after {
|
|
614
|
-
content: none;
|
|
615
|
-
}
|
|
614
|
+
[dir=rtl] .ilo--breadcrumb--items:after {
|
|
615
|
+
right: auto;
|
|
616
|
+
left: -47px;
|
|
617
|
+
transform: scaleX(-1);
|
|
618
|
+
}
|
|
619
|
+
.ilo--breadcrumb--items.context--menu:after {
|
|
620
|
+
content: none;
|
|
616
621
|
}
|
|
617
622
|
.ilo--breadcrumb.storybook {
|
|
618
623
|
background-color: rgb(184, 196, 204);
|
|
@@ -621,7 +626,7 @@ body {
|
|
|
621
626
|
|
|
622
627
|
/**
|
|
623
628
|
* Do not edit directly
|
|
624
|
-
* Generated on
|
|
629
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
625
630
|
*/
|
|
626
631
|
/**
|
|
627
632
|
* TOKENS:
|
|
@@ -631,7 +636,7 @@ body {
|
|
|
631
636
|
*/
|
|
632
637
|
/**
|
|
633
638
|
* Do not edit directly
|
|
634
|
-
* Generated on
|
|
639
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
635
640
|
*/
|
|
636
641
|
/**
|
|
637
642
|
* TOKENS:
|
|
@@ -656,7 +661,7 @@ body {
|
|
|
656
661
|
}
|
|
657
662
|
/**
|
|
658
663
|
* Do not edit directly
|
|
659
|
-
* Generated on
|
|
664
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
660
665
|
*/
|
|
661
666
|
/**
|
|
662
667
|
* TOKENS:
|
|
@@ -937,7 +942,7 @@ body {
|
|
|
937
942
|
|
|
938
943
|
/**
|
|
939
944
|
* Do not edit directly
|
|
940
|
-
* Generated on
|
|
945
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
941
946
|
*/
|
|
942
947
|
/**
|
|
943
948
|
* TOKENS:
|
|
@@ -1066,7 +1071,7 @@ body {
|
|
|
1066
1071
|
|
|
1067
1072
|
/**
|
|
1068
1073
|
* Do not edit directly
|
|
1069
|
-
* Generated on
|
|
1074
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1070
1075
|
*/
|
|
1071
1076
|
/**
|
|
1072
1077
|
* TOKENS:
|
|
@@ -1076,7 +1081,7 @@ body {
|
|
|
1076
1081
|
*/
|
|
1077
1082
|
/**
|
|
1078
1083
|
* Do not edit directly
|
|
1079
|
-
* Generated on
|
|
1084
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1080
1085
|
*/
|
|
1081
1086
|
/**
|
|
1082
1087
|
* TOKENS:
|
|
@@ -1101,7 +1106,7 @@ body {
|
|
|
1101
1106
|
}
|
|
1102
1107
|
/**
|
|
1103
1108
|
* Do not edit directly
|
|
1104
|
-
* Generated on
|
|
1109
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1105
1110
|
*/
|
|
1106
1111
|
/**
|
|
1107
1112
|
* TOKENS:
|
|
@@ -1119,7 +1124,7 @@ body {
|
|
|
1119
1124
|
|
|
1120
1125
|
/**
|
|
1121
1126
|
* Do not edit directly
|
|
1122
|
-
* Generated on
|
|
1127
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1123
1128
|
*/
|
|
1124
1129
|
/**
|
|
1125
1130
|
* TOKENS:
|
|
@@ -1165,7 +1170,7 @@ body {
|
|
|
1165
1170
|
}
|
|
1166
1171
|
.ilo--card__theme__dark {
|
|
1167
1172
|
background: rgb(35, 0, 80);
|
|
1168
|
-
transition: background
|
|
1173
|
+
transition: background 250ms ease-out;
|
|
1169
1174
|
}
|
|
1170
1175
|
.ilo--card__theme__dark .ilo--card--eyebrow,
|
|
1171
1176
|
.ilo--card__theme__dark .ilo--card--title,
|
|
@@ -1173,7 +1178,7 @@ body {
|
|
|
1173
1178
|
.ilo--card__theme__dark .ilo--card--date,
|
|
1174
1179
|
.ilo--card__theme__dark .ilo--card--eventdate {
|
|
1175
1180
|
color: rgb(237, 240, 242);
|
|
1176
|
-
transition: color
|
|
1181
|
+
transition: color 250ms ease-out;
|
|
1177
1182
|
}
|
|
1178
1183
|
.ilo--card__isvideo .ilo--card--image--wrapper {
|
|
1179
1184
|
position: relative;
|
|
@@ -1198,6 +1203,7 @@ body {
|
|
|
1198
1203
|
}
|
|
1199
1204
|
.ilo--card--wrapper {
|
|
1200
1205
|
max-width: var(--max-width);
|
|
1206
|
+
transition: filter 250ms ease-out;
|
|
1201
1207
|
}
|
|
1202
1208
|
.ilo--card--wrapper:hover, .ilo--card--wrapper:focus, .ilo--card--wrapper:focus-within {
|
|
1203
1209
|
filter: drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.05)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.05)) drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.04));
|
|
@@ -1252,7 +1258,7 @@ body {
|
|
|
1252
1258
|
font-size: 16px;
|
|
1253
1259
|
letter-spacing: normal;
|
|
1254
1260
|
line-height: 23.36px;
|
|
1255
|
-
margin-bottom: 0.
|
|
1261
|
+
margin-bottom: 0.6430868167rem;
|
|
1256
1262
|
transition-property: color;
|
|
1257
1263
|
transition-duration: 150ms;
|
|
1258
1264
|
transition-timing-function: ease-out;
|
|
@@ -1330,7 +1336,7 @@ body {
|
|
|
1330
1336
|
|
|
1331
1337
|
/**
|
|
1332
1338
|
* Do not edit directly
|
|
1333
|
-
* Generated on
|
|
1339
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1334
1340
|
*/
|
|
1335
1341
|
/**
|
|
1336
1342
|
* TOKENS:
|
|
@@ -1395,8 +1401,7 @@ body {
|
|
|
1395
1401
|
}
|
|
1396
1402
|
.ilo--card__type__feature .ilo--link-list--link, .ilo--card__type__feature .ilo--link-list--link:hover {
|
|
1397
1403
|
border-bottom: none;
|
|
1398
|
-
padding-
|
|
1399
|
-
padding-right: 1.2861736334rem;
|
|
1404
|
+
padding-inline: 1.2861736334rem 0.4287245445rem;
|
|
1400
1405
|
}
|
|
1401
1406
|
.ilo--card__type__feature.ilo--card__size__narrow .ilo--card--wrap {
|
|
1402
1407
|
display: flex;
|
|
@@ -1501,7 +1506,7 @@ body {
|
|
|
1501
1506
|
|
|
1502
1507
|
/**
|
|
1503
1508
|
* Do not edit directly
|
|
1504
|
-
* Generated on
|
|
1509
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1505
1510
|
*/
|
|
1506
1511
|
/**
|
|
1507
1512
|
* TOKENS:
|
|
@@ -1598,7 +1603,7 @@ body {
|
|
|
1598
1603
|
|
|
1599
1604
|
/**
|
|
1600
1605
|
* Do not edit directly
|
|
1601
|
-
* Generated on
|
|
1606
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1602
1607
|
*/
|
|
1603
1608
|
/**
|
|
1604
1609
|
* TOKENS:
|
|
@@ -1750,7 +1755,7 @@ body {
|
|
|
1750
1755
|
|
|
1751
1756
|
/**
|
|
1752
1757
|
* Do not edit directly
|
|
1753
|
-
* Generated on
|
|
1758
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1754
1759
|
*/
|
|
1755
1760
|
/**
|
|
1756
1761
|
* TOKENS:
|
|
@@ -1876,7 +1881,7 @@ body {
|
|
|
1876
1881
|
|
|
1877
1882
|
/**
|
|
1878
1883
|
* Do not edit directly
|
|
1879
|
-
* Generated on
|
|
1884
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
1880
1885
|
*/
|
|
1881
1886
|
/**
|
|
1882
1887
|
* TOKENS:
|
|
@@ -2000,7 +2005,7 @@ body {
|
|
|
2000
2005
|
|
|
2001
2006
|
/**
|
|
2002
2007
|
* Do not edit directly
|
|
2003
|
-
* Generated on
|
|
2008
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2004
2009
|
*/
|
|
2005
2010
|
/**
|
|
2006
2011
|
* TOKENS:
|
|
@@ -2120,7 +2125,7 @@ body {
|
|
|
2120
2125
|
|
|
2121
2126
|
/**
|
|
2122
2127
|
* Do not edit directly
|
|
2123
|
-
* Generated on
|
|
2128
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2124
2129
|
*/
|
|
2125
2130
|
/**
|
|
2126
2131
|
* TOKENS:
|
|
@@ -2192,11 +2197,12 @@ body {
|
|
|
2192
2197
|
font-size: 11.94px;
|
|
2193
2198
|
letter-spacing: -0.02em;
|
|
2194
2199
|
line-height: 16.24px;
|
|
2200
|
+
line-height: 1.2861736334rem;
|
|
2195
2201
|
}
|
|
2196
2202
|
|
|
2197
2203
|
/**
|
|
2198
2204
|
* Do not edit directly
|
|
2199
|
-
* Generated on
|
|
2205
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2200
2206
|
*/
|
|
2201
2207
|
/**
|
|
2202
2208
|
* TOKENS:
|
|
@@ -2265,7 +2271,7 @@ body {
|
|
|
2265
2271
|
|
|
2266
2272
|
/**
|
|
2267
2273
|
* Do not edit directly
|
|
2268
|
-
* Generated on
|
|
2274
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2269
2275
|
*/
|
|
2270
2276
|
/**
|
|
2271
2277
|
* TOKENS:
|
|
@@ -2314,7 +2320,7 @@ body {
|
|
|
2314
2320
|
|
|
2315
2321
|
/**
|
|
2316
2322
|
* Do not edit directly
|
|
2317
|
-
* Generated on
|
|
2323
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2318
2324
|
*/
|
|
2319
2325
|
/**
|
|
2320
2326
|
* TOKENS:
|
|
@@ -2391,7 +2397,7 @@ body {
|
|
|
2391
2397
|
|
|
2392
2398
|
/**
|
|
2393
2399
|
* Do not edit directly
|
|
2394
|
-
* Generated on
|
|
2400
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2395
2401
|
*/
|
|
2396
2402
|
/**
|
|
2397
2403
|
* TOKENS:
|
|
@@ -2472,7 +2478,7 @@ body {
|
|
|
2472
2478
|
|
|
2473
2479
|
/**
|
|
2474
2480
|
* Do not edit directly
|
|
2475
|
-
* Generated on
|
|
2481
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2476
2482
|
*/
|
|
2477
2483
|
/**
|
|
2478
2484
|
* TOKENS:
|
|
@@ -2482,7 +2488,7 @@ body {
|
|
|
2482
2488
|
*/
|
|
2483
2489
|
/**
|
|
2484
2490
|
* Do not edit directly
|
|
2485
|
-
* Generated on
|
|
2491
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2486
2492
|
*/
|
|
2487
2493
|
/**
|
|
2488
2494
|
* TOKENS:
|
|
@@ -2492,7 +2498,7 @@ body {
|
|
|
2492
2498
|
*/
|
|
2493
2499
|
/**
|
|
2494
2500
|
* Do not edit directly
|
|
2495
|
-
* Generated on
|
|
2501
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2496
2502
|
*/
|
|
2497
2503
|
/**
|
|
2498
2504
|
* TOKENS:
|
|
@@ -2502,7 +2508,7 @@ body {
|
|
|
2502
2508
|
*/
|
|
2503
2509
|
/**
|
|
2504
2510
|
* Do not edit directly
|
|
2505
|
-
* Generated on
|
|
2511
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2506
2512
|
*/
|
|
2507
2513
|
/**
|
|
2508
2514
|
* TOKENS:
|
|
@@ -2628,7 +2634,7 @@ body {
|
|
|
2628
2634
|
|
|
2629
2635
|
/**
|
|
2630
2636
|
* Do not edit directly
|
|
2631
|
-
* Generated on
|
|
2637
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2632
2638
|
*/
|
|
2633
2639
|
/**
|
|
2634
2640
|
* TOKENS:
|
|
@@ -2649,7 +2655,7 @@ body {
|
|
|
2649
2655
|
|
|
2650
2656
|
/**
|
|
2651
2657
|
* Do not edit directly
|
|
2652
|
-
* Generated on
|
|
2658
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2653
2659
|
*/
|
|
2654
2660
|
/**
|
|
2655
2661
|
* TOKENS:
|
|
@@ -2739,7 +2745,7 @@ body {
|
|
|
2739
2745
|
|
|
2740
2746
|
/**
|
|
2741
2747
|
* Do not edit directly
|
|
2742
|
-
* Generated on
|
|
2748
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2743
2749
|
*/
|
|
2744
2750
|
/**
|
|
2745
2751
|
* TOKENS:
|
|
@@ -2749,7 +2755,7 @@ body {
|
|
|
2749
2755
|
*/
|
|
2750
2756
|
/**
|
|
2751
2757
|
* Do not edit directly
|
|
2752
|
-
* Generated on
|
|
2758
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2753
2759
|
*/
|
|
2754
2760
|
/**
|
|
2755
2761
|
* TOKENS:
|
|
@@ -2759,7 +2765,7 @@ body {
|
|
|
2759
2765
|
*/
|
|
2760
2766
|
/**
|
|
2761
2767
|
* Do not edit directly
|
|
2762
|
-
* Generated on
|
|
2768
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2763
2769
|
*/
|
|
2764
2770
|
/**
|
|
2765
2771
|
* TOKENS:
|
|
@@ -2812,7 +2818,7 @@ body {
|
|
|
2812
2818
|
|
|
2813
2819
|
/**
|
|
2814
2820
|
* Do not edit directly
|
|
2815
|
-
* Generated on
|
|
2821
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2816
2822
|
*/
|
|
2817
2823
|
/**
|
|
2818
2824
|
* TOKENS:
|
|
@@ -2900,7 +2906,7 @@ body {
|
|
|
2900
2906
|
|
|
2901
2907
|
/**
|
|
2902
2908
|
* Do not edit directly
|
|
2903
|
-
* Generated on
|
|
2909
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
2904
2910
|
*/
|
|
2905
2911
|
/**
|
|
2906
2912
|
* TOKENS:
|
|
@@ -2996,7 +3002,7 @@ body {
|
|
|
2996
3002
|
|
|
2997
3003
|
/**
|
|
2998
3004
|
* Do not edit directly
|
|
2999
|
-
* Generated on
|
|
3005
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3000
3006
|
*/
|
|
3001
3007
|
/**
|
|
3002
3008
|
* TOKENS:
|
|
@@ -3038,7 +3044,7 @@ body {
|
|
|
3038
3044
|
|
|
3039
3045
|
/**
|
|
3040
3046
|
* Do not edit directly
|
|
3041
|
-
* Generated on
|
|
3047
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3042
3048
|
*/
|
|
3043
3049
|
/**
|
|
3044
3050
|
* TOKENS:
|
|
@@ -3165,7 +3171,7 @@ body {
|
|
|
3165
3171
|
|
|
3166
3172
|
/**
|
|
3167
3173
|
* Do not edit directly
|
|
3168
|
-
* Generated on
|
|
3174
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3169
3175
|
*/
|
|
3170
3176
|
/**
|
|
3171
3177
|
* TOKENS:
|
|
@@ -3175,7 +3181,7 @@ body {
|
|
|
3175
3181
|
*/
|
|
3176
3182
|
/**
|
|
3177
3183
|
* Do not edit directly
|
|
3178
|
-
* Generated on
|
|
3184
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3179
3185
|
*/
|
|
3180
3186
|
/**
|
|
3181
3187
|
* TOKENS:
|
|
@@ -3200,7 +3206,7 @@ body {
|
|
|
3200
3206
|
}
|
|
3201
3207
|
/**
|
|
3202
3208
|
* Do not edit directly
|
|
3203
|
-
* Generated on
|
|
3209
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3204
3210
|
*/
|
|
3205
3211
|
/**
|
|
3206
3212
|
* TOKENS:
|
|
@@ -3557,7 +3563,7 @@ body {
|
|
|
3557
3563
|
|
|
3558
3564
|
/**
|
|
3559
3565
|
* Do not edit directly
|
|
3560
|
-
* Generated on
|
|
3566
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3561
3567
|
*/
|
|
3562
3568
|
/**
|
|
3563
3569
|
* TOKENS:
|
|
@@ -3680,7 +3686,7 @@ body {
|
|
|
3680
3686
|
|
|
3681
3687
|
/**
|
|
3682
3688
|
* Do not edit directly
|
|
3683
|
-
* Generated on
|
|
3689
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3684
3690
|
*/
|
|
3685
3691
|
/**
|
|
3686
3692
|
* TOKENS:
|
|
@@ -3691,6 +3697,7 @@ body {
|
|
|
3691
3697
|
.hero {
|
|
3692
3698
|
--added-offset: 0px;
|
|
3693
3699
|
--base-offset: calc(((100vw - 1300px) / 2));
|
|
3700
|
+
--breadcrumb-padding: max(var(--base-offset), 0.857449089rem);
|
|
3694
3701
|
--card-padding-start: 71px;
|
|
3695
3702
|
--corner-cut-height: 40px;
|
|
3696
3703
|
width: 100%;
|
|
@@ -3704,6 +3711,18 @@ body {
|
|
|
3704
3711
|
display: grid;
|
|
3705
3712
|
grid-template-rows: minmax(216px, 1fr) 27px 40px auto;
|
|
3706
3713
|
}
|
|
3714
|
+
.hero__gap__transparent {
|
|
3715
|
+
background: transparent;
|
|
3716
|
+
}
|
|
3717
|
+
.hero__gap__white {
|
|
3718
|
+
background-color: rgb(255, 255, 255);
|
|
3719
|
+
}
|
|
3720
|
+
.hero__gap__light {
|
|
3721
|
+
background-color: rgb(235, 245, 253);
|
|
3722
|
+
}
|
|
3723
|
+
.hero__gap__dark {
|
|
3724
|
+
background-color: rgb(35, 0, 80);
|
|
3725
|
+
}
|
|
3707
3726
|
.hero--breadcrumbs {
|
|
3708
3727
|
display: none;
|
|
3709
3728
|
}
|
|
@@ -3823,23 +3842,22 @@ body {
|
|
|
3823
3842
|
.hero__card-theme__dark .hero--card-offset {
|
|
3824
3843
|
background-color: rgb(35, 0, 80);
|
|
3825
3844
|
position: relative;
|
|
3845
|
+
box-shadow: 0.3px 0 0 0 rgb(35, 0, 80);
|
|
3826
3846
|
}
|
|
3827
3847
|
.hero__card-theme__dark[class*=semi-transparent] .hero--card-offset {
|
|
3828
3848
|
background: rgba(35, 0, 80, 0.6);
|
|
3849
|
+
box-shadow: 0.3px 0 0 0 rgba(35, 0, 80, 0.6);
|
|
3829
3850
|
}
|
|
3830
3851
|
.hero__card-theme__light .hero--card-offset {
|
|
3831
3852
|
background: rgb(255, 255, 255);
|
|
3853
|
+
box-shadow: 0.3px 0 0 0 rgb(255, 255, 255);
|
|
3832
3854
|
}
|
|
3833
3855
|
.hero__card-theme__light[class*=semi-transparent] .hero--card-offset {
|
|
3834
3856
|
background: rgba(255, 255, 255, 0.6);
|
|
3835
|
-
|
|
3836
|
-
.hero--breadcrumbs-offset {
|
|
3837
|
-
grid-area: 1/1/2/2;
|
|
3838
|
-
background-color: rgb(255, 255, 255);
|
|
3839
|
-
z-index: 1;
|
|
3857
|
+
box-shadow: 0.3px 0 0 0 rgba(255, 255, 255, 0.6);
|
|
3840
3858
|
}
|
|
3841
3859
|
.hero--breadcrumbs {
|
|
3842
|
-
grid-area: 1/
|
|
3860
|
+
grid-area: 1/1/2/5;
|
|
3843
3861
|
z-index: 1;
|
|
3844
3862
|
display: flex;
|
|
3845
3863
|
flex-flow: row nowrap;
|
|
@@ -3861,17 +3879,8 @@ body {
|
|
|
3861
3879
|
z-index: 0;
|
|
3862
3880
|
position: relative;
|
|
3863
3881
|
}
|
|
3864
|
-
.hero--card-offset::after {
|
|
3865
|
-
content: "";
|
|
3866
|
-
position: absolute;
|
|
3867
|
-
height: 100%;
|
|
3868
|
-
width: 3px;
|
|
3869
|
-
right: -1px;
|
|
3870
|
-
background-color: inherit;
|
|
3871
|
-
z-index: 1;
|
|
3872
|
-
}
|
|
3873
3882
|
.hero__card-justify__offset .hero--card-offset, .hero__card-justify__center .hero--card-offset {
|
|
3874
|
-
background
|
|
3883
|
+
background: transparent !important;
|
|
3875
3884
|
}
|
|
3876
3885
|
.hero__card-align__center .hero--card-offset {
|
|
3877
3886
|
grid-area: 3/1/4/2;
|
|
@@ -3990,7 +3999,7 @@ body {
|
|
|
3990
3999
|
|
|
3991
4000
|
/**
|
|
3992
4001
|
* Do not edit directly
|
|
3993
|
-
* Generated on
|
|
4002
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
3994
4003
|
*/
|
|
3995
4004
|
/**
|
|
3996
4005
|
* TOKENS:
|
|
@@ -4123,7 +4132,7 @@ body {
|
|
|
4123
4132
|
|
|
4124
4133
|
/**
|
|
4125
4134
|
* Do not edit directly
|
|
4126
|
-
* Generated on
|
|
4135
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4127
4136
|
*/
|
|
4128
4137
|
/**
|
|
4129
4138
|
* TOKENS:
|
|
@@ -4179,7 +4188,7 @@ body {
|
|
|
4179
4188
|
|
|
4180
4189
|
/**
|
|
4181
4190
|
* Do not edit directly
|
|
4182
|
-
* Generated on
|
|
4191
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4183
4192
|
*/
|
|
4184
4193
|
/**
|
|
4185
4194
|
* TOKENS:
|
|
@@ -4231,97 +4240,87 @@ body {
|
|
|
4231
4240
|
|
|
4232
4241
|
.ilo--link {
|
|
4233
4242
|
background: rgba(0, 0, 0, 0);
|
|
4234
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
4235
4243
|
color: rgb(35, 0, 80);
|
|
4236
4244
|
font-size: inherit;
|
|
4237
4245
|
font-weight: inherit;
|
|
4238
4246
|
line-height: inherit;
|
|
4239
|
-
text-decoration:
|
|
4247
|
+
text-decoration: underline;
|
|
4248
|
+
text-underline-offset: 0.3215434084rem;
|
|
4249
|
+
text-decoration-thickness: 0.0803858521rem;
|
|
4250
|
+
padding-bottom: 0.2143622722rem;
|
|
4240
4251
|
}
|
|
4241
4252
|
.ilo--link:visited {
|
|
4242
4253
|
background: rgba(0, 0, 0, 0);
|
|
4243
|
-
border-bottom: 1.5px solid rgb(150, 10, 85);
|
|
4244
4254
|
color: rgb(150, 10, 85);
|
|
4245
4255
|
}
|
|
4246
4256
|
.ilo--link:hover {
|
|
4247
4257
|
background: rgb(255, 255, 255);
|
|
4248
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
4249
4258
|
color: rgb(30, 45, 190);
|
|
4250
|
-
text-decoration:
|
|
4259
|
+
text-decoration-thickness: 3px;
|
|
4251
4260
|
}
|
|
4252
4261
|
.ilo--link:active {
|
|
4253
4262
|
background: rgb(255, 205, 45);
|
|
4254
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
4255
4263
|
color: rgb(35, 0, 80);
|
|
4256
|
-
|
|
4264
|
+
text-decoration-thickness: 3px;
|
|
4257
4265
|
}
|
|
4258
4266
|
.ilo--link:focus {
|
|
4259
4267
|
background: rgb(255, 205, 45);
|
|
4260
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
4261
4268
|
color: rgb(35, 0, 80);
|
|
4262
|
-
|
|
4269
|
+
text-decoration-thickness: 3px;
|
|
4263
4270
|
}
|
|
4264
4271
|
.ilo--link--dark {
|
|
4265
4272
|
background: rgba(0, 0, 0, 0);
|
|
4266
|
-
border-bottom: 1.5px solid rgb(255, 255, 255);
|
|
4267
4273
|
color: rgb(237, 240, 242);
|
|
4268
4274
|
}
|
|
4269
4275
|
.ilo--link--dark:visited {
|
|
4270
4276
|
background: rgba(0, 0, 0, 0);
|
|
4271
|
-
border-bottom: 1.5px solid rgb(184, 196, 204);
|
|
4272
4277
|
color: rgb(184, 196, 204);
|
|
4273
4278
|
}
|
|
4274
4279
|
.ilo--link--dark:hover {
|
|
4275
4280
|
background: rgb(255, 255, 255);
|
|
4276
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
4277
4281
|
color: rgb(30, 45, 190);
|
|
4282
|
+
text-decoration-thickness: 3px;
|
|
4278
4283
|
}
|
|
4279
4284
|
.ilo--link--dark:active {
|
|
4280
4285
|
background: rgb(255, 205, 45);
|
|
4281
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
4282
4286
|
color: rgb(35, 0, 80);
|
|
4283
|
-
|
|
4287
|
+
text-decoration-thickness: 3px;
|
|
4284
4288
|
}
|
|
4285
4289
|
.ilo--link--dark:focus {
|
|
4286
4290
|
background: rgb(255, 205, 45);
|
|
4287
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
4288
4291
|
color: rgb(35, 0, 80);
|
|
4289
|
-
|
|
4292
|
+
text-decoration-thickness: 3px;
|
|
4290
4293
|
}
|
|
4291
4294
|
.ilo--link--footer {
|
|
4292
4295
|
font-size: 11.94px;
|
|
4293
4296
|
letter-spacing: normal;
|
|
4294
4297
|
line-height: 16.24px;
|
|
4295
4298
|
background: rgba(0, 0, 0, 0);
|
|
4296
|
-
border-bottom: 1px solid rgb(109, 109, 109);
|
|
4297
4299
|
color: rgb(109, 109, 109);
|
|
4298
4300
|
}
|
|
4299
4301
|
.ilo--link--footer:visited {
|
|
4300
4302
|
background: rgba(0, 0, 0, 0);
|
|
4301
|
-
border-bottom: 1px solid rgb(150, 10, 85);
|
|
4302
4303
|
color: rgb(150, 10, 85);
|
|
4303
4304
|
}
|
|
4304
4305
|
.ilo--link--footer:hover {
|
|
4305
4306
|
background: rgb(255, 255, 255);
|
|
4306
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
4307
4307
|
color: rgb(30, 45, 190);
|
|
4308
|
+
text-decoration-thickness: 3px;
|
|
4308
4309
|
}
|
|
4309
4310
|
.ilo--link--footer:active {
|
|
4310
4311
|
background: rgb(255, 205, 45);
|
|
4311
|
-
border-bottom: 1.5px solid rgb(35, 0, 80);
|
|
4312
4312
|
color: rgb(35, 0, 80);
|
|
4313
|
-
|
|
4313
|
+
text-decoration-thickness: 3px;
|
|
4314
4314
|
}
|
|
4315
4315
|
.ilo--link--footer:focus {
|
|
4316
4316
|
background: rgb(255, 205, 45);
|
|
4317
|
-
border-bottom: 2.5px solid rgb(35, 0, 80);
|
|
4318
4317
|
color: rgb(35, 0, 80);
|
|
4319
|
-
|
|
4318
|
+
text-decoration-thickness: 3px;
|
|
4320
4319
|
}
|
|
4321
4320
|
|
|
4322
4321
|
/**
|
|
4323
4322
|
* Do not edit directly
|
|
4324
|
-
* Generated on
|
|
4323
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4325
4324
|
*/
|
|
4326
4325
|
/**
|
|
4327
4326
|
* TOKENS:
|
|
@@ -4331,7 +4330,7 @@ body {
|
|
|
4331
4330
|
*/
|
|
4332
4331
|
/**
|
|
4333
4332
|
* Do not edit directly
|
|
4334
|
-
* Generated on
|
|
4333
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4335
4334
|
*/
|
|
4336
4335
|
/**
|
|
4337
4336
|
* TOKENS:
|
|
@@ -4356,7 +4355,7 @@ body {
|
|
|
4356
4355
|
}
|
|
4357
4356
|
/**
|
|
4358
4357
|
* Do not edit directly
|
|
4359
|
-
* Generated on
|
|
4358
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4360
4359
|
*/
|
|
4361
4360
|
/**
|
|
4362
4361
|
* TOKENS:
|
|
@@ -4429,7 +4428,7 @@ body {
|
|
|
4429
4428
|
line-height: 23.36px;
|
|
4430
4429
|
padding-top: 0.857449089rem;
|
|
4431
4430
|
padding-bottom: 0.857449089rem;
|
|
4432
|
-
padding-
|
|
4431
|
+
padding-inline-end: 1.7148981779rem;
|
|
4433
4432
|
text-decoration: none;
|
|
4434
4433
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
|
|
4435
4434
|
transition-property: color, background-color, border-color;
|
|
@@ -4462,7 +4461,6 @@ body {
|
|
|
4462
4461
|
[dir=rtl] .ilo--link-list--link {
|
|
4463
4462
|
background-position: 0.2143622722rem center;
|
|
4464
4463
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4465
|
-
padding-right: 0;
|
|
4466
4464
|
}
|
|
4467
4465
|
[dir=rtl] .ilo--link-list--link:hover, [dir=rtl] .ilo--link-list--link:focus {
|
|
4468
4466
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
@@ -4520,7 +4518,7 @@ body {
|
|
|
4520
4518
|
|
|
4521
4519
|
/**
|
|
4522
4520
|
* Do not edit directly
|
|
4523
|
-
* Generated on
|
|
4521
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4524
4522
|
*/
|
|
4525
4523
|
/**
|
|
4526
4524
|
* TOKENS:
|
|
@@ -4615,7 +4613,7 @@ body {
|
|
|
4615
4613
|
|
|
4616
4614
|
/**
|
|
4617
4615
|
* Do not edit directly
|
|
4618
|
-
* Generated on
|
|
4616
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4619
4617
|
*/
|
|
4620
4618
|
/**
|
|
4621
4619
|
* TOKENS:
|
|
@@ -4625,7 +4623,7 @@ body {
|
|
|
4625
4623
|
*/
|
|
4626
4624
|
/**
|
|
4627
4625
|
* Do not edit directly
|
|
4628
|
-
* Generated on
|
|
4626
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4629
4627
|
*/
|
|
4630
4628
|
/**
|
|
4631
4629
|
* TOKENS:
|
|
@@ -4635,7 +4633,7 @@ body {
|
|
|
4635
4633
|
*/
|
|
4636
4634
|
/**
|
|
4637
4635
|
* Do not edit directly
|
|
4638
|
-
* Generated on
|
|
4636
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4639
4637
|
*/
|
|
4640
4638
|
/**
|
|
4641
4639
|
* TOKENS:
|
|
@@ -4806,7 +4804,7 @@ body {
|
|
|
4806
4804
|
|
|
4807
4805
|
/**
|
|
4808
4806
|
* Do not edit directly
|
|
4809
|
-
* Generated on
|
|
4807
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4810
4808
|
*/
|
|
4811
4809
|
/**
|
|
4812
4810
|
* TOKENS:
|
|
@@ -4853,7 +4851,7 @@ body {
|
|
|
4853
4851
|
|
|
4854
4852
|
/**
|
|
4855
4853
|
* Do not edit directly
|
|
4856
|
-
* Generated on
|
|
4854
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4857
4855
|
*/
|
|
4858
4856
|
/**
|
|
4859
4857
|
* TOKENS:
|
|
@@ -4863,7 +4861,7 @@ body {
|
|
|
4863
4861
|
*/
|
|
4864
4862
|
/**
|
|
4865
4863
|
* Do not edit directly
|
|
4866
|
-
* Generated on
|
|
4864
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4867
4865
|
*/
|
|
4868
4866
|
/**
|
|
4869
4867
|
* TOKENS:
|
|
@@ -4873,7 +4871,7 @@ body {
|
|
|
4873
4871
|
*/
|
|
4874
4872
|
/**
|
|
4875
4873
|
* Do not edit directly
|
|
4876
|
-
* Generated on
|
|
4874
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4877
4875
|
*/
|
|
4878
4876
|
/**
|
|
4879
4877
|
* TOKENS:
|
|
@@ -4970,7 +4968,7 @@ body {
|
|
|
4970
4968
|
|
|
4971
4969
|
/**
|
|
4972
4970
|
* Do not edit directly
|
|
4973
|
-
* Generated on
|
|
4971
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
4974
4972
|
*/
|
|
4975
4973
|
/**
|
|
4976
4974
|
* TOKENS:
|
|
@@ -5086,6 +5084,7 @@ body {
|
|
|
5086
5084
|
}
|
|
5087
5085
|
.ilo--header--utility-bar {
|
|
5088
5086
|
display: none;
|
|
5087
|
+
min-height: 1.2861736334rem;
|
|
5089
5088
|
}
|
|
5090
5089
|
.ilo--header--utility-bar--local {
|
|
5091
5090
|
background: rgb(30, 45, 190);
|
|
@@ -5544,6 +5543,10 @@ body {
|
|
|
5544
5543
|
display: flex;
|
|
5545
5544
|
position: relative;
|
|
5546
5545
|
}
|
|
5546
|
+
.ilo--language-switcher--empty {
|
|
5547
|
+
height: 1.3933547696rem;
|
|
5548
|
+
width: 5.359056806rem;
|
|
5549
|
+
}
|
|
5547
5550
|
.ilo--language-switcher--button {
|
|
5548
5551
|
font-size: 11.94px;
|
|
5549
5552
|
letter-spacing: -0.02em;
|
|
@@ -5846,7 +5849,7 @@ body {
|
|
|
5846
5849
|
|
|
5847
5850
|
/**
|
|
5848
5851
|
* Do not edit directly
|
|
5849
|
-
* Generated on
|
|
5852
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
5850
5853
|
*/
|
|
5851
5854
|
/**
|
|
5852
5855
|
* TOKENS:
|
|
@@ -5856,7 +5859,7 @@ body {
|
|
|
5856
5859
|
*/
|
|
5857
5860
|
/**
|
|
5858
5861
|
* Do not edit directly
|
|
5859
|
-
* Generated on
|
|
5862
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
5860
5863
|
*/
|
|
5861
5864
|
/**
|
|
5862
5865
|
* TOKENS:
|
|
@@ -5866,7 +5869,7 @@ body {
|
|
|
5866
5869
|
*/
|
|
5867
5870
|
/**
|
|
5868
5871
|
* Do not edit directly
|
|
5869
|
-
* Generated on
|
|
5872
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
5870
5873
|
*/
|
|
5871
5874
|
/**
|
|
5872
5875
|
* TOKENS:
|
|
@@ -6049,7 +6052,7 @@ body {
|
|
|
6049
6052
|
|
|
6050
6053
|
/**
|
|
6051
6054
|
* Do not edit directly
|
|
6052
|
-
* Generated on
|
|
6055
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6053
6056
|
*/
|
|
6054
6057
|
/**
|
|
6055
6058
|
* TOKENS:
|
|
@@ -6190,7 +6193,7 @@ body {
|
|
|
6190
6193
|
|
|
6191
6194
|
/**
|
|
6192
6195
|
* Do not edit directly
|
|
6193
|
-
* Generated on
|
|
6196
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6194
6197
|
*/
|
|
6195
6198
|
/**
|
|
6196
6199
|
* TOKENS:
|
|
@@ -6200,7 +6203,7 @@ body {
|
|
|
6200
6203
|
*/
|
|
6201
6204
|
/**
|
|
6202
6205
|
* Do not edit directly
|
|
6203
|
-
* Generated on
|
|
6206
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6204
6207
|
*/
|
|
6205
6208
|
/**
|
|
6206
6209
|
* TOKENS:
|
|
@@ -6225,7 +6228,7 @@ body {
|
|
|
6225
6228
|
}
|
|
6226
6229
|
/**
|
|
6227
6230
|
* Do not edit directly
|
|
6228
|
-
* Generated on
|
|
6231
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6229
6232
|
*/
|
|
6230
6233
|
/**
|
|
6231
6234
|
* TOKENS:
|
|
@@ -6375,7 +6378,7 @@ body {
|
|
|
6375
6378
|
|
|
6376
6379
|
/**
|
|
6377
6380
|
* Do not edit directly
|
|
6378
|
-
* Generated on
|
|
6381
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6379
6382
|
*/
|
|
6380
6383
|
/**
|
|
6381
6384
|
* TOKENS:
|
|
@@ -6444,7 +6447,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6444
6447
|
|
|
6445
6448
|
/**
|
|
6446
6449
|
* Do not edit directly
|
|
6447
|
-
* Generated on
|
|
6450
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6448
6451
|
*/
|
|
6449
6452
|
/**
|
|
6450
6453
|
* TOKENS:
|
|
@@ -6454,7 +6457,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6454
6457
|
*/
|
|
6455
6458
|
/**
|
|
6456
6459
|
* Do not edit directly
|
|
6457
|
-
* Generated on
|
|
6460
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6458
6461
|
*/
|
|
6459
6462
|
/**
|
|
6460
6463
|
* TOKENS:
|
|
@@ -6479,7 +6482,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6479
6482
|
}
|
|
6480
6483
|
/**
|
|
6481
6484
|
* Do not edit directly
|
|
6482
|
-
* Generated on
|
|
6485
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6483
6486
|
*/
|
|
6484
6487
|
/**
|
|
6485
6488
|
* TOKENS:
|
|
@@ -6535,7 +6538,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6535
6538
|
|
|
6536
6539
|
/**
|
|
6537
6540
|
* Do not edit directly
|
|
6538
|
-
* Generated on
|
|
6541
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6539
6542
|
*/
|
|
6540
6543
|
/**
|
|
6541
6544
|
* TOKENS:
|
|
@@ -6552,92 +6555,82 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6552
6555
|
}
|
|
6553
6556
|
.ilo--richtext a {
|
|
6554
6557
|
background: rgba(0, 0, 0, 0);
|
|
6555
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
6556
6558
|
color: rgb(35, 0, 80);
|
|
6557
6559
|
font-size: inherit;
|
|
6558
6560
|
font-weight: inherit;
|
|
6559
6561
|
line-height: inherit;
|
|
6560
|
-
text-decoration:
|
|
6562
|
+
text-decoration: underline;
|
|
6563
|
+
text-underline-offset: 0.3215434084rem;
|
|
6564
|
+
text-decoration-thickness: 0.0803858521rem;
|
|
6565
|
+
padding-bottom: 0.2143622722rem;
|
|
6561
6566
|
}
|
|
6562
6567
|
.ilo--richtext a:visited {
|
|
6563
6568
|
background: rgba(0, 0, 0, 0);
|
|
6564
|
-
border-bottom: 1.5px solid rgb(150, 10, 85);
|
|
6565
6569
|
color: rgb(150, 10, 85);
|
|
6566
6570
|
}
|
|
6567
6571
|
.ilo--richtext a:hover {
|
|
6568
6572
|
background: rgb(255, 255, 255);
|
|
6569
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
6570
6573
|
color: rgb(30, 45, 190);
|
|
6571
|
-
text-decoration:
|
|
6574
|
+
text-decoration-thickness: 3px;
|
|
6572
6575
|
}
|
|
6573
6576
|
.ilo--richtext a:active {
|
|
6574
6577
|
background: rgb(255, 205, 45);
|
|
6575
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
6576
6578
|
color: rgb(35, 0, 80);
|
|
6577
|
-
|
|
6579
|
+
text-decoration-thickness: 3px;
|
|
6578
6580
|
}
|
|
6579
6581
|
.ilo--richtext a:focus {
|
|
6580
6582
|
background: rgb(255, 205, 45);
|
|
6581
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
6582
6583
|
color: rgb(35, 0, 80);
|
|
6583
|
-
|
|
6584
|
+
text-decoration-thickness: 3px;
|
|
6584
6585
|
}
|
|
6585
6586
|
.ilo--richtext a--dark {
|
|
6586
6587
|
background: rgba(0, 0, 0, 0);
|
|
6587
|
-
border-bottom: 1.5px solid rgb(255, 255, 255);
|
|
6588
6588
|
color: rgb(237, 240, 242);
|
|
6589
6589
|
}
|
|
6590
6590
|
.ilo--richtext a--dark:visited {
|
|
6591
6591
|
background: rgba(0, 0, 0, 0);
|
|
6592
|
-
border-bottom: 1.5px solid rgb(184, 196, 204);
|
|
6593
6592
|
color: rgb(184, 196, 204);
|
|
6594
6593
|
}
|
|
6595
6594
|
.ilo--richtext a--dark:hover {
|
|
6596
6595
|
background: rgb(255, 255, 255);
|
|
6597
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
6598
6596
|
color: rgb(30, 45, 190);
|
|
6597
|
+
text-decoration-thickness: 3px;
|
|
6599
6598
|
}
|
|
6600
6599
|
.ilo--richtext a--dark:active {
|
|
6601
6600
|
background: rgb(255, 205, 45);
|
|
6602
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
6603
6601
|
color: rgb(35, 0, 80);
|
|
6604
|
-
|
|
6602
|
+
text-decoration-thickness: 3px;
|
|
6605
6603
|
}
|
|
6606
6604
|
.ilo--richtext a--dark:focus {
|
|
6607
6605
|
background: rgb(255, 205, 45);
|
|
6608
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
6609
6606
|
color: rgb(35, 0, 80);
|
|
6610
|
-
|
|
6607
|
+
text-decoration-thickness: 3px;
|
|
6611
6608
|
}
|
|
6612
6609
|
.ilo--richtext a--footer {
|
|
6613
6610
|
font-size: 11.94px;
|
|
6614
6611
|
letter-spacing: normal;
|
|
6615
6612
|
line-height: 16.24px;
|
|
6616
6613
|
background: rgba(0, 0, 0, 0);
|
|
6617
|
-
border-bottom: 1px solid rgb(109, 109, 109);
|
|
6618
6614
|
color: rgb(109, 109, 109);
|
|
6619
6615
|
}
|
|
6620
6616
|
.ilo--richtext a--footer:visited {
|
|
6621
6617
|
background: rgba(0, 0, 0, 0);
|
|
6622
|
-
border-bottom: 1px solid rgb(150, 10, 85);
|
|
6623
6618
|
color: rgb(150, 10, 85);
|
|
6624
6619
|
}
|
|
6625
6620
|
.ilo--richtext a--footer:hover {
|
|
6626
6621
|
background: rgb(255, 255, 255);
|
|
6627
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
6628
6622
|
color: rgb(30, 45, 190);
|
|
6623
|
+
text-decoration-thickness: 3px;
|
|
6629
6624
|
}
|
|
6630
6625
|
.ilo--richtext a--footer:active {
|
|
6631
6626
|
background: rgb(255, 205, 45);
|
|
6632
|
-
border-bottom: 1.5px solid rgb(35, 0, 80);
|
|
6633
6627
|
color: rgb(35, 0, 80);
|
|
6634
|
-
|
|
6628
|
+
text-decoration-thickness: 3px;
|
|
6635
6629
|
}
|
|
6636
6630
|
.ilo--richtext a--footer:focus {
|
|
6637
6631
|
background: rgb(255, 205, 45);
|
|
6638
|
-
border-bottom: 2.5px solid rgb(35, 0, 80);
|
|
6639
6632
|
color: rgb(35, 0, 80);
|
|
6640
|
-
|
|
6633
|
+
text-decoration-thickness: 3px;
|
|
6641
6634
|
}
|
|
6642
6635
|
.ilo--richtext img {
|
|
6643
6636
|
width: 100%;
|
|
@@ -6951,7 +6944,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6951
6944
|
|
|
6952
6945
|
/**
|
|
6953
6946
|
* Do not edit directly
|
|
6954
|
-
* Generated on
|
|
6947
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
6955
6948
|
*/
|
|
6956
6949
|
/**
|
|
6957
6950
|
* TOKENS:
|
|
@@ -7002,7 +6995,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7002
6995
|
|
|
7003
6996
|
/**
|
|
7004
6997
|
* Do not edit directly
|
|
7005
|
-
* Generated on
|
|
6998
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7006
6999
|
*/
|
|
7007
7000
|
/**
|
|
7008
7001
|
* TOKENS:
|
|
@@ -7158,7 +7151,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7158
7151
|
|
|
7159
7152
|
/**
|
|
7160
7153
|
* Do not edit directly
|
|
7161
|
-
* Generated on
|
|
7154
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7162
7155
|
*/
|
|
7163
7156
|
/**
|
|
7164
7157
|
* TOKENS:
|
|
@@ -7291,92 +7284,82 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7291
7284
|
}
|
|
7292
7285
|
.ilo--table--body--cell a {
|
|
7293
7286
|
background: rgba(0, 0, 0, 0);
|
|
7294
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
7295
7287
|
color: rgb(35, 0, 80);
|
|
7296
7288
|
font-size: inherit;
|
|
7297
7289
|
font-weight: inherit;
|
|
7298
7290
|
line-height: inherit;
|
|
7299
|
-
text-decoration:
|
|
7291
|
+
text-decoration: underline;
|
|
7292
|
+
text-underline-offset: 0.3215434084rem;
|
|
7293
|
+
text-decoration-thickness: 0.0803858521rem;
|
|
7294
|
+
padding-bottom: 0.2143622722rem;
|
|
7300
7295
|
}
|
|
7301
7296
|
.ilo--table--body--cell a:visited {
|
|
7302
7297
|
background: rgba(0, 0, 0, 0);
|
|
7303
|
-
border-bottom: 1.5px solid rgb(150, 10, 85);
|
|
7304
7298
|
color: rgb(150, 10, 85);
|
|
7305
7299
|
}
|
|
7306
7300
|
.ilo--table--body--cell a:hover {
|
|
7307
7301
|
background: rgb(255, 255, 255);
|
|
7308
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
7309
7302
|
color: rgb(30, 45, 190);
|
|
7310
|
-
text-decoration:
|
|
7303
|
+
text-decoration-thickness: 3px;
|
|
7311
7304
|
}
|
|
7312
7305
|
.ilo--table--body--cell a:active {
|
|
7313
7306
|
background: rgb(255, 205, 45);
|
|
7314
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
7315
7307
|
color: rgb(35, 0, 80);
|
|
7316
|
-
|
|
7308
|
+
text-decoration-thickness: 3px;
|
|
7317
7309
|
}
|
|
7318
7310
|
.ilo--table--body--cell a:focus {
|
|
7319
7311
|
background: rgb(255, 205, 45);
|
|
7320
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
7321
7312
|
color: rgb(35, 0, 80);
|
|
7322
|
-
|
|
7313
|
+
text-decoration-thickness: 3px;
|
|
7323
7314
|
}
|
|
7324
7315
|
.ilo--table--body--cell a--dark {
|
|
7325
7316
|
background: rgba(0, 0, 0, 0);
|
|
7326
|
-
border-bottom: 1.5px solid rgb(255, 255, 255);
|
|
7327
7317
|
color: rgb(237, 240, 242);
|
|
7328
7318
|
}
|
|
7329
7319
|
.ilo--table--body--cell a--dark:visited {
|
|
7330
7320
|
background: rgba(0, 0, 0, 0);
|
|
7331
|
-
border-bottom: 1.5px solid rgb(184, 196, 204);
|
|
7332
7321
|
color: rgb(184, 196, 204);
|
|
7333
7322
|
}
|
|
7334
7323
|
.ilo--table--body--cell a--dark:hover {
|
|
7335
7324
|
background: rgb(255, 255, 255);
|
|
7336
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
7337
7325
|
color: rgb(30, 45, 190);
|
|
7326
|
+
text-decoration-thickness: 3px;
|
|
7338
7327
|
}
|
|
7339
7328
|
.ilo--table--body--cell a--dark:active {
|
|
7340
7329
|
background: rgb(255, 205, 45);
|
|
7341
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
7342
7330
|
color: rgb(35, 0, 80);
|
|
7343
|
-
|
|
7331
|
+
text-decoration-thickness: 3px;
|
|
7344
7332
|
}
|
|
7345
7333
|
.ilo--table--body--cell a--dark:focus {
|
|
7346
7334
|
background: rgb(255, 205, 45);
|
|
7347
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
7348
7335
|
color: rgb(35, 0, 80);
|
|
7349
|
-
|
|
7336
|
+
text-decoration-thickness: 3px;
|
|
7350
7337
|
}
|
|
7351
7338
|
.ilo--table--body--cell a--footer {
|
|
7352
7339
|
font-size: 11.94px;
|
|
7353
7340
|
letter-spacing: normal;
|
|
7354
7341
|
line-height: 16.24px;
|
|
7355
7342
|
background: rgba(0, 0, 0, 0);
|
|
7356
|
-
border-bottom: 1px solid rgb(109, 109, 109);
|
|
7357
7343
|
color: rgb(109, 109, 109);
|
|
7358
7344
|
}
|
|
7359
7345
|
.ilo--table--body--cell a--footer:visited {
|
|
7360
7346
|
background: rgba(0, 0, 0, 0);
|
|
7361
|
-
border-bottom: 1px solid rgb(150, 10, 85);
|
|
7362
7347
|
color: rgb(150, 10, 85);
|
|
7363
7348
|
}
|
|
7364
7349
|
.ilo--table--body--cell a--footer:hover {
|
|
7365
7350
|
background: rgb(255, 255, 255);
|
|
7366
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
7367
7351
|
color: rgb(30, 45, 190);
|
|
7352
|
+
text-decoration-thickness: 3px;
|
|
7368
7353
|
}
|
|
7369
7354
|
.ilo--table--body--cell a--footer:active {
|
|
7370
7355
|
background: rgb(255, 205, 45);
|
|
7371
|
-
border-bottom: 1.5px solid rgb(35, 0, 80);
|
|
7372
7356
|
color: rgb(35, 0, 80);
|
|
7373
|
-
|
|
7357
|
+
text-decoration-thickness: 3px;
|
|
7374
7358
|
}
|
|
7375
7359
|
.ilo--table--body--cell a--footer:focus {
|
|
7376
7360
|
background: rgb(255, 205, 45);
|
|
7377
|
-
border-bottom: 2.5px solid rgb(35, 0, 80);
|
|
7378
7361
|
color: rgb(35, 0, 80);
|
|
7379
|
-
|
|
7362
|
+
text-decoration-thickness: 3px;
|
|
7380
7363
|
}
|
|
7381
7364
|
.ilo--table--headline {
|
|
7382
7365
|
align-items: center;
|
|
@@ -7401,92 +7384,82 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7401
7384
|
}
|
|
7402
7385
|
.ilo--table--description a {
|
|
7403
7386
|
background: rgba(0, 0, 0, 0);
|
|
7404
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
7405
7387
|
color: rgb(35, 0, 80);
|
|
7406
7388
|
font-size: inherit;
|
|
7407
7389
|
font-weight: inherit;
|
|
7408
7390
|
line-height: inherit;
|
|
7409
|
-
text-decoration:
|
|
7391
|
+
text-decoration: underline;
|
|
7392
|
+
text-underline-offset: 0.3215434084rem;
|
|
7393
|
+
text-decoration-thickness: 0.0803858521rem;
|
|
7394
|
+
padding-bottom: 0.2143622722rem;
|
|
7410
7395
|
}
|
|
7411
7396
|
.ilo--table--description a:visited {
|
|
7412
7397
|
background: rgba(0, 0, 0, 0);
|
|
7413
|
-
border-bottom: 1.5px solid rgb(150, 10, 85);
|
|
7414
7398
|
color: rgb(150, 10, 85);
|
|
7415
7399
|
}
|
|
7416
7400
|
.ilo--table--description a:hover {
|
|
7417
7401
|
background: rgb(255, 255, 255);
|
|
7418
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
7419
7402
|
color: rgb(30, 45, 190);
|
|
7420
|
-
text-decoration:
|
|
7403
|
+
text-decoration-thickness: 3px;
|
|
7421
7404
|
}
|
|
7422
7405
|
.ilo--table--description a:active {
|
|
7423
7406
|
background: rgb(255, 205, 45);
|
|
7424
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
7425
7407
|
color: rgb(35, 0, 80);
|
|
7426
|
-
|
|
7408
|
+
text-decoration-thickness: 3px;
|
|
7427
7409
|
}
|
|
7428
7410
|
.ilo--table--description a:focus {
|
|
7429
7411
|
background: rgb(255, 205, 45);
|
|
7430
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
7431
7412
|
color: rgb(35, 0, 80);
|
|
7432
|
-
|
|
7413
|
+
text-decoration-thickness: 3px;
|
|
7433
7414
|
}
|
|
7434
7415
|
.ilo--table--description a--dark {
|
|
7435
7416
|
background: rgba(0, 0, 0, 0);
|
|
7436
|
-
border-bottom: 1.5px solid rgb(255, 255, 255);
|
|
7437
7417
|
color: rgb(237, 240, 242);
|
|
7438
7418
|
}
|
|
7439
7419
|
.ilo--table--description a--dark:visited {
|
|
7440
7420
|
background: rgba(0, 0, 0, 0);
|
|
7441
|
-
border-bottom: 1.5px solid rgb(184, 196, 204);
|
|
7442
7421
|
color: rgb(184, 196, 204);
|
|
7443
7422
|
}
|
|
7444
7423
|
.ilo--table--description a--dark:hover {
|
|
7445
7424
|
background: rgb(255, 255, 255);
|
|
7446
|
-
border-bottom: 3px solid rgb(30, 45, 190);
|
|
7447
7425
|
color: rgb(30, 45, 190);
|
|
7426
|
+
text-decoration-thickness: 3px;
|
|
7448
7427
|
}
|
|
7449
7428
|
.ilo--table--description a--dark:active {
|
|
7450
7429
|
background: rgb(255, 205, 45);
|
|
7451
|
-
border-bottom: 3px solid rgb(35, 0, 80);
|
|
7452
7430
|
color: rgb(35, 0, 80);
|
|
7453
|
-
|
|
7431
|
+
text-decoration-thickness: 3px;
|
|
7454
7432
|
}
|
|
7455
7433
|
.ilo--table--description a--dark:focus {
|
|
7456
7434
|
background: rgb(255, 205, 45);
|
|
7457
|
-
border-bottom: 4px solid rgb(35, 0, 80);
|
|
7458
7435
|
color: rgb(35, 0, 80);
|
|
7459
|
-
|
|
7436
|
+
text-decoration-thickness: 3px;
|
|
7460
7437
|
}
|
|
7461
7438
|
.ilo--table--description a--footer {
|
|
7462
7439
|
font-size: 11.94px;
|
|
7463
7440
|
letter-spacing: normal;
|
|
7464
7441
|
line-height: 16.24px;
|
|
7465
7442
|
background: rgba(0, 0, 0, 0);
|
|
7466
|
-
border-bottom: 1px solid rgb(109, 109, 109);
|
|
7467
7443
|
color: rgb(109, 109, 109);
|
|
7468
7444
|
}
|
|
7469
7445
|
.ilo--table--description a--footer:visited {
|
|
7470
7446
|
background: rgba(0, 0, 0, 0);
|
|
7471
|
-
border-bottom: 1px solid rgb(150, 10, 85);
|
|
7472
7447
|
color: rgb(150, 10, 85);
|
|
7473
7448
|
}
|
|
7474
7449
|
.ilo--table--description a--footer:hover {
|
|
7475
7450
|
background: rgb(255, 255, 255);
|
|
7476
|
-
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
7477
7451
|
color: rgb(30, 45, 190);
|
|
7452
|
+
text-decoration-thickness: 3px;
|
|
7478
7453
|
}
|
|
7479
7454
|
.ilo--table--description a--footer:active {
|
|
7480
7455
|
background: rgb(255, 205, 45);
|
|
7481
|
-
border-bottom: 1.5px solid rgb(35, 0, 80);
|
|
7482
7456
|
color: rgb(35, 0, 80);
|
|
7483
|
-
|
|
7457
|
+
text-decoration-thickness: 3px;
|
|
7484
7458
|
}
|
|
7485
7459
|
.ilo--table--description a--footer:focus {
|
|
7486
7460
|
background: rgb(255, 205, 45);
|
|
7487
|
-
border-bottom: 2.5px solid rgb(35, 0, 80);
|
|
7488
7461
|
color: rgb(35, 0, 80);
|
|
7489
|
-
|
|
7462
|
+
text-decoration-thickness: 3px;
|
|
7490
7463
|
}
|
|
7491
7464
|
.ilo--table--zebra .ilo--table--body--row:nth-child(odd) {
|
|
7492
7465
|
background-color: rgb(246, 247, 248);
|
|
@@ -7509,7 +7482,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7509
7482
|
|
|
7510
7483
|
/**
|
|
7511
7484
|
* Do not edit directly
|
|
7512
|
-
* Generated on
|
|
7485
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7513
7486
|
*/
|
|
7514
7487
|
/**
|
|
7515
7488
|
* TOKENS:
|
|
@@ -7689,7 +7662,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7689
7662
|
|
|
7690
7663
|
/**
|
|
7691
7664
|
* Do not edit directly
|
|
7692
|
-
* Generated on
|
|
7665
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7693
7666
|
*/
|
|
7694
7667
|
/**
|
|
7695
7668
|
* TOKENS:
|
|
@@ -7744,7 +7717,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7744
7717
|
|
|
7745
7718
|
/**
|
|
7746
7719
|
* Do not edit directly
|
|
7747
|
-
* Generated on
|
|
7720
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7748
7721
|
*/
|
|
7749
7722
|
/**
|
|
7750
7723
|
* TOKENS:
|
|
@@ -7919,7 +7892,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7919
7892
|
|
|
7920
7893
|
/**
|
|
7921
7894
|
* Do not edit directly
|
|
7922
|
-
* Generated on
|
|
7895
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7923
7896
|
*/
|
|
7924
7897
|
/**
|
|
7925
7898
|
* TOKENS:
|
|
@@ -7971,7 +7944,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7971
7944
|
|
|
7972
7945
|
/**
|
|
7973
7946
|
* Do not edit directly
|
|
7974
|
-
* Generated on
|
|
7947
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7975
7948
|
*/
|
|
7976
7949
|
/**
|
|
7977
7950
|
* TOKENS:
|
|
@@ -7981,7 +7954,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7981
7954
|
*/
|
|
7982
7955
|
/**
|
|
7983
7956
|
* Do not edit directly
|
|
7984
|
-
* Generated on
|
|
7957
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
7985
7958
|
*/
|
|
7986
7959
|
/**
|
|
7987
7960
|
* TOKENS:
|
|
@@ -8083,7 +8056,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8083
8056
|
|
|
8084
8057
|
/**
|
|
8085
8058
|
* Do not edit directly
|
|
8086
|
-
* Generated on
|
|
8059
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
8087
8060
|
*/
|
|
8088
8061
|
/**
|
|
8089
8062
|
* TOKENS:
|
|
@@ -8095,6 +8068,8 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8095
8068
|
font-size: 14.93px;
|
|
8096
8069
|
letter-spacing: normal;
|
|
8097
8070
|
line-height: 20.3px;
|
|
8071
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8072
|
+
font-weight: 400;
|
|
8098
8073
|
background: rgb(255, 255, 255);
|
|
8099
8074
|
border: none;
|
|
8100
8075
|
border-radius: 0.1071811361rem;
|
|
@@ -8105,22 +8080,46 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8105
8080
|
padding: 0.4287245445rem 0.857449089rem 0.6430868167rem;
|
|
8106
8081
|
position: absolute;
|
|
8107
8082
|
visibility: hidden;
|
|
8108
|
-
width:
|
|
8109
|
-
|
|
8110
|
-
|
|
8111
|
-
|
|
8083
|
+
width: max-content;
|
|
8084
|
+
max-width: 9.6463022508rem;
|
|
8085
|
+
}
|
|
8086
|
+
@media screen and (min-width: 610px) {
|
|
8087
|
+
.ilo--tooltip--long {
|
|
8088
|
+
max-width: 21.436227224rem;
|
|
8089
|
+
}
|
|
8112
8090
|
}
|
|
8113
8091
|
.ilo--tooltip--fade {
|
|
8114
8092
|
opacity: 1;
|
|
8115
|
-
transition-property: opacity;
|
|
8116
|
-
transition-duration: 150ms;
|
|
8117
|
-
transition-timing-function: ease-out;
|
|
8118
8093
|
}
|
|
8119
8094
|
.ilo--tooltip--visible {
|
|
8120
8095
|
visibility: visible;
|
|
8121
8096
|
z-index: 2;
|
|
8122
8097
|
opacity: 1;
|
|
8123
8098
|
}
|
|
8099
|
+
.ilo--tooltip--arrow, .ilo--tooltip--arrow::before {
|
|
8100
|
+
position: absolute;
|
|
8101
|
+
visibility: hidden;
|
|
8102
|
+
width: 10px;
|
|
8103
|
+
height: 10px;
|
|
8104
|
+
background: inherit;
|
|
8105
|
+
}
|
|
8106
|
+
.ilo--tooltip--arrow::before {
|
|
8107
|
+
visibility: visible;
|
|
8108
|
+
content: "";
|
|
8109
|
+
transform: rotate(45deg);
|
|
8110
|
+
}
|
|
8111
|
+
.ilo--tooltip[data-popper-placement^=top] > .ilo--tooltip--arrow {
|
|
8112
|
+
bottom: -4px;
|
|
8113
|
+
}
|
|
8114
|
+
.ilo--tooltip[data-popper-placement^=bottom] > .ilo--tooltip--arrow {
|
|
8115
|
+
top: -4px;
|
|
8116
|
+
}
|
|
8117
|
+
.ilo--tooltip[data-popper-placement^=left] > .ilo--tooltip--arrow {
|
|
8118
|
+
right: -4px;
|
|
8119
|
+
}
|
|
8120
|
+
.ilo--tooltip[data-popper-placement^=right] > .ilo--tooltip--arrow {
|
|
8121
|
+
left: -4px;
|
|
8122
|
+
}
|
|
8124
8123
|
.ilo--tooltip--wrapper {
|
|
8125
8124
|
display: inline-block;
|
|
8126
8125
|
position: relative;
|
|
@@ -8136,119 +8135,20 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8136
8135
|
.ilo--tooltip--wrapper__icon.ilo--tooltip--wrapper__icon__theme__dark {
|
|
8137
8136
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='rgb(237, 240, 242)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(237, 240, 242)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
8138
8137
|
}
|
|
8139
|
-
.ilo--tooltip--arrow {
|
|
8140
|
-
border-color: transparent;
|
|
8141
|
-
border-right-color: transparent;
|
|
8142
|
-
border-style: solid;
|
|
8143
|
-
border-width: 0;
|
|
8144
|
-
height: 0;
|
|
8145
|
-
margin-top: -0.3751339764rem;
|
|
8146
|
-
position: absolute;
|
|
8147
|
-
width: 0;
|
|
8148
|
-
}
|
|
8149
|
-
.ilo--tooltip--alignment-top {
|
|
8150
|
-
left: 0;
|
|
8151
|
-
top: calc(-100% + 12px);
|
|
8152
|
-
}
|
|
8153
|
-
.ilo--tooltip--alignment-top .ilo--tooltip--arrow {
|
|
8154
|
-
border-top-color: rgb(255, 255, 255);
|
|
8155
|
-
border-width: 0.6430868167rem 0.3751339764rem 0 0.3751339764rem;
|
|
8156
|
-
bottom: -0.6430868167rem;
|
|
8157
|
-
left: 50%;
|
|
8158
|
-
margin-left: -0.3751339764rem;
|
|
8159
|
-
top: auto;
|
|
8160
|
-
}
|
|
8161
|
-
.ilo--tooltip--alignment-top .ilo--tooltip--arrow--placement-negative {
|
|
8162
|
-
left: 10%;
|
|
8163
|
-
}
|
|
8164
|
-
.ilo--tooltip--alignment-top .ilo--tooltip--arrow--placement-positive {
|
|
8165
|
-
left: auto;
|
|
8166
|
-
right: 10%;
|
|
8167
|
-
}
|
|
8168
|
-
.ilo--tooltip--alignment-top .ilo--tooltip--arrow--placement-center {
|
|
8169
|
-
left: 50%;
|
|
8170
|
-
}
|
|
8171
|
-
.ilo--tooltip--alignment-right {
|
|
8172
|
-
left: calc(100% + 32px);
|
|
8173
|
-
top: calc(50% - 0.3751339764rem);
|
|
8174
|
-
}
|
|
8175
|
-
.ilo--tooltip--alignment-right .ilo--tooltip--arrow {
|
|
8176
|
-
border-right-color: rgb(255, 255, 255);
|
|
8177
|
-
border-width: 0.3751339764rem 0.6430868167rem 0.3751339764rem 0;
|
|
8178
|
-
left: 0;
|
|
8179
|
-
margin-left: -0.6430868167rem;
|
|
8180
|
-
top: 50%;
|
|
8181
|
-
}
|
|
8182
|
-
.ilo--tooltip--alignment-right .ilo--tooltip--arrow--placement-negative {
|
|
8183
|
-
margin-top: 0;
|
|
8184
|
-
top: 10%;
|
|
8185
|
-
}
|
|
8186
|
-
.ilo--tooltip--alignment-right .ilo--tooltip--arrow--placement-positive {
|
|
8187
|
-
top: auto;
|
|
8188
|
-
bottom: 10%;
|
|
8189
|
-
}
|
|
8190
|
-
.ilo--tooltip--alignment-right .ilo--tooltip--arrow--placement-center {
|
|
8191
|
-
top: 50%;
|
|
8192
|
-
}
|
|
8193
|
-
.ilo--tooltip--alignment-left {
|
|
8194
|
-
right: calc(100% + 32px);
|
|
8195
|
-
top: calc(50% - 0.3751339764rem);
|
|
8196
|
-
}
|
|
8197
|
-
.ilo--tooltip--alignment-left .ilo--tooltip--arrow {
|
|
8198
|
-
border-left-color: rgb(255, 255, 255);
|
|
8199
|
-
border-width: 0.3751339764rem 0 0.3751339764rem 0.6430868167rem;
|
|
8200
|
-
left: auto;
|
|
8201
|
-
margin-top: -0.3751339764rem;
|
|
8202
|
-
right: -0.6430868167rem;
|
|
8203
|
-
top: 50%;
|
|
8204
|
-
}
|
|
8205
|
-
.ilo--tooltip--alignment-left .ilo--tooltip--arrow--placement-negative {
|
|
8206
|
-
margin-top: 0;
|
|
8207
|
-
top: 10%;
|
|
8208
|
-
}
|
|
8209
|
-
.ilo--tooltip--alignment-left .ilo--tooltip--arrow--placement-positive {
|
|
8210
|
-
top: auto;
|
|
8211
|
-
bottom: 10%;
|
|
8212
|
-
}
|
|
8213
|
-
.ilo--tooltip--alignment-left .ilo--tooltip--arrow--placement-center {
|
|
8214
|
-
top: 50%;
|
|
8215
|
-
}
|
|
8216
|
-
.ilo--tooltip--alignment-bottom {
|
|
8217
|
-
left: 0;
|
|
8218
|
-
top: calc(100% + 0.6430868167rem);
|
|
8219
|
-
}
|
|
8220
|
-
.ilo--tooltip--alignment-bottom .ilo--tooltip--arrow {
|
|
8221
|
-
border-width: 0 0.3751339764rem 0.6430868167rem 0.3751339764rem;
|
|
8222
|
-
left: 50%;
|
|
8223
|
-
margin-left: -0.3751339764rem;
|
|
8224
|
-
margin-top: -0.6430868167rem;
|
|
8225
|
-
top: 0;
|
|
8226
|
-
border-bottom-color: rgb(255, 255, 255);
|
|
8227
|
-
}
|
|
8228
|
-
.ilo--tooltip--alignment-bottom .ilo--tooltip--arrow--placement-negative {
|
|
8229
|
-
left: 10%;
|
|
8230
|
-
}
|
|
8231
|
-
.ilo--tooltip--alignment-bottom .ilo--tooltip--arrow--placement-positive {
|
|
8232
|
-
left: auto;
|
|
8233
|
-
right: 10%;
|
|
8234
|
-
}
|
|
8235
|
-
.ilo--tooltip--alignment-bottom .ilo--tooltip--arrow--placement-center {
|
|
8236
|
-
left: 50%;
|
|
8237
|
-
}
|
|
8238
8138
|
.ilo--tooltip--dark {
|
|
8239
8139
|
background: rgb(45, 45, 45);
|
|
8240
8140
|
color: rgb(237, 240, 242);
|
|
8241
8141
|
}
|
|
8242
|
-
.ilo--tooltip--dark.ilo--tooltip--
|
|
8142
|
+
.ilo--tooltip--dark.ilo--tooltip--arrow {
|
|
8243
8143
|
border-bottom-color: rgb(45, 45, 45);
|
|
8244
8144
|
}
|
|
8245
|
-
.ilo--tooltip--dark.ilo--tooltip--
|
|
8145
|
+
.ilo--tooltip--dark.ilo--tooltip--arrow {
|
|
8246
8146
|
border-top-color: rgb(45, 45, 45);
|
|
8247
8147
|
}
|
|
8248
|
-
.ilo--tooltip--dark.ilo--tooltip--
|
|
8148
|
+
.ilo--tooltip--dark.ilo--tooltip--arrow {
|
|
8249
8149
|
border-left-color: rgb(45, 45, 45);
|
|
8250
8150
|
}
|
|
8251
|
-
.ilo--tooltip--dark.ilo--tooltip--
|
|
8151
|
+
.ilo--tooltip--dark.ilo--tooltip--arrow {
|
|
8252
8152
|
border-right-color: rgb(45, 45, 45);
|
|
8253
8153
|
}
|
|
8254
8154
|
|
|
@@ -8258,7 +8158,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8258
8158
|
|
|
8259
8159
|
/**
|
|
8260
8160
|
* Do not edit directly
|
|
8261
|
-
* Generated on
|
|
8161
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
8262
8162
|
*/
|
|
8263
8163
|
/**
|
|
8264
8164
|
* TOKENS:
|
|
@@ -9224,7 +9124,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9224
9124
|
|
|
9225
9125
|
/**
|
|
9226
9126
|
* Do not edit directly
|
|
9227
|
-
* Generated on
|
|
9127
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
9228
9128
|
*/
|
|
9229
9129
|
/**
|
|
9230
9130
|
* TOKENS:
|
|
@@ -9234,7 +9134,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9234
9134
|
*/
|
|
9235
9135
|
/**
|
|
9236
9136
|
* Do not edit directly
|
|
9237
|
-
* Generated on
|
|
9137
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
9238
9138
|
*/
|
|
9239
9139
|
/**
|
|
9240
9140
|
* TOKENS:
|
|
@@ -9259,7 +9159,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9259
9159
|
}
|
|
9260
9160
|
/**
|
|
9261
9161
|
* Do not edit directly
|
|
9262
|
-
* Generated on
|
|
9162
|
+
* Generated on Wed, 10 Jan 2024 09:35:23 GMT
|
|
9263
9163
|
*/
|
|
9264
9164
|
/**
|
|
9265
9165
|
* TOKENS:
|