@ilo-org/styles 0.14.0 → 0.14.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 +152 -1115
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +2 -2
- package/build/css/index.css +153 -1116
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +153 -1116
- 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/components/tooltip.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +2 -2
- package/css/index.css.map +1 -1
- package/css/monorepo.css +2 -2
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -2
- package/scss/components/_tableofcontents.scss +2 -0
- package/scss/components/_tabs.scss +1 -0
- package/scss/components/index.scss +0 -1
- package/css/components/video-legacy.css +0 -1
- package/scss/components/_video-legacy.scss +0 -795
package/build/css/index.css
CHANGED
|
@@ -156,7 +156,7 @@ textarea {
|
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Do not edit directly
|
|
159
|
-
* Generated on
|
|
159
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
160
160
|
*/
|
|
161
161
|
/**
|
|
162
162
|
* TOKENS:
|
|
@@ -167,14 +167,14 @@ textarea {
|
|
|
167
167
|
html,
|
|
168
168
|
body {
|
|
169
169
|
color: rgb(45, 45, 45);
|
|
170
|
-
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
170
|
+
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
171
171
|
letter-spacing: normal;
|
|
172
172
|
-webkit-font-smoothing: antialiased;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
176
|
* Do not edit directly
|
|
177
|
-
* Generated on
|
|
177
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
178
178
|
*/
|
|
179
179
|
/**
|
|
180
180
|
* TOKENS:
|
|
@@ -202,7 +202,7 @@ body {
|
|
|
202
202
|
border: none;
|
|
203
203
|
border-top: 2px solid rgb(237, 240, 242);
|
|
204
204
|
fill: rgb(35, 0, 80);
|
|
205
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
205
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
206
206
|
color: rgb(35, 0, 80);
|
|
207
207
|
font-weight: 500;
|
|
208
208
|
font-size: 16px;
|
|
@@ -275,7 +275,7 @@ body {
|
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
277
|
* Do not edit directly
|
|
278
|
-
* Generated on
|
|
278
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
279
279
|
*/
|
|
280
280
|
/**
|
|
281
281
|
* TOKENS:
|
|
@@ -300,7 +300,7 @@ body {
|
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* Do not edit directly
|
|
303
|
-
* Generated on
|
|
303
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
304
304
|
*/
|
|
305
305
|
/**
|
|
306
306
|
* TOKENS:
|
|
@@ -348,14 +348,14 @@ body {
|
|
|
348
348
|
overflow: hidden;
|
|
349
349
|
text-overflow: ellipsis;
|
|
350
350
|
max-width: 40ch;
|
|
351
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
351
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
352
352
|
font-weight: 400;
|
|
353
353
|
font-size: 11.94px;
|
|
354
354
|
letter-spacing: normal;
|
|
355
355
|
line-height: 16.24px;
|
|
356
356
|
}
|
|
357
357
|
.ilo--breadcrumb--link--label--dropdown {
|
|
358
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
358
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
359
359
|
}
|
|
360
360
|
.ilo--breadcrumb--link:hover, .ilo--breadcrumb--link:focus {
|
|
361
361
|
color: rgb(30, 45, 190);
|
|
@@ -507,7 +507,7 @@ body {
|
|
|
507
507
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
508
508
|
color: rgb(35, 0, 80);
|
|
509
509
|
display: inline-block;
|
|
510
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
510
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
511
511
|
font-weight: 500;
|
|
512
512
|
height: auto;
|
|
513
513
|
padding: 0.857449089rem 0;
|
|
@@ -555,7 +555,7 @@ body {
|
|
|
555
555
|
|
|
556
556
|
/**
|
|
557
557
|
* Do not edit directly
|
|
558
|
-
* Generated on
|
|
558
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
559
559
|
*/
|
|
560
560
|
/**
|
|
561
561
|
* TOKENS:
|
|
@@ -565,7 +565,7 @@ body {
|
|
|
565
565
|
*/
|
|
566
566
|
/**
|
|
567
567
|
* Do not edit directly
|
|
568
|
-
* Generated on
|
|
568
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
569
569
|
*/
|
|
570
570
|
/**
|
|
571
571
|
* TOKENS:
|
|
@@ -590,7 +590,7 @@ body {
|
|
|
590
590
|
}
|
|
591
591
|
/**
|
|
592
592
|
* Do not edit directly
|
|
593
|
-
* Generated on
|
|
593
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
594
594
|
*/
|
|
595
595
|
/**
|
|
596
596
|
* TOKENS:
|
|
@@ -600,7 +600,7 @@ body {
|
|
|
600
600
|
*/
|
|
601
601
|
.ilo--button {
|
|
602
602
|
display: inline-block;
|
|
603
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
603
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
604
604
|
font-weight: 700;
|
|
605
605
|
padding: 0;
|
|
606
606
|
border-bottom-left-radius: 2px;
|
|
@@ -871,7 +871,7 @@ body {
|
|
|
871
871
|
|
|
872
872
|
/**
|
|
873
873
|
* Do not edit directly
|
|
874
|
-
* Generated on
|
|
874
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
875
875
|
*/
|
|
876
876
|
/**
|
|
877
877
|
* TOKENS:
|
|
@@ -918,7 +918,7 @@ body {
|
|
|
918
918
|
font-size: 16px;
|
|
919
919
|
letter-spacing: -0.02em;
|
|
920
920
|
line-height: 21.6px;
|
|
921
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
921
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
922
922
|
font-weight: 700;
|
|
923
923
|
}
|
|
924
924
|
.ilo--callout--toggle {
|
|
@@ -929,7 +929,7 @@ body {
|
|
|
929
929
|
border: none;
|
|
930
930
|
color: rgb(35, 0, 80);
|
|
931
931
|
cursor: pointer;
|
|
932
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
932
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
933
933
|
font-weight: 500;
|
|
934
934
|
padding-right: 1.7148981779rem;
|
|
935
935
|
position: relative;
|
|
@@ -1000,7 +1000,7 @@ body {
|
|
|
1000
1000
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* Do not edit directly
|
|
1003
|
-
* Generated on
|
|
1003
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1004
1004
|
*/
|
|
1005
1005
|
/**
|
|
1006
1006
|
* TOKENS:
|
|
@@ -1010,7 +1010,7 @@ body {
|
|
|
1010
1010
|
*/
|
|
1011
1011
|
/**
|
|
1012
1012
|
* Do not edit directly
|
|
1013
|
-
* Generated on
|
|
1013
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1014
1014
|
*/
|
|
1015
1015
|
/**
|
|
1016
1016
|
* TOKENS:
|
|
@@ -1035,7 +1035,7 @@ body {
|
|
|
1035
1035
|
}
|
|
1036
1036
|
/**
|
|
1037
1037
|
* Do not edit directly
|
|
1038
|
-
* Generated on
|
|
1038
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1039
1039
|
*/
|
|
1040
1040
|
/**
|
|
1041
1041
|
* TOKENS:
|
|
@@ -1053,7 +1053,7 @@ body {
|
|
|
1053
1053
|
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Do not edit directly
|
|
1056
|
-
* Generated on
|
|
1056
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1057
1057
|
*/
|
|
1058
1058
|
/**
|
|
1059
1059
|
* TOKENS:
|
|
@@ -1200,7 +1200,7 @@ body {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
.ilo--card--title {
|
|
1202
1202
|
color: rgb(35, 0, 80);
|
|
1203
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1203
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1204
1204
|
font-weight: 700;
|
|
1205
1205
|
font-size: 23.32px;
|
|
1206
1206
|
letter-spacing: -0.035em;
|
|
@@ -1265,7 +1265,7 @@ body {
|
|
|
1265
1265
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* Do not edit directly
|
|
1268
|
-
* Generated on
|
|
1268
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1269
1269
|
*/
|
|
1270
1270
|
/**
|
|
1271
1271
|
* TOKENS:
|
|
@@ -1417,7 +1417,7 @@ body {
|
|
|
1417
1417
|
letter-spacing: -0.035em;
|
|
1418
1418
|
line-height: 29.15px;
|
|
1419
1419
|
margin-bottom: 1.2861736334rem;
|
|
1420
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1420
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1421
1421
|
font-weight: 700;
|
|
1422
1422
|
flex: 1;
|
|
1423
1423
|
}
|
|
@@ -1434,7 +1434,7 @@ body {
|
|
|
1434
1434
|
|
|
1435
1435
|
/**
|
|
1436
1436
|
* Do not edit directly
|
|
1437
|
-
* Generated on
|
|
1437
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1438
1438
|
*/
|
|
1439
1439
|
/**
|
|
1440
1440
|
* TOKENS:
|
|
@@ -1531,7 +1531,7 @@ body {
|
|
|
1531
1531
|
|
|
1532
1532
|
/**
|
|
1533
1533
|
* Do not edit directly
|
|
1534
|
-
* Generated on
|
|
1534
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1535
1535
|
*/
|
|
1536
1536
|
/**
|
|
1537
1537
|
* TOKENS:
|
|
@@ -1683,7 +1683,7 @@ body {
|
|
|
1683
1683
|
|
|
1684
1684
|
/**
|
|
1685
1685
|
* Do not edit directly
|
|
1686
|
-
* Generated on
|
|
1686
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1687
1687
|
*/
|
|
1688
1688
|
/**
|
|
1689
1689
|
* TOKENS:
|
|
@@ -1809,7 +1809,7 @@ body {
|
|
|
1809
1809
|
|
|
1810
1810
|
/**
|
|
1811
1811
|
* Do not edit directly
|
|
1812
|
-
* Generated on
|
|
1812
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1813
1813
|
*/
|
|
1814
1814
|
/**
|
|
1815
1815
|
* TOKENS:
|
|
@@ -1933,7 +1933,7 @@ body {
|
|
|
1933
1933
|
|
|
1934
1934
|
/**
|
|
1935
1935
|
* Do not edit directly
|
|
1936
|
-
* Generated on
|
|
1936
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
1937
1937
|
*/
|
|
1938
1938
|
/**
|
|
1939
1939
|
* TOKENS:
|
|
@@ -2033,7 +2033,7 @@ body {
|
|
|
2033
2033
|
letter-spacing: -0.035em;
|
|
2034
2034
|
line-height: 29.15px;
|
|
2035
2035
|
color: rgb(45, 45, 45);
|
|
2036
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2036
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2037
2037
|
font-weight: 500;
|
|
2038
2038
|
}
|
|
2039
2039
|
.ilo--card__type__data [class*=ilo--link] {
|
|
@@ -2053,7 +2053,7 @@ body {
|
|
|
2053
2053
|
|
|
2054
2054
|
/**
|
|
2055
2055
|
* Do not edit directly
|
|
2056
|
-
* Generated on
|
|
2056
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2057
2057
|
*/
|
|
2058
2058
|
/**
|
|
2059
2059
|
* TOKENS:
|
|
@@ -2107,7 +2107,7 @@ body {
|
|
|
2107
2107
|
}
|
|
2108
2108
|
.ilo--card__type__stat .ilo--card--intro {
|
|
2109
2109
|
color: rgb(35, 0, 80);
|
|
2110
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2110
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2111
2111
|
font-size: 18.66px;
|
|
2112
2112
|
letter-spacing: normal;
|
|
2113
2113
|
line-height: 27.24px;
|
|
@@ -2130,7 +2130,7 @@ body {
|
|
|
2130
2130
|
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Do not edit directly
|
|
2133
|
-
* Generated on
|
|
2133
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2134
2134
|
*/
|
|
2135
2135
|
/**
|
|
2136
2136
|
* TOKENS:
|
|
@@ -2199,7 +2199,7 @@ body {
|
|
|
2199
2199
|
|
|
2200
2200
|
/**
|
|
2201
2201
|
* Do not edit directly
|
|
2202
|
-
* Generated on
|
|
2202
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2203
2203
|
*/
|
|
2204
2204
|
/**
|
|
2205
2205
|
* TOKENS:
|
|
@@ -2248,7 +2248,7 @@ body {
|
|
|
2248
2248
|
|
|
2249
2249
|
/**
|
|
2250
2250
|
* Do not edit directly
|
|
2251
|
-
* Generated on
|
|
2251
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2252
2252
|
*/
|
|
2253
2253
|
/**
|
|
2254
2254
|
* TOKENS:
|
|
@@ -2325,7 +2325,7 @@ body {
|
|
|
2325
2325
|
|
|
2326
2326
|
/**
|
|
2327
2327
|
* Do not edit directly
|
|
2328
|
-
* Generated on
|
|
2328
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2329
2329
|
*/
|
|
2330
2330
|
/**
|
|
2331
2331
|
* TOKENS:
|
|
@@ -2380,7 +2380,7 @@ body {
|
|
|
2380
2380
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
2381
2381
|
color: rgb(35, 0, 80);
|
|
2382
2382
|
display: inline-block;
|
|
2383
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2383
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2384
2384
|
font-weight: 500;
|
|
2385
2385
|
padding: 0.857449089rem 0.4287245445rem;
|
|
2386
2386
|
text-decoration: none;
|
|
@@ -2406,7 +2406,7 @@ body {
|
|
|
2406
2406
|
|
|
2407
2407
|
/**
|
|
2408
2408
|
* Do not edit directly
|
|
2409
|
-
* Generated on
|
|
2409
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2410
2410
|
*/
|
|
2411
2411
|
/**
|
|
2412
2412
|
* TOKENS:
|
|
@@ -2416,7 +2416,7 @@ body {
|
|
|
2416
2416
|
*/
|
|
2417
2417
|
/**
|
|
2418
2418
|
* Do not edit directly
|
|
2419
|
-
* Generated on
|
|
2419
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2420
2420
|
*/
|
|
2421
2421
|
/**
|
|
2422
2422
|
* TOKENS:
|
|
@@ -2426,7 +2426,7 @@ body {
|
|
|
2426
2426
|
*/
|
|
2427
2427
|
/**
|
|
2428
2428
|
* Do not edit directly
|
|
2429
|
-
* Generated on
|
|
2429
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2430
2430
|
*/
|
|
2431
2431
|
/**
|
|
2432
2432
|
* TOKENS:
|
|
@@ -2436,7 +2436,7 @@ body {
|
|
|
2436
2436
|
*/
|
|
2437
2437
|
/**
|
|
2438
2438
|
* Do not edit directly
|
|
2439
|
-
* Generated on
|
|
2439
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2440
2440
|
*/
|
|
2441
2441
|
/**
|
|
2442
2442
|
* TOKENS:
|
|
@@ -2562,7 +2562,7 @@ body {
|
|
|
2562
2562
|
|
|
2563
2563
|
/**
|
|
2564
2564
|
* Do not edit directly
|
|
2565
|
-
* Generated on
|
|
2565
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2566
2566
|
*/
|
|
2567
2567
|
/**
|
|
2568
2568
|
* TOKENS:
|
|
@@ -2583,7 +2583,7 @@ body {
|
|
|
2583
2583
|
|
|
2584
2584
|
/**
|
|
2585
2585
|
* Do not edit directly
|
|
2586
|
-
* Generated on
|
|
2586
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2587
2587
|
*/
|
|
2588
2588
|
/**
|
|
2589
2589
|
* TOKENS:
|
|
@@ -2602,7 +2602,7 @@ body {
|
|
|
2602
2602
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2603
2603
|
border-radius: 0;
|
|
2604
2604
|
box-sizing: content-box;
|
|
2605
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2605
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2606
2606
|
font-weight: 500;
|
|
2607
2607
|
font-size: 16px;
|
|
2608
2608
|
letter-spacing: -0.02em;
|
|
@@ -2673,7 +2673,7 @@ body {
|
|
|
2673
2673
|
|
|
2674
2674
|
/**
|
|
2675
2675
|
* Do not edit directly
|
|
2676
|
-
* Generated on
|
|
2676
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2677
2677
|
*/
|
|
2678
2678
|
/**
|
|
2679
2679
|
* TOKENS:
|
|
@@ -2683,7 +2683,7 @@ body {
|
|
|
2683
2683
|
*/
|
|
2684
2684
|
/**
|
|
2685
2685
|
* Do not edit directly
|
|
2686
|
-
* Generated on
|
|
2686
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2687
2687
|
*/
|
|
2688
2688
|
/**
|
|
2689
2689
|
* TOKENS:
|
|
@@ -2693,7 +2693,7 @@ body {
|
|
|
2693
2693
|
*/
|
|
2694
2694
|
/**
|
|
2695
2695
|
* Do not edit directly
|
|
2696
|
-
* Generated on
|
|
2696
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2697
2697
|
*/
|
|
2698
2698
|
/**
|
|
2699
2699
|
* TOKENS:
|
|
@@ -2746,7 +2746,7 @@ body {
|
|
|
2746
2746
|
|
|
2747
2747
|
/**
|
|
2748
2748
|
* Do not edit directly
|
|
2749
|
-
* Generated on
|
|
2749
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2750
2750
|
*/
|
|
2751
2751
|
/**
|
|
2752
2752
|
* TOKENS:
|
|
@@ -2765,7 +2765,7 @@ body {
|
|
|
2765
2765
|
top: 0.1071811361rem;
|
|
2766
2766
|
}
|
|
2767
2767
|
.ilo--fieldset--legend {
|
|
2768
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2768
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2769
2769
|
font-weight: 700;
|
|
2770
2770
|
font-size: 16px;
|
|
2771
2771
|
letter-spacing: -0.02em;
|
|
@@ -2812,7 +2812,7 @@ body {
|
|
|
2812
2812
|
flex-wrap: reverse;
|
|
2813
2813
|
}
|
|
2814
2814
|
.ilo--fieldset--helper, .ilo--fieldset__error {
|
|
2815
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2815
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2816
2816
|
font-size: 11.94px;
|
|
2817
2817
|
letter-spacing: normal;
|
|
2818
2818
|
line-height: 16.24px;
|
|
@@ -2834,7 +2834,7 @@ body {
|
|
|
2834
2834
|
|
|
2835
2835
|
/**
|
|
2836
2836
|
* Do not edit directly
|
|
2837
|
-
* Generated on
|
|
2837
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2838
2838
|
*/
|
|
2839
2839
|
/**
|
|
2840
2840
|
* TOKENS:
|
|
@@ -2849,7 +2849,7 @@ body {
|
|
|
2849
2849
|
color: rgb(35, 0, 80);
|
|
2850
2850
|
content: attr(data-label);
|
|
2851
2851
|
display: inline-block;
|
|
2852
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2852
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2853
2853
|
font-weight: 700;
|
|
2854
2854
|
border-bottom-left-radius: 2px;
|
|
2855
2855
|
border-bottom-right-radius: 2px;
|
|
@@ -2918,7 +2918,7 @@ body {
|
|
|
2918
2918
|
border-right: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2919
2919
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2920
2920
|
box-sizing: border-box;
|
|
2921
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2921
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2922
2922
|
font-weight: 500;
|
|
2923
2923
|
font-size: 16px;
|
|
2924
2924
|
letter-spacing: -0.02em;
|
|
@@ -2930,7 +2930,7 @@ body {
|
|
|
2930
2930
|
|
|
2931
2931
|
/**
|
|
2932
2932
|
* Do not edit directly
|
|
2933
|
-
* Generated on
|
|
2933
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2934
2934
|
*/
|
|
2935
2935
|
/**
|
|
2936
2936
|
* TOKENS:
|
|
@@ -2972,7 +2972,7 @@ body {
|
|
|
2972
2972
|
|
|
2973
2973
|
/**
|
|
2974
2974
|
* Do not edit directly
|
|
2975
|
-
* Generated on
|
|
2975
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
2976
2976
|
*/
|
|
2977
2977
|
/**
|
|
2978
2978
|
* TOKENS:
|
|
@@ -3052,21 +3052,21 @@ body {
|
|
|
3052
3052
|
justify-content: flex-start;
|
|
3053
3053
|
}
|
|
3054
3054
|
.ilo--form-control--label__size__small {
|
|
3055
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3055
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3056
3056
|
font-size: 0.8001071811rem;
|
|
3057
3057
|
letter-spacing: -0.0010718114rem;
|
|
3058
3058
|
line-height: 1.0803858521rem;
|
|
3059
3059
|
font-weight: 400;
|
|
3060
3060
|
}
|
|
3061
3061
|
.ilo--form-control--label__size__medium {
|
|
3062
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3062
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3063
3063
|
font-size: 0.857449089rem;
|
|
3064
3064
|
letter-spacing: -0.0010718114rem;
|
|
3065
3065
|
line-height: 1.1575562701rem;
|
|
3066
3066
|
font-weight: 700;
|
|
3067
3067
|
}
|
|
3068
3068
|
.ilo--form-control--label__size__large {
|
|
3069
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3069
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3070
3070
|
font-size: 1rem;
|
|
3071
3071
|
letter-spacing: -0.0010718114rem;
|
|
3072
3072
|
line-height: 1.3001071811rem;
|
|
@@ -3088,7 +3088,7 @@ body {
|
|
|
3088
3088
|
.ilo--form-control--helper {
|
|
3089
3089
|
grid-area: helper;
|
|
3090
3090
|
color: rgb(109, 109, 109);
|
|
3091
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3091
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3092
3092
|
font-size: 11.94px;
|
|
3093
3093
|
letter-spacing: normal;
|
|
3094
3094
|
line-height: 16.24px;
|
|
@@ -3099,7 +3099,7 @@ body {
|
|
|
3099
3099
|
|
|
3100
3100
|
/**
|
|
3101
3101
|
* Do not edit directly
|
|
3102
|
-
* Generated on
|
|
3102
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
3103
3103
|
*/
|
|
3104
3104
|
/**
|
|
3105
3105
|
* TOKENS:
|
|
@@ -3109,7 +3109,7 @@ body {
|
|
|
3109
3109
|
*/
|
|
3110
3110
|
/**
|
|
3111
3111
|
* Do not edit directly
|
|
3112
|
-
* Generated on
|
|
3112
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
3113
3113
|
*/
|
|
3114
3114
|
/**
|
|
3115
3115
|
* TOKENS:
|
|
@@ -3134,7 +3134,7 @@ body {
|
|
|
3134
3134
|
}
|
|
3135
3135
|
/**
|
|
3136
3136
|
* Do not edit directly
|
|
3137
|
-
* Generated on
|
|
3137
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
3138
3138
|
*/
|
|
3139
3139
|
/**
|
|
3140
3140
|
* TOKENS:
|
|
@@ -3194,7 +3194,7 @@ body {
|
|
|
3194
3194
|
}
|
|
3195
3195
|
.ilo--footer--headline {
|
|
3196
3196
|
color: rgb(255, 255, 255);
|
|
3197
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3197
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3198
3198
|
font-weight: 700;
|
|
3199
3199
|
font-size: 16px;
|
|
3200
3200
|
letter-spacing: normal;
|
|
@@ -3205,7 +3205,7 @@ body {
|
|
|
3205
3205
|
}
|
|
3206
3206
|
.ilo--footer--subhead {
|
|
3207
3207
|
color: #bedcfa;
|
|
3208
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3208
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3209
3209
|
font-weight: 500;
|
|
3210
3210
|
margin-top: 0.2143622722rem;
|
|
3211
3211
|
font-size: 11.94px;
|
|
@@ -3234,7 +3234,7 @@ body {
|
|
|
3234
3234
|
.ilo--footer .secondarylinks {
|
|
3235
3235
|
color: rgb(109, 109, 109);
|
|
3236
3236
|
display: inline;
|
|
3237
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3237
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3238
3238
|
font-size: 11.94px;
|
|
3239
3239
|
letter-spacing: normal;
|
|
3240
3240
|
line-height: 16.24px;
|
|
@@ -3284,7 +3284,7 @@ body {
|
|
|
3284
3284
|
display: flex;
|
|
3285
3285
|
flex-flow: row nowrap;
|
|
3286
3286
|
color: rgb(35, 0, 80);
|
|
3287
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3287
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3288
3288
|
font-size: 16px;
|
|
3289
3289
|
letter-spacing: -0.02em;
|
|
3290
3290
|
line-height: 21.6px;
|
|
@@ -3491,7 +3491,7 @@ body {
|
|
|
3491
3491
|
|
|
3492
3492
|
/**
|
|
3493
3493
|
* Do not edit directly
|
|
3494
|
-
* Generated on
|
|
3494
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
3495
3495
|
*/
|
|
3496
3496
|
/**
|
|
3497
3497
|
* TOKENS:
|
|
@@ -3506,7 +3506,7 @@ body {
|
|
|
3506
3506
|
.ilo--h5,
|
|
3507
3507
|
.ilo--h6 {
|
|
3508
3508
|
color: inherit;
|
|
3509
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3509
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3510
3510
|
font-weight: 700;
|
|
3511
3511
|
}
|
|
3512
3512
|
.ilo--h1--default,
|
|
@@ -3614,7 +3614,7 @@ body {
|
|
|
3614
3614
|
|
|
3615
3615
|
/**
|
|
3616
3616
|
* Do not edit directly
|
|
3617
|
-
* Generated on
|
|
3617
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
3618
3618
|
*/
|
|
3619
3619
|
/**
|
|
3620
3620
|
* TOKENS:
|
|
@@ -3914,7 +3914,7 @@ body {
|
|
|
3914
3914
|
|
|
3915
3915
|
/**
|
|
3916
3916
|
* Do not edit directly
|
|
3917
|
-
* Generated on
|
|
3917
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
3918
3918
|
*/
|
|
3919
3919
|
/**
|
|
3920
3920
|
* TOKENS:
|
|
@@ -4034,7 +4034,7 @@ body {
|
|
|
4034
4034
|
letter-spacing: -0.035em;
|
|
4035
4035
|
line-height: 43.74px;
|
|
4036
4036
|
margin-bottom: 1.1117935901rem;
|
|
4037
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4037
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4038
4038
|
font-weight: 700;
|
|
4039
4039
|
}
|
|
4040
4040
|
@media screen and (min-width: 1024px) {
|
|
@@ -4047,7 +4047,7 @@ body {
|
|
|
4047
4047
|
|
|
4048
4048
|
/**
|
|
4049
4049
|
* Do not edit directly
|
|
4050
|
-
* Generated on
|
|
4050
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4051
4051
|
*/
|
|
4052
4052
|
/**
|
|
4053
4053
|
* TOKENS:
|
|
@@ -4103,7 +4103,7 @@ body {
|
|
|
4103
4103
|
|
|
4104
4104
|
/**
|
|
4105
4105
|
* Do not edit directly
|
|
4106
|
-
* Generated on
|
|
4106
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4107
4107
|
*/
|
|
4108
4108
|
/**
|
|
4109
4109
|
* TOKENS:
|
|
@@ -4121,7 +4121,7 @@ body {
|
|
|
4121
4121
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4122
4122
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4123
4123
|
box-sizing: border-box;
|
|
4124
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4124
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4125
4125
|
font-weight: 500;
|
|
4126
4126
|
font-size: 16px;
|
|
4127
4127
|
letter-spacing: -0.02em;
|
|
@@ -4235,7 +4235,7 @@ body {
|
|
|
4235
4235
|
|
|
4236
4236
|
/**
|
|
4237
4237
|
* Do not edit directly
|
|
4238
|
-
* Generated on
|
|
4238
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4239
4239
|
*/
|
|
4240
4240
|
/**
|
|
4241
4241
|
* TOKENS:
|
|
@@ -4245,7 +4245,7 @@ body {
|
|
|
4245
4245
|
*/
|
|
4246
4246
|
/**
|
|
4247
4247
|
* Do not edit directly
|
|
4248
|
-
* Generated on
|
|
4248
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4249
4249
|
*/
|
|
4250
4250
|
/**
|
|
4251
4251
|
* TOKENS:
|
|
@@ -4270,7 +4270,7 @@ body {
|
|
|
4270
4270
|
}
|
|
4271
4271
|
/**
|
|
4272
4272
|
* Do not edit directly
|
|
4273
|
-
* Generated on
|
|
4273
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4274
4274
|
*/
|
|
4275
4275
|
/**
|
|
4276
4276
|
* TOKENS:
|
|
@@ -4279,7 +4279,7 @@ body {
|
|
|
4279
4279
|
* MAPS:
|
|
4280
4280
|
*/
|
|
4281
4281
|
.ilo--link-list--headline {
|
|
4282
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4282
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4283
4283
|
font-weight: 700;
|
|
4284
4284
|
font-size: 23.32px;
|
|
4285
4285
|
letter-spacing: -0.035em;
|
|
@@ -4287,7 +4287,7 @@ body {
|
|
|
4287
4287
|
margin-bottom: 1.0404340836rem;
|
|
4288
4288
|
}
|
|
4289
4289
|
.ilo--link-list--links--headline {
|
|
4290
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4290
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4291
4291
|
font-weight: 700;
|
|
4292
4292
|
font-size: 18.66px;
|
|
4293
4293
|
letter-spacing: -0.035em;
|
|
@@ -4336,7 +4336,7 @@ body {
|
|
|
4336
4336
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
4337
4337
|
color: rgb(35, 0, 80);
|
|
4338
4338
|
display: block;
|
|
4339
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4339
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4340
4340
|
font-weight: 500;
|
|
4341
4341
|
font-size: 16px;
|
|
4342
4342
|
letter-spacing: normal;
|
|
@@ -4433,7 +4433,7 @@ body {
|
|
|
4433
4433
|
|
|
4434
4434
|
/**
|
|
4435
4435
|
* Do not edit directly
|
|
4436
|
-
* Generated on
|
|
4436
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4437
4437
|
*/
|
|
4438
4438
|
/**
|
|
4439
4439
|
* TOKENS:
|
|
@@ -4492,7 +4492,7 @@ body {
|
|
|
4492
4492
|
letter-spacing: -0.035em;
|
|
4493
4493
|
line-height: 24.26px;
|
|
4494
4494
|
margin-bottom: 1.2861736334rem;
|
|
4495
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4495
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4496
4496
|
font-weight: 700;
|
|
4497
4497
|
}
|
|
4498
4498
|
@media screen and (min-width: 610px) {
|
|
@@ -4506,7 +4506,7 @@ body {
|
|
|
4506
4506
|
font-size: 16px;
|
|
4507
4507
|
letter-spacing: normal;
|
|
4508
4508
|
line-height: 23.36px;
|
|
4509
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4509
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4510
4510
|
margin-bottom: 0.857449089rem;
|
|
4511
4511
|
margin-left: 1.0718113612rem;
|
|
4512
4512
|
padding-left: 0.2143622722rem;
|
|
@@ -4526,7 +4526,7 @@ body {
|
|
|
4526
4526
|
|
|
4527
4527
|
/**
|
|
4528
4528
|
* Do not edit directly
|
|
4529
|
-
* Generated on
|
|
4529
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4530
4530
|
*/
|
|
4531
4531
|
/**
|
|
4532
4532
|
* TOKENS:
|
|
@@ -4536,7 +4536,7 @@ body {
|
|
|
4536
4536
|
*/
|
|
4537
4537
|
/**
|
|
4538
4538
|
* Do not edit directly
|
|
4539
|
-
* Generated on
|
|
4539
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4540
4540
|
*/
|
|
4541
4541
|
/**
|
|
4542
4542
|
* TOKENS:
|
|
@@ -4546,7 +4546,7 @@ body {
|
|
|
4546
4546
|
*/
|
|
4547
4547
|
/**
|
|
4548
4548
|
* Do not edit directly
|
|
4549
|
-
* Generated on
|
|
4549
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4550
4550
|
*/
|
|
4551
4551
|
/**
|
|
4552
4552
|
* TOKENS:
|
|
@@ -4608,7 +4608,7 @@ body {
|
|
|
4608
4608
|
}
|
|
4609
4609
|
.ilo--loading--small .ilo--loading--copy {
|
|
4610
4610
|
color: rgb(109, 109, 109);
|
|
4611
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4611
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4612
4612
|
font-weight: 400;
|
|
4613
4613
|
font-size: 14.93px;
|
|
4614
4614
|
letter-spacing: -0.02em;
|
|
@@ -4679,7 +4679,7 @@ body {
|
|
|
4679
4679
|
color: var(--logo-theme-color);
|
|
4680
4680
|
font-size: var(--logo-font-size);
|
|
4681
4681
|
line-height: var(--logo-font-size);
|
|
4682
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4682
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4683
4683
|
font-weight: 700;
|
|
4684
4684
|
display: inline-flex;
|
|
4685
4685
|
justify-content: flex-start;
|
|
@@ -4717,7 +4717,7 @@ body {
|
|
|
4717
4717
|
|
|
4718
4718
|
/**
|
|
4719
4719
|
* Do not edit directly
|
|
4720
|
-
* Generated on
|
|
4720
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4721
4721
|
*/
|
|
4722
4722
|
/**
|
|
4723
4723
|
* TOKENS:
|
|
@@ -4764,7 +4764,7 @@ body {
|
|
|
4764
4764
|
|
|
4765
4765
|
/**
|
|
4766
4766
|
* Do not edit directly
|
|
4767
|
-
* Generated on
|
|
4767
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4768
4768
|
*/
|
|
4769
4769
|
/**
|
|
4770
4770
|
* TOKENS:
|
|
@@ -4774,7 +4774,7 @@ body {
|
|
|
4774
4774
|
*/
|
|
4775
4775
|
/**
|
|
4776
4776
|
* Do not edit directly
|
|
4777
|
-
* Generated on
|
|
4777
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4778
4778
|
*/
|
|
4779
4779
|
/**
|
|
4780
4780
|
* TOKENS:
|
|
@@ -4784,7 +4784,7 @@ body {
|
|
|
4784
4784
|
*/
|
|
4785
4785
|
/**
|
|
4786
4786
|
* Do not edit directly
|
|
4787
|
-
* Generated on
|
|
4787
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4788
4788
|
*/
|
|
4789
4789
|
/**
|
|
4790
4790
|
* TOKENS:
|
|
@@ -4881,7 +4881,7 @@ body {
|
|
|
4881
4881
|
|
|
4882
4882
|
/**
|
|
4883
4883
|
* Do not edit directly
|
|
4884
|
-
* Generated on
|
|
4884
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
4885
4885
|
*/
|
|
4886
4886
|
/**
|
|
4887
4887
|
* TOKENS:
|
|
@@ -5024,7 +5024,7 @@ body {
|
|
|
5024
5024
|
border: none;
|
|
5025
5025
|
color: rgb(255, 255, 255);
|
|
5026
5026
|
cursor: pointer;
|
|
5027
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5027
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5028
5028
|
font-weight: 500;
|
|
5029
5029
|
padding: 0.857449089rem 0.857449089rem 0.857449089rem 1.9292604502rem;
|
|
5030
5030
|
text-decoration: none;
|
|
@@ -5125,7 +5125,7 @@ body {
|
|
|
5125
5125
|
line-height: 24.26px;
|
|
5126
5126
|
color: rgb(255, 255, 255);
|
|
5127
5127
|
display: none;
|
|
5128
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5128
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5129
5129
|
font-weight: 700;
|
|
5130
5130
|
padding: 0.857449089rem 0;
|
|
5131
5131
|
text-align: right;
|
|
@@ -5174,7 +5174,7 @@ body {
|
|
|
5174
5174
|
font-size: 16px;
|
|
5175
5175
|
letter-spacing: -0.02em;
|
|
5176
5176
|
line-height: 21.6px;
|
|
5177
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5177
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5178
5178
|
font-weight: 500;
|
|
5179
5179
|
}
|
|
5180
5180
|
@media screen and (min-width: 1024px) {
|
|
@@ -5226,7 +5226,7 @@ body {
|
|
|
5226
5226
|
color: rgb(35, 0, 80);
|
|
5227
5227
|
cursor: pointer;
|
|
5228
5228
|
display: block;
|
|
5229
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5229
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5230
5230
|
font-weight: 500;
|
|
5231
5231
|
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5232
5232
|
line-height: 24px;
|
|
@@ -5335,7 +5335,7 @@ body {
|
|
|
5335
5335
|
letter-spacing: -0.02em;
|
|
5336
5336
|
line-height: 21.6px;
|
|
5337
5337
|
color: rgb(255, 255, 255);
|
|
5338
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5338
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5339
5339
|
font-weight: 500;
|
|
5340
5340
|
}
|
|
5341
5341
|
.ilo--nav--local--link {
|
|
@@ -5395,7 +5395,7 @@ body {
|
|
|
5395
5395
|
color: rgb(35, 0, 80);
|
|
5396
5396
|
cursor: pointer;
|
|
5397
5397
|
display: block;
|
|
5398
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5398
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5399
5399
|
font-weight: 500;
|
|
5400
5400
|
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5401
5401
|
line-height: 16px;
|
|
@@ -5477,7 +5477,7 @@ body {
|
|
|
5477
5477
|
color: rgb(255, 255, 255);
|
|
5478
5478
|
cursor: pointer;
|
|
5479
5479
|
display: block;
|
|
5480
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5480
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5481
5481
|
font-weight: 500;
|
|
5482
5482
|
padding: 0.4287245445rem 30px 0.4287245445rem 2.1436227224rem;
|
|
5483
5483
|
transition: all 150ms ease-out;
|
|
@@ -5569,7 +5569,7 @@ body {
|
|
|
5569
5569
|
background: rgb(255, 255, 255);
|
|
5570
5570
|
color: rgb(35, 0, 80);
|
|
5571
5571
|
display: flex;
|
|
5572
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5572
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5573
5573
|
font-weight: 500;
|
|
5574
5574
|
padding: 18px 0.4287245445rem;
|
|
5575
5575
|
text-decoration: none;
|
|
@@ -5600,7 +5600,7 @@ body {
|
|
|
5600
5600
|
border: none;
|
|
5601
5601
|
color: rgb(35, 0, 80);
|
|
5602
5602
|
cursor: pointer;
|
|
5603
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5603
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5604
5604
|
font-weight: 500;
|
|
5605
5605
|
padding: 1.0718113612rem 0.857449089rem 0.857449089rem 1.7148981779rem;
|
|
5606
5606
|
position: relative;
|
|
@@ -5658,7 +5658,7 @@ body {
|
|
|
5658
5658
|
line-height: 24.26px;
|
|
5659
5659
|
border-bottom: 3px solid rgb(237, 240, 242);
|
|
5660
5660
|
color: rgb(45, 45, 45);
|
|
5661
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5661
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5662
5662
|
font-weight: 700;
|
|
5663
5663
|
margin-bottom: 0.857449089rem;
|
|
5664
5664
|
padding: 1.0718113612rem 0.4287245445rem;
|
|
@@ -5765,7 +5765,7 @@ body {
|
|
|
5765
5765
|
|
|
5766
5766
|
/**
|
|
5767
5767
|
* Do not edit directly
|
|
5768
|
-
* Generated on
|
|
5768
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
5769
5769
|
*/
|
|
5770
5770
|
/**
|
|
5771
5771
|
* TOKENS:
|
|
@@ -5775,7 +5775,7 @@ body {
|
|
|
5775
5775
|
*/
|
|
5776
5776
|
/**
|
|
5777
5777
|
* Do not edit directly
|
|
5778
|
-
* Generated on
|
|
5778
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
5779
5779
|
*/
|
|
5780
5780
|
/**
|
|
5781
5781
|
* TOKENS:
|
|
@@ -5785,7 +5785,7 @@ body {
|
|
|
5785
5785
|
*/
|
|
5786
5786
|
/**
|
|
5787
5787
|
* Do not edit directly
|
|
5788
|
-
* Generated on
|
|
5788
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
5789
5789
|
*/
|
|
5790
5790
|
/**
|
|
5791
5791
|
* TOKENS:
|
|
@@ -5968,7 +5968,7 @@ body {
|
|
|
5968
5968
|
|
|
5969
5969
|
/**
|
|
5970
5970
|
* Do not edit directly
|
|
5971
|
-
* Generated on
|
|
5971
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
5972
5972
|
*/
|
|
5973
5973
|
/**
|
|
5974
5974
|
* TOKENS:
|
|
@@ -5988,7 +5988,7 @@ body {
|
|
|
5988
5988
|
border-radius: 2px;
|
|
5989
5989
|
color: rgb(35, 0, 80);
|
|
5990
5990
|
display: inline-block;
|
|
5991
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5991
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5992
5992
|
height: 2.1436227224rem;
|
|
5993
5993
|
overflow: hidden;
|
|
5994
5994
|
position: relative;
|
|
@@ -6095,7 +6095,7 @@ body {
|
|
|
6095
6095
|
letter-spacing: -0.02em;
|
|
6096
6096
|
line-height: 20.16px;
|
|
6097
6097
|
margin-inline-end: 0.4287245445rem;
|
|
6098
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6098
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6099
6099
|
font-weight: 400;
|
|
6100
6100
|
line-height: 45px;
|
|
6101
6101
|
}
|
|
@@ -6107,7 +6107,7 @@ body {
|
|
|
6107
6107
|
|
|
6108
6108
|
/**
|
|
6109
6109
|
* Do not edit directly
|
|
6110
|
-
* Generated on
|
|
6110
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6111
6111
|
*/
|
|
6112
6112
|
/**
|
|
6113
6113
|
* TOKENS:
|
|
@@ -6117,7 +6117,7 @@ body {
|
|
|
6117
6117
|
*/
|
|
6118
6118
|
/**
|
|
6119
6119
|
* Do not edit directly
|
|
6120
|
-
* Generated on
|
|
6120
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6121
6121
|
*/
|
|
6122
6122
|
/**
|
|
6123
6123
|
* TOKENS:
|
|
@@ -6142,7 +6142,7 @@ body {
|
|
|
6142
6142
|
}
|
|
6143
6143
|
/**
|
|
6144
6144
|
* Do not edit directly
|
|
6145
|
-
* Generated on
|
|
6145
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6146
6146
|
*/
|
|
6147
6147
|
/**
|
|
6148
6148
|
* TOKENS:
|
|
@@ -6187,18 +6187,18 @@ body {
|
|
|
6187
6187
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6188
6188
|
}
|
|
6189
6189
|
.ilo--profile--name {
|
|
6190
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6190
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6191
6191
|
}
|
|
6192
6192
|
.ilo--profile--role {
|
|
6193
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6193
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6194
6194
|
}
|
|
6195
6195
|
.ilo--profile--description {
|
|
6196
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6196
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6197
6197
|
grid-row: 2;
|
|
6198
6198
|
grid-column: 1/-1;
|
|
6199
6199
|
}
|
|
6200
6200
|
.ilo--profile--link {
|
|
6201
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6201
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6202
6202
|
grid-column: 1/-1;
|
|
6203
6203
|
}
|
|
6204
6204
|
.ilo--profile--link a {
|
|
@@ -6292,7 +6292,7 @@ body {
|
|
|
6292
6292
|
|
|
6293
6293
|
/**
|
|
6294
6294
|
* Do not edit directly
|
|
6295
|
-
* Generated on
|
|
6295
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6296
6296
|
*/
|
|
6297
6297
|
/**
|
|
6298
6298
|
* TOKENS:
|
|
@@ -6361,7 +6361,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6361
6361
|
|
|
6362
6362
|
/**
|
|
6363
6363
|
* Do not edit directly
|
|
6364
|
-
* Generated on
|
|
6364
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6365
6365
|
*/
|
|
6366
6366
|
/**
|
|
6367
6367
|
* TOKENS:
|
|
@@ -6371,7 +6371,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6371
6371
|
*/
|
|
6372
6372
|
/**
|
|
6373
6373
|
* Do not edit directly
|
|
6374
|
-
* Generated on
|
|
6374
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6375
6375
|
*/
|
|
6376
6376
|
/**
|
|
6377
6377
|
* TOKENS:
|
|
@@ -6396,7 +6396,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6396
6396
|
}
|
|
6397
6397
|
/**
|
|
6398
6398
|
* Do not edit directly
|
|
6399
|
-
* Generated on
|
|
6399
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6400
6400
|
*/
|
|
6401
6401
|
/**
|
|
6402
6402
|
* TOKENS:
|
|
@@ -6409,7 +6409,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6409
6409
|
border: none;
|
|
6410
6410
|
border-top: solid 2px rgb(235, 245, 253);
|
|
6411
6411
|
color: rgb(35, 0, 80);
|
|
6412
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6412
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6413
6413
|
height: 3.0010718114rem;
|
|
6414
6414
|
margin-top: 1.7148981779rem;
|
|
6415
6415
|
padding: 0.857449089rem 1.5005359057rem 0.857449089rem 0rem;
|
|
@@ -6452,7 +6452,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6452
6452
|
|
|
6453
6453
|
/**
|
|
6454
6454
|
* Do not edit directly
|
|
6455
|
-
* Generated on
|
|
6455
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6456
6456
|
*/
|
|
6457
6457
|
/**
|
|
6458
6458
|
* TOKENS:
|
|
@@ -6461,7 +6461,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6461
6461
|
* MAPS:
|
|
6462
6462
|
*/
|
|
6463
6463
|
.ilo--richtext {
|
|
6464
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6464
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6465
6465
|
font-weight: 400;
|
|
6466
6466
|
font-size: 18.66px;
|
|
6467
6467
|
letter-spacing: normal;
|
|
@@ -6602,7 +6602,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6602
6602
|
.ilo--richtext h3,
|
|
6603
6603
|
.ilo--richtext h4,
|
|
6604
6604
|
.ilo--richtext h5 {
|
|
6605
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6605
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6606
6606
|
font-weight: 700;
|
|
6607
6607
|
margin-top: 3.0010718114rem;
|
|
6608
6608
|
}
|
|
@@ -6666,7 +6666,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6666
6666
|
background-repeat: no-repeat;
|
|
6667
6667
|
background-size: 3.8585209003rem 2.1436227224rem;
|
|
6668
6668
|
display: block;
|
|
6669
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6669
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6670
6670
|
margin: 1.2861736334rem 0 2.1436227224rem 0;
|
|
6671
6671
|
padding: 4.0728831726rem 0 1.9292604502rem 1.7148981779rem;
|
|
6672
6672
|
position: relative;
|
|
@@ -6849,7 +6849,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6849
6849
|
|
|
6850
6850
|
/**
|
|
6851
6851
|
* Do not edit directly
|
|
6852
|
-
* Generated on
|
|
6852
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6853
6853
|
*/
|
|
6854
6854
|
/**
|
|
6855
6855
|
* TOKENS:
|
|
@@ -6923,7 +6923,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6923
6923
|
|
|
6924
6924
|
/**
|
|
6925
6925
|
* Do not edit directly
|
|
6926
|
-
* Generated on
|
|
6926
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
6927
6927
|
*/
|
|
6928
6928
|
/**
|
|
6929
6929
|
* TOKENS:
|
|
@@ -6986,7 +6986,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6986
6986
|
background-color: rgb(237, 240, 242);
|
|
6987
6987
|
border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
|
|
6988
6988
|
color: rgb(35, 0, 80);
|
|
6989
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6989
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6990
6990
|
font-weight: 600;
|
|
6991
6991
|
display: flex;
|
|
6992
6992
|
height: 3.2154340836rem;
|
|
@@ -7034,6 +7034,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7034
7034
|
overflow: hidden;
|
|
7035
7035
|
text-overflow: ellipsis;
|
|
7036
7036
|
white-space: nowrap;
|
|
7037
|
+
padding-top: 0.2143622722rem;
|
|
7037
7038
|
}
|
|
7038
7039
|
.ilo--tabs.tabs--js .ilo--tabs--selection--item {
|
|
7039
7040
|
display: block;
|
|
@@ -7079,7 +7080,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7079
7080
|
|
|
7080
7081
|
/**
|
|
7081
7082
|
* Do not edit directly
|
|
7082
|
-
* Generated on
|
|
7083
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7083
7084
|
*/
|
|
7084
7085
|
/**
|
|
7085
7086
|
* TOKENS:
|
|
@@ -7121,7 +7122,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7121
7122
|
background-color: rgb(255, 255, 255);
|
|
7122
7123
|
border-left: 0.0535905681rem solid rgb(237, 240, 242);
|
|
7123
7124
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7124
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7125
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7125
7126
|
font-weight: 700;
|
|
7126
7127
|
font-size: 14.93px;
|
|
7127
7128
|
letter-spacing: normal;
|
|
@@ -7178,7 +7179,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7178
7179
|
}
|
|
7179
7180
|
.ilo--table--body--cell {
|
|
7180
7181
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7181
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7182
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7182
7183
|
font-weight: 400;
|
|
7183
7184
|
font-size: 14.93px;
|
|
7184
7185
|
letter-spacing: normal;
|
|
@@ -7292,7 +7293,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7292
7293
|
.ilo--table--headline {
|
|
7293
7294
|
align-items: center;
|
|
7294
7295
|
display: flex;
|
|
7295
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7296
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7296
7297
|
font-weight: 700;
|
|
7297
7298
|
margin-bottom: 0.4287245445rem;
|
|
7298
7299
|
font-size: 18.66px;
|
|
@@ -7304,7 +7305,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7304
7305
|
}
|
|
7305
7306
|
.ilo--table--description {
|
|
7306
7307
|
color: rgb(109, 109, 109);
|
|
7307
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7308
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7308
7309
|
font-weight: 400;
|
|
7309
7310
|
font-size: 11.94px;
|
|
7310
7311
|
letter-spacing: normal;
|
|
@@ -7410,7 +7411,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7410
7411
|
|
|
7411
7412
|
/**
|
|
7412
7413
|
* Do not edit directly
|
|
7413
|
-
* Generated on
|
|
7414
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7414
7415
|
*/
|
|
7415
7416
|
/**
|
|
7416
7417
|
* TOKENS:
|
|
@@ -7444,7 +7445,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7444
7445
|
font-size: 18.66px;
|
|
7445
7446
|
letter-spacing: normal;
|
|
7446
7447
|
line-height: 27.24px;
|
|
7447
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7448
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7448
7449
|
font-weight: 700;
|
|
7449
7450
|
padding-bottom: 0.857449089rem;
|
|
7450
7451
|
}
|
|
@@ -7530,7 +7531,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7530
7531
|
border-bottom: rgb(255, 255, 255) 0.1071811361rem solid;
|
|
7531
7532
|
color: rgb(35, 0, 80);
|
|
7532
7533
|
display: block;
|
|
7533
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7534
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7534
7535
|
font-weight: 500;
|
|
7535
7536
|
margin: 0 0.4287245445rem 0 0.4287245445rem;
|
|
7536
7537
|
padding: 0.857449089rem 0.4287245445rem 0.857449089rem;
|
|
@@ -7554,6 +7555,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7554
7555
|
margin: 0;
|
|
7555
7556
|
outline: none;
|
|
7556
7557
|
padding: 0.857449089rem 0.857449089rem 0.857449089rem;
|
|
7558
|
+
padding-inline-end: 2.5723472669rem;
|
|
7557
7559
|
width: 100%;
|
|
7558
7560
|
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='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
7559
7561
|
transition-property: background-color, border, color;
|
|
@@ -7568,6 +7570,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7568
7570
|
margin: -2px 0 0 0;
|
|
7569
7571
|
outline: none;
|
|
7570
7572
|
padding: 0.857449089rem 0.857449089rem 0.857449089rem;
|
|
7573
|
+
padding-inline-end: 2.5723472669rem;
|
|
7571
7574
|
width: 100%;
|
|
7572
7575
|
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 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
7573
7576
|
z-index: 5;
|
|
@@ -7591,7 +7594,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7591
7594
|
|
|
7592
7595
|
/**
|
|
7593
7596
|
* Do not edit directly
|
|
7594
|
-
* Generated on
|
|
7597
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7595
7598
|
*/
|
|
7596
7599
|
/**
|
|
7597
7600
|
* TOKENS:
|
|
@@ -7609,7 +7612,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7609
7612
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7610
7613
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7611
7614
|
box-sizing: border-box;
|
|
7612
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7615
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7613
7616
|
font-weight: 500;
|
|
7614
7617
|
font-size: 16px;
|
|
7615
7618
|
letter-spacing: -0.02em;
|
|
@@ -7646,7 +7649,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7646
7649
|
|
|
7647
7650
|
/**
|
|
7648
7651
|
* Do not edit directly
|
|
7649
|
-
* Generated on
|
|
7652
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7650
7653
|
*/
|
|
7651
7654
|
/**
|
|
7652
7655
|
* TOKENS:
|
|
@@ -7670,7 +7673,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7670
7673
|
border: none;
|
|
7671
7674
|
color: rgb(109, 109, 109);
|
|
7672
7675
|
display: inline-block;
|
|
7673
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7676
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7674
7677
|
font-weight: 500;
|
|
7675
7678
|
padding: 0.4287245445rem 0.6430868167rem;
|
|
7676
7679
|
text-decoration: none;
|
|
@@ -7822,7 +7825,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7822
7825
|
|
|
7823
7826
|
/**
|
|
7824
7827
|
* Do not edit directly
|
|
7825
|
-
* Generated on
|
|
7828
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7826
7829
|
*/
|
|
7827
7830
|
/**
|
|
7828
7831
|
* TOKENS:
|
|
@@ -7840,7 +7843,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7840
7843
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7841
7844
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7842
7845
|
box-sizing: border-box;
|
|
7843
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7846
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7844
7847
|
font-weight: 500;
|
|
7845
7848
|
font-size: 16px;
|
|
7846
7849
|
letter-spacing: -0.02em;
|
|
@@ -7874,7 +7877,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7874
7877
|
|
|
7875
7878
|
/**
|
|
7876
7879
|
* Do not edit directly
|
|
7877
|
-
* Generated on
|
|
7880
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7878
7881
|
*/
|
|
7879
7882
|
/**
|
|
7880
7883
|
* TOKENS:
|
|
@@ -7884,7 +7887,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7884
7887
|
*/
|
|
7885
7888
|
/**
|
|
7886
7889
|
* Do not edit directly
|
|
7887
|
-
* Generated on
|
|
7890
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7888
7891
|
*/
|
|
7889
7892
|
/**
|
|
7890
7893
|
* TOKENS:
|
|
@@ -7986,7 +7989,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
7986
7989
|
|
|
7987
7990
|
/**
|
|
7988
7991
|
* Do not edit directly
|
|
7989
|
-
* Generated on
|
|
7992
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
7990
7993
|
*/
|
|
7991
7994
|
/**
|
|
7992
7995
|
* TOKENS:
|
|
@@ -7998,7 +8001,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
7998
8001
|
font-size: 14.93px;
|
|
7999
8002
|
letter-spacing: normal;
|
|
8000
8003
|
line-height: 20.3px;
|
|
8001
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8004
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8002
8005
|
font-weight: 400;
|
|
8003
8006
|
background: rgb(255, 255, 255);
|
|
8004
8007
|
border: none;
|
|
@@ -8088,973 +8091,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8088
8091
|
|
|
8089
8092
|
/**
|
|
8090
8093
|
* Do not edit directly
|
|
8091
|
-
* Generated on
|
|
8092
|
-
*/
|
|
8093
|
-
/**
|
|
8094
|
-
* TOKENS:
|
|
8095
|
-
*/
|
|
8096
|
-
/**
|
|
8097
|
-
* MAPS:
|
|
8098
|
-
*/
|
|
8099
|
-
.ilo--legacyvideo {
|
|
8100
|
-
position: relative;
|
|
8101
|
-
width: 100%;
|
|
8102
|
-
}
|
|
8103
|
-
.ilo--legacyvideo--wrapper {
|
|
8104
|
-
line-height: 0;
|
|
8105
|
-
position: relative;
|
|
8106
|
-
width: 100%;
|
|
8107
|
-
}
|
|
8108
|
-
.ilo--legacyvideo--img {
|
|
8109
|
-
line-height: 0;
|
|
8110
|
-
}
|
|
8111
|
-
.ilo--legacyvideo--caption {
|
|
8112
|
-
border-left: 0.1607717042rem solid rgb(184, 196, 204);
|
|
8113
|
-
color: rgb(109, 109, 109);
|
|
8114
|
-
font-weight: 400;
|
|
8115
|
-
margin-top: 0.857449089rem;
|
|
8116
|
-
padding-left: 0.4287245445rem;
|
|
8117
|
-
font-size: 14.93px;
|
|
8118
|
-
letter-spacing: -0.02em;
|
|
8119
|
-
line-height: 20.16px;
|
|
8120
|
-
}
|
|
8121
|
-
.ilo--legacyvideo:focus,
|
|
8122
|
-
.ilo--legacyvideo .vjs-tech:focus {
|
|
8123
|
-
outline: none;
|
|
8124
|
-
}
|
|
8125
|
-
.ilo--legacyvideo--element,
|
|
8126
|
-
.ilo--legacyvideo .vjs-tech {
|
|
8127
|
-
height: auto;
|
|
8128
|
-
object-fit: cover;
|
|
8129
|
-
width: 100%;
|
|
8130
|
-
}
|
|
8131
|
-
.ilo--legacyvideo--element:focus,
|
|
8132
|
-
.ilo--legacyvideo .vjs-tech:focus {
|
|
8133
|
-
outline: none;
|
|
8134
|
-
}
|
|
8135
|
-
.ilo--legacyvideo--player {
|
|
8136
|
-
position: relative;
|
|
8137
|
-
}
|
|
8138
|
-
.ilo--legacyvideo--player:focus {
|
|
8139
|
-
outline: none;
|
|
8140
|
-
}
|
|
8141
|
-
.ilo--legacyvideo--player.youtube {
|
|
8142
|
-
height: auto;
|
|
8143
|
-
max-width: 100%;
|
|
8144
|
-
overflow: hidden;
|
|
8145
|
-
padding-bottom: 56.25%;
|
|
8146
|
-
position: relative;
|
|
8147
|
-
}
|
|
8148
|
-
.ilo--legacyvideo--player iframe {
|
|
8149
|
-
height: 100%;
|
|
8150
|
-
left: 0;
|
|
8151
|
-
position: absolute;
|
|
8152
|
-
top: 0;
|
|
8153
|
-
width: 100%;
|
|
8154
|
-
}
|
|
8155
|
-
.ilo--legacyvideo--poster,
|
|
8156
|
-
.ilo--legacyvideo .vjs-poster {
|
|
8157
|
-
display: none;
|
|
8158
|
-
object-fit: cover;
|
|
8159
|
-
height: 100%;
|
|
8160
|
-
left: 0;
|
|
8161
|
-
max-height: 100%;
|
|
8162
|
-
max-width: 100%;
|
|
8163
|
-
overflow: hidden;
|
|
8164
|
-
position: absolute;
|
|
8165
|
-
top: 0;
|
|
8166
|
-
width: 100%;
|
|
8167
|
-
}
|
|
8168
|
-
.ilo--legacyvideo--poster.show,
|
|
8169
|
-
.ilo--legacyvideo .vjs-poster.show {
|
|
8170
|
-
display: block;
|
|
8171
|
-
}
|
|
8172
|
-
.ilo--legacyvideo--poster img, .ilo--legacyvideo--poster source,
|
|
8173
|
-
.ilo--legacyvideo .vjs-poster img,
|
|
8174
|
-
.ilo--legacyvideo .vjs-poster source {
|
|
8175
|
-
height: auto;
|
|
8176
|
-
left: 50%;
|
|
8177
|
-
position: absolute;
|
|
8178
|
-
top: 50%;
|
|
8179
|
-
transform: translate(-50%, -50%);
|
|
8180
|
-
width: 100%;
|
|
8181
|
-
}
|
|
8182
|
-
.ilo--legacyvideo--controls,
|
|
8183
|
-
.ilo--legacyvideo .vjs-control-bar {
|
|
8184
|
-
bottom: 0;
|
|
8185
|
-
color: rgb(255, 255, 255);
|
|
8186
|
-
display: flex;
|
|
8187
|
-
justify-content: flex-start;
|
|
8188
|
-
left: 0;
|
|
8189
|
-
height: 2.1436227224rem;
|
|
8190
|
-
opacity: 0;
|
|
8191
|
-
position: absolute;
|
|
8192
|
-
transition: opacity 150ms ease-out;
|
|
8193
|
-
width: 100%;
|
|
8194
|
-
}
|
|
8195
|
-
.ilo--legacyvideo--controls.notplayed,
|
|
8196
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed {
|
|
8197
|
-
bottom: auto;
|
|
8198
|
-
opacity: 1;
|
|
8199
|
-
top: 0;
|
|
8200
|
-
}
|
|
8201
|
-
@media screen and (min-width: 1024px) {
|
|
8202
|
-
.ilo--legacyvideo--controls.notplayed,
|
|
8203
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed {
|
|
8204
|
-
flex-direction: column;
|
|
8205
|
-
height: 122px;
|
|
8206
|
-
width: 0.2143622722rem;
|
|
8207
|
-
}
|
|
8208
|
-
}
|
|
8209
|
-
[dir=rtl] .ilo--legacyvideo--controls,
|
|
8210
|
-
[dir=rtl] .ilo--legacyvideo .vjs-control-bar {
|
|
8211
|
-
justify-content: flex-end;
|
|
8212
|
-
}
|
|
8213
|
-
.ilo--legacyvideo--controls button span,
|
|
8214
|
-
.ilo--legacyvideo .vjs-control-bar button span {
|
|
8215
|
-
width: 1px;
|
|
8216
|
-
height: 1px;
|
|
8217
|
-
margin: -1px;
|
|
8218
|
-
padding: 0;
|
|
8219
|
-
border: 0;
|
|
8220
|
-
position: absolute;
|
|
8221
|
-
clip: rect(0 0 0 0);
|
|
8222
|
-
overflow: hidden;
|
|
8223
|
-
}
|
|
8224
|
-
.ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--pause,
|
|
8225
|
-
.ilo--legacyvideo--controls .vjs-play-control,
|
|
8226
|
-
.ilo--legacyvideo--controls .vjs-big-play-button,
|
|
8227
|
-
.ilo--legacyvideo .vjs-control-bar--play,
|
|
8228
|
-
.ilo--legacyvideo .vjs-control-bar--pause,
|
|
8229
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control,
|
|
8230
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button {
|
|
8231
|
-
background-color: rgb(45, 45, 45);
|
|
8232
|
-
border: none;
|
|
8233
|
-
cursor: pointer;
|
|
8234
|
-
height: 100%;
|
|
8235
|
-
order: 1;
|
|
8236
|
-
width: 2.1436227224rem;
|
|
8237
|
-
-webkit-appearance: none;
|
|
8238
|
-
-moz-appearance: none;
|
|
8239
|
-
}
|
|
8240
|
-
@media screen and (min-width: 1024px) {
|
|
8241
|
-
.ilo--legacyvideo--controls.notplayed .vjs-play-control,
|
|
8242
|
-
.ilo--legacyvideo--controls.notplayed .vjs-big-play-button,
|
|
8243
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .vjs-play-control,
|
|
8244
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .vjs-big-play-button {
|
|
8245
|
-
order: 1;
|
|
8246
|
-
height: 2.5723472669rem;
|
|
8247
|
-
width: 2.5723472669rem;
|
|
8248
|
-
}
|
|
8249
|
-
.ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--play,
|
|
8250
|
-
.ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--pause,
|
|
8251
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--play,
|
|
8252
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--pause {
|
|
8253
|
-
order: 1;
|
|
8254
|
-
height: 4.2872454448rem;
|
|
8255
|
-
width: 4.2872454448rem;
|
|
8256
|
-
}
|
|
8257
|
-
}
|
|
8258
|
-
.ilo--legacyvideo--controls--play,
|
|
8259
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing),
|
|
8260
|
-
.ilo--legacyvideo--controls .vjs-big-play-button,
|
|
8261
|
-
.ilo--legacyvideo .vjs-control-bar--play,
|
|
8262
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing),
|
|
8263
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button {
|
|
8264
|
-
background-position: center center;
|
|
8265
|
-
background-repeat: no-repeat;
|
|
8266
|
-
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8267
|
-
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='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8268
|
-
}
|
|
8269
|
-
.ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered, .ilo--legacyvideo--controls--play:hover, .ilo--legacyvideo--controls--play:focus,
|
|
8270
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered,
|
|
8271
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover,
|
|
8272
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus,
|
|
8273
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered,
|
|
8274
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:hover,
|
|
8275
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:focus,
|
|
8276
|
-
.ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered,
|
|
8277
|
-
.ilo--legacyvideo .vjs-control-bar--play:hover,
|
|
8278
|
-
.ilo--legacyvideo .vjs-control-bar--play:focus,
|
|
8279
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered,
|
|
8280
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover,
|
|
8281
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus,
|
|
8282
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered,
|
|
8283
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover,
|
|
8284
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus {
|
|
8285
|
-
background-color: rgb(235, 245, 253);
|
|
8286
|
-
background-position: center center;
|
|
8287
|
-
background-repeat: no-repeat;
|
|
8288
|
-
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8289
|
-
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='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8290
|
-
}
|
|
8291
|
-
.ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration, .ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration, .ilo--legacyvideo--controls--play:hover ~ .vjs-duration, .ilo--legacyvideo--controls--play:hover ~ .ilo--legacyvideo--controls--duration, .ilo--legacyvideo--controls--play:focus ~ .vjs-duration, .ilo--legacyvideo--controls--play:focus ~ .ilo--legacyvideo--controls--duration,
|
|
8292
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8293
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8294
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
|
|
8295
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover ~ .ilo--legacyvideo--controls--duration,
|
|
8296
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
|
|
8297
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus ~ .ilo--legacyvideo--controls--duration,
|
|
8298
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8299
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8300
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:hover ~ .vjs-duration,
|
|
8301
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:hover ~ .ilo--legacyvideo--controls--duration,
|
|
8302
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:focus ~ .vjs-duration,
|
|
8303
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:focus ~ .ilo--legacyvideo--controls--duration,
|
|
8304
|
-
.ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8305
|
-
.ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8306
|
-
.ilo--legacyvideo .vjs-control-bar--play:hover ~ .vjs-duration,
|
|
8307
|
-
.ilo--legacyvideo .vjs-control-bar--play:hover ~ .ilo--legacyvideo--controls--duration,
|
|
8308
|
-
.ilo--legacyvideo .vjs-control-bar--play:focus ~ .vjs-duration,
|
|
8309
|
-
.ilo--legacyvideo .vjs-control-bar--play:focus ~ .ilo--legacyvideo--controls--duration,
|
|
8310
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8311
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8312
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
|
|
8313
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .ilo--legacyvideo--controls--duration,
|
|
8314
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
|
|
8315
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .ilo--legacyvideo--controls--duration,
|
|
8316
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8317
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8318
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover ~ .vjs-duration,
|
|
8319
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover ~ .ilo--legacyvideo--controls--duration,
|
|
8320
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus ~ .vjs-duration,
|
|
8321
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus ~ .ilo--legacyvideo--controls--duration {
|
|
8322
|
-
background-color: rgb(235, 245, 253);
|
|
8323
|
-
color: rgb(30, 45, 190);
|
|
8324
|
-
}
|
|
8325
|
-
.ilo--legacyvideo--controls--play.vjs-paused, .ilo--legacyvideo--controls--play.vjs-ended,
|
|
8326
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
8327
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended,
|
|
8328
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused,
|
|
8329
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended,
|
|
8330
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-paused,
|
|
8331
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-ended,
|
|
8332
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
8333
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended,
|
|
8334
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused,
|
|
8335
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended {
|
|
8336
|
-
background-position: center center;
|
|
8337
|
-
background-repeat: no-repeat;
|
|
8338
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8339
|
-
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='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8340
|
-
}
|
|
8341
|
-
.ilo--legacyvideo--controls--play.vjs-paused:hover, .ilo--legacyvideo--controls--play.vjs-paused:focus, .ilo--legacyvideo--controls--play.vjs-ended:hover, .ilo--legacyvideo--controls--play.vjs-ended:focus,
|
|
8342
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
8343
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
|
|
8344
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
|
|
8345
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
|
|
8346
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused:hover,
|
|
8347
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused:focus,
|
|
8348
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended:hover,
|
|
8349
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended:focus,
|
|
8350
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-paused:hover,
|
|
8351
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-paused:focus,
|
|
8352
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-ended:hover,
|
|
8353
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-ended:focus,
|
|
8354
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
8355
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
|
|
8356
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
|
|
8357
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
|
|
8358
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused:hover,
|
|
8359
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused:focus,
|
|
8360
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended:hover,
|
|
8361
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended:focus {
|
|
8362
|
-
background-color: rgb(235, 245, 253);
|
|
8363
|
-
background-position: center center;
|
|
8364
|
-
background-repeat: no-repeat;
|
|
8365
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8366
|
-
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='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8367
|
-
}
|
|
8368
|
-
.ilo--legacyvideo--controls:not(.notplayed) .ilo--legacyvideo--controls--play,
|
|
8369
|
-
.ilo--legacyvideo .vjs-control-bar:not(.notplayed) .ilo--legacyvideo--controls--play {
|
|
8370
|
-
background-size: 24px 24px;
|
|
8371
|
-
}
|
|
8372
|
-
.ilo--legacyvideo--controls--pause,
|
|
8373
|
-
.ilo--legacyvideo--controls .vjs-playing,
|
|
8374
|
-
.ilo--legacyvideo .vjs-control-bar--pause,
|
|
8375
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-playing {
|
|
8376
|
-
background-position: center center;
|
|
8377
|
-
background-repeat: no-repeat;
|
|
8378
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8379
|
-
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='M3 2H9V22H3V2zM15 2H21V22H15V2z'/%3e%3c/svg%3e");
|
|
8380
|
-
}
|
|
8381
|
-
.ilo--legacyvideo--controls--pause:hover, .ilo--legacyvideo--controls--pause:focus,
|
|
8382
|
-
.ilo--legacyvideo--controls .vjs-playing:hover,
|
|
8383
|
-
.ilo--legacyvideo--controls .vjs-playing:focus,
|
|
8384
|
-
.ilo--legacyvideo .vjs-control-bar--pause:hover,
|
|
8385
|
-
.ilo--legacyvideo .vjs-control-bar--pause:focus,
|
|
8386
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-playing:hover,
|
|
8387
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-playing:focus {
|
|
8388
|
-
background-color: rgb(235, 245, 253);
|
|
8389
|
-
background-position: center center;
|
|
8390
|
-
background-repeat: no-repeat;
|
|
8391
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8392
|
-
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='M3 2H9V22H3V2zM15 2H21V22H15V2z'/%3e%3c/svg%3e");
|
|
8393
|
-
}
|
|
8394
|
-
.ilo--legacyvideo--controls--duration,
|
|
8395
|
-
.ilo--legacyvideo--controls .vjs-duration,
|
|
8396
|
-
.ilo--legacyvideo .vjs-control-bar--duration,
|
|
8397
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration {
|
|
8398
|
-
background-color: rgb(45, 45, 45);
|
|
8399
|
-
color: rgb(237, 240, 242);
|
|
8400
|
-
display: none;
|
|
8401
|
-
height: 100%;
|
|
8402
|
-
font-weight: 700;
|
|
8403
|
-
margin-left: 0.1071811361rem;
|
|
8404
|
-
order: 2;
|
|
8405
|
-
padding-top: 0.4823151125rem;
|
|
8406
|
-
text-align: center;
|
|
8407
|
-
width: 4.2872454448rem;
|
|
8408
|
-
font-size: 14.93px;
|
|
8409
|
-
letter-spacing: -0.02em;
|
|
8410
|
-
line-height: 20.16px;
|
|
8411
|
-
}
|
|
8412
|
-
.ilo--legacyvideo--controls--duration.ilo--legacyvideo--controls--duration--hovered, .ilo--legacyvideo--controls--duration:hover, .ilo--legacyvideo--controls--duration:focus,
|
|
8413
|
-
.ilo--legacyvideo--controls .vjs-duration.ilo--legacyvideo--controls--duration--hovered,
|
|
8414
|
-
.ilo--legacyvideo--controls .vjs-duration:hover,
|
|
8415
|
-
.ilo--legacyvideo--controls .vjs-duration:focus,
|
|
8416
|
-
.ilo--legacyvideo .vjs-control-bar--duration.ilo--legacyvideo--controls--duration--hovered,
|
|
8417
|
-
.ilo--legacyvideo .vjs-control-bar--duration:hover,
|
|
8418
|
-
.ilo--legacyvideo .vjs-control-bar--duration:focus,
|
|
8419
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration.ilo--legacyvideo--controls--duration--hovered,
|
|
8420
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:hover,
|
|
8421
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:focus {
|
|
8422
|
-
background-color: rgb(235, 245, 253);
|
|
8423
|
-
color: rgb(30, 45, 190);
|
|
8424
|
-
}
|
|
8425
|
-
.ilo--legacyvideo--controls--duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--duration:hover ~ .ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--duration:focus ~ .ilo--legacyvideo--controls--play,
|
|
8426
|
-
.ilo--legacyvideo--controls .vjs-duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
|
|
8427
|
-
.ilo--legacyvideo--controls .vjs-duration:hover ~ .ilo--legacyvideo--controls--play,
|
|
8428
|
-
.ilo--legacyvideo--controls .vjs-duration:focus ~ .ilo--legacyvideo--controls--play,
|
|
8429
|
-
.ilo--legacyvideo .vjs-control-bar--duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
|
|
8430
|
-
.ilo--legacyvideo .vjs-control-bar--duration:hover ~ .ilo--legacyvideo--controls--play,
|
|
8431
|
-
.ilo--legacyvideo .vjs-control-bar--duration:focus ~ .ilo--legacyvideo--controls--play,
|
|
8432
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
|
|
8433
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:hover ~ .ilo--legacyvideo--controls--play,
|
|
8434
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:focus ~ .ilo--legacyvideo--controls--play {
|
|
8435
|
-
background-color: rgb(235, 245, 253);
|
|
8436
|
-
background-position: center center;
|
|
8437
|
-
background-repeat: no-repeat;
|
|
8438
|
-
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8439
|
-
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='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8440
|
-
}
|
|
8441
|
-
.ilo--legacyvideo--controls--duration.show,
|
|
8442
|
-
.ilo--legacyvideo--controls .vjs-duration.show,
|
|
8443
|
-
.ilo--legacyvideo .vjs-control-bar--duration.show,
|
|
8444
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration.show {
|
|
8445
|
-
display: block;
|
|
8446
|
-
}
|
|
8447
|
-
@media screen and (min-width: 1024px) {
|
|
8448
|
-
.ilo--legacyvideo--controls.notplayed .vjs-duration,
|
|
8449
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .vjs-duration {
|
|
8450
|
-
height: 2.1436227224rem;
|
|
8451
|
-
margin-left: 0;
|
|
8452
|
-
margin-top: 2px;
|
|
8453
|
-
width: 2.5723472669rem;
|
|
8454
|
-
}
|
|
8455
|
-
.ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--duration,
|
|
8456
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--duration {
|
|
8457
|
-
height: 2.1436227224rem;
|
|
8458
|
-
margin-left: 0;
|
|
8459
|
-
margin-top: 2px;
|
|
8460
|
-
width: 4.2872454448rem;
|
|
8461
|
-
}
|
|
8462
|
-
}
|
|
8463
|
-
.ilo--legacyvideo--controls .vjs-progress-holder,
|
|
8464
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-holder {
|
|
8465
|
-
position: relative;
|
|
8466
|
-
width: 96%;
|
|
8467
|
-
}
|
|
8468
|
-
.ilo--legacyvideo--controls--progress,
|
|
8469
|
-
.ilo--legacyvideo--controls .vjs-progress-control,
|
|
8470
|
-
.ilo--legacyvideo .vjs-control-bar--progress,
|
|
8471
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control {
|
|
8472
|
-
background-color: rgb(45, 45, 45);
|
|
8473
|
-
display: none;
|
|
8474
|
-
flex-grow: 1;
|
|
8475
|
-
height: 100%;
|
|
8476
|
-
margin-left: 2px;
|
|
8477
|
-
order: 3;
|
|
8478
|
-
position: relative;
|
|
8479
|
-
}
|
|
8480
|
-
.ilo--legacyvideo--controls--progress.show, .vjs-has-started .ilo--legacyvideo--controls--progress,
|
|
8481
|
-
.ilo--legacyvideo--controls .vjs-progress-control.show,
|
|
8482
|
-
.vjs-has-started .ilo--legacyvideo--controls .vjs-progress-control,
|
|
8483
|
-
.ilo--legacyvideo .vjs-control-bar--progress.show,
|
|
8484
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar--progress,
|
|
8485
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control.show,
|
|
8486
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar .vjs-progress-control {
|
|
8487
|
-
display: block;
|
|
8488
|
-
}
|
|
8489
|
-
.ilo--legacyvideo--controls--progress-playhead,
|
|
8490
|
-
.ilo--legacyvideo--controls .vjs-progress-control-playhead,
|
|
8491
|
-
.ilo--legacyvideo .vjs-control-bar--progress-playhead,
|
|
8492
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-playhead {
|
|
8493
|
-
height: 100%;
|
|
8494
|
-
left: 2%;
|
|
8495
|
-
opacity: 0;
|
|
8496
|
-
padding: 0;
|
|
8497
|
-
position: absolute;
|
|
8498
|
-
top: 0;
|
|
8499
|
-
width: 96%;
|
|
8500
|
-
z-index: 20;
|
|
8501
|
-
}
|
|
8502
|
-
.ilo--legacyvideo--controls--progress-current,
|
|
8503
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress,
|
|
8504
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current,
|
|
8505
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress,
|
|
8506
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current,
|
|
8507
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress,
|
|
8508
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current,
|
|
8509
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress {
|
|
8510
|
-
height: 8px;
|
|
8511
|
-
left: 2%;
|
|
8512
|
-
position: absolute;
|
|
8513
|
-
top: 0.857449089rem;
|
|
8514
|
-
width: 96%;
|
|
8515
|
-
z-index: 15;
|
|
8516
|
-
-webkit-appearance: none;
|
|
8517
|
-
}
|
|
8518
|
-
.ilo--legacyvideo--controls--progress-current::-moz-progress-bar,
|
|
8519
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress::-moz-progress-bar,
|
|
8520
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current::-moz-progress-bar,
|
|
8521
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-moz-progress-bar,
|
|
8522
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current::-moz-progress-bar,
|
|
8523
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-moz-progress-bar,
|
|
8524
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-moz-progress-bar,
|
|
8525
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-moz-progress-bar {
|
|
8526
|
-
background: rgb(235, 245, 253);
|
|
8527
|
-
border-radius: 0;
|
|
8528
|
-
}
|
|
8529
|
-
.ilo--legacyvideo--controls--progress-current::-webkit-progress-bar,
|
|
8530
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress::-webkit-progress-bar,
|
|
8531
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current::-webkit-progress-bar,
|
|
8532
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-bar,
|
|
8533
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current::-webkit-progress-bar,
|
|
8534
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-bar,
|
|
8535
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-webkit-progress-bar,
|
|
8536
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-bar {
|
|
8537
|
-
background: transparent;
|
|
8538
|
-
}
|
|
8539
|
-
.ilo--legacyvideo--controls--progress-current::-webkit-progress-value,
|
|
8540
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress::-webkit-progress-value,
|
|
8541
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current::-webkit-progress-value,
|
|
8542
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-value,
|
|
8543
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current::-webkit-progress-value,
|
|
8544
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-value,
|
|
8545
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-webkit-progress-value,
|
|
8546
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-value {
|
|
8547
|
-
background: rgb(235, 245, 253);
|
|
8548
|
-
border-radius: 0;
|
|
8549
|
-
}
|
|
8550
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress,
|
|
8551
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress,
|
|
8552
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress,
|
|
8553
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress {
|
|
8554
|
-
background: rgb(235, 245, 253);
|
|
8555
|
-
}
|
|
8556
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress .vjs-time-tooltip,
|
|
8557
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress .vjs-time-tooltip,
|
|
8558
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress .vjs-time-tooltip,
|
|
8559
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
|
|
8560
|
-
display: none;
|
|
8561
|
-
}
|
|
8562
|
-
.ilo--legacyvideo--controls--progress div[data-start],
|
|
8563
|
-
.ilo--legacyvideo--controls .vjs-progress-control div[data-start],
|
|
8564
|
-
.ilo--legacyvideo .vjs-control-bar--progress div[data-start],
|
|
8565
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control div[data-start] {
|
|
8566
|
-
background: rgb(184, 196, 204);
|
|
8567
|
-
height: 8px;
|
|
8568
|
-
left: 2%;
|
|
8569
|
-
position: absolute;
|
|
8570
|
-
top: 0;
|
|
8571
|
-
width: 96%;
|
|
8572
|
-
z-index: 15;
|
|
8573
|
-
}
|
|
8574
|
-
.ilo--legacyvideo--controls--progress-played,
|
|
8575
|
-
.ilo--legacyvideo--controls--progress .vjs-mouse-display,
|
|
8576
|
-
.ilo--legacyvideo--controls .vjs-progress-control-played,
|
|
8577
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-mouse-display,
|
|
8578
|
-
.ilo--legacyvideo .vjs-control-bar--progress-played,
|
|
8579
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-mouse-display,
|
|
8580
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-played,
|
|
8581
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
|
|
8582
|
-
display: none;
|
|
8583
|
-
position: absolute;
|
|
8584
|
-
top: -40px;
|
|
8585
|
-
z-index: 20;
|
|
8586
|
-
}
|
|
8587
|
-
.ilo--legacyvideo--controls--progress-loaded,
|
|
8588
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress,
|
|
8589
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded,
|
|
8590
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress,
|
|
8591
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded,
|
|
8592
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress,
|
|
8593
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded,
|
|
8594
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress {
|
|
8595
|
-
height: 8px;
|
|
8596
|
-
left: 2%;
|
|
8597
|
-
position: absolute;
|
|
8598
|
-
top: 0.857449089rem;
|
|
8599
|
-
width: 96%;
|
|
8600
|
-
z-index: 10;
|
|
8601
|
-
-webkit-appearance: none;
|
|
8602
|
-
}
|
|
8603
|
-
.ilo--legacyvideo--controls--progress-loaded::-moz-progress-bar,
|
|
8604
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress::-moz-progress-bar,
|
|
8605
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded::-moz-progress-bar,
|
|
8606
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-moz-progress-bar,
|
|
8607
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded::-moz-progress-bar,
|
|
8608
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-moz-progress-bar,
|
|
8609
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-moz-progress-bar,
|
|
8610
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-moz-progress-bar {
|
|
8611
|
-
background: rgb(184, 196, 204);
|
|
8612
|
-
border-radius: 0;
|
|
8613
|
-
}
|
|
8614
|
-
.ilo--legacyvideo--controls--progress-loaded::-webkit-progress-bar,
|
|
8615
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress::-webkit-progress-bar,
|
|
8616
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded::-webkit-progress-bar,
|
|
8617
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-bar,
|
|
8618
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded::-webkit-progress-bar,
|
|
8619
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-bar,
|
|
8620
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-bar,
|
|
8621
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-bar {
|
|
8622
|
-
background: transparent;
|
|
8623
|
-
}
|
|
8624
|
-
.ilo--legacyvideo--controls--progress-loaded::-webkit-progress-value,
|
|
8625
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress::-webkit-progress-value,
|
|
8626
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded::-webkit-progress-value,
|
|
8627
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-value,
|
|
8628
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded::-webkit-progress-value,
|
|
8629
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-value,
|
|
8630
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-value,
|
|
8631
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-value {
|
|
8632
|
-
background: rgb(184, 196, 204);
|
|
8633
|
-
border-radius: 0;
|
|
8634
|
-
}
|
|
8635
|
-
.ilo--legacyvideo--controls--progress:hover .vjs-play-progress, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress,
|
|
8636
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress,
|
|
8637
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress,
|
|
8638
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress,
|
|
8639
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress,
|
|
8640
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress,
|
|
8641
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
|
|
8642
|
-
position: relative;
|
|
8643
|
-
}
|
|
8644
|
-
.ilo--legacyvideo--controls--progress:hover .vjs-play-progress .vjs-time-tooltip, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress .vjs-time-tooltip,
|
|
8645
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
|
|
8646
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip,
|
|
8647
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip,
|
|
8648
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip,
|
|
8649
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
|
|
8650
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip {
|
|
8651
|
-
align-items: center;
|
|
8652
|
-
background-color: rgb(45, 45, 45);
|
|
8653
|
-
display: flex;
|
|
8654
|
-
height: 1.7148981779rem;
|
|
8655
|
-
justify-content: center;
|
|
8656
|
-
right: 0;
|
|
8657
|
-
position: absolute;
|
|
8658
|
-
bottom: calc(300% + 12px);
|
|
8659
|
-
width: 70px;
|
|
8660
|
-
font-size: 11.94px;
|
|
8661
|
-
letter-spacing: -0.02em;
|
|
8662
|
-
line-height: 16.24px;
|
|
8663
|
-
}
|
|
8664
|
-
.ilo--legacyvideo--controls--progress:hover .vjs-play-progress .vjs-time-tooltip:after, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
|
|
8665
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
|
|
8666
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after,
|
|
8667
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip:after,
|
|
8668
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
|
|
8669
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
|
|
8670
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after {
|
|
8671
|
-
background-position: top left;
|
|
8672
|
-
background-repeat: no-repeat;
|
|
8673
|
-
background-size: contain;
|
|
8674
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(45, 45, 45)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
8675
|
-
content: "";
|
|
8676
|
-
height: 0.6430868167rem;
|
|
8677
|
-
position: absolute;
|
|
8678
|
-
left: calc(50% - 6px);
|
|
8679
|
-
bottom: -0.6430868167rem;
|
|
8680
|
-
width: 0.6430868167rem;
|
|
8681
|
-
}
|
|
8682
|
-
.ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played-container, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played-container,
|
|
8683
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played-container,
|
|
8684
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played-container,
|
|
8685
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played-container,
|
|
8686
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played-container,
|
|
8687
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played-container,
|
|
8688
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played-container {
|
|
8689
|
-
position: absolute;
|
|
8690
|
-
left: 2%;
|
|
8691
|
-
top: 0;
|
|
8692
|
-
width: 96%;
|
|
8693
|
-
}
|
|
8694
|
-
.ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played,
|
|
8695
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played,
|
|
8696
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played,
|
|
8697
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played,
|
|
8698
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played,
|
|
8699
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played,
|
|
8700
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played {
|
|
8701
|
-
--playhead: 0%;
|
|
8702
|
-
align-items: center;
|
|
8703
|
-
background-color: rgb(45, 45, 45);
|
|
8704
|
-
display: flex;
|
|
8705
|
-
height: 1.7148981779rem;
|
|
8706
|
-
justify-content: center;
|
|
8707
|
-
left: calc(var(--playhead) - 34px);
|
|
8708
|
-
position: absolute;
|
|
8709
|
-
bottom: calc(300% + 12px);
|
|
8710
|
-
width: 70px;
|
|
8711
|
-
font-size: 11.94px;
|
|
8712
|
-
letter-spacing: -0.02em;
|
|
8713
|
-
line-height: 16.24px;
|
|
8714
|
-
}
|
|
8715
|
-
.ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played:after, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played:after,
|
|
8716
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played:after,
|
|
8717
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played:after,
|
|
8718
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played:after,
|
|
8719
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played:after,
|
|
8720
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played:after,
|
|
8721
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played:after {
|
|
8722
|
-
background-position: top left;
|
|
8723
|
-
background-repeat: no-repeat;
|
|
8724
|
-
background-size: contain;
|
|
8725
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(45, 45, 45)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
8726
|
-
content: "";
|
|
8727
|
-
height: 0.6430868167rem;
|
|
8728
|
-
position: absolute;
|
|
8729
|
-
left: calc(50% - 6px);
|
|
8730
|
-
bottom: -0.6430868167rem;
|
|
8731
|
-
width: 0.6430868167rem;
|
|
8732
|
-
}
|
|
8733
|
-
.ilo--legacyvideo--controls--volume,
|
|
8734
|
-
.ilo--legacyvideo--controls .vjs-volume-panel,
|
|
8735
|
-
.ilo--legacyvideo .vjs-control-bar--volume,
|
|
8736
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel {
|
|
8737
|
-
border-bottom: 1px solid;
|
|
8738
|
-
bottom: 0;
|
|
8739
|
-
display: none;
|
|
8740
|
-
flex-direction: column;
|
|
8741
|
-
height: 140px;
|
|
8742
|
-
margin-left: 2px;
|
|
8743
|
-
order: 4;
|
|
8744
|
-
position: relative;
|
|
8745
|
-
width: 40px;
|
|
8746
|
-
}
|
|
8747
|
-
.ilo--legacyvideo--controls--volume.show, .vjs-has-started .ilo--legacyvideo--controls--volume,
|
|
8748
|
-
.ilo--legacyvideo--controls .vjs-volume-panel.show,
|
|
8749
|
-
.vjs-has-started .ilo--legacyvideo--controls .vjs-volume-panel,
|
|
8750
|
-
.ilo--legacyvideo .vjs-control-bar--volume.show,
|
|
8751
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar--volume,
|
|
8752
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel.show,
|
|
8753
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel {
|
|
8754
|
-
display: block;
|
|
8755
|
-
}
|
|
8756
|
-
.ilo--legacyvideo--controls--volume:hover .vjs-volume-control, .ilo--legacyvideo--controls--volume:focus .vjs-volume-control,
|
|
8757
|
-
.ilo--legacyvideo--controls .vjs-volume-panel:hover .vjs-volume-control,
|
|
8758
|
-
.ilo--legacyvideo--controls .vjs-volume-panel:focus .vjs-volume-control,
|
|
8759
|
-
.ilo--legacyvideo .vjs-control-bar--volume:hover .vjs-volume-control,
|
|
8760
|
-
.ilo--legacyvideo .vjs-control-bar--volume:focus .vjs-volume-control,
|
|
8761
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel:hover .vjs-volume-control,
|
|
8762
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel:focus .vjs-volume-control {
|
|
8763
|
-
display: block;
|
|
8764
|
-
}
|
|
8765
|
-
.ilo--legacyvideo--controls--showvolume,
|
|
8766
|
-
.ilo--legacyvideo--controls .vjs-mute-control,
|
|
8767
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume,
|
|
8768
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control {
|
|
8769
|
-
background-color: rgb(45, 45, 45);
|
|
8770
|
-
border: none;
|
|
8771
|
-
cursor: pointer;
|
|
8772
|
-
height: 2.1436227224rem;
|
|
8773
|
-
margin-top: 0;
|
|
8774
|
-
position: relative;
|
|
8775
|
-
width: 2.1436227224rem;
|
|
8776
|
-
z-index: 10;
|
|
8777
|
-
-webkit-appearance: none;
|
|
8778
|
-
-moz-appearance: none;
|
|
8779
|
-
background-position: center center;
|
|
8780
|
-
background-repeat: no-repeat;
|
|
8781
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8782
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3e%3cpath fill='rgb(237, 240, 242)' d='M14.633 4.735a.67.67 0 0 0-.698.063L8.78 8.666H5.667A.666.666 0 0 0 5 9.333v5.334c0 .369.298.667.667.667h3.112l5.156 3.867a.663.663 0 0 0 .698.064.668.668 0 0 0 .369-.597V5.332a.667.667 0 0 0-.369-.597ZM17.164 9.171l-.471-.471-.943.943.472.471a2.669 2.669 0 0 1 0 3.771l-.472.472.943.943.471-.472a4.005 4.005 0 0 0 0-5.657Z'/%3e%3cpath fill='rgb(237, 240, 242)' d='m18.579 6.813-.943.943.471.472a5.341 5.341 0 0 1 0 7.544l-.471.471.943.943.471-.471c2.6-2.6 2.6-6.83 0-9.43l-.471-.472Z'/%3e%3c/svg%3e");
|
|
8783
|
-
}
|
|
8784
|
-
.ilo--legacyvideo--controls--showvolume:hover, .ilo--legacyvideo--controls--showvolume:focus,
|
|
8785
|
-
.ilo--legacyvideo--controls .vjs-mute-control:hover,
|
|
8786
|
-
.ilo--legacyvideo--controls .vjs-mute-control:focus,
|
|
8787
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume:hover,
|
|
8788
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume:focus,
|
|
8789
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control:hover,
|
|
8790
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control:focus {
|
|
8791
|
-
background-color: rgb(235, 245, 253);
|
|
8792
|
-
background-position: center center;
|
|
8793
|
-
background-repeat: no-repeat;
|
|
8794
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8795
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3e%3cpath fill='rgb(30, 45, 190)' d='M14.633 4.735a.67.67 0 0 0-.698.063L8.78 8.666H5.667A.666.666 0 0 0 5 9.333v5.334c0 .369.298.667.667.667h3.112l5.156 3.867a.663.663 0 0 0 .698.064.668.668 0 0 0 .369-.597V5.332a.667.667 0 0 0-.369-.597ZM17.164 9.171l-.471-.471-.943.943.472.471a2.669 2.669 0 0 1 0 3.771l-.472.472.943.943.471-.472a4.005 4.005 0 0 0 0-5.657Z'/%3e%3cpath fill='rgb(30, 45, 190)' d='m18.579 6.813-.943.943.471.472a5.341 5.341 0 0 1 0 7.544l-.471.471.943.943.471-.471c2.6-2.6 2.6-6.83 0-9.43l-.471-.472Z'/%3e%3c/svg%3e");
|
|
8796
|
-
}
|
|
8797
|
-
.ilo--legacyvideo--controls--showvolume.muted, .ilo--legacyvideo--controls--showvolume[title=Unmute],
|
|
8798
|
-
.ilo--legacyvideo--controls .vjs-mute-control.muted,
|
|
8799
|
-
.ilo--legacyvideo--controls .vjs-mute-control[title=Unmute],
|
|
8800
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume.muted,
|
|
8801
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute],
|
|
8802
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted,
|
|
8803
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute] {
|
|
8804
|
-
background-position: center center;
|
|
8805
|
-
background-repeat: no-repeat;
|
|
8806
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8807
|
-
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='M12.0447 15.7833L16.5999 19.1998C16.7173 19.2885 16.8586 19.3332 16.9999 19.3332 17.1012 19.3332 17.2039 19.3098 17.2979 19.2632 17.5239 19.1499 17.6666 18.9192 17.6666 18.6665V10.1614L12.0447 15.7833zM5.1955 19.8045C5.32549 19.9345 5.49616 19.9998 5.66682 19.9998 5.83748 19.9998 6.00815 19.9345 6.13814 19.8045L20.8045 5.13814C21.0652 4.87748 21.0652 4.45616 20.8045 4.1955 20.5438 3.93483 20.1225 3.93483 19.8619 4.1955L17.6666 6.39079V5.33347C17.6666 5.08081 17.5239 4.85015 17.2979 4.73682 17.0726 4.62549 16.8019 4.64882 16.5999 4.80015L11.4447 8.66674H6.33347C5.96481 8.66674 5.66682 8.96473 5.66682 9.33339V14.6666C5.66682 15.0353 5.96481 15.3333 6.33347 15.3333H8.72409L5.1955 18.8619C4.93483 19.1225 4.93483 19.5438 5.1955 19.8045z'/%3e%3c/svg%3e");
|
|
8808
|
-
}
|
|
8809
|
-
.ilo--legacyvideo--controls--showvolume.muted:hover, .ilo--legacyvideo--controls--showvolume.muted:focus, .ilo--legacyvideo--controls--showvolume[title=Unmute]:hover, .ilo--legacyvideo--controls--showvolume[title=Unmute]:focus,
|
|
8810
|
-
.ilo--legacyvideo--controls .vjs-mute-control.muted:hover,
|
|
8811
|
-
.ilo--legacyvideo--controls .vjs-mute-control.muted:focus,
|
|
8812
|
-
.ilo--legacyvideo--controls .vjs-mute-control[title=Unmute]:hover,
|
|
8813
|
-
.ilo--legacyvideo--controls .vjs-mute-control[title=Unmute]:focus,
|
|
8814
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume.muted:hover,
|
|
8815
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume.muted:focus,
|
|
8816
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute]:hover,
|
|
8817
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute]:focus,
|
|
8818
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted:hover,
|
|
8819
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted:focus,
|
|
8820
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute]:hover,
|
|
8821
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute]:focus {
|
|
8822
|
-
background-color: #ebf5fd;
|
|
8823
|
-
background-position: center center;
|
|
8824
|
-
background-repeat: no-repeat;
|
|
8825
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8826
|
-
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='M12.0447 15.7833L16.5999 19.1998C16.7173 19.2885 16.8586 19.3332 16.9999 19.3332 17.1012 19.3332 17.2039 19.3098 17.2979 19.2632 17.5239 19.1499 17.6666 18.9192 17.6666 18.6665V10.1614L12.0447 15.7833zM5.1955 19.8045C5.32549 19.9345 5.49616 19.9998 5.66682 19.9998 5.83748 19.9998 6.00815 19.9345 6.13814 19.8045L20.8045 5.13814C21.0652 4.87748 21.0652 4.45616 20.8045 4.1955 20.5438 3.93483 20.1225 3.93483 19.8619 4.1955L17.6666 6.39079V5.33347C17.6666 5.08081 17.5239 4.85015 17.2979 4.73682 17.0726 4.62549 16.8019 4.64882 16.5999 4.80015L11.4447 8.66674H6.33347C5.96481 8.66674 5.66682 8.96473 5.66682 9.33339V14.6666C5.66682 15.0353 5.96481 15.3333 6.33347 15.3333H8.72409L5.1955 18.8619C4.93483 19.1225 4.93483 19.5438 5.1955 19.8045z'/%3e%3c/svg%3e");
|
|
8827
|
-
}
|
|
8828
|
-
.ilo--legacyvideo--controls--setvolume,
|
|
8829
|
-
.ilo--legacyvideo--controls .vjs-volume-control,
|
|
8830
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume,
|
|
8831
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-control {
|
|
8832
|
-
background: rgb(235, 245, 253);
|
|
8833
|
-
border-left: 3px solid rgb(184, 196, 204);
|
|
8834
|
-
display: none;
|
|
8835
|
-
height: 2.1436227224rem;
|
|
8836
|
-
order: 1;
|
|
8837
|
-
padding: 0;
|
|
8838
|
-
position: absolute;
|
|
8839
|
-
transform: rotate(270deg);
|
|
8840
|
-
transform-origin: -4px -4px;
|
|
8841
|
-
top: 9px;
|
|
8842
|
-
width: 7.3954983923rem;
|
|
8843
|
-
}
|
|
8844
|
-
.ilo--legacyvideo--controls--setvolume,
|
|
8845
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume {
|
|
8846
|
-
border-left: 8px solid rgb(235, 245, 253);
|
|
8847
|
-
border-right: 8px solid rgb(235, 245, 253);
|
|
8848
|
-
width: 6.5380493033rem;
|
|
8849
|
-
-webkit-appearance: none;
|
|
8850
|
-
}
|
|
8851
|
-
.ilo--legacyvideo--controls--setvolume.show,
|
|
8852
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume.show {
|
|
8853
|
-
display: block;
|
|
8854
|
-
}
|
|
8855
|
-
.ilo--legacyvideo--controls--setvolume-container,
|
|
8856
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume-container {
|
|
8857
|
-
left: -2px;
|
|
8858
|
-
position: absolute;
|
|
8859
|
-
top: -2px;
|
|
8860
|
-
}
|
|
8861
|
-
.ilo--legacyvideo--controls--setvolume::-webkit-slider-runnable-track,
|
|
8862
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-runnable-track {
|
|
8863
|
-
background-color: rgb(30, 45, 190);
|
|
8864
|
-
border: none;
|
|
8865
|
-
box-shadow: none;
|
|
8866
|
-
height: 4px;
|
|
8867
|
-
cursor: pointer;
|
|
8868
|
-
}
|
|
8869
|
-
.ilo--legacyvideo--controls--setvolume::-webkit-slider-thumb,
|
|
8870
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-thumb {
|
|
8871
|
-
background-color: rgb(30, 45, 190);
|
|
8872
|
-
border: none;
|
|
8873
|
-
border-radius: 50%;
|
|
8874
|
-
box-shadow: none;
|
|
8875
|
-
cursor: pointer;
|
|
8876
|
-
height: 16px;
|
|
8877
|
-
margin-top: -5px;
|
|
8878
|
-
width: 16px;
|
|
8879
|
-
-webkit-appearance: none;
|
|
8880
|
-
}
|
|
8881
|
-
.ilo--legacyvideo--controls .vjs-volume-panel.vjs-hover .vjs-volume-control,
|
|
8882
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
|
|
8883
|
-
align-items: center;
|
|
8884
|
-
cursor: pointer;
|
|
8885
|
-
display: flex;
|
|
8886
|
-
justify-content: center;
|
|
8887
|
-
}
|
|
8888
|
-
.ilo--legacyvideo--controls .vjs-volume-bar,
|
|
8889
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-bar {
|
|
8890
|
-
height: 4px;
|
|
8891
|
-
position: relative;
|
|
8892
|
-
width: calc(100% - 26px);
|
|
8893
|
-
}
|
|
8894
|
-
.ilo--legacyvideo--controls .vjs-mouse-display,
|
|
8895
|
-
.ilo--legacyvideo--controls .vjs-volume-level,
|
|
8896
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mouse-display,
|
|
8897
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
|
|
8898
|
-
height: 4px;
|
|
8899
|
-
left: 0;
|
|
8900
|
-
position: absolute;
|
|
8901
|
-
top: 0;
|
|
8902
|
-
}
|
|
8903
|
-
.ilo--legacyvideo--controls .vjs-mouse-display,
|
|
8904
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mouse-display {
|
|
8905
|
-
background-color: rgb(184, 196, 204);
|
|
8906
|
-
width: 100%;
|
|
8907
|
-
}
|
|
8908
|
-
.ilo--legacyvideo--controls .vjs-volume-level,
|
|
8909
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
|
|
8910
|
-
background-color: rgb(30, 45, 190);
|
|
8911
|
-
}
|
|
8912
|
-
.ilo--legacyvideo--controls .vjs-volume-level:before,
|
|
8913
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-level:before {
|
|
8914
|
-
background: rgb(30, 45, 190);
|
|
8915
|
-
border-radius: 50%;
|
|
8916
|
-
content: "";
|
|
8917
|
-
height: 16px;
|
|
8918
|
-
margin: 0;
|
|
8919
|
-
padding: 0;
|
|
8920
|
-
position: absolute;
|
|
8921
|
-
right: -16px;
|
|
8922
|
-
top: 50%;
|
|
8923
|
-
width: 16px;
|
|
8924
|
-
-webkit-transform: translate(-50%, -50%);
|
|
8925
|
-
-ms-transform: translate(-50%, -50%);
|
|
8926
|
-
transform: translate(-50%, -50%);
|
|
8927
|
-
}
|
|
8928
|
-
.ilo--legacyvideo--controls .vjs-volume-tooltip,
|
|
8929
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-tooltip {
|
|
8930
|
-
display: none;
|
|
8931
|
-
}
|
|
8932
|
-
.ilo--legacyvideo--controls--fullscreen,
|
|
8933
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control,
|
|
8934
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen,
|
|
8935
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control {
|
|
8936
|
-
background-color: rgb(45, 45, 45);
|
|
8937
|
-
border: none;
|
|
8938
|
-
cursor: pointer;
|
|
8939
|
-
display: none;
|
|
8940
|
-
height: 100%;
|
|
8941
|
-
margin-left: 2px;
|
|
8942
|
-
order: 5;
|
|
8943
|
-
width: 2.1436227224rem;
|
|
8944
|
-
-webkit-appearance: none;
|
|
8945
|
-
-moz-appearance: none;
|
|
8946
|
-
background-position: center center;
|
|
8947
|
-
background-repeat: no-repeat;
|
|
8948
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8949
|
-
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='M14.2721 5L16.6865 7.41373 13.8228 10.2774 14.7226 11.1772 17.5863 8.31355 20 10.7273V5H14.2721zM14.7226 12.8228L13.8228 13.7226 16.6865 16.5863 14.2727 19H20V13.2721L17.5863 15.6865 14.7226 12.8228zM11.2774 12.8228L8.41373 15.6865 6 13.2727V19H11.7279L9.31355 16.5863 12.1772 13.7226 11.2774 12.8228zM11.7273 5H6V10.7279L8.41373 8.31355 11.2774 11.1772 12.1772 10.2774 9.31355 7.41373 11.7273 5z'/%3e%3c/svg%3e");
|
|
8950
|
-
}
|
|
8951
|
-
.ilo--legacyvideo--controls--fullscreen:hover, .ilo--legacyvideo--controls--fullscreen:focus,
|
|
8952
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control:hover,
|
|
8953
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control:focus,
|
|
8954
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen:hover,
|
|
8955
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen:focus,
|
|
8956
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control:hover,
|
|
8957
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control:focus {
|
|
8958
|
-
background-color: #ebf5fd;
|
|
8959
|
-
background-position: center center;
|
|
8960
|
-
background-repeat: no-repeat;
|
|
8961
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8962
|
-
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='M14.2721 5L16.6865 7.41373 13.8228 10.2774 14.7226 11.1772 17.5863 8.31355 20 10.7273V5H14.2721zM14.7226 12.8228L13.8228 13.7226 16.6865 16.5863 14.2727 19H20V13.2721L17.5863 15.6865 14.7226 12.8228zM11.2774 12.8228L8.41373 15.6865 6 13.2727V19H11.7279L9.31355 16.5863 12.1772 13.7226 11.2774 12.8228zM11.7273 5H6V10.7279L8.41373 8.31355 11.2774 11.1772 12.1772 10.2774 9.31355 7.41373 11.7273 5z'/%3e%3c/svg%3e");
|
|
8963
|
-
}
|
|
8964
|
-
.ilo--legacyvideo--controls--fullscreen.show,
|
|
8965
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control.show,
|
|
8966
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen.show,
|
|
8967
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control.show {
|
|
8968
|
-
display: block;
|
|
8969
|
-
}
|
|
8970
|
-
.ilo--legacyvideo .vjs-control-bar {
|
|
8971
|
-
bottom: 0;
|
|
8972
|
-
left: -5px;
|
|
8973
|
-
width: calc(100% + 5px);
|
|
8974
|
-
}
|
|
8975
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
|
|
8976
|
-
bottom: auto;
|
|
8977
|
-
left: -5px;
|
|
8978
|
-
opacity: 1;
|
|
8979
|
-
top: 0;
|
|
8980
|
-
}
|
|
8981
|
-
@media screen and (min-width: 1024px) {
|
|
8982
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
|
|
8983
|
-
flex-direction: column;
|
|
8984
|
-
height: 158px;
|
|
8985
|
-
justify-content: flex-start;
|
|
8986
|
-
left: 0;
|
|
8987
|
-
width: 80px;
|
|
8988
|
-
}
|
|
8989
|
-
[dir=rtl] .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
|
|
8990
|
-
left: auto;
|
|
8991
|
-
right: 0;
|
|
8992
|
-
}
|
|
8993
|
-
}
|
|
8994
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
|
|
8995
|
-
display: block;
|
|
8996
|
-
}
|
|
8997
|
-
@media screen and (min-width: 1024px) {
|
|
8998
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
|
|
8999
|
-
height: 2.1436227224rem;
|
|
9000
|
-
margin-left: 0;
|
|
9001
|
-
margin-top: 2px;
|
|
9002
|
-
width: 4.2872454448rem;
|
|
9003
|
-
}
|
|
9004
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-play-control {
|
|
9005
|
-
order: 1;
|
|
9006
|
-
height: 4.2872454448rem;
|
|
9007
|
-
width: 4.2872454448rem;
|
|
9008
|
-
}
|
|
9009
|
-
}
|
|
9010
|
-
.ilo--legacyvideo .vjs-youtube {
|
|
9011
|
-
padding-bottom: 56%;
|
|
9012
|
-
}
|
|
9013
|
-
.ilo--legacyvideo .vjs-youtube:not(.vjs-has-started) .vjs-poster {
|
|
9014
|
-
display: block;
|
|
9015
|
-
}
|
|
9016
|
-
.ilo--legacyvideo .vjs-control:focus,
|
|
9017
|
-
.ilo--legacyvideo .vjs-control *:focus {
|
|
9018
|
-
outline: none;
|
|
9019
|
-
}
|
|
9020
|
-
.ilo--legacyvideo .vjs-has-started .vjs-control:not(.vjs-duration):not(.vjs-volume-control) {
|
|
9021
|
-
display: block;
|
|
9022
|
-
}
|
|
9023
|
-
.ilo--legacyvideo:hover .ilo--legacyvideo--controls,
|
|
9024
|
-
.ilo--legacyvideo:hover .vjs-control-bar, .ilo--legacyvideo:focus .ilo--legacyvideo--controls,
|
|
9025
|
-
.ilo--legacyvideo:focus .vjs-control-bar, .ilo--legacyvideo:focus-within .ilo--legacyvideo--controls,
|
|
9026
|
-
.ilo--legacyvideo:focus-within .vjs-control-bar {
|
|
9027
|
-
opacity: 1;
|
|
9028
|
-
transition: opacity 150ms ease-out;
|
|
9029
|
-
}
|
|
9030
|
-
.ilo--legacyvideo .vjs-loading-spinner {
|
|
9031
|
-
display: none;
|
|
9032
|
-
}
|
|
9033
|
-
.ilo--legacyvideo .vjs-time-divider,
|
|
9034
|
-
.ilo--legacyvideo .vjs-remaining-time,
|
|
9035
|
-
.ilo--legacyvideo .vjs-current-time,
|
|
9036
|
-
.ilo--legacyvideo .vjs-control-text {
|
|
9037
|
-
display: none !important;
|
|
9038
|
-
}
|
|
9039
|
-
|
|
9040
|
-
.ilo--legacyvideo--container {
|
|
9041
|
-
position: relative;
|
|
9042
|
-
}
|
|
9043
|
-
|
|
9044
|
-
[dir=rtl] .ilo--legacyvideo--caption {
|
|
9045
|
-
border-left: none;
|
|
9046
|
-
border-right: 3px solid #b8c4cc;
|
|
9047
|
-
padding-left: 0;
|
|
9048
|
-
padding-right: 0.4287245445rem;
|
|
9049
|
-
}
|
|
9050
|
-
[dir=rtl] .ilo--credit {
|
|
9051
|
-
left: auto;
|
|
9052
|
-
right: 0;
|
|
9053
|
-
}
|
|
9054
|
-
|
|
9055
|
-
/**
|
|
9056
|
-
* Do not edit directly
|
|
9057
|
-
* Generated on Fri, 01 Mar 2024 17:08:43 GMT
|
|
8094
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
9058
8095
|
*/
|
|
9059
8096
|
/**
|
|
9060
8097
|
* TOKENS:
|
|
@@ -9434,7 +8471,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9434
8471
|
|
|
9435
8472
|
/**
|
|
9436
8473
|
* Do not edit directly
|
|
9437
|
-
* Generated on
|
|
8474
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
9438
8475
|
*/
|
|
9439
8476
|
/**
|
|
9440
8477
|
* TOKENS:
|
|
@@ -9444,7 +8481,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9444
8481
|
*/
|
|
9445
8482
|
/**
|
|
9446
8483
|
* Do not edit directly
|
|
9447
|
-
* Generated on
|
|
8484
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
9448
8485
|
*/
|
|
9449
8486
|
/**
|
|
9450
8487
|
* TOKENS:
|
|
@@ -9469,7 +8506,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9469
8506
|
}
|
|
9470
8507
|
/**
|
|
9471
8508
|
* Do not edit directly
|
|
9472
|
-
* Generated on
|
|
8509
|
+
* Generated on Thu, 07 Mar 2024 07:53:42 GMT
|
|
9473
8510
|
*/
|
|
9474
8511
|
/**
|
|
9475
8512
|
* TOKENS:
|
|
@@ -9490,7 +8527,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9490
8527
|
}
|
|
9491
8528
|
.ilo--social-media--headline {
|
|
9492
8529
|
color: rgb(35, 0, 80);
|
|
9493
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8530
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
9494
8531
|
font-weight: 700;
|
|
9495
8532
|
font-size: 16px;
|
|
9496
8533
|
letter-spacing: normal;
|