@ilo-org/styles 0.13.2 → 0.14.0

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.
Files changed (54) hide show
  1. package/build/css/components/index.css +1181 -794
  2. package/build/css/components/index.css.map +1 -1
  3. package/build/css/global.css +1 -1
  4. package/build/css/global.css.map +1 -1
  5. package/build/css/index.css +1181 -794
  6. package/build/css/index.css.map +1 -1
  7. package/build/css/monorepo.css +1181 -794
  8. package/build/css/monorepo.css.map +1 -1
  9. package/build/minified/index.css +1 -1
  10. package/build/minified/index.css.map +1 -1
  11. package/build/minified/monorepo.css +1 -1
  12. package/build/minified/monorepo.css.map +1 -1
  13. package/css/components/accordion.css +1 -1
  14. package/css/components/breadcrumb.css +1 -1
  15. package/css/components/featurecard.css +1 -1
  16. package/css/components/hero.css +1 -1
  17. package/css/components/icon.css +1 -0
  18. package/css/components/list.css +1 -1
  19. package/css/components/navigation.css +1 -1
  20. package/css/components/pagination.css +1 -1
  21. package/css/components/richtext.css +1 -1
  22. package/css/components/searchfield.css +1 -1
  23. package/css/components/tag.css +1 -1
  24. package/css/components/video-legacy.css +1 -0
  25. package/css/components/video.css +1 -1
  26. package/css/global.css.map +1 -1
  27. package/css/index.css +8 -8
  28. package/css/index.css.map +1 -1
  29. package/css/monorepo.css +8 -8
  30. package/css/monorepo.css.map +1 -1
  31. package/package.json +2 -2
  32. package/scss/_mixins.scss +27 -1
  33. package/scss/components/_accordion.scss +7 -5
  34. package/scss/components/_breadcrumb.scss +5 -1
  35. package/scss/components/_card.scss +2 -2
  36. package/scss/components/_cardgroup.scss +1 -1
  37. package/scss/components/_datacard.scss +1 -1
  38. package/scss/components/_detailcard.scss +1 -1
  39. package/scss/components/_factlistcard.scss +1 -1
  40. package/scss/components/_featurecard.scss +3 -11
  41. package/scss/components/_hero.scss +206 -214
  42. package/scss/components/_icon.scss +6 -0
  43. package/scss/components/_list.scss +0 -2
  44. package/scss/components/_multilinkcard.scss +2 -2
  45. package/scss/components/_navigation.scss +11 -9
  46. package/scss/components/_pagination.scss +1 -3
  47. package/scss/components/_profile.scss +1 -1
  48. package/scss/components/_promocard.scss +1 -1
  49. package/scss/components/_richtext.scss +14 -40
  50. package/scss/components/_searchfield.scss +36 -4
  51. package/scss/components/_tag.scss +1 -1
  52. package/scss/components/_video-legacy.scss +795 -0
  53. package/scss/components/_video.scss +191 -636
  54. package/scss/components/index.scss +2 -0
@@ -156,7 +156,7 @@ textarea {
156
156
  }
157
157
  /**
158
158
  * Do not edit directly
159
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
159
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
160
160
  */
161
161
  /**
162
162
  * TOKENS:
@@ -174,7 +174,7 @@ body {
174
174
 
175
175
  /**
176
176
  * Do not edit directly
177
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
177
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
178
178
  */
179
179
  /**
180
180
  * TOKENS:
@@ -190,9 +190,11 @@ body {
190
190
  align-items: center;
191
191
  flex-direction: row;
192
192
  justify-content: space-between;
193
+ text-align: start;
193
194
  width: 100%;
194
195
  margin: 0;
195
- padding: 0.857449089rem 0.857449089rem 0.857449089rem 0;
196
+ padding: 0.857449089rem 0;
197
+ padding-inline-end: 0.857449089rem;
196
198
  background-color: rgb(255, 255, 255);
197
199
  background-position: calc(100% - 0.3215434084rem) center;
198
200
  background-repeat: no-repeat;
@@ -213,7 +215,8 @@ body {
213
215
  font-size: 18.66px;
214
216
  letter-spacing: -0.035em;
215
217
  line-height: 24.26px;
216
- padding: 1.0718113612rem 0.857449089rem 1.0718113612rem 0;
218
+ padding: 1.0718113612rem 0;
219
+ padding-inline-end: 0.857449089rem;
217
220
  }
218
221
  .ilo--accordion--button:hover, .ilo--accordion--button:focus {
219
222
  background-color: rgb(235, 245, 253);
@@ -233,13 +236,13 @@ body {
233
236
  font-size: 16px;
234
237
  letter-spacing: -0.02em;
235
238
  line-height: 21.6px;
236
- padding: 0.857449089rem 0.857449089rem 0.857449089rem 0;
237
239
  }
238
240
  .ilo--accordion--button--large {
239
241
  font-size: 18.66px;
240
242
  letter-spacing: -0.035em;
241
243
  line-height: 24.26px;
242
- padding: 1.0718113612rem 0.857449089rem 1.0718113612rem 0;
244
+ padding: 1.0718113612rem 0;
245
+ padding-inline-end: 0.857449089rem;
243
246
  }
244
247
  }
245
248
  .ilo--accordion--button[aria-expanded=true] {
@@ -272,7 +275,7 @@ body {
272
275
 
273
276
  /**
274
277
  * Do not edit directly
275
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
278
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
276
279
  */
277
280
  /**
278
281
  * TOKENS:
@@ -297,7 +300,7 @@ body {
297
300
  }
298
301
  /**
299
302
  * Do not edit directly
300
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
303
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
301
304
  */
302
305
  /**
303
306
  * TOKENS:
@@ -351,6 +354,9 @@ body {
351
354
  letter-spacing: normal;
352
355
  line-height: 16.24px;
353
356
  }
357
+ .ilo--breadcrumb--link--label--dropdown {
358
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
359
+ }
354
360
  .ilo--breadcrumb--link:hover, .ilo--breadcrumb--link:focus {
355
361
  color: rgb(30, 45, 190);
356
362
  text-decoration: underline;
@@ -464,6 +470,7 @@ body {
464
470
  content: "";
465
471
  height: 0.6430868167rem;
466
472
  position: absolute;
473
+ left: 50%;
467
474
  top: -0.3215434084rem;
468
475
  transform: translateX(-50%) rotate(135deg);
469
476
  width: 0.6430868167rem;
@@ -548,7 +555,7 @@ body {
548
555
 
549
556
  /**
550
557
  * Do not edit directly
551
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
558
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
552
559
  */
553
560
  /**
554
561
  * TOKENS:
@@ -558,7 +565,7 @@ body {
558
565
  */
559
566
  /**
560
567
  * Do not edit directly
561
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
568
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
562
569
  */
563
570
  /**
564
571
  * TOKENS:
@@ -583,7 +590,7 @@ body {
583
590
  }
584
591
  /**
585
592
  * Do not edit directly
586
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
593
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
587
594
  */
588
595
  /**
589
596
  * TOKENS:
@@ -864,7 +871,7 @@ body {
864
871
 
865
872
  /**
866
873
  * Do not edit directly
867
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
874
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
868
875
  */
869
876
  /**
870
877
  * TOKENS:
@@ -993,7 +1000,7 @@ body {
993
1000
 
994
1001
  /**
995
1002
  * Do not edit directly
996
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1003
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
997
1004
  */
998
1005
  /**
999
1006
  * TOKENS:
@@ -1003,7 +1010,7 @@ body {
1003
1010
  */
1004
1011
  /**
1005
1012
  * Do not edit directly
1006
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1013
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1007
1014
  */
1008
1015
  /**
1009
1016
  * TOKENS:
@@ -1028,7 +1035,7 @@ body {
1028
1035
  }
1029
1036
  /**
1030
1037
  * Do not edit directly
1031
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1038
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1032
1039
  */
1033
1040
  /**
1034
1041
  * TOKENS:
@@ -1046,7 +1053,7 @@ body {
1046
1053
 
1047
1054
  /**
1048
1055
  * Do not edit directly
1049
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1056
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1050
1057
  */
1051
1058
  /**
1052
1059
  * TOKENS:
@@ -1258,7 +1265,7 @@ body {
1258
1265
 
1259
1266
  /**
1260
1267
  * Do not edit directly
1261
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1268
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1262
1269
  */
1263
1270
  /**
1264
1271
  * TOKENS:
@@ -1317,7 +1324,6 @@ body {
1317
1324
  border-top: 0.1071811361rem solid rgb(237, 240, 242);
1318
1325
  margin-left: -1.2861736334rem;
1319
1326
  margin-right: -1.2861736334rem;
1320
- margin-top: 1.822079314rem;
1321
1327
  position: relative;
1322
1328
  z-index: 2;
1323
1329
  }
@@ -1401,7 +1407,7 @@ body {
1401
1407
  display: flex;
1402
1408
  flex: 1 1 auto;
1403
1409
  flex-direction: column;
1404
- padding: 1.2861736334rem 1.2861736334rem 2.1436227224rem;
1410
+ padding: 1.2861736334rem 1.2861736334rem 0.4287245445rem 1.2861736334rem;
1405
1411
  }
1406
1412
  .ilo--card__type__feature.ilo--card__linklist .ilo--card--content {
1407
1413
  padding-bottom: 0;
@@ -1410,7 +1416,7 @@ body {
1410
1416
  font-size: 23.32px;
1411
1417
  letter-spacing: -0.035em;
1412
1418
  line-height: 29.15px;
1413
- margin-bottom: 1.5763397642rem;
1419
+ margin-bottom: 1.2861736334rem;
1414
1420
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
1415
1421
  font-weight: 700;
1416
1422
  flex: 1;
@@ -1422,13 +1428,13 @@ body {
1422
1428
  margin-bottom: 0.3376482577rem;
1423
1429
  }
1424
1430
  .ilo--card__type__feature .ilo--card--date {
1425
- margin-bottom: 0;
1431
+ margin-bottom: 1.7148981779rem;
1426
1432
  margin-top: auto;
1427
1433
  }
1428
1434
 
1429
1435
  /**
1430
1436
  * Do not edit directly
1431
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1437
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1432
1438
  */
1433
1439
  /**
1434
1440
  * TOKENS:
@@ -1525,7 +1531,7 @@ body {
1525
1531
 
1526
1532
  /**
1527
1533
  * Do not edit directly
1528
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1534
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1529
1535
  */
1530
1536
  /**
1531
1537
  * TOKENS:
@@ -1677,7 +1683,7 @@ body {
1677
1683
 
1678
1684
  /**
1679
1685
  * Do not edit directly
1680
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1686
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1681
1687
  */
1682
1688
  /**
1683
1689
  * TOKENS:
@@ -1803,7 +1809,7 @@ body {
1803
1809
 
1804
1810
  /**
1805
1811
  * Do not edit directly
1806
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1812
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1807
1813
  */
1808
1814
  /**
1809
1815
  * TOKENS:
@@ -1927,7 +1933,7 @@ body {
1927
1933
 
1928
1934
  /**
1929
1935
  * Do not edit directly
1930
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1936
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1931
1937
  */
1932
1938
  /**
1933
1939
  * TOKENS:
@@ -2047,7 +2053,7 @@ body {
2047
2053
 
2048
2054
  /**
2049
2055
  * Do not edit directly
2050
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2056
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2051
2057
  */
2052
2058
  /**
2053
2059
  * TOKENS:
@@ -2124,7 +2130,7 @@ body {
2124
2130
 
2125
2131
  /**
2126
2132
  * Do not edit directly
2127
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2133
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2128
2134
  */
2129
2135
  /**
2130
2136
  * TOKENS:
@@ -2193,7 +2199,7 @@ body {
2193
2199
 
2194
2200
  /**
2195
2201
  * Do not edit directly
2196
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2202
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2197
2203
  */
2198
2204
  /**
2199
2205
  * TOKENS:
@@ -2242,7 +2248,7 @@ body {
2242
2248
 
2243
2249
  /**
2244
2250
  * Do not edit directly
2245
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2251
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2246
2252
  */
2247
2253
  /**
2248
2254
  * TOKENS:
@@ -2319,7 +2325,7 @@ body {
2319
2325
 
2320
2326
  /**
2321
2327
  * Do not edit directly
2322
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2328
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2323
2329
  */
2324
2330
  /**
2325
2331
  * TOKENS:
@@ -2400,7 +2406,7 @@ body {
2400
2406
 
2401
2407
  /**
2402
2408
  * Do not edit directly
2403
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2409
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2404
2410
  */
2405
2411
  /**
2406
2412
  * TOKENS:
@@ -2410,7 +2416,7 @@ body {
2410
2416
  */
2411
2417
  /**
2412
2418
  * Do not edit directly
2413
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2419
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2414
2420
  */
2415
2421
  /**
2416
2422
  * TOKENS:
@@ -2420,7 +2426,7 @@ body {
2420
2426
  */
2421
2427
  /**
2422
2428
  * Do not edit directly
2423
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2429
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2424
2430
  */
2425
2431
  /**
2426
2432
  * TOKENS:
@@ -2430,7 +2436,7 @@ body {
2430
2436
  */
2431
2437
  /**
2432
2438
  * Do not edit directly
2433
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2439
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2434
2440
  */
2435
2441
  /**
2436
2442
  * TOKENS:
@@ -2556,7 +2562,7 @@ body {
2556
2562
 
2557
2563
  /**
2558
2564
  * Do not edit directly
2559
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2565
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2560
2566
  */
2561
2567
  /**
2562
2568
  * TOKENS:
@@ -2577,7 +2583,7 @@ body {
2577
2583
 
2578
2584
  /**
2579
2585
  * Do not edit directly
2580
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2586
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2581
2587
  */
2582
2588
  /**
2583
2589
  * TOKENS:
@@ -2667,7 +2673,7 @@ body {
2667
2673
 
2668
2674
  /**
2669
2675
  * Do not edit directly
2670
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2676
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2671
2677
  */
2672
2678
  /**
2673
2679
  * TOKENS:
@@ -2677,7 +2683,7 @@ body {
2677
2683
  */
2678
2684
  /**
2679
2685
  * Do not edit directly
2680
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2686
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2681
2687
  */
2682
2688
  /**
2683
2689
  * TOKENS:
@@ -2687,7 +2693,7 @@ body {
2687
2693
  */
2688
2694
  /**
2689
2695
  * Do not edit directly
2690
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2696
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2691
2697
  */
2692
2698
  /**
2693
2699
  * TOKENS:
@@ -2740,7 +2746,7 @@ body {
2740
2746
 
2741
2747
  /**
2742
2748
  * Do not edit directly
2743
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2749
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2744
2750
  */
2745
2751
  /**
2746
2752
  * TOKENS:
@@ -2828,7 +2834,7 @@ body {
2828
2834
 
2829
2835
  /**
2830
2836
  * Do not edit directly
2831
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2837
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2832
2838
  */
2833
2839
  /**
2834
2840
  * TOKENS:
@@ -2924,7 +2930,7 @@ body {
2924
2930
 
2925
2931
  /**
2926
2932
  * Do not edit directly
2927
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2933
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2928
2934
  */
2929
2935
  /**
2930
2936
  * TOKENS:
@@ -2966,7 +2972,7 @@ body {
2966
2972
 
2967
2973
  /**
2968
2974
  * Do not edit directly
2969
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2975
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2970
2976
  */
2971
2977
  /**
2972
2978
  * TOKENS:
@@ -3093,7 +3099,7 @@ body {
3093
3099
 
3094
3100
  /**
3095
3101
  * Do not edit directly
3096
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3102
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3097
3103
  */
3098
3104
  /**
3099
3105
  * TOKENS:
@@ -3103,7 +3109,7 @@ body {
3103
3109
  */
3104
3110
  /**
3105
3111
  * Do not edit directly
3106
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3112
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3107
3113
  */
3108
3114
  /**
3109
3115
  * TOKENS:
@@ -3128,7 +3134,7 @@ body {
3128
3134
  }
3129
3135
  /**
3130
3136
  * Do not edit directly
3131
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3137
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3132
3138
  */
3133
3139
  /**
3134
3140
  * TOKENS:
@@ -3485,7 +3491,7 @@ body {
3485
3491
 
3486
3492
  /**
3487
3493
  * Do not edit directly
3488
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3494
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3489
3495
  */
3490
3496
  /**
3491
3497
  * TOKENS:
@@ -3608,7 +3614,7 @@ body {
3608
3614
 
3609
3615
  /**
3610
3616
  * Do not edit directly
3611
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3617
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3612
3618
  */
3613
3619
  /**
3614
3620
  * TOKENS:
@@ -3628,6 +3634,21 @@ body {
3628
3634
  grid-template-columns: 1fr;
3629
3635
  overflow: hidden;
3630
3636
  grid-template-rows: minmax(1rem, 1fr) 27px 40px auto;
3637
+ --card-width: 625px;
3638
+ --corner-cut-height: 64px;
3639
+ --breadcrumbs-height: 48px;
3640
+ --image-gap: 240px;
3641
+ --row-1-lg: var(--breadcrumbs-height);
3642
+ --row-2-lg: calc(var(--image-gap) - var(--breadcrumbs-height));
3643
+ --row-3-lg: auto;
3644
+ --row-4-lg: 27px;
3645
+ --row-5-lg: 72px;
3646
+ --col-1-lg: 0;
3647
+ --col-2-lg: var(--card-width);
3648
+ --col-3-lg: 30px;
3649
+ --col-4-lg: 1fr;
3650
+ grid-template-rows: var(--row-1-lg) var(--row-2-lg) var(--row-3-lg) var(--row-4-lg);
3651
+ grid-template-columns: var(--col-1-lg) var(--col-2-lg) var(--col-3-lg) var(--col-4-lg);
3631
3652
  }
3632
3653
  .hero--image {
3633
3654
  display: grid;
@@ -3645,9 +3666,6 @@ body {
3645
3666
  .hero__gap__dark {
3646
3667
  background-color: rgb(35, 0, 80);
3647
3668
  }
3648
- .hero--breadcrumbs {
3649
- display: none;
3650
- }
3651
3669
  .hero--background {
3652
3670
  display: grid;
3653
3671
  background-color: rgb(235, 245, 253);
@@ -3673,7 +3691,6 @@ body {
3673
3691
  display: flex;
3674
3692
  justify-content: center;
3675
3693
  align-items: center;
3676
- position: relative;
3677
3694
  }
3678
3695
  .hero--caption--wrapper::after {
3679
3696
  content: "";
@@ -3686,187 +3703,167 @@ body {
3686
3703
  border-right: none;
3687
3704
  border-left: calc(27px - 4px) solid rgb(45, 45, 45);
3688
3705
  }
3689
- @media screen and (min-width: 1024px) {
3690
- .hero {
3691
- --card-width: 625px;
3692
- --corner-cut-height: 64px;
3693
- --breadcrumbs-height: 48px;
3694
- --image-gap: 240px;
3695
- --row-1-lg: var(--breadcrumbs-height);
3696
- --row-2-lg: calc(var(--image-gap) - var(--breadcrumbs-height));
3697
- --row-3-lg: auto;
3698
- --row-4-lg: 27px;
3699
- --row-5-lg: 72px;
3700
- --col-1-lg: 0;
3701
- --col-2-lg: var(--card-width);
3702
- --col-3-lg: 30px;
3703
- --col-4-lg: 1fr;
3704
- grid-template-rows: var(--row-1-lg) var(--row-2-lg) var(--row-3-lg) var(--row-4-lg);
3705
- grid-template-columns: var(--col-1-lg) var(--col-2-lg) var(--col-3-lg) var(--col-4-lg);
3706
- }
3707
- .hero__poster-size__small {
3708
- --image-gap: 112px;
3709
- }
3710
- .hero__poster-size__medium {
3711
- --image-gap: 176px;
3712
- }
3713
- .hero__poster-size__large {
3714
- --image-gap: 240px;
3715
- }
3716
- .hero__poster-size__xlarge {
3717
- --image-gap: 527px;
3718
- }
3719
- .hero__card-size__small {
3720
- --card-width: 625px;
3721
- }
3722
- .hero__card-size__medium {
3723
- --card-width: 721px;
3724
- }
3725
- .hero__card-size__large {
3726
- --card-width: 856px;
3727
- }
3728
- .hero__card-size__xlarge {
3729
- --card-width: 920px;
3730
- }
3731
- .hero__card-size__xxlarge {
3732
- --card-width: 998px;
3733
- }
3734
- .hero__card-justify__start, .hero__card-justify__offset {
3735
- --card-padding-start: max(16px, min(
3736
- var(--base-offset) + var(--added-offset),
3737
- 71px
3738
- ));
3739
- --col-1-lg: calc(
3740
- var(--base-offset) - 71px + var(--added-offset)
3741
- );
3742
- }
3743
- .hero__card-justify__offset {
3744
- --added-offset: 109px;
3745
- }
3746
- .hero__card-justify__center {
3747
- --col-1-lg: calc((100% - var(--card-width)) / 2);
3748
- --col-4-lg: calc(
3749
- ((100% - var(--card-width)) / 2) - 30px
3750
- );
3751
- }
3752
- .hero__card-align__center {
3753
- --row-4-lg: calc(72px - 27px);
3754
- --row-5-lg: 27px;
3755
- }
3756
- .hero__card-align__bottom {
3757
- --row-3-lg: 0;
3758
- --row-4-lg: var(--corner-cut-height);
3759
- --row-5-lg: auto;
3760
- }
3761
- .hero__card-background__transparent .hero--card-offset {
3762
- background-color: transparent !important;
3763
- }
3764
- .hero__card-theme__dark .hero--card-offset {
3765
- background-color: rgb(35, 0, 80);
3766
- position: relative;
3767
- box-shadow: 0.3px 0 0 0 rgb(35, 0, 80);
3768
- }
3769
- .hero__card-theme__dark[class*=semi-transparent] .hero--card-offset {
3770
- background: rgba(35, 0, 80, 0.6);
3771
- box-shadow: 0.3px 0 0 0 rgba(35, 0, 80, 0.6);
3772
- }
3773
- .hero__card-theme__light .hero--card-offset {
3774
- background: rgb(255, 255, 255);
3775
- box-shadow: 0.3px 0 0 0 rgb(255, 255, 255);
3776
- }
3777
- .hero__card-theme__light[class*=semi-transparent] .hero--card-offset {
3778
- background: rgba(255, 255, 255, 0.6);
3779
- box-shadow: 0.3px 0 0 0 rgba(255, 255, 255, 0.6);
3780
- }
3781
- .hero--breadcrumbs {
3782
- grid-area: 1/1/2/5;
3783
- z-index: 1;
3784
- display: flex;
3785
- flex-flow: row nowrap;
3786
- }
3787
- .hero--breadcrumbs--wrapper {
3788
- width: 100%;
3789
- }
3790
- .hero--background {
3791
- grid-area: 1/1/5/5;
3792
- }
3793
- .hero__card-align__center .hero--background {
3794
- grid-area: 1/1/6/5;
3795
- }
3796
- .hero__card-align__bottom .hero--background {
3797
- grid-area: 1/1/5/5;
3798
- }
3799
- .hero--card-offset {
3800
- grid-area: 3/1/6/2;
3801
- z-index: 0;
3802
- position: relative;
3803
- }
3804
- .hero__card-justify__offset .hero--card-offset, .hero__card-justify__center .hero--card-offset {
3805
- background: transparent !important;
3806
- }
3807
- .hero__card-align__center .hero--card-offset {
3808
- grid-area: 3/1/4/2;
3809
- }
3810
- .hero__card-align__bottom .hero--card-offset {
3811
- grid-area: 4/1/6/2;
3812
- }
3813
- .hero--card {
3814
- grid-area: 3/2/6/3;
3815
- }
3816
- .hero__card-align__center .hero--card {
3817
- grid-area: 3/2/4/3;
3818
- }
3819
- .hero__card-align__bottom .hero--card {
3820
- grid-area: 4/2/6/3;
3821
- }
3822
- .hero--caption {
3823
- grid-area: 4/3/5/4;
3824
- position: relative;
3825
- }
3826
- .hero__card-align__center .hero--caption {
3827
- grid-area: 5/1/6/3;
3828
- }
3829
- .hero__card-align__bottom .hero--caption {
3830
- grid-area: 4/1/5/2;
3831
- }
3832
- .hero__card-align__center .hero--caption--wrapper, .hero__card-align__bottom .hero--caption--wrapper {
3833
- position: absolute;
3834
- left: 0;
3835
- bottom: 0;
3836
- }
3837
- .hero__card-align__bottom.hero__card-justify__start .hero--caption {
3838
- grid-area: 1/1/3/3;
3839
- }
3840
- .hero__card-align__bottom.hero__card-justify__offset .hero--caption {
3841
- grid-area: 1/2/3/3;
3842
- }
3843
- .hero__card-align__bottom.hero__card-justify__start .hero--caption .hero--caption--wrapper, .hero__card-align__bottom.hero__card-justify__offset .hero--caption .hero--caption--wrapper {
3844
- background: rgb(45, 45, 45);
3845
- height: 27px;
3846
- width: 30px;
3847
- display: flex;
3848
- justify-content: center;
3849
- align-items: center;
3850
- position: relative;
3851
- position: absolute;
3852
- left: 0;
3853
- right: initial;
3854
- bottom: 0;
3855
- }
3856
- .hero__card-align__bottom.hero__card-justify__start .hero--caption .hero--caption--wrapper::after, .hero__card-align__bottom.hero__card-justify__offset .hero--caption .hero--caption--wrapper::after {
3857
- content: "";
3858
- position: absolute;
3859
- top: 0;
3860
- width: 0;
3861
- height: 0;
3862
- border-top: 27px solid transparent;
3863
- left: 100%;
3864
- border-right: none;
3865
- border-left: calc(27px - 4px) solid rgb(45, 45, 45);
3866
- }
3867
- .hero--caption--wrapper {
3868
- left: 2px;
3869
- }
3706
+ .hero__poster-size__small {
3707
+ --image-gap: 112px;
3708
+ }
3709
+ .hero__poster-size__medium {
3710
+ --image-gap: 176px;
3711
+ }
3712
+ .hero__poster-size__large {
3713
+ --image-gap: 240px;
3714
+ }
3715
+ .hero__poster-size__xlarge {
3716
+ --image-gap: 527px;
3717
+ }
3718
+ .hero__card-size__small {
3719
+ --card-width: 625px;
3720
+ }
3721
+ .hero__card-size__medium {
3722
+ --card-width: 721px;
3723
+ }
3724
+ .hero__card-size__large {
3725
+ --card-width: 856px;
3726
+ }
3727
+ .hero__card-size__xlarge {
3728
+ --card-width: 920px;
3729
+ }
3730
+ .hero__card-size__xxlarge {
3731
+ --card-width: 998px;
3732
+ }
3733
+ .hero__card-justify__start, .hero__card-justify__offset {
3734
+ --card-padding-start: max(16px, min(
3735
+ var(--base-offset) + var(--added-offset),
3736
+ 71px
3737
+ ));
3738
+ --col-1-lg: calc(
3739
+ var(--base-offset) - 71px + var(--added-offset)
3740
+ );
3741
+ }
3742
+ .hero__card-justify__offset {
3743
+ --added-offset: 109px;
3744
+ }
3745
+ .hero__card-justify__center {
3746
+ --col-1-lg: calc((100% - var(--card-width)) / 2);
3747
+ --col-4-lg: calc(
3748
+ ((100% - var(--card-width)) / 2) - 30px
3749
+ );
3750
+ }
3751
+ .hero__card-align__center {
3752
+ --row-4-lg: calc(72px - 27px);
3753
+ --row-5-lg: 27px;
3754
+ }
3755
+ .hero__card-align__bottom {
3756
+ --row-3-lg: 0;
3757
+ --row-4-lg: var(--corner-cut-height);
3758
+ --row-5-lg: auto;
3759
+ }
3760
+ .hero__card-background__transparent .hero--card-offset {
3761
+ background-color: transparent !important;
3762
+ }
3763
+ .hero__card-theme__dark .hero--card-offset {
3764
+ background-color: rgb(35, 0, 80);
3765
+ position: relative;
3766
+ box-shadow: 0.3px 0 0 0 rgb(35, 0, 80);
3767
+ }
3768
+ .hero__card-theme__dark[class*=semi-transparent] .hero--card-offset {
3769
+ background: rgba(35, 0, 80, 0.6);
3770
+ box-shadow: 0.3px 0 0 0 rgba(35, 0, 80, 0.6);
3771
+ }
3772
+ .hero__card-theme__light .hero--card-offset {
3773
+ background: rgb(255, 255, 255);
3774
+ box-shadow: 0.3px 0 0 0 rgb(255, 255, 255);
3775
+ }
3776
+ .hero__card-theme__light[class*=semi-transparent] .hero--card-offset {
3777
+ background: rgba(255, 255, 255, 0.6);
3778
+ box-shadow: 0.3px 0 0 0 rgba(255, 255, 255, 0.6);
3779
+ }
3780
+ .hero--breadcrumbs {
3781
+ grid-area: 1/1/2/5;
3782
+ z-index: 1;
3783
+ display: flex;
3784
+ flex-flow: row nowrap;
3785
+ }
3786
+ .hero--breadcrumbs--wrapper {
3787
+ width: 100%;
3788
+ }
3789
+ .hero--background {
3790
+ grid-area: 1/1/5/5;
3791
+ }
3792
+ .hero__card-align__center .hero--background {
3793
+ grid-area: 1/1/6/5;
3794
+ }
3795
+ .hero__card-align__bottom .hero--background {
3796
+ grid-area: 1/1/5/5;
3797
+ }
3798
+ .hero--card-offset {
3799
+ grid-area: 3/1/6/2;
3800
+ z-index: 0;
3801
+ position: relative;
3802
+ }
3803
+ .hero__card-justify__offset .hero--card-offset, .hero__card-justify__center .hero--card-offset {
3804
+ background: transparent !important;
3805
+ }
3806
+ .hero__card-align__center .hero--card-offset {
3807
+ grid-area: 3/1/4/2;
3808
+ }
3809
+ .hero__card-align__bottom .hero--card-offset {
3810
+ grid-area: 4/1/6/2;
3811
+ }
3812
+ .hero--card {
3813
+ grid-area: 3/2/6/3;
3814
+ }
3815
+ .hero__card-align__center .hero--card {
3816
+ grid-area: 3/2/4/3;
3817
+ }
3818
+ .hero__card-align__bottom .hero--card {
3819
+ grid-area: 4/2/6/3;
3820
+ }
3821
+ .hero--caption {
3822
+ grid-area: 4/3/5/4;
3823
+ position: relative;
3824
+ }
3825
+ .hero__card-align__center .hero--caption {
3826
+ grid-area: 5/1/6/3;
3827
+ }
3828
+ .hero__card-align__bottom .hero--caption {
3829
+ grid-area: 4/1/5/2;
3830
+ }
3831
+ .hero__card-align__center .hero--caption--wrapper, .hero__card-align__bottom .hero--caption--wrapper {
3832
+ position: absolute;
3833
+ left: 0;
3834
+ bottom: 0;
3835
+ }
3836
+ .hero__card-align__bottom.hero__card-justify__start .hero--caption {
3837
+ grid-area: 1/1/3/3;
3838
+ }
3839
+ .hero__card-align__bottom.hero__card-justify__offset .hero--caption {
3840
+ grid-area: 1/2/3/3;
3841
+ }
3842
+ .hero__card-align__bottom.hero__card-justify__start .hero--caption .hero--caption--wrapper, .hero__card-align__bottom.hero__card-justify__offset .hero--caption .hero--caption--wrapper {
3843
+ background: rgb(45, 45, 45);
3844
+ height: 27px;
3845
+ width: 30px;
3846
+ display: flex;
3847
+ justify-content: center;
3848
+ align-items: center;
3849
+ position: absolute;
3850
+ left: 0;
3851
+ right: initial;
3852
+ bottom: 0;
3853
+ }
3854
+ .hero__card-align__bottom.hero__card-justify__start .hero--caption .hero--caption--wrapper::after, .hero__card-align__bottom.hero__card-justify__offset .hero--caption .hero--caption--wrapper::after {
3855
+ content: "";
3856
+ position: absolute;
3857
+ top: 0;
3858
+ width: 0;
3859
+ height: 0;
3860
+ border-top: 27px solid transparent;
3861
+ left: 100%;
3862
+ border-right: none;
3863
+ border-left: calc(27px - 4px) solid rgb(45, 45, 45);
3864
+ }
3865
+ .hero--caption--wrapper {
3866
+ left: 2px;
3870
3867
  }
3871
3868
  [dir=rtl] .hero--caption--wrapper {
3872
3869
  background: rgb(45, 45, 45);
@@ -3875,7 +3872,6 @@ body {
3875
3872
  display: flex;
3876
3873
  justify-content: center;
3877
3874
  align-items: center;
3878
- position: relative;
3879
3875
  right: 0;
3880
3876
  position: absolute;
3881
3877
  }
@@ -3891,37 +3887,34 @@ body {
3891
3887
  border-left: none;
3892
3888
  border-right: calc(27px - 4px) solid rgb(45, 45, 45);
3893
3889
  }
3894
- @media screen and (min-width: 1024px) {
3895
- [dir=rtl] .hero__card-align__bottom.hero__card-justify__start .hero--caption--wrapper, [dir=rtl] .hero__card-align__bottom.hero__card-justify__offset .hero--caption--wrapper {
3896
- background: rgb(45, 45, 45);
3897
- height: 27px;
3898
- width: 30px;
3899
- display: flex;
3900
- justify-content: center;
3901
- align-items: center;
3902
- position: relative;
3903
- position: absolute;
3904
- left: initial;
3905
- right: 0;
3906
- bottom: 0;
3907
- }
3908
- [dir=rtl] .hero__card-align__bottom.hero__card-justify__start .hero--caption--wrapper::after, [dir=rtl] .hero__card-align__bottom.hero__card-justify__offset .hero--caption--wrapper::after {
3909
- content: "";
3910
- position: absolute;
3911
- top: 0;
3912
- width: 0;
3913
- height: 0;
3914
- border-top: 27px solid transparent;
3915
- left: auto;
3916
- right: 100%;
3917
- border-left: none;
3918
- border-right: calc(27px - 4px) solid rgb(45, 45, 45);
3919
- }
3890
+ [dir=rtl] .hero__card-align__bottom.hero__card-justify__start .hero--caption--wrapper, [dir=rtl] .hero__card-align__bottom.hero__card-justify__offset .hero--caption--wrapper {
3891
+ background: rgb(45, 45, 45);
3892
+ height: 27px;
3893
+ width: 30px;
3894
+ display: flex;
3895
+ justify-content: center;
3896
+ align-items: center;
3897
+ position: absolute;
3898
+ left: initial;
3899
+ right: 0;
3900
+ bottom: 0;
3901
+ }
3902
+ [dir=rtl] .hero__card-align__bottom.hero__card-justify__start .hero--caption--wrapper::after, [dir=rtl] .hero__card-align__bottom.hero__card-justify__offset .hero--caption--wrapper::after {
3903
+ content: "";
3904
+ position: absolute;
3905
+ top: 0;
3906
+ width: 0;
3907
+ height: 0;
3908
+ border-top: 27px solid transparent;
3909
+ left: auto;
3910
+ right: 100%;
3911
+ border-left: none;
3912
+ border-right: calc(27px - 4px) solid rgb(45, 45, 45);
3920
3913
  }
3921
3914
 
3922
3915
  /**
3923
3916
  * Do not edit directly
3924
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3917
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3925
3918
  */
3926
3919
  /**
3927
3920
  * TOKENS:
@@ -4054,7 +4047,7 @@ body {
4054
4047
 
4055
4048
  /**
4056
4049
  * Do not edit directly
4057
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4050
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4058
4051
  */
4059
4052
  /**
4060
4053
  * TOKENS:
@@ -4110,7 +4103,7 @@ body {
4110
4103
 
4111
4104
  /**
4112
4105
  * Do not edit directly
4113
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4106
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4114
4107
  */
4115
4108
  /**
4116
4109
  * TOKENS:
@@ -4242,7 +4235,7 @@ body {
4242
4235
 
4243
4236
  /**
4244
4237
  * Do not edit directly
4245
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4238
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4246
4239
  */
4247
4240
  /**
4248
4241
  * TOKENS:
@@ -4252,7 +4245,7 @@ body {
4252
4245
  */
4253
4246
  /**
4254
4247
  * Do not edit directly
4255
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4248
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4256
4249
  */
4257
4250
  /**
4258
4251
  * TOKENS:
@@ -4277,7 +4270,7 @@ body {
4277
4270
  }
4278
4271
  /**
4279
4272
  * Do not edit directly
4280
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4273
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4281
4274
  */
4282
4275
  /**
4283
4276
  * TOKENS:
@@ -4440,7 +4433,7 @@ body {
4440
4433
 
4441
4434
  /**
4442
4435
  * Do not edit directly
4443
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4436
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4444
4437
  */
4445
4438
  /**
4446
4439
  * TOKENS:
@@ -4478,9 +4471,7 @@ body {
4478
4471
  padding-left: 0;
4479
4472
  }
4480
4473
  .ilo--list--horizontal {
4481
- align-items: center;
4482
4474
  display: flex;
4483
- flex-wrap: wrap;
4484
4475
  list-style: none;
4485
4476
  }
4486
4477
  .ilo--list--horizontal li::before {
@@ -4535,7 +4526,7 @@ body {
4535
4526
 
4536
4527
  /**
4537
4528
  * Do not edit directly
4538
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4529
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4539
4530
  */
4540
4531
  /**
4541
4532
  * TOKENS:
@@ -4545,7 +4536,7 @@ body {
4545
4536
  */
4546
4537
  /**
4547
4538
  * Do not edit directly
4548
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4539
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4549
4540
  */
4550
4541
  /**
4551
4542
  * TOKENS:
@@ -4555,7 +4546,7 @@ body {
4555
4546
  */
4556
4547
  /**
4557
4548
  * Do not edit directly
4558
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4549
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4559
4550
  */
4560
4551
  /**
4561
4552
  * TOKENS:
@@ -4726,7 +4717,7 @@ body {
4726
4717
 
4727
4718
  /**
4728
4719
  * Do not edit directly
4729
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4720
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4730
4721
  */
4731
4722
  /**
4732
4723
  * TOKENS:
@@ -4773,7 +4764,7 @@ body {
4773
4764
 
4774
4765
  /**
4775
4766
  * Do not edit directly
4776
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4767
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4777
4768
  */
4778
4769
  /**
4779
4770
  * TOKENS:
@@ -4783,7 +4774,7 @@ body {
4783
4774
  */
4784
4775
  /**
4785
4776
  * Do not edit directly
4786
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4777
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4787
4778
  */
4788
4779
  /**
4789
4780
  * TOKENS:
@@ -4793,7 +4784,7 @@ body {
4793
4784
  */
4794
4785
  /**
4795
4786
  * Do not edit directly
4796
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4787
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4797
4788
  */
4798
4789
  /**
4799
4790
  * TOKENS:
@@ -4890,7 +4881,7 @@ body {
4890
4881
 
4891
4882
  /**
4892
4883
  * Do not edit directly
4893
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4884
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4894
4885
  */
4895
4886
  /**
4896
4887
  * TOKENS:
@@ -4976,18 +4967,21 @@ body {
4976
4967
  }
4977
4968
  .ilo--header--logo {
4978
4969
  display: block;
4979
- width: 100%;
4970
+ height: 3.0010718114rem;
4971
+ }
4972
+ @media screen and (min-width: 1024px) {
4973
+ .ilo--header--logo {
4974
+ height: 3.8585209003rem;
4975
+ }
4980
4976
  }
4981
4977
  .ilo--header--logo-link {
4982
4978
  display: block;
4983
- padding: 16px 0;
4984
- max-width: 150px;
4985
- width: 100%;
4979
+ padding: 0.857449089rem 0;
4980
+ width: auto;
4986
4981
  }
4987
4982
  @media screen and (min-width: 1024px) {
4988
4983
  .ilo--header--logo-link {
4989
- padding: 0 0 24px;
4990
- max-width: 200px;
4984
+ padding: 0 0 1.2861736334rem;
4991
4985
  }
4992
4986
  }
4993
4987
  .ilo--header--logo-bar {
@@ -5608,7 +5602,7 @@ body {
5608
5602
  cursor: pointer;
5609
5603
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5610
5604
  font-weight: 500;
5611
- padding: 0.857449089rem 0.857449089rem 0.857449089rem 1.7148981779rem;
5605
+ padding: 1.0718113612rem 0.857449089rem 0.857449089rem 1.7148981779rem;
5612
5606
  position: relative;
5613
5607
  transition: all 150ms ease-out;
5614
5608
  }
@@ -5627,7 +5621,7 @@ body {
5627
5621
  width: 24px;
5628
5622
  }
5629
5623
  [dir=rtl] .ilo--mobile--subnav--back {
5630
- padding: 16px 32px 16px 16px;
5624
+ padding: 1.0718113612rem 1.7148981779rem 0.857449089rem 0.857449089rem;
5631
5625
  }
5632
5626
  [dir=rtl] .ilo--mobile--subnav--back::before {
5633
5627
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
@@ -5771,7 +5765,7 @@ body {
5771
5765
 
5772
5766
  /**
5773
5767
  * Do not edit directly
5774
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5768
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5775
5769
  */
5776
5770
  /**
5777
5771
  * TOKENS:
@@ -5781,7 +5775,7 @@ body {
5781
5775
  */
5782
5776
  /**
5783
5777
  * Do not edit directly
5784
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5778
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5785
5779
  */
5786
5780
  /**
5787
5781
  * TOKENS:
@@ -5791,7 +5785,7 @@ body {
5791
5785
  */
5792
5786
  /**
5793
5787
  * Do not edit directly
5794
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5788
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5795
5789
  */
5796
5790
  /**
5797
5791
  * TOKENS:
@@ -5974,7 +5968,7 @@ body {
5974
5968
 
5975
5969
  /**
5976
5970
  * Do not edit directly
5977
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5971
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5978
5972
  */
5979
5973
  /**
5980
5974
  * TOKENS:
@@ -6081,9 +6075,6 @@ body {
6081
6075
  .ilo--pagination--next-page.ilo--pagination--disable:hover::before {
6082
6076
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M9.77914 8L1.77915 16L0.220704 14.5455L6.76616 8L0.220703 1.45455L1.77914 0L9.77914 8Z'/%3e%3c/svg%3e");
6083
6077
  }
6084
- .ilo--pagination--last-page {
6085
- margin: 0 0 0 0.4287245445rem;
6086
- }
6087
6078
  .ilo--pagination--last-page::before {
6088
6079
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M17.2791 8L9.27914 16L7.7207 14.5455L14.2662 8L7.7207 1.45455L9.27914 0L17.2791 8Z'/%3e%3cpath fill='rgb(35, 0, 80)' d='M10.2791 8L2.27914 16L0.720703 14.5455L7.26616 8L0.720703 1.45455L2.27914 0L10.2791 8Z'/%3e%3c/svg%3e");
6089
6080
  }
@@ -6103,6 +6094,7 @@ body {
6103
6094
  font-size: 14.93px;
6104
6095
  letter-spacing: -0.02em;
6105
6096
  line-height: 20.16px;
6097
+ margin-inline-end: 0.4287245445rem;
6106
6098
  font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6107
6099
  font-weight: 400;
6108
6100
  line-height: 45px;
@@ -6115,7 +6107,7 @@ body {
6115
6107
 
6116
6108
  /**
6117
6109
  * Do not edit directly
6118
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6110
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6119
6111
  */
6120
6112
  /**
6121
6113
  * TOKENS:
@@ -6125,7 +6117,7 @@ body {
6125
6117
  */
6126
6118
  /**
6127
6119
  * Do not edit directly
6128
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6120
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6129
6121
  */
6130
6122
  /**
6131
6123
  * TOKENS:
@@ -6150,7 +6142,7 @@ body {
6150
6142
  }
6151
6143
  /**
6152
6144
  * Do not edit directly
6153
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6145
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6154
6146
  */
6155
6147
  /**
6156
6148
  * TOKENS:
@@ -6300,7 +6292,7 @@ body {
6300
6292
 
6301
6293
  /**
6302
6294
  * Do not edit directly
6303
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6295
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6304
6296
  */
6305
6297
  /**
6306
6298
  * TOKENS:
@@ -6369,7 +6361,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6369
6361
 
6370
6362
  /**
6371
6363
  * Do not edit directly
6372
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6364
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6373
6365
  */
6374
6366
  /**
6375
6367
  * TOKENS:
@@ -6379,7 +6371,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6379
6371
  */
6380
6372
  /**
6381
6373
  * Do not edit directly
6382
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6374
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6383
6375
  */
6384
6376
  /**
6385
6377
  * TOKENS:
@@ -6404,7 +6396,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6404
6396
  }
6405
6397
  /**
6406
6398
  * Do not edit directly
6407
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6399
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6408
6400
  */
6409
6401
  /**
6410
6402
  * TOKENS:
@@ -6460,7 +6452,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6460
6452
 
6461
6453
  /**
6462
6454
  * Do not edit directly
6463
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6455
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6464
6456
  */
6465
6457
  /**
6466
6458
  * TOKENS:
@@ -6471,9 +6463,9 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6471
6463
  .ilo--richtext {
6472
6464
  font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6473
6465
  font-weight: 400;
6474
- font-size: 16px;
6466
+ font-size: 18.66px;
6475
6467
  letter-spacing: normal;
6476
- line-height: 23.36px;
6468
+ line-height: 27.24px;
6477
6469
  }
6478
6470
  .ilo--richtext a {
6479
6471
  background: rgba(0, 0, 0, 0);
@@ -6609,47 +6601,40 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6609
6601
  .ilo--richtext h2,
6610
6602
  .ilo--richtext h3,
6611
6603
  .ilo--richtext h4,
6612
- .ilo--richtext h5,
6613
- .ilo--richtext h6 {
6604
+ .ilo--richtext h5 {
6614
6605
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6615
6606
  font-weight: 700;
6616
6607
  margin-top: 3.0010718114rem;
6617
6608
  }
6618
6609
  .ilo--richtext h1 {
6619
6610
  margin-bottom: 0.6830690456rem;
6620
- font-size: 45.56px;
6611
+ font-size: 44px;
6621
6612
  letter-spacing: -0.035em;
6622
- line-height: 52.39px;
6613
+ line-height: 50.6px;
6623
6614
  }
6624
6615
  .ilo--richtext h2 {
6625
6616
  margin-bottom: 0.8565309039rem;
6626
- font-size: 36.45px;
6617
+ font-size: 36px;
6627
6618
  letter-spacing: -0.035em;
6628
- line-height: 43.74px;
6619
+ line-height: 43.2px;
6629
6620
  }
6630
6621
  .ilo--richtext h3 {
6631
6622
  margin-bottom: 0.5741425509rem;
6632
- font-size: 29.16px;
6623
+ font-size: 28px;
6633
6624
  letter-spacing: -0.035em;
6634
- line-height: 36.45px;
6625
+ line-height: 35px;
6635
6626
  }
6636
6627
  .ilo--richtext h4 {
6637
6628
  margin-bottom: 0.7188906752rem;
6638
- font-size: 23.32px;
6629
+ font-size: 24px;
6639
6630
  letter-spacing: -0.035em;
6640
- line-height: 29.15px;
6631
+ line-height: 30px;
6641
6632
  }
6642
6633
  .ilo--richtext h5 {
6643
6634
  margin-bottom: 0.8175044291rem;
6644
- font-size: 18.66px;
6645
- letter-spacing: -0.035em;
6646
- line-height: 24.26px;
6647
- }
6648
- .ilo--richtext h6 {
6649
- margin-bottom: 0.8175044291rem;
6650
- font-size: 18.66px;
6651
- letter-spacing: -0.035em;
6652
- line-height: 24.26px;
6635
+ font-size: 18px;
6636
+ letter-spacing: -0.02em;
6637
+ line-height: 23.4px;
6653
6638
  }
6654
6639
  .ilo--richtext ul,
6655
6640
  .ilo--richtext ol {
@@ -6685,7 +6670,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6685
6670
  margin: 1.2861736334rem 0 2.1436227224rem 0;
6686
6671
  padding: 4.0728831726rem 0 1.9292604502rem 1.7148981779rem;
6687
6672
  position: relative;
6688
- width: 100%;
6673
+ width: fit-content;
6689
6674
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 40'%3e%3cpath fill='rgb(255, 255, 255)' d='M0.7%2c0L73%2c40V0H0.7z'/%3e%3c/svg%3e");
6690
6675
  }
6691
6676
  .ilo--richtext blockquote p {
@@ -6738,45 +6723,38 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6738
6723
  .ilo--richtext h2,
6739
6724
  .ilo--richtext h3,
6740
6725
  .ilo--richtext h4,
6741
- .ilo--richtext h5,
6742
- .ilo--richtext h6 {
6726
+ .ilo--richtext h5 {
6743
6727
  margin-top: 3.4297963558rem;
6744
6728
  }
6745
6729
  .ilo--richtext h1 {
6746
6730
  margin-bottom: 0.8520418857rem;
6747
- font-size: 56.95px;
6731
+ font-size: 36px;
6748
6732
  letter-spacing: -0.035em;
6749
- line-height: 65.49px;
6733
+ line-height: 43.2px;
6750
6734
  }
6751
6735
  .ilo--richtext h2 {
6752
6736
  margin-bottom: 1.1117935901rem;
6753
- font-size: 45.56px;
6737
+ font-size: 28px;
6754
6738
  letter-spacing: -0.035em;
6755
- line-height: 52.39px;
6739
+ line-height: 35px;
6756
6740
  }
6757
6741
  .ilo--richtext h3 {
6758
6742
  margin-bottom: 0.8565309039rem;
6759
- font-size: 36.45px;
6743
+ font-size: 24px;
6760
6744
  letter-spacing: -0.035em;
6761
- line-height: 43.74px;
6745
+ line-height: 30px;
6762
6746
  }
6763
6747
  .ilo--richtext h4 {
6764
6748
  margin-bottom: 1.0028670954rem;
6765
- font-size: 29.16px;
6766
- letter-spacing: -0.035em;
6767
- line-height: 36.45px;
6749
+ font-size: 18px;
6750
+ letter-spacing: -0.02em;
6751
+ line-height: 23.4px;
6768
6752
  }
6769
6753
  .ilo--richtext h5 {
6770
6754
  margin-bottom: 1.1476152197rem;
6771
- font-size: 23.32px;
6772
- letter-spacing: -0.035em;
6773
- line-height: 29.15px;
6774
- }
6775
- .ilo--richtext h6 {
6776
- margin-bottom: 1.1476152197rem;
6777
- font-size: 23.32px;
6778
- letter-spacing: -0.035em;
6779
- line-height: 29.15px;
6755
+ font-size: 16px;
6756
+ letter-spacing: -0.02em;
6757
+ line-height: 21.6px;
6780
6758
  }
6781
6759
  .ilo--richtext p {
6782
6760
  margin-bottom: 0.9381095829rem;
@@ -6871,7 +6849,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6871
6849
 
6872
6850
  /**
6873
6851
  * Do not edit directly
6874
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6852
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6875
6853
  */
6876
6854
  /**
6877
6855
  * TOKENS:
@@ -6883,8 +6861,12 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6883
6861
  display: flex;
6884
6862
  }
6885
6863
  .ilo--searchfield .ilo--fieldset {
6864
+ position: relative;
6886
6865
  width: 100%;
6887
6866
  }
6867
+ .ilo--searchfield .ilo--input {
6868
+ padding-inline-end: 3.0010718114rem;
6869
+ }
6888
6870
  .ilo--searchfield--button {
6889
6871
  background-color: rgb(237, 240, 242);
6890
6872
  background-position: center center;
@@ -6915,14 +6897,33 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6915
6897
  opacity: 0.45;
6916
6898
  pointer-events: none;
6917
6899
  }
6900
+ .ilo--searchfield--clear-button {
6901
+ display: none;
6902
+ align-items: center;
6903
+ cursor: pointer;
6904
+ }
6905
+ .ilo--searchfield--clear-button.show {
6906
+ display: inline;
6907
+ position: absolute;
6908
+ top: 12px;
6909
+ right: 2%;
6910
+ }
6911
+ .ilo--searchfield [type=search]::-webkit-search-cancel-button {
6912
+ -webkit-appearance: none;
6913
+ -moz-appearance: none;
6914
+ appearance: none;
6915
+ }
6918
6916
  [dir=rtl] .ilo--searchfield .ilo--searchfield--button {
6919
6917
  border-left: 0.1071811361rem solid rgb(184, 196, 204);
6920
- border-right: 0 solid rgb(184, 196, 204);
6918
+ border-right: 0;
6919
+ }
6920
+ [dir=rtl] .ilo--searchfield .ilo--searchfield--clear-button.show {
6921
+ right: 95%;
6921
6922
  }
6922
6923
 
6923
6924
  /**
6924
6925
  * Do not edit directly
6925
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6926
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6926
6927
  */
6927
6928
  /**
6928
6929
  * TOKENS:
@@ -7078,7 +7079,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7078
7079
 
7079
7080
  /**
7080
7081
  * Do not edit directly
7081
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7082
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7082
7083
  */
7083
7084
  /**
7084
7085
  * TOKENS:
@@ -7409,7 +7410,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7409
7410
 
7410
7411
  /**
7411
7412
  * Do not edit directly
7412
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7413
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7413
7414
  */
7414
7415
  /**
7415
7416
  * TOKENS:
@@ -7590,7 +7591,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7590
7591
 
7591
7592
  /**
7592
7593
  * Do not edit directly
7593
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7594
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7594
7595
  */
7595
7596
  /**
7596
7597
  * TOKENS:
@@ -7645,7 +7646,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7645
7646
 
7646
7647
  /**
7647
7648
  * Do not edit directly
7648
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7649
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7649
7650
  */
7650
7651
  /**
7651
7652
  * TOKENS:
@@ -7771,6 +7772,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7771
7772
  font-size: 14.93px;
7772
7773
  letter-spacing: -0.02em;
7773
7774
  line-height: 20.16px;
7775
+ padding: 0.3483386924rem 0.5627009646rem;
7774
7776
  cursor: pointer;
7775
7777
  display: none;
7776
7778
  opacity: 0;
@@ -7820,7 +7822,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7820
7822
 
7821
7823
  /**
7822
7824
  * Do not edit directly
7823
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7825
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7824
7826
  */
7825
7827
  /**
7826
7828
  * TOKENS:
@@ -7872,7 +7874,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7872
7874
 
7873
7875
  /**
7874
7876
  * Do not edit directly
7875
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7877
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7876
7878
  */
7877
7879
  /**
7878
7880
  * TOKENS:
@@ -7882,7 +7884,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7882
7884
  */
7883
7885
  /**
7884
7886
  * Do not edit directly
7885
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7887
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7886
7888
  */
7887
7889
  /**
7888
7890
  * TOKENS:
@@ -7984,7 +7986,7 @@ input:checked + .ilo--input--toggle--slider:before {
7984
7986
 
7985
7987
  /**
7986
7988
  * Do not edit directly
7987
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7989
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7988
7990
  */
7989
7991
  /**
7990
7992
  * TOKENS:
@@ -8086,7 +8088,7 @@ input:checked + .ilo--input--toggle--slider:before {
8086
8088
 
8087
8089
  /**
8088
8090
  * Do not edit directly
8089
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
8091
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
8090
8092
  */
8091
8093
  /**
8092
8094
  * TOKENS:
@@ -8094,19 +8096,19 @@ input:checked + .ilo--input--toggle--slider:before {
8094
8096
  /**
8095
8097
  * MAPS:
8096
8098
  */
8097
- .ilo--video {
8099
+ .ilo--legacyvideo {
8098
8100
  position: relative;
8099
8101
  width: 100%;
8100
8102
  }
8101
- .ilo--video--wrapper {
8103
+ .ilo--legacyvideo--wrapper {
8102
8104
  line-height: 0;
8103
8105
  position: relative;
8104
8106
  width: 100%;
8105
8107
  }
8106
- .ilo--video--img {
8108
+ .ilo--legacyvideo--img {
8107
8109
  line-height: 0;
8108
8110
  }
8109
- .ilo--video--caption {
8111
+ .ilo--legacyvideo--caption {
8110
8112
  border-left: 0.1607717042rem solid rgb(184, 196, 204);
8111
8113
  color: rgb(109, 109, 109);
8112
8114
  font-weight: 400;
@@ -8116,42 +8118,42 @@ input:checked + .ilo--input--toggle--slider:before {
8116
8118
  letter-spacing: -0.02em;
8117
8119
  line-height: 20.16px;
8118
8120
  }
8119
- .ilo--video:focus,
8120
- .ilo--video .vjs-tech:focus {
8121
+ .ilo--legacyvideo:focus,
8122
+ .ilo--legacyvideo .vjs-tech:focus {
8121
8123
  outline: none;
8122
8124
  }
8123
- .ilo--video--element,
8124
- .ilo--video .vjs-tech {
8125
+ .ilo--legacyvideo--element,
8126
+ .ilo--legacyvideo .vjs-tech {
8125
8127
  height: auto;
8126
8128
  object-fit: cover;
8127
8129
  width: 100%;
8128
8130
  }
8129
- .ilo--video--element:focus,
8130
- .ilo--video .vjs-tech:focus {
8131
+ .ilo--legacyvideo--element:focus,
8132
+ .ilo--legacyvideo .vjs-tech:focus {
8131
8133
  outline: none;
8132
8134
  }
8133
- .ilo--video--player {
8135
+ .ilo--legacyvideo--player {
8134
8136
  position: relative;
8135
8137
  }
8136
- .ilo--video--player:focus {
8138
+ .ilo--legacyvideo--player:focus {
8137
8139
  outline: none;
8138
8140
  }
8139
- .ilo--video--player.youtube {
8141
+ .ilo--legacyvideo--player.youtube {
8140
8142
  height: auto;
8141
8143
  max-width: 100%;
8142
8144
  overflow: hidden;
8143
8145
  padding-bottom: 56.25%;
8144
8146
  position: relative;
8145
8147
  }
8146
- .ilo--video--player iframe {
8148
+ .ilo--legacyvideo--player iframe {
8147
8149
  height: 100%;
8148
8150
  left: 0;
8149
8151
  position: absolute;
8150
8152
  top: 0;
8151
8153
  width: 100%;
8152
8154
  }
8153
- .ilo--video--poster,
8154
- .ilo--video .vjs-poster {
8155
+ .ilo--legacyvideo--poster,
8156
+ .ilo--legacyvideo .vjs-poster {
8155
8157
  display: none;
8156
8158
  object-fit: cover;
8157
8159
  height: 100%;
@@ -8163,13 +8165,13 @@ input:checked + .ilo--input--toggle--slider:before {
8163
8165
  top: 0;
8164
8166
  width: 100%;
8165
8167
  }
8166
- .ilo--video--poster.show,
8167
- .ilo--video .vjs-poster.show {
8168
+ .ilo--legacyvideo--poster.show,
8169
+ .ilo--legacyvideo .vjs-poster.show {
8168
8170
  display: block;
8169
8171
  }
8170
- .ilo--video--poster img, .ilo--video--poster source,
8171
- .ilo--video .vjs-poster img,
8172
- .ilo--video .vjs-poster source {
8172
+ .ilo--legacyvideo--poster img, .ilo--legacyvideo--poster source,
8173
+ .ilo--legacyvideo .vjs-poster img,
8174
+ .ilo--legacyvideo .vjs-poster source {
8173
8175
  height: auto;
8174
8176
  left: 50%;
8175
8177
  position: absolute;
@@ -8177,8 +8179,8 @@ input:checked + .ilo--input--toggle--slider:before {
8177
8179
  transform: translate(-50%, -50%);
8178
8180
  width: 100%;
8179
8181
  }
8180
- .ilo--video--controls,
8181
- .ilo--video .vjs-control-bar {
8182
+ .ilo--legacyvideo--controls,
8183
+ .ilo--legacyvideo .vjs-control-bar {
8182
8184
  bottom: 0;
8183
8185
  color: rgb(255, 255, 255);
8184
8186
  display: flex;
@@ -8190,26 +8192,26 @@ input:checked + .ilo--input--toggle--slider:before {
8190
8192
  transition: opacity 150ms ease-out;
8191
8193
  width: 100%;
8192
8194
  }
8193
- .ilo--video--controls.notplayed,
8194
- .ilo--video .vjs-control-bar.notplayed {
8195
+ .ilo--legacyvideo--controls.notplayed,
8196
+ .ilo--legacyvideo .vjs-control-bar.notplayed {
8195
8197
  bottom: auto;
8196
8198
  opacity: 1;
8197
8199
  top: 0;
8198
8200
  }
8199
8201
  @media screen and (min-width: 1024px) {
8200
- .ilo--video--controls.notplayed,
8201
- .ilo--video .vjs-control-bar.notplayed {
8202
+ .ilo--legacyvideo--controls.notplayed,
8203
+ .ilo--legacyvideo .vjs-control-bar.notplayed {
8202
8204
  flex-direction: column;
8203
8205
  height: 122px;
8204
8206
  width: 0.2143622722rem;
8205
8207
  }
8206
8208
  }
8207
- [dir=rtl] .ilo--video--controls,
8208
- [dir=rtl] .ilo--video .vjs-control-bar {
8209
+ [dir=rtl] .ilo--legacyvideo--controls,
8210
+ [dir=rtl] .ilo--legacyvideo .vjs-control-bar {
8209
8211
  justify-content: flex-end;
8210
8212
  }
8211
- .ilo--video--controls button span,
8212
- .ilo--video .vjs-control-bar button span {
8213
+ .ilo--legacyvideo--controls button span,
8214
+ .ilo--legacyvideo .vjs-control-bar button span {
8213
8215
  width: 1px;
8214
8216
  height: 1px;
8215
8217
  margin: -1px;
@@ -8219,13 +8221,13 @@ input:checked + .ilo--input--toggle--slider:before {
8219
8221
  clip: rect(0 0 0 0);
8220
8222
  overflow: hidden;
8221
8223
  }
8222
- .ilo--video--controls--play, .ilo--video--controls--pause,
8223
- .ilo--video--controls .vjs-play-control,
8224
- .ilo--video--controls .vjs-big-play-button,
8225
- .ilo--video .vjs-control-bar--play,
8226
- .ilo--video .vjs-control-bar--pause,
8227
- .ilo--video .vjs-control-bar .vjs-play-control,
8228
- .ilo--video .vjs-control-bar .vjs-big-play-button {
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 {
8229
8231
  background-color: rgb(45, 45, 45);
8230
8232
  border: none;
8231
8233
  cursor: pointer;
@@ -8236,163 +8238,163 @@ input:checked + .ilo--input--toggle--slider:before {
8236
8238
  -moz-appearance: none;
8237
8239
  }
8238
8240
  @media screen and (min-width: 1024px) {
8239
- .ilo--video--controls.notplayed .vjs-play-control,
8240
- .ilo--video--controls.notplayed .vjs-big-play-button,
8241
- .ilo--video .vjs-control-bar.notplayed .vjs-play-control,
8242
- .ilo--video .vjs-control-bar.notplayed .vjs-big-play-button {
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 {
8243
8245
  order: 1;
8244
8246
  height: 2.5723472669rem;
8245
8247
  width: 2.5723472669rem;
8246
8248
  }
8247
- .ilo--video--controls.notplayed .ilo--video--controls--play,
8248
- .ilo--video--controls.notplayed .ilo--video--controls--pause,
8249
- .ilo--video .vjs-control-bar.notplayed .ilo--video--controls--play,
8250
- .ilo--video .vjs-control-bar.notplayed .ilo--video--controls--pause {
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 {
8251
8253
  order: 1;
8252
8254
  height: 4.2872454448rem;
8253
8255
  width: 4.2872454448rem;
8254
8256
  }
8255
8257
  }
8256
- .ilo--video--controls--play,
8257
- .ilo--video--controls .vjs-play-control:not(.vjs-playing),
8258
- .ilo--video--controls .vjs-big-play-button,
8259
- .ilo--video .vjs-control-bar--play,
8260
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing),
8261
- .ilo--video .vjs-control-bar .vjs-big-play-button {
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 {
8262
8264
  background-position: center center;
8263
8265
  background-repeat: no-repeat;
8264
8266
  background-size: 2.5723472669rem 2.5723472669rem;
8265
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");
8266
8268
  }
8267
- .ilo--video--controls--play.ilo--video--controls--play--hovered, .ilo--video--controls--play:hover, .ilo--video--controls--play:focus,
8268
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered,
8269
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):hover,
8270
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):focus,
8271
- .ilo--video--controls .vjs-big-play-button.ilo--video--controls--play--hovered,
8272
- .ilo--video--controls .vjs-big-play-button:hover,
8273
- .ilo--video--controls .vjs-big-play-button:focus,
8274
- .ilo--video .vjs-control-bar--play.ilo--video--controls--play--hovered,
8275
- .ilo--video .vjs-control-bar--play:hover,
8276
- .ilo--video .vjs-control-bar--play:focus,
8277
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered,
8278
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover,
8279
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus,
8280
- .ilo--video .vjs-control-bar .vjs-big-play-button.ilo--video--controls--play--hovered,
8281
- .ilo--video .vjs-control-bar .vjs-big-play-button:hover,
8282
- .ilo--video .vjs-control-bar .vjs-big-play-button:focus {
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 {
8283
8285
  background-color: rgb(235, 245, 253);
8284
8286
  background-position: center center;
8285
8287
  background-repeat: no-repeat;
8286
8288
  background-size: 2.5723472669rem 2.5723472669rem;
8287
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");
8288
8290
  }
8289
- .ilo--video--controls--play.ilo--video--controls--play--hovered ~ .vjs-duration, .ilo--video--controls--play.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration, .ilo--video--controls--play:hover ~ .vjs-duration, .ilo--video--controls--play:hover ~ .ilo--video--controls--duration, .ilo--video--controls--play:focus ~ .vjs-duration, .ilo--video--controls--play:focus ~ .ilo--video--controls--duration,
8290
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .vjs-duration,
8291
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8292
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
8293
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):hover ~ .ilo--video--controls--duration,
8294
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
8295
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):focus ~ .ilo--video--controls--duration,
8296
- .ilo--video--controls .vjs-big-play-button.ilo--video--controls--play--hovered ~ .vjs-duration,
8297
- .ilo--video--controls .vjs-big-play-button.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8298
- .ilo--video--controls .vjs-big-play-button:hover ~ .vjs-duration,
8299
- .ilo--video--controls .vjs-big-play-button:hover ~ .ilo--video--controls--duration,
8300
- .ilo--video--controls .vjs-big-play-button:focus ~ .vjs-duration,
8301
- .ilo--video--controls .vjs-big-play-button:focus ~ .ilo--video--controls--duration,
8302
- .ilo--video .vjs-control-bar--play.ilo--video--controls--play--hovered ~ .vjs-duration,
8303
- .ilo--video .vjs-control-bar--play.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8304
- .ilo--video .vjs-control-bar--play:hover ~ .vjs-duration,
8305
- .ilo--video .vjs-control-bar--play:hover ~ .ilo--video--controls--duration,
8306
- .ilo--video .vjs-control-bar--play:focus ~ .vjs-duration,
8307
- .ilo--video .vjs-control-bar--play:focus ~ .ilo--video--controls--duration,
8308
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .vjs-duration,
8309
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8310
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
8311
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .ilo--video--controls--duration,
8312
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
8313
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .ilo--video--controls--duration,
8314
- .ilo--video .vjs-control-bar .vjs-big-play-button.ilo--video--controls--play--hovered ~ .vjs-duration,
8315
- .ilo--video .vjs-control-bar .vjs-big-play-button.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8316
- .ilo--video .vjs-control-bar .vjs-big-play-button:hover ~ .vjs-duration,
8317
- .ilo--video .vjs-control-bar .vjs-big-play-button:hover ~ .ilo--video--controls--duration,
8318
- .ilo--video .vjs-control-bar .vjs-big-play-button:focus ~ .vjs-duration,
8319
- .ilo--video .vjs-control-bar .vjs-big-play-button:focus ~ .ilo--video--controls--duration {
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 {
8320
8322
  background-color: rgb(235, 245, 253);
8321
8323
  color: rgb(30, 45, 190);
8322
8324
  }
8323
- .ilo--video--controls--play.vjs-paused, .ilo--video--controls--play.vjs-ended,
8324
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
8325
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended,
8326
- .ilo--video--controls .vjs-big-play-button.vjs-paused,
8327
- .ilo--video--controls .vjs-big-play-button.vjs-ended,
8328
- .ilo--video .vjs-control-bar--play.vjs-paused,
8329
- .ilo--video .vjs-control-bar--play.vjs-ended,
8330
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
8331
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended,
8332
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused,
8333
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended {
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 {
8334
8336
  background-position: center center;
8335
8337
  background-repeat: no-repeat;
8336
8338
  background-size: 1.2861736334rem 1.2861736334rem;
8337
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");
8338
8340
  }
8339
- .ilo--video--controls--play.vjs-paused:hover, .ilo--video--controls--play.vjs-paused:focus, .ilo--video--controls--play.vjs-ended:hover, .ilo--video--controls--play.vjs-ended:focus,
8340
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
8341
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
8342
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
8343
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
8344
- .ilo--video--controls .vjs-big-play-button.vjs-paused:hover,
8345
- .ilo--video--controls .vjs-big-play-button.vjs-paused:focus,
8346
- .ilo--video--controls .vjs-big-play-button.vjs-ended:hover,
8347
- .ilo--video--controls .vjs-big-play-button.vjs-ended:focus,
8348
- .ilo--video .vjs-control-bar--play.vjs-paused:hover,
8349
- .ilo--video .vjs-control-bar--play.vjs-paused:focus,
8350
- .ilo--video .vjs-control-bar--play.vjs-ended:hover,
8351
- .ilo--video .vjs-control-bar--play.vjs-ended:focus,
8352
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
8353
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
8354
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
8355
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
8356
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:hover,
8357
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:focus,
8358
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended:hover,
8359
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended:focus {
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 {
8360
8362
  background-color: rgb(235, 245, 253);
8361
8363
  background-position: center center;
8362
8364
  background-repeat: no-repeat;
8363
8365
  background-size: 1.2861736334rem 1.2861736334rem;
8364
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");
8365
8367
  }
8366
- .ilo--video--controls:not(.notplayed) .ilo--video--controls--play,
8367
- .ilo--video .vjs-control-bar:not(.notplayed) .ilo--video--controls--play {
8368
+ .ilo--legacyvideo--controls:not(.notplayed) .ilo--legacyvideo--controls--play,
8369
+ .ilo--legacyvideo .vjs-control-bar:not(.notplayed) .ilo--legacyvideo--controls--play {
8368
8370
  background-size: 24px 24px;
8369
8371
  }
8370
- .ilo--video--controls--pause,
8371
- .ilo--video--controls .vjs-playing,
8372
- .ilo--video .vjs-control-bar--pause,
8373
- .ilo--video .vjs-control-bar .vjs-playing {
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 {
8374
8376
  background-position: center center;
8375
8377
  background-repeat: no-repeat;
8376
8378
  background-size: 1.2861736334rem 1.2861736334rem;
8377
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");
8378
8380
  }
8379
- .ilo--video--controls--pause:hover, .ilo--video--controls--pause:focus,
8380
- .ilo--video--controls .vjs-playing:hover,
8381
- .ilo--video--controls .vjs-playing:focus,
8382
- .ilo--video .vjs-control-bar--pause:hover,
8383
- .ilo--video .vjs-control-bar--pause:focus,
8384
- .ilo--video .vjs-control-bar .vjs-playing:hover,
8385
- .ilo--video .vjs-control-bar .vjs-playing:focus {
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 {
8386
8388
  background-color: rgb(235, 245, 253);
8387
8389
  background-position: center center;
8388
8390
  background-repeat: no-repeat;
8389
8391
  background-size: 1.2861736334rem 1.2861736334rem;
8390
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");
8391
8393
  }
8392
- .ilo--video--controls--duration,
8393
- .ilo--video--controls .vjs-duration,
8394
- .ilo--video .vjs-control-bar--duration,
8395
- .ilo--video .vjs-control-bar .vjs-duration {
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 {
8396
8398
  background-color: rgb(45, 45, 45);
8397
8399
  color: rgb(237, 240, 242);
8398
8400
  display: none;
@@ -8407,66 +8409,66 @@ input:checked + .ilo--input--toggle--slider:before {
8407
8409
  letter-spacing: -0.02em;
8408
8410
  line-height: 20.16px;
8409
8411
  }
8410
- .ilo--video--controls--duration.ilo--video--controls--duration--hovered, .ilo--video--controls--duration:hover, .ilo--video--controls--duration:focus,
8411
- .ilo--video--controls .vjs-duration.ilo--video--controls--duration--hovered,
8412
- .ilo--video--controls .vjs-duration:hover,
8413
- .ilo--video--controls .vjs-duration:focus,
8414
- .ilo--video .vjs-control-bar--duration.ilo--video--controls--duration--hovered,
8415
- .ilo--video .vjs-control-bar--duration:hover,
8416
- .ilo--video .vjs-control-bar--duration:focus,
8417
- .ilo--video .vjs-control-bar .vjs-duration.ilo--video--controls--duration--hovered,
8418
- .ilo--video .vjs-control-bar .vjs-duration:hover,
8419
- .ilo--video .vjs-control-bar .vjs-duration:focus {
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 {
8420
8422
  background-color: rgb(235, 245, 253);
8421
8423
  color: rgb(30, 45, 190);
8422
8424
  }
8423
- .ilo--video--controls--duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play, .ilo--video--controls--duration:hover ~ .ilo--video--controls--play, .ilo--video--controls--duration:focus ~ .ilo--video--controls--play,
8424
- .ilo--video--controls .vjs-duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play,
8425
- .ilo--video--controls .vjs-duration:hover ~ .ilo--video--controls--play,
8426
- .ilo--video--controls .vjs-duration:focus ~ .ilo--video--controls--play,
8427
- .ilo--video .vjs-control-bar--duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play,
8428
- .ilo--video .vjs-control-bar--duration:hover ~ .ilo--video--controls--play,
8429
- .ilo--video .vjs-control-bar--duration:focus ~ .ilo--video--controls--play,
8430
- .ilo--video .vjs-control-bar .vjs-duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play,
8431
- .ilo--video .vjs-control-bar .vjs-duration:hover ~ .ilo--video--controls--play,
8432
- .ilo--video .vjs-control-bar .vjs-duration:focus ~ .ilo--video--controls--play {
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 {
8433
8435
  background-color: rgb(235, 245, 253);
8434
8436
  background-position: center center;
8435
8437
  background-repeat: no-repeat;
8436
8438
  background-size: 2.5723472669rem 2.5723472669rem;
8437
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");
8438
8440
  }
8439
- .ilo--video--controls--duration.show,
8440
- .ilo--video--controls .vjs-duration.show,
8441
- .ilo--video .vjs-control-bar--duration.show,
8442
- .ilo--video .vjs-control-bar .vjs-duration.show {
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 {
8443
8445
  display: block;
8444
8446
  }
8445
8447
  @media screen and (min-width: 1024px) {
8446
- .ilo--video--controls.notplayed .vjs-duration,
8447
- .ilo--video .vjs-control-bar.notplayed .vjs-duration {
8448
+ .ilo--legacyvideo--controls.notplayed .vjs-duration,
8449
+ .ilo--legacyvideo .vjs-control-bar.notplayed .vjs-duration {
8448
8450
  height: 2.1436227224rem;
8449
8451
  margin-left: 0;
8450
8452
  margin-top: 2px;
8451
8453
  width: 2.5723472669rem;
8452
8454
  }
8453
- .ilo--video--controls.notplayed .ilo--video--controls--duration,
8454
- .ilo--video .vjs-control-bar.notplayed .ilo--video--controls--duration {
8455
+ .ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--duration,
8456
+ .ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--duration {
8455
8457
  height: 2.1436227224rem;
8456
8458
  margin-left: 0;
8457
8459
  margin-top: 2px;
8458
8460
  width: 4.2872454448rem;
8459
8461
  }
8460
8462
  }
8461
- .ilo--video--controls .vjs-progress-holder,
8462
- .ilo--video .vjs-control-bar .vjs-progress-holder {
8463
+ .ilo--legacyvideo--controls .vjs-progress-holder,
8464
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-holder {
8463
8465
  position: relative;
8464
8466
  width: 96%;
8465
8467
  }
8466
- .ilo--video--controls--progress,
8467
- .ilo--video--controls .vjs-progress-control,
8468
- .ilo--video .vjs-control-bar--progress,
8469
- .ilo--video .vjs-control-bar .vjs-progress-control {
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 {
8470
8472
  background-color: rgb(45, 45, 45);
8471
8473
  display: none;
8472
8474
  flex-grow: 1;
@@ -8475,19 +8477,19 @@ input:checked + .ilo--input--toggle--slider:before {
8475
8477
  order: 3;
8476
8478
  position: relative;
8477
8479
  }
8478
- .ilo--video--controls--progress.show, .vjs-has-started .ilo--video--controls--progress,
8479
- .ilo--video--controls .vjs-progress-control.show,
8480
- .vjs-has-started .ilo--video--controls .vjs-progress-control,
8481
- .ilo--video .vjs-control-bar--progress.show,
8482
- .vjs-has-started .ilo--video .vjs-control-bar--progress,
8483
- .ilo--video .vjs-control-bar .vjs-progress-control.show,
8484
- .vjs-has-started .ilo--video .vjs-control-bar .vjs-progress-control {
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 {
8485
8487
  display: block;
8486
8488
  }
8487
- .ilo--video--controls--progress-playhead,
8488
- .ilo--video--controls .vjs-progress-control-playhead,
8489
- .ilo--video .vjs-control-bar--progress-playhead,
8490
- .ilo--video .vjs-control-bar .vjs-progress-control-playhead {
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 {
8491
8493
  height: 100%;
8492
8494
  left: 2%;
8493
8495
  opacity: 0;
@@ -8497,14 +8499,14 @@ input:checked + .ilo--input--toggle--slider:before {
8497
8499
  width: 96%;
8498
8500
  z-index: 20;
8499
8501
  }
8500
- .ilo--video--controls--progress-current,
8501
- .ilo--video--controls--progress .vjs-play-progress,
8502
- .ilo--video--controls .vjs-progress-control-current,
8503
- .ilo--video--controls .vjs-progress-control .vjs-play-progress,
8504
- .ilo--video .vjs-control-bar--progress-current,
8505
- .ilo--video .vjs-control-bar--progress .vjs-play-progress,
8506
- .ilo--video .vjs-control-bar .vjs-progress-control-current,
8507
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
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 {
8508
8510
  height: 8px;
8509
8511
  left: 2%;
8510
8512
  position: absolute;
@@ -8513,54 +8515,54 @@ input:checked + .ilo--input--toggle--slider:before {
8513
8515
  z-index: 15;
8514
8516
  -webkit-appearance: none;
8515
8517
  }
8516
- .ilo--video--controls--progress-current::-moz-progress-bar,
8517
- .ilo--video--controls--progress .vjs-play-progress::-moz-progress-bar,
8518
- .ilo--video--controls .vjs-progress-control-current::-moz-progress-bar,
8519
- .ilo--video--controls .vjs-progress-control .vjs-play-progress::-moz-progress-bar,
8520
- .ilo--video .vjs-control-bar--progress-current::-moz-progress-bar,
8521
- .ilo--video .vjs-control-bar--progress .vjs-play-progress::-moz-progress-bar,
8522
- .ilo--video .vjs-control-bar .vjs-progress-control-current::-moz-progress-bar,
8523
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress::-moz-progress-bar {
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 {
8524
8526
  background: rgb(235, 245, 253);
8525
8527
  border-radius: 0;
8526
8528
  }
8527
- .ilo--video--controls--progress-current::-webkit-progress-bar,
8528
- .ilo--video--controls--progress .vjs-play-progress::-webkit-progress-bar,
8529
- .ilo--video--controls .vjs-progress-control-current::-webkit-progress-bar,
8530
- .ilo--video--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-bar,
8531
- .ilo--video .vjs-control-bar--progress-current::-webkit-progress-bar,
8532
- .ilo--video .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-bar,
8533
- .ilo--video .vjs-control-bar .vjs-progress-control-current::-webkit-progress-bar,
8534
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-bar {
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 {
8535
8537
  background: transparent;
8536
8538
  }
8537
- .ilo--video--controls--progress-current::-webkit-progress-value,
8538
- .ilo--video--controls--progress .vjs-play-progress::-webkit-progress-value,
8539
- .ilo--video--controls .vjs-progress-control-current::-webkit-progress-value,
8540
- .ilo--video--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-value,
8541
- .ilo--video .vjs-control-bar--progress-current::-webkit-progress-value,
8542
- .ilo--video .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-value,
8543
- .ilo--video .vjs-control-bar .vjs-progress-control-current::-webkit-progress-value,
8544
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-value {
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 {
8545
8547
  background: rgb(235, 245, 253);
8546
8548
  border-radius: 0;
8547
8549
  }
8548
- .ilo--video--controls--progress .vjs-play-progress,
8549
- .ilo--video--controls .vjs-progress-control .vjs-play-progress,
8550
- .ilo--video .vjs-control-bar--progress .vjs-play-progress,
8551
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
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 {
8552
8554
  background: rgb(235, 245, 253);
8553
8555
  }
8554
- .ilo--video--controls--progress .vjs-play-progress .vjs-time-tooltip,
8555
- .ilo--video--controls .vjs-progress-control .vjs-play-progress .vjs-time-tooltip,
8556
- .ilo--video .vjs-control-bar--progress .vjs-play-progress .vjs-time-tooltip,
8557
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
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 {
8558
8560
  display: none;
8559
8561
  }
8560
- .ilo--video--controls--progress div[data-start],
8561
- .ilo--video--controls .vjs-progress-control div[data-start],
8562
- .ilo--video .vjs-control-bar--progress div[data-start],
8563
- .ilo--video .vjs-control-bar .vjs-progress-control div[data-start] {
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] {
8564
8566
  background: rgb(184, 196, 204);
8565
8567
  height: 8px;
8566
8568
  left: 2%;
@@ -8569,27 +8571,27 @@ input:checked + .ilo--input--toggle--slider:before {
8569
8571
  width: 96%;
8570
8572
  z-index: 15;
8571
8573
  }
8572
- .ilo--video--controls--progress-played,
8573
- .ilo--video--controls--progress .vjs-mouse-display,
8574
- .ilo--video--controls .vjs-progress-control-played,
8575
- .ilo--video--controls .vjs-progress-control .vjs-mouse-display,
8576
- .ilo--video .vjs-control-bar--progress-played,
8577
- .ilo--video .vjs-control-bar--progress .vjs-mouse-display,
8578
- .ilo--video .vjs-control-bar .vjs-progress-control-played,
8579
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
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 {
8580
8582
  display: none;
8581
8583
  position: absolute;
8582
8584
  top: -40px;
8583
8585
  z-index: 20;
8584
8586
  }
8585
- .ilo--video--controls--progress-loaded,
8586
- .ilo--video--controls--progress .vjs-load-progress,
8587
- .ilo--video--controls .vjs-progress-control-loaded,
8588
- .ilo--video--controls .vjs-progress-control .vjs-load-progress,
8589
- .ilo--video .vjs-control-bar--progress-loaded,
8590
- .ilo--video .vjs-control-bar--progress .vjs-load-progress,
8591
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded,
8592
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress {
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 {
8593
8595
  height: 8px;
8594
8596
  left: 2%;
8595
8597
  position: absolute;
@@ -8598,54 +8600,54 @@ input:checked + .ilo--input--toggle--slider:before {
8598
8600
  z-index: 10;
8599
8601
  -webkit-appearance: none;
8600
8602
  }
8601
- .ilo--video--controls--progress-loaded::-moz-progress-bar,
8602
- .ilo--video--controls--progress .vjs-load-progress::-moz-progress-bar,
8603
- .ilo--video--controls .vjs-progress-control-loaded::-moz-progress-bar,
8604
- .ilo--video--controls .vjs-progress-control .vjs-load-progress::-moz-progress-bar,
8605
- .ilo--video .vjs-control-bar--progress-loaded::-moz-progress-bar,
8606
- .ilo--video .vjs-control-bar--progress .vjs-load-progress::-moz-progress-bar,
8607
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded::-moz-progress-bar,
8608
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress::-moz-progress-bar {
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 {
8609
8611
  background: rgb(184, 196, 204);
8610
8612
  border-radius: 0;
8611
8613
  }
8612
- .ilo--video--controls--progress-loaded::-webkit-progress-bar,
8613
- .ilo--video--controls--progress .vjs-load-progress::-webkit-progress-bar,
8614
- .ilo--video--controls .vjs-progress-control-loaded::-webkit-progress-bar,
8615
- .ilo--video--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-bar,
8616
- .ilo--video .vjs-control-bar--progress-loaded::-webkit-progress-bar,
8617
- .ilo--video .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-bar,
8618
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-bar,
8619
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-bar {
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 {
8620
8622
  background: transparent;
8621
8623
  }
8622
- .ilo--video--controls--progress-loaded::-webkit-progress-value,
8623
- .ilo--video--controls--progress .vjs-load-progress::-webkit-progress-value,
8624
- .ilo--video--controls .vjs-progress-control-loaded::-webkit-progress-value,
8625
- .ilo--video--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-value,
8626
- .ilo--video .vjs-control-bar--progress-loaded::-webkit-progress-value,
8627
- .ilo--video .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-value,
8628
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-value,
8629
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-value {
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 {
8630
8632
  background: rgb(184, 196, 204);
8631
8633
  border-radius: 0;
8632
8634
  }
8633
- .ilo--video--controls--progress:hover .vjs-play-progress, .ilo--video--controls--progress:focus .vjs-play-progress,
8634
- .ilo--video--controls .vjs-progress-control:hover .vjs-play-progress,
8635
- .ilo--video--controls .vjs-progress-control:focus .vjs-play-progress,
8636
- .ilo--video .vjs-control-bar--progress:hover .vjs-play-progress,
8637
- .ilo--video .vjs-control-bar--progress:focus .vjs-play-progress,
8638
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress,
8639
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
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 {
8640
8642
  position: relative;
8641
8643
  }
8642
- .ilo--video--controls--progress:hover .vjs-play-progress .vjs-time-tooltip, .ilo--video--controls--progress:focus .vjs-play-progress .vjs-time-tooltip,
8643
- .ilo--video--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
8644
- .ilo--video--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip,
8645
- .ilo--video .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip,
8646
- .ilo--video .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip,
8647
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
8648
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip {
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 {
8649
8651
  align-items: center;
8650
8652
  background-color: rgb(45, 45, 45);
8651
8653
  display: flex;
@@ -8659,13 +8661,13 @@ input:checked + .ilo--input--toggle--slider:before {
8659
8661
  letter-spacing: -0.02em;
8660
8662
  line-height: 16.24px;
8661
8663
  }
8662
- .ilo--video--controls--progress:hover .vjs-play-progress .vjs-time-tooltip:after, .ilo--video--controls--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
8663
- .ilo--video--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
8664
- .ilo--video--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after,
8665
- .ilo--video .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip:after,
8666
- .ilo--video .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
8667
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
8668
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after {
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 {
8669
8671
  background-position: top left;
8670
8672
  background-repeat: no-repeat;
8671
8673
  background-size: contain;
@@ -8677,25 +8679,25 @@ input:checked + .ilo--input--toggle--slider:before {
8677
8679
  bottom: -0.6430868167rem;
8678
8680
  width: 0.6430868167rem;
8679
8681
  }
8680
- .ilo--video--controls--progress:hover .ilo--video--controls--progress-played-container, .ilo--video--controls--progress:focus .ilo--video--controls--progress-played-container,
8681
- .ilo--video--controls .vjs-progress-control:hover .ilo--video--controls--progress-played-container,
8682
- .ilo--video--controls .vjs-progress-control:focus .ilo--video--controls--progress-played-container,
8683
- .ilo--video .vjs-control-bar--progress:hover .ilo--video--controls--progress-played-container,
8684
- .ilo--video .vjs-control-bar--progress:focus .ilo--video--controls--progress-played-container,
8685
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .ilo--video--controls--progress-played-container,
8686
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .ilo--video--controls--progress-played-container {
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 {
8687
8689
  position: absolute;
8688
8690
  left: 2%;
8689
8691
  top: 0;
8690
8692
  width: 96%;
8691
8693
  }
8692
- .ilo--video--controls--progress:hover .ilo--video--controls--progress-played, .ilo--video--controls--progress:focus .ilo--video--controls--progress-played,
8693
- .ilo--video--controls .vjs-progress-control:hover .ilo--video--controls--progress-played,
8694
- .ilo--video--controls .vjs-progress-control:focus .ilo--video--controls--progress-played,
8695
- .ilo--video .vjs-control-bar--progress:hover .ilo--video--controls--progress-played,
8696
- .ilo--video .vjs-control-bar--progress:focus .ilo--video--controls--progress-played,
8697
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .ilo--video--controls--progress-played,
8698
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .ilo--video--controls--progress-played {
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 {
8699
8701
  --playhead: 0%;
8700
8702
  align-items: center;
8701
8703
  background-color: rgb(45, 45, 45);
@@ -8710,13 +8712,13 @@ input:checked + .ilo--input--toggle--slider:before {
8710
8712
  letter-spacing: -0.02em;
8711
8713
  line-height: 16.24px;
8712
8714
  }
8713
- .ilo--video--controls--progress:hover .ilo--video--controls--progress-played:after, .ilo--video--controls--progress:focus .ilo--video--controls--progress-played:after,
8714
- .ilo--video--controls .vjs-progress-control:hover .ilo--video--controls--progress-played:after,
8715
- .ilo--video--controls .vjs-progress-control:focus .ilo--video--controls--progress-played:after,
8716
- .ilo--video .vjs-control-bar--progress:hover .ilo--video--controls--progress-played:after,
8717
- .ilo--video .vjs-control-bar--progress:focus .ilo--video--controls--progress-played:after,
8718
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .ilo--video--controls--progress-played:after,
8719
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .ilo--video--controls--progress-played:after {
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 {
8720
8722
  background-position: top left;
8721
8723
  background-repeat: no-repeat;
8722
8724
  background-size: contain;
@@ -8728,10 +8730,10 @@ input:checked + .ilo--input--toggle--slider:before {
8728
8730
  bottom: -0.6430868167rem;
8729
8731
  width: 0.6430868167rem;
8730
8732
  }
8731
- .ilo--video--controls--volume,
8732
- .ilo--video--controls .vjs-volume-panel,
8733
- .ilo--video .vjs-control-bar--volume,
8734
- .ilo--video .vjs-control-bar .vjs-volume-panel {
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 {
8735
8737
  border-bottom: 1px solid;
8736
8738
  bottom: 0;
8737
8739
  display: none;
@@ -8742,28 +8744,28 @@ input:checked + .ilo--input--toggle--slider:before {
8742
8744
  position: relative;
8743
8745
  width: 40px;
8744
8746
  }
8745
- .ilo--video--controls--volume.show, .vjs-has-started .ilo--video--controls--volume,
8746
- .ilo--video--controls .vjs-volume-panel.show,
8747
- .vjs-has-started .ilo--video--controls .vjs-volume-panel,
8748
- .ilo--video .vjs-control-bar--volume.show,
8749
- .vjs-has-started .ilo--video .vjs-control-bar--volume,
8750
- .ilo--video .vjs-control-bar .vjs-volume-panel.show,
8751
- .vjs-has-started .ilo--video .vjs-control-bar .vjs-volume-panel {
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 {
8752
8754
  display: block;
8753
8755
  }
8754
- .ilo--video--controls--volume:hover .vjs-volume-control, .ilo--video--controls--volume:focus .vjs-volume-control,
8755
- .ilo--video--controls .vjs-volume-panel:hover .vjs-volume-control,
8756
- .ilo--video--controls .vjs-volume-panel:focus .vjs-volume-control,
8757
- .ilo--video .vjs-control-bar--volume:hover .vjs-volume-control,
8758
- .ilo--video .vjs-control-bar--volume:focus .vjs-volume-control,
8759
- .ilo--video .vjs-control-bar .vjs-volume-panel:hover .vjs-volume-control,
8760
- .ilo--video .vjs-control-bar .vjs-volume-panel:focus .vjs-volume-control {
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 {
8761
8763
  display: block;
8762
8764
  }
8763
- .ilo--video--controls--showvolume,
8764
- .ilo--video--controls .vjs-mute-control,
8765
- .ilo--video .vjs-control-bar--showvolume,
8766
- .ilo--video .vjs-control-bar .vjs-mute-control {
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 {
8767
8769
  background-color: rgb(45, 45, 45);
8768
8770
  border: none;
8769
8771
  cursor: pointer;
@@ -8779,54 +8781,54 @@ input:checked + .ilo--input--toggle--slider:before {
8779
8781
  background-size: 1.2861736334rem 1.2861736334rem;
8780
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");
8781
8783
  }
8782
- .ilo--video--controls--showvolume:hover, .ilo--video--controls--showvolume:focus,
8783
- .ilo--video--controls .vjs-mute-control:hover,
8784
- .ilo--video--controls .vjs-mute-control:focus,
8785
- .ilo--video .vjs-control-bar--showvolume:hover,
8786
- .ilo--video .vjs-control-bar--showvolume:focus,
8787
- .ilo--video .vjs-control-bar .vjs-mute-control:hover,
8788
- .ilo--video .vjs-control-bar .vjs-mute-control:focus {
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 {
8789
8791
  background-color: rgb(235, 245, 253);
8790
8792
  background-position: center center;
8791
8793
  background-repeat: no-repeat;
8792
8794
  background-size: 1.2861736334rem 1.2861736334rem;
8793
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");
8794
8796
  }
8795
- .ilo--video--controls--showvolume.muted, .ilo--video--controls--showvolume[title=Unmute],
8796
- .ilo--video--controls .vjs-mute-control.muted,
8797
- .ilo--video--controls .vjs-mute-control[title=Unmute],
8798
- .ilo--video .vjs-control-bar--showvolume.muted,
8799
- .ilo--video .vjs-control-bar--showvolume[title=Unmute],
8800
- .ilo--video .vjs-control-bar .vjs-mute-control.muted,
8801
- .ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute] {
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] {
8802
8804
  background-position: center center;
8803
8805
  background-repeat: no-repeat;
8804
8806
  background-size: 1.2861736334rem 1.2861736334rem;
8805
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");
8806
8808
  }
8807
- .ilo--video--controls--showvolume.muted:hover, .ilo--video--controls--showvolume.muted:focus, .ilo--video--controls--showvolume[title=Unmute]:hover, .ilo--video--controls--showvolume[title=Unmute]:focus,
8808
- .ilo--video--controls .vjs-mute-control.muted:hover,
8809
- .ilo--video--controls .vjs-mute-control.muted:focus,
8810
- .ilo--video--controls .vjs-mute-control[title=Unmute]:hover,
8811
- .ilo--video--controls .vjs-mute-control[title=Unmute]:focus,
8812
- .ilo--video .vjs-control-bar--showvolume.muted:hover,
8813
- .ilo--video .vjs-control-bar--showvolume.muted:focus,
8814
- .ilo--video .vjs-control-bar--showvolume[title=Unmute]:hover,
8815
- .ilo--video .vjs-control-bar--showvolume[title=Unmute]:focus,
8816
- .ilo--video .vjs-control-bar .vjs-mute-control.muted:hover,
8817
- .ilo--video .vjs-control-bar .vjs-mute-control.muted:focus,
8818
- .ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute]:hover,
8819
- .ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute]:focus {
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 {
8820
8822
  background-color: #ebf5fd;
8821
8823
  background-position: center center;
8822
8824
  background-repeat: no-repeat;
8823
8825
  background-size: 1.2861736334rem 1.2861736334rem;
8824
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");
8825
8827
  }
8826
- .ilo--video--controls--setvolume,
8827
- .ilo--video--controls .vjs-volume-control,
8828
- .ilo--video .vjs-control-bar--setvolume,
8829
- .ilo--video .vjs-control-bar .vjs-volume-control {
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 {
8830
8832
  background: rgb(235, 245, 253);
8831
8833
  border-left: 3px solid rgb(184, 196, 204);
8832
8834
  display: none;
@@ -8839,33 +8841,33 @@ input:checked + .ilo--input--toggle--slider:before {
8839
8841
  top: 9px;
8840
8842
  width: 7.3954983923rem;
8841
8843
  }
8842
- .ilo--video--controls--setvolume,
8843
- .ilo--video .vjs-control-bar--setvolume {
8844
+ .ilo--legacyvideo--controls--setvolume,
8845
+ .ilo--legacyvideo .vjs-control-bar--setvolume {
8844
8846
  border-left: 8px solid rgb(235, 245, 253);
8845
8847
  border-right: 8px solid rgb(235, 245, 253);
8846
8848
  width: 6.5380493033rem;
8847
8849
  -webkit-appearance: none;
8848
8850
  }
8849
- .ilo--video--controls--setvolume.show,
8850
- .ilo--video .vjs-control-bar--setvolume.show {
8851
+ .ilo--legacyvideo--controls--setvolume.show,
8852
+ .ilo--legacyvideo .vjs-control-bar--setvolume.show {
8851
8853
  display: block;
8852
8854
  }
8853
- .ilo--video--controls--setvolume-container,
8854
- .ilo--video .vjs-control-bar--setvolume-container {
8855
+ .ilo--legacyvideo--controls--setvolume-container,
8856
+ .ilo--legacyvideo .vjs-control-bar--setvolume-container {
8855
8857
  left: -2px;
8856
8858
  position: absolute;
8857
8859
  top: -2px;
8858
8860
  }
8859
- .ilo--video--controls--setvolume::-webkit-slider-runnable-track,
8860
- .ilo--video .vjs-control-bar--setvolume::-webkit-slider-runnable-track {
8861
+ .ilo--legacyvideo--controls--setvolume::-webkit-slider-runnable-track,
8862
+ .ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-runnable-track {
8861
8863
  background-color: rgb(30, 45, 190);
8862
8864
  border: none;
8863
8865
  box-shadow: none;
8864
8866
  height: 4px;
8865
8867
  cursor: pointer;
8866
8868
  }
8867
- .ilo--video--controls--setvolume::-webkit-slider-thumb,
8868
- .ilo--video .vjs-control-bar--setvolume::-webkit-slider-thumb {
8869
+ .ilo--legacyvideo--controls--setvolume::-webkit-slider-thumb,
8870
+ .ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-thumb {
8869
8871
  background-color: rgb(30, 45, 190);
8870
8872
  border: none;
8871
8873
  border-radius: 50%;
@@ -8876,39 +8878,39 @@ input:checked + .ilo--input--toggle--slider:before {
8876
8878
  width: 16px;
8877
8879
  -webkit-appearance: none;
8878
8880
  }
8879
- .ilo--video--controls .vjs-volume-panel.vjs-hover .vjs-volume-control,
8880
- .ilo--video .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
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 {
8881
8883
  align-items: center;
8882
8884
  cursor: pointer;
8883
8885
  display: flex;
8884
8886
  justify-content: center;
8885
8887
  }
8886
- .ilo--video--controls .vjs-volume-bar,
8887
- .ilo--video .vjs-control-bar .vjs-volume-bar {
8888
+ .ilo--legacyvideo--controls .vjs-volume-bar,
8889
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-bar {
8888
8890
  height: 4px;
8889
8891
  position: relative;
8890
8892
  width: calc(100% - 26px);
8891
8893
  }
8892
- .ilo--video--controls .vjs-mouse-display,
8893
- .ilo--video--controls .vjs-volume-level,
8894
- .ilo--video .vjs-control-bar .vjs-mouse-display,
8895
- .ilo--video .vjs-control-bar .vjs-volume-level {
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 {
8896
8898
  height: 4px;
8897
8899
  left: 0;
8898
8900
  position: absolute;
8899
8901
  top: 0;
8900
8902
  }
8901
- .ilo--video--controls .vjs-mouse-display,
8902
- .ilo--video .vjs-control-bar .vjs-mouse-display {
8903
+ .ilo--legacyvideo--controls .vjs-mouse-display,
8904
+ .ilo--legacyvideo .vjs-control-bar .vjs-mouse-display {
8903
8905
  background-color: rgb(184, 196, 204);
8904
8906
  width: 100%;
8905
8907
  }
8906
- .ilo--video--controls .vjs-volume-level,
8907
- .ilo--video .vjs-control-bar .vjs-volume-level {
8908
+ .ilo--legacyvideo--controls .vjs-volume-level,
8909
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
8908
8910
  background-color: rgb(30, 45, 190);
8909
8911
  }
8910
- .ilo--video--controls .vjs-volume-level:before,
8911
- .ilo--video .vjs-control-bar .vjs-volume-level:before {
8912
+ .ilo--legacyvideo--controls .vjs-volume-level:before,
8913
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-level:before {
8912
8914
  background: rgb(30, 45, 190);
8913
8915
  border-radius: 50%;
8914
8916
  content: "";
@@ -8923,14 +8925,14 @@ input:checked + .ilo--input--toggle--slider:before {
8923
8925
  -ms-transform: translate(-50%, -50%);
8924
8926
  transform: translate(-50%, -50%);
8925
8927
  }
8926
- .ilo--video--controls .vjs-volume-tooltip,
8927
- .ilo--video .vjs-control-bar .vjs-volume-tooltip {
8928
+ .ilo--legacyvideo--controls .vjs-volume-tooltip,
8929
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-tooltip {
8928
8930
  display: none;
8929
8931
  }
8930
- .ilo--video--controls--fullscreen,
8931
- .ilo--video--controls .vjs-fullscreen-control,
8932
- .ilo--video .vjs-control-bar--fullscreen,
8933
- .ilo--video .vjs-control-bar .vjs-fullscreen-control {
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 {
8934
8936
  background-color: rgb(45, 45, 45);
8935
8937
  border: none;
8936
8938
  cursor: pointer;
@@ -8946,100 +8948,100 @@ input:checked + .ilo--input--toggle--slider:before {
8946
8948
  background-size: 1.2861736334rem 1.2861736334rem;
8947
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");
8948
8950
  }
8949
- .ilo--video--controls--fullscreen:hover, .ilo--video--controls--fullscreen:focus,
8950
- .ilo--video--controls .vjs-fullscreen-control:hover,
8951
- .ilo--video--controls .vjs-fullscreen-control:focus,
8952
- .ilo--video .vjs-control-bar--fullscreen:hover,
8953
- .ilo--video .vjs-control-bar--fullscreen:focus,
8954
- .ilo--video .vjs-control-bar .vjs-fullscreen-control:hover,
8955
- .ilo--video .vjs-control-bar .vjs-fullscreen-control:focus {
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 {
8956
8958
  background-color: #ebf5fd;
8957
8959
  background-position: center center;
8958
8960
  background-repeat: no-repeat;
8959
8961
  background-size: 1.2861736334rem 1.2861736334rem;
8960
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");
8961
8963
  }
8962
- .ilo--video--controls--fullscreen.show,
8963
- .ilo--video--controls .vjs-fullscreen-control.show,
8964
- .ilo--video .vjs-control-bar--fullscreen.show,
8965
- .ilo--video .vjs-control-bar .vjs-fullscreen-control.show {
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 {
8966
8968
  display: block;
8967
8969
  }
8968
- .ilo--video .vjs-control-bar {
8970
+ .ilo--legacyvideo .vjs-control-bar {
8969
8971
  bottom: 0;
8970
8972
  left: -5px;
8971
8973
  width: calc(100% + 5px);
8972
8974
  }
8973
- .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
8975
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
8974
8976
  bottom: auto;
8975
8977
  left: -5px;
8976
8978
  opacity: 1;
8977
8979
  top: 0;
8978
8980
  }
8979
8981
  @media screen and (min-width: 1024px) {
8980
- .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
8982
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
8981
8983
  flex-direction: column;
8982
8984
  height: 158px;
8983
8985
  justify-content: flex-start;
8984
8986
  left: 0;
8985
8987
  width: 80px;
8986
8988
  }
8987
- [dir=rtl] .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
8989
+ [dir=rtl] .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
8988
8990
  left: auto;
8989
8991
  right: 0;
8990
8992
  }
8991
8993
  }
8992
- .ilo--video--element:not(.vjs-has-started) .vjs-duration {
8994
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
8993
8995
  display: block;
8994
8996
  }
8995
8997
  @media screen and (min-width: 1024px) {
8996
- .ilo--video--element:not(.vjs-has-started) .vjs-duration {
8998
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
8997
8999
  height: 2.1436227224rem;
8998
9000
  margin-left: 0;
8999
9001
  margin-top: 2px;
9000
9002
  width: 4.2872454448rem;
9001
9003
  }
9002
- .ilo--video--element:not(.vjs-has-started) .vjs-play-control {
9004
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-play-control {
9003
9005
  order: 1;
9004
9006
  height: 4.2872454448rem;
9005
9007
  width: 4.2872454448rem;
9006
9008
  }
9007
9009
  }
9008
- .ilo--video .vjs-youtube {
9010
+ .ilo--legacyvideo .vjs-youtube {
9009
9011
  padding-bottom: 56%;
9010
9012
  }
9011
- .ilo--video .vjs-youtube:not(.vjs-has-started) .vjs-poster {
9013
+ .ilo--legacyvideo .vjs-youtube:not(.vjs-has-started) .vjs-poster {
9012
9014
  display: block;
9013
9015
  }
9014
- .ilo--video .vjs-control:focus,
9015
- .ilo--video .vjs-control *:focus {
9016
+ .ilo--legacyvideo .vjs-control:focus,
9017
+ .ilo--legacyvideo .vjs-control *:focus {
9016
9018
  outline: none;
9017
9019
  }
9018
- .ilo--video .vjs-has-started .vjs-control:not(.vjs-duration):not(.vjs-volume-control) {
9020
+ .ilo--legacyvideo .vjs-has-started .vjs-control:not(.vjs-duration):not(.vjs-volume-control) {
9019
9021
  display: block;
9020
9022
  }
9021
- .ilo--video:hover .ilo--video--controls,
9022
- .ilo--video:hover .vjs-control-bar, .ilo--video:focus .ilo--video--controls,
9023
- .ilo--video:focus .vjs-control-bar, .ilo--video:focus-within .ilo--video--controls,
9024
- .ilo--video:focus-within .vjs-control-bar {
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 {
9025
9027
  opacity: 1;
9026
9028
  transition: opacity 150ms ease-out;
9027
9029
  }
9028
- .ilo--video .vjs-loading-spinner {
9030
+ .ilo--legacyvideo .vjs-loading-spinner {
9029
9031
  display: none;
9030
9032
  }
9031
- .ilo--video .vjs-time-divider,
9032
- .ilo--video .vjs-remaining-time,
9033
- .ilo--video .vjs-current-time,
9034
- .ilo--video .vjs-control-text {
9033
+ .ilo--legacyvideo .vjs-time-divider,
9034
+ .ilo--legacyvideo .vjs-remaining-time,
9035
+ .ilo--legacyvideo .vjs-current-time,
9036
+ .ilo--legacyvideo .vjs-control-text {
9035
9037
  display: none !important;
9036
9038
  }
9037
9039
 
9038
- .ilo--video--container {
9040
+ .ilo--legacyvideo--container {
9039
9041
  position: relative;
9040
9042
  }
9041
9043
 
9042
- [dir=rtl] .ilo--video--caption {
9044
+ [dir=rtl] .ilo--legacyvideo--caption {
9043
9045
  border-left: none;
9044
9046
  border-right: 3px solid #b8c4cc;
9045
9047
  padding-left: 0;
@@ -9052,7 +9054,387 @@ input:checked + .ilo--input--toggle--slider:before {
9052
9054
 
9053
9055
  /**
9054
9056
  * Do not edit directly
9055
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
9057
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9058
+ */
9059
+ /**
9060
+ * TOKENS:
9061
+ */
9062
+ /**
9063
+ * MAPS:
9064
+ */
9065
+ .ilo--video {
9066
+ width: 100%;
9067
+ }
9068
+ .ilo--video .video-js {
9069
+ height: auto;
9070
+ }
9071
+ .ilo--video .vjs-loading-spinner {
9072
+ display: none;
9073
+ }
9074
+ .ilo--video .vjs-tech {
9075
+ width: 100%;
9076
+ }
9077
+ .ilo--video--caption {
9078
+ border-left: 0.1607717042rem solid rgb(184, 196, 204);
9079
+ color: rgb(109, 109, 109);
9080
+ font-weight: 400;
9081
+ margin-top: 0.857449089rem;
9082
+ padding-left: 0.4287245445rem;
9083
+ font-size: 14.93px;
9084
+ letter-spacing: -0.02em;
9085
+ line-height: 20.16px;
9086
+ }
9087
+ .ilo--video--element {
9088
+ height: auto;
9089
+ object-fit: cover;
9090
+ width: inherit;
9091
+ }
9092
+ .ilo--video--wrapper {
9093
+ line-height: 0;
9094
+ position: relative;
9095
+ overflow: hidden;
9096
+ }
9097
+ .ilo--video button {
9098
+ padding: 0;
9099
+ }
9100
+ .ilo--video .vjs-time-divider,
9101
+ .ilo--video .vjs-remaining-time,
9102
+ .ilo--video .vjs-current-time,
9103
+ .ilo--video .vjs-control-text,
9104
+ .ilo--video .vjs-custom-control-spacer {
9105
+ display: none;
9106
+ }
9107
+ .ilo--video:hover .vjs-control-bar, .ilo--video:focus .vjs-control-bar, .ilo--video:focus-within .vjs-control-bar {
9108
+ opacity: 1;
9109
+ transition: opacity 150ms ease-out;
9110
+ }
9111
+ .ilo--video .vjs-youtube {
9112
+ padding-bottom: 56.25%;
9113
+ }
9114
+ .ilo--video--element:not(.vjs-has-started) .vjs-poster {
9115
+ background-size: cover;
9116
+ object-fit: cover;
9117
+ height: 100%;
9118
+ overflow: hidden;
9119
+ position: absolute;
9120
+ width: 100%;
9121
+ left: 0;
9122
+ top: 0;
9123
+ }
9124
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9125
+ bottom: auto;
9126
+ opacity: 1;
9127
+ top: 0;
9128
+ width: 6.6452304394rem;
9129
+ }
9130
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:hover .vjs-duration,
9131
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:hover .vjs-play-control, .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:focus .vjs-duration,
9132
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:focus .vjs-play-control {
9133
+ background-color: rgb(235, 245, 253);
9134
+ color: rgb(30, 45, 190);
9135
+ }
9136
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:hover .vjs-play-control, .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:focus .vjs-play-control {
9137
+ 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");
9138
+ }
9139
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control {
9140
+ cursor: pointer;
9141
+ border: none;
9142
+ background-color: rgb(45, 45, 45);
9143
+ width: 40px;
9144
+ height: 40px;
9145
+ background-position: center center;
9146
+ background-repeat: no-repeat;
9147
+ background-size: 24px 24px;
9148
+ 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");
9149
+ }
9150
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control:hover, .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control:focus {
9151
+ background-color: rgb(235, 245, 253);
9152
+ 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");
9153
+ }
9154
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-duration {
9155
+ display: flex;
9156
+ justify-content: center;
9157
+ align-items: center;
9158
+ font-weight: 700;
9159
+ font-size: 0.7502679528rem;
9160
+ height: 2.1436227224rem;
9161
+ width: 4.2872454448rem;
9162
+ background-color: rgb(45, 45, 45);
9163
+ color: rgb(237, 240, 242);
9164
+ }
9165
+ @media screen and (min-width: 1024px) {
9166
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9167
+ width: 4.2872454448rem;
9168
+ flex-direction: column;
9169
+ height: 6.6452304394rem;
9170
+ gap: 0.2143622722rem;
9171
+ }
9172
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control {
9173
+ cursor: pointer;
9174
+ border: none;
9175
+ background-color: rgb(45, 45, 45);
9176
+ width: 80px;
9177
+ height: 80px;
9178
+ background-position: center center;
9179
+ background-repeat: no-repeat;
9180
+ background-size: 48px 48px;
9181
+ 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");
9182
+ }
9183
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control:hover, .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control:focus {
9184
+ background-color: rgb(235, 245, 253);
9185
+ 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");
9186
+ }
9187
+ }
9188
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-fullscreen-control {
9189
+ display: none;
9190
+ }
9191
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-progress-control {
9192
+ display: none;
9193
+ }
9194
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-volume-panel {
9195
+ display: none;
9196
+ }
9197
+ .ilo--video .vjs-control-bar {
9198
+ order: 1;
9199
+ opacity: 0;
9200
+ transition: opacity 150ms ease-out;
9201
+ position: absolute;
9202
+ display: flex;
9203
+ width: 100%;
9204
+ height: 2.1436227224rem;
9205
+ bottom: 0;
9206
+ }
9207
+ .ilo--video .vjs-control-bar .vjs-duration {
9208
+ display: none;
9209
+ }
9210
+ .ilo--video .vjs-control-bar .vjs-poster {
9211
+ display: none;
9212
+ }
9213
+ .ilo--video .vjs-control-bar .vjs-play-control {
9214
+ cursor: pointer;
9215
+ border: none;
9216
+ background-color: rgb(45, 45, 45);
9217
+ width: 40px;
9218
+ height: 40px;
9219
+ background-position: center center;
9220
+ background-repeat: no-repeat;
9221
+ background-size: 24px 24px;
9222
+ 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");
9223
+ margin-right: 0.1071811361rem;
9224
+ }
9225
+ .ilo--video .vjs-control-bar .vjs-play-control:hover, .ilo--video .vjs-control-bar .vjs-play-control:focus {
9226
+ background-color: rgb(235, 245, 253);
9227
+ 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");
9228
+ }
9229
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-paused, .ilo--video .vjs-control-bar .vjs-play-control.vjs-ended {
9230
+ cursor: pointer;
9231
+ border: none;
9232
+ background-color: rgb(45, 45, 45);
9233
+ width: 40px;
9234
+ height: 40px;
9235
+ background-position: center center;
9236
+ background-repeat: no-repeat;
9237
+ background-size: 24px 24px;
9238
+ 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");
9239
+ }
9240
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-paused:hover, .ilo--video .vjs-control-bar .vjs-play-control.vjs-paused:focus, .ilo--video .vjs-control-bar .vjs-play-control.vjs-ended:hover, .ilo--video .vjs-control-bar .vjs-play-control.vjs-ended:focus {
9241
+ background-color: rgb(235, 245, 253);
9242
+ 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");
9243
+ }
9244
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-playing {
9245
+ cursor: pointer;
9246
+ border: none;
9247
+ background-color: rgb(45, 45, 45);
9248
+ width: 40px;
9249
+ height: 40px;
9250
+ background-position: center center;
9251
+ background-repeat: no-repeat;
9252
+ background-size: 24px 24px;
9253
+ 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");
9254
+ }
9255
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-playing:hover, .ilo--video .vjs-control-bar .vjs-play-control.vjs-playing:focus {
9256
+ background-color: rgb(235, 245, 253);
9257
+ 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");
9258
+ }
9259
+ .ilo--video .vjs-control-bar .vjs-fullscreen-control {
9260
+ order: 5;
9261
+ cursor: pointer;
9262
+ border: none;
9263
+ background-color: rgb(45, 45, 45);
9264
+ width: 40px;
9265
+ height: 40px;
9266
+ background-position: center center;
9267
+ background-repeat: no-repeat;
9268
+ background-size: 24px 24px;
9269
+ 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");
9270
+ }
9271
+ .ilo--video .vjs-control-bar .vjs-fullscreen-control:hover, .ilo--video .vjs-control-bar .vjs-fullscreen-control:focus {
9272
+ background-color: rgb(235, 245, 253);
9273
+ 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");
9274
+ }
9275
+ .ilo--video .vjs-control-bar .vjs-progress-control {
9276
+ order: 2;
9277
+ margin-right: 0.1071811361rem;
9278
+ background-color: rgb(45, 45, 45);
9279
+ flex-grow: 1;
9280
+ }
9281
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
9282
+ display: none;
9283
+ }
9284
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
9285
+ position: relative;
9286
+ width: 96%;
9287
+ }
9288
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress,
9289
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
9290
+ height: 0.4287245445rem;
9291
+ left: 2%;
9292
+ top: 0.857449089rem;
9293
+ position: absolute;
9294
+ z-index: 10;
9295
+ }
9296
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
9297
+ background-color: rgb(235, 245, 253);
9298
+ z-index: 15;
9299
+ }
9300
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
9301
+ display: none;
9302
+ }
9303
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress {
9304
+ background-color: rgb(184, 196, 204);
9305
+ z-index: 15;
9306
+ }
9307
+ .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress, .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
9308
+ position: relative;
9309
+ }
9310
+ .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip, .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip {
9311
+ color: rgb(237, 240, 242);
9312
+ font-size: 0.7502679528rem;
9313
+ height: 1.7148981779rem;
9314
+ align-items: center;
9315
+ background-color: rgb(45, 45, 45);
9316
+ display: flex;
9317
+ justify-content: center;
9318
+ right: 0;
9319
+ position: absolute;
9320
+ bottom: calc(300% + 12px);
9321
+ width: 70px;
9322
+ font-size: 11.94px;
9323
+ letter-spacing: -0.02em;
9324
+ line-height: 16.24px;
9325
+ }
9326
+ .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after, .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after {
9327
+ background-position: top left;
9328
+ background-repeat: no-repeat;
9329
+ background-size: contain;
9330
+ 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");
9331
+ content: "";
9332
+ height: 0.6430868167rem;
9333
+ position: absolute;
9334
+ left: calc(50% - 6px);
9335
+ bottom: -0.6430868167rem;
9336
+ width: 0.6430868167rem;
9337
+ }
9338
+ .ilo--video .vjs-control-bar .vjs-volume-panel {
9339
+ order: 3;
9340
+ border-bottom: 1px solid;
9341
+ bottom: 0;
9342
+ flex-direction: column;
9343
+ margin-right: 0.1071811361rem;
9344
+ position: relative;
9345
+ width: 40px;
9346
+ }
9347
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control {
9348
+ cursor: pointer;
9349
+ border: none;
9350
+ background-color: rgb(45, 45, 45);
9351
+ width: 40px;
9352
+ height: 40px;
9353
+ background-position: center center;
9354
+ background-repeat: no-repeat;
9355
+ background-size: 24px 24px;
9356
+ 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");
9357
+ height: 2.1436227224rem;
9358
+ }
9359
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control:hover, .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control:focus {
9360
+ background-color: rgb(235, 245, 253);
9361
+ 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");
9362
+ }
9363
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control[title=Unmute] {
9364
+ cursor: pointer;
9365
+ border: none;
9366
+ background-color: rgb(45, 45, 45);
9367
+ width: 40px;
9368
+ height: 40px;
9369
+ background-position: center center;
9370
+ background-repeat: no-repeat;
9371
+ background-size: 24px 24px;
9372
+ 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");
9373
+ }
9374
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control[title=Unmute]:hover, .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control[title=Unmute]:focus {
9375
+ background-color: rgb(235, 245, 253);
9376
+ 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");
9377
+ }
9378
+ .ilo--video .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
9379
+ align-items: center;
9380
+ cursor: pointer;
9381
+ display: flex;
9382
+ justify-content: center;
9383
+ }
9384
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control {
9385
+ background: rgb(235, 245, 253);
9386
+ border-left: 0.1607717042rem solid rgb(184, 196, 204);
9387
+ display: none;
9388
+ height: 2.1436227224rem;
9389
+ position: absolute;
9390
+ transform: rotate(270deg);
9391
+ transform-origin: -4px -4px;
9392
+ top: 0.4823151125rem;
9393
+ width: 7.3954983923rem;
9394
+ }
9395
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-bar {
9396
+ height: 0.2143622722rem;
9397
+ position: relative;
9398
+ width: calc(100% - 26px);
9399
+ }
9400
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-tooltip {
9401
+ display: none;
9402
+ }
9403
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-mouse-display {
9404
+ height: 0.2143622722rem;
9405
+ position: absolute;
9406
+ width: 100%;
9407
+ background-color: rgb(184, 196, 204);
9408
+ }
9409
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-level {
9410
+ height: 0.2143622722rem;
9411
+ left: 0;
9412
+ top: 0;
9413
+ position: absolute;
9414
+ background-color: rgb(30, 45, 190);
9415
+ }
9416
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-level:before {
9417
+ content: "";
9418
+ background: rgb(30, 45, 190);
9419
+ border-radius: 50%;
9420
+ height: 0.857449089rem;
9421
+ width: 0.857449089rem;
9422
+ position: absolute;
9423
+ right: -0.857449089rem;
9424
+ top: 50%;
9425
+ transform: translate(-50%, -50%);
9426
+ }
9427
+
9428
+ [dir=rtl] .ilo--video--caption {
9429
+ border-left: none;
9430
+ border-right: 3px solid #b8c4cc;
9431
+ padding-left: 0;
9432
+ padding-right: 0.4287245445rem;
9433
+ }
9434
+
9435
+ /**
9436
+ * Do not edit directly
9437
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9056
9438
  */
9057
9439
  /**
9058
9440
  * TOKENS:
@@ -9062,7 +9444,7 @@ input:checked + .ilo--input--toggle--slider:before {
9062
9444
  */
9063
9445
  /**
9064
9446
  * Do not edit directly
9065
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
9447
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9066
9448
  */
9067
9449
  /**
9068
9450
  * TOKENS:
@@ -9087,7 +9469,7 @@ input:checked + .ilo--input--toggle--slider:before {
9087
9469
  }
9088
9470
  /**
9089
9471
  * Do not edit directly
9090
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
9472
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9091
9473
  */
9092
9474
  /**
9093
9475
  * TOKENS:
@@ -9230,4 +9612,9 @@ input:checked + .ilo--input--toggle--slider:before {
9230
9612
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(30, 45, 190)' viewBox='0 0 14 18'%3e%3cpath d='m13.1945 4.73109c-.8021-.17157-1.5284-.59484-2.0731-1.20811-.5446-.61328-.8791-1.38448-.9548-2.2012v-.354182h-2.76677v10.980502c-.00171.4861-.15569.9594-.44031 1.3535-.28461.3941-.68556.6891-1.14648.8436-.46093.1545-.95867.1606-1.42328.0176s-.87274-.428-1.16703-.8149c-.29886-.3934-.46465-.8717-.47332-1.3657s.14023-.9778.4251-1.3815c.28487-.4036.69091-.70601 1.15923-.86333.46833-.15732.97458-.16138 1.44537-.01158v-2.81098c-1.04982-.14512-2.11874.04152-3.05726.53382-.93852.49231-1.69968 1.26565-2.177035 2.21185-.477352.94622-.647012 2.01792-.4852503 3.06532.1617623 1.0474.6468563 2.018 1.3874253 2.7761.70625.7227 1.61181 1.2184 2.60108 1.4241.98928.2056 2.0174.1118 2.95313-.2694.93572-.3813 1.7366-1.0328 2.30041-1.8713s.86499-1.826.86499-2.8364v-5.61074c1.1182.79939 2.4589 1.22803 3.8334 1.22559v-2.74913c-.2707.00033-.5407-.02766-.8055-.08353z'/%3e%3c/svg%3e");
9231
9613
  }
9232
9614
 
9615
+ .ilo--icon:not([data-js-processed=true]) {
9616
+ height: 24px;
9617
+ width: 24px;
9618
+ }
9619
+
9233
9620
  /*# sourceMappingURL=index.css.map */