@ilo-org/styles 0.11.3-next.3 → 0.12.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.
- package/build/css/components/index.css +499 -681
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +1 -1
- package/build/css/global.css.map +1 -1
- package/build/css/index.css +499 -681
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +499 -681
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/accordion.css +1 -1
- package/css/components/breadcrumb.css +1 -1
- package/css/components/button.css +1 -1
- package/css/components/callout.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/cardgroup.css +1 -1
- package/css/components/credit.css +1 -1
- package/css/components/datacard.css +1 -1
- package/css/components/datepicker.css +1 -1
- package/css/components/detailcard.css +1 -1
- package/css/components/dropdown.css +1 -1
- package/css/components/factlistcard.css +1 -1
- package/css/components/featurecard.css +1 -1
- package/css/components/fieldset.css +1 -1
- package/css/components/file-upload.css +1 -1
- package/css/components/footer.css +1 -1
- package/css/components/form.css +1 -1
- package/css/components/formcontrol.css +1 -1
- package/css/components/hero.css +1 -1
- package/css/components/herocard.css +1 -1
- package/css/components/image.css +1 -1
- package/css/components/input.css +1 -1
- package/css/components/linklist.css +1 -1
- package/css/components/list.css +1 -1
- package/css/components/multilinkcard.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/notification.css +1 -1
- package/css/components/pagination.css +1 -1
- package/css/components/profile.css +1 -1
- package/css/components/promocard.css +1 -1
- package/css/components/readmore.css +1 -1
- package/css/components/richtext.css +1 -1
- package/css/components/searchfield.css +1 -1
- package/css/components/socialmedia.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/components/tabs.css +1 -1
- package/css/components/tag.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textcard.css +1 -1
- package/css/components/textinput.css +1 -1
- package/css/components/tooltip.css +1 -1
- package/css/components/video.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +2 -8
- package/css/index.css.map +1 -1
- package/css/monorepo.css +2 -8
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -2
- package/scss/_functions.scss +7 -7
- package/scss/_mixins.scss +11 -3
- package/scss/components/_accordion.scss +7 -11
- package/scss/components/_breadcrumb.scss +19 -27
- package/scss/components/_button.scss +27 -27
- package/scss/components/_callout.scss +10 -9
- package/scss/components/_card.scss +1 -6
- package/scss/components/_cardgroup.scss +0 -4
- package/scss/components/_contextmenu.scss +4 -4
- package/scss/components/_credit.scss +1 -1
- package/scss/components/_datacard.scss +5 -5
- package/scss/components/_datepicker.scss +4 -0
- package/scss/components/_detailcard.scss +12 -9
- package/scss/components/_dropdown.scss +16 -5
- package/scss/components/_factlistcard.scss +4 -17
- package/scss/components/_featurecard.scss +11 -7
- package/scss/components/_fieldset.scss +6 -2
- package/scss/components/_file-upload.scss +4 -7
- package/scss/components/_footer.scss +34 -54
- package/scss/components/_form.scss +1 -1
- package/scss/components/_formcontrol.scss +10 -2
- package/scss/components/_hero.scss +26 -118
- package/scss/components/_herocard.scss +2 -6
- package/scss/components/_image.scss +6 -7
- package/scss/components/_input.scss +5 -7
- package/scss/components/_linklist.scss +24 -20
- package/scss/components/_list.scss +15 -20
- package/scss/components/_loading.scss +8 -8
- package/scss/components/_multilinkcard.scss +17 -68
- package/scss/components/_navigation.scss +44 -57
- package/scss/components/_notification.scss +19 -28
- package/scss/components/_pagination.scss +6 -12
- package/scss/components/_profile.scss +3 -3
- package/scss/components/_promocard.scss +24 -72
- package/scss/components/_readmore.scss +7 -6
- package/scss/components/_richtext.scss +32 -38
- package/scss/components/_searchfield.scss +8 -11
- package/scss/components/_socialmedia.scss +6 -22
- package/scss/components/_statcard.scss +5 -5
- package/scss/components/_table.scss +10 -26
- package/scss/components/_tableofcontents.scss +19 -50
- package/scss/components/_tabs.scss +7 -13
- package/scss/components/_tag.scss +3 -8
- package/scss/components/_textarea.scss +8 -14
- package/scss/components/_textcard.scss +11 -10
- package/scss/components/_textinput.scss +5 -14
- package/scss/components/_toggle.scss +2 -6
- package/scss/components/_tooltip.scss +22 -29
- package/scss/components/_video.scss +65 -57
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* TOKENS:
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
13
|
* Do not edit directly
|
|
14
|
-
* Generated on
|
|
14
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
15
15
|
*/
|
|
16
16
|
/**
|
|
17
17
|
* TOKENS:
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
justify-content: space-between;
|
|
27
27
|
width: 100%;
|
|
28
28
|
margin: 0;
|
|
29
|
-
padding: 0.
|
|
29
|
+
padding: 0.857449089rem 0.857449089rem 0.857449089rem 0;
|
|
30
30
|
background-color: rgb(255, 255, 255);
|
|
31
31
|
background-position: calc(100% - 0.3215434084rem) center;
|
|
32
32
|
background-repeat: no-repeat;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
font-size: 18.66px;
|
|
48
48
|
letter-spacing: -0.035em;
|
|
49
49
|
line-height: 24.26px;
|
|
50
|
-
padding: 1.
|
|
50
|
+
padding: 1.0718113612rem 0.857449089rem 1.0718113612rem 0;
|
|
51
51
|
}
|
|
52
52
|
.ilo--accordion--button:hover, .ilo--accordion--button:focus {
|
|
53
53
|
background-color: rgb(235, 245, 253);
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
font-size: 16px;
|
|
68
68
|
letter-spacing: -0.02em;
|
|
69
69
|
line-height: 21.6px;
|
|
70
|
-
padding: 0.
|
|
70
|
+
padding: 0.857449089rem 0.857449089rem 0.857449089rem 0;
|
|
71
71
|
}
|
|
72
72
|
.ilo--accordion--button--large {
|
|
73
73
|
font-size: 18.66px;
|
|
74
74
|
letter-spacing: -0.035em;
|
|
75
75
|
line-height: 24.26px;
|
|
76
|
-
padding: 1.
|
|
76
|
+
padding: 1.0718113612rem 0.857449089rem 1.0718113612rem 0;
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
.ilo--accordion--button[aria-expanded=true] {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
105
|
* Do not edit directly
|
|
106
|
-
* Generated on
|
|
106
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
107
107
|
*/
|
|
108
108
|
/**
|
|
109
109
|
* TOKENS:
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Do not edit directly
|
|
131
|
-
* Generated on
|
|
131
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
132
132
|
*/
|
|
133
133
|
/**
|
|
134
134
|
* TOKENS:
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
text-decoration-thickness: 0.1071811361rem;
|
|
166
166
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M1.73149 16L0.613281 15.1855L5.83848 8L0.613281 0.814495L1.73149 0L7.25349 7.59275C7.33987 7.71097 7.38643 7.85359 7.38643 8C7.38643 8.14641 7.33987 8.28903 7.25349 8.40725L1.73149 16Z'/%3e%3c/svg%3e");
|
|
167
167
|
}
|
|
168
|
-
|
|
168
|
+
[dir=rtl] .ilo--breadcrumb--link {
|
|
169
169
|
background-position: 0 52%;
|
|
170
170
|
padding: 0 0.5359056806rem 0 1.2861736334rem;
|
|
171
171
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
text-decoration-thickness: 0.1071811361rem;
|
|
188
188
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M1.73149 16L0.613281 15.1855L5.83848 8L0.613281 0.814495L1.73149 0L7.25349 7.59275C7.33987 7.71097 7.38643 7.85359 7.38643 8C7.38643 8.14641 7.33987 8.28903 7.25349 8.40725L1.73149 16Z'/%3e%3c/svg%3e");
|
|
189
189
|
}
|
|
190
|
-
|
|
190
|
+
[dir=rtl] .ilo--breadcrumb--link:hover, [dir=rtl] .ilo--breadcrumb--link:focus {
|
|
191
191
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
|
|
192
192
|
}
|
|
193
193
|
.ilo--breadcrumb--item {
|
|
@@ -199,11 +199,6 @@
|
|
|
199
199
|
align-items: center;
|
|
200
200
|
display: flex;
|
|
201
201
|
position: relative;
|
|
202
|
-
width: 17px;
|
|
203
|
-
}
|
|
204
|
-
.ilo--breadcrumb--item.home .ilo--breadcrumb--link {
|
|
205
|
-
padding-left: 0;
|
|
206
|
-
width: 2.0364415863rem;
|
|
207
202
|
}
|
|
208
203
|
.ilo--breadcrumb--item.home .ilo--breadcrumb--link--label {
|
|
209
204
|
width: 1px;
|
|
@@ -262,7 +257,7 @@
|
|
|
262
257
|
width: 0.857449089rem;
|
|
263
258
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M1.73149 16L0.613281 15.1855L5.83848 8L0.613281 0.814495L1.73149 0L7.25349 7.59275C7.33987 7.71097 7.38643 7.85359 7.38643 8C7.38643 8.14641 7.33987 8.28903 7.25349 8.40725L1.73149 16Z'/%3e%3c/svg%3e");
|
|
264
259
|
}
|
|
265
|
-
|
|
260
|
+
[dir=rtl] .ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context:after {
|
|
266
261
|
right: auto;
|
|
267
262
|
left: -7px;
|
|
268
263
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
|
|
@@ -355,7 +350,7 @@
|
|
|
355
350
|
text-decoration: underline;
|
|
356
351
|
text-decoration-thickness: 0.1071811361rem;
|
|
357
352
|
}
|
|
358
|
-
|
|
353
|
+
[dir=rtl] .ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu .ilo--breadcrumb--link {
|
|
359
354
|
text-align: center;
|
|
360
355
|
}
|
|
361
356
|
@media screen and (min-width: 610px) {
|
|
@@ -369,7 +364,7 @@
|
|
|
369
364
|
top: 0;
|
|
370
365
|
width: 47px;
|
|
371
366
|
}
|
|
372
|
-
|
|
367
|
+
[dir=rtl] .ilo--breadcrumb--items:after {
|
|
373
368
|
right: auto;
|
|
374
369
|
left: -47px;
|
|
375
370
|
transform: scaleX(-1);
|
|
@@ -378,9 +373,6 @@
|
|
|
378
373
|
content: none;
|
|
379
374
|
}
|
|
380
375
|
}
|
|
381
|
-
.right-to-left .ilo--breadcrumb {
|
|
382
|
-
direction: rtl;
|
|
383
|
-
}
|
|
384
376
|
.ilo--breadcrumb.storybook {
|
|
385
377
|
background-color: rgb(184, 196, 204);
|
|
386
378
|
height: 100vh;
|
|
@@ -388,7 +380,7 @@
|
|
|
388
380
|
|
|
389
381
|
/**
|
|
390
382
|
* Do not edit directly
|
|
391
|
-
* Generated on
|
|
383
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
392
384
|
*/
|
|
393
385
|
/**
|
|
394
386
|
* TOKENS:
|
|
@@ -398,7 +390,7 @@
|
|
|
398
390
|
*/
|
|
399
391
|
/**
|
|
400
392
|
* Do not edit directly
|
|
401
|
-
* Generated on
|
|
393
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
402
394
|
*/
|
|
403
395
|
/**
|
|
404
396
|
* TOKENS:
|
|
@@ -423,7 +415,7 @@
|
|
|
423
415
|
}
|
|
424
416
|
/**
|
|
425
417
|
* Do not edit directly
|
|
426
|
-
* Generated on
|
|
418
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
427
419
|
*/
|
|
428
420
|
/**
|
|
429
421
|
* TOKENS:
|
|
@@ -450,26 +442,26 @@
|
|
|
450
442
|
}
|
|
451
443
|
.ilo--button.icon .ilo--icon {
|
|
452
444
|
height: 100%;
|
|
453
|
-
max-height:
|
|
454
|
-
max-width:
|
|
445
|
+
max-height: 1.7148981779rem;
|
|
446
|
+
max-width: 1.7148981779rem;
|
|
455
447
|
position: absolute;
|
|
456
448
|
width: 100%;
|
|
457
449
|
}
|
|
458
450
|
.ilo--button.icon.icon__position--left .link__label,
|
|
459
451
|
.ilo--button.icon.icon__position--left .button__label {
|
|
460
|
-
padding-left:
|
|
452
|
+
padding-left: 2.5723472669rem;
|
|
461
453
|
}
|
|
462
454
|
.ilo--button.icon.icon__position--left .ilo--icon {
|
|
463
|
-
left:
|
|
464
|
-
top:
|
|
455
|
+
left: 0.6966773848rem;
|
|
456
|
+
top: 0.3751339764rem;
|
|
465
457
|
}
|
|
466
458
|
.ilo--button.icon.icon__position--right .link__label,
|
|
467
459
|
.ilo--button.icon.icon__position--right .button__label {
|
|
468
|
-
padding-right:
|
|
460
|
+
padding-right: 2.5723472669rem;
|
|
469
461
|
}
|
|
470
462
|
.ilo--button.icon.icon__position--right .ilo--icon {
|
|
471
|
-
right:
|
|
472
|
-
top:
|
|
463
|
+
right: 0.6966773848rem;
|
|
464
|
+
top: 0.3751339764rem;
|
|
473
465
|
}
|
|
474
466
|
.ilo--button.icon--only .button__label {
|
|
475
467
|
width: 1px;
|
|
@@ -483,10 +475,7 @@
|
|
|
483
475
|
}
|
|
484
476
|
.ilo--button--large .link__label,
|
|
485
477
|
.ilo--button--large .button__label {
|
|
486
|
-
padding
|
|
487
|
-
padding-left: 22px;
|
|
488
|
-
padding-right: 22px;
|
|
489
|
-
padding-top: 10px;
|
|
478
|
+
padding: 0.6430868167rem 1.2861736334rem;
|
|
490
479
|
font-size: 18.66px;
|
|
491
480
|
letter-spacing: -0.02em;
|
|
492
481
|
line-height: 120%;
|
|
@@ -501,34 +490,31 @@
|
|
|
501
490
|
}
|
|
502
491
|
.ilo--button--medium .link__label,
|
|
503
492
|
.ilo--button--medium .button__label {
|
|
504
|
-
padding
|
|
505
|
-
padding-left: 18px;
|
|
506
|
-
padding-right: 18px;
|
|
507
|
-
padding-top: 7px;
|
|
493
|
+
padding: 0.4287245445rem 1.0718113612rem;
|
|
508
494
|
font-size: 16px;
|
|
509
495
|
letter-spacing: -0.02em;
|
|
510
496
|
line-height: 120%;
|
|
511
497
|
}
|
|
512
498
|
.ilo--button--medium.icon .ilo--icon {
|
|
513
|
-
max-height:
|
|
514
|
-
max-width:
|
|
499
|
+
max-height: 1.6077170418rem;
|
|
500
|
+
max-width: 1.6077170418rem;
|
|
515
501
|
position: absolute;
|
|
516
502
|
}
|
|
517
503
|
.ilo--button--medium.icon.icon__position--left .link__label,
|
|
518
504
|
.ilo--button--medium.icon.icon__position--left .button__label {
|
|
519
|
-
padding-left:
|
|
505
|
+
padding-left: 2.3579849946rem;
|
|
520
506
|
}
|
|
521
507
|
.ilo--button--medium.icon.icon__position--left .ilo--icon {
|
|
522
|
-
left:
|
|
523
|
-
top:
|
|
508
|
+
left: 0.5359056806rem;
|
|
509
|
+
top: 0.1607717042rem;
|
|
524
510
|
}
|
|
525
511
|
.ilo--button--medium.icon.icon__position--right .link__label,
|
|
526
512
|
.ilo--button--medium.icon.icon__position--right .button__label {
|
|
527
|
-
padding-right:
|
|
513
|
+
padding-right: 2.3579849946rem;
|
|
528
514
|
}
|
|
529
515
|
.ilo--button--medium.icon.icon__position--right .ilo--icon {
|
|
530
|
-
right:
|
|
531
|
-
top:
|
|
516
|
+
right: 0.5359056806rem;
|
|
517
|
+
top: 0.1607717042rem;
|
|
532
518
|
}
|
|
533
519
|
.ilo--button--medium.icon--only {
|
|
534
520
|
height: 1.9292604502rem;
|
|
@@ -540,34 +526,31 @@
|
|
|
540
526
|
}
|
|
541
527
|
.ilo--button--small .link__label,
|
|
542
528
|
.ilo--button--small .button__label {
|
|
543
|
-
padding
|
|
544
|
-
padding-left: 13px;
|
|
545
|
-
padding-right: 13px;
|
|
546
|
-
padding-top: 3px;
|
|
529
|
+
padding: 0.2143622722rem 0.857449089rem;
|
|
547
530
|
font-size: 14.93px;
|
|
548
531
|
letter-spacing: -0.02em;
|
|
549
532
|
line-height: 120%;
|
|
550
533
|
}
|
|
551
534
|
.ilo--button--small.icon .ilo--icon {
|
|
552
|
-
max-height:
|
|
553
|
-
max-width:
|
|
535
|
+
max-height: 1.5005359057rem;
|
|
536
|
+
max-width: 1.5005359057rem;
|
|
554
537
|
position: absolute;
|
|
555
538
|
}
|
|
556
539
|
.ilo--button--small.icon.icon__position--left .link__label,
|
|
557
540
|
.ilo--button--small.icon.icon__position--left .button__label {
|
|
558
|
-
padding-left:
|
|
541
|
+
padding-left: 1.9292604502rem;
|
|
559
542
|
}
|
|
560
543
|
.ilo--button--small.icon.icon__position--left .ilo--icon {
|
|
561
|
-
left:
|
|
562
|
-
top:
|
|
544
|
+
left: 0.3215434084rem;
|
|
545
|
+
top: 0.0535905681rem;
|
|
563
546
|
}
|
|
564
547
|
.ilo--button--small.icon.icon__position--right .link__label,
|
|
565
548
|
.ilo--button--small.icon.icon__position--right .button__label {
|
|
566
|
-
padding-right:
|
|
549
|
+
padding-right: 1.9292604502rem;
|
|
567
550
|
}
|
|
568
551
|
.ilo--button--small.icon.icon__position--right .ilo--icon {
|
|
569
|
-
right:
|
|
570
|
-
top:
|
|
552
|
+
right: 0.3215434084rem;
|
|
553
|
+
top: 0.0535905681rem;
|
|
571
554
|
}
|
|
572
555
|
.ilo--button--small.icon--only {
|
|
573
556
|
height: 1.3933547696rem;
|
|
@@ -713,7 +696,7 @@
|
|
|
713
696
|
|
|
714
697
|
/**
|
|
715
698
|
* Do not edit directly
|
|
716
|
-
* Generated on
|
|
699
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
717
700
|
*/
|
|
718
701
|
/**
|
|
719
702
|
* TOKENS:
|
|
@@ -726,7 +709,7 @@
|
|
|
726
709
|
transition: max-height 225ms ease-out;
|
|
727
710
|
}
|
|
728
711
|
.ilo--callout--collapse:not(.ilo--callout--open) {
|
|
729
|
-
max-height:
|
|
712
|
+
max-height: 64px;
|
|
730
713
|
overflow: hidden;
|
|
731
714
|
}
|
|
732
715
|
.ilo--callout--open {
|
|
@@ -737,22 +720,24 @@
|
|
|
737
720
|
transform: translateY(-50%) rotate(180deg);
|
|
738
721
|
}
|
|
739
722
|
.ilo--callout--sidebar {
|
|
740
|
-
|
|
723
|
+
display: flex;
|
|
724
|
+
flex-direction: column;
|
|
725
|
+
align-items: center;
|
|
726
|
+
padding: 1.0718113612rem 0.4287245445rem;
|
|
741
727
|
width: 2.1436227224rem;
|
|
742
728
|
}
|
|
743
729
|
.ilo--callout--sidebar .ilo--callout--icon {
|
|
744
|
-
|
|
745
|
-
top: 0.0803858521rem;
|
|
730
|
+
margin: 0.2143622722rem;
|
|
746
731
|
}
|
|
747
732
|
.ilo--callout--content {
|
|
748
|
-
padding: 1.
|
|
733
|
+
padding: 1.2861736334rem;
|
|
749
734
|
width: 100%;
|
|
750
735
|
font-size: 0.8001071811rem;
|
|
751
736
|
}
|
|
752
737
|
.ilo--callout--header {
|
|
753
738
|
display: flex;
|
|
754
739
|
justify-content: space-between;
|
|
755
|
-
padding: 0
|
|
740
|
+
padding-bottom: 0.6430868167rem;
|
|
756
741
|
}
|
|
757
742
|
.ilo--callout--title {
|
|
758
743
|
font-size: 16px;
|
|
@@ -771,7 +756,7 @@
|
|
|
771
756
|
cursor: pointer;
|
|
772
757
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
773
758
|
font-weight: 500;
|
|
774
|
-
padding-right:
|
|
759
|
+
padding-right: 1.7148981779rem;
|
|
775
760
|
position: relative;
|
|
776
761
|
}
|
|
777
762
|
.ilo--callout--toggle--icon {
|
|
@@ -788,7 +773,7 @@
|
|
|
788
773
|
width: 24px;
|
|
789
774
|
}
|
|
790
775
|
.ilo--callout--footer {
|
|
791
|
-
padding: 1.
|
|
776
|
+
padding-top: 1.0718113612rem;
|
|
792
777
|
}
|
|
793
778
|
.ilo--callout .icon {
|
|
794
779
|
background-repeat: no-repeat;
|
|
@@ -840,7 +825,7 @@
|
|
|
840
825
|
|
|
841
826
|
/**
|
|
842
827
|
* Do not edit directly
|
|
843
|
-
* Generated on
|
|
828
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
844
829
|
*/
|
|
845
830
|
/**
|
|
846
831
|
* TOKENS:
|
|
@@ -850,7 +835,7 @@
|
|
|
850
835
|
*/
|
|
851
836
|
/**
|
|
852
837
|
* Do not edit directly
|
|
853
|
-
* Generated on
|
|
838
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
854
839
|
*/
|
|
855
840
|
/**
|
|
856
841
|
* TOKENS:
|
|
@@ -875,7 +860,7 @@
|
|
|
875
860
|
}
|
|
876
861
|
/**
|
|
877
862
|
* Do not edit directly
|
|
878
|
-
* Generated on
|
|
863
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
879
864
|
*/
|
|
880
865
|
/**
|
|
881
866
|
* TOKENS:
|
|
@@ -893,7 +878,7 @@
|
|
|
893
878
|
|
|
894
879
|
/**
|
|
895
880
|
* Do not edit directly
|
|
896
|
-
* Generated on
|
|
881
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
897
882
|
*/
|
|
898
883
|
/**
|
|
899
884
|
* TOKENS:
|
|
@@ -911,9 +896,6 @@
|
|
|
911
896
|
.ilo--card__size__fluid {
|
|
912
897
|
--max-width: 100% !important;
|
|
913
898
|
}
|
|
914
|
-
.right-to-left .ilo--card {
|
|
915
|
-
text-align: right;
|
|
916
|
-
}
|
|
917
899
|
.ilo--card__action:hover, .ilo--card__action:focus, .ilo--card__action:focus-within {
|
|
918
900
|
background: rgb(255, 255, 255);
|
|
919
901
|
outline: none;
|
|
@@ -977,7 +959,7 @@
|
|
|
977
959
|
max-width: var(--max-width);
|
|
978
960
|
}
|
|
979
961
|
.ilo--card--wrapper:hover, .ilo--card--wrapper:focus, .ilo--card--wrapper:focus-within {
|
|
980
|
-
filter: drop-shadow(0px
|
|
962
|
+
filter: drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.05)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.05)) drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.04));
|
|
981
963
|
}
|
|
982
964
|
.ilo--card--link {
|
|
983
965
|
background: none;
|
|
@@ -1063,10 +1045,10 @@
|
|
|
1063
1045
|
font-size: 16px;
|
|
1064
1046
|
letter-spacing: normal;
|
|
1065
1047
|
line-height: 23.36px;
|
|
1066
|
-
margin-bottom: 1.3742266073rem;
|
|
1067
1048
|
transition-property: color;
|
|
1068
1049
|
transition-duration: 150ms;
|
|
1069
1050
|
transition-timing-function: ease-out;
|
|
1051
|
+
margin-bottom: 1.7148981779rem;
|
|
1070
1052
|
}
|
|
1071
1053
|
.ilo--card--link:hover .ilo--card--intro, .ilo--card--link:focus .ilo--card--intro, .ilo--card--link:focus-within .ilo--card--intro {
|
|
1072
1054
|
color: rgb(30, 45, 190);
|
|
@@ -1107,7 +1089,7 @@
|
|
|
1107
1089
|
|
|
1108
1090
|
/**
|
|
1109
1091
|
* Do not edit directly
|
|
1110
|
-
* Generated on
|
|
1092
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1111
1093
|
*/
|
|
1112
1094
|
/**
|
|
1113
1095
|
* TOKENS:
|
|
@@ -1132,10 +1114,16 @@
|
|
|
1132
1114
|
color: rgb(255, 255, 255);
|
|
1133
1115
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' 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");
|
|
1134
1116
|
}
|
|
1117
|
+
[dir=rtl] .ilo--card__type__feature.ilo--card__theme__dark .ilo--link-list--link {
|
|
1118
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
1119
|
+
}
|
|
1135
1120
|
.ilo--card__type__feature.ilo--card__theme__dark:hover .ilo--link-list--link, .ilo--card__type__feature.ilo--card__theme__dark:focus .ilo--link-list--link, .ilo--card__type__feature.ilo--card__theme__dark:focus-within .ilo--link-list--link {
|
|
1136
1121
|
color: rgb(30, 45, 190);
|
|
1137
1122
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
|
|
1138
1123
|
}
|
|
1124
|
+
[dir=rtl] .ilo--card__type__feature.ilo--card__theme__dark:hover .ilo--link-list--link, [dir=rtl] .ilo--card__type__feature.ilo--card__theme__dark:focus .ilo--link-list--link, [dir=rtl] .ilo--card__type__feature.ilo--card__theme__dark:focus-within .ilo--link-list--link {
|
|
1125
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
1126
|
+
}
|
|
1139
1127
|
.ilo--card__type__feature picture::before {
|
|
1140
1128
|
transition-property: opacity;
|
|
1141
1129
|
transition-duration: 150ms;
|
|
@@ -1144,7 +1132,7 @@
|
|
|
1144
1132
|
.ilo--card__type__feature:hover, .ilo--card__type__feature:focus, .ilo--card__type__feature:focus-within {
|
|
1145
1133
|
background-color: rgb(255, 255, 255);
|
|
1146
1134
|
border-bottom: 0.1607717042rem solid rgb(30, 45, 190);
|
|
1147
|
-
filter: drop-shadow(0px
|
|
1135
|
+
filter: drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.05)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.05)) drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.04));
|
|
1148
1136
|
}
|
|
1149
1137
|
.ilo--card__type__feature:hover picture::before, .ilo--card__type__feature:focus picture::before, .ilo--card__type__feature:focus-within picture::before {
|
|
1150
1138
|
opacity: 0.4;
|
|
@@ -1187,9 +1175,6 @@
|
|
|
1187
1175
|
.ilo--card__type__feature.ilo--card__size__wide .ilo--card--wrap, .ilo--card__type__feature.ilo--card__size__fluid .ilo--card--wrap {
|
|
1188
1176
|
flex-direction: row;
|
|
1189
1177
|
}
|
|
1190
|
-
.right-to-left .ilo--card__type__feature.ilo--card__size__wide .ilo--card--wrap, .right-to-left .ilo--card__type__feature.ilo--card__size__fluid .ilo--card--wrap {
|
|
1191
|
-
flex-direction: row-reverse;
|
|
1192
|
-
}
|
|
1193
1178
|
.ilo--card__type__feature.ilo--card__size__wide .ilo--card--content, .ilo--card__type__feature.ilo--card__size__fluid .ilo--card--content {
|
|
1194
1179
|
display: flex;
|
|
1195
1180
|
flex-direction: row;
|
|
@@ -1275,7 +1260,7 @@
|
|
|
1275
1260
|
|
|
1276
1261
|
/**
|
|
1277
1262
|
* Do not edit directly
|
|
1278
|
-
* Generated on
|
|
1263
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1279
1264
|
*/
|
|
1280
1265
|
/**
|
|
1281
1266
|
* TOKENS:
|
|
@@ -1286,8 +1271,12 @@
|
|
|
1286
1271
|
.ilo--card__type__text {
|
|
1287
1272
|
--max-width: 16.1307609861rem;
|
|
1288
1273
|
border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
|
|
1289
|
-
padding: 1.2861736334rem
|
|
1290
|
-
clip-path: polygon(0 0, calc(100% -
|
|
1274
|
+
padding: 2.1436227224rem 1.2861736334rem 1.7148981779rem;
|
|
1275
|
+
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
1276
|
+
}
|
|
1277
|
+
[dir=rtl] .ilo--card__type__text {
|
|
1278
|
+
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
1279
|
+
clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
|
|
1291
1280
|
}
|
|
1292
1281
|
.ilo--card__type__text [class$=profile--contents--light] * {
|
|
1293
1282
|
color: rgb(45, 45, 45);
|
|
@@ -1296,7 +1285,11 @@
|
|
|
1296
1285
|
color: rgb(255, 255, 255);
|
|
1297
1286
|
}
|
|
1298
1287
|
.ilo--card__type__text:hover, .ilo--card__type__text:focus, .ilo--card__type__text:focus-within {
|
|
1299
|
-
filter: drop-shadow(0px
|
|
1288
|
+
filter: drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.05)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.05)) drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.04));
|
|
1289
|
+
transition-property: border-color;
|
|
1290
|
+
transition-duration: 150ms;
|
|
1291
|
+
transition-timing-function: ease-out;
|
|
1292
|
+
border-color: rgb(30, 45, 190);
|
|
1300
1293
|
}
|
|
1301
1294
|
.ilo--card__type__text:hover [class*=profile--contents] *, .ilo--card__type__text:focus [class*=profile--contents] *, .ilo--card__type__text:focus-within [class*=profile--contents] * {
|
|
1302
1295
|
color: rgb(30, 45, 190);
|
|
@@ -1304,26 +1297,19 @@
|
|
|
1304
1297
|
@media screen and (max-width: 609px) {
|
|
1305
1298
|
.ilo--card__type__text {
|
|
1306
1299
|
--max-width: 100%;
|
|
1307
|
-
padding: 1.7148981779rem 2.1436227224rem;
|
|
1308
1300
|
}
|
|
1309
1301
|
}
|
|
1310
1302
|
.ilo--card__type__text.ilo--card__size__wide, .ilo--card__type__text.ilo--card__size__fluid {
|
|
1311
1303
|
--max-width: 28.0278670954rem;
|
|
1312
|
-
padding: 1.7148981779rem
|
|
1313
|
-
}
|
|
1314
|
-
@media screen and (min-width: 610px) {
|
|
1315
|
-
.ilo--card__type__text.ilo--card__size__wide, .ilo--card__type__text.ilo--card__size__fluid {
|
|
1316
|
-
padding: 1.7148981779rem 2.1436227224rem;
|
|
1317
|
-
}
|
|
1304
|
+
padding: 2.1436227224rem 1.7148981779rem 1.7148981779rem;
|
|
1318
1305
|
}
|
|
1319
1306
|
.ilo--card__type__text.ilo--card__size__narrow {
|
|
1320
1307
|
--max-width: 16.1307609861rem;
|
|
1321
|
-
padding: 1.2861736334rem
|
|
1308
|
+
padding: 2.1436227224rem 1.2861736334rem 1.7148981779rem;
|
|
1322
1309
|
}
|
|
1323
1310
|
@media screen and (max-width: 609px) {
|
|
1324
1311
|
.ilo--card__type__text.ilo--card__size__narrow {
|
|
1325
1312
|
--max-width: 100%;
|
|
1326
|
-
padding: 1.2861736334rem 2.1436227224rem;
|
|
1327
1313
|
}
|
|
1328
1314
|
}
|
|
1329
1315
|
.ilo--card__type__text.ilo--card__size__narrow .ilo--card--title {
|
|
@@ -1371,7 +1357,7 @@
|
|
|
1371
1357
|
|
|
1372
1358
|
/**
|
|
1373
1359
|
* Do not edit directly
|
|
1374
|
-
* Generated on
|
|
1360
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1375
1361
|
*/
|
|
1376
1362
|
/**
|
|
1377
1363
|
* TOKENS:
|
|
@@ -1382,8 +1368,11 @@
|
|
|
1382
1368
|
.ilo--card__type__detail {
|
|
1383
1369
|
--max-width: 18.3815648446rem;
|
|
1384
1370
|
border-bottom: 0.1607717042rem solid rgb(237, 240, 242);
|
|
1385
|
-
padding: 1.
|
|
1371
|
+
padding: 1.7148981779rem 0;
|
|
1386
1372
|
position: relative;
|
|
1373
|
+
transition-property: border;
|
|
1374
|
+
transition-duration: 150ms;
|
|
1375
|
+
transition-timing-function: ease-out;
|
|
1387
1376
|
}
|
|
1388
1377
|
@media screen and (min-width: 1024px) {
|
|
1389
1378
|
.ilo--card__type__detail {
|
|
@@ -1396,7 +1385,8 @@
|
|
|
1396
1385
|
}
|
|
1397
1386
|
}
|
|
1398
1387
|
.ilo--card__type__detail:hover, .ilo--card__type__detail:focus, .ilo--card__type__detail:focus-within {
|
|
1399
|
-
filter: drop-shadow(0px
|
|
1388
|
+
filter: drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.05)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.05)) drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.04));
|
|
1389
|
+
border-bottom: 0.1607717042rem solid rgb(30, 45, 190);
|
|
1400
1390
|
}
|
|
1401
1391
|
.ilo--card__type__detail:hover picture::before, .ilo--card__type__detail:focus picture::before, .ilo--card__type__detail:focus-within picture::before {
|
|
1402
1392
|
opacity: 0.4;
|
|
@@ -1405,7 +1395,11 @@
|
|
|
1405
1395
|
.ilo--card__type__detail:hover .ilo--card--date-extra::before, .ilo--card__type__detail:focus .ilo--card--date-extra::before, .ilo--card__type__detail:focus-within .ilo--card--date-extra::before {
|
|
1406
1396
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(30, 45, 190)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
1407
1397
|
}
|
|
1398
|
+
.ilo--card__type__detail .ilo--card--eyebrow {
|
|
1399
|
+
margin-bottom: 0.857449089rem;
|
|
1400
|
+
}
|
|
1408
1401
|
.ilo--card__type__detail .ilo--card--title {
|
|
1402
|
+
padding: 0 0 0.4287245445rem 0;
|
|
1409
1403
|
font-size: 18.66px;
|
|
1410
1404
|
letter-spacing: -0.035em;
|
|
1411
1405
|
line-height: 24.26px;
|
|
@@ -1472,9 +1466,6 @@
|
|
|
1472
1466
|
.ilo--card__type__detail .ilo--card--wrap {
|
|
1473
1467
|
display: flex;
|
|
1474
1468
|
}
|
|
1475
|
-
.right-to-left .ilo--card__type__detail .ilo--card--wrap {
|
|
1476
|
-
flex-direction: row-reverse;
|
|
1477
|
-
}
|
|
1478
1469
|
.ilo--card__type__detail .ilo--card--title {
|
|
1479
1470
|
font-size: 18.66px;
|
|
1480
1471
|
letter-spacing: -0.035em;
|
|
@@ -1518,7 +1509,7 @@
|
|
|
1518
1509
|
|
|
1519
1510
|
/**
|
|
1520
1511
|
* Do not edit directly
|
|
1521
|
-
* Generated on
|
|
1512
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1522
1513
|
*/
|
|
1523
1514
|
/**
|
|
1524
1515
|
* TOKENS:
|
|
@@ -1560,73 +1551,55 @@
|
|
|
1560
1551
|
padding: 3.4297963558rem 3.8585209003rem;
|
|
1561
1552
|
}
|
|
1562
1553
|
}
|
|
1554
|
+
.ilo--card__type__promo .ilo--card--title {
|
|
1555
|
+
margin-bottom: 0.6430868167rem;
|
|
1556
|
+
}
|
|
1563
1557
|
.ilo--card__type__promo.ilo--card__size__standard {
|
|
1564
1558
|
padding: 2.5723472669rem;
|
|
1565
1559
|
}
|
|
1566
|
-
@media screen and (min-width: 610px) {
|
|
1567
|
-
.ilo--card__type__promo.ilo--card__size__standard {
|
|
1568
|
-
padding: 2.5723472669rem 2.5723472669rem 3.4297963558rem;
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
1571
|
-
@media screen and (min-width: 1024px) {
|
|
1572
|
-
.ilo--card__type__promo.ilo--card__size__standard {
|
|
1573
|
-
padding: 2.5723472669rem 2.5723472669rem 3.4297963558rem;
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
1560
|
.ilo--card__type__promo.ilo--card__size__standard.ilo--card__cornercut {
|
|
1577
1561
|
clip-path: polygon(0 0, calc(100% - 87px) 0, 100% 48px, 100% 100%, 0 100%);
|
|
1578
1562
|
}
|
|
1563
|
+
[dir=rtl] .ilo--card__type__promo.ilo--card__size__standard.ilo--card__cornercut {
|
|
1564
|
+
clip-path: polygon(0 0, calc(100% - 87px) 0, 100% 48px, 100% 100%, 0 100%);
|
|
1565
|
+
clip-path: polygon(87px 0, 100% 0, 100% 100%, 0 100%, 0 48px);
|
|
1566
|
+
}
|
|
1579
1567
|
.ilo--card__type__promo.ilo--card__size__wide, .ilo--card__type__promo.ilo--card__size__fluid {
|
|
1580
1568
|
padding: 3.4297963558rem 3.8585209003rem;
|
|
1581
1569
|
}
|
|
1582
|
-
@media screen and (min-width: 610px) {
|
|
1583
|
-
.ilo--card__type__promo.ilo--card__size__wide, .ilo--card__type__promo.ilo--card__size__fluid {
|
|
1584
|
-
padding: 3.4297963558rem 3.8585209003rem;
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
@media screen and (min-width: 1024px) {
|
|
1588
|
-
.ilo--card__type__promo.ilo--card__size__wide, .ilo--card__type__promo.ilo--card__size__fluid {
|
|
1589
|
-
padding: 3.4297963558rem 3.8585209003rem;
|
|
1590
|
-
}
|
|
1591
|
-
}
|
|
1592
1570
|
.ilo--card__type__promo.ilo--card__size__wide.ilo--card__cornercut, .ilo--card__type__promo.ilo--card__size__fluid.ilo--card__cornercut {
|
|
1593
1571
|
clip-path: polygon(0 0, calc(100% - 116px) 0, 100% 64px, 100% 100%, 0 100%);
|
|
1594
1572
|
}
|
|
1573
|
+
[dir=rtl] .ilo--card__type__promo.ilo--card__size__wide.ilo--card__cornercut, [dir=rtl] .ilo--card__type__promo.ilo--card__size__fluid.ilo--card__cornercut {
|
|
1574
|
+
clip-path: polygon(0 0, calc(100% - 116px) 0, 100% 64px, 100% 100%, 0 100%);
|
|
1575
|
+
clip-path: polygon(116px 0, 100% 0, 100% 100%, 0 100%, 0 64px);
|
|
1576
|
+
}
|
|
1595
1577
|
.ilo--card__type__promo.ilo--card__size__narrow {
|
|
1596
1578
|
padding: 2.1436227224rem 1.2861736334rem;
|
|
1597
1579
|
}
|
|
1598
|
-
@media screen and (min-width: 610px) {
|
|
1599
|
-
.ilo--card__type__promo.ilo--card__size__narrow {
|
|
1600
|
-
padding: 2.1436227224rem 1.2861736334rem;
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
@media screen and (min-width: 1024px) {
|
|
1604
|
-
.ilo--card__type__promo.ilo--card__size__narrow {
|
|
1605
|
-
padding: 2.1436227224rem 1.2861736334rem;
|
|
1606
|
-
}
|
|
1607
|
-
}
|
|
1608
1580
|
.ilo--card__type__promo.ilo--card__size__narrow.ilo--card__cornercut {
|
|
1609
1581
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
1610
1582
|
}
|
|
1583
|
+
[dir=rtl] .ilo--card__type__promo.ilo--card__size__narrow.ilo--card__cornercut {
|
|
1584
|
+
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px left, 100% 100%, 0 100%);
|
|
1585
|
+
}
|
|
1611
1586
|
.ilo--card__type__promo.ilo--card__size__narrow .ilo--card--title {
|
|
1612
1587
|
font-size: 29.16px;
|
|
1613
1588
|
letter-spacing: -0.035em;
|
|
1614
1589
|
line-height: 36.45px;
|
|
1615
|
-
margin-bottom: 0.
|
|
1590
|
+
margin-bottom: 0.4287245445rem;
|
|
1616
1591
|
}
|
|
1617
1592
|
@media screen and (min-width: 610px) {
|
|
1618
1593
|
.ilo--card__type__promo.ilo--card__size__narrow .ilo--card--title {
|
|
1619
1594
|
font-size: 36.45px;
|
|
1620
1595
|
letter-spacing: -0.035em;
|
|
1621
1596
|
line-height: 43.74px;
|
|
1622
|
-
margin-bottom: 0.4278063594rem;
|
|
1623
1597
|
}
|
|
1624
1598
|
}
|
|
1625
1599
|
.ilo--card__type__promo.ilo--card__size__narrow .ilo--card--intro {
|
|
1626
1600
|
font-size: 16px;
|
|
1627
1601
|
letter-spacing: normal;
|
|
1628
1602
|
line-height: 23.36px;
|
|
1629
|
-
margin-bottom: 1.910132288rem;
|
|
1630
1603
|
}
|
|
1631
1604
|
.ilo--card__type__promo.ilo--card__theme__light:not(:hover) .ilo--card--title {
|
|
1632
1605
|
color: rgb(45, 45, 45);
|
|
@@ -1638,34 +1611,31 @@
|
|
|
1638
1611
|
font-size: 29.16px;
|
|
1639
1612
|
letter-spacing: -0.035em;
|
|
1640
1613
|
line-height: 36.45px;
|
|
1641
|
-
margin-bottom: 0.5741425509rem;
|
|
1642
1614
|
}
|
|
1643
1615
|
@media screen and (min-width: 610px) {
|
|
1644
1616
|
.ilo--card__type__promo .ilo--card--title {
|
|
1645
1617
|
font-size: 36.45px;
|
|
1646
1618
|
letter-spacing: -0.035em;
|
|
1647
1619
|
line-height: 43.74px;
|
|
1648
|
-
margin-bottom: 0.8565309039rem;
|
|
1649
1620
|
}
|
|
1650
1621
|
}
|
|
1651
1622
|
.ilo--card__type__promo .ilo--card--intro {
|
|
1652
1623
|
font-size: 16px;
|
|
1653
1624
|
letter-spacing: normal;
|
|
1654
1625
|
line-height: 23.36px;
|
|
1655
|
-
margin-bottom: 1.
|
|
1626
|
+
margin-bottom: 1.7148981779rem;
|
|
1656
1627
|
}
|
|
1657
1628
|
@media screen and (min-width: 610px) {
|
|
1658
1629
|
.ilo--card__type__promo .ilo--card--intro {
|
|
1659
1630
|
font-size: 18.66px;
|
|
1660
1631
|
letter-spacing: normal;
|
|
1661
1632
|
line-height: 27.24px;
|
|
1662
|
-
margin-bottom: 1.8685411561rem;
|
|
1663
1633
|
}
|
|
1664
1634
|
}
|
|
1665
1635
|
|
|
1666
1636
|
/**
|
|
1667
1637
|
* Do not edit directly
|
|
1668
|
-
* Generated on
|
|
1638
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1669
1639
|
*/
|
|
1670
1640
|
/**
|
|
1671
1641
|
* TOKENS:
|
|
@@ -1682,6 +1652,7 @@
|
|
|
1682
1652
|
}
|
|
1683
1653
|
.ilo--card__type__multilink .ilo--card--content .ilo--card--image--wrapper {
|
|
1684
1654
|
display: block;
|
|
1655
|
+
margin-bottom: 1.7148981779rem;
|
|
1685
1656
|
}
|
|
1686
1657
|
@media screen and (min-width: 610px) {
|
|
1687
1658
|
.ilo--card__type__multilink {
|
|
@@ -1697,7 +1668,7 @@
|
|
|
1697
1668
|
font-size: 23.32px;
|
|
1698
1669
|
letter-spacing: -0.035em;
|
|
1699
1670
|
line-height: 29.15px;
|
|
1700
|
-
margin-bottom:
|
|
1671
|
+
margin-bottom: 1.7148981779rem;
|
|
1701
1672
|
color: rgb(45, 45, 45);
|
|
1702
1673
|
}
|
|
1703
1674
|
@media screen and (min-width: 610px) {
|
|
@@ -1705,14 +1676,13 @@
|
|
|
1705
1676
|
font-size: 29.16px;
|
|
1706
1677
|
letter-spacing: -0.035em;
|
|
1707
1678
|
line-height: 36.45px;
|
|
1708
|
-
margin-bottom: 0.5741425509rem;
|
|
1709
1679
|
}
|
|
1710
1680
|
}
|
|
1711
1681
|
.ilo--card__type__multilink .ilo--card--intro {
|
|
1712
1682
|
font-size: 16px;
|
|
1713
1683
|
letter-spacing: normal;
|
|
1714
1684
|
line-height: 23.36px;
|
|
1715
|
-
margin-bottom: 1.
|
|
1685
|
+
margin-bottom: 1.7148981779rem;
|
|
1716
1686
|
color: rgb(45, 45, 45);
|
|
1717
1687
|
}
|
|
1718
1688
|
@media screen and (min-width: 610px) {
|
|
@@ -1720,37 +1690,16 @@
|
|
|
1720
1690
|
font-size: 18.66px;
|
|
1721
1691
|
letter-spacing: normal;
|
|
1722
1692
|
line-height: 27.24px;
|
|
1723
|
-
margin-bottom: 1.8685411561rem;
|
|
1724
1693
|
}
|
|
1725
1694
|
}
|
|
1726
1695
|
.ilo--card__type__multilink.ilo--card__size__standard {
|
|
1727
1696
|
--max-width: 28.7245444802rem;
|
|
1728
1697
|
padding: 2.5723472669rem 2.1436227224rem;
|
|
1729
1698
|
}
|
|
1730
|
-
@media screen and (min-width: 610px) {
|
|
1731
|
-
.ilo--card__type__multilink.ilo--card__size__standard {
|
|
1732
|
-
padding: 2.5723472669rem 2.1436227224rem;
|
|
1733
|
-
}
|
|
1734
|
-
}
|
|
1735
|
-
@media screen and (min-width: 1024px) {
|
|
1736
|
-
.ilo--card__type__multilink.ilo--card__size__standard {
|
|
1737
|
-
padding: 2.5723472669rem 2.1436227224rem;
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
1699
|
.ilo--card__type__multilink.ilo--card__size__narrow {
|
|
1741
1700
|
--max-width: 20.0964630225rem;
|
|
1742
1701
|
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1743
1702
|
}
|
|
1744
|
-
@media screen and (min-width: 610px) {
|
|
1745
|
-
.ilo--card__type__multilink.ilo--card__size__narrow {
|
|
1746
|
-
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
@media screen and (min-width: 1024px) {
|
|
1750
|
-
.ilo--card__type__multilink.ilo--card__size__narrow {
|
|
1751
|
-
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1752
|
-
}
|
|
1753
|
-
}
|
|
1754
1703
|
.ilo--card__type__multilink.ilo--card__size__narrow .ilo--card--image--wrapper {
|
|
1755
1704
|
display: none;
|
|
1756
1705
|
}
|
|
@@ -1763,7 +1712,7 @@
|
|
|
1763
1712
|
font-size: 23.32px;
|
|
1764
1713
|
letter-spacing: -0.035em;
|
|
1765
1714
|
line-height: 29.15px;
|
|
1766
|
-
margin-bottom:
|
|
1715
|
+
margin-bottom: 1.2861736334rem;
|
|
1767
1716
|
}
|
|
1768
1717
|
}
|
|
1769
1718
|
@media screen and (min-width: 610px) {
|
|
@@ -1771,13 +1720,16 @@
|
|
|
1771
1720
|
font-size: 16px;
|
|
1772
1721
|
letter-spacing: normal;
|
|
1773
1722
|
line-height: 23.36px;
|
|
1774
|
-
margin-bottom: 1.
|
|
1723
|
+
margin-bottom: 1.2861736334rem;
|
|
1775
1724
|
}
|
|
1776
1725
|
}
|
|
1777
1726
|
.ilo--card__type__multilink.ilo--card__size__wide, .ilo--card__type__multilink.ilo--card__size__fluid {
|
|
1778
1727
|
--max-width: 59.1639871383rem;
|
|
1779
1728
|
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1780
1729
|
}
|
|
1730
|
+
.ilo--card__type__multilink.ilo--card__size__wide .ilo--card--title, .ilo--card__type__multilink.ilo--card__size__fluid .ilo--card--title {
|
|
1731
|
+
margin-bottom: 0.6430868167rem;
|
|
1732
|
+
}
|
|
1781
1733
|
@media screen and (min-width: 610px) {
|
|
1782
1734
|
.ilo--card__type__multilink.ilo--card__size__wide, .ilo--card__type__multilink.ilo--card__size__fluid {
|
|
1783
1735
|
padding: 3.0010718114rem 2.5723472669rem;
|
|
@@ -1785,16 +1737,10 @@
|
|
|
1785
1737
|
.ilo--card__type__multilink.ilo--card__size__wide.ilo--card__align__right .ilo--card--wrap, .ilo--card__type__multilink.ilo--card__size__fluid.ilo--card__align__right .ilo--card--wrap {
|
|
1786
1738
|
flex-direction: row-reverse;
|
|
1787
1739
|
}
|
|
1788
|
-
.right-to-left .ilo--card__type__multilink.ilo--card__size__wide.ilo--card__align__right .ilo--card--wrap, .right-to-left .ilo--card__type__multilink.ilo--card__size__fluid.ilo--card__align__right .ilo--card--wrap {
|
|
1789
|
-
flex-direction: row;
|
|
1790
|
-
}
|
|
1791
1740
|
.ilo--card__type__multilink.ilo--card__size__wide .ilo--card--wrap, .ilo--card__type__multilink.ilo--card__size__fluid .ilo--card--wrap {
|
|
1792
1741
|
display: flex;
|
|
1793
1742
|
column-gap: 1.7148981779rem;
|
|
1794
1743
|
}
|
|
1795
|
-
.right-to-left .ilo--card__type__multilink.ilo--card__size__wide .ilo--card--wrap, .right-to-left .ilo--card__type__multilink.ilo--card__size__fluid .ilo--card--wrap {
|
|
1796
|
-
flex-direction: row-reverse;
|
|
1797
|
-
}
|
|
1798
1744
|
.ilo--card__type__multilink.ilo--card__size__wide .ilo--card--image--wrapper, .ilo--card__type__multilink.ilo--card__size__fluid .ilo--card--image--wrapper {
|
|
1799
1745
|
display: block;
|
|
1800
1746
|
width: 50%;
|
|
@@ -1807,14 +1753,13 @@
|
|
|
1807
1753
|
}
|
|
1808
1754
|
}
|
|
1809
1755
|
.ilo--card__type__multilink .ilo--link-list {
|
|
1810
|
-
margin-top: 1.8756698821rem;
|
|
1811
1756
|
position: relative;
|
|
1812
1757
|
z-index: 3;
|
|
1813
1758
|
}
|
|
1814
1759
|
|
|
1815
1760
|
/**
|
|
1816
1761
|
* Do not edit directly
|
|
1817
|
-
* Generated on
|
|
1762
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1818
1763
|
*/
|
|
1819
1764
|
/**
|
|
1820
1765
|
* TOKENS:
|
|
@@ -1826,7 +1771,7 @@
|
|
|
1826
1771
|
--max-width: 32.154340836rem;
|
|
1827
1772
|
background: rgb(235, 245, 253);
|
|
1828
1773
|
border-bottom: 0.1607717042rem solid rgb(190, 220, 250);
|
|
1829
|
-
padding: 2.5723472669rem 2.
|
|
1774
|
+
padding: 2.5723472669rem 2.1436227224rem 3.0010718114rem;
|
|
1830
1775
|
position: relative;
|
|
1831
1776
|
width: 100%;
|
|
1832
1777
|
}
|
|
@@ -1876,7 +1821,7 @@
|
|
|
1876
1821
|
.ilo--card__type__data.ilo--card__size__narrow {
|
|
1877
1822
|
--max-width: 16.1307609861rem;
|
|
1878
1823
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
1879
|
-
padding: 2.1436227224rem 1.2861736334rem
|
|
1824
|
+
padding: 2.1436227224rem 1.2861736334rem 3.0010718114rem;
|
|
1880
1825
|
}
|
|
1881
1826
|
@media screen and (max-width: 609px) {
|
|
1882
1827
|
.ilo--card__type__data.ilo--card__size__narrow {
|
|
@@ -1887,10 +1832,10 @@
|
|
|
1887
1832
|
--max-width: 41.6934619507rem;
|
|
1888
1833
|
}
|
|
1889
1834
|
.ilo--card__type__data.ilo--card__size__wide.ilo--card__type__data__columns__one {
|
|
1890
|
-
padding: 2.5723472669rem 2.
|
|
1835
|
+
padding: 2.5723472669rem 2.1436227224rem 3.0010718114rem;
|
|
1891
1836
|
}
|
|
1892
1837
|
.ilo--card__type__data.ilo--card__size__wide.ilo--card__type__data__columns__two {
|
|
1893
|
-
padding: 2.5723472669rem
|
|
1838
|
+
padding: 2.5723472669rem 2.5723472669rem 3.0010718114rem 6.0021436227rem;
|
|
1894
1839
|
}
|
|
1895
1840
|
.ilo--card__type__data.ilo--card__size__wide, .ilo--card__type__data.ilo--card__size__fluid {
|
|
1896
1841
|
clip-path: polygon(0 0, calc(100% - 86px) 0, 100% 48px, 100% 100%, 0 100%);
|
|
@@ -1934,7 +1879,7 @@
|
|
|
1934
1879
|
|
|
1935
1880
|
/**
|
|
1936
1881
|
* Do not edit directly
|
|
1937
|
-
* Generated on
|
|
1882
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
1938
1883
|
*/
|
|
1939
1884
|
/**
|
|
1940
1885
|
* TOKENS:
|
|
@@ -1945,7 +1890,7 @@
|
|
|
1945
1890
|
.ilo--card__type__stat {
|
|
1946
1891
|
--max-width: 18.3815648446rem;
|
|
1947
1892
|
border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
|
|
1948
|
-
padding:
|
|
1893
|
+
padding: 2.1436227224rem 1.2861736334rem 1.7148981779rem;
|
|
1949
1894
|
position: relative;
|
|
1950
1895
|
width: 100%;
|
|
1951
1896
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
@@ -1955,6 +1900,10 @@
|
|
|
1955
1900
|
--max-width: 100%;
|
|
1956
1901
|
}
|
|
1957
1902
|
}
|
|
1903
|
+
[dir=rtl] .ilo--card__type__stat {
|
|
1904
|
+
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
1905
|
+
clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
|
|
1906
|
+
}
|
|
1958
1907
|
.ilo--card__type__stat.ilo--card__color__blue {
|
|
1959
1908
|
background: rgb(235, 245, 253);
|
|
1960
1909
|
}
|
|
@@ -1974,9 +1923,6 @@
|
|
|
1974
1923
|
justify-content: flex-start;
|
|
1975
1924
|
height: 100%;
|
|
1976
1925
|
}
|
|
1977
|
-
.right-to-left .ilo--card__type__stat .ilo--card--content {
|
|
1978
|
-
flex-direction: row-reverse;
|
|
1979
|
-
}
|
|
1980
1926
|
.ilo--card__type__stat .ilo--card--title {
|
|
1981
1927
|
color: rgb(35, 0, 80);
|
|
1982
1928
|
font-size: 36.45px;
|
|
@@ -2009,7 +1955,7 @@
|
|
|
2009
1955
|
|
|
2010
1956
|
/**
|
|
2011
1957
|
* Do not edit directly
|
|
2012
|
-
* Generated on
|
|
1958
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2013
1959
|
*/
|
|
2014
1960
|
/**
|
|
2015
1961
|
* TOKENS:
|
|
@@ -2020,34 +1966,28 @@
|
|
|
2020
1966
|
.ilo--card__type__factlist {
|
|
2021
1967
|
--max-width: 20.0964630225rem;
|
|
2022
1968
|
border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
|
|
2023
|
-
padding: 1.2861736334rem 2.5723472669rem;
|
|
1969
|
+
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
2024
1970
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
2025
1971
|
}
|
|
2026
1972
|
@media screen and (min-width: 1024px) {
|
|
2027
1973
|
.ilo--card__type__factlist {
|
|
2028
|
-
padding: 2.1436227224rem 3.0010718114rem;
|
|
1974
|
+
padding: 2.5723472669rem 2.1436227224rem 3.0010718114rem;
|
|
2029
1975
|
}
|
|
2030
1976
|
}
|
|
2031
1977
|
.ilo--card__type__factlist.ilo--card__size__wide {
|
|
2032
1978
|
--max-width: 45.8735262594rem;
|
|
2033
|
-
padding: 2.
|
|
1979
|
+
padding: 2.5723472669rem 2.1436227224rem 3.0010718114rem;
|
|
2034
1980
|
}
|
|
2035
1981
|
@media screen and (min-width: 610px) {
|
|
2036
1982
|
.ilo--card__type__factlist.ilo--card__size__wide {
|
|
2037
|
-
padding: 2.1436227224rem 3.2154340836rem;
|
|
2038
1983
|
clip-path: polygon(0 0, calc(100% - 87px) 0, 100% 48px, 100% 100%, 0 100%);
|
|
2039
1984
|
}
|
|
2040
1985
|
}
|
|
2041
1986
|
.ilo--card__type__factlist.ilo--card__size__narrow {
|
|
2042
1987
|
--max-width: 20.0964630225rem;
|
|
2043
|
-
padding: 1.2861736334rem 2.5723472669rem;
|
|
1988
|
+
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
2044
1989
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
2045
1990
|
}
|
|
2046
|
-
@media screen and (min-width: 610px) {
|
|
2047
|
-
.ilo--card__type__factlist.ilo--card__size__narrow {
|
|
2048
|
-
padding: 1.2861736334rem 2.5723472669rem;
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
1991
|
.ilo--card__type__factlist.ilo--card__theme__dark {
|
|
2052
1992
|
border-bottom: 0.1607717042rem solid rgb(250, 60, 75);
|
|
2053
1993
|
}
|
|
@@ -2084,7 +2024,7 @@
|
|
|
2084
2024
|
|
|
2085
2025
|
/**
|
|
2086
2026
|
* Do not edit directly
|
|
2087
|
-
* Generated on
|
|
2027
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2088
2028
|
*/
|
|
2089
2029
|
/**
|
|
2090
2030
|
* TOKENS:
|
|
@@ -2118,9 +2058,6 @@
|
|
|
2118
2058
|
margin: auto;
|
|
2119
2059
|
width: 100%;
|
|
2120
2060
|
}
|
|
2121
|
-
.right-to-left .ilo--cardgroup--inner {
|
|
2122
|
-
flex-direction: row-reverse;
|
|
2123
|
-
}
|
|
2124
2061
|
.ilo--cardgroup .ilo--card,
|
|
2125
2062
|
.ilo--cardgroup .ilo--card--wrapper {
|
|
2126
2063
|
height: 100%;
|
|
@@ -2136,7 +2073,7 @@
|
|
|
2136
2073
|
|
|
2137
2074
|
/**
|
|
2138
2075
|
* Do not edit directly
|
|
2139
|
-
* Generated on
|
|
2076
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2140
2077
|
*/
|
|
2141
2078
|
/**
|
|
2142
2079
|
* TOKENS:
|
|
@@ -2213,7 +2150,7 @@
|
|
|
2213
2150
|
|
|
2214
2151
|
/**
|
|
2215
2152
|
* Do not edit directly
|
|
2216
|
-
* Generated on
|
|
2153
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2217
2154
|
*/
|
|
2218
2155
|
/**
|
|
2219
2156
|
* TOKENS:
|
|
@@ -2294,7 +2231,7 @@
|
|
|
2294
2231
|
|
|
2295
2232
|
/**
|
|
2296
2233
|
* Do not edit directly
|
|
2297
|
-
* Generated on
|
|
2234
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2298
2235
|
*/
|
|
2299
2236
|
/**
|
|
2300
2237
|
* TOKENS:
|
|
@@ -2304,7 +2241,7 @@
|
|
|
2304
2241
|
*/
|
|
2305
2242
|
/**
|
|
2306
2243
|
* Do not edit directly
|
|
2307
|
-
* Generated on
|
|
2244
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2308
2245
|
*/
|
|
2309
2246
|
/**
|
|
2310
2247
|
* TOKENS:
|
|
@@ -2314,7 +2251,7 @@
|
|
|
2314
2251
|
*/
|
|
2315
2252
|
/**
|
|
2316
2253
|
* Do not edit directly
|
|
2317
|
-
* Generated on
|
|
2254
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2318
2255
|
*/
|
|
2319
2256
|
/**
|
|
2320
2257
|
* TOKENS:
|
|
@@ -2324,7 +2261,7 @@
|
|
|
2324
2261
|
*/
|
|
2325
2262
|
/**
|
|
2326
2263
|
* Do not edit directly
|
|
2327
|
-
* Generated on
|
|
2264
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2328
2265
|
*/
|
|
2329
2266
|
/**
|
|
2330
2267
|
* TOKENS:
|
|
@@ -2420,29 +2357,29 @@
|
|
|
2420
2357
|
display: inline-block;
|
|
2421
2358
|
}
|
|
2422
2359
|
}
|
|
2423
|
-
|
|
2360
|
+
[dir=rtl] .ilo--credit:after {
|
|
2424
2361
|
background-position: top left;
|
|
2425
2362
|
left: auto;
|
|
2426
2363
|
right: 100%;
|
|
2427
2364
|
transform: scaleX(-1);
|
|
2428
2365
|
}
|
|
2429
2366
|
@media screen and (max-width: 1023px) {
|
|
2430
|
-
|
|
2367
|
+
[dir=rtl] .ilo--credit--label {
|
|
2431
2368
|
left: auto;
|
|
2432
2369
|
right: 0;
|
|
2433
2370
|
}
|
|
2434
|
-
|
|
2371
|
+
[dir=rtl] .ilo--credit--label:after {
|
|
2435
2372
|
background-position: top right;
|
|
2436
2373
|
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");
|
|
2437
2374
|
left: auto;
|
|
2438
2375
|
right: calc(0.6430868167rem / 2);
|
|
2439
2376
|
}
|
|
2440
|
-
|
|
2377
|
+
[dir=rtl] .ilo--credit:before {
|
|
2441
2378
|
background-position: 4px center;
|
|
2442
2379
|
left: auto;
|
|
2443
2380
|
right: 0;
|
|
2444
2381
|
}
|
|
2445
|
-
|
|
2382
|
+
[dir=rtl] .ilo--credit:after {
|
|
2446
2383
|
left: auto;
|
|
2447
2384
|
right: 1.5541264737rem;
|
|
2448
2385
|
}
|
|
@@ -2450,7 +2387,7 @@
|
|
|
2450
2387
|
|
|
2451
2388
|
/**
|
|
2452
2389
|
* Do not edit directly
|
|
2453
|
-
* Generated on
|
|
2390
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2454
2391
|
*/
|
|
2455
2392
|
/**
|
|
2456
2393
|
* TOKENS:
|
|
@@ -2465,9 +2402,13 @@
|
|
|
2465
2402
|
cursor: pointer;
|
|
2466
2403
|
}
|
|
2467
2404
|
|
|
2405
|
+
.ilo--input.ilo--datepicker {
|
|
2406
|
+
padding: 0.6430868167rem 0.857449089rem 0.6430868167rem;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2468
2409
|
/**
|
|
2469
2410
|
* Do not edit directly
|
|
2470
|
-
* Generated on
|
|
2411
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2471
2412
|
*/
|
|
2472
2413
|
/**
|
|
2473
2414
|
* TOKENS:
|
|
@@ -2492,13 +2433,10 @@
|
|
|
2492
2433
|
letter-spacing: -0.02em;
|
|
2493
2434
|
line-height: 21.6px;
|
|
2494
2435
|
height: 2.4115755627rem;
|
|
2495
|
-
margin: 0rem
|
|
2436
|
+
margin: 0rem;
|
|
2496
2437
|
outline: none;
|
|
2497
2438
|
overflow: hidden;
|
|
2498
|
-
padding
|
|
2499
|
-
padding-right: 56px;
|
|
2500
|
-
padding-bottom: 0;
|
|
2501
|
-
padding-top: 0;
|
|
2439
|
+
padding: 0 3.0010718114rem 0 0.857449089rem;
|
|
2502
2440
|
text-overflow: ellipsis;
|
|
2503
2441
|
white-space: nowrap;
|
|
2504
2442
|
width: calc(100% - 78px);
|
|
@@ -2552,10 +2490,15 @@
|
|
|
2552
2490
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2553
2491
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2554
2492
|
}
|
|
2493
|
+
[dir=rtl] .ilo--dropdown {
|
|
2494
|
+
padding: 0 0.857449089rem 0 3.0010718114rem;
|
|
2495
|
+
background-position: calc(0% + 14px) center, 0% center;
|
|
2496
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to left, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), rgb(237, 240, 242) calc(50% + 0.81px), rgb(237, 240, 242) 100%);
|
|
2497
|
+
}
|
|
2555
2498
|
|
|
2556
2499
|
/**
|
|
2557
2500
|
* Do not edit directly
|
|
2558
|
-
* Generated on
|
|
2501
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2559
2502
|
*/
|
|
2560
2503
|
/**
|
|
2561
2504
|
* TOKENS:
|
|
@@ -2565,7 +2508,7 @@
|
|
|
2565
2508
|
*/
|
|
2566
2509
|
/**
|
|
2567
2510
|
* Do not edit directly
|
|
2568
|
-
* Generated on
|
|
2511
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2569
2512
|
*/
|
|
2570
2513
|
/**
|
|
2571
2514
|
* TOKENS:
|
|
@@ -2575,7 +2518,7 @@
|
|
|
2575
2518
|
*/
|
|
2576
2519
|
/**
|
|
2577
2520
|
* Do not edit directly
|
|
2578
|
-
* Generated on
|
|
2521
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2579
2522
|
*/
|
|
2580
2523
|
/**
|
|
2581
2524
|
* TOKENS:
|
|
@@ -2628,7 +2571,7 @@
|
|
|
2628
2571
|
|
|
2629
2572
|
/**
|
|
2630
2573
|
* Do not edit directly
|
|
2631
|
-
* Generated on
|
|
2574
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2632
2575
|
*/
|
|
2633
2576
|
/**
|
|
2634
2577
|
* TOKENS:
|
|
@@ -2643,6 +2586,9 @@
|
|
|
2643
2586
|
.ilo--fieldset--legend-wrapper {
|
|
2644
2587
|
margin-bottom: 0.8717716645rem;
|
|
2645
2588
|
}
|
|
2589
|
+
.ilo--fieldset--legend-wrapper .ilo--tooltip--wrapper {
|
|
2590
|
+
top: 0.1071811361rem;
|
|
2591
|
+
}
|
|
2646
2592
|
.ilo--fieldset--legend {
|
|
2647
2593
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2648
2594
|
font-weight: 700;
|
|
@@ -2708,13 +2654,12 @@
|
|
|
2708
2654
|
pointer-events: none;
|
|
2709
2655
|
}
|
|
2710
2656
|
.ilo--fieldset .ilo--tooltip--wrapper {
|
|
2711
|
-
margin-left:
|
|
2712
|
-
margin-top: 3px;
|
|
2657
|
+
margin-left: 0.2143622722rem;
|
|
2713
2658
|
}
|
|
2714
2659
|
|
|
2715
2660
|
/**
|
|
2716
2661
|
* Do not edit directly
|
|
2717
|
-
* Generated on
|
|
2662
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2718
2663
|
*/
|
|
2719
2664
|
/**
|
|
2720
2665
|
* TOKENS:
|
|
@@ -2731,7 +2676,6 @@
|
|
|
2731
2676
|
display: inline-block;
|
|
2732
2677
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2733
2678
|
font-weight: 700;
|
|
2734
|
-
padding: 0;
|
|
2735
2679
|
border-bottom-left-radius: 2px;
|
|
2736
2680
|
border-bottom-right-radius: 2px;
|
|
2737
2681
|
border-top-left-radius: 2px;
|
|
@@ -2806,12 +2750,12 @@
|
|
|
2806
2750
|
line-height: 21.6px;
|
|
2807
2751
|
height: 2.5723472669rem;
|
|
2808
2752
|
outline: none;
|
|
2809
|
-
padding: 0.
|
|
2753
|
+
padding: 0.6430868167rem 0.6430868167rem 0.857449089rem;
|
|
2810
2754
|
}
|
|
2811
2755
|
|
|
2812
2756
|
/**
|
|
2813
2757
|
* Do not edit directly
|
|
2814
|
-
* Generated on
|
|
2758
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2815
2759
|
*/
|
|
2816
2760
|
/**
|
|
2817
2761
|
* TOKENS:
|
|
@@ -2826,7 +2770,7 @@
|
|
|
2826
2770
|
align-items: flex-start;
|
|
2827
2771
|
flex-direction: column;
|
|
2828
2772
|
appearance: none;
|
|
2829
|
-
gap:
|
|
2773
|
+
gap: 1.7148981779rem;
|
|
2830
2774
|
color: rgb(45, 45, 45);
|
|
2831
2775
|
}
|
|
2832
2776
|
.ilo--form__theme__light {
|
|
@@ -2853,7 +2797,7 @@
|
|
|
2853
2797
|
|
|
2854
2798
|
/**
|
|
2855
2799
|
* Do not edit directly
|
|
2856
|
-
* Generated on
|
|
2800
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2857
2801
|
*/
|
|
2858
2802
|
/**
|
|
2859
2803
|
* TOKENS:
|
|
@@ -2961,7 +2905,10 @@
|
|
|
2961
2905
|
font-weight: inherit;
|
|
2962
2906
|
}
|
|
2963
2907
|
.ilo--form-control--label div[class*=tooltip] {
|
|
2964
|
-
margin-left: 0.
|
|
2908
|
+
margin-left: 0.4287245445rem;
|
|
2909
|
+
}
|
|
2910
|
+
[dir=rtl] .ilo--form-control--label div[class*=tooltip] {
|
|
2911
|
+
margin-right: 0.4287245445rem;
|
|
2965
2912
|
}
|
|
2966
2913
|
.ilo--form-control--helper {
|
|
2967
2914
|
grid-area: helper;
|
|
@@ -2971,10 +2918,13 @@
|
|
|
2971
2918
|
letter-spacing: normal;
|
|
2972
2919
|
line-height: 16.24px;
|
|
2973
2920
|
}
|
|
2921
|
+
.ilo--form-control .ilo--tooltip--wrapper {
|
|
2922
|
+
bottom: 0.1071811361rem;
|
|
2923
|
+
}
|
|
2974
2924
|
|
|
2975
2925
|
/**
|
|
2976
2926
|
* Do not edit directly
|
|
2977
|
-
* Generated on
|
|
2927
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2978
2928
|
*/
|
|
2979
2929
|
/**
|
|
2980
2930
|
* TOKENS:
|
|
@@ -2984,7 +2934,7 @@
|
|
|
2984
2934
|
*/
|
|
2985
2935
|
/**
|
|
2986
2936
|
* Do not edit directly
|
|
2987
|
-
* Generated on
|
|
2937
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
2988
2938
|
*/
|
|
2989
2939
|
/**
|
|
2990
2940
|
* TOKENS:
|
|
@@ -3009,7 +2959,7 @@
|
|
|
3009
2959
|
}
|
|
3010
2960
|
/**
|
|
3011
2961
|
* Do not edit directly
|
|
3012
|
-
* Generated on
|
|
2962
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
3013
2963
|
*/
|
|
3014
2964
|
/**
|
|
3015
2965
|
* TOKENS:
|
|
@@ -3026,7 +2976,7 @@
|
|
|
3026
2976
|
/* RTL Styles */
|
|
3027
2977
|
}
|
|
3028
2978
|
.ilo--footer--main {
|
|
3029
|
-
padding: 2.1436227224rem 1.7148981779rem;
|
|
2979
|
+
padding: 2.1436227224rem 1.7148981779rem 2.5723472669rem;
|
|
3030
2980
|
position: relative;
|
|
3031
2981
|
}
|
|
3032
2982
|
.ilo--footer--main:before {
|
|
@@ -3061,9 +3011,12 @@
|
|
|
3061
3011
|
}
|
|
3062
3012
|
.ilo--footer--secondary {
|
|
3063
3013
|
background-color: rgb(237, 240, 242);
|
|
3064
|
-
padding
|
|
3014
|
+
padding: 1.7148981779rem 0.857449089rem 0;
|
|
3065
3015
|
min-height: 3.0010718114rem;
|
|
3066
3016
|
}
|
|
3017
|
+
.ilo--footer--secondary [class*=container] {
|
|
3018
|
+
padding: 0;
|
|
3019
|
+
}
|
|
3067
3020
|
.ilo--footer--headline {
|
|
3068
3021
|
color: rgb(255, 255, 255);
|
|
3069
3022
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
@@ -3073,21 +3026,21 @@
|
|
|
3073
3026
|
line-height: 23.36px;
|
|
3074
3027
|
line-height: 1.1575562701rem;
|
|
3075
3028
|
margin-bottom: 0.0895963823rem;
|
|
3076
|
-
margin-top: 1.
|
|
3029
|
+
margin-top: 1.0718113612rem;
|
|
3077
3030
|
}
|
|
3078
3031
|
.ilo--footer--subhead {
|
|
3079
3032
|
color: #bedcfa;
|
|
3080
3033
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3081
3034
|
font-weight: 500;
|
|
3082
|
-
margin-top: 0.
|
|
3035
|
+
margin-top: 0.2143622722rem;
|
|
3083
3036
|
font-size: 11.94px;
|
|
3084
3037
|
letter-spacing: normal;
|
|
3085
3038
|
line-height: 16.24px;
|
|
3086
3039
|
line-height: 0.9946409432rem;
|
|
3087
|
-
margin-bottom: 2.
|
|
3040
|
+
margin-bottom: 2.5723472669rem;
|
|
3088
3041
|
}
|
|
3089
3042
|
.ilo--footer .address {
|
|
3090
|
-
margin-bottom:
|
|
3043
|
+
margin-bottom: 1.0718113612rem;
|
|
3091
3044
|
}
|
|
3092
3045
|
.ilo--footer .address--line {
|
|
3093
3046
|
color: rgb(255, 255, 255);
|
|
@@ -3097,10 +3050,10 @@
|
|
|
3097
3050
|
margin-bottom: 0.12089916rem;
|
|
3098
3051
|
}
|
|
3099
3052
|
.ilo--footer .connect {
|
|
3100
|
-
margin: 2.
|
|
3053
|
+
margin: 2.5723472669rem 0 2.1436227224rem;
|
|
3101
3054
|
}
|
|
3102
3055
|
.ilo--footer .social--links {
|
|
3103
|
-
margin-bottom: 2.
|
|
3056
|
+
margin-bottom: 2.1436227224rem;
|
|
3104
3057
|
}
|
|
3105
3058
|
.ilo--footer .legal,
|
|
3106
3059
|
.ilo--footer .secondarylinks {
|
|
@@ -3166,7 +3119,7 @@
|
|
|
3166
3119
|
justify-content: center;
|
|
3167
3120
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
3168
3121
|
margin: 0.6430868167rem auto 0 auto;
|
|
3169
|
-
padding: 0.857449089rem
|
|
3122
|
+
padding: 0.857449089rem;
|
|
3170
3123
|
}
|
|
3171
3124
|
.ilo--footer .anchorlink:after {
|
|
3172
3125
|
background-repeat: no-repeat;
|
|
@@ -3196,11 +3149,11 @@
|
|
|
3196
3149
|
.ilo--footer--main {
|
|
3197
3150
|
display: grid;
|
|
3198
3151
|
grid-template-columns: minmax(0, 50%) minmax(0, 50%);
|
|
3199
|
-
gap: 0px
|
|
3152
|
+
gap: 0px 3.4297963558rem;
|
|
3200
3153
|
grid-template-areas: "site-info address" "site-info links" "site-info connect" "site-info subscribe";
|
|
3201
3154
|
align-content: start;
|
|
3202
3155
|
align-items: start;
|
|
3203
|
-
padding: 2.1436227224rem 1.0718113612rem;
|
|
3156
|
+
padding: 2.1436227224rem 1.0718113612rem 5.1446945338rem;
|
|
3204
3157
|
}
|
|
3205
3158
|
.ilo--footer .site--info {
|
|
3206
3159
|
grid-area: site-info;
|
|
@@ -3219,8 +3172,8 @@
|
|
|
3219
3172
|
grid-area: subscribe;
|
|
3220
3173
|
}
|
|
3221
3174
|
.ilo--footer--secondary {
|
|
3222
|
-
padding-top: 0.
|
|
3223
|
-
padding-bottom: 0.
|
|
3175
|
+
padding-top: 0.857449089rem;
|
|
3176
|
+
padding-bottom: 0.857449089rem;
|
|
3224
3177
|
position: relative;
|
|
3225
3178
|
z-index: 1;
|
|
3226
3179
|
}
|
|
@@ -3249,10 +3202,10 @@
|
|
|
3249
3202
|
display: grid;
|
|
3250
3203
|
grid-template-columns: 0.25fr 0.33fr 0.09fr 0.33fr;
|
|
3251
3204
|
grid-template-rows: auto auto;
|
|
3252
|
-
gap: 0px
|
|
3205
|
+
gap: 0px 3.4297963558rem;
|
|
3253
3206
|
grid-template-areas: "site-info address . connect" "site-info links . subscribe";
|
|
3254
|
-
padding-top: 2.
|
|
3255
|
-
padding-bottom:
|
|
3207
|
+
padding-top: 2.1436227224rem;
|
|
3208
|
+
padding-bottom: 5.1446945338rem;
|
|
3256
3209
|
}
|
|
3257
3210
|
.ilo--footer--main:before {
|
|
3258
3211
|
content: none;
|
|
@@ -3273,9 +3226,12 @@
|
|
|
3273
3226
|
align-self: start;
|
|
3274
3227
|
justify-self: start;
|
|
3275
3228
|
}
|
|
3229
|
+
.ilo--footer .address {
|
|
3230
|
+
margin-bottom: 1.0718113612rem;
|
|
3231
|
+
}
|
|
3276
3232
|
.ilo--footer--secondary {
|
|
3277
|
-
padding-top: 0.
|
|
3278
|
-
padding-bottom: 0.
|
|
3233
|
+
padding-top: 0.857449089rem;
|
|
3234
|
+
padding-bottom: 0.857449089rem;
|
|
3279
3235
|
position: relative;
|
|
3280
3236
|
}
|
|
3281
3237
|
.ilo--footer--secondary [class*=container] {
|
|
@@ -3296,16 +3252,13 @@
|
|
|
3296
3252
|
.ilo--footer .anchorlink {
|
|
3297
3253
|
margin: 0;
|
|
3298
3254
|
border: none;
|
|
3299
|
-
padding: 0.
|
|
3255
|
+
padding: 0.2143622722rem;
|
|
3300
3256
|
}
|
|
3301
3257
|
.ilo--footer .anchorlink:hover {
|
|
3302
3258
|
margin-bottom: -0.1071811361rem;
|
|
3303
3259
|
}
|
|
3304
3260
|
}
|
|
3305
|
-
.
|
|
3306
|
-
text-align: right;
|
|
3307
|
-
}
|
|
3308
|
-
.right-to-left .ilo--footer--main:before {
|
|
3261
|
+
.ilo--footer[dir=rtl] .ilo--footer--main:before {
|
|
3309
3262
|
background-size: contain;
|
|
3310
3263
|
background-repeat: no-repeat;
|
|
3311
3264
|
content: "";
|
|
@@ -3319,33 +3272,20 @@
|
|
|
3319
3272
|
left: 0;
|
|
3320
3273
|
transform: scaleY(-1) scaleX(-1);
|
|
3321
3274
|
}
|
|
3322
|
-
.
|
|
3323
|
-
align-self: flex-end;
|
|
3324
|
-
}
|
|
3325
|
-
.right-to-left .ilo--footer--secondary [class*=container] {
|
|
3326
|
-
flex-direction: row-reverse;
|
|
3327
|
-
}
|
|
3328
|
-
.right-to-left .ilo--footer--secondary--details {
|
|
3329
|
-
display: flex;
|
|
3330
|
-
flex-flow: row-reverse wrap;
|
|
3331
|
-
}
|
|
3332
|
-
.right-to-left .ilo--footer .secondarylinks--list {
|
|
3333
|
-
flex-direction: row-reverse;
|
|
3334
|
-
}
|
|
3335
|
-
.right-to-left .ilo--footer .secondarylinks--list--item:before {
|
|
3275
|
+
.ilo--footer[dir=rtl] .ilo--footer .secondarylinks--list--item:before {
|
|
3336
3276
|
content: none;
|
|
3337
3277
|
}
|
|
3338
|
-
.
|
|
3278
|
+
.ilo--footer[dir=rtl] .ilo--footer .secondarylinks--list--item:after {
|
|
3339
3279
|
content: "|";
|
|
3340
3280
|
margin: 0.2143622722rem;
|
|
3341
3281
|
}
|
|
3342
3282
|
@media screen and (min-width: 610px) {
|
|
3343
|
-
.
|
|
3283
|
+
.ilo--footer[dir=rtl] .ilo--footer--main {
|
|
3344
3284
|
grid-template-areas: "address site-info" "links site-info" "connect site-info" "subscribe site-info";
|
|
3345
3285
|
}
|
|
3346
3286
|
}
|
|
3347
3287
|
@media screen and (min-width: 1024px) {
|
|
3348
|
-
.
|
|
3288
|
+
.ilo--footer[dir=rtl] .ilo--footer:after {
|
|
3349
3289
|
background-size: contain;
|
|
3350
3290
|
background-repeat: no-repeat;
|
|
3351
3291
|
content: "";
|
|
@@ -3359,24 +3299,24 @@
|
|
|
3359
3299
|
left: 0;
|
|
3360
3300
|
transform: scaleY(1) scaleX(-1);
|
|
3361
3301
|
}
|
|
3362
|
-
.
|
|
3302
|
+
.ilo--footer[dir=rtl] .ilo--footer--main {
|
|
3363
3303
|
grid-template-columns: 0.33fr 0.09fr 0.33fr 0.25fr;
|
|
3364
3304
|
grid-template-areas: "connect . address site-info" "subscribe . links site-info";
|
|
3365
3305
|
}
|
|
3366
|
-
.
|
|
3306
|
+
.ilo--footer[dir=rtl] .ilo--footer--main:before {
|
|
3367
3307
|
content: none;
|
|
3368
3308
|
}
|
|
3369
|
-
.
|
|
3309
|
+
.ilo--footer[dir=rtl] .ilo--footer .connect {
|
|
3370
3310
|
grid-template-columns: 60%, minmax(0, 40%);
|
|
3371
3311
|
}
|
|
3372
|
-
.
|
|
3312
|
+
.ilo--footer[dir=rtl] .ilo--footer .ilo--button {
|
|
3373
3313
|
justify-self: end;
|
|
3374
3314
|
}
|
|
3375
3315
|
}
|
|
3376
3316
|
|
|
3377
3317
|
/**
|
|
3378
3318
|
* Do not edit directly
|
|
3379
|
-
* Generated on
|
|
3319
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
3380
3320
|
*/
|
|
3381
3321
|
/**
|
|
3382
3322
|
* TOKENS:
|
|
@@ -3499,7 +3439,7 @@
|
|
|
3499
3439
|
|
|
3500
3440
|
/**
|
|
3501
3441
|
* Do not edit directly
|
|
3502
|
-
* Generated on
|
|
3442
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
3503
3443
|
*/
|
|
3504
3444
|
/**
|
|
3505
3445
|
* TOKENS:
|
|
@@ -3508,26 +3448,31 @@
|
|
|
3508
3448
|
* MAPS:
|
|
3509
3449
|
*/
|
|
3510
3450
|
.hero {
|
|
3511
|
-
--added-offset:
|
|
3451
|
+
--added-offset: 0px;
|
|
3512
3452
|
--base-offset: calc(((100vw - 1300px) / 2));
|
|
3513
3453
|
--card-padding-start: 71px;
|
|
3514
3454
|
--corner-cut-height: 40px;
|
|
3515
3455
|
width: 100%;
|
|
3516
3456
|
display: grid;
|
|
3517
3457
|
position: relative;
|
|
3518
|
-
grid-template-rows: minmax(216px, 1fr) 27px 40px auto;
|
|
3519
3458
|
grid-template-columns: 1fr;
|
|
3520
3459
|
overflow: hidden;
|
|
3460
|
+
grid-template-rows: minmax(1rem, 1fr) 27px 40px auto;
|
|
3461
|
+
}
|
|
3462
|
+
.hero--image {
|
|
3463
|
+
display: grid;
|
|
3464
|
+
grid-template-rows: minmax(216px, 1fr) 27px 40px auto;
|
|
3521
3465
|
}
|
|
3522
3466
|
.hero--breadcrumbs {
|
|
3523
3467
|
display: none;
|
|
3524
3468
|
}
|
|
3525
|
-
.hero--
|
|
3469
|
+
.hero--background {
|
|
3470
|
+
display: grid;
|
|
3526
3471
|
background-color: rgb(235, 245, 253);
|
|
3527
3472
|
position: relative;
|
|
3528
3473
|
grid-area: 1/1/4/2;
|
|
3529
3474
|
}
|
|
3530
|
-
.hero--
|
|
3475
|
+
.hero--background img {
|
|
3531
3476
|
position: absolute;
|
|
3532
3477
|
object-fit: cover;
|
|
3533
3478
|
width: 100%;
|
|
@@ -3661,13 +3606,13 @@
|
|
|
3661
3606
|
.hero--breadcrumbs--wrapper {
|
|
3662
3607
|
width: 100%;
|
|
3663
3608
|
}
|
|
3664
|
-
.hero--
|
|
3609
|
+
.hero--background {
|
|
3665
3610
|
grid-area: 1/1/5/5;
|
|
3666
3611
|
}
|
|
3667
|
-
.hero__card-align__center .hero--
|
|
3612
|
+
.hero__card-align__center .hero--background {
|
|
3668
3613
|
grid-area: 1/1/6/5;
|
|
3669
3614
|
}
|
|
3670
|
-
.hero__card-align__bottom .hero--
|
|
3615
|
+
.hero__card-align__bottom .hero--background {
|
|
3671
3616
|
grid-area: 1/1/5/5;
|
|
3672
3617
|
}
|
|
3673
3618
|
.hero--card-offset {
|
|
@@ -3751,7 +3696,7 @@
|
|
|
3751
3696
|
left: 2px;
|
|
3752
3697
|
}
|
|
3753
3698
|
}
|
|
3754
|
-
|
|
3699
|
+
[dir=rtl] .hero--caption--wrapper {
|
|
3755
3700
|
background: rgb(45, 45, 45);
|
|
3756
3701
|
height: 27px;
|
|
3757
3702
|
width: 30px;
|
|
@@ -3759,10 +3704,10 @@
|
|
|
3759
3704
|
justify-content: center;
|
|
3760
3705
|
align-items: center;
|
|
3761
3706
|
position: relative;
|
|
3762
|
-
position: absolute;
|
|
3763
3707
|
right: 0;
|
|
3708
|
+
position: absolute;
|
|
3764
3709
|
}
|
|
3765
|
-
|
|
3710
|
+
[dir=rtl] .hero--caption--wrapper::after {
|
|
3766
3711
|
content: "";
|
|
3767
3712
|
position: absolute;
|
|
3768
3713
|
top: 0;
|
|
@@ -3775,54 +3720,7 @@
|
|
|
3775
3720
|
border-right: calc(27px - 4px) solid rgb(45, 45, 45);
|
|
3776
3721
|
}
|
|
3777
3722
|
@media screen and (min-width: 1024px) {
|
|
3778
|
-
.
|
|
3779
|
-
--col-1-lg: 1fr;
|
|
3780
|
-
--col-2-lg: 30px;
|
|
3781
|
-
--col-3-lg: var(--card-width);
|
|
3782
|
-
--col-4-lg: calc(
|
|
3783
|
-
var(--base-offset) - 71px + var(--added-offset)
|
|
3784
|
-
);
|
|
3785
|
-
}
|
|
3786
|
-
.right-to-left .hero__card-justify__offset {
|
|
3787
|
-
--col-1-lg: 1fr;
|
|
3788
|
-
--col-2-lg: 30px;
|
|
3789
|
-
--col-3-lg: var(--card-width);
|
|
3790
|
-
--col-4-lg: calc(
|
|
3791
|
-
var(--base-offset) - 71px + var(--added-offset)
|
|
3792
|
-
);
|
|
3793
|
-
}
|
|
3794
|
-
.right-to-left .hero__card-justify__center {
|
|
3795
|
-
--col-1-lg: calc(
|
|
3796
|
-
((100% - var(--card-width)) / 2) - 30px
|
|
3797
|
-
);
|
|
3798
|
-
--col-2-lg: 30px;
|
|
3799
|
-
--col-3-lg: var(--card-width);
|
|
3800
|
-
--col-4-lg: calc((100% - var(--card-width)) / 2);
|
|
3801
|
-
}
|
|
3802
|
-
.right-to-left .hero__card-align__center .hero--card {
|
|
3803
|
-
grid-area: 3/3/4/4;
|
|
3804
|
-
}
|
|
3805
|
-
.right-to-left .hero__card-align__center .hero--caption {
|
|
3806
|
-
grid-area: 5/4/6/5;
|
|
3807
|
-
}
|
|
3808
|
-
.right-to-left .hero__card-align__center .hero--caption--wrapper {
|
|
3809
|
-
right: 0;
|
|
3810
|
-
left: initial;
|
|
3811
|
-
position: absolute;
|
|
3812
|
-
}
|
|
3813
|
-
.right-to-left .hero__card-align__bottom .hero--caption {
|
|
3814
|
-
grid-area: 4/4/5/5;
|
|
3815
|
-
}
|
|
3816
|
-
.right-to-left .hero__card-align__bottom .hero--caption--wrapper {
|
|
3817
|
-
position: absolute;
|
|
3818
|
-
right: 0;
|
|
3819
|
-
bottom: 0;
|
|
3820
|
-
left: initial;
|
|
3821
|
-
}
|
|
3822
|
-
.right-to-left .hero__card-align__bottom.hero__card-justify__start .hero--caption {
|
|
3823
|
-
grid-area: 2/3/3/4;
|
|
3824
|
-
}
|
|
3825
|
-
.right-to-left .hero__card-align__bottom.hero__card-justify__start .hero--caption--wrapper {
|
|
3723
|
+
[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 {
|
|
3826
3724
|
background: rgb(45, 45, 45);
|
|
3827
3725
|
height: 27px;
|
|
3828
3726
|
width: 30px;
|
|
@@ -3833,51 +3731,9 @@
|
|
|
3833
3731
|
position: absolute;
|
|
3834
3732
|
left: initial;
|
|
3835
3733
|
right: 0;
|
|
3734
|
+
bottom: 0;
|
|
3836
3735
|
}
|
|
3837
|
-
.
|
|
3838
|
-
content: "";
|
|
3839
|
-
position: absolute;
|
|
3840
|
-
top: 0;
|
|
3841
|
-
width: 0;
|
|
3842
|
-
height: 0;
|
|
3843
|
-
border-top: 27px solid transparent;
|
|
3844
|
-
left: auto;
|
|
3845
|
-
right: 100%;
|
|
3846
|
-
border-left: none;
|
|
3847
|
-
border-right: calc(27px - 4px) solid rgb(45, 45, 45);
|
|
3848
|
-
}
|
|
3849
|
-
.right-to-left .hero--card-offset {
|
|
3850
|
-
grid-area: 3/4/6/5;
|
|
3851
|
-
}
|
|
3852
|
-
.right-to-left .hero--card-offset:after {
|
|
3853
|
-
right: initial;
|
|
3854
|
-
left: -1px;
|
|
3855
|
-
}
|
|
3856
|
-
.right-to-left .hero--card {
|
|
3857
|
-
grid-area: 3/3/6/4;
|
|
3858
|
-
}
|
|
3859
|
-
.right-to-left .hero--breadcrumbs-offset {
|
|
3860
|
-
grid-area: 1/4/2/5;
|
|
3861
|
-
}
|
|
3862
|
-
.right-to-left .hero--breadcrumbs {
|
|
3863
|
-
grid-area: 1/4/2/1;
|
|
3864
|
-
flex-direction: row-reverse;
|
|
3865
|
-
}
|
|
3866
|
-
.right-to-left .hero--caption {
|
|
3867
|
-
grid-area: 4/2/5/3;
|
|
3868
|
-
}
|
|
3869
|
-
.right-to-left .hero--caption--wrapper {
|
|
3870
|
-
right: 2px;
|
|
3871
|
-
left: initial;
|
|
3872
|
-
background: rgb(45, 45, 45);
|
|
3873
|
-
height: 27px;
|
|
3874
|
-
width: 30px;
|
|
3875
|
-
display: flex;
|
|
3876
|
-
justify-content: center;
|
|
3877
|
-
align-items: center;
|
|
3878
|
-
position: relative;
|
|
3879
|
-
}
|
|
3880
|
-
.right-to-left .hero--caption--wrapper::after {
|
|
3736
|
+
[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 {
|
|
3881
3737
|
content: "";
|
|
3882
3738
|
position: absolute;
|
|
3883
3739
|
top: 0;
|
|
@@ -3893,7 +3749,7 @@
|
|
|
3893
3749
|
|
|
3894
3750
|
/**
|
|
3895
3751
|
* Do not edit directly
|
|
3896
|
-
* Generated on
|
|
3752
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
3897
3753
|
*/
|
|
3898
3754
|
/**
|
|
3899
3755
|
* TOKENS:
|
|
@@ -3913,9 +3769,6 @@
|
|
|
3913
3769
|
padding-inline-start: var(--card-padding-start);
|
|
3914
3770
|
}
|
|
3915
3771
|
}
|
|
3916
|
-
.right-to-left .ilo--hero-card {
|
|
3917
|
-
direction: rtl;
|
|
3918
|
-
}
|
|
3919
3772
|
.ilo--hero-card--title-link {
|
|
3920
3773
|
color: inherit;
|
|
3921
3774
|
text-decoration: none;
|
|
@@ -3953,7 +3806,7 @@
|
|
|
3953
3806
|
.ilo--hero-card__cornercut {
|
|
3954
3807
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
3955
3808
|
}
|
|
3956
|
-
|
|
3809
|
+
[dir=rtl] .ilo--hero-card__cornercut {
|
|
3957
3810
|
clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 40px, 100% 100%, 0 100%);
|
|
3958
3811
|
clip-path: polygon(72px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
|
|
3959
3812
|
}
|
|
@@ -3961,7 +3814,7 @@
|
|
|
3961
3814
|
.ilo--hero-card__cornercut {
|
|
3962
3815
|
clip-path: polygon(0 0, calc(100% - 116px) 0, 100% 64px, 100% 100%, 0 100%);
|
|
3963
3816
|
}
|
|
3964
|
-
|
|
3817
|
+
[dir=rtl] .ilo--hero-card__cornercut {
|
|
3965
3818
|
clip-path: polygon(0 0, calc(100% - 116px) 0, 100% 64px, 100% 100%, 0 100%);
|
|
3966
3819
|
clip-path: polygon(116px 0, 100% 0, 100% 100%, 0 100%, 0 64px);
|
|
3967
3820
|
}
|
|
@@ -4029,7 +3882,7 @@
|
|
|
4029
3882
|
|
|
4030
3883
|
/**
|
|
4031
3884
|
* Do not edit directly
|
|
4032
|
-
* Generated on
|
|
3885
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4033
3886
|
*/
|
|
4034
3887
|
/**
|
|
4035
3888
|
* TOKENS:
|
|
@@ -4053,7 +3906,7 @@
|
|
|
4053
3906
|
width: 100%;
|
|
4054
3907
|
}
|
|
4055
3908
|
.ilo--image--caption {
|
|
4056
|
-
border-left:
|
|
3909
|
+
border-left: 0.1607717042rem solid rgb(184, 196, 204);
|
|
4057
3910
|
color: rgb(109, 109, 109);
|
|
4058
3911
|
font-weight: 400;
|
|
4059
3912
|
margin-top: 0.857449089rem;
|
|
@@ -4072,20 +3925,20 @@
|
|
|
4072
3925
|
bottom: -0.2143622722rem;
|
|
4073
3926
|
}
|
|
4074
3927
|
}
|
|
4075
|
-
|
|
3928
|
+
[dir=rtl] .ilo--image .ilo--image--caption {
|
|
4076
3929
|
border-left: none;
|
|
4077
3930
|
border-right: 3px solid #b8c4cc;
|
|
4078
3931
|
padding-left: 0;
|
|
4079
3932
|
padding-right: 0.4287245445rem;
|
|
4080
3933
|
}
|
|
4081
|
-
|
|
3934
|
+
[dir=rtl] .ilo--image .ilo--credit {
|
|
4082
3935
|
left: auto;
|
|
4083
3936
|
right: 0;
|
|
4084
3937
|
}
|
|
4085
3938
|
|
|
4086
3939
|
/**
|
|
4087
3940
|
* Do not edit directly
|
|
4088
|
-
* Generated on
|
|
3941
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4089
3942
|
*/
|
|
4090
3943
|
/**
|
|
4091
3944
|
* TOKENS:
|
|
@@ -4109,7 +3962,7 @@
|
|
|
4109
3962
|
letter-spacing: -0.02em;
|
|
4110
3963
|
line-height: 21.6px;
|
|
4111
3964
|
height: 2.5723472669rem;
|
|
4112
|
-
margin: 0rem
|
|
3965
|
+
margin: 0rem;
|
|
4113
3966
|
outline: none;
|
|
4114
3967
|
padding: 0.857449089rem 0.6430868167rem 0.857449089rem 0.6430868167rem;
|
|
4115
3968
|
width: 100%;
|
|
@@ -4120,7 +3973,7 @@
|
|
|
4120
3973
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
4121
3974
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4122
3975
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4123
|
-
padding-left:
|
|
3976
|
+
padding-left: 0.6430868167rem;
|
|
4124
3977
|
outline: none;
|
|
4125
3978
|
}
|
|
4126
3979
|
.ilo--input:disabled {
|
|
@@ -4227,7 +4080,7 @@
|
|
|
4227
4080
|
|
|
4228
4081
|
/**
|
|
4229
4082
|
* Do not edit directly
|
|
4230
|
-
* Generated on
|
|
4083
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4231
4084
|
*/
|
|
4232
4085
|
/**
|
|
4233
4086
|
* TOKENS:
|
|
@@ -4237,7 +4090,7 @@
|
|
|
4237
4090
|
*/
|
|
4238
4091
|
/**
|
|
4239
4092
|
* Do not edit directly
|
|
4240
|
-
* Generated on
|
|
4093
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4241
4094
|
*/
|
|
4242
4095
|
/**
|
|
4243
4096
|
* TOKENS:
|
|
@@ -4262,7 +4115,7 @@
|
|
|
4262
4115
|
}
|
|
4263
4116
|
/**
|
|
4264
4117
|
* Do not edit directly
|
|
4265
|
-
* Generated on
|
|
4118
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4266
4119
|
*/
|
|
4267
4120
|
/**
|
|
4268
4121
|
* TOKENS:
|
|
@@ -4292,7 +4145,7 @@
|
|
|
4292
4145
|
}
|
|
4293
4146
|
.ilo--link-list--links--item.indented .ilo--link-list--label {
|
|
4294
4147
|
display: block;
|
|
4295
|
-
padding-left: 1.
|
|
4148
|
+
padding-left: 1.0718113612rem;
|
|
4296
4149
|
position: relative;
|
|
4297
4150
|
}
|
|
4298
4151
|
.ilo--link-list--links--item.indented .ilo--link-list--label:before {
|
|
@@ -4310,6 +4163,14 @@
|
|
|
4310
4163
|
width: 0.6430868167rem;
|
|
4311
4164
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(184, 196, 204)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
4312
4165
|
}
|
|
4166
|
+
[dir=rtl] .ilo--link-list--links--item.indented .ilo--link-list--label {
|
|
4167
|
+
padding-right: 1.2861736334rem;
|
|
4168
|
+
}
|
|
4169
|
+
[dir=rtl] .ilo--link-list--links--item.indented .ilo--link-list--label:before {
|
|
4170
|
+
transform: translateY(-50%) rotate(90deg);
|
|
4171
|
+
left: unset;
|
|
4172
|
+
right: 0;
|
|
4173
|
+
}
|
|
4313
4174
|
.ilo--link-list--links--item.indented .ilo--link-list--link:hover .ilo--link-list--label:before, .ilo--link-list--links--item.indented .ilo--link-list--link:focus .ilo--link-list--label:before, .ilo--link-list--links--item.indented:hover .ilo--link-list--label:before, .ilo--link-list--links--item.indented:focus .ilo--link-list--label:before {
|
|
4314
4175
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(30, 45, 190)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
4315
4176
|
}
|
|
@@ -4325,8 +4186,8 @@
|
|
|
4325
4186
|
font-size: 16px;
|
|
4326
4187
|
letter-spacing: normal;
|
|
4327
4188
|
line-height: 23.36px;
|
|
4328
|
-
padding-
|
|
4329
|
-
padding-
|
|
4189
|
+
padding-top: 0.857449089rem;
|
|
4190
|
+
padding-bottom: 0.857449089rem;
|
|
4330
4191
|
padding-right: 1.7148981779rem;
|
|
4331
4192
|
text-decoration: none;
|
|
4332
4193
|
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");
|
|
@@ -4357,11 +4218,12 @@
|
|
|
4357
4218
|
transition-duration: 150ms;
|
|
4358
4219
|
transition-timing-function: ease-out;
|
|
4359
4220
|
}
|
|
4360
|
-
|
|
4361
|
-
background-position:
|
|
4221
|
+
[dir=rtl] .ilo--link-list--link {
|
|
4222
|
+
background-position: 0.2143622722rem center;
|
|
4362
4223
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4224
|
+
padding-right: 0;
|
|
4363
4225
|
}
|
|
4364
|
-
|
|
4226
|
+
[dir=rtl] .ilo--link-list--link:hover, [dir=rtl] .ilo--link-list--link:focus {
|
|
4365
4227
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4366
4228
|
}
|
|
4367
4229
|
.ilo--link-list--dark .ilo--link-list--headline,
|
|
@@ -4403,16 +4265,13 @@
|
|
|
4403
4265
|
transition-duration: 150ms;
|
|
4404
4266
|
transition-timing-function: ease-out;
|
|
4405
4267
|
}
|
|
4406
|
-
|
|
4407
|
-
background-position:
|
|
4268
|
+
[dir=rtl] .ilo--link-list--dark .ilo--link-list--link {
|
|
4269
|
+
background-position: 0.2143622722rem center;
|
|
4408
4270
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4409
4271
|
}
|
|
4410
|
-
|
|
4272
|
+
[dir=rtl] .ilo--link-list--dark .ilo--link-list--link:hover, [dir=rtl] .ilo--link-list--dark .ilo--link-list--link:focus {
|
|
4411
4273
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4412
4274
|
}
|
|
4413
|
-
.right-to-left .ilo--link-list * {
|
|
4414
|
-
text-align: right;
|
|
4415
|
-
}
|
|
4416
4275
|
|
|
4417
4276
|
.wingsuit-body .ilo--link-list--dark {
|
|
4418
4277
|
background-color: rgb(35, 0, 80);
|
|
@@ -4420,7 +4279,7 @@
|
|
|
4420
4279
|
|
|
4421
4280
|
/**
|
|
4422
4281
|
* Do not edit directly
|
|
4423
|
-
* Generated on
|
|
4282
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4424
4283
|
*/
|
|
4425
4284
|
/**
|
|
4426
4285
|
* TOKENS:
|
|
@@ -4436,9 +4295,8 @@
|
|
|
4436
4295
|
list-style-type: none;
|
|
4437
4296
|
}
|
|
4438
4297
|
.ilo--list--unordered li {
|
|
4439
|
-
margin-bottom: 1.7148981779rem;
|
|
4440
4298
|
margin-left: 0.6430868167rem;
|
|
4441
|
-
padding-left: 0.
|
|
4299
|
+
padding-left: 0.4287245445rem;
|
|
4442
4300
|
position: relative;
|
|
4443
4301
|
}
|
|
4444
4302
|
.ilo--list--unordered li::before {
|
|
@@ -4464,21 +4322,24 @@
|
|
|
4464
4322
|
flex-wrap: wrap;
|
|
4465
4323
|
list-style: none;
|
|
4466
4324
|
}
|
|
4325
|
+
.ilo--list--horizontal li::before {
|
|
4326
|
+
content: none;
|
|
4327
|
+
}
|
|
4467
4328
|
.ilo--list--horizontal .ilo--list__title {
|
|
4468
4329
|
margin-bottom: 0.4287245445rem;
|
|
4469
|
-
margin-right: 1.
|
|
4330
|
+
margin-right: 1.9292604502rem;
|
|
4470
4331
|
}
|
|
4471
4332
|
.ilo--list--horizontal .ilo--list__item {
|
|
4472
4333
|
margin-bottom: 0.4287245445rem;
|
|
4473
4334
|
margin-left: 0;
|
|
4474
|
-
margin-right:
|
|
4335
|
+
margin-right: 2.1436227224rem;
|
|
4475
4336
|
padding-left: 0;
|
|
4476
4337
|
}
|
|
4477
4338
|
.ilo--list__title {
|
|
4478
4339
|
font-size: 18.66px;
|
|
4479
4340
|
letter-spacing: -0.035em;
|
|
4480
4341
|
line-height: 24.26px;
|
|
4481
|
-
margin-bottom: 1.
|
|
4342
|
+
margin-bottom: 1.2861736334rem;
|
|
4482
4343
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4483
4344
|
font-weight: 700;
|
|
4484
4345
|
}
|
|
@@ -4487,7 +4348,6 @@
|
|
|
4487
4348
|
font-size: 23.32px;
|
|
4488
4349
|
letter-spacing: -0.035em;
|
|
4489
4350
|
line-height: 29.15px;
|
|
4490
|
-
margin-bottom: 1.4469453376rem;
|
|
4491
4351
|
}
|
|
4492
4352
|
}
|
|
4493
4353
|
.ilo--list__item {
|
|
@@ -4495,9 +4355,9 @@
|
|
|
4495
4355
|
letter-spacing: normal;
|
|
4496
4356
|
line-height: 23.36px;
|
|
4497
4357
|
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4498
|
-
margin-bottom:
|
|
4499
|
-
margin-left: 1.
|
|
4500
|
-
padding-left: 0.
|
|
4358
|
+
margin-bottom: 0.857449089rem;
|
|
4359
|
+
margin-left: 1.0718113612rem;
|
|
4360
|
+
padding-left: 0.2143622722rem;
|
|
4501
4361
|
}
|
|
4502
4362
|
.ilo--list__item b,
|
|
4503
4363
|
.ilo--list__item strong {
|
|
@@ -4509,13 +4369,12 @@
|
|
|
4509
4369
|
font-size: 18.66px;
|
|
4510
4370
|
letter-spacing: normal;
|
|
4511
4371
|
line-height: 27.24px;
|
|
4512
|
-
margin-bottom: 0.7967297949rem;
|
|
4513
4372
|
}
|
|
4514
4373
|
}
|
|
4515
4374
|
|
|
4516
4375
|
/**
|
|
4517
4376
|
* Do not edit directly
|
|
4518
|
-
* Generated on
|
|
4377
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4519
4378
|
*/
|
|
4520
4379
|
/**
|
|
4521
4380
|
* TOKENS:
|
|
@@ -4525,7 +4384,7 @@
|
|
|
4525
4384
|
*/
|
|
4526
4385
|
/**
|
|
4527
4386
|
* Do not edit directly
|
|
4528
|
-
* Generated on
|
|
4387
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4529
4388
|
*/
|
|
4530
4389
|
/**
|
|
4531
4390
|
* TOKENS:
|
|
@@ -4535,7 +4394,7 @@
|
|
|
4535
4394
|
*/
|
|
4536
4395
|
/**
|
|
4537
4396
|
* Do not edit directly
|
|
4538
|
-
* Generated on
|
|
4397
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4539
4398
|
*/
|
|
4540
4399
|
/**
|
|
4541
4400
|
* TOKENS:
|
|
@@ -4706,7 +4565,7 @@
|
|
|
4706
4565
|
|
|
4707
4566
|
/**
|
|
4708
4567
|
* Do not edit directly
|
|
4709
|
-
* Generated on
|
|
4568
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4710
4569
|
*/
|
|
4711
4570
|
/**
|
|
4712
4571
|
* TOKENS:
|
|
@@ -4753,7 +4612,7 @@
|
|
|
4753
4612
|
|
|
4754
4613
|
/**
|
|
4755
4614
|
* Do not edit directly
|
|
4756
|
-
* Generated on
|
|
4615
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4757
4616
|
*/
|
|
4758
4617
|
/**
|
|
4759
4618
|
* TOKENS:
|
|
@@ -4763,7 +4622,7 @@
|
|
|
4763
4622
|
*/
|
|
4764
4623
|
/**
|
|
4765
4624
|
* Do not edit directly
|
|
4766
|
-
* Generated on
|
|
4625
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4767
4626
|
*/
|
|
4768
4627
|
/**
|
|
4769
4628
|
* TOKENS:
|
|
@@ -4773,7 +4632,7 @@
|
|
|
4773
4632
|
*/
|
|
4774
4633
|
/**
|
|
4775
4634
|
* Do not edit directly
|
|
4776
|
-
* Generated on
|
|
4635
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4777
4636
|
*/
|
|
4778
4637
|
/**
|
|
4779
4638
|
* TOKENS:
|
|
@@ -4870,7 +4729,7 @@
|
|
|
4870
4729
|
|
|
4871
4730
|
/**
|
|
4872
4731
|
* Do not edit directly
|
|
4873
|
-
* Generated on
|
|
4732
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
4874
4733
|
*/
|
|
4875
4734
|
/**
|
|
4876
4735
|
* TOKENS:
|
|
@@ -4991,7 +4850,7 @@
|
|
|
4991
4850
|
background: rgb(30, 45, 190);
|
|
4992
4851
|
display: flex;
|
|
4993
4852
|
justify-content: space-between;
|
|
4994
|
-
padding: 0
|
|
4853
|
+
padding: 0 1.0718113612rem;
|
|
4995
4854
|
}
|
|
4996
4855
|
.ilo--header--utility-bar--local .ilo--language-switcher {
|
|
4997
4856
|
display: none;
|
|
@@ -5011,7 +4870,7 @@
|
|
|
5011
4870
|
cursor: pointer;
|
|
5012
4871
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5013
4872
|
font-weight: 500;
|
|
5014
|
-
padding:
|
|
4873
|
+
padding: 0.857449089rem 0.857449089rem 0.857449089rem 1.9292604502rem;
|
|
5015
4874
|
text-decoration: none;
|
|
5016
4875
|
transition: all 150ms ease-out;
|
|
5017
4876
|
width: 100%;
|
|
@@ -5025,12 +4884,12 @@
|
|
|
5025
4884
|
background-color: rgb(235, 245, 253);
|
|
5026
4885
|
color: rgb(30, 45, 190);
|
|
5027
4886
|
}
|
|
5028
|
-
.
|
|
4887
|
+
.ilo--header--utility-bar--local .ilo--language-switcher--link [dir=rtl] {
|
|
5029
4888
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' 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");
|
|
5030
4889
|
background-position: calc(100% - 16px) 50%;
|
|
5031
4890
|
padding: 16px 36px 16px 16px;
|
|
5032
4891
|
}
|
|
5033
|
-
.
|
|
4892
|
+
.ilo--header--utility-bar--local .ilo--language-switcher--link [dir=rtl]:focus, .ilo--header--utility-bar--local .ilo--language-switcher--link [dir=rtl]:hover {
|
|
5034
4893
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
|
|
5035
4894
|
background-color: rgb(235, 245, 253);
|
|
5036
4895
|
color: rgb(30, 45, 190);
|
|
@@ -5059,12 +4918,6 @@
|
|
|
5059
4918
|
.ilo--header--utility-bar--local {
|
|
5060
4919
|
justify-content: space-between;
|
|
5061
4920
|
}
|
|
5062
|
-
.right-to-left .ilo--header--utility-bar {
|
|
5063
|
-
flex-direction: row-reverse;
|
|
5064
|
-
}
|
|
5065
|
-
}
|
|
5066
|
-
.right-to-left .ilo--header--inner {
|
|
5067
|
-
direction: rtl;
|
|
5068
4921
|
}
|
|
5069
4922
|
.ilo--subnav--open .ilo--header--inner {
|
|
5070
4923
|
visibility: hidden;
|
|
@@ -5073,7 +4926,7 @@
|
|
|
5073
4926
|
.ilo--header--inner {
|
|
5074
4927
|
display: flex;
|
|
5075
4928
|
justify-content: space-between;
|
|
5076
|
-
padding: 0
|
|
4929
|
+
padding: 0 1.0718113612rem;
|
|
5077
4930
|
}
|
|
5078
4931
|
.ilo--subnav--open .ilo--header--inner {
|
|
5079
4932
|
visibility: visible;
|
|
@@ -5118,12 +4971,9 @@
|
|
|
5118
4971
|
display: none;
|
|
5119
4972
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5120
4973
|
font-weight: 700;
|
|
5121
|
-
padding:
|
|
4974
|
+
padding: 0.857449089rem 0;
|
|
5122
4975
|
text-align: right;
|
|
5123
4976
|
}
|
|
5124
|
-
.right-to-left .ilo--header--logo-tagline {
|
|
5125
|
-
text-align: left;
|
|
5126
|
-
}
|
|
5127
4977
|
@media screen and (min-width: 1024px) {
|
|
5128
4978
|
.ilo--header--logo-tagline {
|
|
5129
4979
|
display: block;
|
|
@@ -5177,13 +5027,13 @@
|
|
|
5177
5027
|
align-items: center;
|
|
5178
5028
|
}
|
|
5179
5029
|
.ilo--nav--items:first-of-type {
|
|
5180
|
-
margin-left: -
|
|
5030
|
+
margin-left: -1.0718113612rem;
|
|
5181
5031
|
}
|
|
5182
5032
|
}
|
|
5183
5033
|
.ilo--nav--link {
|
|
5184
5034
|
color: rgb(35, 0, 80);
|
|
5185
5035
|
display: block;
|
|
5186
|
-
padding:
|
|
5036
|
+
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5187
5037
|
text-decoration: none;
|
|
5188
5038
|
transition: color 150ms ease-out, background 150ms ease-out;
|
|
5189
5039
|
}
|
|
@@ -5197,7 +5047,7 @@
|
|
|
5197
5047
|
background: rgb(35, 0, 80);
|
|
5198
5048
|
color: rgb(255, 255, 255);
|
|
5199
5049
|
display: inline-block;
|
|
5200
|
-
padding: 21.5px
|
|
5050
|
+
padding: 21.5px 1.2861736334rem 20.5px;
|
|
5201
5051
|
}
|
|
5202
5052
|
.ilo--nav--link:hover, .ilo--nav--link:focus {
|
|
5203
5053
|
background: rgb(235, 245, 253);
|
|
@@ -5222,7 +5072,7 @@
|
|
|
5222
5072
|
display: block;
|
|
5223
5073
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5224
5074
|
font-weight: 500;
|
|
5225
|
-
padding:
|
|
5075
|
+
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5226
5076
|
line-height: 24px;
|
|
5227
5077
|
text-align: left;
|
|
5228
5078
|
transition: all 150ms ease-out;
|
|
@@ -5233,15 +5083,15 @@
|
|
|
5233
5083
|
background-color: rgb(235, 245, 253);
|
|
5234
5084
|
color: rgb(30, 45, 190);
|
|
5235
5085
|
}
|
|
5236
|
-
|
|
5086
|
+
[dir=rtl] .ilo--nav--trigger {
|
|
5237
5087
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
5238
5088
|
background-color: rgb(255, 255, 255);
|
|
5239
5089
|
background-position: 16px 55%;
|
|
5240
5090
|
background-repeat: no-repeat;
|
|
5241
|
-
background-size:
|
|
5091
|
+
background-size: 24px;
|
|
5242
5092
|
text-align: right;
|
|
5243
5093
|
}
|
|
5244
|
-
|
|
5094
|
+
[dir=rtl] .ilo--nav--trigger:focus, [dir=rtl] .ilo--nav--trigger:hover {
|
|
5245
5095
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
5246
5096
|
background-color: rgb(235, 245, 253);
|
|
5247
5097
|
color: rgb(30, 45, 190);
|
|
@@ -5262,8 +5112,8 @@
|
|
|
5262
5112
|
cursor: pointer;
|
|
5263
5113
|
display: inline-block;
|
|
5264
5114
|
font-weight: 700;
|
|
5265
|
-
margin-left:
|
|
5266
|
-
padding: 7px
|
|
5115
|
+
margin-left: 1.0718113612rem;
|
|
5116
|
+
padding: 7px 1.7148981779rem 5px 15px;
|
|
5267
5117
|
text-align: center;
|
|
5268
5118
|
transition: all 150ms ease-out;
|
|
5269
5119
|
width: auto;
|
|
@@ -5274,15 +5124,15 @@
|
|
|
5274
5124
|
border-color: rgb(255, 255, 255);
|
|
5275
5125
|
color: rgb(30, 45, 190);
|
|
5276
5126
|
}
|
|
5277
|
-
|
|
5127
|
+
[dir=rtl] .ilo--nav--trigger {
|
|
5278
5128
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' d='M18 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
|
|
5279
5129
|
background-color: rgb(35, 0, 80);
|
|
5280
|
-
background-position: 90% 55%;
|
|
5281
5130
|
background-repeat: no-repeat;
|
|
5282
5131
|
background-size: 20px;
|
|
5283
|
-
|
|
5132
|
+
background-position: 10% 55%;
|
|
5133
|
+
padding: 7px 15px 5px 1.7148981779rem;
|
|
5284
5134
|
}
|
|
5285
|
-
|
|
5135
|
+
[dir=rtl] .ilo--nav--trigger:focus, [dir=rtl] .ilo--nav--trigger:hover {
|
|
5286
5136
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M18 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
|
|
5287
5137
|
background-color: rgb(255, 255, 255);
|
|
5288
5138
|
color: rgb(30, 45, 190);
|
|
@@ -5294,11 +5144,8 @@
|
|
|
5294
5144
|
display: flex;
|
|
5295
5145
|
justify-content: space-between;
|
|
5296
5146
|
}
|
|
5297
|
-
.right-to-left .ilo--nav--local {
|
|
5298
|
-
direction: rtl;
|
|
5299
|
-
}
|
|
5300
5147
|
@media screen and (min-width: 1024px) {
|
|
5301
|
-
.
|
|
5148
|
+
.ilo--nav--local [dir=rtl] {
|
|
5302
5149
|
padding: 0 max((100% - 1260px) / 2, 20px) 0 0;
|
|
5303
5150
|
}
|
|
5304
5151
|
}
|
|
@@ -5309,7 +5156,7 @@
|
|
|
5309
5156
|
}
|
|
5310
5157
|
.ilo--nav--local--logo-wrapper {
|
|
5311
5158
|
display: flex;
|
|
5312
|
-
padding:
|
|
5159
|
+
padding: 0.857449089rem 0;
|
|
5313
5160
|
}
|
|
5314
5161
|
.ilo--nav--local--logo {
|
|
5315
5162
|
width: var(--logo-width);
|
|
@@ -5338,7 +5185,7 @@
|
|
|
5338
5185
|
.ilo--nav--local--link {
|
|
5339
5186
|
background: inherit;
|
|
5340
5187
|
color: rgb(255, 255, 255);
|
|
5341
|
-
padding: 0
|
|
5188
|
+
padding: 0 1.2861736334rem;
|
|
5342
5189
|
height: 100%;
|
|
5343
5190
|
text-decoration: none;
|
|
5344
5191
|
text-align: center;
|
|
@@ -5355,8 +5202,8 @@
|
|
|
5355
5202
|
|
|
5356
5203
|
.ilo--mobile--nav {
|
|
5357
5204
|
border-bottom: 3px solid rgb(237, 240, 242);
|
|
5358
|
-
margin-bottom:
|
|
5359
|
-
padding-bottom:
|
|
5205
|
+
margin-bottom: 0.857449089rem;
|
|
5206
|
+
padding-bottom: 0.857449089rem;
|
|
5360
5207
|
}
|
|
5361
5208
|
.ilo--mobile--nav--logo {
|
|
5362
5209
|
align-items: center;
|
|
@@ -5394,7 +5241,7 @@
|
|
|
5394
5241
|
display: block;
|
|
5395
5242
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5396
5243
|
font-weight: 500;
|
|
5397
|
-
padding:
|
|
5244
|
+
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5398
5245
|
line-height: 16px;
|
|
5399
5246
|
text-align: left;
|
|
5400
5247
|
transition: all 150ms ease-out;
|
|
@@ -5405,7 +5252,7 @@
|
|
|
5405
5252
|
background-color: rgb(235, 245, 253);
|
|
5406
5253
|
color: rgb(30, 45, 190);
|
|
5407
5254
|
}
|
|
5408
|
-
|
|
5255
|
+
[dir=rtl] .ilo--mobile--nav--language--switcher--button {
|
|
5409
5256
|
background-position: 16px 55%;
|
|
5410
5257
|
text-align: right;
|
|
5411
5258
|
}
|
|
@@ -5433,7 +5280,7 @@
|
|
|
5433
5280
|
padding: 0 max((100% - 1300px) / 2, 20px) 0 0;
|
|
5434
5281
|
position: relative;
|
|
5435
5282
|
}
|
|
5436
|
-
|
|
5283
|
+
[dir=rtl] .ilo--language-switcher {
|
|
5437
5284
|
padding: 0 0 0 max((100% - 1300px) / 2, 20px);
|
|
5438
5285
|
}
|
|
5439
5286
|
.ilo--language-switcher::before {
|
|
@@ -5447,10 +5294,10 @@
|
|
|
5447
5294
|
top: 0;
|
|
5448
5295
|
width: 32px;
|
|
5449
5296
|
}
|
|
5450
|
-
|
|
5297
|
+
[dir=rtl] .ilo--language-switcher::before {
|
|
5451
5298
|
clip-path: polygon(0 0, 0 100%, 100% 0);
|
|
5452
5299
|
left: auto;
|
|
5453
|
-
right: -
|
|
5300
|
+
right: -31px;
|
|
5454
5301
|
}
|
|
5455
5302
|
.ilo--language-switcher--wrap {
|
|
5456
5303
|
display: flex;
|
|
@@ -5472,7 +5319,7 @@
|
|
|
5472
5319
|
display: block;
|
|
5473
5320
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5474
5321
|
font-weight: 500;
|
|
5475
|
-
padding:
|
|
5322
|
+
padding: 0.4287245445rem 30px 0.4287245445rem 2.1436227224rem;
|
|
5476
5323
|
transition: all 150ms ease-out;
|
|
5477
5324
|
}
|
|
5478
5325
|
.ilo--language-switcher--button:hover, .ilo--language-switcher--button:focus {
|
|
@@ -5480,6 +5327,10 @@
|
|
|
5480
5327
|
background-color: rgb(235, 245, 253);
|
|
5481
5328
|
color: rgb(30, 45, 190);
|
|
5482
5329
|
}
|
|
5330
|
+
[dir=rtl] .ilo--language-switcher--button {
|
|
5331
|
+
padding: 0.4287245445rem 2.1436227224rem 0.4287245445rem 30px;
|
|
5332
|
+
background-position: calc(100% - 15px) center;
|
|
5333
|
+
}
|
|
5483
5334
|
.ilo--language-switcher .ilo--context-menu {
|
|
5484
5335
|
opacity: 0;
|
|
5485
5336
|
visibility: hidden;
|
|
@@ -5504,7 +5355,7 @@
|
|
|
5504
5355
|
background: rgb(255, 255, 255);
|
|
5505
5356
|
height: 100%;
|
|
5506
5357
|
left: 0;
|
|
5507
|
-
padding: 0 0
|
|
5358
|
+
padding: 0 0 1.7148981779rem;
|
|
5508
5359
|
position: absolute;
|
|
5509
5360
|
top: 0;
|
|
5510
5361
|
transform: translateX(100%);
|
|
@@ -5514,14 +5365,11 @@
|
|
|
5514
5365
|
.ilo--subnav--open .ilo--subnav {
|
|
5515
5366
|
transform: translateX(0);
|
|
5516
5367
|
}
|
|
5517
|
-
.right-to-left .ilo--subnav {
|
|
5518
|
-
direction: rtl;
|
|
5519
|
-
}
|
|
5520
5368
|
@media screen and (min-width: 1024px) {
|
|
5521
5369
|
.ilo--subnav {
|
|
5522
5370
|
height: auto;
|
|
5523
5371
|
left: 0;
|
|
5524
|
-
padding:
|
|
5372
|
+
padding: 1.7148981779rem 0;
|
|
5525
5373
|
top: auto;
|
|
5526
5374
|
transform: translateY(-100%);
|
|
5527
5375
|
transition: transform 225ms ease-out;
|
|
@@ -5563,7 +5411,7 @@
|
|
|
5563
5411
|
display: flex;
|
|
5564
5412
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5565
5413
|
font-weight: 500;
|
|
5566
|
-
padding: 18px
|
|
5414
|
+
padding: 18px 0.4287245445rem;
|
|
5567
5415
|
text-decoration: none;
|
|
5568
5416
|
transition: all 150ms ease-out;
|
|
5569
5417
|
}
|
|
@@ -5594,7 +5442,7 @@
|
|
|
5594
5442
|
cursor: pointer;
|
|
5595
5443
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5596
5444
|
font-weight: 500;
|
|
5597
|
-
padding:
|
|
5445
|
+
padding: 0.857449089rem 0.857449089rem 0.857449089rem 1.7148981779rem;
|
|
5598
5446
|
position: relative;
|
|
5599
5447
|
transition: all 150ms ease-out;
|
|
5600
5448
|
}
|
|
@@ -5612,10 +5460,10 @@
|
|
|
5612
5460
|
transform: translateY(-50%);
|
|
5613
5461
|
width: 24px;
|
|
5614
5462
|
}
|
|
5615
|
-
|
|
5463
|
+
[dir=rtl] .ilo--mobile--subnav--back {
|
|
5616
5464
|
padding: 16px 32px 16px 16px;
|
|
5617
5465
|
}
|
|
5618
|
-
|
|
5466
|
+
[dir=rtl] .ilo--mobile--subnav--back::before {
|
|
5619
5467
|
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");
|
|
5620
5468
|
background-position: 10% center;
|
|
5621
5469
|
background-repeat: no-repeat;
|
|
@@ -5633,7 +5481,7 @@
|
|
|
5633
5481
|
background-repeat: no-repeat;
|
|
5634
5482
|
background-size: 24px;
|
|
5635
5483
|
}
|
|
5636
|
-
|
|
5484
|
+
[dir=rtl] .ilo--mobile--subnav--back:hover::before, [dir=rtl] .ilo--mobile--subnav--back:focus::before {
|
|
5637
5485
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
|
|
5638
5486
|
background-position: 10% center;
|
|
5639
5487
|
background-repeat: no-repeat;
|
|
@@ -5652,8 +5500,8 @@
|
|
|
5652
5500
|
color: rgb(45, 45, 45);
|
|
5653
5501
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5654
5502
|
font-weight: 700;
|
|
5655
|
-
margin-bottom:
|
|
5656
|
-
padding:
|
|
5503
|
+
margin-bottom: 0.857449089rem;
|
|
5504
|
+
padding: 1.0718113612rem 0.4287245445rem;
|
|
5657
5505
|
width: 100%;
|
|
5658
5506
|
}
|
|
5659
5507
|
|
|
@@ -5673,7 +5521,7 @@
|
|
|
5673
5521
|
.ilo--search-box {
|
|
5674
5522
|
filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08));
|
|
5675
5523
|
left: 0;
|
|
5676
|
-
padding:
|
|
5524
|
+
padding: 1.7148981779rem 0;
|
|
5677
5525
|
top: auto;
|
|
5678
5526
|
transform: translateY(-100%);
|
|
5679
5527
|
transition: transform 225ms ease-out;
|
|
@@ -5689,7 +5537,7 @@
|
|
|
5689
5537
|
.ilo--search-box .ilo--header--inner {
|
|
5690
5538
|
align-items: center;
|
|
5691
5539
|
justify-content: center;
|
|
5692
|
-
padding:
|
|
5540
|
+
padding: 4.2872454448rem 1.0718113612rem;
|
|
5693
5541
|
}
|
|
5694
5542
|
.ilo--search-box .ilo--form,
|
|
5695
5543
|
.ilo--search-box .ilo--searchfield {
|
|
@@ -5757,7 +5605,7 @@
|
|
|
5757
5605
|
|
|
5758
5606
|
/**
|
|
5759
5607
|
* Do not edit directly
|
|
5760
|
-
* Generated on
|
|
5608
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
5761
5609
|
*/
|
|
5762
5610
|
/**
|
|
5763
5611
|
* TOKENS:
|
|
@@ -5767,7 +5615,7 @@
|
|
|
5767
5615
|
*/
|
|
5768
5616
|
/**
|
|
5769
5617
|
* Do not edit directly
|
|
5770
|
-
* Generated on
|
|
5618
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
5771
5619
|
*/
|
|
5772
5620
|
/**
|
|
5773
5621
|
* TOKENS:
|
|
@@ -5777,7 +5625,7 @@
|
|
|
5777
5625
|
*/
|
|
5778
5626
|
/**
|
|
5779
5627
|
* Do not edit directly
|
|
5780
|
-
* Generated on
|
|
5628
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
5781
5629
|
*/
|
|
5782
5630
|
/**
|
|
5783
5631
|
* TOKENS:
|
|
@@ -5817,24 +5665,24 @@
|
|
|
5817
5665
|
}
|
|
5818
5666
|
}
|
|
5819
5667
|
.ilo--notification--dialog .ilo--notification--content {
|
|
5820
|
-
padding:
|
|
5668
|
+
padding: 1.2861736334rem;
|
|
5821
5669
|
}
|
|
5822
5670
|
.ilo--notification--inline {
|
|
5823
5671
|
max-width: 340px;
|
|
5824
5672
|
}
|
|
5825
5673
|
.ilo--notification--inline .ilo--notification--content {
|
|
5826
|
-
padding:
|
|
5674
|
+
padding: 1.2861736334rem;
|
|
5827
5675
|
}
|
|
5828
5676
|
@media screen and (min-width: 610px) {
|
|
5829
5677
|
.ilo--notification--inline {
|
|
5830
5678
|
max-width: 100%;
|
|
5831
|
-
width: 100%;
|
|
5832
5679
|
}
|
|
5833
5680
|
.ilo--notification--inline .ilo--notification--content {
|
|
5834
|
-
|
|
5681
|
+
max-width: 100%;
|
|
5835
5682
|
display: flex;
|
|
5836
|
-
justify-
|
|
5837
|
-
|
|
5683
|
+
justify-content: space-evenly;
|
|
5684
|
+
align-items: center;
|
|
5685
|
+
padding: 0.857449089rem 3.4297963558rem 0.857449089rem 1.2861736334rem;
|
|
5838
5686
|
}
|
|
5839
5687
|
}
|
|
5840
5688
|
.ilo--notification--content {
|
|
@@ -5843,7 +5691,7 @@
|
|
|
5843
5691
|
width: calc(100% - 40px);
|
|
5844
5692
|
}
|
|
5845
5693
|
.ilo--notification--content:before {
|
|
5846
|
-
background-position: center
|
|
5694
|
+
background-position: center 1.2861736334rem;
|
|
5847
5695
|
background-repeat: no-repeat;
|
|
5848
5696
|
background-size: 0.857449089rem;
|
|
5849
5697
|
content: "";
|
|
@@ -5898,18 +5746,9 @@
|
|
|
5898
5746
|
margin-left: 1.2861736334rem;
|
|
5899
5747
|
}
|
|
5900
5748
|
}
|
|
5901
|
-
.ilo--notification--copy:not(:last-child) {
|
|
5902
|
-
margin-bottom: 1.2861736334rem;
|
|
5903
|
-
}
|
|
5904
5749
|
@media screen and (min-width: 610px) {
|
|
5905
5750
|
.ilo--notification--inline .ilo--notification--copy:not(:last-child) {
|
|
5906
|
-
|
|
5907
|
-
max-width: 24%;
|
|
5908
|
-
}
|
|
5909
|
-
}
|
|
5910
|
-
@media screen and (min-width: 610px) and (min-width: 1024px) {
|
|
5911
|
-
.ilo--notification--inline .ilo--notification--copy:not(:last-child) {
|
|
5912
|
-
max-width: 40%;
|
|
5751
|
+
flex-grow: 1;
|
|
5913
5752
|
}
|
|
5914
5753
|
}
|
|
5915
5754
|
.ilo--notification--date {
|
|
@@ -5926,7 +5765,7 @@
|
|
|
5926
5765
|
}
|
|
5927
5766
|
}
|
|
5928
5767
|
.ilo--notification--date:not(:last-child) {
|
|
5929
|
-
margin-bottom: 1.
|
|
5768
|
+
margin-bottom: 1.0718113612rem;
|
|
5930
5769
|
}
|
|
5931
5770
|
@media screen and (min-width: 610px) {
|
|
5932
5771
|
.ilo--notification--inline .ilo--notification--date {
|
|
@@ -5969,7 +5808,7 @@
|
|
|
5969
5808
|
|
|
5970
5809
|
/**
|
|
5971
5810
|
* Do not edit directly
|
|
5972
|
-
* Generated on
|
|
5811
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
5973
5812
|
*/
|
|
5974
5813
|
/**
|
|
5975
5814
|
* TOKENS:
|
|
@@ -6024,7 +5863,7 @@
|
|
|
6024
5863
|
background: rgb(237, 240, 242);
|
|
6025
5864
|
}
|
|
6026
5865
|
.ilo--pagination--first-page {
|
|
6027
|
-
margin: 0
|
|
5866
|
+
margin: 0 spacing 2 0 0;
|
|
6028
5867
|
}
|
|
6029
5868
|
.ilo--pagination--first-page::before {
|
|
6030
5869
|
transform: translate(-50%, -50%) rotate(180deg);
|
|
@@ -6110,7 +5949,7 @@
|
|
|
6110
5949
|
|
|
6111
5950
|
/**
|
|
6112
5951
|
* Do not edit directly
|
|
6113
|
-
* Generated on
|
|
5952
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6114
5953
|
*/
|
|
6115
5954
|
/**
|
|
6116
5955
|
* TOKENS:
|
|
@@ -6120,7 +5959,7 @@
|
|
|
6120
5959
|
*/
|
|
6121
5960
|
/**
|
|
6122
5961
|
* Do not edit directly
|
|
6123
|
-
* Generated on
|
|
5962
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6124
5963
|
*/
|
|
6125
5964
|
/**
|
|
6126
5965
|
* TOKENS:
|
|
@@ -6145,7 +5984,7 @@
|
|
|
6145
5984
|
}
|
|
6146
5985
|
/**
|
|
6147
5986
|
* Do not edit directly
|
|
6148
|
-
* Generated on
|
|
5987
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6149
5988
|
*/
|
|
6150
5989
|
/**
|
|
6151
5990
|
* TOKENS:
|
|
@@ -6267,7 +6106,7 @@
|
|
|
6267
6106
|
.ilo--profile__size__large .ilo--profile--avatar {
|
|
6268
6107
|
width: 3.4297963558rem;
|
|
6269
6108
|
height: 3.4297963558rem;
|
|
6270
|
-
margin-inline-end: 0.
|
|
6109
|
+
margin-inline-end: 0.857449089rem;
|
|
6271
6110
|
}
|
|
6272
6111
|
.ilo--profile__size__large .ilo--profile--name {
|
|
6273
6112
|
font-weight: 700;
|
|
@@ -6284,18 +6123,18 @@
|
|
|
6284
6123
|
font-size: 14.93px;
|
|
6285
6124
|
letter-spacing: normal;
|
|
6286
6125
|
line-height: 20.3px;
|
|
6287
|
-
padding-block-start: 1.
|
|
6126
|
+
padding-block-start: 1.0718113612rem;
|
|
6288
6127
|
}
|
|
6289
6128
|
.ilo--profile__size__large .ilo--profile--link {
|
|
6290
6129
|
font-size: 16px;
|
|
6291
6130
|
letter-spacing: normal;
|
|
6292
6131
|
line-height: 23.36px;
|
|
6293
|
-
padding-block-start: 1.
|
|
6132
|
+
padding-block-start: 1.2861736334rem;
|
|
6294
6133
|
}
|
|
6295
6134
|
|
|
6296
6135
|
/**
|
|
6297
6136
|
* Do not edit directly
|
|
6298
|
-
* Generated on
|
|
6137
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6299
6138
|
*/
|
|
6300
6139
|
/**
|
|
6301
6140
|
* TOKENS:
|
|
@@ -6364,7 +6203,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6364
6203
|
|
|
6365
6204
|
/**
|
|
6366
6205
|
* Do not edit directly
|
|
6367
|
-
* Generated on
|
|
6206
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6368
6207
|
*/
|
|
6369
6208
|
/**
|
|
6370
6209
|
* TOKENS:
|
|
@@ -6374,7 +6213,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6374
6213
|
*/
|
|
6375
6214
|
/**
|
|
6376
6215
|
* Do not edit directly
|
|
6377
|
-
* Generated on
|
|
6216
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6378
6217
|
*/
|
|
6379
6218
|
/**
|
|
6380
6219
|
* TOKENS:
|
|
@@ -6399,7 +6238,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6399
6238
|
}
|
|
6400
6239
|
/**
|
|
6401
6240
|
* Do not edit directly
|
|
6402
|
-
* Generated on
|
|
6241
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6403
6242
|
*/
|
|
6404
6243
|
/**
|
|
6405
6244
|
* TOKENS:
|
|
@@ -6409,15 +6248,13 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6409
6248
|
*/
|
|
6410
6249
|
.ilo--read-more--button {
|
|
6411
6250
|
background: rgba(0, 0, 0, 0);
|
|
6412
|
-
border
|
|
6413
|
-
border-
|
|
6414
|
-
border-right: 0rem solid rgba(0, 0, 0, 0);
|
|
6415
|
-
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6251
|
+
border: none;
|
|
6252
|
+
border-top: solid 2px rgb(235, 245, 253);
|
|
6416
6253
|
color: rgb(35, 0, 80);
|
|
6417
6254
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6418
6255
|
height: 3.0010718114rem;
|
|
6419
|
-
margin: 1.7148981779rem
|
|
6420
|
-
padding: 0.857449089rem 1.
|
|
6256
|
+
margin-top: 1.7148981779rem;
|
|
6257
|
+
padding: 0.857449089rem 1.5005359057rem 0.857449089rem 0rem;
|
|
6421
6258
|
position: relative;
|
|
6422
6259
|
text-align: left;
|
|
6423
6260
|
width: auto;
|
|
@@ -6440,10 +6277,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6440
6277
|
}
|
|
6441
6278
|
.ilo--read-more--button:hover {
|
|
6442
6279
|
background: rgb(235, 245, 253);
|
|
6443
|
-
border-
|
|
6444
|
-
border-left: 0rem solid rgba(0, 0, 0, 0);
|
|
6445
|
-
border-right: 0rem solid rgba(0, 0, 0, 0);
|
|
6446
|
-
border-top: 0.1071811361rem solid rgb(30, 45, 190);
|
|
6280
|
+
border-top: solid 2px rgb(30, 45, 190);
|
|
6447
6281
|
color: rgb(30, 45, 190);
|
|
6448
6282
|
cursor: pointer;
|
|
6449
6283
|
transition-property: color, background-color, border-color;
|
|
@@ -6460,7 +6294,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6460
6294
|
|
|
6461
6295
|
/**
|
|
6462
6296
|
* Do not edit directly
|
|
6463
|
-
* Generated on
|
|
6297
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6464
6298
|
*/
|
|
6465
6299
|
/**
|
|
6466
6300
|
* TOKENS:
|
|
@@ -6608,7 +6442,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6608
6442
|
.ilo--richtext hr {
|
|
6609
6443
|
background-color: rgb(237, 240, 242);
|
|
6610
6444
|
border: none;
|
|
6611
|
-
height: 0.
|
|
6445
|
+
height: 0.2143622722rem;
|
|
6612
6446
|
margin-bottom: 3.0010718114rem;
|
|
6613
6447
|
}
|
|
6614
6448
|
.ilo--richtext h1,
|
|
@@ -6689,7 +6523,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6689
6523
|
display: block;
|
|
6690
6524
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6691
6525
|
margin: 1.2861736334rem 0 2.1436227224rem 0;
|
|
6692
|
-
padding:
|
|
6526
|
+
padding: 4.0728831726rem 0 1.9292604502rem 1.7148981779rem;
|
|
6693
6527
|
position: relative;
|
|
6694
6528
|
width: 100%;
|
|
6695
6529
|
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");
|
|
@@ -6801,7 +6635,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6801
6635
|
margin-top: 3.0817323053rem;
|
|
6802
6636
|
}
|
|
6803
6637
|
.ilo--richtext hr {
|
|
6804
|
-
margin-bottom:
|
|
6638
|
+
margin-bottom: 4.0728831726rem;
|
|
6805
6639
|
}
|
|
6806
6640
|
.ilo--richtext figure {
|
|
6807
6641
|
width: 100%;
|
|
@@ -6809,8 +6643,8 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6809
6643
|
}
|
|
6810
6644
|
.ilo--richtext blockquote {
|
|
6811
6645
|
background-size: 4.6087888532rem 2.5723472669rem;
|
|
6812
|
-
margin: 1.7148981779rem 0
|
|
6813
|
-
padding: 3.
|
|
6646
|
+
margin: 1.7148981779rem 0 4.0728831726rem 0;
|
|
6647
|
+
padding: 3.4297963558rem 0 2.5723472669rem 2.5723472669rem;
|
|
6814
6648
|
}
|
|
6815
6649
|
.ilo--richtext blockquote p {
|
|
6816
6650
|
margin-bottom: 1.2861736334rem;
|
|
@@ -6829,57 +6663,54 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6829
6663
|
width: 3.4297963558rem;
|
|
6830
6664
|
}
|
|
6831
6665
|
}
|
|
6832
|
-
|
|
6833
|
-
direction: rtl;
|
|
6834
|
-
}
|
|
6835
|
-
.right-to-left .ilo--richtext figcaption {
|
|
6666
|
+
[dir=rtl] .ilo--richtext figcaption {
|
|
6836
6667
|
border-left: none;
|
|
6837
6668
|
border-right: 3px solid #b8c4cc;
|
|
6838
6669
|
padding-left: 0;
|
|
6839
6670
|
padding-right: 0.4287245445rem;
|
|
6840
6671
|
}
|
|
6841
|
-
|
|
6842
|
-
|
|
6672
|
+
[dir=rtl] .ilo--richtext ul li,
|
|
6673
|
+
[dir=rtl] .ilo--richtext ol li {
|
|
6843
6674
|
margin-left: 0;
|
|
6844
6675
|
margin-right: 1.0718113612rem;
|
|
6845
6676
|
padding-left: 0;
|
|
6846
6677
|
padding-right: 0.6430868167rem;
|
|
6847
6678
|
}
|
|
6848
|
-
|
|
6679
|
+
[dir=rtl] .ilo--richtext ul li {
|
|
6849
6680
|
margin-right: 0.6430868167rem;
|
|
6850
6681
|
}
|
|
6851
|
-
|
|
6682
|
+
[dir=rtl] .ilo--richtext ul li::before {
|
|
6852
6683
|
left: auto;
|
|
6853
6684
|
right: -0.6430868167rem;
|
|
6854
6685
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 12.4'%3e%3cpath d='M10.8%2c12.4v-12L0%2c6.4L10.8%2c12.4z'/%3e%3c/svg%3e");
|
|
6855
6686
|
}
|
|
6856
|
-
|
|
6687
|
+
[dir=rtl] .ilo--richtext blockquote {
|
|
6857
6688
|
background-position: -1px -1px;
|
|
6858
|
-
padding:
|
|
6689
|
+
padding: 3.0010718114rem 1.7148981779rem 1.9292604502rem 0;
|
|
6859
6690
|
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%2c0v40L73%2c0L0.7%2c0z'/%3e%3c/svg%3e");
|
|
6860
6691
|
}
|
|
6861
|
-
|
|
6692
|
+
[dir=rtl] .ilo--richtext blockquote p {
|
|
6862
6693
|
padding: 0 0 0 2.5723472669rem;
|
|
6863
6694
|
}
|
|
6864
|
-
|
|
6695
|
+
[dir=rtl] .ilo--richtext blockquote p:after {
|
|
6865
6696
|
left: 0;
|
|
6866
6697
|
right: auto;
|
|
6867
6698
|
transform: scaleX(1);
|
|
6868
6699
|
}
|
|
6869
|
-
|
|
6700
|
+
[dir=rtl] .ilo--richtext blockquote:before {
|
|
6870
6701
|
left: auto;
|
|
6871
6702
|
right: 0;
|
|
6872
6703
|
transform: scaleX(-1);
|
|
6873
6704
|
}
|
|
6874
6705
|
@media screen and (min-width: 610px) {
|
|
6875
|
-
|
|
6876
|
-
padding: 3.
|
|
6706
|
+
[dir=rtl] .ilo--richtext blockquote {
|
|
6707
|
+
padding: 3.2154340836rem 2.5723472669rem 2.5723472669rem 0;
|
|
6877
6708
|
}
|
|
6878
6709
|
}
|
|
6879
6710
|
|
|
6880
6711
|
/**
|
|
6881
6712
|
* Do not edit directly
|
|
6882
|
-
* Generated on
|
|
6713
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6883
6714
|
*/
|
|
6884
6715
|
/**
|
|
6885
6716
|
* TOKENS:
|
|
@@ -6897,13 +6728,13 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6897
6728
|
background-color: rgb(237, 240, 242);
|
|
6898
6729
|
background-position: center center;
|
|
6899
6730
|
background-repeat: no-repeat;
|
|
6900
|
-
background-size:
|
|
6731
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
6901
6732
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6902
6733
|
border-left: 0rem solid rgb(184, 196, 204);
|
|
6903
6734
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6904
6735
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6905
|
-
height:
|
|
6906
|
-
width:
|
|
6736
|
+
height: 2.5723472669rem;
|
|
6737
|
+
width: 2.4651661308rem;
|
|
6907
6738
|
text-indent: -9999px;
|
|
6908
6739
|
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='M16.7068 15.257C17.6255 14.0506 18.1179 12.5734 18.1068 11.057C18.1201 10.1294 17.9488 9.20838 17.603 8.34753C17.2571 7.48667 16.7436 6.70315 16.0923 6.04251C15.4409 5.38187 14.6648 4.8573 13.8089 4.49928C12.9531 4.14126 12.0346 3.95694 11.1068 3.95703C9.2238 3.95703 7.41789 4.70506 6.08638 6.03657C4.75487 7.36808 4.00684 9.17399 4.00684 11.057C4.00684 12.9401 4.75487 14.746 6.08638 16.0775C7.41789 17.409 9.2238 18.157 11.1068 18.157C12.6258 18.1846 14.1082 17.6904 15.3068 16.757L18.3068 19.757C18.4938 19.9403 18.7451 20.0429 19.0068 20.0429C19.2686 20.0429 19.5199 19.9403 19.7068 19.757C19.8901 19.5701 19.9927 19.3188 19.9927 19.057C19.9927 18.7953 19.8901 18.544 19.7068 18.357L16.7068 15.257ZM11.1068 16.057C10.4419 16.0703 9.78091 15.9508 9.16269 15.7055C8.54448 15.4602 7.98142 15.094 7.50648 14.6284C7.03154 14.1628 6.65428 13.6071 6.39677 12.9938C6.13927 12.3806 6.0067 11.7221 6.00684 11.057C6.00684 9.70443 6.54416 8.40722 7.50059 7.45079C8.45703 6.49435 9.75423 5.95703 11.1068 5.95703C12.4594 5.95703 13.7566 6.49435 14.7131 7.45079C15.6695 8.40722 16.2068 9.70443 16.2068 11.057C16.207 11.7221 16.0744 12.3806 15.8169 12.9938C15.5594 13.6071 15.1821 14.1628 14.7072 14.6284C14.2323 15.094 13.6692 15.4602 13.051 15.7055C12.4328 15.9508 11.7718 16.0703 11.1068 16.057Z'/%3e%3c/svg%3e");
|
|
6909
6740
|
}
|
|
@@ -6923,17 +6754,14 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6923
6754
|
opacity: 0.45;
|
|
6924
6755
|
pointer-events: none;
|
|
6925
6756
|
}
|
|
6926
|
-
.
|
|
6927
|
-
|
|
6928
|
-
}
|
|
6929
|
-
.right-to-left .ilo--searchfield .ilo--searchfield--button {
|
|
6930
|
-
border-left: 2px solid rgb(184, 196, 204);
|
|
6757
|
+
[dir=rtl] .ilo--searchfield .ilo--searchfield--button {
|
|
6758
|
+
border-left: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6931
6759
|
border-right: 0 solid rgb(184, 196, 204);
|
|
6932
6760
|
}
|
|
6933
6761
|
|
|
6934
6762
|
/**
|
|
6935
6763
|
* Do not edit directly
|
|
6936
|
-
* Generated on
|
|
6764
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
6937
6765
|
*/
|
|
6938
6766
|
/**
|
|
6939
6767
|
* TOKENS:
|
|
@@ -7001,8 +6829,8 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7001
6829
|
display: flex;
|
|
7002
6830
|
height: 3.2154340836rem;
|
|
7003
6831
|
justify-content: flex-start;
|
|
7004
|
-
padding-left:
|
|
7005
|
-
padding-right:
|
|
6832
|
+
padding-left: 0.4287245445rem;
|
|
6833
|
+
padding-right: 1.2861736334rem;
|
|
7006
6834
|
text-decoration: none;
|
|
7007
6835
|
font-size: 16px;
|
|
7008
6836
|
letter-spacing: -0.02em;
|
|
@@ -7086,13 +6914,10 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7086
6914
|
width: min(var(--tabscount) / 1 * 100%, 100%);
|
|
7087
6915
|
}
|
|
7088
6916
|
}
|
|
7089
|
-
.right-to-left .ilo--tabs {
|
|
7090
|
-
direction: rtl;
|
|
7091
|
-
}
|
|
7092
6917
|
|
|
7093
6918
|
/**
|
|
7094
6919
|
* Do not edit directly
|
|
7095
|
-
* Generated on
|
|
6920
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7096
6921
|
*/
|
|
7097
6922
|
/**
|
|
7098
6923
|
* TOKENS:
|
|
@@ -7102,13 +6927,13 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7102
6927
|
*/
|
|
7103
6928
|
.ilo--table {
|
|
7104
6929
|
background-color: rgb(190, 220, 250);
|
|
7105
|
-
padding:
|
|
6930
|
+
padding: 4.2872454448rem;
|
|
7106
6931
|
position: relative;
|
|
7107
6932
|
}
|
|
7108
6933
|
.ilo--table--header {
|
|
7109
6934
|
background-color: rgb(255, 255, 255);
|
|
7110
6935
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7111
|
-
padding:
|
|
6936
|
+
padding: 0.857449089rem 0.4287245445rem 1.0718113612rem 0.4287245445rem;
|
|
7112
6937
|
}
|
|
7113
6938
|
.ilo--table--wrapper {
|
|
7114
6939
|
max-height: 380px;
|
|
@@ -7140,12 +6965,12 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7140
6965
|
letter-spacing: normal;
|
|
7141
6966
|
line-height: 20.3px;
|
|
7142
6967
|
letter-spacing: -0.02em;
|
|
7143
|
-
padding:
|
|
6968
|
+
padding: 0.857449089rem 0.4287245445rem;
|
|
7144
6969
|
pointer-events: none;
|
|
7145
6970
|
text-align: left;
|
|
7146
6971
|
}
|
|
7147
6972
|
.ilo--table--small .ilo--table--head--cell {
|
|
7148
|
-
padding:
|
|
6973
|
+
padding: 0.4287245445rem;
|
|
7149
6974
|
}
|
|
7150
6975
|
.ilo--table--head--cell:first-of-type {
|
|
7151
6976
|
border-left: none;
|
|
@@ -7197,11 +7022,11 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7197
7022
|
letter-spacing: normal;
|
|
7198
7023
|
line-height: 20.3px;
|
|
7199
7024
|
outline: 0;
|
|
7200
|
-
padding:
|
|
7025
|
+
padding: 0.857449089rem 0.4287245445rem 1.0718113612rem;
|
|
7201
7026
|
position: relative;
|
|
7202
7027
|
}
|
|
7203
7028
|
.ilo--table--small .ilo--table--body--cell {
|
|
7204
|
-
padding:
|
|
7029
|
+
padding: 0.6430868167rem 0.4287245445rem;
|
|
7205
7030
|
}
|
|
7206
7031
|
.ilo--table--body--cell:first-of-type {
|
|
7207
7032
|
border-left: none;
|
|
@@ -7317,13 +7142,13 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7317
7142
|
display: flex;
|
|
7318
7143
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7319
7144
|
font-weight: 700;
|
|
7320
|
-
margin-bottom: 0.
|
|
7145
|
+
margin-bottom: 0.4287245445rem;
|
|
7321
7146
|
font-size: 18.66px;
|
|
7322
7147
|
letter-spacing: -0.035em;
|
|
7323
7148
|
line-height: 24.26px;
|
|
7324
7149
|
}
|
|
7325
7150
|
.ilo--table--headline .ilo--tooltip--wrapper {
|
|
7326
|
-
margin-left: 0.
|
|
7151
|
+
margin-left: 0.2143622722rem;
|
|
7327
7152
|
}
|
|
7328
7153
|
.ilo--table--description {
|
|
7329
7154
|
color: rgb(109, 109, 109);
|
|
@@ -7443,7 +7268,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7443
7268
|
|
|
7444
7269
|
/**
|
|
7445
7270
|
* Do not edit directly
|
|
7446
|
-
* Generated on
|
|
7271
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7447
7272
|
*/
|
|
7448
7273
|
/**
|
|
7449
7274
|
* TOKENS:
|
|
@@ -7473,7 +7298,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7473
7298
|
.ilo--table-of-contents--headline {
|
|
7474
7299
|
border-bottom: 0.1607717042rem solid rgb(237, 240, 242);
|
|
7475
7300
|
margin-bottom: 1.2861736334rem;
|
|
7476
|
-
margin-top: 0.
|
|
7301
|
+
margin-top: 0.4287245445rem;
|
|
7477
7302
|
font-size: 18.66px;
|
|
7478
7303
|
letter-spacing: normal;
|
|
7479
7304
|
line-height: 27.24px;
|
|
@@ -7485,7 +7310,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7485
7310
|
display: block;
|
|
7486
7311
|
height: 100vh;
|
|
7487
7312
|
left: 0;
|
|
7488
|
-
padding: 1.
|
|
7313
|
+
padding: 1.2861736334rem;
|
|
7489
7314
|
position: fixed;
|
|
7490
7315
|
top: 0;
|
|
7491
7316
|
width: 100vw;
|
|
@@ -7560,16 +7385,16 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7560
7385
|
background-position: calc(100% - 11px) center;
|
|
7561
7386
|
background-repeat: no-repeat;
|
|
7562
7387
|
background-size: 1.2861736334rem 1.2861736334rem;
|
|
7563
|
-
border-bottom: rgb(255, 255, 255)
|
|
7388
|
+
border-bottom: rgb(255, 255, 255) 0.1071811361rem solid;
|
|
7564
7389
|
color: rgb(35, 0, 80);
|
|
7565
7390
|
display: block;
|
|
7566
7391
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7567
7392
|
font-weight: 500;
|
|
7568
|
-
margin: 0
|
|
7569
|
-
padding:
|
|
7393
|
+
margin: 0 0.4287245445rem 0 0.4287245445rem;
|
|
7394
|
+
padding: 0.857449089rem 0.4287245445rem 0.857449089rem;
|
|
7570
7395
|
position: relative;
|
|
7571
7396
|
text-decoration: none;
|
|
7572
|
-
width: calc(100% -
|
|
7397
|
+
width: calc(100% - 16px);
|
|
7573
7398
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
7574
7399
|
font-size: 16px;
|
|
7575
7400
|
letter-spacing: -0.02em;
|
|
@@ -7580,12 +7405,12 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7580
7405
|
}
|
|
7581
7406
|
.ilo--table-of-contents--link:hover, .ilo--table-of-contents--link:focus {
|
|
7582
7407
|
background-color: rgb(235, 245, 253);
|
|
7583
|
-
border-bottom: rgb(30, 45, 190)
|
|
7408
|
+
border-bottom: rgb(30, 45, 190) 0.1071811361rem solid;
|
|
7584
7409
|
background-position: calc(100% - 19px) center;
|
|
7585
7410
|
color: rgb(30, 45, 190);
|
|
7586
7411
|
margin: 0;
|
|
7587
7412
|
outline: none;
|
|
7588
|
-
padding:
|
|
7413
|
+
padding: 0.857449089rem 0.857449089rem 0.857449089rem;
|
|
7589
7414
|
width: 100%;
|
|
7590
7415
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
7591
7416
|
transition-property: background-color, border, color;
|
|
@@ -7594,12 +7419,12 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7594
7419
|
}
|
|
7595
7420
|
.ilo--table-of-contents--link:active {
|
|
7596
7421
|
background-color: rgb(255, 255, 255);
|
|
7597
|
-
border-bottom: rgb(35, 0, 80)
|
|
7598
|
-
border-top: rgb(255, 255, 255)
|
|
7422
|
+
border-bottom: rgb(35, 0, 80) 0.1071811361rem solid;
|
|
7423
|
+
border-top: rgb(255, 255, 255) 0.1071811361rem solid;
|
|
7599
7424
|
color: rgb(35, 0, 80);
|
|
7600
7425
|
margin: -2px 0 0 0;
|
|
7601
7426
|
outline: none;
|
|
7602
|
-
padding:
|
|
7427
|
+
padding: 0.857449089rem 0.857449089rem 0.857449089rem;
|
|
7603
7428
|
width: 100%;
|
|
7604
7429
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
7605
7430
|
z-index: 5;
|
|
@@ -7608,28 +7433,22 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7608
7433
|
border-bottom: none;
|
|
7609
7434
|
}
|
|
7610
7435
|
.ilo--table-of-contents--list--item:last-of-type .ilo--table-of-contents--link:hover {
|
|
7611
|
-
border-bottom: rgb(30, 45, 190)
|
|
7612
|
-
}
|
|
7613
|
-
.right-to-left .ilo--table-of-contents {
|
|
7614
|
-
direction: rtl;
|
|
7436
|
+
border-bottom: rgb(30, 45, 190) 0.1071811361rem solid;
|
|
7615
7437
|
}
|
|
7616
|
-
|
|
7438
|
+
[dir=rtl] .ilo--table-of-contents .ilo--table-of-contents--link {
|
|
7617
7439
|
background-position: 11px center;
|
|
7618
7440
|
}
|
|
7619
|
-
|
|
7441
|
+
[dir=rtl] .ilo--table-of-contents .ilo--table-of-contents--link:hover, [dir=rtl] .ilo--table-of-contents .ilo--table-of-contents--link:focus {
|
|
7620
7442
|
background-position: 19px center;
|
|
7621
7443
|
}
|
|
7622
|
-
|
|
7623
|
-
direction: rtl;
|
|
7624
|
-
}
|
|
7625
|
-
.right-to-left .ilo--table-of-contents--modal .toc--modal--close {
|
|
7444
|
+
[dir=rtl] .ilo--table-of-contents--modal .toc--modal--close {
|
|
7626
7445
|
left: 0;
|
|
7627
7446
|
right: auto;
|
|
7628
7447
|
}
|
|
7629
7448
|
|
|
7630
7449
|
/**
|
|
7631
7450
|
* Do not edit directly
|
|
7632
|
-
* Generated on
|
|
7451
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7633
7452
|
*/
|
|
7634
7453
|
/**
|
|
7635
7454
|
* TOKENS:
|
|
@@ -7653,13 +7472,13 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7653
7472
|
letter-spacing: -0.02em;
|
|
7654
7473
|
line-height: 21.6px;
|
|
7655
7474
|
height: 2.5723472669rem;
|
|
7656
|
-
margin: 0rem
|
|
7475
|
+
margin: 0rem;
|
|
7657
7476
|
max-width: 100%;
|
|
7658
7477
|
min-height: 6.4308681672rem;
|
|
7659
7478
|
min-width: 100%;
|
|
7660
7479
|
outline: none;
|
|
7661
7480
|
position: relative;
|
|
7662
|
-
padding: 0.857449089rem 0.6430868167rem
|
|
7481
|
+
padding: 0.857449089rem 0.6430868167rem;
|
|
7663
7482
|
width: 100%;
|
|
7664
7483
|
}
|
|
7665
7484
|
.ilo--textarea:focus {
|
|
@@ -7668,7 +7487,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7668
7487
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
7669
7488
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7670
7489
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7671
|
-
padding-left:
|
|
7490
|
+
padding-left: 0.6430868167rem;
|
|
7672
7491
|
}
|
|
7673
7492
|
.ilo--textarea:disabled {
|
|
7674
7493
|
opacity: 0.45;
|
|
@@ -7681,13 +7500,10 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7681
7500
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7682
7501
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7683
7502
|
}
|
|
7684
|
-
.right-to-left .ilo--textarea {
|
|
7685
|
-
direction: rtl;
|
|
7686
|
-
}
|
|
7687
7503
|
|
|
7688
7504
|
/**
|
|
7689
7505
|
* Do not edit directly
|
|
7690
|
-
* Generated on
|
|
7506
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7691
7507
|
*/
|
|
7692
7508
|
/**
|
|
7693
7509
|
* TOKENS:
|
|
@@ -7698,12 +7514,9 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7698
7514
|
.ilo--tag-set {
|
|
7699
7515
|
list-style: none;
|
|
7700
7516
|
}
|
|
7701
|
-
.right-to-left .ilo--tag-set {
|
|
7702
|
-
direction: rtl;
|
|
7703
|
-
}
|
|
7704
7517
|
.ilo--tag-set__item {
|
|
7705
7518
|
display: inline-block;
|
|
7706
|
-
margin:
|
|
7519
|
+
margin: 0.2143622722rem;
|
|
7707
7520
|
}
|
|
7708
7521
|
|
|
7709
7522
|
.ilo--tag {
|
|
@@ -7716,7 +7529,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7716
7529
|
display: inline-block;
|
|
7717
7530
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7718
7531
|
font-weight: 500;
|
|
7719
|
-
padding: 0.
|
|
7532
|
+
padding: 0.4287245445rem 0.6430868167rem;
|
|
7720
7533
|
text-decoration: none;
|
|
7721
7534
|
transition-property: color, background-color, border-color;
|
|
7722
7535
|
transition-duration: 150ms;
|
|
@@ -7767,7 +7580,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7767
7580
|
cursor: pointer;
|
|
7768
7581
|
display: none;
|
|
7769
7582
|
opacity: 0;
|
|
7770
|
-
padding-right:
|
|
7583
|
+
padding-right: 1.9292604502rem;
|
|
7771
7584
|
position: relative;
|
|
7772
7585
|
visibility: hidden;
|
|
7773
7586
|
}
|
|
@@ -7865,7 +7678,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7865
7678
|
|
|
7866
7679
|
/**
|
|
7867
7680
|
* Do not edit directly
|
|
7868
|
-
* Generated on
|
|
7681
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7869
7682
|
*/
|
|
7870
7683
|
/**
|
|
7871
7684
|
* TOKENS:
|
|
@@ -7889,9 +7702,9 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7889
7702
|
letter-spacing: -0.02em;
|
|
7890
7703
|
line-height: 21.6px;
|
|
7891
7704
|
height: 2.5723472669rem;
|
|
7892
|
-
margin: 0rem
|
|
7705
|
+
margin: 0rem;
|
|
7893
7706
|
outline: none;
|
|
7894
|
-
padding: 0.857449089rem 0.6430868167rem
|
|
7707
|
+
padding: 0.857449089rem 0.6430868167rem;
|
|
7895
7708
|
width: 100%;
|
|
7896
7709
|
}
|
|
7897
7710
|
.ilo--text-input:focus {
|
|
@@ -7900,7 +7713,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7900
7713
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
7901
7714
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7902
7715
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7903
|
-
padding-left:
|
|
7716
|
+
padding-left: 0.6430868167rem;
|
|
7904
7717
|
outline: none;
|
|
7905
7718
|
}
|
|
7906
7719
|
.ilo--text-input:disabled {
|
|
@@ -7909,14 +7722,6 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7909
7722
|
}
|
|
7910
7723
|
.ilo--text-input:invalid, .ilo--text-input__error {
|
|
7911
7724
|
background-color: rgb(255, 255, 255);
|
|
7912
|
-
}
|
|
7913
|
-
.ilo--text-input:invalid {
|
|
7914
|
-
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7915
|
-
border-left: 0.1607717042rem solid rgb(255, 205, 45);
|
|
7916
|
-
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7917
|
-
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7918
|
-
}
|
|
7919
|
-
.ilo--text-input__error {
|
|
7920
7725
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7921
7726
|
border-left: 0.1607717042rem solid rgb(200, 48, 60);
|
|
7922
7727
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
@@ -7925,7 +7730,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7925
7730
|
|
|
7926
7731
|
/**
|
|
7927
7732
|
* Do not edit directly
|
|
7928
|
-
* Generated on
|
|
7733
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7929
7734
|
*/
|
|
7930
7735
|
/**
|
|
7931
7736
|
* TOKENS:
|
|
@@ -7935,7 +7740,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7935
7740
|
*/
|
|
7936
7741
|
/**
|
|
7937
7742
|
* Do not edit directly
|
|
7938
|
-
* Generated on
|
|
7743
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
7939
7744
|
*/
|
|
7940
7745
|
/**
|
|
7941
7746
|
* TOKENS:
|
|
@@ -8037,7 +7842,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8037
7842
|
|
|
8038
7843
|
/**
|
|
8039
7844
|
* Do not edit directly
|
|
8040
|
-
* Generated on
|
|
7845
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
8041
7846
|
*/
|
|
8042
7847
|
/**
|
|
8043
7848
|
* TOKENS:
|
|
@@ -8056,7 +7861,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8056
7861
|
filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.054));
|
|
8057
7862
|
color: rgb(45, 45, 45);
|
|
8058
7863
|
opacity: 0;
|
|
8059
|
-
padding: 0.4287245445rem 0.6430868167rem;
|
|
7864
|
+
padding: 0.4287245445rem 0.857449089rem 0.6430868167rem;
|
|
8060
7865
|
position: absolute;
|
|
8061
7866
|
visibility: hidden;
|
|
8062
7867
|
width: auto;
|
|
@@ -8096,7 +7901,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8096
7901
|
border-style: solid;
|
|
8097
7902
|
border-width: 0;
|
|
8098
7903
|
height: 0;
|
|
8099
|
-
margin-top: -
|
|
7904
|
+
margin-top: -0.3751339764rem;
|
|
8100
7905
|
position: absolute;
|
|
8101
7906
|
width: 0;
|
|
8102
7907
|
}
|
|
@@ -8106,10 +7911,10 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8106
7911
|
}
|
|
8107
7912
|
.ilo--tooltip--alignment-top .ilo--tooltip--arrow {
|
|
8108
7913
|
border-top-color: rgb(255, 255, 255);
|
|
8109
|
-
border-width:
|
|
8110
|
-
bottom: -
|
|
7914
|
+
border-width: 0.6430868167rem 0.3751339764rem 0 0.3751339764rem;
|
|
7915
|
+
bottom: -0.6430868167rem;
|
|
8111
7916
|
left: 50%;
|
|
8112
|
-
margin-left: -
|
|
7917
|
+
margin-left: -0.3751339764rem;
|
|
8113
7918
|
top: auto;
|
|
8114
7919
|
}
|
|
8115
7920
|
.ilo--tooltip--alignment-top .ilo--tooltip--arrow--placement-negative {
|
|
@@ -8124,13 +7929,13 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8124
7929
|
}
|
|
8125
7930
|
.ilo--tooltip--alignment-right {
|
|
8126
7931
|
left: calc(100% + 32px);
|
|
8127
|
-
top: calc(50% -
|
|
7932
|
+
top: calc(50% - 0.3751339764rem);
|
|
8128
7933
|
}
|
|
8129
7934
|
.ilo--tooltip--alignment-right .ilo--tooltip--arrow {
|
|
8130
7935
|
border-right-color: rgb(255, 255, 255);
|
|
8131
|
-
border-width:
|
|
7936
|
+
border-width: 0.3751339764rem 0.6430868167rem 0.3751339764rem 0;
|
|
8132
7937
|
left: 0;
|
|
8133
|
-
margin-left: -
|
|
7938
|
+
margin-left: -0.6430868167rem;
|
|
8134
7939
|
top: 50%;
|
|
8135
7940
|
}
|
|
8136
7941
|
.ilo--tooltip--alignment-right .ilo--tooltip--arrow--placement-negative {
|
|
@@ -8146,14 +7951,14 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8146
7951
|
}
|
|
8147
7952
|
.ilo--tooltip--alignment-left {
|
|
8148
7953
|
right: calc(100% + 32px);
|
|
8149
|
-
top: calc(50% -
|
|
7954
|
+
top: calc(50% - 0.3751339764rem);
|
|
8150
7955
|
}
|
|
8151
7956
|
.ilo--tooltip--alignment-left .ilo--tooltip--arrow {
|
|
8152
7957
|
border-left-color: rgb(255, 255, 255);
|
|
8153
|
-
border-width:
|
|
7958
|
+
border-width: 0.3751339764rem 0 0.3751339764rem 0.6430868167rem;
|
|
8154
7959
|
left: auto;
|
|
8155
|
-
margin-top: -
|
|
8156
|
-
right: -
|
|
7960
|
+
margin-top: -0.3751339764rem;
|
|
7961
|
+
right: -0.6430868167rem;
|
|
8157
7962
|
top: 50%;
|
|
8158
7963
|
}
|
|
8159
7964
|
.ilo--tooltip--alignment-left .ilo--tooltip--arrow--placement-negative {
|
|
@@ -8169,13 +7974,13 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8169
7974
|
}
|
|
8170
7975
|
.ilo--tooltip--alignment-bottom {
|
|
8171
7976
|
left: 0;
|
|
8172
|
-
top: calc(100% +
|
|
7977
|
+
top: calc(100% + 0.6430868167rem);
|
|
8173
7978
|
}
|
|
8174
7979
|
.ilo--tooltip--alignment-bottom .ilo--tooltip--arrow {
|
|
8175
|
-
border-width: 0
|
|
7980
|
+
border-width: 0 0.3751339764rem 0.6430868167rem 0.3751339764rem;
|
|
8176
7981
|
left: 50%;
|
|
8177
|
-
margin-left: -
|
|
8178
|
-
margin-top: -
|
|
7982
|
+
margin-left: -0.3751339764rem;
|
|
7983
|
+
margin-top: -0.6430868167rem;
|
|
8179
7984
|
top: 0;
|
|
8180
7985
|
border-bottom-color: rgb(255, 255, 255);
|
|
8181
7986
|
}
|
|
@@ -8212,7 +8017,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8212
8017
|
|
|
8213
8018
|
/**
|
|
8214
8019
|
* Do not edit directly
|
|
8215
|
-
* Generated on
|
|
8020
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
8216
8021
|
*/
|
|
8217
8022
|
/**
|
|
8218
8023
|
* TOKENS:
|
|
@@ -8233,7 +8038,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8233
8038
|
line-height: 0;
|
|
8234
8039
|
}
|
|
8235
8040
|
.ilo--video--caption {
|
|
8236
|
-
border-left:
|
|
8041
|
+
border-left: 0.1607717042rem solid rgb(184, 196, 204);
|
|
8237
8042
|
color: rgb(109, 109, 109);
|
|
8238
8043
|
font-weight: 400;
|
|
8239
8044
|
margin-top: 0.857449089rem;
|
|
@@ -8327,9 +8132,13 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8327
8132
|
.ilo--video .vjs-control-bar.notplayed {
|
|
8328
8133
|
flex-direction: column;
|
|
8329
8134
|
height: 122px;
|
|
8330
|
-
width:
|
|
8135
|
+
width: 0.2143622722rem;
|
|
8331
8136
|
}
|
|
8332
8137
|
}
|
|
8138
|
+
[dir=rtl] .ilo--video--controls,
|
|
8139
|
+
[dir=rtl] .ilo--video .vjs-control-bar {
|
|
8140
|
+
justify-content: flex-end;
|
|
8141
|
+
}
|
|
8333
8142
|
.ilo--video--controls button span,
|
|
8334
8143
|
.ilo--video .vjs-control-bar button span {
|
|
8335
8144
|
width: 1px;
|
|
@@ -8353,7 +8162,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8353
8162
|
cursor: pointer;
|
|
8354
8163
|
height: 100%;
|
|
8355
8164
|
order: 1;
|
|
8356
|
-
width:
|
|
8165
|
+
width: 2.1436227224rem;
|
|
8357
8166
|
-webkit-appearance: none;
|
|
8358
8167
|
-moz-appearance: none;
|
|
8359
8168
|
}
|
|
@@ -8383,7 +8192,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8383
8192
|
.ilo--video .vjs-control-bar .vjs-big-play-button {
|
|
8384
8193
|
background-position: center center;
|
|
8385
8194
|
background-repeat: no-repeat;
|
|
8386
|
-
background-size:
|
|
8195
|
+
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8387
8196
|
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");
|
|
8388
8197
|
}
|
|
8389
8198
|
.ilo--video--controls--play.ilo--video--controls--play--hovered, .ilo--video--controls--play:hover, .ilo--video--controls--play:focus,
|
|
@@ -8405,7 +8214,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8405
8214
|
background-color: rgb(235, 245, 253);
|
|
8406
8215
|
background-position: center center;
|
|
8407
8216
|
background-repeat: no-repeat;
|
|
8408
|
-
background-size:
|
|
8217
|
+
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8409
8218
|
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");
|
|
8410
8219
|
}
|
|
8411
8220
|
.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,
|
|
@@ -8442,32 +8251,47 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8442
8251
|
background-color: rgb(235, 245, 253);
|
|
8443
8252
|
color: rgb(30, 45, 190);
|
|
8444
8253
|
}
|
|
8445
|
-
.ilo--video--controls--play.vjs-paused,
|
|
8254
|
+
.ilo--video--controls--play.vjs-paused, .ilo--video--controls--play.vjs-ended,
|
|
8446
8255
|
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
8256
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended,
|
|
8447
8257
|
.ilo--video--controls .vjs-big-play-button.vjs-paused,
|
|
8258
|
+
.ilo--video--controls .vjs-big-play-button.vjs-ended,
|
|
8448
8259
|
.ilo--video .vjs-control-bar--play.vjs-paused,
|
|
8260
|
+
.ilo--video .vjs-control-bar--play.vjs-ended,
|
|
8449
8261
|
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
8450
|
-
.ilo--video .vjs-control-bar .vjs-
|
|
8262
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended,
|
|
8263
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused,
|
|
8264
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended {
|
|
8451
8265
|
background-position: center center;
|
|
8452
8266
|
background-repeat: no-repeat;
|
|
8453
|
-
background-size:
|
|
8267
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8454
8268
|
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");
|
|
8455
8269
|
}
|
|
8456
|
-
.ilo--video--controls--play.vjs-paused:hover, .ilo--video--controls--play.vjs-paused:focus,
|
|
8270
|
+
.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,
|
|
8457
8271
|
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
8458
8272
|
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
|
|
8273
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
|
|
8274
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
|
|
8459
8275
|
.ilo--video--controls .vjs-big-play-button.vjs-paused:hover,
|
|
8460
8276
|
.ilo--video--controls .vjs-big-play-button.vjs-paused:focus,
|
|
8277
|
+
.ilo--video--controls .vjs-big-play-button.vjs-ended:hover,
|
|
8278
|
+
.ilo--video--controls .vjs-big-play-button.vjs-ended:focus,
|
|
8461
8279
|
.ilo--video .vjs-control-bar--play.vjs-paused:hover,
|
|
8462
8280
|
.ilo--video .vjs-control-bar--play.vjs-paused:focus,
|
|
8281
|
+
.ilo--video .vjs-control-bar--play.vjs-ended:hover,
|
|
8282
|
+
.ilo--video .vjs-control-bar--play.vjs-ended:focus,
|
|
8463
8283
|
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
8464
8284
|
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
|
|
8285
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
|
|
8286
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
|
|
8465
8287
|
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:hover,
|
|
8466
|
-
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:focus
|
|
8288
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:focus,
|
|
8289
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended:hover,
|
|
8290
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-ended:focus {
|
|
8467
8291
|
background-color: rgb(235, 245, 253);
|
|
8468
8292
|
background-position: center center;
|
|
8469
8293
|
background-repeat: no-repeat;
|
|
8470
|
-
background-size:
|
|
8294
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8471
8295
|
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");
|
|
8472
8296
|
}
|
|
8473
8297
|
.ilo--video--controls:not(.notplayed) .ilo--video--controls--play,
|
|
@@ -8480,7 +8304,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8480
8304
|
.ilo--video .vjs-control-bar .vjs-playing {
|
|
8481
8305
|
background-position: center center;
|
|
8482
8306
|
background-repeat: no-repeat;
|
|
8483
|
-
background-size:
|
|
8307
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8484
8308
|
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");
|
|
8485
8309
|
}
|
|
8486
8310
|
.ilo--video--controls--pause:hover, .ilo--video--controls--pause:focus,
|
|
@@ -8493,7 +8317,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8493
8317
|
background-color: rgb(235, 245, 253);
|
|
8494
8318
|
background-position: center center;
|
|
8495
8319
|
background-repeat: no-repeat;
|
|
8496
|
-
background-size:
|
|
8320
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8497
8321
|
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");
|
|
8498
8322
|
}
|
|
8499
8323
|
.ilo--video--controls--duration,
|
|
@@ -8505,9 +8329,9 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8505
8329
|
display: none;
|
|
8506
8330
|
height: 100%;
|
|
8507
8331
|
font-weight: 700;
|
|
8508
|
-
margin-left:
|
|
8332
|
+
margin-left: 0.1071811361rem;
|
|
8509
8333
|
order: 2;
|
|
8510
|
-
padding-top:
|
|
8334
|
+
padding-top: 0.4823151125rem;
|
|
8511
8335
|
text-align: center;
|
|
8512
8336
|
width: 4.2872454448rem;
|
|
8513
8337
|
font-size: 14.93px;
|
|
@@ -8540,7 +8364,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8540
8364
|
background-color: rgb(235, 245, 253);
|
|
8541
8365
|
background-position: center center;
|
|
8542
8366
|
background-repeat: no-repeat;
|
|
8543
|
-
background-size:
|
|
8367
|
+
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8544
8368
|
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");
|
|
8545
8369
|
}
|
|
8546
8370
|
.ilo--video--controls--duration.show,
|
|
@@ -8883,7 +8707,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8883
8707
|
-moz-appearance: none;
|
|
8884
8708
|
background-position: center center;
|
|
8885
8709
|
background-repeat: no-repeat;
|
|
8886
|
-
background-size:
|
|
8710
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8887
8711
|
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");
|
|
8888
8712
|
}
|
|
8889
8713
|
.ilo--video--controls--showvolume:hover, .ilo--video--controls--showvolume:focus,
|
|
@@ -8896,7 +8720,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8896
8720
|
background-color: rgb(235, 245, 253);
|
|
8897
8721
|
background-position: center center;
|
|
8898
8722
|
background-repeat: no-repeat;
|
|
8899
|
-
background-size:
|
|
8723
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8900
8724
|
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");
|
|
8901
8725
|
}
|
|
8902
8726
|
.ilo--video--controls--showvolume.muted, .ilo--video--controls--showvolume[title=Unmute],
|
|
@@ -8908,7 +8732,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8908
8732
|
.ilo--video .vjs-control-bar .vjs-mute-control[title=Unmute] {
|
|
8909
8733
|
background-position: center center;
|
|
8910
8734
|
background-repeat: no-repeat;
|
|
8911
|
-
background-size:
|
|
8735
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8912
8736
|
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");
|
|
8913
8737
|
}
|
|
8914
8738
|
.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,
|
|
@@ -8927,7 +8751,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8927
8751
|
background-color: #ebf5fd;
|
|
8928
8752
|
background-position: center center;
|
|
8929
8753
|
background-repeat: no-repeat;
|
|
8930
|
-
background-size:
|
|
8754
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8931
8755
|
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");
|
|
8932
8756
|
}
|
|
8933
8757
|
.ilo--video--controls--setvolume,
|
|
@@ -9050,7 +8874,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9050
8874
|
-moz-appearance: none;
|
|
9051
8875
|
background-position: center center;
|
|
9052
8876
|
background-repeat: no-repeat;
|
|
9053
|
-
background-size:
|
|
8877
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
9054
8878
|
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");
|
|
9055
8879
|
}
|
|
9056
8880
|
.ilo--video--controls--fullscreen:hover, .ilo--video--controls--fullscreen:focus,
|
|
@@ -9063,7 +8887,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9063
8887
|
background-color: #ebf5fd;
|
|
9064
8888
|
background-position: center center;
|
|
9065
8889
|
background-repeat: no-repeat;
|
|
9066
|
-
background-size:
|
|
8890
|
+
background-size: 1.2861736334rem 1.2861736334rem;
|
|
9067
8891
|
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");
|
|
9068
8892
|
}
|
|
9069
8893
|
.ilo--video--controls--fullscreen.show,
|
|
@@ -9091,6 +8915,10 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9091
8915
|
left: 0;
|
|
9092
8916
|
width: 80px;
|
|
9093
8917
|
}
|
|
8918
|
+
[dir=rtl] .ilo--video--element:not(.vjs-has-started) .vjs-control-bar {
|
|
8919
|
+
left: auto;
|
|
8920
|
+
right: 0;
|
|
8921
|
+
}
|
|
9094
8922
|
}
|
|
9095
8923
|
.ilo--video--element:not(.vjs-has-started) .vjs-duration {
|
|
9096
8924
|
display: block;
|
|
@@ -9142,21 +8970,20 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9142
8970
|
position: relative;
|
|
9143
8971
|
}
|
|
9144
8972
|
|
|
9145
|
-
|
|
8973
|
+
[dir=rtl] .ilo--video--caption {
|
|
9146
8974
|
border-left: none;
|
|
9147
8975
|
border-right: 3px solid #b8c4cc;
|
|
9148
|
-
direction: rtl;
|
|
9149
8976
|
padding-left: 0;
|
|
9150
8977
|
padding-right: 0.4287245445rem;
|
|
9151
8978
|
}
|
|
9152
|
-
|
|
8979
|
+
[dir=rtl] .ilo--credit {
|
|
9153
8980
|
left: auto;
|
|
9154
8981
|
right: 0;
|
|
9155
8982
|
}
|
|
9156
8983
|
|
|
9157
8984
|
/**
|
|
9158
8985
|
* Do not edit directly
|
|
9159
|
-
* Generated on
|
|
8986
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
9160
8987
|
*/
|
|
9161
8988
|
/**
|
|
9162
8989
|
* TOKENS:
|
|
@@ -9166,7 +8993,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9166
8993
|
*/
|
|
9167
8994
|
/**
|
|
9168
8995
|
* Do not edit directly
|
|
9169
|
-
* Generated on
|
|
8996
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
9170
8997
|
*/
|
|
9171
8998
|
/**
|
|
9172
8999
|
* TOKENS:
|
|
@@ -9191,7 +9018,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9191
9018
|
}
|
|
9192
9019
|
/**
|
|
9193
9020
|
* Do not edit directly
|
|
9194
|
-
* Generated on
|
|
9021
|
+
* Generated on Tue, 05 Dec 2023 09:46:34 GMT
|
|
9195
9022
|
*/
|
|
9196
9023
|
/**
|
|
9197
9024
|
* TOKENS:
|
|
@@ -9204,21 +9031,12 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9204
9031
|
flex-flow: column nowrap;
|
|
9205
9032
|
align-items: flex-start;
|
|
9206
9033
|
}
|
|
9034
|
+
.ilo--social-media [dir=rtl] {
|
|
9035
|
+
align-items: flex-end;
|
|
9036
|
+
}
|
|
9207
9037
|
.ilo--social-media__justify__center {
|
|
9208
9038
|
align-items: center;
|
|
9209
9039
|
}
|
|
9210
|
-
.right-to-left .ilo--social-media {
|
|
9211
|
-
direction: rtl;
|
|
9212
|
-
}
|
|
9213
|
-
.right-to-left .ilo--social-media .social--links {
|
|
9214
|
-
flex-direction: row-reverse;
|
|
9215
|
-
}
|
|
9216
|
-
.right-to-left .ilo--social-media .ilo--social-media--list--item--icon {
|
|
9217
|
-
text-indent: 999px;
|
|
9218
|
-
}
|
|
9219
|
-
.right-to-left .ilo--social-media * {
|
|
9220
|
-
text-align: right;
|
|
9221
|
-
}
|
|
9222
9040
|
.ilo--social-media--headline {
|
|
9223
9041
|
color: rgb(35, 0, 80);
|
|
9224
9042
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
@@ -9234,7 +9052,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9234
9052
|
.ilo--social-media--list {
|
|
9235
9053
|
display: inline-flex;
|
|
9236
9054
|
flex-flow: row wrap;
|
|
9237
|
-
gap:
|
|
9055
|
+
gap: 0.857449089rem;
|
|
9238
9056
|
}
|
|
9239
9057
|
.ilo--social-media--list--item {
|
|
9240
9058
|
display: inline-block;
|