@ilo-org/styles 0.11.0 → 0.11.2

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.
@@ -139,6 +139,11 @@ select {
139
139
  -moz-appearance: none;
140
140
  }
141
141
 
142
+ input,
143
+ textarea {
144
+ border-radius: 0;
145
+ }
146
+
142
147
  *,
143
148
  *::before,
144
149
  *::after {
@@ -152,7 +157,7 @@ select {
152
157
  }
153
158
  /**
154
159
  * Do not edit directly
155
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
160
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
156
161
  */
157
162
  /**
158
163
  * TOKENS:
@@ -170,7 +175,7 @@ body {
170
175
 
171
176
  /**
172
177
  * Do not edit directly
173
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
178
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
174
179
  */
175
180
  /**
176
181
  * TOKENS:
@@ -179,28 +184,27 @@ body {
179
184
  * MAPS:
180
185
  */
181
186
  .ilo--accordion--button {
187
+ display: flex;
182
188
  align-items: center;
189
+ flex-direction: row;
190
+ justify-content: space-between;
191
+ width: 100%;
192
+ margin: 0;
193
+ padding: 0.9646302251rem 1.9292604502rem 0.9646302251rem 0;
183
194
  background-color: rgb(255, 255, 255);
184
195
  background-position: calc(100% - 0.3215434084rem) center;
185
196
  background-repeat: no-repeat;
186
197
  background-size: 1.2861736334rem 1.2861736334rem;
187
198
  border: none;
188
199
  border-top: 2px solid rgb(237, 240, 242);
189
- color: rgb(35, 0, 80);
190
- display: flex;
191
200
  fill: rgb(35, 0, 80);
192
- flex-direction: row;
193
201
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
202
+ color: rgb(35, 0, 80);
194
203
  font-weight: 500;
195
204
  font-size: 16px;
196
205
  letter-spacing: -0.02em;
197
206
  line-height: 21.6px;
198
- justify-content: space-between;
199
- margin: 0;
200
- padding: 0.9646302251rem 1.9292604502rem 0.9646302251rem 0;
201
- text-align: left;
202
- transition: border 150ms ease-out, background 150ms ease-out, color 150ms ease-out;
203
- width: 100%;
207
+ transition: all 500ms ease-in-out;
204
208
  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");
205
209
  }
206
210
  .ilo--accordion--button--large {
@@ -243,53 +247,27 @@ body {
243
247
  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");
244
248
  }
245
249
  .ilo--accordion--panel {
246
- --height: auto;
247
- color: rgb(109, 109, 109);
248
- font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
249
- position: relative;
250
- height: 0px;
250
+ max-height: 0;
251
+ transition: all 500ms cubic-bezier(0, 1, 0, 1);
251
252
  overflow: hidden;
252
- transition: height 225ms ease-out, padding 225ms ease-out;
253
- font-size: 16px;
254
- letter-spacing: -0.02em;
255
- line-height: 21.6px;
256
253
  }
257
254
  .ilo--accordion--panel .ilo--accordion--innerpanel {
258
255
  padding-bottom: 2.1436227224rem;
259
256
  padding-top: 0.4287245445rem;
260
257
  }
261
258
  .ilo--accordion--panel--open {
262
- height: var(--height);
263
- transition: height 225ms ease-out, padding 225ms ease-out;
259
+ max-height: 100vh;
260
+ transition: all 500ms ease-in-out;
264
261
  }
265
- .ilo--accordion--panel__scroll {
266
- max-height: 500px;
262
+ .ilo--accordion--panel--open.ilo--accordion--panel__scroll {
263
+ max-height: 300px;
267
264
  overflow-y: auto;
268
265
  padding-right: 1.7148981779rem;
269
266
  }
270
- .ilo--accordion--panel.collapsing, .ilo--accordion--panel.expanding {
271
- height: 0;
272
- position: relative;
273
- overflow: hidden;
274
- visibility: visible;
275
- -webkit-transition-property: height, padding, visibility;
276
- transition-property: height, padding, visibility;
277
- transition-duration: attr(data-transition);
278
- -webkit-transition-duration: attr(data-transition);
279
- transition-timing-function: ease;
280
- -webkit-transition-timing-function: ease;
281
- }
282
- @media screen and (min-width: 610px) {
283
- .ilo--accordion--panel {
284
- font-size: 18.66px;
285
- letter-spacing: -0.02em;
286
- line-height: 24.26px;
287
- }
288
- }
289
267
 
290
268
  /**
291
269
  * Do not edit directly
292
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
270
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
293
271
  */
294
272
  /**
295
273
  * TOKENS:
@@ -314,7 +292,7 @@ body {
314
292
  }
315
293
  /**
316
294
  * Do not edit directly
317
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
295
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
318
296
  */
319
297
  /**
320
298
  * TOKENS:
@@ -570,7 +548,7 @@ body {
570
548
 
571
549
  /**
572
550
  * Do not edit directly
573
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
551
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
574
552
  */
575
553
  /**
576
554
  * TOKENS:
@@ -580,7 +558,7 @@ body {
580
558
  */
581
559
  /**
582
560
  * Do not edit directly
583
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
561
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
584
562
  */
585
563
  /**
586
564
  * TOKENS:
@@ -605,7 +583,7 @@ body {
605
583
  }
606
584
  /**
607
585
  * Do not edit directly
608
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
586
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
609
587
  */
610
588
  /**
611
589
  * TOKENS:
@@ -895,7 +873,7 @@ body {
895
873
 
896
874
  /**
897
875
  * Do not edit directly
898
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
876
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
899
877
  */
900
878
  /**
901
879
  * TOKENS:
@@ -922,24 +900,21 @@ body {
922
900
  padding: 1.3933547696rem 0.6430868167rem;
923
901
  width: 2.1436227224rem;
924
902
  }
903
+ .ilo--callout--sidebar .ilo--callout--icon {
904
+ position: relative;
905
+ top: 0.0803858521rem;
906
+ }
925
907
  .ilo--callout--content {
926
908
  padding: 1.3933547696rem 1.1789924973rem 1.2861736334rem;
927
909
  width: 100%;
928
- }
929
- .ilo--callout--copy {
930
- font-size: 14.93px;
931
- letter-spacing: normal;
932
- line-height: 20.3px;
933
- }
934
- .ilo--callout--copy:not(:last-child) {
935
- margin-bottom: 1.2861736334rem;
910
+ font-size: 0.8001071811rem;
936
911
  }
937
912
  .ilo--callout--header {
938
913
  display: flex;
939
914
  justify-content: space-between;
940
915
  padding: 0 0 1.2861736334rem;
941
916
  }
942
- .ilo--callout--headline {
917
+ .ilo--callout--title {
943
918
  font-size: 16px;
944
919
  letter-spacing: -0.02em;
945
920
  line-height: 21.6px;
@@ -956,7 +931,7 @@ body {
956
931
  cursor: pointer;
957
932
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
958
933
  font-weight: 500;
959
- padding-right: 36px;
934
+ padding-right: 32px;
960
935
  position: relative;
961
936
  }
962
937
  .ilo--callout--toggle--icon {
@@ -966,11 +941,11 @@ body {
966
941
  display: inline-block;
967
942
  height: 24px;
968
943
  position: absolute;
969
- right: -3px;
970
- top: 50%;
944
+ right: 0;
945
+ top: 11px;
971
946
  transform: translateY(-50%) rotate(0);
972
947
  transition: transform 225ms ease-out;
973
- width: 23px;
948
+ width: 24px;
974
949
  }
975
950
  .ilo--callout--footer {
976
951
  padding: 1.2861736334rem 0 0 0;
@@ -1025,7 +1000,7 @@ body {
1025
1000
 
1026
1001
  /**
1027
1002
  * Do not edit directly
1028
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1003
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1029
1004
  */
1030
1005
  /**
1031
1006
  * TOKENS:
@@ -1035,7 +1010,7 @@ body {
1035
1010
  */
1036
1011
  /**
1037
1012
  * Do not edit directly
1038
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1013
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1039
1014
  */
1040
1015
  /**
1041
1016
  * TOKENS:
@@ -1060,7 +1035,7 @@ body {
1060
1035
  }
1061
1036
  /**
1062
1037
  * Do not edit directly
1063
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1038
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1064
1039
  */
1065
1040
  /**
1066
1041
  * TOKENS:
@@ -1078,7 +1053,7 @@ body {
1078
1053
 
1079
1054
  /**
1080
1055
  * Do not edit directly
1081
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1056
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1082
1057
  */
1083
1058
  /**
1084
1059
  * TOKENS:
@@ -1155,6 +1130,9 @@ body {
1155
1130
  width: 40px;
1156
1131
  z-index: 1;
1157
1132
  }
1133
+ .ilo--card--wrap {
1134
+ height: 100%;
1135
+ }
1158
1136
  .ilo--card--wrapper {
1159
1137
  max-width: var(--max-width);
1160
1138
  }
@@ -1289,7 +1267,7 @@ body {
1289
1267
 
1290
1268
  /**
1291
1269
  * Do not edit directly
1292
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1270
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1293
1271
  */
1294
1272
  /**
1295
1273
  * TOKENS:
@@ -1457,7 +1435,7 @@ body {
1457
1435
 
1458
1436
  /**
1459
1437
  * Do not edit directly
1460
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1438
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1461
1439
  */
1462
1440
  /**
1463
1441
  * TOKENS:
@@ -1551,7 +1529,7 @@ body {
1551
1529
 
1552
1530
  /**
1553
1531
  * Do not edit directly
1554
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1532
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1555
1533
  */
1556
1534
  /**
1557
1535
  * TOKENS:
@@ -1688,7 +1666,7 @@ body {
1688
1666
 
1689
1667
  /**
1690
1668
  * Do not edit directly
1691
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1669
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1692
1670
  */
1693
1671
  /**
1694
1672
  * TOKENS:
@@ -1830,7 +1808,7 @@ body {
1830
1808
 
1831
1809
  /**
1832
1810
  * Do not edit directly
1833
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1811
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1834
1812
  */
1835
1813
  /**
1836
1814
  * TOKENS:
@@ -1979,7 +1957,7 @@ body {
1979
1957
 
1980
1958
  /**
1981
1959
  * Do not edit directly
1982
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
1960
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
1983
1961
  */
1984
1962
  /**
1985
1963
  * TOKENS:
@@ -2094,7 +2072,7 @@ body {
2094
2072
 
2095
2073
  /**
2096
2074
  * Do not edit directly
2097
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2075
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2098
2076
  */
2099
2077
  /**
2100
2078
  * TOKENS:
@@ -2124,7 +2102,9 @@ body {
2124
2102
  }
2125
2103
  .ilo--card__type__stat .ilo--card--content {
2126
2104
  display: flex;
2127
- flex-wrap: wrap;
2105
+ flex-flow: column;
2106
+ align-items: flex-start;
2107
+ justify-content: flex-start;
2128
2108
  height: 100%;
2129
2109
  }
2130
2110
  .right-to-left .ilo--card__type__stat .ilo--card--content {
@@ -2147,16 +2127,22 @@ body {
2147
2127
  margin-bottom: 1.6734954235rem;
2148
2128
  width: 100%;
2149
2129
  }
2130
+ .ilo--card__type__stat .ilo--card--source {
2131
+ display: flex;
2132
+ flex: auto;
2133
+ flex-flow: column;
2134
+ justify-content: flex-end;
2135
+ align-items: flex-start;
2136
+ }
2150
2137
  .ilo--card__type__stat .ilo--link {
2151
2138
  font-size: 11.94px;
2152
2139
  letter-spacing: -0.02em;
2153
2140
  line-height: 16.24px;
2154
- align-self: flex-end;
2155
2141
  }
2156
2142
 
2157
2143
  /**
2158
2144
  * Do not edit directly
2159
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2145
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2160
2146
  */
2161
2147
  /**
2162
2148
  * TOKENS:
@@ -2231,7 +2217,7 @@ body {
2231
2217
 
2232
2218
  /**
2233
2219
  * Do not edit directly
2234
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2220
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2235
2221
  */
2236
2222
  /**
2237
2223
  * TOKENS:
@@ -2283,7 +2269,7 @@ body {
2283
2269
 
2284
2270
  /**
2285
2271
  * Do not edit directly
2286
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2272
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2287
2273
  */
2288
2274
  /**
2289
2275
  * TOKENS:
@@ -2360,7 +2346,7 @@ body {
2360
2346
 
2361
2347
  /**
2362
2348
  * Do not edit directly
2363
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2349
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2364
2350
  */
2365
2351
  /**
2366
2352
  * TOKENS:
@@ -2441,7 +2427,7 @@ body {
2441
2427
 
2442
2428
  /**
2443
2429
  * Do not edit directly
2444
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2430
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2445
2431
  */
2446
2432
  /**
2447
2433
  * TOKENS:
@@ -2451,7 +2437,7 @@ body {
2451
2437
  */
2452
2438
  /**
2453
2439
  * Do not edit directly
2454
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2440
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2455
2441
  */
2456
2442
  /**
2457
2443
  * TOKENS:
@@ -2461,7 +2447,7 @@ body {
2461
2447
  */
2462
2448
  /**
2463
2449
  * Do not edit directly
2464
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2450
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2465
2451
  */
2466
2452
  /**
2467
2453
  * TOKENS:
@@ -2471,7 +2457,7 @@ body {
2471
2457
  */
2472
2458
  /**
2473
2459
  * Do not edit directly
2474
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2460
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2475
2461
  */
2476
2462
  /**
2477
2463
  * TOKENS:
@@ -2597,7 +2583,7 @@ body {
2597
2583
 
2598
2584
  /**
2599
2585
  * Do not edit directly
2600
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2586
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2601
2587
  */
2602
2588
  /**
2603
2589
  * TOKENS:
@@ -2614,7 +2600,7 @@ body {
2614
2600
 
2615
2601
  /**
2616
2602
  * Do not edit directly
2617
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2603
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2618
2604
  */
2619
2605
  /**
2620
2606
  * TOKENS:
@@ -2702,7 +2688,7 @@ body {
2702
2688
 
2703
2689
  /**
2704
2690
  * Do not edit directly
2705
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2691
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2706
2692
  */
2707
2693
  /**
2708
2694
  * TOKENS:
@@ -2712,7 +2698,7 @@ body {
2712
2698
  */
2713
2699
  /**
2714
2700
  * Do not edit directly
2715
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2701
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2716
2702
  */
2717
2703
  /**
2718
2704
  * TOKENS:
@@ -2722,7 +2708,7 @@ body {
2722
2708
  */
2723
2709
  /**
2724
2710
  * Do not edit directly
2725
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2711
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2726
2712
  */
2727
2713
  /**
2728
2714
  * TOKENS:
@@ -2775,7 +2761,7 @@ body {
2775
2761
 
2776
2762
  /**
2777
2763
  * Do not edit directly
2778
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2764
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2779
2765
  */
2780
2766
  /**
2781
2767
  * TOKENS:
@@ -2860,7 +2846,7 @@ body {
2860
2846
 
2861
2847
  /**
2862
2848
  * Do not edit directly
2863
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2849
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2864
2850
  */
2865
2851
  /**
2866
2852
  * TOKENS:
@@ -2957,7 +2943,7 @@ body {
2957
2943
 
2958
2944
  /**
2959
2945
  * Do not edit directly
2960
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2946
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
2961
2947
  */
2962
2948
  /**
2963
2949
  * TOKENS:
@@ -2998,7 +2984,7 @@ body {
2998
2984
 
2999
2985
  /**
3000
2986
  * Do not edit directly
3001
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
2987
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
3002
2988
  */
3003
2989
  /**
3004
2990
  * TOKENS:
@@ -3119,7 +3105,7 @@ body {
3119
3105
 
3120
3106
  /**
3121
3107
  * Do not edit directly
3122
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
3108
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
3123
3109
  */
3124
3110
  /**
3125
3111
  * TOKENS:
@@ -3129,7 +3115,7 @@ body {
3129
3115
  */
3130
3116
  /**
3131
3117
  * Do not edit directly
3132
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
3118
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
3133
3119
  */
3134
3120
  /**
3135
3121
  * TOKENS:
@@ -3154,7 +3140,7 @@ body {
3154
3140
  }
3155
3141
  /**
3156
3142
  * Do not edit directly
3157
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
3143
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
3158
3144
  */
3159
3145
  /**
3160
3146
  * TOKENS:
@@ -3521,7 +3507,7 @@ body {
3521
3507
 
3522
3508
  /**
3523
3509
  * Do not edit directly
3524
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
3510
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
3525
3511
  */
3526
3512
  /**
3527
3513
  * TOKENS:
@@ -3644,7 +3630,7 @@ body {
3644
3630
 
3645
3631
  /**
3646
3632
  * Do not edit directly
3647
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
3633
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
3648
3634
  */
3649
3635
  /**
3650
3636
  * TOKENS:
@@ -4021,7 +4007,7 @@ body {
4021
4007
 
4022
4008
  /**
4023
4009
  * Do not edit directly
4024
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4010
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4025
4011
  */
4026
4012
  /**
4027
4013
  * TOKENS:
@@ -4157,7 +4143,7 @@ body {
4157
4143
 
4158
4144
  /**
4159
4145
  * Do not edit directly
4160
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4146
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4161
4147
  */
4162
4148
  /**
4163
4149
  * TOKENS:
@@ -4213,7 +4199,7 @@ body {
4213
4199
 
4214
4200
  /**
4215
4201
  * Do not edit directly
4216
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4202
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4217
4203
  */
4218
4204
  /**
4219
4205
  * TOKENS:
@@ -4355,7 +4341,7 @@ body {
4355
4341
 
4356
4342
  /**
4357
4343
  * Do not edit directly
4358
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4344
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4359
4345
  */
4360
4346
  /**
4361
4347
  * TOKENS:
@@ -4365,7 +4351,7 @@ body {
4365
4351
  */
4366
4352
  /**
4367
4353
  * Do not edit directly
4368
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4354
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4369
4355
  */
4370
4356
  /**
4371
4357
  * TOKENS:
@@ -4390,7 +4376,7 @@ body {
4390
4376
  }
4391
4377
  /**
4392
4378
  * Do not edit directly
4393
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4379
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4394
4380
  */
4395
4381
  /**
4396
4382
  * TOKENS:
@@ -4548,7 +4534,7 @@ body {
4548
4534
 
4549
4535
  /**
4550
4536
  * Do not edit directly
4551
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4537
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4552
4538
  */
4553
4539
  /**
4554
4540
  * TOKENS:
@@ -4643,7 +4629,7 @@ body {
4643
4629
 
4644
4630
  /**
4645
4631
  * Do not edit directly
4646
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4632
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4647
4633
  */
4648
4634
  /**
4649
4635
  * TOKENS:
@@ -4653,7 +4639,7 @@ body {
4653
4639
  */
4654
4640
  /**
4655
4641
  * Do not edit directly
4656
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4642
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4657
4643
  */
4658
4644
  /**
4659
4645
  * TOKENS:
@@ -4663,7 +4649,7 @@ body {
4663
4649
  */
4664
4650
  /**
4665
4651
  * Do not edit directly
4666
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4652
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4667
4653
  */
4668
4654
  /**
4669
4655
  * TOKENS:
@@ -4834,7 +4820,7 @@ body {
4834
4820
 
4835
4821
  /**
4836
4822
  * Do not edit directly
4837
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4823
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4838
4824
  */
4839
4825
  /**
4840
4826
  * TOKENS:
@@ -4881,7 +4867,7 @@ body {
4881
4867
 
4882
4868
  /**
4883
4869
  * Do not edit directly
4884
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4870
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4885
4871
  */
4886
4872
  /**
4887
4873
  * TOKENS:
@@ -4891,7 +4877,7 @@ body {
4891
4877
  */
4892
4878
  /**
4893
4879
  * Do not edit directly
4894
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4880
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4895
4881
  */
4896
4882
  /**
4897
4883
  * TOKENS:
@@ -4901,7 +4887,7 @@ body {
4901
4887
  */
4902
4888
  /**
4903
4889
  * Do not edit directly
4904
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4890
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
4905
4891
  */
4906
4892
  /**
4907
4893
  * TOKENS:
@@ -4998,7 +4984,7 @@ body {
4998
4984
 
4999
4985
  /**
5000
4986
  * Do not edit directly
5001
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
4987
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
5002
4988
  */
5003
4989
  /**
5004
4990
  * TOKENS:
@@ -5084,21 +5070,18 @@ body {
5084
5070
  }
5085
5071
  .ilo--header--logo {
5086
5072
  display: block;
5087
- max-width: 150px;
5088
5073
  width: 100%;
5089
5074
  }
5090
- @media screen and (min-width: 1024px) {
5091
- .ilo--header--logo {
5092
- max-width: 200px;
5093
- }
5094
- }
5095
5075
  .ilo--header--logo-link {
5096
5076
  display: block;
5097
5077
  padding: 16px 0;
5078
+ max-width: 150px;
5079
+ width: 100%;
5098
5080
  }
5099
5081
  @media screen and (min-width: 1024px) {
5100
5082
  .ilo--header--logo-link {
5101
5083
  padding: 0 0 24px;
5084
+ max-width: 200px;
5102
5085
  }
5103
5086
  }
5104
5087
  .ilo--header--logo-bar {
@@ -5888,7 +5871,7 @@ body {
5888
5871
 
5889
5872
  /**
5890
5873
  * Do not edit directly
5891
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
5874
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
5892
5875
  */
5893
5876
  /**
5894
5877
  * TOKENS:
@@ -5898,7 +5881,7 @@ body {
5898
5881
  */
5899
5882
  /**
5900
5883
  * Do not edit directly
5901
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
5884
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
5902
5885
  */
5903
5886
  /**
5904
5887
  * TOKENS:
@@ -5908,7 +5891,7 @@ body {
5908
5891
  */
5909
5892
  /**
5910
5893
  * Do not edit directly
5911
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
5894
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
5912
5895
  */
5913
5896
  /**
5914
5897
  * TOKENS:
@@ -6100,7 +6083,7 @@ body {
6100
6083
 
6101
6084
  /**
6102
6085
  * Do not edit directly
6103
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6086
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6104
6087
  */
6105
6088
  /**
6106
6089
  * TOKENS:
@@ -6241,7 +6224,7 @@ body {
6241
6224
 
6242
6225
  /**
6243
6226
  * Do not edit directly
6244
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6227
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6245
6228
  */
6246
6229
  /**
6247
6230
  * TOKENS:
@@ -6251,7 +6234,7 @@ body {
6251
6234
  */
6252
6235
  /**
6253
6236
  * Do not edit directly
6254
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6237
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6255
6238
  */
6256
6239
  /**
6257
6240
  * TOKENS:
@@ -6276,7 +6259,7 @@ body {
6276
6259
  }
6277
6260
  /**
6278
6261
  * Do not edit directly
6279
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6262
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6280
6263
  */
6281
6264
  /**
6282
6265
  * TOKENS:
@@ -6285,165 +6268,148 @@ body {
6285
6268
  * MAPS:
6286
6269
  */
6287
6270
  .ilo--profile {
6288
- max-width: 343px;
6289
- position: relative;
6271
+ display: grid;
6272
+ grid-template-columns: min-content 1fr;
6273
+ grid-template-rows: minmax(64px, auto) auto;
6274
+ max-width: 18.3815648446rem;
6275
+ width: 100%;
6290
6276
  }
6291
6277
  .ilo--profile--avatar {
6278
+ grid-row: 1;
6292
6279
  border-radius: 50%;
6293
- float: left;
6294
- width: 3.4297963558rem;
6295
- }
6296
- .ilo--profile--contents--light .id {
6297
- margin-left: 4.0192926045rem;
6298
- padding-top: 5px;
6299
- }
6300
- .ilo--profile--contents--light .id:first-of-type {
6301
- padding-bottom: 1px;
6302
6280
  }
6303
- .ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
6304
- padding-top: 0;
6305
- }
6306
- .ilo--profile--contents--light .id:first-of-type:last-of-type,
6307
- .ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
6308
- border-bottom: 2px solid rgb(237, 240, 242);
6309
- padding-bottom: 11px;
6310
- }
6311
- .ilo--profile--contents--light .id:first-of-type:last-of-type {
6312
- padding-top: 14px;
6313
- }
6314
- .ilo--profile--contents--dark .id {
6315
- margin-left: 4.0192926045rem;
6316
- padding-top: 5px;
6317
- }
6318
- .ilo--profile--contents--dark .id:first-of-type {
6319
- padding-bottom: 1px;
6281
+ .ilo--profile figcaption {
6282
+ box-sizing: border-box;
6283
+ grid-row: 1;
6284
+ grid-column-end: -1;
6285
+ display: flex;
6286
+ flex-flow: column;
6287
+ justify-content: center;
6288
+ align-items: start;
6320
6289
  }
6321
- .ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
6322
- padding-top: 0;
6290
+ .ilo--profile--figcaption--content {
6291
+ box-sizing: border-box;
6292
+ width: 100%;
6293
+ display: flex;
6294
+ flex-flow: column;
6295
+ justify-content: center;
6296
+ align-items: start;
6297
+ position: relative;
6323
6298
  }
6324
- .ilo--profile--contents--dark .id:first-of-type:last-of-type,
6325
- .ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
6299
+ .ilo--profile--figcaption--content:after {
6300
+ content: "";
6301
+ position: absolute;
6302
+ bottom: -12px;
6303
+ width: 100%;
6326
6304
  border-bottom: 2px solid rgb(237, 240, 242);
6327
- padding-bottom: 11px;
6328
- }
6329
- .ilo--profile--contents--dark .id:first-of-type:last-of-type {
6330
- padding-top: 14px;
6331
6305
  }
6332
6306
  .ilo--profile--name {
6333
- display: block;
6334
6307
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6335
- font-weight: 700;
6336
- margin-left: 11px;
6337
- font-size: 16px;
6338
- letter-spacing: normal;
6339
- line-height: 23.36px;
6340
6308
  }
6341
6309
  .ilo--profile--role {
6342
- display: block;
6343
6310
  font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6344
- margin-left: 11px;
6345
- font-size: 14.93px;
6346
- letter-spacing: normal;
6347
- line-height: 20.3px;
6348
6311
  }
6349
6312
  .ilo--profile--description {
6350
- clear: both;
6351
6313
  font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6352
- padding-top: 22px;
6353
- font-size: 14.93px;
6354
- letter-spacing: normal;
6355
- line-height: 20.3px;
6314
+ grid-row: 2;
6315
+ grid-column: 1/-1;
6356
6316
  }
6357
6317
  .ilo--profile--link {
6358
- align-items: center;
6359
- clear: both;
6360
- color: rgb(35, 0, 80);
6361
- display: inline-flex;
6362
6318
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6363
- font-weight: 500;
6364
- height: 3.0010718114rem;
6319
+ grid-column: 1/-1;
6320
+ }
6321
+ .ilo--profile--link a {
6365
6322
  text-decoration: none;
6366
- font-size: 16px;
6367
- letter-spacing: normal;
6368
- line-height: 23.36px;
6323
+ color: rgb(35, 0, 80);
6324
+ display: inline-block;
6369
6325
  }
6370
- .ilo--profile--link span {
6326
+ .ilo--profile--link--label {
6327
+ display: flex;
6328
+ flex-flow: row nowrap;
6371
6329
  align-items: center;
6372
- background-position: calc(100% - 10px) center;
6373
- background-repeat: no-repeat;
6374
- background-size: 24px 24px;
6375
- display: inline-flex;
6376
- height: 24px;
6377
- padding-right: 32px;
6378
- 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");
6379
6330
  }
6380
- .ilo--profile--link:visited {
6381
- color: rgb(150, 10, 85);
6382
- }
6383
- .ilo--profile--link:visited span {
6384
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(150, 10, 85)' 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");
6385
- }
6386
- .ilo--profile--link:active {
6387
- color: rgb(35, 0, 80);
6388
- outline: none;
6389
- }
6390
- .ilo--profile--link:active span {
6331
+ .ilo--profile--link--label:after {
6332
+ position: relative;
6333
+ bottom: 0.0535905681rem;
6334
+ height: 1.2861736334rem;
6335
+ width: 1.2861736334rem;
6336
+ margin-inline-start: 0.4287245445rem;
6337
+ content: "";
6391
6338
  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");
6392
- background-color: rgb(255, 205, 45);
6393
6339
  }
6394
- .ilo--profile--link:hover, .ilo--profile--link:focus {
6395
- background-color: rgb(235, 245, 253);
6340
+ [dir=rtl] .ilo--profile--link--label:after {
6341
+ 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");
6342
+ }
6343
+ .ilo--profile--link a:hover .ilo--profile--link--label,
6344
+ .ilo--profile--link a:focus .ilo--profile--link--label {
6396
6345
  color: rgb(30, 45, 190);
6397
6346
  outline: none;
6398
- transition-property: color, background-color;
6399
- transition-duration: 150ms;
6400
- transition-timing-function: ease-out;
6401
6347
  }
6402
- .ilo--profile--link:hover span, .ilo--profile--link:focus span {
6348
+ .ilo--profile--link a:hover .ilo--profile--link--label:after,
6349
+ .ilo--profile--link a:focus .ilo--profile--link--label:after {
6403
6350
  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='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");
6404
6351
  }
6405
- .ilo--profile .ilo--profile--description + .ilo--profile--link {
6406
- margin-top: 0.4287245445rem;
6352
+ [dir=rtl] .ilo--profile--link a:hover .ilo--profile--link--label:after,
6353
+ [dir=rtl] .ilo--profile--link a:focus .ilo--profile--link--label:after {
6354
+ 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");
6407
6355
  }
6408
- .ilo--profile .ilo--profile--role + .ilo--profile--link {
6409
- margin-top: 0.1071811361rem;
6356
+ .ilo--profile__theme__dark {
6357
+ color: rgb(237, 240, 242);
6410
6358
  }
6411
- .ilo--profile .ilo--profile--name + .ilo--profile--link {
6412
- margin-top: 0.9646302251rem;
6359
+ .ilo--profile__theme__dark .ilo--profile--link--label:after {
6360
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' 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");
6413
6361
  }
6414
- .right-to-left .ilo--profile {
6415
- direction: rtl;
6362
+ [dir=rtl] .ilo--profile__theme__dark .ilo--profile--link--label:after {
6363
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' 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");
6416
6364
  }
6417
- .right-to-left .ilo--profile .ilo--profile--avatar {
6418
- float: right;
6365
+ .ilo--profile__theme__dark .ilo--profile--link a {
6366
+ color: rgb(237, 240, 242);
6419
6367
  }
6420
- .right-to-left .ilo--profile .ilo--profile--contents--light .id {
6421
- margin-left: auto;
6422
- margin-right: 4.0192926045rem;
6368
+ .ilo--profile__theme__dark .ilo--profile--link a:hover .ilo--profile--link--label,
6369
+ .ilo--profile__theme__dark .ilo--profile--link a:focus .ilo--profile--link--label {
6370
+ color: rgb(5, 210, 210);
6371
+ outline: none;
6423
6372
  }
6424
- .right-to-left .ilo--profile .ilo--profile--contents--dark .id {
6425
- margin-left: auto;
6426
- margin-right: 4.0192926045rem;
6373
+ .ilo--profile__theme__dark .ilo--profile--link a:hover .ilo--profile--link--label:after,
6374
+ .ilo--profile__theme__dark .ilo--profile--link a:focus .ilo--profile--link--label:after {
6375
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(5, 210, 210)' 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");
6427
6376
  }
6428
- .right-to-left .ilo--profile .ilo--profile--link span {
6429
- background-position: 10px center;
6430
- padding-left: 32px;
6431
- padding-right: 0;
6432
- 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");
6377
+ [dir=rtl] .ilo--profile__theme__dark .ilo--profile--link a:hover .ilo--profile--link--label:after,
6378
+ [dir=rtl] .ilo--profile__theme__dark .ilo--profile--link a:focus .ilo--profile--link--label:after {
6379
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(5, 210, 210)' 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");
6433
6380
  }
6434
- .right-to-left .ilo--profile .ilo--profile--link:visited span {
6435
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(150, 10, 85)' 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");
6381
+ .ilo--profile__size__large .ilo--profile--avatar {
6382
+ width: 3.4297963558rem;
6383
+ height: 3.4297963558rem;
6384
+ margin-inline-end: 0.8038585209rem;
6436
6385
  }
6437
- .right-to-left .ilo--profile .ilo--profile--link:active span {
6438
- 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");
6386
+ .ilo--profile__size__large .ilo--profile--name {
6387
+ font-weight: 700;
6388
+ font-size: 16px;
6389
+ letter-spacing: normal;
6390
+ line-height: 23.36px;
6439
6391
  }
6440
- .right-to-left .ilo--profile .ilo--profile--link:hover span, .right-to-left .ilo--profile .ilo--profile--link:focus span {
6441
- 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");
6392
+ .ilo--profile__size__large .ilo--profile--role {
6393
+ font-size: 14.93px;
6394
+ letter-spacing: normal;
6395
+ line-height: 20.3px;
6396
+ }
6397
+ .ilo--profile__size__large .ilo--profile--description {
6398
+ font-size: 14.93px;
6399
+ letter-spacing: normal;
6400
+ line-height: 20.3px;
6401
+ padding-block-start: 1.1254019293rem;
6402
+ }
6403
+ .ilo--profile__size__large .ilo--profile--link {
6404
+ font-size: 16px;
6405
+ letter-spacing: normal;
6406
+ line-height: 23.36px;
6407
+ padding-block-start: 1.1254019293rem;
6442
6408
  }
6443
6409
 
6444
6410
  /**
6445
6411
  * Do not edit directly
6446
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6412
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6447
6413
  */
6448
6414
  /**
6449
6415
  * TOKENS:
@@ -6512,7 +6478,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6512
6478
 
6513
6479
  /**
6514
6480
  * Do not edit directly
6515
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6481
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6516
6482
  */
6517
6483
  /**
6518
6484
  * TOKENS:
@@ -6522,7 +6488,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6522
6488
  */
6523
6489
  /**
6524
6490
  * Do not edit directly
6525
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6491
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6526
6492
  */
6527
6493
  /**
6528
6494
  * TOKENS:
@@ -6547,7 +6513,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6547
6513
  }
6548
6514
  /**
6549
6515
  * Do not edit directly
6550
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6516
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6551
6517
  */
6552
6518
  /**
6553
6519
  * TOKENS:
@@ -6608,7 +6574,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6608
6574
 
6609
6575
  /**
6610
6576
  * Do not edit directly
6611
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6577
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
6612
6578
  */
6613
6579
  /**
6614
6580
  * TOKENS:
@@ -7023,7 +6989,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7023
6989
 
7024
6990
  /**
7025
6991
  * Do not edit directly
7026
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
6992
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
7027
6993
  */
7028
6994
  /**
7029
6995
  * TOKENS:
@@ -7077,7 +7043,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7077
7043
 
7078
7044
  /**
7079
7045
  * Do not edit directly
7080
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
7046
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
7081
7047
  */
7082
7048
  /**
7083
7049
  * TOKENS:
@@ -7213,7 +7179,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7213
7179
  .ilo--tabs.tabs--js .ilo--tabs--selection {
7214
7180
  display: flex;
7215
7181
  max-width: 100%;
7216
- overflow-x: scroll;
7182
+ overflow-x: hidden;
7217
7183
  overflow-y: hidden;
7218
7184
  }
7219
7185
  .ilo--tabs.tabs--js .ilo--tabs--selection--button {
@@ -7235,7 +7201,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7235
7201
 
7236
7202
  /**
7237
7203
  * Do not edit directly
7238
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
7204
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
7239
7205
  */
7240
7206
  /**
7241
7207
  * TOKENS:
@@ -7586,7 +7552,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7586
7552
 
7587
7553
  /**
7588
7554
  * Do not edit directly
7589
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
7555
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
7590
7556
  */
7591
7557
  /**
7592
7558
  * TOKENS:
@@ -7772,7 +7738,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7772
7738
 
7773
7739
  /**
7774
7740
  * Do not edit directly
7775
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
7741
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
7776
7742
  */
7777
7743
  /**
7778
7744
  * TOKENS:
@@ -7830,7 +7796,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7830
7796
 
7831
7797
  /**
7832
7798
  * Do not edit directly
7833
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
7799
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
7834
7800
  */
7835
7801
  /**
7836
7802
  * TOKENS:
@@ -8004,7 +7970,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
8004
7970
 
8005
7971
  /**
8006
7972
  * Do not edit directly
8007
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
7973
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
8008
7974
  */
8009
7975
  /**
8010
7976
  * TOKENS:
@@ -8064,7 +8030,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
8064
8030
 
8065
8031
  /**
8066
8032
  * Do not edit directly
8067
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
8033
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
8068
8034
  */
8069
8035
  /**
8070
8036
  * TOKENS:
@@ -8074,7 +8040,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
8074
8040
  */
8075
8041
  /**
8076
8042
  * Do not edit directly
8077
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
8043
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
8078
8044
  */
8079
8045
  /**
8080
8046
  * TOKENS:
@@ -8176,7 +8142,7 @@ input:checked + .ilo--input--toggle--slider:before {
8176
8142
 
8177
8143
  /**
8178
8144
  * Do not edit directly
8179
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
8145
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
8180
8146
  */
8181
8147
  /**
8182
8148
  * TOKENS:
@@ -8351,7 +8317,7 @@ input:checked + .ilo--input--toggle--slider:before {
8351
8317
 
8352
8318
  /**
8353
8319
  * Do not edit directly
8354
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
8320
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
8355
8321
  */
8356
8322
  /**
8357
8323
  * TOKENS:
@@ -9261,7 +9227,7 @@ input:checked + .ilo--input--toggle--slider:before {
9261
9227
 
9262
9228
  /**
9263
9229
  * Do not edit directly
9264
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
9230
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
9265
9231
  */
9266
9232
  /**
9267
9233
  * TOKENS:
@@ -9271,7 +9237,7 @@ input:checked + .ilo--input--toggle--slider:before {
9271
9237
  */
9272
9238
  /**
9273
9239
  * Do not edit directly
9274
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
9240
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
9275
9241
  */
9276
9242
  /**
9277
9243
  * TOKENS:
@@ -9296,7 +9262,7 @@ input:checked + .ilo--input--toggle--slider:before {
9296
9262
  }
9297
9263
  /**
9298
9264
  * Do not edit directly
9299
- * Generated on Mon, 09 Oct 2023 11:25:42 GMT
9265
+ * Generated on Wed, 08 Nov 2023 08:40:57 GMT
9300
9266
  */
9301
9267
  /**
9302
9268
  * TOKENS: