@ilo-org/styles 0.9.1 → 0.9.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.
- package/build/css/components/index.css +146 -145
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +3 -2
- package/build/css/global.css.map +1 -1
- package/build/css/index.css +147 -146
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +147 -146
- 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/button.css +1 -1
- package/css/components/callout.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/contextmenu.css +1 -1
- package/css/components/datacard.css +1 -1
- package/css/components/dropdown.css +1 -1
- package/css/components/featurecard.css +1 -1
- package/css/components/fieldset.css +1 -1
- package/css/components/file-upload.css +1 -1
- package/css/components/footer.css +1 -1
- package/css/components/formcontrol.css +1 -1
- package/css/components/heading.css +1 -1
- package/css/components/herocard.css +1 -1
- package/css/components/input.css +1 -1
- package/css/components/linklist.css +1 -1
- package/css/components/list.css +1 -1
- package/css/components/loading.css +1 -1
- package/css/components/logo.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/pagination.css +1 -1
- package/css/components/profile.css +1 -1
- package/css/components/readmore.css +1 -1
- package/css/components/richtext.css +1 -1
- package/css/components/socialmedia.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/components/tabs.css +1 -1
- package/css/components/tag.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textinput.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -2
package/build/css/index.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
html,
|
|
2
3
|
body,
|
|
3
4
|
div,
|
|
@@ -151,7 +152,7 @@ select {
|
|
|
151
152
|
}
|
|
152
153
|
/**
|
|
153
154
|
* Do not edit directly
|
|
154
|
-
* Generated on Wed,
|
|
155
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
155
156
|
*/
|
|
156
157
|
/**
|
|
157
158
|
* TOKENS:
|
|
@@ -162,14 +163,14 @@ select {
|
|
|
162
163
|
html,
|
|
163
164
|
body {
|
|
164
165
|
color: rgb(45, 45, 45);
|
|
165
|
-
font: 18.66px/27.24px Noto Sans;
|
|
166
|
+
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
166
167
|
letter-spacing: normal;
|
|
167
168
|
-webkit-font-smoothing: antialiased;
|
|
168
169
|
}
|
|
169
170
|
|
|
170
171
|
/**
|
|
171
172
|
* Do not edit directly
|
|
172
|
-
* Generated on Wed,
|
|
173
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
173
174
|
*/
|
|
174
175
|
/**
|
|
175
176
|
* TOKENS:
|
|
@@ -189,7 +190,7 @@ body {
|
|
|
189
190
|
display: flex;
|
|
190
191
|
fill: rgb(35, 0, 80);
|
|
191
192
|
flex-direction: row;
|
|
192
|
-
font-family: Overpass;
|
|
193
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
193
194
|
font-weight: 500;
|
|
194
195
|
font-size: 16px;
|
|
195
196
|
letter-spacing: -0.02em;
|
|
@@ -244,7 +245,7 @@ body {
|
|
|
244
245
|
.ilo--accordion--panel {
|
|
245
246
|
--height: auto;
|
|
246
247
|
color: rgb(109, 109, 109);
|
|
247
|
-
font-family: Noto Sans;
|
|
248
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
248
249
|
position: relative;
|
|
249
250
|
height: 0px;
|
|
250
251
|
overflow: hidden;
|
|
@@ -288,7 +289,7 @@ body {
|
|
|
288
289
|
|
|
289
290
|
/**
|
|
290
291
|
* Do not edit directly
|
|
291
|
-
* Generated on Wed,
|
|
292
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
292
293
|
*/
|
|
293
294
|
/**
|
|
294
295
|
* TOKENS:
|
|
@@ -313,7 +314,7 @@ body {
|
|
|
313
314
|
}
|
|
314
315
|
/**
|
|
315
316
|
* Do not edit directly
|
|
316
|
-
* Generated on Wed,
|
|
317
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
317
318
|
*/
|
|
318
319
|
/**
|
|
319
320
|
* TOKENS:
|
|
@@ -354,7 +355,7 @@ body {
|
|
|
354
355
|
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");
|
|
355
356
|
}
|
|
356
357
|
.ilo--breadcrumb--link--label {
|
|
357
|
-
font-family: Noto Sans;
|
|
358
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
358
359
|
font-weight: 400;
|
|
359
360
|
font-size: 11.94px;
|
|
360
361
|
letter-spacing: normal;
|
|
@@ -511,7 +512,7 @@ body {
|
|
|
511
512
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
512
513
|
color: rgb(35, 0, 80);
|
|
513
514
|
display: inline-block;
|
|
514
|
-
font-family: Noto Sans;
|
|
515
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
515
516
|
font-weight: 500;
|
|
516
517
|
height: auto;
|
|
517
518
|
padding: 0.857449089rem 0;
|
|
@@ -567,7 +568,7 @@ body {
|
|
|
567
568
|
|
|
568
569
|
/**
|
|
569
570
|
* Do not edit directly
|
|
570
|
-
* Generated on Wed,
|
|
571
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
571
572
|
*/
|
|
572
573
|
/**
|
|
573
574
|
* TOKENS:
|
|
@@ -577,7 +578,7 @@ body {
|
|
|
577
578
|
*/
|
|
578
579
|
/**
|
|
579
580
|
* Do not edit directly
|
|
580
|
-
* Generated on Wed,
|
|
581
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
581
582
|
*/
|
|
582
583
|
/**
|
|
583
584
|
* TOKENS:
|
|
@@ -602,7 +603,7 @@ body {
|
|
|
602
603
|
}
|
|
603
604
|
/**
|
|
604
605
|
* Do not edit directly
|
|
605
|
-
* Generated on Wed,
|
|
606
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
606
607
|
*/
|
|
607
608
|
/**
|
|
608
609
|
* TOKENS:
|
|
@@ -612,7 +613,7 @@ body {
|
|
|
612
613
|
*/
|
|
613
614
|
.ilo--button {
|
|
614
615
|
display: inline-block;
|
|
615
|
-
font-family: Overpass;
|
|
616
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
616
617
|
font-weight: 700;
|
|
617
618
|
padding: 0;
|
|
618
619
|
border-bottom-left-radius: 2px;
|
|
@@ -892,7 +893,7 @@ body {
|
|
|
892
893
|
|
|
893
894
|
/**
|
|
894
895
|
* Do not edit directly
|
|
895
|
-
* Generated on Wed,
|
|
896
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
896
897
|
*/
|
|
897
898
|
/**
|
|
898
899
|
* TOKENS:
|
|
@@ -940,7 +941,7 @@ body {
|
|
|
940
941
|
font-size: 16px;
|
|
941
942
|
letter-spacing: -0.02em;
|
|
942
943
|
line-height: 21.6px;
|
|
943
|
-
font-family: Overpass;
|
|
944
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
944
945
|
font-weight: 700;
|
|
945
946
|
}
|
|
946
947
|
.ilo--callout--toggle {
|
|
@@ -951,7 +952,7 @@ body {
|
|
|
951
952
|
border: none;
|
|
952
953
|
color: rgb(35, 0, 80);
|
|
953
954
|
cursor: pointer;
|
|
954
|
-
font-family: Overpass;
|
|
955
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
955
956
|
font-weight: 500;
|
|
956
957
|
padding-right: 36px;
|
|
957
958
|
position: relative;
|
|
@@ -1022,7 +1023,7 @@ body {
|
|
|
1022
1023
|
|
|
1023
1024
|
/**
|
|
1024
1025
|
* Do not edit directly
|
|
1025
|
-
* Generated on Wed,
|
|
1026
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1026
1027
|
*/
|
|
1027
1028
|
/**
|
|
1028
1029
|
* TOKENS:
|
|
@@ -1168,7 +1169,7 @@ body {
|
|
|
1168
1169
|
}
|
|
1169
1170
|
.ilo--card--title {
|
|
1170
1171
|
color: rgb(35, 0, 80);
|
|
1171
|
-
font-family: Overpass;
|
|
1172
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1172
1173
|
font-weight: 700;
|
|
1173
1174
|
font-size: 23.32px;
|
|
1174
1175
|
letter-spacing: -0.035em;
|
|
@@ -1233,7 +1234,7 @@ body {
|
|
|
1233
1234
|
|
|
1234
1235
|
/**
|
|
1235
1236
|
* Do not edit directly
|
|
1236
|
-
* Generated on Wed,
|
|
1237
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1237
1238
|
*/
|
|
1238
1239
|
/**
|
|
1239
1240
|
* TOKENS:
|
|
@@ -1384,7 +1385,7 @@ body {
|
|
|
1384
1385
|
letter-spacing: -0.035em;
|
|
1385
1386
|
line-height: 29.15px;
|
|
1386
1387
|
margin-bottom: 1.5763397642rem;
|
|
1387
|
-
font-family: Overpass;
|
|
1388
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1388
1389
|
font-weight: 700;
|
|
1389
1390
|
flex: 1;
|
|
1390
1391
|
}
|
|
@@ -1401,7 +1402,7 @@ body {
|
|
|
1401
1402
|
|
|
1402
1403
|
/**
|
|
1403
1404
|
* Do not edit directly
|
|
1404
|
-
* Generated on Wed,
|
|
1405
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1405
1406
|
*/
|
|
1406
1407
|
/**
|
|
1407
1408
|
* TOKENS:
|
|
@@ -1495,7 +1496,7 @@ body {
|
|
|
1495
1496
|
|
|
1496
1497
|
/**
|
|
1497
1498
|
* Do not edit directly
|
|
1498
|
-
* Generated on Wed,
|
|
1499
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1499
1500
|
*/
|
|
1500
1501
|
/**
|
|
1501
1502
|
* TOKENS:
|
|
@@ -1632,7 +1633,7 @@ body {
|
|
|
1632
1633
|
|
|
1633
1634
|
/**
|
|
1634
1635
|
* Do not edit directly
|
|
1635
|
-
* Generated on Wed,
|
|
1636
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1636
1637
|
*/
|
|
1637
1638
|
/**
|
|
1638
1639
|
* TOKENS:
|
|
@@ -1774,7 +1775,7 @@ body {
|
|
|
1774
1775
|
|
|
1775
1776
|
/**
|
|
1776
1777
|
* Do not edit directly
|
|
1777
|
-
* Generated on Wed,
|
|
1778
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1778
1779
|
*/
|
|
1779
1780
|
/**
|
|
1780
1781
|
* TOKENS:
|
|
@@ -1923,7 +1924,7 @@ body {
|
|
|
1923
1924
|
|
|
1924
1925
|
/**
|
|
1925
1926
|
* Do not edit directly
|
|
1926
|
-
* Generated on Wed,
|
|
1927
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1927
1928
|
*/
|
|
1928
1929
|
/**
|
|
1929
1930
|
* TOKENS:
|
|
@@ -2006,7 +2007,7 @@ body {
|
|
|
2006
2007
|
line-height: 29.15px;
|
|
2007
2008
|
margin-bottom: 1.41556806rem;
|
|
2008
2009
|
color: rgb(45, 45, 45);
|
|
2009
|
-
font-family: Overpass;
|
|
2010
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2010
2011
|
font-weight: 500;
|
|
2011
2012
|
}
|
|
2012
2013
|
.ilo--card__type__data--content-files {
|
|
@@ -2029,7 +2030,7 @@ body {
|
|
|
2029
2030
|
|
|
2030
2031
|
/**
|
|
2031
2032
|
* Do not edit directly
|
|
2032
|
-
* Generated on Wed,
|
|
2033
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2033
2034
|
*/
|
|
2034
2035
|
/**
|
|
2035
2036
|
* TOKENS:
|
|
@@ -2075,7 +2076,7 @@ body {
|
|
|
2075
2076
|
}
|
|
2076
2077
|
.ilo--card__type__stat .ilo--card--intro {
|
|
2077
2078
|
color: rgb(35, 0, 80);
|
|
2078
|
-
font-family: Overpass;
|
|
2079
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2079
2080
|
font-size: 18.66px;
|
|
2080
2081
|
letter-spacing: normal;
|
|
2081
2082
|
line-height: 27.24px;
|
|
@@ -2091,7 +2092,7 @@ body {
|
|
|
2091
2092
|
|
|
2092
2093
|
/**
|
|
2093
2094
|
* Do not edit directly
|
|
2094
|
-
* Generated on Wed,
|
|
2095
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2095
2096
|
*/
|
|
2096
2097
|
/**
|
|
2097
2098
|
* TOKENS:
|
|
@@ -2166,7 +2167,7 @@ body {
|
|
|
2166
2167
|
|
|
2167
2168
|
/**
|
|
2168
2169
|
* Do not edit directly
|
|
2169
|
-
* Generated on Wed,
|
|
2170
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2170
2171
|
*/
|
|
2171
2172
|
/**
|
|
2172
2173
|
* TOKENS:
|
|
@@ -2218,7 +2219,7 @@ body {
|
|
|
2218
2219
|
|
|
2219
2220
|
/**
|
|
2220
2221
|
* Do not edit directly
|
|
2221
|
-
* Generated on Wed,
|
|
2222
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2222
2223
|
*/
|
|
2223
2224
|
/**
|
|
2224
2225
|
* TOKENS:
|
|
@@ -2295,7 +2296,7 @@ body {
|
|
|
2295
2296
|
|
|
2296
2297
|
/**
|
|
2297
2298
|
* Do not edit directly
|
|
2298
|
-
* Generated on Wed,
|
|
2299
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2299
2300
|
*/
|
|
2300
2301
|
/**
|
|
2301
2302
|
* TOKENS:
|
|
@@ -2350,7 +2351,7 @@ body {
|
|
|
2350
2351
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
2351
2352
|
color: rgb(35, 0, 80);
|
|
2352
2353
|
display: inline-block;
|
|
2353
|
-
font-family: Noto Sans;
|
|
2354
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2354
2355
|
font-weight: 500;
|
|
2355
2356
|
padding: 0.857449089rem 0.4287245445rem;
|
|
2356
2357
|
text-decoration: none;
|
|
@@ -2376,7 +2377,7 @@ body {
|
|
|
2376
2377
|
|
|
2377
2378
|
/**
|
|
2378
2379
|
* Do not edit directly
|
|
2379
|
-
* Generated on Wed,
|
|
2380
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2380
2381
|
*/
|
|
2381
2382
|
/**
|
|
2382
2383
|
* TOKENS:
|
|
@@ -2386,7 +2387,7 @@ body {
|
|
|
2386
2387
|
*/
|
|
2387
2388
|
/**
|
|
2388
2389
|
* Do not edit directly
|
|
2389
|
-
* Generated on Wed,
|
|
2390
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2390
2391
|
*/
|
|
2391
2392
|
/**
|
|
2392
2393
|
* TOKENS:
|
|
@@ -2396,7 +2397,7 @@ body {
|
|
|
2396
2397
|
*/
|
|
2397
2398
|
/**
|
|
2398
2399
|
* Do not edit directly
|
|
2399
|
-
* Generated on Wed,
|
|
2400
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2400
2401
|
*/
|
|
2401
2402
|
/**
|
|
2402
2403
|
* TOKENS:
|
|
@@ -2406,7 +2407,7 @@ body {
|
|
|
2406
2407
|
*/
|
|
2407
2408
|
/**
|
|
2408
2409
|
* Do not edit directly
|
|
2409
|
-
* Generated on Wed,
|
|
2410
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2410
2411
|
*/
|
|
2411
2412
|
/**
|
|
2412
2413
|
* TOKENS:
|
|
@@ -2532,7 +2533,7 @@ body {
|
|
|
2532
2533
|
|
|
2533
2534
|
/**
|
|
2534
2535
|
* Do not edit directly
|
|
2535
|
-
* Generated on Wed,
|
|
2536
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2536
2537
|
*/
|
|
2537
2538
|
/**
|
|
2538
2539
|
* TOKENS:
|
|
@@ -2549,7 +2550,7 @@ body {
|
|
|
2549
2550
|
|
|
2550
2551
|
/**
|
|
2551
2552
|
* Do not edit directly
|
|
2552
|
-
* Generated on Wed,
|
|
2553
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2553
2554
|
*/
|
|
2554
2555
|
/**
|
|
2555
2556
|
* TOKENS:
|
|
@@ -2568,7 +2569,7 @@ body {
|
|
|
2568
2569
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2569
2570
|
border-radius: 0;
|
|
2570
2571
|
box-sizing: content-box;
|
|
2571
|
-
font-family: Noto Sans;
|
|
2572
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2572
2573
|
font-weight: 500;
|
|
2573
2574
|
font-size: 16px;
|
|
2574
2575
|
letter-spacing: -0.02em;
|
|
@@ -2637,7 +2638,7 @@ body {
|
|
|
2637
2638
|
|
|
2638
2639
|
/**
|
|
2639
2640
|
* Do not edit directly
|
|
2640
|
-
* Generated on Wed,
|
|
2641
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2641
2642
|
*/
|
|
2642
2643
|
/**
|
|
2643
2644
|
* TOKENS:
|
|
@@ -2647,7 +2648,7 @@ body {
|
|
|
2647
2648
|
*/
|
|
2648
2649
|
/**
|
|
2649
2650
|
* Do not edit directly
|
|
2650
|
-
* Generated on Wed,
|
|
2651
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2651
2652
|
*/
|
|
2652
2653
|
/**
|
|
2653
2654
|
* TOKENS:
|
|
@@ -2657,7 +2658,7 @@ body {
|
|
|
2657
2658
|
*/
|
|
2658
2659
|
/**
|
|
2659
2660
|
* Do not edit directly
|
|
2660
|
-
* Generated on Wed,
|
|
2661
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2661
2662
|
*/
|
|
2662
2663
|
/**
|
|
2663
2664
|
* TOKENS:
|
|
@@ -2710,7 +2711,7 @@ body {
|
|
|
2710
2711
|
|
|
2711
2712
|
/**
|
|
2712
2713
|
* Do not edit directly
|
|
2713
|
-
* Generated on Wed,
|
|
2714
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2714
2715
|
*/
|
|
2715
2716
|
/**
|
|
2716
2717
|
* TOKENS:
|
|
@@ -2725,7 +2726,7 @@ body {
|
|
|
2725
2726
|
margin-bottom: 0.8717716645rem;
|
|
2726
2727
|
}
|
|
2727
2728
|
.ilo--fieldset--legend {
|
|
2728
|
-
font-family: Overpass;
|
|
2729
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2729
2730
|
font-weight: 700;
|
|
2730
2731
|
font-size: 16px;
|
|
2731
2732
|
letter-spacing: -0.02em;
|
|
@@ -2772,7 +2773,7 @@ body {
|
|
|
2772
2773
|
flex-wrap: reverse;
|
|
2773
2774
|
}
|
|
2774
2775
|
.ilo--fieldset--helper, .ilo--fieldset__error {
|
|
2775
|
-
font-family: Noto Sans;
|
|
2776
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2776
2777
|
font-size: 11.94px;
|
|
2777
2778
|
letter-spacing: normal;
|
|
2778
2779
|
line-height: 16.24px;
|
|
@@ -2795,7 +2796,7 @@ body {
|
|
|
2795
2796
|
|
|
2796
2797
|
/**
|
|
2797
2798
|
* Do not edit directly
|
|
2798
|
-
* Generated on Wed,
|
|
2799
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2799
2800
|
*/
|
|
2800
2801
|
/**
|
|
2801
2802
|
* TOKENS:
|
|
@@ -2810,7 +2811,7 @@ body {
|
|
|
2810
2811
|
color: rgb(35, 0, 80);
|
|
2811
2812
|
content: attr(data-label);
|
|
2812
2813
|
display: inline-block;
|
|
2813
|
-
font-family: Overpass;
|
|
2814
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2814
2815
|
font-weight: 700;
|
|
2815
2816
|
padding: 0;
|
|
2816
2817
|
border-bottom-left-radius: 2px;
|
|
@@ -2876,7 +2877,7 @@ body {
|
|
|
2876
2877
|
border-right: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2877
2878
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2878
2879
|
box-sizing: border-box;
|
|
2879
|
-
font-family: Overpass;
|
|
2880
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2880
2881
|
font-weight: 500;
|
|
2881
2882
|
font-size: 16px;
|
|
2882
2883
|
letter-spacing: -0.02em;
|
|
@@ -2889,7 +2890,7 @@ body {
|
|
|
2889
2890
|
|
|
2890
2891
|
/**
|
|
2891
2892
|
* Do not edit directly
|
|
2892
|
-
* Generated on Wed,
|
|
2893
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2893
2894
|
*/
|
|
2894
2895
|
/**
|
|
2895
2896
|
* TOKENS:
|
|
@@ -2930,7 +2931,7 @@ body {
|
|
|
2930
2931
|
|
|
2931
2932
|
/**
|
|
2932
2933
|
* Do not edit directly
|
|
2933
|
-
* Generated on Wed,
|
|
2934
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2934
2935
|
*/
|
|
2935
2936
|
/**
|
|
2936
2937
|
* TOKENS:
|
|
@@ -3010,21 +3011,21 @@ body {
|
|
|
3010
3011
|
justify-content: flex-start;
|
|
3011
3012
|
}
|
|
3012
3013
|
.ilo--form-control--label__size__small {
|
|
3013
|
-
font-family: Noto Sans;
|
|
3014
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3014
3015
|
font-size: 0.8001071811rem;
|
|
3015
3016
|
letter-spacing: -0.0010718114rem;
|
|
3016
3017
|
line-height: 1.0803858521rem;
|
|
3017
3018
|
font-weight: 400;
|
|
3018
3019
|
}
|
|
3019
3020
|
.ilo--form-control--label__size__medium {
|
|
3020
|
-
font-family: Overpass;
|
|
3021
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3021
3022
|
font-size: 0.857449089rem;
|
|
3022
3023
|
letter-spacing: -0.0010718114rem;
|
|
3023
3024
|
line-height: 1.1575562701rem;
|
|
3024
3025
|
font-weight: 700;
|
|
3025
3026
|
}
|
|
3026
3027
|
.ilo--form-control--label__size__large {
|
|
3027
|
-
font-family: Overpass;
|
|
3028
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3028
3029
|
font-size: 1rem;
|
|
3029
3030
|
letter-spacing: -0.0010718114rem;
|
|
3030
3031
|
line-height: 1.3001071811rem;
|
|
@@ -3043,7 +3044,7 @@ body {
|
|
|
3043
3044
|
.ilo--form-control--helper {
|
|
3044
3045
|
grid-area: helper;
|
|
3045
3046
|
color: rgb(109, 109, 109);
|
|
3046
|
-
font-family: Noto Sans;
|
|
3047
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3047
3048
|
font-size: 11.94px;
|
|
3048
3049
|
letter-spacing: normal;
|
|
3049
3050
|
line-height: 16.24px;
|
|
@@ -3051,7 +3052,7 @@ body {
|
|
|
3051
3052
|
|
|
3052
3053
|
/**
|
|
3053
3054
|
* Do not edit directly
|
|
3054
|
-
* Generated on Wed,
|
|
3055
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3055
3056
|
*/
|
|
3056
3057
|
/**
|
|
3057
3058
|
* TOKENS:
|
|
@@ -3061,7 +3062,7 @@ body {
|
|
|
3061
3062
|
*/
|
|
3062
3063
|
/**
|
|
3063
3064
|
* Do not edit directly
|
|
3064
|
-
* Generated on Wed,
|
|
3065
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3065
3066
|
*/
|
|
3066
3067
|
/**
|
|
3067
3068
|
* TOKENS:
|
|
@@ -3086,7 +3087,7 @@ body {
|
|
|
3086
3087
|
}
|
|
3087
3088
|
/**
|
|
3088
3089
|
* Do not edit directly
|
|
3089
|
-
* Generated on Wed,
|
|
3090
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3090
3091
|
*/
|
|
3091
3092
|
/**
|
|
3092
3093
|
* TOKENS:
|
|
@@ -3132,7 +3133,7 @@ body {
|
|
|
3132
3133
|
}
|
|
3133
3134
|
.ilo--footer--headline {
|
|
3134
3135
|
color: rgb(255, 255, 255);
|
|
3135
|
-
font-family: Overpass;
|
|
3136
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3136
3137
|
font-weight: 700;
|
|
3137
3138
|
font-size: 16px;
|
|
3138
3139
|
letter-spacing: normal;
|
|
@@ -3143,7 +3144,7 @@ body {
|
|
|
3143
3144
|
}
|
|
3144
3145
|
.ilo--footer--subhead {
|
|
3145
3146
|
color: #bedcfa;
|
|
3146
|
-
font-family: Overpass;
|
|
3147
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3147
3148
|
font-weight: 500;
|
|
3148
3149
|
margin-top: 0.5359056806rem;
|
|
3149
3150
|
font-size: 11.94px;
|
|
@@ -3172,7 +3173,7 @@ body {
|
|
|
3172
3173
|
.ilo--footer .secondarylinks {
|
|
3173
3174
|
color: rgb(109, 109, 109);
|
|
3174
3175
|
display: inline;
|
|
3175
|
-
font-family: Noto Sans;
|
|
3176
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3176
3177
|
font-size: 11.94px;
|
|
3177
3178
|
letter-spacing: normal;
|
|
3178
3179
|
line-height: 16.24px;
|
|
@@ -3222,7 +3223,7 @@ body {
|
|
|
3222
3223
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
3223
3224
|
color: rgb(35, 0, 80);
|
|
3224
3225
|
display: block;
|
|
3225
|
-
font-family: Overpass;
|
|
3226
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3226
3227
|
height: 3.0010718114rem;
|
|
3227
3228
|
margin: 0.6430868167rem auto 0 auto;
|
|
3228
3229
|
padding: 0.857449089rem 1.7148981779rem 0.857449089rem 0;
|
|
@@ -3410,7 +3411,7 @@ body {
|
|
|
3410
3411
|
|
|
3411
3412
|
/**
|
|
3412
3413
|
* Do not edit directly
|
|
3413
|
-
* Generated on Wed,
|
|
3414
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3414
3415
|
*/
|
|
3415
3416
|
/**
|
|
3416
3417
|
* TOKENS:
|
|
@@ -3425,7 +3426,7 @@ body {
|
|
|
3425
3426
|
.ilo--h5,
|
|
3426
3427
|
.ilo--h6 {
|
|
3427
3428
|
color: inherit;
|
|
3428
|
-
font-family: Overpass;
|
|
3429
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3429
3430
|
font-weight: 700;
|
|
3430
3431
|
}
|
|
3431
3432
|
.ilo--h1--default,
|
|
@@ -3533,7 +3534,7 @@ body {
|
|
|
3533
3534
|
|
|
3534
3535
|
/**
|
|
3535
3536
|
* Do not edit directly
|
|
3536
|
-
* Generated on Wed,
|
|
3537
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3537
3538
|
*/
|
|
3538
3539
|
/**
|
|
3539
3540
|
* TOKENS:
|
|
@@ -3852,7 +3853,7 @@ body {
|
|
|
3852
3853
|
|
|
3853
3854
|
/**
|
|
3854
3855
|
* Do not edit directly
|
|
3855
|
-
* Generated on Wed,
|
|
3856
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3856
3857
|
*/
|
|
3857
3858
|
/**
|
|
3858
3859
|
* TOKENS:
|
|
@@ -3973,7 +3974,7 @@ body {
|
|
|
3973
3974
|
letter-spacing: -0.035em;
|
|
3974
3975
|
line-height: 43.74px;
|
|
3975
3976
|
margin-bottom: 1.1117935901rem;
|
|
3976
|
-
font-family: Overpass;
|
|
3977
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3977
3978
|
font-weight: 700;
|
|
3978
3979
|
}
|
|
3979
3980
|
@media screen and (min-width: 1024px) {
|
|
@@ -3986,7 +3987,7 @@ body {
|
|
|
3986
3987
|
|
|
3987
3988
|
/**
|
|
3988
3989
|
* Do not edit directly
|
|
3989
|
-
* Generated on Wed,
|
|
3990
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3990
3991
|
*/
|
|
3991
3992
|
/**
|
|
3992
3993
|
* TOKENS:
|
|
@@ -4042,7 +4043,7 @@ body {
|
|
|
4042
4043
|
|
|
4043
4044
|
/**
|
|
4044
4045
|
* Do not edit directly
|
|
4045
|
-
* Generated on Wed,
|
|
4046
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4046
4047
|
*/
|
|
4047
4048
|
/**
|
|
4048
4049
|
* TOKENS:
|
|
@@ -4060,7 +4061,7 @@ body {
|
|
|
4060
4061
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4061
4062
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4062
4063
|
box-sizing: border-box;
|
|
4063
|
-
font-family: Noto Sans;
|
|
4064
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4064
4065
|
font-weight: 500;
|
|
4065
4066
|
font-size: 16px;
|
|
4066
4067
|
letter-spacing: -0.02em;
|
|
@@ -4184,7 +4185,7 @@ body {
|
|
|
4184
4185
|
|
|
4185
4186
|
/**
|
|
4186
4187
|
* Do not edit directly
|
|
4187
|
-
* Generated on Wed,
|
|
4188
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4188
4189
|
*/
|
|
4189
4190
|
/**
|
|
4190
4191
|
* TOKENS:
|
|
@@ -4194,7 +4195,7 @@ body {
|
|
|
4194
4195
|
*/
|
|
4195
4196
|
/**
|
|
4196
4197
|
* Do not edit directly
|
|
4197
|
-
* Generated on Wed,
|
|
4198
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4198
4199
|
*/
|
|
4199
4200
|
/**
|
|
4200
4201
|
* TOKENS:
|
|
@@ -4219,7 +4220,7 @@ body {
|
|
|
4219
4220
|
}
|
|
4220
4221
|
/**
|
|
4221
4222
|
* Do not edit directly
|
|
4222
|
-
* Generated on Wed,
|
|
4223
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4223
4224
|
*/
|
|
4224
4225
|
/**
|
|
4225
4226
|
* TOKENS:
|
|
@@ -4228,7 +4229,7 @@ body {
|
|
|
4228
4229
|
* MAPS:
|
|
4229
4230
|
*/
|
|
4230
4231
|
.ilo--link-list--headline {
|
|
4231
|
-
font-family: Overpass;
|
|
4232
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4232
4233
|
font-weight: 700;
|
|
4233
4234
|
font-size: 23.32px;
|
|
4234
4235
|
letter-spacing: -0.035em;
|
|
@@ -4236,7 +4237,7 @@ body {
|
|
|
4236
4237
|
margin-bottom: 1.0404340836rem;
|
|
4237
4238
|
}
|
|
4238
4239
|
.ilo--link-list--links--headline {
|
|
4239
|
-
font-family: Overpass;
|
|
4240
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4240
4241
|
font-weight: 700;
|
|
4241
4242
|
font-size: 18.66px;
|
|
4242
4243
|
letter-spacing: -0.035em;
|
|
@@ -4277,7 +4278,7 @@ body {
|
|
|
4277
4278
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
4278
4279
|
color: rgb(35, 0, 80);
|
|
4279
4280
|
display: block;
|
|
4280
|
-
font-family: Overpass;
|
|
4281
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4281
4282
|
font-weight: 500;
|
|
4282
4283
|
font-size: 16px;
|
|
4283
4284
|
letter-spacing: normal;
|
|
@@ -4377,7 +4378,7 @@ body {
|
|
|
4377
4378
|
|
|
4378
4379
|
/**
|
|
4379
4380
|
* Do not edit directly
|
|
4380
|
-
* Generated on Wed,
|
|
4381
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4381
4382
|
*/
|
|
4382
4383
|
/**
|
|
4383
4384
|
* TOKENS:
|
|
@@ -4436,7 +4437,7 @@ body {
|
|
|
4436
4437
|
letter-spacing: -0.035em;
|
|
4437
4438
|
line-height: 24.26px;
|
|
4438
4439
|
margin-bottom: 1.1254019293rem;
|
|
4439
|
-
font-family: Overpass;
|
|
4440
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4440
4441
|
font-weight: 700;
|
|
4441
4442
|
}
|
|
4442
4443
|
@media screen and (min-width: 610px) {
|
|
@@ -4451,7 +4452,7 @@ body {
|
|
|
4451
4452
|
font-size: 16px;
|
|
4452
4453
|
letter-spacing: normal;
|
|
4453
4454
|
line-height: 23.36px;
|
|
4454
|
-
font-family: Noto Sans;
|
|
4455
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4455
4456
|
margin-bottom: 1.052683199rem;
|
|
4456
4457
|
margin-left: 1.2861736334rem;
|
|
4457
4458
|
padding-left: 0.1607717042rem;
|
|
@@ -4472,7 +4473,7 @@ body {
|
|
|
4472
4473
|
|
|
4473
4474
|
/**
|
|
4474
4475
|
* Do not edit directly
|
|
4475
|
-
* Generated on Wed,
|
|
4476
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4476
4477
|
*/
|
|
4477
4478
|
/**
|
|
4478
4479
|
* TOKENS:
|
|
@@ -4482,7 +4483,7 @@ body {
|
|
|
4482
4483
|
*/
|
|
4483
4484
|
/**
|
|
4484
4485
|
* Do not edit directly
|
|
4485
|
-
* Generated on Wed,
|
|
4486
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4486
4487
|
*/
|
|
4487
4488
|
/**
|
|
4488
4489
|
* TOKENS:
|
|
@@ -4492,7 +4493,7 @@ body {
|
|
|
4492
4493
|
*/
|
|
4493
4494
|
/**
|
|
4494
4495
|
* Do not edit directly
|
|
4495
|
-
* Generated on Wed,
|
|
4496
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4496
4497
|
*/
|
|
4497
4498
|
/**
|
|
4498
4499
|
* TOKENS:
|
|
@@ -4554,7 +4555,7 @@ body {
|
|
|
4554
4555
|
}
|
|
4555
4556
|
.ilo--loading--small .ilo--loading--copy {
|
|
4556
4557
|
color: rgb(109, 109, 109);
|
|
4557
|
-
font-family: Noto Sans;
|
|
4558
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4558
4559
|
font-weight: 400;
|
|
4559
4560
|
font-size: 14.93px;
|
|
4560
4561
|
letter-spacing: -0.02em;
|
|
@@ -4625,7 +4626,7 @@ body {
|
|
|
4625
4626
|
color: var(--logo-theme-color);
|
|
4626
4627
|
font-size: var(--logo-font-size);
|
|
4627
4628
|
line-height: var(--logo-font-size);
|
|
4628
|
-
font-family: Overpass;
|
|
4629
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4629
4630
|
font-weight: 700;
|
|
4630
4631
|
display: inline-flex;
|
|
4631
4632
|
justify-content: flex-start;
|
|
@@ -4663,7 +4664,7 @@ body {
|
|
|
4663
4664
|
|
|
4664
4665
|
/**
|
|
4665
4666
|
* Do not edit directly
|
|
4666
|
-
* Generated on Wed,
|
|
4667
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4667
4668
|
*/
|
|
4668
4669
|
/**
|
|
4669
4670
|
* TOKENS:
|
|
@@ -4710,7 +4711,7 @@ body {
|
|
|
4710
4711
|
|
|
4711
4712
|
/**
|
|
4712
4713
|
* Do not edit directly
|
|
4713
|
-
* Generated on Wed,
|
|
4714
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4714
4715
|
*/
|
|
4715
4716
|
/**
|
|
4716
4717
|
* TOKENS:
|
|
@@ -4720,7 +4721,7 @@ body {
|
|
|
4720
4721
|
*/
|
|
4721
4722
|
/**
|
|
4722
4723
|
* Do not edit directly
|
|
4723
|
-
* Generated on Wed,
|
|
4724
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4724
4725
|
*/
|
|
4725
4726
|
/**
|
|
4726
4727
|
* TOKENS:
|
|
@@ -4730,7 +4731,7 @@ body {
|
|
|
4730
4731
|
*/
|
|
4731
4732
|
/**
|
|
4732
4733
|
* Do not edit directly
|
|
4733
|
-
* Generated on Wed,
|
|
4734
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4734
4735
|
*/
|
|
4735
4736
|
/**
|
|
4736
4737
|
* TOKENS:
|
|
@@ -4827,7 +4828,7 @@ body {
|
|
|
4827
4828
|
|
|
4828
4829
|
/**
|
|
4829
4830
|
* Do not edit directly
|
|
4830
|
-
* Generated on Wed,
|
|
4831
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4831
4832
|
*/
|
|
4832
4833
|
/**
|
|
4833
4834
|
* TOKENS:
|
|
@@ -4969,7 +4970,7 @@ body {
|
|
|
4969
4970
|
border: none;
|
|
4970
4971
|
color: rgb(255, 255, 255);
|
|
4971
4972
|
cursor: pointer;
|
|
4972
|
-
font-family: Overpass;
|
|
4973
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4973
4974
|
font-weight: 500;
|
|
4974
4975
|
padding: 16px 16px 16px 36px;
|
|
4975
4976
|
text-decoration: none;
|
|
@@ -5082,7 +5083,7 @@ body {
|
|
|
5082
5083
|
line-height: 24.26px;
|
|
5083
5084
|
color: rgb(255, 255, 255);
|
|
5084
5085
|
display: none;
|
|
5085
|
-
font-family: Overpass;
|
|
5086
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5086
5087
|
font-weight: 700;
|
|
5087
5088
|
padding: 16px 0;
|
|
5088
5089
|
text-align: right;
|
|
@@ -5134,7 +5135,7 @@ body {
|
|
|
5134
5135
|
font-size: 16px;
|
|
5135
5136
|
letter-spacing: -0.02em;
|
|
5136
5137
|
line-height: 21.6px;
|
|
5137
|
-
font-family: Overpass;
|
|
5138
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5138
5139
|
font-weight: 500;
|
|
5139
5140
|
}
|
|
5140
5141
|
@media screen and (min-width: 1024px) {
|
|
@@ -5186,7 +5187,7 @@ body {
|
|
|
5186
5187
|
color: rgb(35, 0, 80);
|
|
5187
5188
|
cursor: pointer;
|
|
5188
5189
|
display: block;
|
|
5189
|
-
font-family: Overpass;
|
|
5190
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5190
5191
|
font-weight: 500;
|
|
5191
5192
|
padding: 16px 36px 16px 8px;
|
|
5192
5193
|
line-height: 24px;
|
|
@@ -5298,7 +5299,7 @@ body {
|
|
|
5298
5299
|
letter-spacing: -0.02em;
|
|
5299
5300
|
line-height: 21.6px;
|
|
5300
5301
|
color: rgb(255, 255, 255);
|
|
5301
|
-
font-family: Overpass;
|
|
5302
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5302
5303
|
font-weight: 500;
|
|
5303
5304
|
}
|
|
5304
5305
|
.ilo--nav--local--link {
|
|
@@ -5358,7 +5359,7 @@ body {
|
|
|
5358
5359
|
color: rgb(35, 0, 80);
|
|
5359
5360
|
cursor: pointer;
|
|
5360
5361
|
display: block;
|
|
5361
|
-
font-family: Overpass;
|
|
5362
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5362
5363
|
font-weight: 500;
|
|
5363
5364
|
padding: 16px 36px 16px 8px;
|
|
5364
5365
|
line-height: 16px;
|
|
@@ -5436,7 +5437,7 @@ body {
|
|
|
5436
5437
|
color: rgb(255, 255, 255);
|
|
5437
5438
|
cursor: pointer;
|
|
5438
5439
|
display: block;
|
|
5439
|
-
font-family: Overpass;
|
|
5440
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5440
5441
|
font-weight: 500;
|
|
5441
5442
|
padding: 8px 30px 8px 40px;
|
|
5442
5443
|
transition: all 150ms ease-out;
|
|
@@ -5533,7 +5534,7 @@ body {
|
|
|
5533
5534
|
background: rgb(255, 255, 255);
|
|
5534
5535
|
color: rgb(35, 0, 80);
|
|
5535
5536
|
display: flex;
|
|
5536
|
-
font-family: Overpass;
|
|
5537
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5537
5538
|
font-weight: 500;
|
|
5538
5539
|
padding: 18px 8px;
|
|
5539
5540
|
text-decoration: none;
|
|
@@ -5564,7 +5565,7 @@ body {
|
|
|
5564
5565
|
border: none;
|
|
5565
5566
|
color: rgb(35, 0, 80);
|
|
5566
5567
|
cursor: pointer;
|
|
5567
|
-
font-family: Overpass;
|
|
5568
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5568
5569
|
font-weight: 500;
|
|
5569
5570
|
padding: 16px 16px 16px 32px;
|
|
5570
5571
|
position: relative;
|
|
@@ -5622,7 +5623,7 @@ body {
|
|
|
5622
5623
|
line-height: 24.26px;
|
|
5623
5624
|
border-bottom: 3px solid rgb(237, 240, 242);
|
|
5624
5625
|
color: rgb(45, 45, 45);
|
|
5625
|
-
font-family: Overpass;
|
|
5626
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5626
5627
|
font-weight: 700;
|
|
5627
5628
|
margin-bottom: 16px;
|
|
5628
5629
|
padding: 20px 8px;
|
|
@@ -5729,7 +5730,7 @@ body {
|
|
|
5729
5730
|
|
|
5730
5731
|
/**
|
|
5731
5732
|
* Do not edit directly
|
|
5732
|
-
* Generated on Wed,
|
|
5733
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5733
5734
|
*/
|
|
5734
5735
|
/**
|
|
5735
5736
|
* TOKENS:
|
|
@@ -5739,7 +5740,7 @@ body {
|
|
|
5739
5740
|
*/
|
|
5740
5741
|
/**
|
|
5741
5742
|
* Do not edit directly
|
|
5742
|
-
* Generated on Wed,
|
|
5743
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5743
5744
|
*/
|
|
5744
5745
|
/**
|
|
5745
5746
|
* TOKENS:
|
|
@@ -5749,7 +5750,7 @@ body {
|
|
|
5749
5750
|
*/
|
|
5750
5751
|
/**
|
|
5751
5752
|
* Do not edit directly
|
|
5752
|
-
* Generated on Wed,
|
|
5753
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5753
5754
|
*/
|
|
5754
5755
|
/**
|
|
5755
5756
|
* TOKENS:
|
|
@@ -5941,7 +5942,7 @@ body {
|
|
|
5941
5942
|
|
|
5942
5943
|
/**
|
|
5943
5944
|
* Do not edit directly
|
|
5944
|
-
* Generated on Wed,
|
|
5945
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5945
5946
|
*/
|
|
5946
5947
|
/**
|
|
5947
5948
|
* TOKENS:
|
|
@@ -5960,7 +5961,7 @@ body {
|
|
|
5960
5961
|
border-radius: 2px;
|
|
5961
5962
|
color: rgb(35, 0, 80);
|
|
5962
5963
|
display: inline-block;
|
|
5963
|
-
font-family: Overpass;
|
|
5964
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5964
5965
|
height: 2.1436227224rem;
|
|
5965
5966
|
overflow: hidden;
|
|
5966
5967
|
position: relative;
|
|
@@ -6069,7 +6070,7 @@ body {
|
|
|
6069
6070
|
font-size: 14.93px;
|
|
6070
6071
|
letter-spacing: -0.02em;
|
|
6071
6072
|
line-height: 20.16px;
|
|
6072
|
-
font-family: Noto Sans;
|
|
6073
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6073
6074
|
font-weight: 400;
|
|
6074
6075
|
line-height: 45px;
|
|
6075
6076
|
}
|
|
@@ -6081,7 +6082,7 @@ body {
|
|
|
6081
6082
|
|
|
6082
6083
|
/**
|
|
6083
6084
|
* Do not edit directly
|
|
6084
|
-
* Generated on Wed,
|
|
6085
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6085
6086
|
*/
|
|
6086
6087
|
/**
|
|
6087
6088
|
* TOKENS:
|
|
@@ -6091,7 +6092,7 @@ body {
|
|
|
6091
6092
|
*/
|
|
6092
6093
|
/**
|
|
6093
6094
|
* Do not edit directly
|
|
6094
|
-
* Generated on Wed,
|
|
6095
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6095
6096
|
*/
|
|
6096
6097
|
/**
|
|
6097
6098
|
* TOKENS:
|
|
@@ -6116,7 +6117,7 @@ body {
|
|
|
6116
6117
|
}
|
|
6117
6118
|
/**
|
|
6118
6119
|
* Do not edit directly
|
|
6119
|
-
* Generated on Wed,
|
|
6120
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6120
6121
|
*/
|
|
6121
6122
|
/**
|
|
6122
6123
|
* TOKENS:
|
|
@@ -6171,7 +6172,7 @@ body {
|
|
|
6171
6172
|
}
|
|
6172
6173
|
.ilo--profile--name {
|
|
6173
6174
|
display: block;
|
|
6174
|
-
font-family: Overpass;
|
|
6175
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6175
6176
|
font-weight: 700;
|
|
6176
6177
|
margin-left: 11px;
|
|
6177
6178
|
font-size: 16px;
|
|
@@ -6180,7 +6181,7 @@ body {
|
|
|
6180
6181
|
}
|
|
6181
6182
|
.ilo--profile--role {
|
|
6182
6183
|
display: block;
|
|
6183
|
-
font-family: Noto Sans;
|
|
6184
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6184
6185
|
margin-left: 11px;
|
|
6185
6186
|
font-size: 14.93px;
|
|
6186
6187
|
letter-spacing: normal;
|
|
@@ -6188,7 +6189,7 @@ body {
|
|
|
6188
6189
|
}
|
|
6189
6190
|
.ilo--profile--description {
|
|
6190
6191
|
clear: both;
|
|
6191
|
-
font-family: Noto Sans;
|
|
6192
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6192
6193
|
padding-top: 22px;
|
|
6193
6194
|
font-size: 14.93px;
|
|
6194
6195
|
letter-spacing: normal;
|
|
@@ -6199,7 +6200,7 @@ body {
|
|
|
6199
6200
|
clear: both;
|
|
6200
6201
|
color: rgb(35, 0, 80);
|
|
6201
6202
|
display: inline-flex;
|
|
6202
|
-
font-family: Overpass;
|
|
6203
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6203
6204
|
font-weight: 500;
|
|
6204
6205
|
height: 3.0010718114rem;
|
|
6205
6206
|
text-decoration: none;
|
|
@@ -6283,7 +6284,7 @@ body {
|
|
|
6283
6284
|
|
|
6284
6285
|
/**
|
|
6285
6286
|
* Do not edit directly
|
|
6286
|
-
* Generated on Wed,
|
|
6287
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6287
6288
|
*/
|
|
6288
6289
|
/**
|
|
6289
6290
|
* TOKENS:
|
|
@@ -6352,7 +6353,7 @@ body {
|
|
|
6352
6353
|
|
|
6353
6354
|
/**
|
|
6354
6355
|
* Do not edit directly
|
|
6355
|
-
* Generated on Wed,
|
|
6356
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6356
6357
|
*/
|
|
6357
6358
|
/**
|
|
6358
6359
|
* TOKENS:
|
|
@@ -6362,7 +6363,7 @@ body {
|
|
|
6362
6363
|
*/
|
|
6363
6364
|
/**
|
|
6364
6365
|
* Do not edit directly
|
|
6365
|
-
* Generated on Wed,
|
|
6366
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6366
6367
|
*/
|
|
6367
6368
|
/**
|
|
6368
6369
|
* TOKENS:
|
|
@@ -6387,7 +6388,7 @@ body {
|
|
|
6387
6388
|
}
|
|
6388
6389
|
/**
|
|
6389
6390
|
* Do not edit directly
|
|
6390
|
-
* Generated on Wed,
|
|
6391
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6391
6392
|
*/
|
|
6392
6393
|
/**
|
|
6393
6394
|
* TOKENS:
|
|
@@ -6402,7 +6403,7 @@ body {
|
|
|
6402
6403
|
border-right: 0rem solid rgba(0, 0, 0, 0);
|
|
6403
6404
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6404
6405
|
color: rgb(35, 0, 80);
|
|
6405
|
-
font-family: Overpass;
|
|
6406
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6406
6407
|
height: 3.0010718114rem;
|
|
6407
6408
|
margin: 1.7148981779rem 0rem 0rem 0rem;
|
|
6408
6409
|
padding: 0.857449089rem 1.6077170418rem 0.857449089rem 0.1071811361rem;
|
|
@@ -6448,7 +6449,7 @@ body {
|
|
|
6448
6449
|
|
|
6449
6450
|
/**
|
|
6450
6451
|
* Do not edit directly
|
|
6451
|
-
* Generated on Wed,
|
|
6452
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6452
6453
|
*/
|
|
6453
6454
|
/**
|
|
6454
6455
|
* TOKENS:
|
|
@@ -6457,7 +6458,7 @@ body {
|
|
|
6457
6458
|
* MAPS:
|
|
6458
6459
|
*/
|
|
6459
6460
|
.ilo--richtext {
|
|
6460
|
-
font-family: Noto Sans;
|
|
6461
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6461
6462
|
font-weight: 400;
|
|
6462
6463
|
font-size: 16px;
|
|
6463
6464
|
letter-spacing: normal;
|
|
@@ -6605,7 +6606,7 @@ body {
|
|
|
6605
6606
|
.ilo--richtext h4,
|
|
6606
6607
|
.ilo--richtext h5,
|
|
6607
6608
|
.ilo--richtext h6 {
|
|
6608
|
-
font-family: Overpass;
|
|
6609
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6609
6610
|
font-weight: 700;
|
|
6610
6611
|
margin-top: 3.0010718114rem;
|
|
6611
6612
|
}
|
|
@@ -6673,7 +6674,7 @@ body {
|
|
|
6673
6674
|
background-repeat: no-repeat;
|
|
6674
6675
|
background-size: 3.8585209003rem 2.1436227224rem;
|
|
6675
6676
|
display: block;
|
|
6676
|
-
font-family: Overpass;
|
|
6677
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6677
6678
|
margin: 1.2861736334rem 0 2.1436227224rem 0;
|
|
6678
6679
|
padding: 2.8938906752rem 0 1.822079314rem 1.7148981779rem;
|
|
6679
6680
|
position: relative;
|
|
@@ -6863,7 +6864,7 @@ body {
|
|
|
6863
6864
|
|
|
6864
6865
|
/**
|
|
6865
6866
|
* Do not edit directly
|
|
6866
|
-
* Generated on Wed,
|
|
6867
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6867
6868
|
*/
|
|
6868
6869
|
/**
|
|
6869
6870
|
* TOKENS:
|
|
@@ -6917,7 +6918,7 @@ body {
|
|
|
6917
6918
|
|
|
6918
6919
|
/**
|
|
6919
6920
|
* Do not edit directly
|
|
6920
|
-
* Generated on Wed,
|
|
6921
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6921
6922
|
*/
|
|
6922
6923
|
/**
|
|
6923
6924
|
* TOKENS:
|
|
@@ -6980,7 +6981,7 @@ body {
|
|
|
6980
6981
|
background-color: rgb(237, 240, 242);
|
|
6981
6982
|
border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
|
|
6982
6983
|
color: rgb(35, 0, 80);
|
|
6983
|
-
font-family: Overpass;
|
|
6984
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6984
6985
|
font-weight: 600;
|
|
6985
6986
|
display: flex;
|
|
6986
6987
|
height: 3.2154340836rem;
|
|
@@ -7075,7 +7076,7 @@ body {
|
|
|
7075
7076
|
|
|
7076
7077
|
/**
|
|
7077
7078
|
* Do not edit directly
|
|
7078
|
-
* Generated on Wed,
|
|
7079
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7079
7080
|
*/
|
|
7080
7081
|
/**
|
|
7081
7082
|
* TOKENS:
|
|
@@ -7117,7 +7118,7 @@ body {
|
|
|
7117
7118
|
background-color: rgb(255, 255, 255);
|
|
7118
7119
|
border-left: 0.0535905681rem solid rgb(237, 240, 242);
|
|
7119
7120
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7120
|
-
font-family: Overpass;
|
|
7121
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7121
7122
|
font-weight: 700;
|
|
7122
7123
|
font-size: 14.93px;
|
|
7123
7124
|
letter-spacing: normal;
|
|
@@ -7174,7 +7175,7 @@ body {
|
|
|
7174
7175
|
}
|
|
7175
7176
|
.ilo--table--body--cell {
|
|
7176
7177
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7177
|
-
font-family: Noto Sans;
|
|
7178
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7178
7179
|
font-weight: 400;
|
|
7179
7180
|
font-size: 14.93px;
|
|
7180
7181
|
letter-spacing: normal;
|
|
@@ -7298,7 +7299,7 @@ body {
|
|
|
7298
7299
|
.ilo--table--headline {
|
|
7299
7300
|
align-items: center;
|
|
7300
7301
|
display: flex;
|
|
7301
|
-
font-family: Overpass;
|
|
7302
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7302
7303
|
font-weight: 700;
|
|
7303
7304
|
margin-bottom: 0.3751339764rem;
|
|
7304
7305
|
font-size: 18.66px;
|
|
@@ -7310,7 +7311,7 @@ body {
|
|
|
7310
7311
|
}
|
|
7311
7312
|
.ilo--table--description {
|
|
7312
7313
|
color: rgb(109, 109, 109);
|
|
7313
|
-
font-family: Noto Sans;
|
|
7314
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7314
7315
|
font-weight: 400;
|
|
7315
7316
|
font-size: 11.94px;
|
|
7316
7317
|
letter-spacing: normal;
|
|
@@ -7426,7 +7427,7 @@ body {
|
|
|
7426
7427
|
|
|
7427
7428
|
/**
|
|
7428
7429
|
* Do not edit directly
|
|
7429
|
-
* Generated on Wed,
|
|
7430
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7430
7431
|
*/
|
|
7431
7432
|
/**
|
|
7432
7433
|
* TOKENS:
|
|
@@ -7460,7 +7461,7 @@ body {
|
|
|
7460
7461
|
font-size: 18.66px;
|
|
7461
7462
|
letter-spacing: normal;
|
|
7462
7463
|
line-height: 27.24px;
|
|
7463
|
-
font-family: Overpass;
|
|
7464
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7464
7465
|
font-weight: 700;
|
|
7465
7466
|
padding-bottom: 0.857449089rem;
|
|
7466
7467
|
}
|
|
@@ -7546,7 +7547,7 @@ body {
|
|
|
7546
7547
|
border-bottom: rgb(255, 255, 255) 2px solid;
|
|
7547
7548
|
color: rgb(35, 0, 80);
|
|
7548
7549
|
display: block;
|
|
7549
|
-
font-family: Overpass;
|
|
7550
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7550
7551
|
font-weight: 500;
|
|
7551
7552
|
margin: 0 8px 0 8px;
|
|
7552
7553
|
padding: 18px 10px 18px 10px;
|
|
@@ -7612,7 +7613,7 @@ body {
|
|
|
7612
7613
|
|
|
7613
7614
|
/**
|
|
7614
7615
|
* Do not edit directly
|
|
7615
|
-
* Generated on Wed,
|
|
7616
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7616
7617
|
*/
|
|
7617
7618
|
/**
|
|
7618
7619
|
* TOKENS:
|
|
@@ -7630,7 +7631,7 @@ body {
|
|
|
7630
7631
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7631
7632
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7632
7633
|
box-sizing: border-box;
|
|
7633
|
-
font-family: Noto Sans;
|
|
7634
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7634
7635
|
font-weight: 500;
|
|
7635
7636
|
font-size: 16px;
|
|
7636
7637
|
letter-spacing: -0.02em;
|
|
@@ -7670,7 +7671,7 @@ body {
|
|
|
7670
7671
|
|
|
7671
7672
|
/**
|
|
7672
7673
|
* Do not edit directly
|
|
7673
|
-
* Generated on Wed,
|
|
7674
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7674
7675
|
*/
|
|
7675
7676
|
/**
|
|
7676
7677
|
* TOKENS:
|
|
@@ -7697,7 +7698,7 @@ body {
|
|
|
7697
7698
|
border: none;
|
|
7698
7699
|
color: rgb(109, 109, 109);
|
|
7699
7700
|
display: inline-block;
|
|
7700
|
-
font-family: Overpass;
|
|
7701
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7701
7702
|
font-weight: 500;
|
|
7702
7703
|
padding: 0.3751339764rem 0.6430868167rem 0.2679528403rem 0.6430868167rem;
|
|
7703
7704
|
text-decoration: none;
|
|
@@ -7844,7 +7845,7 @@ body {
|
|
|
7844
7845
|
|
|
7845
7846
|
/**
|
|
7846
7847
|
* Do not edit directly
|
|
7847
|
-
* Generated on Wed,
|
|
7848
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7848
7849
|
*/
|
|
7849
7850
|
/**
|
|
7850
7851
|
* TOKENS:
|
|
@@ -7862,7 +7863,7 @@ body {
|
|
|
7862
7863
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7863
7864
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7864
7865
|
box-sizing: border-box;
|
|
7865
|
-
font-family: Noto Sans;
|
|
7866
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7866
7867
|
font-weight: 500;
|
|
7867
7868
|
font-size: 16px;
|
|
7868
7869
|
letter-spacing: -0.02em;
|
|
@@ -7904,7 +7905,7 @@ body {
|
|
|
7904
7905
|
|
|
7905
7906
|
/**
|
|
7906
7907
|
* Do not edit directly
|
|
7907
|
-
* Generated on Wed,
|
|
7908
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7908
7909
|
*/
|
|
7909
7910
|
/**
|
|
7910
7911
|
* TOKENS:
|
|
@@ -7914,7 +7915,7 @@ body {
|
|
|
7914
7915
|
*/
|
|
7915
7916
|
/**
|
|
7916
7917
|
* Do not edit directly
|
|
7917
|
-
* Generated on Wed,
|
|
7918
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7918
7919
|
*/
|
|
7919
7920
|
/**
|
|
7920
7921
|
* TOKENS:
|
|
@@ -8016,7 +8017,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8016
8017
|
|
|
8017
8018
|
/**
|
|
8018
8019
|
* Do not edit directly
|
|
8019
|
-
* Generated on Wed,
|
|
8020
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
8020
8021
|
*/
|
|
8021
8022
|
/**
|
|
8022
8023
|
* TOKENS:
|
|
@@ -8191,7 +8192,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8191
8192
|
|
|
8192
8193
|
/**
|
|
8193
8194
|
* Do not edit directly
|
|
8194
|
-
* Generated on Wed,
|
|
8195
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
8195
8196
|
*/
|
|
8196
8197
|
/**
|
|
8197
8198
|
* TOKENS:
|
|
@@ -9101,7 +9102,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9101
9102
|
|
|
9102
9103
|
/**
|
|
9103
9104
|
* Do not edit directly
|
|
9104
|
-
* Generated on Wed,
|
|
9105
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9105
9106
|
*/
|
|
9106
9107
|
/**
|
|
9107
9108
|
* TOKENS:
|
|
@@ -9111,7 +9112,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9111
9112
|
*/
|
|
9112
9113
|
/**
|
|
9113
9114
|
* Do not edit directly
|
|
9114
|
-
* Generated on Wed,
|
|
9115
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9115
9116
|
*/
|
|
9116
9117
|
/**
|
|
9117
9118
|
* TOKENS:
|
|
@@ -9136,7 +9137,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9136
9137
|
}
|
|
9137
9138
|
/**
|
|
9138
9139
|
* Do not edit directly
|
|
9139
|
-
* Generated on Wed,
|
|
9140
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9140
9141
|
*/
|
|
9141
9142
|
/**
|
|
9142
9143
|
* TOKENS:
|
|
@@ -9160,7 +9161,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9160
9161
|
}
|
|
9161
9162
|
.ilo--social-media--headline {
|
|
9162
9163
|
color: rgb(35, 0, 80);
|
|
9163
|
-
font-family: Overpass;
|
|
9164
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
9164
9165
|
font-weight: 700;
|
|
9165
9166
|
font-size: 16px;
|
|
9166
9167
|
letter-spacing: normal;
|