@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:
@@ -252,7 +252,7 @@ body {
252
252
 
253
253
  /**
254
254
  * Do not edit directly
255
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
255
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
256
256
  */
257
257
  /**
258
258
  * TOKENS:
@@ -268,9 +268,11 @@ body {
268
268
  align-items: center;
269
269
  flex-direction: row;
270
270
  justify-content: space-between;
271
+ text-align: start;
271
272
  width: 100%;
272
273
  margin: 0;
273
- padding: 0.857449089rem 0.857449089rem 0.857449089rem 0;
274
+ padding: 0.857449089rem 0;
275
+ padding-inline-end: 0.857449089rem;
274
276
  background-color: rgb(255, 255, 255);
275
277
  background-position: calc(100% - 0.3215434084rem) center;
276
278
  background-repeat: no-repeat;
@@ -291,7 +293,8 @@ body {
291
293
  font-size: 18.66px;
292
294
  letter-spacing: -0.035em;
293
295
  line-height: 24.26px;
294
- padding: 1.0718113612rem 0.857449089rem 1.0718113612rem 0;
296
+ padding: 1.0718113612rem 0;
297
+ padding-inline-end: 0.857449089rem;
295
298
  }
296
299
  .ilo--accordion--button:hover, .ilo--accordion--button:focus {
297
300
  background-color: rgb(235, 245, 253);
@@ -311,13 +314,13 @@ body {
311
314
  font-size: 16px;
312
315
  letter-spacing: -0.02em;
313
316
  line-height: 21.6px;
314
- padding: 0.857449089rem 0.857449089rem 0.857449089rem 0;
315
317
  }
316
318
  .ilo--accordion--button--large {
317
319
  font-size: 18.66px;
318
320
  letter-spacing: -0.035em;
319
321
  line-height: 24.26px;
320
- padding: 1.0718113612rem 0.857449089rem 1.0718113612rem 0;
322
+ padding: 1.0718113612rem 0;
323
+ padding-inline-end: 0.857449089rem;
321
324
  }
322
325
  }
323
326
  .ilo--accordion--button[aria-expanded=true] {
@@ -350,7 +353,7 @@ body {
350
353
 
351
354
  /**
352
355
  * Do not edit directly
353
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
356
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
354
357
  */
355
358
  /**
356
359
  * TOKENS:
@@ -375,7 +378,7 @@ body {
375
378
  }
376
379
  /**
377
380
  * Do not edit directly
378
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
381
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
379
382
  */
380
383
  /**
381
384
  * TOKENS:
@@ -429,6 +432,9 @@ body {
429
432
  letter-spacing: normal;
430
433
  line-height: 16.24px;
431
434
  }
435
+ .ilo--breadcrumb--link--label--dropdown {
436
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
437
+ }
432
438
  .ilo--breadcrumb--link:hover, .ilo--breadcrumb--link:focus {
433
439
  color: rgb(30, 45, 190);
434
440
  text-decoration: underline;
@@ -542,6 +548,7 @@ body {
542
548
  content: "";
543
549
  height: 0.6430868167rem;
544
550
  position: absolute;
551
+ left: 50%;
545
552
  top: -0.3215434084rem;
546
553
  transform: translateX(-50%) rotate(135deg);
547
554
  width: 0.6430868167rem;
@@ -626,7 +633,7 @@ body {
626
633
 
627
634
  /**
628
635
  * Do not edit directly
629
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
636
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
630
637
  */
631
638
  /**
632
639
  * TOKENS:
@@ -636,7 +643,7 @@ body {
636
643
  */
637
644
  /**
638
645
  * Do not edit directly
639
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
646
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
640
647
  */
641
648
  /**
642
649
  * TOKENS:
@@ -661,7 +668,7 @@ body {
661
668
  }
662
669
  /**
663
670
  * Do not edit directly
664
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
671
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
665
672
  */
666
673
  /**
667
674
  * TOKENS:
@@ -942,7 +949,7 @@ body {
942
949
 
943
950
  /**
944
951
  * Do not edit directly
945
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
952
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
946
953
  */
947
954
  /**
948
955
  * TOKENS:
@@ -1071,7 +1078,7 @@ body {
1071
1078
 
1072
1079
  /**
1073
1080
  * Do not edit directly
1074
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1081
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1075
1082
  */
1076
1083
  /**
1077
1084
  * TOKENS:
@@ -1081,7 +1088,7 @@ body {
1081
1088
  */
1082
1089
  /**
1083
1090
  * Do not edit directly
1084
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1091
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1085
1092
  */
1086
1093
  /**
1087
1094
  * TOKENS:
@@ -1106,7 +1113,7 @@ body {
1106
1113
  }
1107
1114
  /**
1108
1115
  * Do not edit directly
1109
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1116
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1110
1117
  */
1111
1118
  /**
1112
1119
  * TOKENS:
@@ -1124,7 +1131,7 @@ body {
1124
1131
 
1125
1132
  /**
1126
1133
  * Do not edit directly
1127
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1134
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1128
1135
  */
1129
1136
  /**
1130
1137
  * TOKENS:
@@ -1336,7 +1343,7 @@ body {
1336
1343
 
1337
1344
  /**
1338
1345
  * Do not edit directly
1339
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1346
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1340
1347
  */
1341
1348
  /**
1342
1349
  * TOKENS:
@@ -1395,7 +1402,6 @@ body {
1395
1402
  border-top: 0.1071811361rem solid rgb(237, 240, 242);
1396
1403
  margin-left: -1.2861736334rem;
1397
1404
  margin-right: -1.2861736334rem;
1398
- margin-top: 1.822079314rem;
1399
1405
  position: relative;
1400
1406
  z-index: 2;
1401
1407
  }
@@ -1479,7 +1485,7 @@ body {
1479
1485
  display: flex;
1480
1486
  flex: 1 1 auto;
1481
1487
  flex-direction: column;
1482
- padding: 1.2861736334rem 1.2861736334rem 2.1436227224rem;
1488
+ padding: 1.2861736334rem 1.2861736334rem 0.4287245445rem 1.2861736334rem;
1483
1489
  }
1484
1490
  .ilo--card__type__feature.ilo--card__linklist .ilo--card--content {
1485
1491
  padding-bottom: 0;
@@ -1488,7 +1494,7 @@ body {
1488
1494
  font-size: 23.32px;
1489
1495
  letter-spacing: -0.035em;
1490
1496
  line-height: 29.15px;
1491
- margin-bottom: 1.5763397642rem;
1497
+ margin-bottom: 1.2861736334rem;
1492
1498
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
1493
1499
  font-weight: 700;
1494
1500
  flex: 1;
@@ -1500,13 +1506,13 @@ body {
1500
1506
  margin-bottom: 0.3376482577rem;
1501
1507
  }
1502
1508
  .ilo--card__type__feature .ilo--card--date {
1503
- margin-bottom: 0;
1509
+ margin-bottom: 1.7148981779rem;
1504
1510
  margin-top: auto;
1505
1511
  }
1506
1512
 
1507
1513
  /**
1508
1514
  * Do not edit directly
1509
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1515
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1510
1516
  */
1511
1517
  /**
1512
1518
  * TOKENS:
@@ -1603,7 +1609,7 @@ body {
1603
1609
 
1604
1610
  /**
1605
1611
  * Do not edit directly
1606
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1612
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1607
1613
  */
1608
1614
  /**
1609
1615
  * TOKENS:
@@ -1755,7 +1761,7 @@ body {
1755
1761
 
1756
1762
  /**
1757
1763
  * Do not edit directly
1758
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1764
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1759
1765
  */
1760
1766
  /**
1761
1767
  * TOKENS:
@@ -1881,7 +1887,7 @@ body {
1881
1887
 
1882
1888
  /**
1883
1889
  * Do not edit directly
1884
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
1890
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
1885
1891
  */
1886
1892
  /**
1887
1893
  * TOKENS:
@@ -2005,7 +2011,7 @@ body {
2005
2011
 
2006
2012
  /**
2007
2013
  * Do not edit directly
2008
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2014
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2009
2015
  */
2010
2016
  /**
2011
2017
  * TOKENS:
@@ -2125,7 +2131,7 @@ body {
2125
2131
 
2126
2132
  /**
2127
2133
  * Do not edit directly
2128
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2134
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2129
2135
  */
2130
2136
  /**
2131
2137
  * TOKENS:
@@ -2202,7 +2208,7 @@ body {
2202
2208
 
2203
2209
  /**
2204
2210
  * Do not edit directly
2205
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2211
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2206
2212
  */
2207
2213
  /**
2208
2214
  * TOKENS:
@@ -2271,7 +2277,7 @@ body {
2271
2277
 
2272
2278
  /**
2273
2279
  * Do not edit directly
2274
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2280
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2275
2281
  */
2276
2282
  /**
2277
2283
  * TOKENS:
@@ -2320,7 +2326,7 @@ body {
2320
2326
 
2321
2327
  /**
2322
2328
  * Do not edit directly
2323
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2329
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2324
2330
  */
2325
2331
  /**
2326
2332
  * TOKENS:
@@ -2397,7 +2403,7 @@ body {
2397
2403
 
2398
2404
  /**
2399
2405
  * Do not edit directly
2400
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2406
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2401
2407
  */
2402
2408
  /**
2403
2409
  * TOKENS:
@@ -2478,7 +2484,7 @@ body {
2478
2484
 
2479
2485
  /**
2480
2486
  * Do not edit directly
2481
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2487
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2482
2488
  */
2483
2489
  /**
2484
2490
  * TOKENS:
@@ -2488,7 +2494,7 @@ body {
2488
2494
  */
2489
2495
  /**
2490
2496
  * Do not edit directly
2491
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2497
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2492
2498
  */
2493
2499
  /**
2494
2500
  * TOKENS:
@@ -2498,7 +2504,7 @@ body {
2498
2504
  */
2499
2505
  /**
2500
2506
  * Do not edit directly
2501
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2507
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2502
2508
  */
2503
2509
  /**
2504
2510
  * TOKENS:
@@ -2508,7 +2514,7 @@ body {
2508
2514
  */
2509
2515
  /**
2510
2516
  * Do not edit directly
2511
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2517
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2512
2518
  */
2513
2519
  /**
2514
2520
  * TOKENS:
@@ -2634,7 +2640,7 @@ body {
2634
2640
 
2635
2641
  /**
2636
2642
  * Do not edit directly
2637
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2643
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2638
2644
  */
2639
2645
  /**
2640
2646
  * TOKENS:
@@ -2655,7 +2661,7 @@ body {
2655
2661
 
2656
2662
  /**
2657
2663
  * Do not edit directly
2658
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2664
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2659
2665
  */
2660
2666
  /**
2661
2667
  * TOKENS:
@@ -2745,7 +2751,7 @@ body {
2745
2751
 
2746
2752
  /**
2747
2753
  * Do not edit directly
2748
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2754
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2749
2755
  */
2750
2756
  /**
2751
2757
  * TOKENS:
@@ -2755,7 +2761,7 @@ body {
2755
2761
  */
2756
2762
  /**
2757
2763
  * Do not edit directly
2758
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2764
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2759
2765
  */
2760
2766
  /**
2761
2767
  * TOKENS:
@@ -2765,7 +2771,7 @@ body {
2765
2771
  */
2766
2772
  /**
2767
2773
  * Do not edit directly
2768
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2774
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2769
2775
  */
2770
2776
  /**
2771
2777
  * TOKENS:
@@ -2818,7 +2824,7 @@ body {
2818
2824
 
2819
2825
  /**
2820
2826
  * Do not edit directly
2821
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2827
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2822
2828
  */
2823
2829
  /**
2824
2830
  * TOKENS:
@@ -2906,7 +2912,7 @@ body {
2906
2912
 
2907
2913
  /**
2908
2914
  * Do not edit directly
2909
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
2915
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
2910
2916
  */
2911
2917
  /**
2912
2918
  * TOKENS:
@@ -3002,7 +3008,7 @@ body {
3002
3008
 
3003
3009
  /**
3004
3010
  * Do not edit directly
3005
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3011
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3006
3012
  */
3007
3013
  /**
3008
3014
  * TOKENS:
@@ -3044,7 +3050,7 @@ body {
3044
3050
 
3045
3051
  /**
3046
3052
  * Do not edit directly
3047
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3053
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3048
3054
  */
3049
3055
  /**
3050
3056
  * TOKENS:
@@ -3171,7 +3177,7 @@ body {
3171
3177
 
3172
3178
  /**
3173
3179
  * Do not edit directly
3174
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3180
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3175
3181
  */
3176
3182
  /**
3177
3183
  * TOKENS:
@@ -3181,7 +3187,7 @@ body {
3181
3187
  */
3182
3188
  /**
3183
3189
  * Do not edit directly
3184
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3190
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3185
3191
  */
3186
3192
  /**
3187
3193
  * TOKENS:
@@ -3206,7 +3212,7 @@ body {
3206
3212
  }
3207
3213
  /**
3208
3214
  * Do not edit directly
3209
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3215
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3210
3216
  */
3211
3217
  /**
3212
3218
  * TOKENS:
@@ -3563,7 +3569,7 @@ body {
3563
3569
 
3564
3570
  /**
3565
3571
  * Do not edit directly
3566
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3572
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3567
3573
  */
3568
3574
  /**
3569
3575
  * TOKENS:
@@ -3686,7 +3692,7 @@ body {
3686
3692
 
3687
3693
  /**
3688
3694
  * Do not edit directly
3689
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3695
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
3690
3696
  */
3691
3697
  /**
3692
3698
  * TOKENS:
@@ -3706,6 +3712,21 @@ body {
3706
3712
  grid-template-columns: 1fr;
3707
3713
  overflow: hidden;
3708
3714
  grid-template-rows: minmax(1rem, 1fr) 27px 40px auto;
3715
+ --card-width: 625px;
3716
+ --corner-cut-height: 64px;
3717
+ --breadcrumbs-height: 48px;
3718
+ --image-gap: 240px;
3719
+ --row-1-lg: var(--breadcrumbs-height);
3720
+ --row-2-lg: calc(var(--image-gap) - var(--breadcrumbs-height));
3721
+ --row-3-lg: auto;
3722
+ --row-4-lg: 27px;
3723
+ --row-5-lg: 72px;
3724
+ --col-1-lg: 0;
3725
+ --col-2-lg: var(--card-width);
3726
+ --col-3-lg: 30px;
3727
+ --col-4-lg: 1fr;
3728
+ grid-template-rows: var(--row-1-lg) var(--row-2-lg) var(--row-3-lg) var(--row-4-lg);
3729
+ grid-template-columns: var(--col-1-lg) var(--col-2-lg) var(--col-3-lg) var(--col-4-lg);
3709
3730
  }
3710
3731
  .hero--image {
3711
3732
  display: grid;
@@ -3723,9 +3744,6 @@ body {
3723
3744
  .hero__gap__dark {
3724
3745
  background-color: rgb(35, 0, 80);
3725
3746
  }
3726
- .hero--breadcrumbs {
3727
- display: none;
3728
- }
3729
3747
  .hero--background {
3730
3748
  display: grid;
3731
3749
  background-color: rgb(235, 245, 253);
@@ -3751,7 +3769,6 @@ body {
3751
3769
  display: flex;
3752
3770
  justify-content: center;
3753
3771
  align-items: center;
3754
- position: relative;
3755
3772
  }
3756
3773
  .hero--caption--wrapper::after {
3757
3774
  content: "";
@@ -3764,187 +3781,167 @@ body {
3764
3781
  border-right: none;
3765
3782
  border-left: calc(27px - 4px) solid rgb(45, 45, 45);
3766
3783
  }
3767
- @media screen and (min-width: 1024px) {
3768
- .hero {
3769
- --card-width: 625px;
3770
- --corner-cut-height: 64px;
3771
- --breadcrumbs-height: 48px;
3772
- --image-gap: 240px;
3773
- --row-1-lg: var(--breadcrumbs-height);
3774
- --row-2-lg: calc(var(--image-gap) - var(--breadcrumbs-height));
3775
- --row-3-lg: auto;
3776
- --row-4-lg: 27px;
3777
- --row-5-lg: 72px;
3778
- --col-1-lg: 0;
3779
- --col-2-lg: var(--card-width);
3780
- --col-3-lg: 30px;
3781
- --col-4-lg: 1fr;
3782
- grid-template-rows: var(--row-1-lg) var(--row-2-lg) var(--row-3-lg) var(--row-4-lg);
3783
- grid-template-columns: var(--col-1-lg) var(--col-2-lg) var(--col-3-lg) var(--col-4-lg);
3784
- }
3785
- .hero__poster-size__small {
3786
- --image-gap: 112px;
3787
- }
3788
- .hero__poster-size__medium {
3789
- --image-gap: 176px;
3790
- }
3791
- .hero__poster-size__large {
3792
- --image-gap: 240px;
3793
- }
3794
- .hero__poster-size__xlarge {
3795
- --image-gap: 527px;
3796
- }
3797
- .hero__card-size__small {
3798
- --card-width: 625px;
3799
- }
3800
- .hero__card-size__medium {
3801
- --card-width: 721px;
3802
- }
3803
- .hero__card-size__large {
3804
- --card-width: 856px;
3805
- }
3806
- .hero__card-size__xlarge {
3807
- --card-width: 920px;
3808
- }
3809
- .hero__card-size__xxlarge {
3810
- --card-width: 998px;
3811
- }
3812
- .hero__card-justify__start, .hero__card-justify__offset {
3813
- --card-padding-start: max(16px, min(
3814
- var(--base-offset) + var(--added-offset),
3815
- 71px
3816
- ));
3817
- --col-1-lg: calc(
3818
- var(--base-offset) - 71px + var(--added-offset)
3819
- );
3820
- }
3821
- .hero__card-justify__offset {
3822
- --added-offset: 109px;
3823
- }
3824
- .hero__card-justify__center {
3825
- --col-1-lg: calc((100% - var(--card-width)) / 2);
3826
- --col-4-lg: calc(
3827
- ((100% - var(--card-width)) / 2) - 30px
3828
- );
3829
- }
3830
- .hero__card-align__center {
3831
- --row-4-lg: calc(72px - 27px);
3832
- --row-5-lg: 27px;
3833
- }
3834
- .hero__card-align__bottom {
3835
- --row-3-lg: 0;
3836
- --row-4-lg: var(--corner-cut-height);
3837
- --row-5-lg: auto;
3838
- }
3839
- .hero__card-background__transparent .hero--card-offset {
3840
- background-color: transparent !important;
3841
- }
3842
- .hero__card-theme__dark .hero--card-offset {
3843
- background-color: rgb(35, 0, 80);
3844
- position: relative;
3845
- box-shadow: 0.3px 0 0 0 rgb(35, 0, 80);
3846
- }
3847
- .hero__card-theme__dark[class*=semi-transparent] .hero--card-offset {
3848
- background: rgba(35, 0, 80, 0.6);
3849
- box-shadow: 0.3px 0 0 0 rgba(35, 0, 80, 0.6);
3850
- }
3851
- .hero__card-theme__light .hero--card-offset {
3852
- background: rgb(255, 255, 255);
3853
- box-shadow: 0.3px 0 0 0 rgb(255, 255, 255);
3854
- }
3855
- .hero__card-theme__light[class*=semi-transparent] .hero--card-offset {
3856
- background: rgba(255, 255, 255, 0.6);
3857
- box-shadow: 0.3px 0 0 0 rgba(255, 255, 255, 0.6);
3858
- }
3859
- .hero--breadcrumbs {
3860
- grid-area: 1/1/2/5;
3861
- z-index: 1;
3862
- display: flex;
3863
- flex-flow: row nowrap;
3864
- }
3865
- .hero--breadcrumbs--wrapper {
3866
- width: 100%;
3867
- }
3868
- .hero--background {
3869
- grid-area: 1/1/5/5;
3870
- }
3871
- .hero__card-align__center .hero--background {
3872
- grid-area: 1/1/6/5;
3873
- }
3874
- .hero__card-align__bottom .hero--background {
3875
- grid-area: 1/1/5/5;
3876
- }
3877
- .hero--card-offset {
3878
- grid-area: 3/1/6/2;
3879
- z-index: 0;
3880
- position: relative;
3881
- }
3882
- .hero__card-justify__offset .hero--card-offset, .hero__card-justify__center .hero--card-offset {
3883
- background: transparent !important;
3884
- }
3885
- .hero__card-align__center .hero--card-offset {
3886
- grid-area: 3/1/4/2;
3887
- }
3888
- .hero__card-align__bottom .hero--card-offset {
3889
- grid-area: 4/1/6/2;
3890
- }
3891
- .hero--card {
3892
- grid-area: 3/2/6/3;
3893
- }
3894
- .hero__card-align__center .hero--card {
3895
- grid-area: 3/2/4/3;
3896
- }
3897
- .hero__card-align__bottom .hero--card {
3898
- grid-area: 4/2/6/3;
3899
- }
3900
- .hero--caption {
3901
- grid-area: 4/3/5/4;
3902
- position: relative;
3903
- }
3904
- .hero__card-align__center .hero--caption {
3905
- grid-area: 5/1/6/3;
3906
- }
3907
- .hero__card-align__bottom .hero--caption {
3908
- grid-area: 4/1/5/2;
3909
- }
3910
- .hero__card-align__center .hero--caption--wrapper, .hero__card-align__bottom .hero--caption--wrapper {
3911
- position: absolute;
3912
- left: 0;
3913
- bottom: 0;
3914
- }
3915
- .hero__card-align__bottom.hero__card-justify__start .hero--caption {
3916
- grid-area: 1/1/3/3;
3917
- }
3918
- .hero__card-align__bottom.hero__card-justify__offset .hero--caption {
3919
- grid-area: 1/2/3/3;
3920
- }
3921
- .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 {
3922
- background: rgb(45, 45, 45);
3923
- height: 27px;
3924
- width: 30px;
3925
- display: flex;
3926
- justify-content: center;
3927
- align-items: center;
3928
- position: relative;
3929
- position: absolute;
3930
- left: 0;
3931
- right: initial;
3932
- bottom: 0;
3933
- }
3934
- .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 {
3935
- content: "";
3936
- position: absolute;
3937
- top: 0;
3938
- width: 0;
3939
- height: 0;
3940
- border-top: 27px solid transparent;
3941
- left: 100%;
3942
- border-right: none;
3943
- border-left: calc(27px - 4px) solid rgb(45, 45, 45);
3944
- }
3945
- .hero--caption--wrapper {
3946
- left: 2px;
3947
- }
3784
+ .hero__poster-size__small {
3785
+ --image-gap: 112px;
3786
+ }
3787
+ .hero__poster-size__medium {
3788
+ --image-gap: 176px;
3789
+ }
3790
+ .hero__poster-size__large {
3791
+ --image-gap: 240px;
3792
+ }
3793
+ .hero__poster-size__xlarge {
3794
+ --image-gap: 527px;
3795
+ }
3796
+ .hero__card-size__small {
3797
+ --card-width: 625px;
3798
+ }
3799
+ .hero__card-size__medium {
3800
+ --card-width: 721px;
3801
+ }
3802
+ .hero__card-size__large {
3803
+ --card-width: 856px;
3804
+ }
3805
+ .hero__card-size__xlarge {
3806
+ --card-width: 920px;
3807
+ }
3808
+ .hero__card-size__xxlarge {
3809
+ --card-width: 998px;
3810
+ }
3811
+ .hero__card-justify__start, .hero__card-justify__offset {
3812
+ --card-padding-start: max(16px, min(
3813
+ var(--base-offset) + var(--added-offset),
3814
+ 71px
3815
+ ));
3816
+ --col-1-lg: calc(
3817
+ var(--base-offset) - 71px + var(--added-offset)
3818
+ );
3819
+ }
3820
+ .hero__card-justify__offset {
3821
+ --added-offset: 109px;
3822
+ }
3823
+ .hero__card-justify__center {
3824
+ --col-1-lg: calc((100% - var(--card-width)) / 2);
3825
+ --col-4-lg: calc(
3826
+ ((100% - var(--card-width)) / 2) - 30px
3827
+ );
3828
+ }
3829
+ .hero__card-align__center {
3830
+ --row-4-lg: calc(72px - 27px);
3831
+ --row-5-lg: 27px;
3832
+ }
3833
+ .hero__card-align__bottom {
3834
+ --row-3-lg: 0;
3835
+ --row-4-lg: var(--corner-cut-height);
3836
+ --row-5-lg: auto;
3837
+ }
3838
+ .hero__card-background__transparent .hero--card-offset {
3839
+ background-color: transparent !important;
3840
+ }
3841
+ .hero__card-theme__dark .hero--card-offset {
3842
+ background-color: rgb(35, 0, 80);
3843
+ position: relative;
3844
+ box-shadow: 0.3px 0 0 0 rgb(35, 0, 80);
3845
+ }
3846
+ .hero__card-theme__dark[class*=semi-transparent] .hero--card-offset {
3847
+ background: rgba(35, 0, 80, 0.6);
3848
+ box-shadow: 0.3px 0 0 0 rgba(35, 0, 80, 0.6);
3849
+ }
3850
+ .hero__card-theme__light .hero--card-offset {
3851
+ background: rgb(255, 255, 255);
3852
+ box-shadow: 0.3px 0 0 0 rgb(255, 255, 255);
3853
+ }
3854
+ .hero__card-theme__light[class*=semi-transparent] .hero--card-offset {
3855
+ background: rgba(255, 255, 255, 0.6);
3856
+ box-shadow: 0.3px 0 0 0 rgba(255, 255, 255, 0.6);
3857
+ }
3858
+ .hero--breadcrumbs {
3859
+ grid-area: 1/1/2/5;
3860
+ z-index: 1;
3861
+ display: flex;
3862
+ flex-flow: row nowrap;
3863
+ }
3864
+ .hero--breadcrumbs--wrapper {
3865
+ width: 100%;
3866
+ }
3867
+ .hero--background {
3868
+ grid-area: 1/1/5/5;
3869
+ }
3870
+ .hero__card-align__center .hero--background {
3871
+ grid-area: 1/1/6/5;
3872
+ }
3873
+ .hero__card-align__bottom .hero--background {
3874
+ grid-area: 1/1/5/5;
3875
+ }
3876
+ .hero--card-offset {
3877
+ grid-area: 3/1/6/2;
3878
+ z-index: 0;
3879
+ position: relative;
3880
+ }
3881
+ .hero__card-justify__offset .hero--card-offset, .hero__card-justify__center .hero--card-offset {
3882
+ background: transparent !important;
3883
+ }
3884
+ .hero__card-align__center .hero--card-offset {
3885
+ grid-area: 3/1/4/2;
3886
+ }
3887
+ .hero__card-align__bottom .hero--card-offset {
3888
+ grid-area: 4/1/6/2;
3889
+ }
3890
+ .hero--card {
3891
+ grid-area: 3/2/6/3;
3892
+ }
3893
+ .hero__card-align__center .hero--card {
3894
+ grid-area: 3/2/4/3;
3895
+ }
3896
+ .hero__card-align__bottom .hero--card {
3897
+ grid-area: 4/2/6/3;
3898
+ }
3899
+ .hero--caption {
3900
+ grid-area: 4/3/5/4;
3901
+ position: relative;
3902
+ }
3903
+ .hero__card-align__center .hero--caption {
3904
+ grid-area: 5/1/6/3;
3905
+ }
3906
+ .hero__card-align__bottom .hero--caption {
3907
+ grid-area: 4/1/5/2;
3908
+ }
3909
+ .hero__card-align__center .hero--caption--wrapper, .hero__card-align__bottom .hero--caption--wrapper {
3910
+ position: absolute;
3911
+ left: 0;
3912
+ bottom: 0;
3913
+ }
3914
+ .hero__card-align__bottom.hero__card-justify__start .hero--caption {
3915
+ grid-area: 1/1/3/3;
3916
+ }
3917
+ .hero__card-align__bottom.hero__card-justify__offset .hero--caption {
3918
+ grid-area: 1/2/3/3;
3919
+ }
3920
+ .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 {
3921
+ background: rgb(45, 45, 45);
3922
+ height: 27px;
3923
+ width: 30px;
3924
+ display: flex;
3925
+ justify-content: center;
3926
+ align-items: center;
3927
+ position: absolute;
3928
+ left: 0;
3929
+ right: initial;
3930
+ bottom: 0;
3931
+ }
3932
+ .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 {
3933
+ content: "";
3934
+ position: absolute;
3935
+ top: 0;
3936
+ width: 0;
3937
+ height: 0;
3938
+ border-top: 27px solid transparent;
3939
+ left: 100%;
3940
+ border-right: none;
3941
+ border-left: calc(27px - 4px) solid rgb(45, 45, 45);
3942
+ }
3943
+ .hero--caption--wrapper {
3944
+ left: 2px;
3948
3945
  }
3949
3946
  [dir=rtl] .hero--caption--wrapper {
3950
3947
  background: rgb(45, 45, 45);
@@ -3953,7 +3950,6 @@ body {
3953
3950
  display: flex;
3954
3951
  justify-content: center;
3955
3952
  align-items: center;
3956
- position: relative;
3957
3953
  right: 0;
3958
3954
  position: absolute;
3959
3955
  }
@@ -3969,37 +3965,34 @@ body {
3969
3965
  border-left: none;
3970
3966
  border-right: calc(27px - 4px) solid rgb(45, 45, 45);
3971
3967
  }
3972
- @media screen and (min-width: 1024px) {
3973
- [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 {
3974
- background: rgb(45, 45, 45);
3975
- height: 27px;
3976
- width: 30px;
3977
- display: flex;
3978
- justify-content: center;
3979
- align-items: center;
3980
- position: relative;
3981
- position: absolute;
3982
- left: initial;
3983
- right: 0;
3984
- bottom: 0;
3985
- }
3986
- [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 {
3987
- content: "";
3988
- position: absolute;
3989
- top: 0;
3990
- width: 0;
3991
- height: 0;
3992
- border-top: 27px solid transparent;
3993
- left: auto;
3994
- right: 100%;
3995
- border-left: none;
3996
- border-right: calc(27px - 4px) solid rgb(45, 45, 45);
3997
- }
3968
+ [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 {
3969
+ background: rgb(45, 45, 45);
3970
+ height: 27px;
3971
+ width: 30px;
3972
+ display: flex;
3973
+ justify-content: center;
3974
+ align-items: center;
3975
+ position: absolute;
3976
+ left: initial;
3977
+ right: 0;
3978
+ bottom: 0;
3979
+ }
3980
+ [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 {
3981
+ content: "";
3982
+ position: absolute;
3983
+ top: 0;
3984
+ width: 0;
3985
+ height: 0;
3986
+ border-top: 27px solid transparent;
3987
+ left: auto;
3988
+ right: 100%;
3989
+ border-left: none;
3990
+ border-right: calc(27px - 4px) solid rgb(45, 45, 45);
3998
3991
  }
3999
3992
 
4000
3993
  /**
4001
3994
  * Do not edit directly
4002
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
3995
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4003
3996
  */
4004
3997
  /**
4005
3998
  * TOKENS:
@@ -4132,7 +4125,7 @@ body {
4132
4125
 
4133
4126
  /**
4134
4127
  * Do not edit directly
4135
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4128
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4136
4129
  */
4137
4130
  /**
4138
4131
  * TOKENS:
@@ -4188,7 +4181,7 @@ body {
4188
4181
 
4189
4182
  /**
4190
4183
  * Do not edit directly
4191
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4184
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4192
4185
  */
4193
4186
  /**
4194
4187
  * TOKENS:
@@ -4320,7 +4313,7 @@ body {
4320
4313
 
4321
4314
  /**
4322
4315
  * Do not edit directly
4323
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4316
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4324
4317
  */
4325
4318
  /**
4326
4319
  * TOKENS:
@@ -4330,7 +4323,7 @@ body {
4330
4323
  */
4331
4324
  /**
4332
4325
  * Do not edit directly
4333
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4326
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4334
4327
  */
4335
4328
  /**
4336
4329
  * TOKENS:
@@ -4355,7 +4348,7 @@ body {
4355
4348
  }
4356
4349
  /**
4357
4350
  * Do not edit directly
4358
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4351
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4359
4352
  */
4360
4353
  /**
4361
4354
  * TOKENS:
@@ -4518,7 +4511,7 @@ body {
4518
4511
 
4519
4512
  /**
4520
4513
  * Do not edit directly
4521
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4514
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4522
4515
  */
4523
4516
  /**
4524
4517
  * TOKENS:
@@ -4556,9 +4549,7 @@ body {
4556
4549
  padding-left: 0;
4557
4550
  }
4558
4551
  .ilo--list--horizontal {
4559
- align-items: center;
4560
4552
  display: flex;
4561
- flex-wrap: wrap;
4562
4553
  list-style: none;
4563
4554
  }
4564
4555
  .ilo--list--horizontal li::before {
@@ -4613,7 +4604,7 @@ body {
4613
4604
 
4614
4605
  /**
4615
4606
  * Do not edit directly
4616
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4607
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4617
4608
  */
4618
4609
  /**
4619
4610
  * TOKENS:
@@ -4623,7 +4614,7 @@ body {
4623
4614
  */
4624
4615
  /**
4625
4616
  * Do not edit directly
4626
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4617
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4627
4618
  */
4628
4619
  /**
4629
4620
  * TOKENS:
@@ -4633,7 +4624,7 @@ body {
4633
4624
  */
4634
4625
  /**
4635
4626
  * Do not edit directly
4636
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4627
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4637
4628
  */
4638
4629
  /**
4639
4630
  * TOKENS:
@@ -4804,7 +4795,7 @@ body {
4804
4795
 
4805
4796
  /**
4806
4797
  * Do not edit directly
4807
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4798
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4808
4799
  */
4809
4800
  /**
4810
4801
  * TOKENS:
@@ -4851,7 +4842,7 @@ body {
4851
4842
 
4852
4843
  /**
4853
4844
  * Do not edit directly
4854
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4845
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4855
4846
  */
4856
4847
  /**
4857
4848
  * TOKENS:
@@ -4861,7 +4852,7 @@ body {
4861
4852
  */
4862
4853
  /**
4863
4854
  * Do not edit directly
4864
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4855
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4865
4856
  */
4866
4857
  /**
4867
4858
  * TOKENS:
@@ -4871,7 +4862,7 @@ body {
4871
4862
  */
4872
4863
  /**
4873
4864
  * Do not edit directly
4874
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4865
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4875
4866
  */
4876
4867
  /**
4877
4868
  * TOKENS:
@@ -4968,7 +4959,7 @@ body {
4968
4959
 
4969
4960
  /**
4970
4961
  * Do not edit directly
4971
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
4962
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
4972
4963
  */
4973
4964
  /**
4974
4965
  * TOKENS:
@@ -5054,18 +5045,21 @@ body {
5054
5045
  }
5055
5046
  .ilo--header--logo {
5056
5047
  display: block;
5057
- width: 100%;
5048
+ height: 3.0010718114rem;
5049
+ }
5050
+ @media screen and (min-width: 1024px) {
5051
+ .ilo--header--logo {
5052
+ height: 3.8585209003rem;
5053
+ }
5058
5054
  }
5059
5055
  .ilo--header--logo-link {
5060
5056
  display: block;
5061
- padding: 16px 0;
5062
- max-width: 150px;
5063
- width: 100%;
5057
+ padding: 0.857449089rem 0;
5058
+ width: auto;
5064
5059
  }
5065
5060
  @media screen and (min-width: 1024px) {
5066
5061
  .ilo--header--logo-link {
5067
- padding: 0 0 24px;
5068
- max-width: 200px;
5062
+ padding: 0 0 1.2861736334rem;
5069
5063
  }
5070
5064
  }
5071
5065
  .ilo--header--logo-bar {
@@ -5686,7 +5680,7 @@ body {
5686
5680
  cursor: pointer;
5687
5681
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5688
5682
  font-weight: 500;
5689
- padding: 0.857449089rem 0.857449089rem 0.857449089rem 1.7148981779rem;
5683
+ padding: 1.0718113612rem 0.857449089rem 0.857449089rem 1.7148981779rem;
5690
5684
  position: relative;
5691
5685
  transition: all 150ms ease-out;
5692
5686
  }
@@ -5705,7 +5699,7 @@ body {
5705
5699
  width: 24px;
5706
5700
  }
5707
5701
  [dir=rtl] .ilo--mobile--subnav--back {
5708
- padding: 16px 32px 16px 16px;
5702
+ padding: 1.0718113612rem 1.7148981779rem 0.857449089rem 0.857449089rem;
5709
5703
  }
5710
5704
  [dir=rtl] .ilo--mobile--subnav--back::before {
5711
5705
  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");
@@ -5849,7 +5843,7 @@ body {
5849
5843
 
5850
5844
  /**
5851
5845
  * Do not edit directly
5852
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5846
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5853
5847
  */
5854
5848
  /**
5855
5849
  * TOKENS:
@@ -5859,7 +5853,7 @@ body {
5859
5853
  */
5860
5854
  /**
5861
5855
  * Do not edit directly
5862
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5856
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5863
5857
  */
5864
5858
  /**
5865
5859
  * TOKENS:
@@ -5869,7 +5863,7 @@ body {
5869
5863
  */
5870
5864
  /**
5871
5865
  * Do not edit directly
5872
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
5866
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
5873
5867
  */
5874
5868
  /**
5875
5869
  * TOKENS:
@@ -6052,7 +6046,7 @@ body {
6052
6046
 
6053
6047
  /**
6054
6048
  * Do not edit directly
6055
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6049
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6056
6050
  */
6057
6051
  /**
6058
6052
  * TOKENS:
@@ -6159,9 +6153,6 @@ body {
6159
6153
  .ilo--pagination--next-page.ilo--pagination--disable:hover::before {
6160
6154
  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");
6161
6155
  }
6162
- .ilo--pagination--last-page {
6163
- margin: 0 0 0 0.4287245445rem;
6164
- }
6165
6156
  .ilo--pagination--last-page::before {
6166
6157
  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");
6167
6158
  }
@@ -6181,6 +6172,7 @@ body {
6181
6172
  font-size: 14.93px;
6182
6173
  letter-spacing: -0.02em;
6183
6174
  line-height: 20.16px;
6175
+ margin-inline-end: 0.4287245445rem;
6184
6176
  font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6185
6177
  font-weight: 400;
6186
6178
  line-height: 45px;
@@ -6193,7 +6185,7 @@ body {
6193
6185
 
6194
6186
  /**
6195
6187
  * Do not edit directly
6196
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6188
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6197
6189
  */
6198
6190
  /**
6199
6191
  * TOKENS:
@@ -6203,7 +6195,7 @@ body {
6203
6195
  */
6204
6196
  /**
6205
6197
  * Do not edit directly
6206
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6198
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6207
6199
  */
6208
6200
  /**
6209
6201
  * TOKENS:
@@ -6228,7 +6220,7 @@ body {
6228
6220
  }
6229
6221
  /**
6230
6222
  * Do not edit directly
6231
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6223
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6232
6224
  */
6233
6225
  /**
6234
6226
  * TOKENS:
@@ -6378,7 +6370,7 @@ body {
6378
6370
 
6379
6371
  /**
6380
6372
  * Do not edit directly
6381
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6373
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6382
6374
  */
6383
6375
  /**
6384
6376
  * TOKENS:
@@ -6447,7 +6439,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6447
6439
 
6448
6440
  /**
6449
6441
  * Do not edit directly
6450
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6442
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6451
6443
  */
6452
6444
  /**
6453
6445
  * TOKENS:
@@ -6457,7 +6449,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6457
6449
  */
6458
6450
  /**
6459
6451
  * Do not edit directly
6460
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6452
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6461
6453
  */
6462
6454
  /**
6463
6455
  * TOKENS:
@@ -6482,7 +6474,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6482
6474
  }
6483
6475
  /**
6484
6476
  * Do not edit directly
6485
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6477
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6486
6478
  */
6487
6479
  /**
6488
6480
  * TOKENS:
@@ -6538,7 +6530,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6538
6530
 
6539
6531
  /**
6540
6532
  * Do not edit directly
6541
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6533
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6542
6534
  */
6543
6535
  /**
6544
6536
  * TOKENS:
@@ -6549,9 +6541,9 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6549
6541
  .ilo--richtext {
6550
6542
  font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6551
6543
  font-weight: 400;
6552
- font-size: 16px;
6544
+ font-size: 18.66px;
6553
6545
  letter-spacing: normal;
6554
- line-height: 23.36px;
6546
+ line-height: 27.24px;
6555
6547
  }
6556
6548
  .ilo--richtext a {
6557
6549
  background: rgba(0, 0, 0, 0);
@@ -6687,47 +6679,40 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6687
6679
  .ilo--richtext h2,
6688
6680
  .ilo--richtext h3,
6689
6681
  .ilo--richtext h4,
6690
- .ilo--richtext h5,
6691
- .ilo--richtext h6 {
6682
+ .ilo--richtext h5 {
6692
6683
  font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6693
6684
  font-weight: 700;
6694
6685
  margin-top: 3.0010718114rem;
6695
6686
  }
6696
6687
  .ilo--richtext h1 {
6697
6688
  margin-bottom: 0.6830690456rem;
6698
- font-size: 45.56px;
6689
+ font-size: 44px;
6699
6690
  letter-spacing: -0.035em;
6700
- line-height: 52.39px;
6691
+ line-height: 50.6px;
6701
6692
  }
6702
6693
  .ilo--richtext h2 {
6703
6694
  margin-bottom: 0.8565309039rem;
6704
- font-size: 36.45px;
6695
+ font-size: 36px;
6705
6696
  letter-spacing: -0.035em;
6706
- line-height: 43.74px;
6697
+ line-height: 43.2px;
6707
6698
  }
6708
6699
  .ilo--richtext h3 {
6709
6700
  margin-bottom: 0.5741425509rem;
6710
- font-size: 29.16px;
6701
+ font-size: 28px;
6711
6702
  letter-spacing: -0.035em;
6712
- line-height: 36.45px;
6703
+ line-height: 35px;
6713
6704
  }
6714
6705
  .ilo--richtext h4 {
6715
6706
  margin-bottom: 0.7188906752rem;
6716
- font-size: 23.32px;
6707
+ font-size: 24px;
6717
6708
  letter-spacing: -0.035em;
6718
- line-height: 29.15px;
6709
+ line-height: 30px;
6719
6710
  }
6720
6711
  .ilo--richtext h5 {
6721
6712
  margin-bottom: 0.8175044291rem;
6722
- font-size: 18.66px;
6723
- letter-spacing: -0.035em;
6724
- line-height: 24.26px;
6725
- }
6726
- .ilo--richtext h6 {
6727
- margin-bottom: 0.8175044291rem;
6728
- font-size: 18.66px;
6729
- letter-spacing: -0.035em;
6730
- line-height: 24.26px;
6713
+ font-size: 18px;
6714
+ letter-spacing: -0.02em;
6715
+ line-height: 23.4px;
6731
6716
  }
6732
6717
  .ilo--richtext ul,
6733
6718
  .ilo--richtext ol {
@@ -6763,7 +6748,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6763
6748
  margin: 1.2861736334rem 0 2.1436227224rem 0;
6764
6749
  padding: 4.0728831726rem 0 1.9292604502rem 1.7148981779rem;
6765
6750
  position: relative;
6766
- width: 100%;
6751
+ width: fit-content;
6767
6752
  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");
6768
6753
  }
6769
6754
  .ilo--richtext blockquote p {
@@ -6816,45 +6801,38 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6816
6801
  .ilo--richtext h2,
6817
6802
  .ilo--richtext h3,
6818
6803
  .ilo--richtext h4,
6819
- .ilo--richtext h5,
6820
- .ilo--richtext h6 {
6804
+ .ilo--richtext h5 {
6821
6805
  margin-top: 3.4297963558rem;
6822
6806
  }
6823
6807
  .ilo--richtext h1 {
6824
6808
  margin-bottom: 0.8520418857rem;
6825
- font-size: 56.95px;
6809
+ font-size: 36px;
6826
6810
  letter-spacing: -0.035em;
6827
- line-height: 65.49px;
6811
+ line-height: 43.2px;
6828
6812
  }
6829
6813
  .ilo--richtext h2 {
6830
6814
  margin-bottom: 1.1117935901rem;
6831
- font-size: 45.56px;
6815
+ font-size: 28px;
6832
6816
  letter-spacing: -0.035em;
6833
- line-height: 52.39px;
6817
+ line-height: 35px;
6834
6818
  }
6835
6819
  .ilo--richtext h3 {
6836
6820
  margin-bottom: 0.8565309039rem;
6837
- font-size: 36.45px;
6821
+ font-size: 24px;
6838
6822
  letter-spacing: -0.035em;
6839
- line-height: 43.74px;
6823
+ line-height: 30px;
6840
6824
  }
6841
6825
  .ilo--richtext h4 {
6842
6826
  margin-bottom: 1.0028670954rem;
6843
- font-size: 29.16px;
6844
- letter-spacing: -0.035em;
6845
- line-height: 36.45px;
6827
+ font-size: 18px;
6828
+ letter-spacing: -0.02em;
6829
+ line-height: 23.4px;
6846
6830
  }
6847
6831
  .ilo--richtext h5 {
6848
6832
  margin-bottom: 1.1476152197rem;
6849
- font-size: 23.32px;
6850
- letter-spacing: -0.035em;
6851
- line-height: 29.15px;
6852
- }
6853
- .ilo--richtext h6 {
6854
- margin-bottom: 1.1476152197rem;
6855
- font-size: 23.32px;
6856
- letter-spacing: -0.035em;
6857
- line-height: 29.15px;
6833
+ font-size: 16px;
6834
+ letter-spacing: -0.02em;
6835
+ line-height: 21.6px;
6858
6836
  }
6859
6837
  .ilo--richtext p {
6860
6838
  margin-bottom: 0.9381095829rem;
@@ -6949,7 +6927,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6949
6927
 
6950
6928
  /**
6951
6929
  * Do not edit directly
6952
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
6930
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
6953
6931
  */
6954
6932
  /**
6955
6933
  * TOKENS:
@@ -6961,8 +6939,12 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6961
6939
  display: flex;
6962
6940
  }
6963
6941
  .ilo--searchfield .ilo--fieldset {
6942
+ position: relative;
6964
6943
  width: 100%;
6965
6944
  }
6945
+ .ilo--searchfield .ilo--input {
6946
+ padding-inline-end: 3.0010718114rem;
6947
+ }
6966
6948
  .ilo--searchfield--button {
6967
6949
  background-color: rgb(237, 240, 242);
6968
6950
  background-position: center center;
@@ -6993,14 +6975,33 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
6993
6975
  opacity: 0.45;
6994
6976
  pointer-events: none;
6995
6977
  }
6978
+ .ilo--searchfield--clear-button {
6979
+ display: none;
6980
+ align-items: center;
6981
+ cursor: pointer;
6982
+ }
6983
+ .ilo--searchfield--clear-button.show {
6984
+ display: inline;
6985
+ position: absolute;
6986
+ top: 12px;
6987
+ right: 2%;
6988
+ }
6989
+ .ilo--searchfield [type=search]::-webkit-search-cancel-button {
6990
+ -webkit-appearance: none;
6991
+ -moz-appearance: none;
6992
+ appearance: none;
6993
+ }
6996
6994
  [dir=rtl] .ilo--searchfield .ilo--searchfield--button {
6997
6995
  border-left: 0.1071811361rem solid rgb(184, 196, 204);
6998
- border-right: 0 solid rgb(184, 196, 204);
6996
+ border-right: 0;
6997
+ }
6998
+ [dir=rtl] .ilo--searchfield .ilo--searchfield--clear-button.show {
6999
+ right: 95%;
6999
7000
  }
7000
7001
 
7001
7002
  /**
7002
7003
  * Do not edit directly
7003
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7004
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7004
7005
  */
7005
7006
  /**
7006
7007
  * TOKENS:
@@ -7156,7 +7157,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7156
7157
 
7157
7158
  /**
7158
7159
  * Do not edit directly
7159
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7160
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7160
7161
  */
7161
7162
  /**
7162
7163
  * TOKENS:
@@ -7487,7 +7488,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7487
7488
 
7488
7489
  /**
7489
7490
  * Do not edit directly
7490
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7491
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7491
7492
  */
7492
7493
  /**
7493
7494
  * TOKENS:
@@ -7668,7 +7669,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7668
7669
 
7669
7670
  /**
7670
7671
  * Do not edit directly
7671
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7672
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7672
7673
  */
7673
7674
  /**
7674
7675
  * TOKENS:
@@ -7723,7 +7724,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7723
7724
 
7724
7725
  /**
7725
7726
  * Do not edit directly
7726
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7727
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7727
7728
  */
7728
7729
  /**
7729
7730
  * TOKENS:
@@ -7849,6 +7850,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7849
7850
  font-size: 14.93px;
7850
7851
  letter-spacing: -0.02em;
7851
7852
  line-height: 20.16px;
7853
+ padding: 0.3483386924rem 0.5627009646rem;
7852
7854
  cursor: pointer;
7853
7855
  display: none;
7854
7856
  opacity: 0;
@@ -7898,7 +7900,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7898
7900
 
7899
7901
  /**
7900
7902
  * Do not edit directly
7901
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7903
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7902
7904
  */
7903
7905
  /**
7904
7906
  * TOKENS:
@@ -7950,7 +7952,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7950
7952
 
7951
7953
  /**
7952
7954
  * Do not edit directly
7953
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7955
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7954
7956
  */
7955
7957
  /**
7956
7958
  * TOKENS:
@@ -7960,7 +7962,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
7960
7962
  */
7961
7963
  /**
7962
7964
  * Do not edit directly
7963
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
7965
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
7964
7966
  */
7965
7967
  /**
7966
7968
  * TOKENS:
@@ -8062,7 +8064,7 @@ input:checked + .ilo--input--toggle--slider:before {
8062
8064
 
8063
8065
  /**
8064
8066
  * Do not edit directly
8065
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
8067
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
8066
8068
  */
8067
8069
  /**
8068
8070
  * TOKENS:
@@ -8164,7 +8166,7 @@ input:checked + .ilo--input--toggle--slider:before {
8164
8166
 
8165
8167
  /**
8166
8168
  * Do not edit directly
8167
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
8169
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
8168
8170
  */
8169
8171
  /**
8170
8172
  * TOKENS:
@@ -8172,19 +8174,19 @@ input:checked + .ilo--input--toggle--slider:before {
8172
8174
  /**
8173
8175
  * MAPS:
8174
8176
  */
8175
- .ilo--video {
8177
+ .ilo--legacyvideo {
8176
8178
  position: relative;
8177
8179
  width: 100%;
8178
8180
  }
8179
- .ilo--video--wrapper {
8181
+ .ilo--legacyvideo--wrapper {
8180
8182
  line-height: 0;
8181
8183
  position: relative;
8182
8184
  width: 100%;
8183
8185
  }
8184
- .ilo--video--img {
8186
+ .ilo--legacyvideo--img {
8185
8187
  line-height: 0;
8186
8188
  }
8187
- .ilo--video--caption {
8189
+ .ilo--legacyvideo--caption {
8188
8190
  border-left: 0.1607717042rem solid rgb(184, 196, 204);
8189
8191
  color: rgb(109, 109, 109);
8190
8192
  font-weight: 400;
@@ -8194,42 +8196,42 @@ input:checked + .ilo--input--toggle--slider:before {
8194
8196
  letter-spacing: -0.02em;
8195
8197
  line-height: 20.16px;
8196
8198
  }
8197
- .ilo--video:focus,
8198
- .ilo--video .vjs-tech:focus {
8199
+ .ilo--legacyvideo:focus,
8200
+ .ilo--legacyvideo .vjs-tech:focus {
8199
8201
  outline: none;
8200
8202
  }
8201
- .ilo--video--element,
8202
- .ilo--video .vjs-tech {
8203
+ .ilo--legacyvideo--element,
8204
+ .ilo--legacyvideo .vjs-tech {
8203
8205
  height: auto;
8204
8206
  object-fit: cover;
8205
8207
  width: 100%;
8206
8208
  }
8207
- .ilo--video--element:focus,
8208
- .ilo--video .vjs-tech:focus {
8209
+ .ilo--legacyvideo--element:focus,
8210
+ .ilo--legacyvideo .vjs-tech:focus {
8209
8211
  outline: none;
8210
8212
  }
8211
- .ilo--video--player {
8213
+ .ilo--legacyvideo--player {
8212
8214
  position: relative;
8213
8215
  }
8214
- .ilo--video--player:focus {
8216
+ .ilo--legacyvideo--player:focus {
8215
8217
  outline: none;
8216
8218
  }
8217
- .ilo--video--player.youtube {
8219
+ .ilo--legacyvideo--player.youtube {
8218
8220
  height: auto;
8219
8221
  max-width: 100%;
8220
8222
  overflow: hidden;
8221
8223
  padding-bottom: 56.25%;
8222
8224
  position: relative;
8223
8225
  }
8224
- .ilo--video--player iframe {
8226
+ .ilo--legacyvideo--player iframe {
8225
8227
  height: 100%;
8226
8228
  left: 0;
8227
8229
  position: absolute;
8228
8230
  top: 0;
8229
8231
  width: 100%;
8230
8232
  }
8231
- .ilo--video--poster,
8232
- .ilo--video .vjs-poster {
8233
+ .ilo--legacyvideo--poster,
8234
+ .ilo--legacyvideo .vjs-poster {
8233
8235
  display: none;
8234
8236
  object-fit: cover;
8235
8237
  height: 100%;
@@ -8241,13 +8243,13 @@ input:checked + .ilo--input--toggle--slider:before {
8241
8243
  top: 0;
8242
8244
  width: 100%;
8243
8245
  }
8244
- .ilo--video--poster.show,
8245
- .ilo--video .vjs-poster.show {
8246
+ .ilo--legacyvideo--poster.show,
8247
+ .ilo--legacyvideo .vjs-poster.show {
8246
8248
  display: block;
8247
8249
  }
8248
- .ilo--video--poster img, .ilo--video--poster source,
8249
- .ilo--video .vjs-poster img,
8250
- .ilo--video .vjs-poster source {
8250
+ .ilo--legacyvideo--poster img, .ilo--legacyvideo--poster source,
8251
+ .ilo--legacyvideo .vjs-poster img,
8252
+ .ilo--legacyvideo .vjs-poster source {
8251
8253
  height: auto;
8252
8254
  left: 50%;
8253
8255
  position: absolute;
@@ -8255,8 +8257,8 @@ input:checked + .ilo--input--toggle--slider:before {
8255
8257
  transform: translate(-50%, -50%);
8256
8258
  width: 100%;
8257
8259
  }
8258
- .ilo--video--controls,
8259
- .ilo--video .vjs-control-bar {
8260
+ .ilo--legacyvideo--controls,
8261
+ .ilo--legacyvideo .vjs-control-bar {
8260
8262
  bottom: 0;
8261
8263
  color: rgb(255, 255, 255);
8262
8264
  display: flex;
@@ -8268,26 +8270,26 @@ input:checked + .ilo--input--toggle--slider:before {
8268
8270
  transition: opacity 150ms ease-out;
8269
8271
  width: 100%;
8270
8272
  }
8271
- .ilo--video--controls.notplayed,
8272
- .ilo--video .vjs-control-bar.notplayed {
8273
+ .ilo--legacyvideo--controls.notplayed,
8274
+ .ilo--legacyvideo .vjs-control-bar.notplayed {
8273
8275
  bottom: auto;
8274
8276
  opacity: 1;
8275
8277
  top: 0;
8276
8278
  }
8277
8279
  @media screen and (min-width: 1024px) {
8278
- .ilo--video--controls.notplayed,
8279
- .ilo--video .vjs-control-bar.notplayed {
8280
+ .ilo--legacyvideo--controls.notplayed,
8281
+ .ilo--legacyvideo .vjs-control-bar.notplayed {
8280
8282
  flex-direction: column;
8281
8283
  height: 122px;
8282
8284
  width: 0.2143622722rem;
8283
8285
  }
8284
8286
  }
8285
- [dir=rtl] .ilo--video--controls,
8286
- [dir=rtl] .ilo--video .vjs-control-bar {
8287
+ [dir=rtl] .ilo--legacyvideo--controls,
8288
+ [dir=rtl] .ilo--legacyvideo .vjs-control-bar {
8287
8289
  justify-content: flex-end;
8288
8290
  }
8289
- .ilo--video--controls button span,
8290
- .ilo--video .vjs-control-bar button span {
8291
+ .ilo--legacyvideo--controls button span,
8292
+ .ilo--legacyvideo .vjs-control-bar button span {
8291
8293
  width: 1px;
8292
8294
  height: 1px;
8293
8295
  margin: -1px;
@@ -8297,13 +8299,13 @@ input:checked + .ilo--input--toggle--slider:before {
8297
8299
  clip: rect(0 0 0 0);
8298
8300
  overflow: hidden;
8299
8301
  }
8300
- .ilo--video--controls--play, .ilo--video--controls--pause,
8301
- .ilo--video--controls .vjs-play-control,
8302
- .ilo--video--controls .vjs-big-play-button,
8303
- .ilo--video .vjs-control-bar--play,
8304
- .ilo--video .vjs-control-bar--pause,
8305
- .ilo--video .vjs-control-bar .vjs-play-control,
8306
- .ilo--video .vjs-control-bar .vjs-big-play-button {
8302
+ .ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--pause,
8303
+ .ilo--legacyvideo--controls .vjs-play-control,
8304
+ .ilo--legacyvideo--controls .vjs-big-play-button,
8305
+ .ilo--legacyvideo .vjs-control-bar--play,
8306
+ .ilo--legacyvideo .vjs-control-bar--pause,
8307
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control,
8308
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button {
8307
8309
  background-color: rgb(45, 45, 45);
8308
8310
  border: none;
8309
8311
  cursor: pointer;
@@ -8314,163 +8316,163 @@ input:checked + .ilo--input--toggle--slider:before {
8314
8316
  -moz-appearance: none;
8315
8317
  }
8316
8318
  @media screen and (min-width: 1024px) {
8317
- .ilo--video--controls.notplayed .vjs-play-control,
8318
- .ilo--video--controls.notplayed .vjs-big-play-button,
8319
- .ilo--video .vjs-control-bar.notplayed .vjs-play-control,
8320
- .ilo--video .vjs-control-bar.notplayed .vjs-big-play-button {
8319
+ .ilo--legacyvideo--controls.notplayed .vjs-play-control,
8320
+ .ilo--legacyvideo--controls.notplayed .vjs-big-play-button,
8321
+ .ilo--legacyvideo .vjs-control-bar.notplayed .vjs-play-control,
8322
+ .ilo--legacyvideo .vjs-control-bar.notplayed .vjs-big-play-button {
8321
8323
  order: 1;
8322
8324
  height: 2.5723472669rem;
8323
8325
  width: 2.5723472669rem;
8324
8326
  }
8325
- .ilo--video--controls.notplayed .ilo--video--controls--play,
8326
- .ilo--video--controls.notplayed .ilo--video--controls--pause,
8327
- .ilo--video .vjs-control-bar.notplayed .ilo--video--controls--play,
8328
- .ilo--video .vjs-control-bar.notplayed .ilo--video--controls--pause {
8327
+ .ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--play,
8328
+ .ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--pause,
8329
+ .ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--play,
8330
+ .ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--pause {
8329
8331
  order: 1;
8330
8332
  height: 4.2872454448rem;
8331
8333
  width: 4.2872454448rem;
8332
8334
  }
8333
8335
  }
8334
- .ilo--video--controls--play,
8335
- .ilo--video--controls .vjs-play-control:not(.vjs-playing),
8336
- .ilo--video--controls .vjs-big-play-button,
8337
- .ilo--video .vjs-control-bar--play,
8338
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing),
8339
- .ilo--video .vjs-control-bar .vjs-big-play-button {
8336
+ .ilo--legacyvideo--controls--play,
8337
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing),
8338
+ .ilo--legacyvideo--controls .vjs-big-play-button,
8339
+ .ilo--legacyvideo .vjs-control-bar--play,
8340
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing),
8341
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button {
8340
8342
  background-position: center center;
8341
8343
  background-repeat: no-repeat;
8342
8344
  background-size: 2.5723472669rem 2.5723472669rem;
8343
8345
  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");
8344
8346
  }
8345
- .ilo--video--controls--play.ilo--video--controls--play--hovered, .ilo--video--controls--play:hover, .ilo--video--controls--play:focus,
8346
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered,
8347
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):hover,
8348
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):focus,
8349
- .ilo--video--controls .vjs-big-play-button.ilo--video--controls--play--hovered,
8350
- .ilo--video--controls .vjs-big-play-button:hover,
8351
- .ilo--video--controls .vjs-big-play-button:focus,
8352
- .ilo--video .vjs-control-bar--play.ilo--video--controls--play--hovered,
8353
- .ilo--video .vjs-control-bar--play:hover,
8354
- .ilo--video .vjs-control-bar--play:focus,
8355
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered,
8356
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover,
8357
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus,
8358
- .ilo--video .vjs-control-bar .vjs-big-play-button.ilo--video--controls--play--hovered,
8359
- .ilo--video .vjs-control-bar .vjs-big-play-button:hover,
8360
- .ilo--video .vjs-control-bar .vjs-big-play-button:focus {
8347
+ .ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered, .ilo--legacyvideo--controls--play:hover, .ilo--legacyvideo--controls--play:focus,
8348
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered,
8349
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover,
8350
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus,
8351
+ .ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered,
8352
+ .ilo--legacyvideo--controls .vjs-big-play-button:hover,
8353
+ .ilo--legacyvideo--controls .vjs-big-play-button:focus,
8354
+ .ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered,
8355
+ .ilo--legacyvideo .vjs-control-bar--play:hover,
8356
+ .ilo--legacyvideo .vjs-control-bar--play:focus,
8357
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered,
8358
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover,
8359
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus,
8360
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered,
8361
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover,
8362
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus {
8361
8363
  background-color: rgb(235, 245, 253);
8362
8364
  background-position: center center;
8363
8365
  background-repeat: no-repeat;
8364
8366
  background-size: 2.5723472669rem 2.5723472669rem;
8365
8367
  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");
8366
8368
  }
8367
- .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,
8368
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .vjs-duration,
8369
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8370
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
8371
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):hover ~ .ilo--video--controls--duration,
8372
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
8373
- .ilo--video--controls .vjs-play-control:not(.vjs-playing):focus ~ .ilo--video--controls--duration,
8374
- .ilo--video--controls .vjs-big-play-button.ilo--video--controls--play--hovered ~ .vjs-duration,
8375
- .ilo--video--controls .vjs-big-play-button.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8376
- .ilo--video--controls .vjs-big-play-button:hover ~ .vjs-duration,
8377
- .ilo--video--controls .vjs-big-play-button:hover ~ .ilo--video--controls--duration,
8378
- .ilo--video--controls .vjs-big-play-button:focus ~ .vjs-duration,
8379
- .ilo--video--controls .vjs-big-play-button:focus ~ .ilo--video--controls--duration,
8380
- .ilo--video .vjs-control-bar--play.ilo--video--controls--play--hovered ~ .vjs-duration,
8381
- .ilo--video .vjs-control-bar--play.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8382
- .ilo--video .vjs-control-bar--play:hover ~ .vjs-duration,
8383
- .ilo--video .vjs-control-bar--play:hover ~ .ilo--video--controls--duration,
8384
- .ilo--video .vjs-control-bar--play:focus ~ .vjs-duration,
8385
- .ilo--video .vjs-control-bar--play:focus ~ .ilo--video--controls--duration,
8386
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .vjs-duration,
8387
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8388
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
8389
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .ilo--video--controls--duration,
8390
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
8391
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .ilo--video--controls--duration,
8392
- .ilo--video .vjs-control-bar .vjs-big-play-button.ilo--video--controls--play--hovered ~ .vjs-duration,
8393
- .ilo--video .vjs-control-bar .vjs-big-play-button.ilo--video--controls--play--hovered ~ .ilo--video--controls--duration,
8394
- .ilo--video .vjs-control-bar .vjs-big-play-button:hover ~ .vjs-duration,
8395
- .ilo--video .vjs-control-bar .vjs-big-play-button:hover ~ .ilo--video--controls--duration,
8396
- .ilo--video .vjs-control-bar .vjs-big-play-button:focus ~ .vjs-duration,
8397
- .ilo--video .vjs-control-bar .vjs-big-play-button:focus ~ .ilo--video--controls--duration {
8369
+ .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,
8370
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
8371
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
8372
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
8373
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover ~ .ilo--legacyvideo--controls--duration,
8374
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
8375
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus ~ .ilo--legacyvideo--controls--duration,
8376
+ .ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
8377
+ .ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
8378
+ .ilo--legacyvideo--controls .vjs-big-play-button:hover ~ .vjs-duration,
8379
+ .ilo--legacyvideo--controls .vjs-big-play-button:hover ~ .ilo--legacyvideo--controls--duration,
8380
+ .ilo--legacyvideo--controls .vjs-big-play-button:focus ~ .vjs-duration,
8381
+ .ilo--legacyvideo--controls .vjs-big-play-button:focus ~ .ilo--legacyvideo--controls--duration,
8382
+ .ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
8383
+ .ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
8384
+ .ilo--legacyvideo .vjs-control-bar--play:hover ~ .vjs-duration,
8385
+ .ilo--legacyvideo .vjs-control-bar--play:hover ~ .ilo--legacyvideo--controls--duration,
8386
+ .ilo--legacyvideo .vjs-control-bar--play:focus ~ .vjs-duration,
8387
+ .ilo--legacyvideo .vjs-control-bar--play:focus ~ .ilo--legacyvideo--controls--duration,
8388
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
8389
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
8390
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
8391
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .ilo--legacyvideo--controls--duration,
8392
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
8393
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .ilo--legacyvideo--controls--duration,
8394
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
8395
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
8396
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover ~ .vjs-duration,
8397
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover ~ .ilo--legacyvideo--controls--duration,
8398
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus ~ .vjs-duration,
8399
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus ~ .ilo--legacyvideo--controls--duration {
8398
8400
  background-color: rgb(235, 245, 253);
8399
8401
  color: rgb(30, 45, 190);
8400
8402
  }
8401
- .ilo--video--controls--play.vjs-paused, .ilo--video--controls--play.vjs-ended,
8402
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
8403
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended,
8404
- .ilo--video--controls .vjs-big-play-button.vjs-paused,
8405
- .ilo--video--controls .vjs-big-play-button.vjs-ended,
8406
- .ilo--video .vjs-control-bar--play.vjs-paused,
8407
- .ilo--video .vjs-control-bar--play.vjs-ended,
8408
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
8409
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended,
8410
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused,
8411
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended {
8403
+ .ilo--legacyvideo--controls--play.vjs-paused, .ilo--legacyvideo--controls--play.vjs-ended,
8404
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
8405
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended,
8406
+ .ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused,
8407
+ .ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended,
8408
+ .ilo--legacyvideo .vjs-control-bar--play.vjs-paused,
8409
+ .ilo--legacyvideo .vjs-control-bar--play.vjs-ended,
8410
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
8411
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended,
8412
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused,
8413
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended {
8412
8414
  background-position: center center;
8413
8415
  background-repeat: no-repeat;
8414
8416
  background-size: 1.2861736334rem 1.2861736334rem;
8415
8417
  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");
8416
8418
  }
8417
- .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,
8418
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
8419
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
8420
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
8421
- .ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
8422
- .ilo--video--controls .vjs-big-play-button.vjs-paused:hover,
8423
- .ilo--video--controls .vjs-big-play-button.vjs-paused:focus,
8424
- .ilo--video--controls .vjs-big-play-button.vjs-ended:hover,
8425
- .ilo--video--controls .vjs-big-play-button.vjs-ended:focus,
8426
- .ilo--video .vjs-control-bar--play.vjs-paused:hover,
8427
- .ilo--video .vjs-control-bar--play.vjs-paused:focus,
8428
- .ilo--video .vjs-control-bar--play.vjs-ended:hover,
8429
- .ilo--video .vjs-control-bar--play.vjs-ended:focus,
8430
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
8431
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
8432
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
8433
- .ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
8434
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:hover,
8435
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:focus,
8436
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended:hover,
8437
- .ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended:focus {
8419
+ .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,
8420
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
8421
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
8422
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
8423
+ .ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
8424
+ .ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused:hover,
8425
+ .ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused:focus,
8426
+ .ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended:hover,
8427
+ .ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended:focus,
8428
+ .ilo--legacyvideo .vjs-control-bar--play.vjs-paused:hover,
8429
+ .ilo--legacyvideo .vjs-control-bar--play.vjs-paused:focus,
8430
+ .ilo--legacyvideo .vjs-control-bar--play.vjs-ended:hover,
8431
+ .ilo--legacyvideo .vjs-control-bar--play.vjs-ended:focus,
8432
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
8433
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
8434
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
8435
+ .ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
8436
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused:hover,
8437
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused:focus,
8438
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended:hover,
8439
+ .ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended:focus {
8438
8440
  background-color: rgb(235, 245, 253);
8439
8441
  background-position: center center;
8440
8442
  background-repeat: no-repeat;
8441
8443
  background-size: 1.2861736334rem 1.2861736334rem;
8442
8444
  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");
8443
8445
  }
8444
- .ilo--video--controls:not(.notplayed) .ilo--video--controls--play,
8445
- .ilo--video .vjs-control-bar:not(.notplayed) .ilo--video--controls--play {
8446
+ .ilo--legacyvideo--controls:not(.notplayed) .ilo--legacyvideo--controls--play,
8447
+ .ilo--legacyvideo .vjs-control-bar:not(.notplayed) .ilo--legacyvideo--controls--play {
8446
8448
  background-size: 24px 24px;
8447
8449
  }
8448
- .ilo--video--controls--pause,
8449
- .ilo--video--controls .vjs-playing,
8450
- .ilo--video .vjs-control-bar--pause,
8451
- .ilo--video .vjs-control-bar .vjs-playing {
8450
+ .ilo--legacyvideo--controls--pause,
8451
+ .ilo--legacyvideo--controls .vjs-playing,
8452
+ .ilo--legacyvideo .vjs-control-bar--pause,
8453
+ .ilo--legacyvideo .vjs-control-bar .vjs-playing {
8452
8454
  background-position: center center;
8453
8455
  background-repeat: no-repeat;
8454
8456
  background-size: 1.2861736334rem 1.2861736334rem;
8455
8457
  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");
8456
8458
  }
8457
- .ilo--video--controls--pause:hover, .ilo--video--controls--pause:focus,
8458
- .ilo--video--controls .vjs-playing:hover,
8459
- .ilo--video--controls .vjs-playing:focus,
8460
- .ilo--video .vjs-control-bar--pause:hover,
8461
- .ilo--video .vjs-control-bar--pause:focus,
8462
- .ilo--video .vjs-control-bar .vjs-playing:hover,
8463
- .ilo--video .vjs-control-bar .vjs-playing:focus {
8459
+ .ilo--legacyvideo--controls--pause:hover, .ilo--legacyvideo--controls--pause:focus,
8460
+ .ilo--legacyvideo--controls .vjs-playing:hover,
8461
+ .ilo--legacyvideo--controls .vjs-playing:focus,
8462
+ .ilo--legacyvideo .vjs-control-bar--pause:hover,
8463
+ .ilo--legacyvideo .vjs-control-bar--pause:focus,
8464
+ .ilo--legacyvideo .vjs-control-bar .vjs-playing:hover,
8465
+ .ilo--legacyvideo .vjs-control-bar .vjs-playing:focus {
8464
8466
  background-color: rgb(235, 245, 253);
8465
8467
  background-position: center center;
8466
8468
  background-repeat: no-repeat;
8467
8469
  background-size: 1.2861736334rem 1.2861736334rem;
8468
8470
  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");
8469
8471
  }
8470
- .ilo--video--controls--duration,
8471
- .ilo--video--controls .vjs-duration,
8472
- .ilo--video .vjs-control-bar--duration,
8473
- .ilo--video .vjs-control-bar .vjs-duration {
8472
+ .ilo--legacyvideo--controls--duration,
8473
+ .ilo--legacyvideo--controls .vjs-duration,
8474
+ .ilo--legacyvideo .vjs-control-bar--duration,
8475
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration {
8474
8476
  background-color: rgb(45, 45, 45);
8475
8477
  color: rgb(237, 240, 242);
8476
8478
  display: none;
@@ -8485,66 +8487,66 @@ input:checked + .ilo--input--toggle--slider:before {
8485
8487
  letter-spacing: -0.02em;
8486
8488
  line-height: 20.16px;
8487
8489
  }
8488
- .ilo--video--controls--duration.ilo--video--controls--duration--hovered, .ilo--video--controls--duration:hover, .ilo--video--controls--duration:focus,
8489
- .ilo--video--controls .vjs-duration.ilo--video--controls--duration--hovered,
8490
- .ilo--video--controls .vjs-duration:hover,
8491
- .ilo--video--controls .vjs-duration:focus,
8492
- .ilo--video .vjs-control-bar--duration.ilo--video--controls--duration--hovered,
8493
- .ilo--video .vjs-control-bar--duration:hover,
8494
- .ilo--video .vjs-control-bar--duration:focus,
8495
- .ilo--video .vjs-control-bar .vjs-duration.ilo--video--controls--duration--hovered,
8496
- .ilo--video .vjs-control-bar .vjs-duration:hover,
8497
- .ilo--video .vjs-control-bar .vjs-duration:focus {
8490
+ .ilo--legacyvideo--controls--duration.ilo--legacyvideo--controls--duration--hovered, .ilo--legacyvideo--controls--duration:hover, .ilo--legacyvideo--controls--duration:focus,
8491
+ .ilo--legacyvideo--controls .vjs-duration.ilo--legacyvideo--controls--duration--hovered,
8492
+ .ilo--legacyvideo--controls .vjs-duration:hover,
8493
+ .ilo--legacyvideo--controls .vjs-duration:focus,
8494
+ .ilo--legacyvideo .vjs-control-bar--duration.ilo--legacyvideo--controls--duration--hovered,
8495
+ .ilo--legacyvideo .vjs-control-bar--duration:hover,
8496
+ .ilo--legacyvideo .vjs-control-bar--duration:focus,
8497
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration.ilo--legacyvideo--controls--duration--hovered,
8498
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration:hover,
8499
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration:focus {
8498
8500
  background-color: rgb(235, 245, 253);
8499
8501
  color: rgb(30, 45, 190);
8500
8502
  }
8501
- .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,
8502
- .ilo--video--controls .vjs-duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play,
8503
- .ilo--video--controls .vjs-duration:hover ~ .ilo--video--controls--play,
8504
- .ilo--video--controls .vjs-duration:focus ~ .ilo--video--controls--play,
8505
- .ilo--video .vjs-control-bar--duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play,
8506
- .ilo--video .vjs-control-bar--duration:hover ~ .ilo--video--controls--play,
8507
- .ilo--video .vjs-control-bar--duration:focus ~ .ilo--video--controls--play,
8508
- .ilo--video .vjs-control-bar .vjs-duration.ilo--video--controls--duration--hovered ~ .ilo--video--controls--play,
8509
- .ilo--video .vjs-control-bar .vjs-duration:hover ~ .ilo--video--controls--play,
8510
- .ilo--video .vjs-control-bar .vjs-duration:focus ~ .ilo--video--controls--play {
8503
+ .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,
8504
+ .ilo--legacyvideo--controls .vjs-duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
8505
+ .ilo--legacyvideo--controls .vjs-duration:hover ~ .ilo--legacyvideo--controls--play,
8506
+ .ilo--legacyvideo--controls .vjs-duration:focus ~ .ilo--legacyvideo--controls--play,
8507
+ .ilo--legacyvideo .vjs-control-bar--duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
8508
+ .ilo--legacyvideo .vjs-control-bar--duration:hover ~ .ilo--legacyvideo--controls--play,
8509
+ .ilo--legacyvideo .vjs-control-bar--duration:focus ~ .ilo--legacyvideo--controls--play,
8510
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
8511
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration:hover ~ .ilo--legacyvideo--controls--play,
8512
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration:focus ~ .ilo--legacyvideo--controls--play {
8511
8513
  background-color: rgb(235, 245, 253);
8512
8514
  background-position: center center;
8513
8515
  background-repeat: no-repeat;
8514
8516
  background-size: 2.5723472669rem 2.5723472669rem;
8515
8517
  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");
8516
8518
  }
8517
- .ilo--video--controls--duration.show,
8518
- .ilo--video--controls .vjs-duration.show,
8519
- .ilo--video .vjs-control-bar--duration.show,
8520
- .ilo--video .vjs-control-bar .vjs-duration.show {
8519
+ .ilo--legacyvideo--controls--duration.show,
8520
+ .ilo--legacyvideo--controls .vjs-duration.show,
8521
+ .ilo--legacyvideo .vjs-control-bar--duration.show,
8522
+ .ilo--legacyvideo .vjs-control-bar .vjs-duration.show {
8521
8523
  display: block;
8522
8524
  }
8523
8525
  @media screen and (min-width: 1024px) {
8524
- .ilo--video--controls.notplayed .vjs-duration,
8525
- .ilo--video .vjs-control-bar.notplayed .vjs-duration {
8526
+ .ilo--legacyvideo--controls.notplayed .vjs-duration,
8527
+ .ilo--legacyvideo .vjs-control-bar.notplayed .vjs-duration {
8526
8528
  height: 2.1436227224rem;
8527
8529
  margin-left: 0;
8528
8530
  margin-top: 2px;
8529
8531
  width: 2.5723472669rem;
8530
8532
  }
8531
- .ilo--video--controls.notplayed .ilo--video--controls--duration,
8532
- .ilo--video .vjs-control-bar.notplayed .ilo--video--controls--duration {
8533
+ .ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--duration,
8534
+ .ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--duration {
8533
8535
  height: 2.1436227224rem;
8534
8536
  margin-left: 0;
8535
8537
  margin-top: 2px;
8536
8538
  width: 4.2872454448rem;
8537
8539
  }
8538
8540
  }
8539
- .ilo--video--controls .vjs-progress-holder,
8540
- .ilo--video .vjs-control-bar .vjs-progress-holder {
8541
+ .ilo--legacyvideo--controls .vjs-progress-holder,
8542
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-holder {
8541
8543
  position: relative;
8542
8544
  width: 96%;
8543
8545
  }
8544
- .ilo--video--controls--progress,
8545
- .ilo--video--controls .vjs-progress-control,
8546
- .ilo--video .vjs-control-bar--progress,
8547
- .ilo--video .vjs-control-bar .vjs-progress-control {
8546
+ .ilo--legacyvideo--controls--progress,
8547
+ .ilo--legacyvideo--controls .vjs-progress-control,
8548
+ .ilo--legacyvideo .vjs-control-bar--progress,
8549
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control {
8548
8550
  background-color: rgb(45, 45, 45);
8549
8551
  display: none;
8550
8552
  flex-grow: 1;
@@ -8553,19 +8555,19 @@ input:checked + .ilo--input--toggle--slider:before {
8553
8555
  order: 3;
8554
8556
  position: relative;
8555
8557
  }
8556
- .ilo--video--controls--progress.show, .vjs-has-started .ilo--video--controls--progress,
8557
- .ilo--video--controls .vjs-progress-control.show,
8558
- .vjs-has-started .ilo--video--controls .vjs-progress-control,
8559
- .ilo--video .vjs-control-bar--progress.show,
8560
- .vjs-has-started .ilo--video .vjs-control-bar--progress,
8561
- .ilo--video .vjs-control-bar .vjs-progress-control.show,
8562
- .vjs-has-started .ilo--video .vjs-control-bar .vjs-progress-control {
8558
+ .ilo--legacyvideo--controls--progress.show, .vjs-has-started .ilo--legacyvideo--controls--progress,
8559
+ .ilo--legacyvideo--controls .vjs-progress-control.show,
8560
+ .vjs-has-started .ilo--legacyvideo--controls .vjs-progress-control,
8561
+ .ilo--legacyvideo .vjs-control-bar--progress.show,
8562
+ .vjs-has-started .ilo--legacyvideo .vjs-control-bar--progress,
8563
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control.show,
8564
+ .vjs-has-started .ilo--legacyvideo .vjs-control-bar .vjs-progress-control {
8563
8565
  display: block;
8564
8566
  }
8565
- .ilo--video--controls--progress-playhead,
8566
- .ilo--video--controls .vjs-progress-control-playhead,
8567
- .ilo--video .vjs-control-bar--progress-playhead,
8568
- .ilo--video .vjs-control-bar .vjs-progress-control-playhead {
8567
+ .ilo--legacyvideo--controls--progress-playhead,
8568
+ .ilo--legacyvideo--controls .vjs-progress-control-playhead,
8569
+ .ilo--legacyvideo .vjs-control-bar--progress-playhead,
8570
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-playhead {
8569
8571
  height: 100%;
8570
8572
  left: 2%;
8571
8573
  opacity: 0;
@@ -8575,14 +8577,14 @@ input:checked + .ilo--input--toggle--slider:before {
8575
8577
  width: 96%;
8576
8578
  z-index: 20;
8577
8579
  }
8578
- .ilo--video--controls--progress-current,
8579
- .ilo--video--controls--progress .vjs-play-progress,
8580
- .ilo--video--controls .vjs-progress-control-current,
8581
- .ilo--video--controls .vjs-progress-control .vjs-play-progress,
8582
- .ilo--video .vjs-control-bar--progress-current,
8583
- .ilo--video .vjs-control-bar--progress .vjs-play-progress,
8584
- .ilo--video .vjs-control-bar .vjs-progress-control-current,
8585
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
8580
+ .ilo--legacyvideo--controls--progress-current,
8581
+ .ilo--legacyvideo--controls--progress .vjs-play-progress,
8582
+ .ilo--legacyvideo--controls .vjs-progress-control-current,
8583
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress,
8584
+ .ilo--legacyvideo .vjs-control-bar--progress-current,
8585
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress,
8586
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current,
8587
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress {
8586
8588
  height: 8px;
8587
8589
  left: 2%;
8588
8590
  position: absolute;
@@ -8591,54 +8593,54 @@ input:checked + .ilo--input--toggle--slider:before {
8591
8593
  z-index: 15;
8592
8594
  -webkit-appearance: none;
8593
8595
  }
8594
- .ilo--video--controls--progress-current::-moz-progress-bar,
8595
- .ilo--video--controls--progress .vjs-play-progress::-moz-progress-bar,
8596
- .ilo--video--controls .vjs-progress-control-current::-moz-progress-bar,
8597
- .ilo--video--controls .vjs-progress-control .vjs-play-progress::-moz-progress-bar,
8598
- .ilo--video .vjs-control-bar--progress-current::-moz-progress-bar,
8599
- .ilo--video .vjs-control-bar--progress .vjs-play-progress::-moz-progress-bar,
8600
- .ilo--video .vjs-control-bar .vjs-progress-control-current::-moz-progress-bar,
8601
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress::-moz-progress-bar {
8596
+ .ilo--legacyvideo--controls--progress-current::-moz-progress-bar,
8597
+ .ilo--legacyvideo--controls--progress .vjs-play-progress::-moz-progress-bar,
8598
+ .ilo--legacyvideo--controls .vjs-progress-control-current::-moz-progress-bar,
8599
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-moz-progress-bar,
8600
+ .ilo--legacyvideo .vjs-control-bar--progress-current::-moz-progress-bar,
8601
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-moz-progress-bar,
8602
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-moz-progress-bar,
8603
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-moz-progress-bar {
8602
8604
  background: rgb(235, 245, 253);
8603
8605
  border-radius: 0;
8604
8606
  }
8605
- .ilo--video--controls--progress-current::-webkit-progress-bar,
8606
- .ilo--video--controls--progress .vjs-play-progress::-webkit-progress-bar,
8607
- .ilo--video--controls .vjs-progress-control-current::-webkit-progress-bar,
8608
- .ilo--video--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-bar,
8609
- .ilo--video .vjs-control-bar--progress-current::-webkit-progress-bar,
8610
- .ilo--video .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-bar,
8611
- .ilo--video .vjs-control-bar .vjs-progress-control-current::-webkit-progress-bar,
8612
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-bar {
8607
+ .ilo--legacyvideo--controls--progress-current::-webkit-progress-bar,
8608
+ .ilo--legacyvideo--controls--progress .vjs-play-progress::-webkit-progress-bar,
8609
+ .ilo--legacyvideo--controls .vjs-progress-control-current::-webkit-progress-bar,
8610
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-bar,
8611
+ .ilo--legacyvideo .vjs-control-bar--progress-current::-webkit-progress-bar,
8612
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-bar,
8613
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-webkit-progress-bar,
8614
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-bar {
8613
8615
  background: transparent;
8614
8616
  }
8615
- .ilo--video--controls--progress-current::-webkit-progress-value,
8616
- .ilo--video--controls--progress .vjs-play-progress::-webkit-progress-value,
8617
- .ilo--video--controls .vjs-progress-control-current::-webkit-progress-value,
8618
- .ilo--video--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-value,
8619
- .ilo--video .vjs-control-bar--progress-current::-webkit-progress-value,
8620
- .ilo--video .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-value,
8621
- .ilo--video .vjs-control-bar .vjs-progress-control-current::-webkit-progress-value,
8622
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-value {
8617
+ .ilo--legacyvideo--controls--progress-current::-webkit-progress-value,
8618
+ .ilo--legacyvideo--controls--progress .vjs-play-progress::-webkit-progress-value,
8619
+ .ilo--legacyvideo--controls .vjs-progress-control-current::-webkit-progress-value,
8620
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-value,
8621
+ .ilo--legacyvideo .vjs-control-bar--progress-current::-webkit-progress-value,
8622
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-value,
8623
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-webkit-progress-value,
8624
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-value {
8623
8625
  background: rgb(235, 245, 253);
8624
8626
  border-radius: 0;
8625
8627
  }
8626
- .ilo--video--controls--progress .vjs-play-progress,
8627
- .ilo--video--controls .vjs-progress-control .vjs-play-progress,
8628
- .ilo--video .vjs-control-bar--progress .vjs-play-progress,
8629
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
8628
+ .ilo--legacyvideo--controls--progress .vjs-play-progress,
8629
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress,
8630
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress,
8631
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress {
8630
8632
  background: rgb(235, 245, 253);
8631
8633
  }
8632
- .ilo--video--controls--progress .vjs-play-progress .vjs-time-tooltip,
8633
- .ilo--video--controls .vjs-progress-control .vjs-play-progress .vjs-time-tooltip,
8634
- .ilo--video .vjs-control-bar--progress .vjs-play-progress .vjs-time-tooltip,
8635
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
8634
+ .ilo--legacyvideo--controls--progress .vjs-play-progress .vjs-time-tooltip,
8635
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress .vjs-time-tooltip,
8636
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress .vjs-time-tooltip,
8637
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
8636
8638
  display: none;
8637
8639
  }
8638
- .ilo--video--controls--progress div[data-start],
8639
- .ilo--video--controls .vjs-progress-control div[data-start],
8640
- .ilo--video .vjs-control-bar--progress div[data-start],
8641
- .ilo--video .vjs-control-bar .vjs-progress-control div[data-start] {
8640
+ .ilo--legacyvideo--controls--progress div[data-start],
8641
+ .ilo--legacyvideo--controls .vjs-progress-control div[data-start],
8642
+ .ilo--legacyvideo .vjs-control-bar--progress div[data-start],
8643
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control div[data-start] {
8642
8644
  background: rgb(184, 196, 204);
8643
8645
  height: 8px;
8644
8646
  left: 2%;
@@ -8647,27 +8649,27 @@ input:checked + .ilo--input--toggle--slider:before {
8647
8649
  width: 96%;
8648
8650
  z-index: 15;
8649
8651
  }
8650
- .ilo--video--controls--progress-played,
8651
- .ilo--video--controls--progress .vjs-mouse-display,
8652
- .ilo--video--controls .vjs-progress-control-played,
8653
- .ilo--video--controls .vjs-progress-control .vjs-mouse-display,
8654
- .ilo--video .vjs-control-bar--progress-played,
8655
- .ilo--video .vjs-control-bar--progress .vjs-mouse-display,
8656
- .ilo--video .vjs-control-bar .vjs-progress-control-played,
8657
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
8652
+ .ilo--legacyvideo--controls--progress-played,
8653
+ .ilo--legacyvideo--controls--progress .vjs-mouse-display,
8654
+ .ilo--legacyvideo--controls .vjs-progress-control-played,
8655
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-mouse-display,
8656
+ .ilo--legacyvideo .vjs-control-bar--progress-played,
8657
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-mouse-display,
8658
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-played,
8659
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
8658
8660
  display: none;
8659
8661
  position: absolute;
8660
8662
  top: -40px;
8661
8663
  z-index: 20;
8662
8664
  }
8663
- .ilo--video--controls--progress-loaded,
8664
- .ilo--video--controls--progress .vjs-load-progress,
8665
- .ilo--video--controls .vjs-progress-control-loaded,
8666
- .ilo--video--controls .vjs-progress-control .vjs-load-progress,
8667
- .ilo--video .vjs-control-bar--progress-loaded,
8668
- .ilo--video .vjs-control-bar--progress .vjs-load-progress,
8669
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded,
8670
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress {
8665
+ .ilo--legacyvideo--controls--progress-loaded,
8666
+ .ilo--legacyvideo--controls--progress .vjs-load-progress,
8667
+ .ilo--legacyvideo--controls .vjs-progress-control-loaded,
8668
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress,
8669
+ .ilo--legacyvideo .vjs-control-bar--progress-loaded,
8670
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress,
8671
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded,
8672
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress {
8671
8673
  height: 8px;
8672
8674
  left: 2%;
8673
8675
  position: absolute;
@@ -8676,54 +8678,54 @@ input:checked + .ilo--input--toggle--slider:before {
8676
8678
  z-index: 10;
8677
8679
  -webkit-appearance: none;
8678
8680
  }
8679
- .ilo--video--controls--progress-loaded::-moz-progress-bar,
8680
- .ilo--video--controls--progress .vjs-load-progress::-moz-progress-bar,
8681
- .ilo--video--controls .vjs-progress-control-loaded::-moz-progress-bar,
8682
- .ilo--video--controls .vjs-progress-control .vjs-load-progress::-moz-progress-bar,
8683
- .ilo--video .vjs-control-bar--progress-loaded::-moz-progress-bar,
8684
- .ilo--video .vjs-control-bar--progress .vjs-load-progress::-moz-progress-bar,
8685
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded::-moz-progress-bar,
8686
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress::-moz-progress-bar {
8681
+ .ilo--legacyvideo--controls--progress-loaded::-moz-progress-bar,
8682
+ .ilo--legacyvideo--controls--progress .vjs-load-progress::-moz-progress-bar,
8683
+ .ilo--legacyvideo--controls .vjs-progress-control-loaded::-moz-progress-bar,
8684
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-moz-progress-bar,
8685
+ .ilo--legacyvideo .vjs-control-bar--progress-loaded::-moz-progress-bar,
8686
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-moz-progress-bar,
8687
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-moz-progress-bar,
8688
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-moz-progress-bar {
8687
8689
  background: rgb(184, 196, 204);
8688
8690
  border-radius: 0;
8689
8691
  }
8690
- .ilo--video--controls--progress-loaded::-webkit-progress-bar,
8691
- .ilo--video--controls--progress .vjs-load-progress::-webkit-progress-bar,
8692
- .ilo--video--controls .vjs-progress-control-loaded::-webkit-progress-bar,
8693
- .ilo--video--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-bar,
8694
- .ilo--video .vjs-control-bar--progress-loaded::-webkit-progress-bar,
8695
- .ilo--video .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-bar,
8696
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-bar,
8697
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-bar {
8692
+ .ilo--legacyvideo--controls--progress-loaded::-webkit-progress-bar,
8693
+ .ilo--legacyvideo--controls--progress .vjs-load-progress::-webkit-progress-bar,
8694
+ .ilo--legacyvideo--controls .vjs-progress-control-loaded::-webkit-progress-bar,
8695
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-bar,
8696
+ .ilo--legacyvideo .vjs-control-bar--progress-loaded::-webkit-progress-bar,
8697
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-bar,
8698
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-bar,
8699
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-bar {
8698
8700
  background: transparent;
8699
8701
  }
8700
- .ilo--video--controls--progress-loaded::-webkit-progress-value,
8701
- .ilo--video--controls--progress .vjs-load-progress::-webkit-progress-value,
8702
- .ilo--video--controls .vjs-progress-control-loaded::-webkit-progress-value,
8703
- .ilo--video--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-value,
8704
- .ilo--video .vjs-control-bar--progress-loaded::-webkit-progress-value,
8705
- .ilo--video .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-value,
8706
- .ilo--video .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-value,
8707
- .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-value {
8702
+ .ilo--legacyvideo--controls--progress-loaded::-webkit-progress-value,
8703
+ .ilo--legacyvideo--controls--progress .vjs-load-progress::-webkit-progress-value,
8704
+ .ilo--legacyvideo--controls .vjs-progress-control-loaded::-webkit-progress-value,
8705
+ .ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-value,
8706
+ .ilo--legacyvideo .vjs-control-bar--progress-loaded::-webkit-progress-value,
8707
+ .ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-value,
8708
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-value,
8709
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-value {
8708
8710
  background: rgb(184, 196, 204);
8709
8711
  border-radius: 0;
8710
8712
  }
8711
- .ilo--video--controls--progress:hover .vjs-play-progress, .ilo--video--controls--progress:focus .vjs-play-progress,
8712
- .ilo--video--controls .vjs-progress-control:hover .vjs-play-progress,
8713
- .ilo--video--controls .vjs-progress-control:focus .vjs-play-progress,
8714
- .ilo--video .vjs-control-bar--progress:hover .vjs-play-progress,
8715
- .ilo--video .vjs-control-bar--progress:focus .vjs-play-progress,
8716
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress,
8717
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
8713
+ .ilo--legacyvideo--controls--progress:hover .vjs-play-progress, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress,
8714
+ .ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress,
8715
+ .ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress,
8716
+ .ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress,
8717
+ .ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress,
8718
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress,
8719
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
8718
8720
  position: relative;
8719
8721
  }
8720
- .ilo--video--controls--progress:hover .vjs-play-progress .vjs-time-tooltip, .ilo--video--controls--progress:focus .vjs-play-progress .vjs-time-tooltip,
8721
- .ilo--video--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
8722
- .ilo--video--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip,
8723
- .ilo--video .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip,
8724
- .ilo--video .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip,
8725
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
8726
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip {
8722
+ .ilo--legacyvideo--controls--progress:hover .vjs-play-progress .vjs-time-tooltip, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress .vjs-time-tooltip,
8723
+ .ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
8724
+ .ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip,
8725
+ .ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip,
8726
+ .ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip,
8727
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
8728
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip {
8727
8729
  align-items: center;
8728
8730
  background-color: rgb(45, 45, 45);
8729
8731
  display: flex;
@@ -8737,13 +8739,13 @@ input:checked + .ilo--input--toggle--slider:before {
8737
8739
  letter-spacing: -0.02em;
8738
8740
  line-height: 16.24px;
8739
8741
  }
8740
- .ilo--video--controls--progress:hover .vjs-play-progress .vjs-time-tooltip:after, .ilo--video--controls--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
8741
- .ilo--video--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
8742
- .ilo--video--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after,
8743
- .ilo--video .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip:after,
8744
- .ilo--video .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
8745
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
8746
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after {
8742
+ .ilo--legacyvideo--controls--progress:hover .vjs-play-progress .vjs-time-tooltip:after, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
8743
+ .ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
8744
+ .ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after,
8745
+ .ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip:after,
8746
+ .ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
8747
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
8748
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after {
8747
8749
  background-position: top left;
8748
8750
  background-repeat: no-repeat;
8749
8751
  background-size: contain;
@@ -8755,25 +8757,25 @@ input:checked + .ilo--input--toggle--slider:before {
8755
8757
  bottom: -0.6430868167rem;
8756
8758
  width: 0.6430868167rem;
8757
8759
  }
8758
- .ilo--video--controls--progress:hover .ilo--video--controls--progress-played-container, .ilo--video--controls--progress:focus .ilo--video--controls--progress-played-container,
8759
- .ilo--video--controls .vjs-progress-control:hover .ilo--video--controls--progress-played-container,
8760
- .ilo--video--controls .vjs-progress-control:focus .ilo--video--controls--progress-played-container,
8761
- .ilo--video .vjs-control-bar--progress:hover .ilo--video--controls--progress-played-container,
8762
- .ilo--video .vjs-control-bar--progress:focus .ilo--video--controls--progress-played-container,
8763
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .ilo--video--controls--progress-played-container,
8764
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .ilo--video--controls--progress-played-container {
8760
+ .ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played-container, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played-container,
8761
+ .ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played-container,
8762
+ .ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played-container,
8763
+ .ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played-container,
8764
+ .ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played-container,
8765
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played-container,
8766
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played-container {
8765
8767
  position: absolute;
8766
8768
  left: 2%;
8767
8769
  top: 0;
8768
8770
  width: 96%;
8769
8771
  }
8770
- .ilo--video--controls--progress:hover .ilo--video--controls--progress-played, .ilo--video--controls--progress:focus .ilo--video--controls--progress-played,
8771
- .ilo--video--controls .vjs-progress-control:hover .ilo--video--controls--progress-played,
8772
- .ilo--video--controls .vjs-progress-control:focus .ilo--video--controls--progress-played,
8773
- .ilo--video .vjs-control-bar--progress:hover .ilo--video--controls--progress-played,
8774
- .ilo--video .vjs-control-bar--progress:focus .ilo--video--controls--progress-played,
8775
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .ilo--video--controls--progress-played,
8776
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .ilo--video--controls--progress-played {
8772
+ .ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played,
8773
+ .ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played,
8774
+ .ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played,
8775
+ .ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played,
8776
+ .ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played,
8777
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played,
8778
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played {
8777
8779
  --playhead: 0%;
8778
8780
  align-items: center;
8779
8781
  background-color: rgb(45, 45, 45);
@@ -8788,13 +8790,13 @@ input:checked + .ilo--input--toggle--slider:before {
8788
8790
  letter-spacing: -0.02em;
8789
8791
  line-height: 16.24px;
8790
8792
  }
8791
- .ilo--video--controls--progress:hover .ilo--video--controls--progress-played:after, .ilo--video--controls--progress:focus .ilo--video--controls--progress-played:after,
8792
- .ilo--video--controls .vjs-progress-control:hover .ilo--video--controls--progress-played:after,
8793
- .ilo--video--controls .vjs-progress-control:focus .ilo--video--controls--progress-played:after,
8794
- .ilo--video .vjs-control-bar--progress:hover .ilo--video--controls--progress-played:after,
8795
- .ilo--video .vjs-control-bar--progress:focus .ilo--video--controls--progress-played:after,
8796
- .ilo--video .vjs-control-bar .vjs-progress-control:hover .ilo--video--controls--progress-played:after,
8797
- .ilo--video .vjs-control-bar .vjs-progress-control:focus .ilo--video--controls--progress-played:after {
8793
+ .ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played:after, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played:after,
8794
+ .ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played:after,
8795
+ .ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played:after,
8796
+ .ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played:after,
8797
+ .ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played:after,
8798
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played:after,
8799
+ .ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played:after {
8798
8800
  background-position: top left;
8799
8801
  background-repeat: no-repeat;
8800
8802
  background-size: contain;
@@ -8806,10 +8808,10 @@ input:checked + .ilo--input--toggle--slider:before {
8806
8808
  bottom: -0.6430868167rem;
8807
8809
  width: 0.6430868167rem;
8808
8810
  }
8809
- .ilo--video--controls--volume,
8810
- .ilo--video--controls .vjs-volume-panel,
8811
- .ilo--video .vjs-control-bar--volume,
8812
- .ilo--video .vjs-control-bar .vjs-volume-panel {
8811
+ .ilo--legacyvideo--controls--volume,
8812
+ .ilo--legacyvideo--controls .vjs-volume-panel,
8813
+ .ilo--legacyvideo .vjs-control-bar--volume,
8814
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel {
8813
8815
  border-bottom: 1px solid;
8814
8816
  bottom: 0;
8815
8817
  display: none;
@@ -8820,28 +8822,28 @@ input:checked + .ilo--input--toggle--slider:before {
8820
8822
  position: relative;
8821
8823
  width: 40px;
8822
8824
  }
8823
- .ilo--video--controls--volume.show, .vjs-has-started .ilo--video--controls--volume,
8824
- .ilo--video--controls .vjs-volume-panel.show,
8825
- .vjs-has-started .ilo--video--controls .vjs-volume-panel,
8826
- .ilo--video .vjs-control-bar--volume.show,
8827
- .vjs-has-started .ilo--video .vjs-control-bar--volume,
8828
- .ilo--video .vjs-control-bar .vjs-volume-panel.show,
8829
- .vjs-has-started .ilo--video .vjs-control-bar .vjs-volume-panel {
8825
+ .ilo--legacyvideo--controls--volume.show, .vjs-has-started .ilo--legacyvideo--controls--volume,
8826
+ .ilo--legacyvideo--controls .vjs-volume-panel.show,
8827
+ .vjs-has-started .ilo--legacyvideo--controls .vjs-volume-panel,
8828
+ .ilo--legacyvideo .vjs-control-bar--volume.show,
8829
+ .vjs-has-started .ilo--legacyvideo .vjs-control-bar--volume,
8830
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel.show,
8831
+ .vjs-has-started .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel {
8830
8832
  display: block;
8831
8833
  }
8832
- .ilo--video--controls--volume:hover .vjs-volume-control, .ilo--video--controls--volume:focus .vjs-volume-control,
8833
- .ilo--video--controls .vjs-volume-panel:hover .vjs-volume-control,
8834
- .ilo--video--controls .vjs-volume-panel:focus .vjs-volume-control,
8835
- .ilo--video .vjs-control-bar--volume:hover .vjs-volume-control,
8836
- .ilo--video .vjs-control-bar--volume:focus .vjs-volume-control,
8837
- .ilo--video .vjs-control-bar .vjs-volume-panel:hover .vjs-volume-control,
8838
- .ilo--video .vjs-control-bar .vjs-volume-panel:focus .vjs-volume-control {
8834
+ .ilo--legacyvideo--controls--volume:hover .vjs-volume-control, .ilo--legacyvideo--controls--volume:focus .vjs-volume-control,
8835
+ .ilo--legacyvideo--controls .vjs-volume-panel:hover .vjs-volume-control,
8836
+ .ilo--legacyvideo--controls .vjs-volume-panel:focus .vjs-volume-control,
8837
+ .ilo--legacyvideo .vjs-control-bar--volume:hover .vjs-volume-control,
8838
+ .ilo--legacyvideo .vjs-control-bar--volume:focus .vjs-volume-control,
8839
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel:hover .vjs-volume-control,
8840
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel:focus .vjs-volume-control {
8839
8841
  display: block;
8840
8842
  }
8841
- .ilo--video--controls--showvolume,
8842
- .ilo--video--controls .vjs-mute-control,
8843
- .ilo--video .vjs-control-bar--showvolume,
8844
- .ilo--video .vjs-control-bar .vjs-mute-control {
8843
+ .ilo--legacyvideo--controls--showvolume,
8844
+ .ilo--legacyvideo--controls .vjs-mute-control,
8845
+ .ilo--legacyvideo .vjs-control-bar--showvolume,
8846
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control {
8845
8847
  background-color: rgb(45, 45, 45);
8846
8848
  border: none;
8847
8849
  cursor: pointer;
@@ -8857,54 +8859,54 @@ input:checked + .ilo--input--toggle--slider:before {
8857
8859
  background-size: 1.2861736334rem 1.2861736334rem;
8858
8860
  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");
8859
8861
  }
8860
- .ilo--video--controls--showvolume:hover, .ilo--video--controls--showvolume:focus,
8861
- .ilo--video--controls .vjs-mute-control:hover,
8862
- .ilo--video--controls .vjs-mute-control:focus,
8863
- .ilo--video .vjs-control-bar--showvolume:hover,
8864
- .ilo--video .vjs-control-bar--showvolume:focus,
8865
- .ilo--video .vjs-control-bar .vjs-mute-control:hover,
8866
- .ilo--video .vjs-control-bar .vjs-mute-control:focus {
8862
+ .ilo--legacyvideo--controls--showvolume:hover, .ilo--legacyvideo--controls--showvolume:focus,
8863
+ .ilo--legacyvideo--controls .vjs-mute-control:hover,
8864
+ .ilo--legacyvideo--controls .vjs-mute-control:focus,
8865
+ .ilo--legacyvideo .vjs-control-bar--showvolume:hover,
8866
+ .ilo--legacyvideo .vjs-control-bar--showvolume:focus,
8867
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control:hover,
8868
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control:focus {
8867
8869
  background-color: rgb(235, 245, 253);
8868
8870
  background-position: center center;
8869
8871
  background-repeat: no-repeat;
8870
8872
  background-size: 1.2861736334rem 1.2861736334rem;
8871
8873
  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");
8872
8874
  }
8873
- .ilo--video--controls--showvolume.muted, .ilo--video--controls--showvolume[title=Unmute],
8874
- .ilo--video--controls .vjs-mute-control.muted,
8875
- .ilo--video--controls .vjs-mute-control[title=Unmute],
8876
- .ilo--video .vjs-control-bar--showvolume.muted,
8877
- .ilo--video .vjs-control-bar--showvolume[title=Unmute],
8878
- .ilo--video .vjs-control-bar .vjs-mute-control.muted,
8879
- .ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute] {
8875
+ .ilo--legacyvideo--controls--showvolume.muted, .ilo--legacyvideo--controls--showvolume[title=Unmute],
8876
+ .ilo--legacyvideo--controls .vjs-mute-control.muted,
8877
+ .ilo--legacyvideo--controls .vjs-mute-control[title=Unmute],
8878
+ .ilo--legacyvideo .vjs-control-bar--showvolume.muted,
8879
+ .ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute],
8880
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted,
8881
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute] {
8880
8882
  background-position: center center;
8881
8883
  background-repeat: no-repeat;
8882
8884
  background-size: 1.2861736334rem 1.2861736334rem;
8883
8885
  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");
8884
8886
  }
8885
- .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,
8886
- .ilo--video--controls .vjs-mute-control.muted:hover,
8887
- .ilo--video--controls .vjs-mute-control.muted:focus,
8888
- .ilo--video--controls .vjs-mute-control[title=Unmute]:hover,
8889
- .ilo--video--controls .vjs-mute-control[title=Unmute]:focus,
8890
- .ilo--video .vjs-control-bar--showvolume.muted:hover,
8891
- .ilo--video .vjs-control-bar--showvolume.muted:focus,
8892
- .ilo--video .vjs-control-bar--showvolume[title=Unmute]:hover,
8893
- .ilo--video .vjs-control-bar--showvolume[title=Unmute]:focus,
8894
- .ilo--video .vjs-control-bar .vjs-mute-control.muted:hover,
8895
- .ilo--video .vjs-control-bar .vjs-mute-control.muted:focus,
8896
- .ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute]:hover,
8897
- .ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute]:focus {
8887
+ .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,
8888
+ .ilo--legacyvideo--controls .vjs-mute-control.muted:hover,
8889
+ .ilo--legacyvideo--controls .vjs-mute-control.muted:focus,
8890
+ .ilo--legacyvideo--controls .vjs-mute-control[title=Unmute]:hover,
8891
+ .ilo--legacyvideo--controls .vjs-mute-control[title=Unmute]:focus,
8892
+ .ilo--legacyvideo .vjs-control-bar--showvolume.muted:hover,
8893
+ .ilo--legacyvideo .vjs-control-bar--showvolume.muted:focus,
8894
+ .ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute]:hover,
8895
+ .ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute]:focus,
8896
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted:hover,
8897
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted:focus,
8898
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute]:hover,
8899
+ .ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute]:focus {
8898
8900
  background-color: #ebf5fd;
8899
8901
  background-position: center center;
8900
8902
  background-repeat: no-repeat;
8901
8903
  background-size: 1.2861736334rem 1.2861736334rem;
8902
8904
  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");
8903
8905
  }
8904
- .ilo--video--controls--setvolume,
8905
- .ilo--video--controls .vjs-volume-control,
8906
- .ilo--video .vjs-control-bar--setvolume,
8907
- .ilo--video .vjs-control-bar .vjs-volume-control {
8906
+ .ilo--legacyvideo--controls--setvolume,
8907
+ .ilo--legacyvideo--controls .vjs-volume-control,
8908
+ .ilo--legacyvideo .vjs-control-bar--setvolume,
8909
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-control {
8908
8910
  background: rgb(235, 245, 253);
8909
8911
  border-left: 3px solid rgb(184, 196, 204);
8910
8912
  display: none;
@@ -8917,33 +8919,33 @@ input:checked + .ilo--input--toggle--slider:before {
8917
8919
  top: 9px;
8918
8920
  width: 7.3954983923rem;
8919
8921
  }
8920
- .ilo--video--controls--setvolume,
8921
- .ilo--video .vjs-control-bar--setvolume {
8922
+ .ilo--legacyvideo--controls--setvolume,
8923
+ .ilo--legacyvideo .vjs-control-bar--setvolume {
8922
8924
  border-left: 8px solid rgb(235, 245, 253);
8923
8925
  border-right: 8px solid rgb(235, 245, 253);
8924
8926
  width: 6.5380493033rem;
8925
8927
  -webkit-appearance: none;
8926
8928
  }
8927
- .ilo--video--controls--setvolume.show,
8928
- .ilo--video .vjs-control-bar--setvolume.show {
8929
+ .ilo--legacyvideo--controls--setvolume.show,
8930
+ .ilo--legacyvideo .vjs-control-bar--setvolume.show {
8929
8931
  display: block;
8930
8932
  }
8931
- .ilo--video--controls--setvolume-container,
8932
- .ilo--video .vjs-control-bar--setvolume-container {
8933
+ .ilo--legacyvideo--controls--setvolume-container,
8934
+ .ilo--legacyvideo .vjs-control-bar--setvolume-container {
8933
8935
  left: -2px;
8934
8936
  position: absolute;
8935
8937
  top: -2px;
8936
8938
  }
8937
- .ilo--video--controls--setvolume::-webkit-slider-runnable-track,
8938
- .ilo--video .vjs-control-bar--setvolume::-webkit-slider-runnable-track {
8939
+ .ilo--legacyvideo--controls--setvolume::-webkit-slider-runnable-track,
8940
+ .ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-runnable-track {
8939
8941
  background-color: rgb(30, 45, 190);
8940
8942
  border: none;
8941
8943
  box-shadow: none;
8942
8944
  height: 4px;
8943
8945
  cursor: pointer;
8944
8946
  }
8945
- .ilo--video--controls--setvolume::-webkit-slider-thumb,
8946
- .ilo--video .vjs-control-bar--setvolume::-webkit-slider-thumb {
8947
+ .ilo--legacyvideo--controls--setvolume::-webkit-slider-thumb,
8948
+ .ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-thumb {
8947
8949
  background-color: rgb(30, 45, 190);
8948
8950
  border: none;
8949
8951
  border-radius: 50%;
@@ -8954,39 +8956,39 @@ input:checked + .ilo--input--toggle--slider:before {
8954
8956
  width: 16px;
8955
8957
  -webkit-appearance: none;
8956
8958
  }
8957
- .ilo--video--controls .vjs-volume-panel.vjs-hover .vjs-volume-control,
8958
- .ilo--video .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
8959
+ .ilo--legacyvideo--controls .vjs-volume-panel.vjs-hover .vjs-volume-control,
8960
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
8959
8961
  align-items: center;
8960
8962
  cursor: pointer;
8961
8963
  display: flex;
8962
8964
  justify-content: center;
8963
8965
  }
8964
- .ilo--video--controls .vjs-volume-bar,
8965
- .ilo--video .vjs-control-bar .vjs-volume-bar {
8966
+ .ilo--legacyvideo--controls .vjs-volume-bar,
8967
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-bar {
8966
8968
  height: 4px;
8967
8969
  position: relative;
8968
8970
  width: calc(100% - 26px);
8969
8971
  }
8970
- .ilo--video--controls .vjs-mouse-display,
8971
- .ilo--video--controls .vjs-volume-level,
8972
- .ilo--video .vjs-control-bar .vjs-mouse-display,
8973
- .ilo--video .vjs-control-bar .vjs-volume-level {
8972
+ .ilo--legacyvideo--controls .vjs-mouse-display,
8973
+ .ilo--legacyvideo--controls .vjs-volume-level,
8974
+ .ilo--legacyvideo .vjs-control-bar .vjs-mouse-display,
8975
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
8974
8976
  height: 4px;
8975
8977
  left: 0;
8976
8978
  position: absolute;
8977
8979
  top: 0;
8978
8980
  }
8979
- .ilo--video--controls .vjs-mouse-display,
8980
- .ilo--video .vjs-control-bar .vjs-mouse-display {
8981
+ .ilo--legacyvideo--controls .vjs-mouse-display,
8982
+ .ilo--legacyvideo .vjs-control-bar .vjs-mouse-display {
8981
8983
  background-color: rgb(184, 196, 204);
8982
8984
  width: 100%;
8983
8985
  }
8984
- .ilo--video--controls .vjs-volume-level,
8985
- .ilo--video .vjs-control-bar .vjs-volume-level {
8986
+ .ilo--legacyvideo--controls .vjs-volume-level,
8987
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
8986
8988
  background-color: rgb(30, 45, 190);
8987
8989
  }
8988
- .ilo--video--controls .vjs-volume-level:before,
8989
- .ilo--video .vjs-control-bar .vjs-volume-level:before {
8990
+ .ilo--legacyvideo--controls .vjs-volume-level:before,
8991
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-level:before {
8990
8992
  background: rgb(30, 45, 190);
8991
8993
  border-radius: 50%;
8992
8994
  content: "";
@@ -9001,14 +9003,14 @@ input:checked + .ilo--input--toggle--slider:before {
9001
9003
  -ms-transform: translate(-50%, -50%);
9002
9004
  transform: translate(-50%, -50%);
9003
9005
  }
9004
- .ilo--video--controls .vjs-volume-tooltip,
9005
- .ilo--video .vjs-control-bar .vjs-volume-tooltip {
9006
+ .ilo--legacyvideo--controls .vjs-volume-tooltip,
9007
+ .ilo--legacyvideo .vjs-control-bar .vjs-volume-tooltip {
9006
9008
  display: none;
9007
9009
  }
9008
- .ilo--video--controls--fullscreen,
9009
- .ilo--video--controls .vjs-fullscreen-control,
9010
- .ilo--video .vjs-control-bar--fullscreen,
9011
- .ilo--video .vjs-control-bar .vjs-fullscreen-control {
9010
+ .ilo--legacyvideo--controls--fullscreen,
9011
+ .ilo--legacyvideo--controls .vjs-fullscreen-control,
9012
+ .ilo--legacyvideo .vjs-control-bar--fullscreen,
9013
+ .ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control {
9012
9014
  background-color: rgb(45, 45, 45);
9013
9015
  border: none;
9014
9016
  cursor: pointer;
@@ -9024,100 +9026,100 @@ input:checked + .ilo--input--toggle--slider:before {
9024
9026
  background-size: 1.2861736334rem 1.2861736334rem;
9025
9027
  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");
9026
9028
  }
9027
- .ilo--video--controls--fullscreen:hover, .ilo--video--controls--fullscreen:focus,
9028
- .ilo--video--controls .vjs-fullscreen-control:hover,
9029
- .ilo--video--controls .vjs-fullscreen-control:focus,
9030
- .ilo--video .vjs-control-bar--fullscreen:hover,
9031
- .ilo--video .vjs-control-bar--fullscreen:focus,
9032
- .ilo--video .vjs-control-bar .vjs-fullscreen-control:hover,
9033
- .ilo--video .vjs-control-bar .vjs-fullscreen-control:focus {
9029
+ .ilo--legacyvideo--controls--fullscreen:hover, .ilo--legacyvideo--controls--fullscreen:focus,
9030
+ .ilo--legacyvideo--controls .vjs-fullscreen-control:hover,
9031
+ .ilo--legacyvideo--controls .vjs-fullscreen-control:focus,
9032
+ .ilo--legacyvideo .vjs-control-bar--fullscreen:hover,
9033
+ .ilo--legacyvideo .vjs-control-bar--fullscreen:focus,
9034
+ .ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control:hover,
9035
+ .ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control:focus {
9034
9036
  background-color: #ebf5fd;
9035
9037
  background-position: center center;
9036
9038
  background-repeat: no-repeat;
9037
9039
  background-size: 1.2861736334rem 1.2861736334rem;
9038
9040
  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");
9039
9041
  }
9040
- .ilo--video--controls--fullscreen.show,
9041
- .ilo--video--controls .vjs-fullscreen-control.show,
9042
- .ilo--video .vjs-control-bar--fullscreen.show,
9043
- .ilo--video .vjs-control-bar .vjs-fullscreen-control.show {
9042
+ .ilo--legacyvideo--controls--fullscreen.show,
9043
+ .ilo--legacyvideo--controls .vjs-fullscreen-control.show,
9044
+ .ilo--legacyvideo .vjs-control-bar--fullscreen.show,
9045
+ .ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control.show {
9044
9046
  display: block;
9045
9047
  }
9046
- .ilo--video .vjs-control-bar {
9048
+ .ilo--legacyvideo .vjs-control-bar {
9047
9049
  bottom: 0;
9048
9050
  left: -5px;
9049
9051
  width: calc(100% + 5px);
9050
9052
  }
9051
- .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9053
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
9052
9054
  bottom: auto;
9053
9055
  left: -5px;
9054
9056
  opacity: 1;
9055
9057
  top: 0;
9056
9058
  }
9057
9059
  @media screen and (min-width: 1024px) {
9058
- .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9060
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
9059
9061
  flex-direction: column;
9060
9062
  height: 158px;
9061
9063
  justify-content: flex-start;
9062
9064
  left: 0;
9063
9065
  width: 80px;
9064
9066
  }
9065
- [dir=rtl] .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9067
+ [dir=rtl] .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
9066
9068
  left: auto;
9067
9069
  right: 0;
9068
9070
  }
9069
9071
  }
9070
- .ilo--video--element:not(.vjs-has-started) .vjs-duration {
9072
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
9071
9073
  display: block;
9072
9074
  }
9073
9075
  @media screen and (min-width: 1024px) {
9074
- .ilo--video--element:not(.vjs-has-started) .vjs-duration {
9076
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
9075
9077
  height: 2.1436227224rem;
9076
9078
  margin-left: 0;
9077
9079
  margin-top: 2px;
9078
9080
  width: 4.2872454448rem;
9079
9081
  }
9080
- .ilo--video--element:not(.vjs-has-started) .vjs-play-control {
9082
+ .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-play-control {
9081
9083
  order: 1;
9082
9084
  height: 4.2872454448rem;
9083
9085
  width: 4.2872454448rem;
9084
9086
  }
9085
9087
  }
9086
- .ilo--video .vjs-youtube {
9088
+ .ilo--legacyvideo .vjs-youtube {
9087
9089
  padding-bottom: 56%;
9088
9090
  }
9089
- .ilo--video .vjs-youtube:not(.vjs-has-started) .vjs-poster {
9091
+ .ilo--legacyvideo .vjs-youtube:not(.vjs-has-started) .vjs-poster {
9090
9092
  display: block;
9091
9093
  }
9092
- .ilo--video .vjs-control:focus,
9093
- .ilo--video .vjs-control *:focus {
9094
+ .ilo--legacyvideo .vjs-control:focus,
9095
+ .ilo--legacyvideo .vjs-control *:focus {
9094
9096
  outline: none;
9095
9097
  }
9096
- .ilo--video .vjs-has-started .vjs-control:not(.vjs-duration):not(.vjs-volume-control) {
9098
+ .ilo--legacyvideo .vjs-has-started .vjs-control:not(.vjs-duration):not(.vjs-volume-control) {
9097
9099
  display: block;
9098
9100
  }
9099
- .ilo--video:hover .ilo--video--controls,
9100
- .ilo--video:hover .vjs-control-bar, .ilo--video:focus .ilo--video--controls,
9101
- .ilo--video:focus .vjs-control-bar, .ilo--video:focus-within .ilo--video--controls,
9102
- .ilo--video:focus-within .vjs-control-bar {
9101
+ .ilo--legacyvideo:hover .ilo--legacyvideo--controls,
9102
+ .ilo--legacyvideo:hover .vjs-control-bar, .ilo--legacyvideo:focus .ilo--legacyvideo--controls,
9103
+ .ilo--legacyvideo:focus .vjs-control-bar, .ilo--legacyvideo:focus-within .ilo--legacyvideo--controls,
9104
+ .ilo--legacyvideo:focus-within .vjs-control-bar {
9103
9105
  opacity: 1;
9104
9106
  transition: opacity 150ms ease-out;
9105
9107
  }
9106
- .ilo--video .vjs-loading-spinner {
9108
+ .ilo--legacyvideo .vjs-loading-spinner {
9107
9109
  display: none;
9108
9110
  }
9109
- .ilo--video .vjs-time-divider,
9110
- .ilo--video .vjs-remaining-time,
9111
- .ilo--video .vjs-current-time,
9112
- .ilo--video .vjs-control-text {
9111
+ .ilo--legacyvideo .vjs-time-divider,
9112
+ .ilo--legacyvideo .vjs-remaining-time,
9113
+ .ilo--legacyvideo .vjs-current-time,
9114
+ .ilo--legacyvideo .vjs-control-text {
9113
9115
  display: none !important;
9114
9116
  }
9115
9117
 
9116
- .ilo--video--container {
9118
+ .ilo--legacyvideo--container {
9117
9119
  position: relative;
9118
9120
  }
9119
9121
 
9120
- [dir=rtl] .ilo--video--caption {
9122
+ [dir=rtl] .ilo--legacyvideo--caption {
9121
9123
  border-left: none;
9122
9124
  border-right: 3px solid #b8c4cc;
9123
9125
  padding-left: 0;
@@ -9130,7 +9132,387 @@ input:checked + .ilo--input--toggle--slider:before {
9130
9132
 
9131
9133
  /**
9132
9134
  * Do not edit directly
9133
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
9135
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9136
+ */
9137
+ /**
9138
+ * TOKENS:
9139
+ */
9140
+ /**
9141
+ * MAPS:
9142
+ */
9143
+ .ilo--video {
9144
+ width: 100%;
9145
+ }
9146
+ .ilo--video .video-js {
9147
+ height: auto;
9148
+ }
9149
+ .ilo--video .vjs-loading-spinner {
9150
+ display: none;
9151
+ }
9152
+ .ilo--video .vjs-tech {
9153
+ width: 100%;
9154
+ }
9155
+ .ilo--video--caption {
9156
+ border-left: 0.1607717042rem solid rgb(184, 196, 204);
9157
+ color: rgb(109, 109, 109);
9158
+ font-weight: 400;
9159
+ margin-top: 0.857449089rem;
9160
+ padding-left: 0.4287245445rem;
9161
+ font-size: 14.93px;
9162
+ letter-spacing: -0.02em;
9163
+ line-height: 20.16px;
9164
+ }
9165
+ .ilo--video--element {
9166
+ height: auto;
9167
+ object-fit: cover;
9168
+ width: inherit;
9169
+ }
9170
+ .ilo--video--wrapper {
9171
+ line-height: 0;
9172
+ position: relative;
9173
+ overflow: hidden;
9174
+ }
9175
+ .ilo--video button {
9176
+ padding: 0;
9177
+ }
9178
+ .ilo--video .vjs-time-divider,
9179
+ .ilo--video .vjs-remaining-time,
9180
+ .ilo--video .vjs-current-time,
9181
+ .ilo--video .vjs-control-text,
9182
+ .ilo--video .vjs-custom-control-spacer {
9183
+ display: none;
9184
+ }
9185
+ .ilo--video:hover .vjs-control-bar, .ilo--video:focus .vjs-control-bar, .ilo--video:focus-within .vjs-control-bar {
9186
+ opacity: 1;
9187
+ transition: opacity 150ms ease-out;
9188
+ }
9189
+ .ilo--video .vjs-youtube {
9190
+ padding-bottom: 56.25%;
9191
+ }
9192
+ .ilo--video--element:not(.vjs-has-started) .vjs-poster {
9193
+ background-size: cover;
9194
+ object-fit: cover;
9195
+ height: 100%;
9196
+ overflow: hidden;
9197
+ position: absolute;
9198
+ width: 100%;
9199
+ left: 0;
9200
+ top: 0;
9201
+ }
9202
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9203
+ bottom: auto;
9204
+ opacity: 1;
9205
+ top: 0;
9206
+ width: 6.6452304394rem;
9207
+ }
9208
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:hover .vjs-duration,
9209
+ .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,
9210
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar:focus .vjs-play-control {
9211
+ background-color: rgb(235, 245, 253);
9212
+ color: rgb(30, 45, 190);
9213
+ }
9214
+ .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 {
9215
+ 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");
9216
+ }
9217
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control {
9218
+ cursor: pointer;
9219
+ border: none;
9220
+ background-color: rgb(45, 45, 45);
9221
+ width: 40px;
9222
+ height: 40px;
9223
+ background-position: center center;
9224
+ background-repeat: no-repeat;
9225
+ background-size: 24px 24px;
9226
+ 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");
9227
+ }
9228
+ .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 {
9229
+ background-color: rgb(235, 245, 253);
9230
+ 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");
9231
+ }
9232
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-duration {
9233
+ display: flex;
9234
+ justify-content: center;
9235
+ align-items: center;
9236
+ font-weight: 700;
9237
+ font-size: 0.7502679528rem;
9238
+ height: 2.1436227224rem;
9239
+ width: 4.2872454448rem;
9240
+ background-color: rgb(45, 45, 45);
9241
+ color: rgb(237, 240, 242);
9242
+ }
9243
+ @media screen and (min-width: 1024px) {
9244
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
9245
+ width: 4.2872454448rem;
9246
+ flex-direction: column;
9247
+ height: 6.6452304394rem;
9248
+ gap: 0.2143622722rem;
9249
+ }
9250
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-play-control {
9251
+ cursor: pointer;
9252
+ border: none;
9253
+ background-color: rgb(45, 45, 45);
9254
+ width: 80px;
9255
+ height: 80px;
9256
+ background-position: center center;
9257
+ background-repeat: no-repeat;
9258
+ background-size: 48px 48px;
9259
+ 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");
9260
+ }
9261
+ .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 {
9262
+ background-color: rgb(235, 245, 253);
9263
+ 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");
9264
+ }
9265
+ }
9266
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-fullscreen-control {
9267
+ display: none;
9268
+ }
9269
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-progress-control {
9270
+ display: none;
9271
+ }
9272
+ .ilo--video--element:not(.vjs-has-started) .vjs-control-bar .vjs-volume-panel {
9273
+ display: none;
9274
+ }
9275
+ .ilo--video .vjs-control-bar {
9276
+ order: 1;
9277
+ opacity: 0;
9278
+ transition: opacity 150ms ease-out;
9279
+ position: absolute;
9280
+ display: flex;
9281
+ width: 100%;
9282
+ height: 2.1436227224rem;
9283
+ bottom: 0;
9284
+ }
9285
+ .ilo--video .vjs-control-bar .vjs-duration {
9286
+ display: none;
9287
+ }
9288
+ .ilo--video .vjs-control-bar .vjs-poster {
9289
+ display: none;
9290
+ }
9291
+ .ilo--video .vjs-control-bar .vjs-play-control {
9292
+ cursor: pointer;
9293
+ border: none;
9294
+ background-color: rgb(45, 45, 45);
9295
+ width: 40px;
9296
+ height: 40px;
9297
+ background-position: center center;
9298
+ background-repeat: no-repeat;
9299
+ background-size: 24px 24px;
9300
+ 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");
9301
+ margin-right: 0.1071811361rem;
9302
+ }
9303
+ .ilo--video .vjs-control-bar .vjs-play-control:hover, .ilo--video .vjs-control-bar .vjs-play-control:focus {
9304
+ background-color: rgb(235, 245, 253);
9305
+ 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");
9306
+ }
9307
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-paused, .ilo--video .vjs-control-bar .vjs-play-control.vjs-ended {
9308
+ cursor: pointer;
9309
+ border: none;
9310
+ background-color: rgb(45, 45, 45);
9311
+ width: 40px;
9312
+ height: 40px;
9313
+ background-position: center center;
9314
+ background-repeat: no-repeat;
9315
+ background-size: 24px 24px;
9316
+ 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");
9317
+ }
9318
+ .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 {
9319
+ background-color: rgb(235, 245, 253);
9320
+ 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");
9321
+ }
9322
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-playing {
9323
+ cursor: pointer;
9324
+ border: none;
9325
+ background-color: rgb(45, 45, 45);
9326
+ width: 40px;
9327
+ height: 40px;
9328
+ background-position: center center;
9329
+ background-repeat: no-repeat;
9330
+ background-size: 24px 24px;
9331
+ 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");
9332
+ }
9333
+ .ilo--video .vjs-control-bar .vjs-play-control.vjs-playing:hover, .ilo--video .vjs-control-bar .vjs-play-control.vjs-playing:focus {
9334
+ background-color: rgb(235, 245, 253);
9335
+ 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");
9336
+ }
9337
+ .ilo--video .vjs-control-bar .vjs-fullscreen-control {
9338
+ order: 5;
9339
+ cursor: pointer;
9340
+ border: none;
9341
+ background-color: rgb(45, 45, 45);
9342
+ width: 40px;
9343
+ height: 40px;
9344
+ background-position: center center;
9345
+ background-repeat: no-repeat;
9346
+ background-size: 24px 24px;
9347
+ 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");
9348
+ }
9349
+ .ilo--video .vjs-control-bar .vjs-fullscreen-control:hover, .ilo--video .vjs-control-bar .vjs-fullscreen-control:focus {
9350
+ background-color: rgb(235, 245, 253);
9351
+ 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");
9352
+ }
9353
+ .ilo--video .vjs-control-bar .vjs-progress-control {
9354
+ order: 2;
9355
+ margin-right: 0.1071811361rem;
9356
+ background-color: rgb(45, 45, 45);
9357
+ flex-grow: 1;
9358
+ }
9359
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
9360
+ display: none;
9361
+ }
9362
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
9363
+ position: relative;
9364
+ width: 96%;
9365
+ }
9366
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress,
9367
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
9368
+ height: 0.4287245445rem;
9369
+ left: 2%;
9370
+ top: 0.857449089rem;
9371
+ position: absolute;
9372
+ z-index: 10;
9373
+ }
9374
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress {
9375
+ background-color: rgb(235, 245, 253);
9376
+ z-index: 15;
9377
+ }
9378
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
9379
+ display: none;
9380
+ }
9381
+ .ilo--video .vjs-control-bar .vjs-progress-control .vjs-load-progress {
9382
+ background-color: rgb(184, 196, 204);
9383
+ z-index: 15;
9384
+ }
9385
+ .ilo--video .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress, .ilo--video .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
9386
+ position: relative;
9387
+ }
9388
+ .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 {
9389
+ color: rgb(237, 240, 242);
9390
+ font-size: 0.7502679528rem;
9391
+ height: 1.7148981779rem;
9392
+ align-items: center;
9393
+ background-color: rgb(45, 45, 45);
9394
+ display: flex;
9395
+ justify-content: center;
9396
+ right: 0;
9397
+ position: absolute;
9398
+ bottom: calc(300% + 12px);
9399
+ width: 70px;
9400
+ font-size: 11.94px;
9401
+ letter-spacing: -0.02em;
9402
+ line-height: 16.24px;
9403
+ }
9404
+ .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 {
9405
+ background-position: top left;
9406
+ background-repeat: no-repeat;
9407
+ background-size: contain;
9408
+ 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");
9409
+ content: "";
9410
+ height: 0.6430868167rem;
9411
+ position: absolute;
9412
+ left: calc(50% - 6px);
9413
+ bottom: -0.6430868167rem;
9414
+ width: 0.6430868167rem;
9415
+ }
9416
+ .ilo--video .vjs-control-bar .vjs-volume-panel {
9417
+ order: 3;
9418
+ border-bottom: 1px solid;
9419
+ bottom: 0;
9420
+ flex-direction: column;
9421
+ margin-right: 0.1071811361rem;
9422
+ position: relative;
9423
+ width: 40px;
9424
+ }
9425
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control {
9426
+ cursor: pointer;
9427
+ border: none;
9428
+ background-color: rgb(45, 45, 45);
9429
+ width: 40px;
9430
+ height: 40px;
9431
+ background-position: center center;
9432
+ background-repeat: no-repeat;
9433
+ background-size: 24px 24px;
9434
+ 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");
9435
+ height: 2.1436227224rem;
9436
+ }
9437
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control:hover, .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control:focus {
9438
+ background-color: rgb(235, 245, 253);
9439
+ 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");
9440
+ }
9441
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-mute-control[title=Unmute] {
9442
+ cursor: pointer;
9443
+ border: none;
9444
+ background-color: rgb(45, 45, 45);
9445
+ width: 40px;
9446
+ height: 40px;
9447
+ background-position: center center;
9448
+ background-repeat: no-repeat;
9449
+ background-size: 24px 24px;
9450
+ 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");
9451
+ }
9452
+ .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 {
9453
+ background-color: rgb(235, 245, 253);
9454
+ 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");
9455
+ }
9456
+ .ilo--video .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
9457
+ align-items: center;
9458
+ cursor: pointer;
9459
+ display: flex;
9460
+ justify-content: center;
9461
+ }
9462
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control {
9463
+ background: rgb(235, 245, 253);
9464
+ border-left: 0.1607717042rem solid rgb(184, 196, 204);
9465
+ display: none;
9466
+ height: 2.1436227224rem;
9467
+ position: absolute;
9468
+ transform: rotate(270deg);
9469
+ transform-origin: -4px -4px;
9470
+ top: 0.4823151125rem;
9471
+ width: 7.3954983923rem;
9472
+ }
9473
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-bar {
9474
+ height: 0.2143622722rem;
9475
+ position: relative;
9476
+ width: calc(100% - 26px);
9477
+ }
9478
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-tooltip {
9479
+ display: none;
9480
+ }
9481
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-mouse-display {
9482
+ height: 0.2143622722rem;
9483
+ position: absolute;
9484
+ width: 100%;
9485
+ background-color: rgb(184, 196, 204);
9486
+ }
9487
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-level {
9488
+ height: 0.2143622722rem;
9489
+ left: 0;
9490
+ top: 0;
9491
+ position: absolute;
9492
+ background-color: rgb(30, 45, 190);
9493
+ }
9494
+ .ilo--video .vjs-control-bar .vjs-volume-panel .vjs-volume-control .vjs-volume-level:before {
9495
+ content: "";
9496
+ background: rgb(30, 45, 190);
9497
+ border-radius: 50%;
9498
+ height: 0.857449089rem;
9499
+ width: 0.857449089rem;
9500
+ position: absolute;
9501
+ right: -0.857449089rem;
9502
+ top: 50%;
9503
+ transform: translate(-50%, -50%);
9504
+ }
9505
+
9506
+ [dir=rtl] .ilo--video--caption {
9507
+ border-left: none;
9508
+ border-right: 3px solid #b8c4cc;
9509
+ padding-left: 0;
9510
+ padding-right: 0.4287245445rem;
9511
+ }
9512
+
9513
+ /**
9514
+ * Do not edit directly
9515
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9134
9516
  */
9135
9517
  /**
9136
9518
  * TOKENS:
@@ -9140,7 +9522,7 @@ input:checked + .ilo--input--toggle--slider:before {
9140
9522
  */
9141
9523
  /**
9142
9524
  * Do not edit directly
9143
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
9525
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9144
9526
  */
9145
9527
  /**
9146
9528
  * TOKENS:
@@ -9165,7 +9547,7 @@ input:checked + .ilo--input--toggle--slider:before {
9165
9547
  }
9166
9548
  /**
9167
9549
  * Do not edit directly
9168
- * Generated on Fri, 19 Jan 2024 14:42:43 GMT
9550
+ * Generated on Fri, 01 Mar 2024 17:08:43 GMT
9169
9551
  */
9170
9552
  /**
9171
9553
  * TOKENS:
@@ -9308,4 +9690,9 @@ input:checked + .ilo--input--toggle--slider:before {
9308
9690
  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");
9309
9691
  }
9310
9692
 
9693
+ .ilo--icon:not([data-js-processed=true]) {
9694
+ height: 24px;
9695
+ width: 24px;
9696
+ }
9697
+
9311
9698
  /*# sourceMappingURL=monorepo.css.map */