@ilo-org/styles 0.3.1 → 0.3.3
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/README.md +6 -0
- package/build/css/components/index.css +85 -76
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +170 -0
- package/build/css/global.css.map +1 -0
- package/build/css/index.css +85 -76
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +101 -92
- 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/callout.css +1 -1
- package/css/components/credit.css +1 -1
- package/css/components/footer.css +1 -1
- package/css/components/hero.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/notification.css +1 -1
- package/css/components/tabs.css +1 -1
- package/css/components/tooltip.css +1 -1
- package/css/components/video.css +1 -1
- package/css/global.css +2 -0
- package/css/global.css.map +1 -0
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +4 -4
- package/scss/_typographymonorepo.scss +1 -1
- package/scss/components/_hero.scss +3 -3
- package/scss/components/_navigation.scss +11 -1
- package/scss/global.scss +8 -0
package/build/css/monorepo.css
CHANGED
|
@@ -151,7 +151,7 @@ select {
|
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Do not edit directly
|
|
154
|
-
* Generated on
|
|
154
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
155
155
|
*/
|
|
156
156
|
/**
|
|
157
157
|
* TOKENS:
|
|
@@ -165,14 +165,14 @@ select {
|
|
|
165
165
|
/* --- Overpass Medium --- */
|
|
166
166
|
@font-face {
|
|
167
167
|
font-family: "Overpass";
|
|
168
|
-
src: url("
|
|
168
|
+
src: url("../assets/Overpass-Medium.ttf") format("truetype");
|
|
169
169
|
font-weight: 500;
|
|
170
170
|
font-style: normal;
|
|
171
171
|
font-display: swap;
|
|
172
172
|
}
|
|
173
173
|
@font-face {
|
|
174
174
|
font-family: "Overpass";
|
|
175
|
-
src: url("
|
|
175
|
+
src: url("../assets/Overpass-Medium.ttf") format("truetype");
|
|
176
176
|
font-weight: 500;
|
|
177
177
|
font-style: italic;
|
|
178
178
|
font-display: swap;
|
|
@@ -180,8 +180,8 @@ select {
|
|
|
180
180
|
/* --- Overpass Light --- */
|
|
181
181
|
@font-face {
|
|
182
182
|
font-family: "Overpass";
|
|
183
|
-
src: url("
|
|
184
|
-
src: url("
|
|
183
|
+
src: url("../assets/Overpass-Light.eot");
|
|
184
|
+
src: url("../assets/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../assets/Overpass-Light.woff2") format("woff2"), url("../assets/Overpass-Light.woff") format("woff"), url("../assets/Overpass-Light.ttf") format("truetype");
|
|
185
185
|
font-weight: 300;
|
|
186
186
|
font-style: normal;
|
|
187
187
|
font-display: swap;
|
|
@@ -189,16 +189,16 @@ select {
|
|
|
189
189
|
/* --- Overpass Bold --- */
|
|
190
190
|
@font-face {
|
|
191
191
|
font-family: "Overpass";
|
|
192
|
-
src: url("
|
|
193
|
-
src: url("
|
|
192
|
+
src: url("../assets/Overpass-Bold.eot");
|
|
193
|
+
src: url("../assets/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/Overpass-Bold.woff2") format("woff2"), url("../assets/Overpass-Bold.woff") format("woff"), url("../assets/Overpass-Bold.ttf") format("truetype");
|
|
194
194
|
font-weight: 700;
|
|
195
195
|
font-style: normal;
|
|
196
196
|
font-display: swap;
|
|
197
197
|
}
|
|
198
198
|
@font-face {
|
|
199
199
|
font-family: "Overpass";
|
|
200
|
-
src: url("
|
|
201
|
-
src: url("
|
|
200
|
+
src: url("../assets/Overpass-BoldItalic.eot");
|
|
201
|
+
src: url("../assets/Overpass-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/Overpass-BoldItalic.woff2") format("woff2"), url("../assets/Overpass-BoldItalic.woff") format("woff"), url("../assets/Overpass-BoldItalic.ttf") format("truetype");
|
|
202
202
|
font-weight: 700;
|
|
203
203
|
font-style: italic;
|
|
204
204
|
font-display: swap;
|
|
@@ -209,16 +209,16 @@ select {
|
|
|
209
209
|
/* --- Noto Sans Normal --- */
|
|
210
210
|
@font-face {
|
|
211
211
|
font-family: "Noto Sans";
|
|
212
|
-
src: url("
|
|
213
|
-
src: url("
|
|
212
|
+
src: url("../assets/NotoSans.eot");
|
|
213
|
+
src: url("../assets/NotoSans.eot?#iefix") format("embedded-opentype"), url("../assets/NotoSans.woff2") format("woff2"), url("../assets/NotoSans.woff") format("woff"), url("../assets/NotoSans.ttf") format("truetype");
|
|
214
214
|
font-weight: normal;
|
|
215
215
|
font-style: normal;
|
|
216
216
|
font-display: swap;
|
|
217
217
|
}
|
|
218
218
|
@font-face {
|
|
219
219
|
font-family: "Noto Sans";
|
|
220
|
-
src: url("
|
|
221
|
-
src: url("
|
|
220
|
+
src: url("../assets/NotoSans-Italic.eot");
|
|
221
|
+
src: url("../assets/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/NotoSans-Italic.woff2") format("woff2"), url("../assets/NotoSans-Italic.woff") format("woff"), url("../assets/NotoSans-Italic.ttf") format("truetype");
|
|
222
222
|
font-weight: normal;
|
|
223
223
|
font-style: italic;
|
|
224
224
|
font-display: swap;
|
|
@@ -226,16 +226,16 @@ select {
|
|
|
226
226
|
/* --- Noto Sans 700 --- */
|
|
227
227
|
@font-face {
|
|
228
228
|
font-family: "Noto Sans";
|
|
229
|
-
src: url("
|
|
230
|
-
src: url("
|
|
229
|
+
src: url("../assets/NotoSans-Bold.eot");
|
|
230
|
+
src: url("../assets/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/NotoSans-Bold.woff2") format("woff2"), url("../assets/NotoSans-Bold.woff") format("woff"), url("../assets/NotoSans-Bold.ttf") format("truetype");
|
|
231
231
|
font-weight: 700;
|
|
232
232
|
font-style: normal;
|
|
233
233
|
font-display: swap;
|
|
234
234
|
}
|
|
235
235
|
@font-face {
|
|
236
236
|
font-family: "Noto Sans";
|
|
237
|
-
src: url("
|
|
238
|
-
src: url("
|
|
237
|
+
src: url("../assets/NotoSans-BoldItalic.eot");
|
|
238
|
+
src: url("../assets/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/NotoSans-BoldItalic.woff2") format("woff2"), url("../assets/NotoSans-BoldItalic.woff") format("woff"), url("../assets/NotoSans-BoldItalic.ttf") format("truetype");
|
|
239
239
|
font-weight: 700;
|
|
240
240
|
font-style: italic;
|
|
241
241
|
font-display: swap;
|
|
@@ -250,7 +250,7 @@ body {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Do not edit directly
|
|
253
|
-
* Generated on
|
|
253
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
254
254
|
*/
|
|
255
255
|
/**
|
|
256
256
|
* TOKENS:
|
|
@@ -363,7 +363,7 @@ body {
|
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
365
|
* Do not edit directly
|
|
366
|
-
* Generated on
|
|
366
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
367
367
|
*/
|
|
368
368
|
/**
|
|
369
369
|
* TOKENS:
|
|
@@ -388,7 +388,7 @@ body {
|
|
|
388
388
|
}
|
|
389
389
|
/**
|
|
390
390
|
* Do not edit directly
|
|
391
|
-
* Generated on
|
|
391
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
392
392
|
*/
|
|
393
393
|
/**
|
|
394
394
|
* TOKENS:
|
|
@@ -642,7 +642,7 @@ body {
|
|
|
642
642
|
|
|
643
643
|
/**
|
|
644
644
|
* Do not edit directly
|
|
645
|
-
* Generated on
|
|
645
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
646
646
|
*/
|
|
647
647
|
/**
|
|
648
648
|
* TOKENS:
|
|
@@ -652,7 +652,7 @@ body {
|
|
|
652
652
|
*/
|
|
653
653
|
/**
|
|
654
654
|
* Do not edit directly
|
|
655
|
-
* Generated on
|
|
655
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
656
656
|
*/
|
|
657
657
|
/**
|
|
658
658
|
* TOKENS:
|
|
@@ -677,7 +677,7 @@ body {
|
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* Do not edit directly
|
|
680
|
-
* Generated on
|
|
680
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
681
681
|
*/
|
|
682
682
|
/**
|
|
683
683
|
* TOKENS:
|
|
@@ -967,7 +967,7 @@ body {
|
|
|
967
967
|
|
|
968
968
|
/**
|
|
969
969
|
* Do not edit directly
|
|
970
|
-
* Generated on
|
|
970
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
971
971
|
*/
|
|
972
972
|
/**
|
|
973
973
|
* TOKENS:
|
|
@@ -1060,7 +1060,7 @@ body {
|
|
|
1060
1060
|
}
|
|
1061
1061
|
.ilo--callout .icon--info {
|
|
1062
1062
|
background-color: rgb(30, 45, 190);
|
|
1063
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
1063
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='rgb(255, 255, 255)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(255, 255, 255)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
1064
1064
|
}
|
|
1065
1065
|
.ilo--callout .icon--success {
|
|
1066
1066
|
background-color: rgb(140, 225, 100);
|
|
@@ -1097,7 +1097,7 @@ body {
|
|
|
1097
1097
|
|
|
1098
1098
|
/**
|
|
1099
1099
|
* Do not edit directly
|
|
1100
|
-
* Generated on
|
|
1100
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
1101
1101
|
*/
|
|
1102
1102
|
/**
|
|
1103
1103
|
* TOKENS:
|
|
@@ -2506,7 +2506,7 @@ body {
|
|
|
2506
2506
|
|
|
2507
2507
|
/**
|
|
2508
2508
|
* Do not edit directly
|
|
2509
|
-
* Generated on
|
|
2509
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2510
2510
|
*/
|
|
2511
2511
|
/**
|
|
2512
2512
|
* TOKENS:
|
|
@@ -2551,7 +2551,7 @@ body {
|
|
|
2551
2551
|
|
|
2552
2552
|
/**
|
|
2553
2553
|
* Do not edit directly
|
|
2554
|
-
* Generated on
|
|
2554
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2555
2555
|
*/
|
|
2556
2556
|
/**
|
|
2557
2557
|
* TOKENS:
|
|
@@ -2656,7 +2656,7 @@ body {
|
|
|
2656
2656
|
|
|
2657
2657
|
/**
|
|
2658
2658
|
* Do not edit directly
|
|
2659
|
-
* Generated on
|
|
2659
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2660
2660
|
*/
|
|
2661
2661
|
/**
|
|
2662
2662
|
* TOKENS:
|
|
@@ -2737,7 +2737,7 @@ body {
|
|
|
2737
2737
|
|
|
2738
2738
|
/**
|
|
2739
2739
|
* Do not edit directly
|
|
2740
|
-
* Generated on
|
|
2740
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2741
2741
|
*/
|
|
2742
2742
|
/**
|
|
2743
2743
|
* TOKENS:
|
|
@@ -2747,7 +2747,7 @@ body {
|
|
|
2747
2747
|
*/
|
|
2748
2748
|
/**
|
|
2749
2749
|
* Do not edit directly
|
|
2750
|
-
* Generated on
|
|
2750
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2751
2751
|
*/
|
|
2752
2752
|
/**
|
|
2753
2753
|
* TOKENS:
|
|
@@ -2757,7 +2757,7 @@ body {
|
|
|
2757
2757
|
*/
|
|
2758
2758
|
/**
|
|
2759
2759
|
* Do not edit directly
|
|
2760
|
-
* Generated on
|
|
2760
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2761
2761
|
*/
|
|
2762
2762
|
/**
|
|
2763
2763
|
* TOKENS:
|
|
@@ -2767,7 +2767,7 @@ body {
|
|
|
2767
2767
|
*/
|
|
2768
2768
|
/**
|
|
2769
2769
|
* Do not edit directly
|
|
2770
|
-
* Generated on
|
|
2770
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2771
2771
|
*/
|
|
2772
2772
|
/**
|
|
2773
2773
|
* TOKENS:
|
|
@@ -2847,7 +2847,7 @@ body {
|
|
|
2847
2847
|
background-position: calc(100% - 4px) center;
|
|
2848
2848
|
background-repeat: no-repeat;
|
|
2849
2849
|
background-size: 0.6430868167rem 0.6430868167rem;
|
|
2850
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
2850
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='rgb(255, 255, 255)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(255, 255, 255)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
2851
2851
|
content: "";
|
|
2852
2852
|
height: 1.2861736334rem;
|
|
2853
2853
|
position: absolute;
|
|
@@ -2893,7 +2893,7 @@ body {
|
|
|
2893
2893
|
|
|
2894
2894
|
/**
|
|
2895
2895
|
* Do not edit directly
|
|
2896
|
-
* Generated on
|
|
2896
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2897
2897
|
*/
|
|
2898
2898
|
/**
|
|
2899
2899
|
* TOKENS:
|
|
@@ -2921,7 +2921,7 @@ body {
|
|
|
2921
2921
|
|
|
2922
2922
|
/**
|
|
2923
2923
|
* Do not edit directly
|
|
2924
|
-
* Generated on
|
|
2924
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
2925
2925
|
*/
|
|
2926
2926
|
/**
|
|
2927
2927
|
* TOKENS:
|
|
@@ -3009,7 +3009,7 @@ body {
|
|
|
3009
3009
|
|
|
3010
3010
|
/**
|
|
3011
3011
|
* Do not edit directly
|
|
3012
|
-
* Generated on
|
|
3012
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3013
3013
|
*/
|
|
3014
3014
|
/**
|
|
3015
3015
|
* TOKENS:
|
|
@@ -3019,7 +3019,7 @@ body {
|
|
|
3019
3019
|
*/
|
|
3020
3020
|
/**
|
|
3021
3021
|
* Do not edit directly
|
|
3022
|
-
* Generated on
|
|
3022
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3023
3023
|
*/
|
|
3024
3024
|
/**
|
|
3025
3025
|
* TOKENS:
|
|
@@ -3029,7 +3029,7 @@ body {
|
|
|
3029
3029
|
*/
|
|
3030
3030
|
/**
|
|
3031
3031
|
* Do not edit directly
|
|
3032
|
-
* Generated on
|
|
3032
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3033
3033
|
*/
|
|
3034
3034
|
/**
|
|
3035
3035
|
* TOKENS:
|
|
@@ -3082,7 +3082,7 @@ body {
|
|
|
3082
3082
|
|
|
3083
3083
|
/**
|
|
3084
3084
|
* Do not edit directly
|
|
3085
|
-
* Generated on
|
|
3085
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3086
3086
|
*/
|
|
3087
3087
|
/**
|
|
3088
3088
|
* TOKENS:
|
|
@@ -3157,7 +3157,7 @@ body {
|
|
|
3157
3157
|
|
|
3158
3158
|
/**
|
|
3159
3159
|
* Do not edit directly
|
|
3160
|
-
* Generated on
|
|
3160
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3161
3161
|
*/
|
|
3162
3162
|
/**
|
|
3163
3163
|
* TOKENS:
|
|
@@ -3263,7 +3263,7 @@ body {
|
|
|
3263
3263
|
|
|
3264
3264
|
/**
|
|
3265
3265
|
* Do not edit directly
|
|
3266
|
-
* Generated on
|
|
3266
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3267
3267
|
*/
|
|
3268
3268
|
/**
|
|
3269
3269
|
* TOKENS:
|
|
@@ -3286,7 +3286,7 @@ body {
|
|
|
3286
3286
|
|
|
3287
3287
|
/**
|
|
3288
3288
|
* Do not edit directly
|
|
3289
|
-
* Generated on
|
|
3289
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3290
3290
|
*/
|
|
3291
3291
|
/**
|
|
3292
3292
|
* TOKENS:
|
|
@@ -3300,7 +3300,7 @@ body {
|
|
|
3300
3300
|
|
|
3301
3301
|
/**
|
|
3302
3302
|
* Do not edit directly
|
|
3303
|
-
* Generated on
|
|
3303
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3304
3304
|
*/
|
|
3305
3305
|
/**
|
|
3306
3306
|
* TOKENS:
|
|
@@ -3310,7 +3310,7 @@ body {
|
|
|
3310
3310
|
*/
|
|
3311
3311
|
/**
|
|
3312
3312
|
* Do not edit directly
|
|
3313
|
-
* Generated on
|
|
3313
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3314
3314
|
*/
|
|
3315
3315
|
/**
|
|
3316
3316
|
* TOKENS:
|
|
@@ -3335,7 +3335,7 @@ body {
|
|
|
3335
3335
|
}
|
|
3336
3336
|
/**
|
|
3337
3337
|
* Do not edit directly
|
|
3338
|
-
* Generated on
|
|
3338
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3339
3339
|
*/
|
|
3340
3340
|
/**
|
|
3341
3341
|
* TOKENS:
|
|
@@ -3444,7 +3444,7 @@ body {
|
|
|
3444
3444
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(237, 240, 242)' d='M15.9999 8.02727C15.9989 6.4988 15.56 5.00262 14.7352 3.71579C13.9104 2.42896 12.7343 1.40534 11.3459 0.766059C9.95758 0.126781 8.41516 -0.101394 6.90119 0.108536C5.38721 0.318466 3.96507 0.957714 2.80304 1.95063C1.64102 2.94355 0.787752 4.24858 0.344223 5.71127C-0.0993054 7.17397 -0.114533 8.73312 0.300343 10.2042C0.715219 11.6753 1.54283 12.9967 2.68524 14.0121C3.82766 15.0276 5.23704 15.6945 6.74663 15.9339V10.3406H4.74664V8.02727H6.74663V6.26727C6.74663 4.26727 7.94662 3.15393 9.77328 3.15393C10.3719 3.16359 10.9691 3.21707 11.5599 3.31393V5.31393H10.5533C10.4026 5.29332 10.2494 5.30269 10.1024 5.34152C9.95536 5.38035 9.81748 5.44787 9.69666 5.54019C9.57584 5.63251 9.47446 5.74781 9.39837 5.87945C9.32228 6.0111 9.27297 6.15649 9.25328 6.30727C9.24653 6.39158 9.24653 6.47629 9.25328 6.5606V8.0606H11.4666L11.1133 10.3739H9.24661V15.9673C11.1354 15.6693 12.855 14.7047 14.0939 13.2481C15.3327 11.7915 16.0089 9.93941 15.9999 8.02727Z'/%3e%3c/svg%3e");
|
|
3445
3445
|
}
|
|
3446
3446
|
.ilo--footer .social--links--link.instagram {
|
|
3447
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
3447
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' %3e%3cpath fill='rgb(237, 240, 242)' d='M8.998 1.441c2.136 0 2.389.009 3.233.047.507.006 1.01.1 1.485.276.348.128.662.334.92.6.267.258.472.572.6.92.177.475.27.978.276 1.485.038.844.047 1.1.047 3.233s-.009 2.389-.047 3.233c-.006.507-.1 1.01-.276 1.485a2.644 2.644 0 0 1-1.518 1.518 4.42 4.42 0 0 1-1.485.276c-.844.038-1.1.047-3.233.047s-2.389-.009-3.233-.047a4.42 4.42 0 0 1-1.485-.276 2.472 2.472 0 0 1-.92-.6 2.472 2.472 0 0 1-.6-.92 4.419 4.419 0 0 1-.276-1.485c-.038-.844-.047-1.1-.047-3.233s.009-2.389.047-3.233c.006-.507.1-1.01.276-1.485.129-.348.334-.662.6-.92.258-.266.572-.472.92-.6.476-.177.978-.27 1.485-.276.844-.038 1.1-.047 3.233-.047l-.002.002Zm0-1.441c-2.173 0-2.445.009-3.3.048a5.868 5.868 0 0 0-1.94.372c-.534.2-1.018.516-1.417.923-.407.4-.722.883-.923 1.417a5.868 5.868 0 0 0-.372 1.94C1.007 5.555.998 5.827.998 8s.01 2.445.048 3.3c.014.663.14 1.319.372 1.94.2.534.516 1.018.923 1.417.4.407.883.722 1.417.923a5.868 5.868 0 0 0 1.942.372c.853.039 1.125.048 3.298.048s2.445-.009 3.3-.048a5.867 5.867 0 0 0 1.942-.372 4.093 4.093 0 0 0 2.34-2.34 5.865 5.865 0 0 0 .372-1.942c.039-.853.048-1.125.048-3.3s-.009-2.445-.048-3.3a5.867 5.867 0 0 0-.374-1.938 3.907 3.907 0 0 0-.923-1.417A3.907 3.907 0 0 0 14.238.42a5.868 5.868 0 0 0-1.94-.372C11.443.009 11.171 0 8.998 0Z'/%3e%3cpath fill='rgb(237, 240, 242)' d='M8.999 3.892a4.108 4.108 0 1 0 0 8.216 4.108 4.108 0 0 0 0-8.216Zm0 6.775a2.667 2.667 0 1 1 0-5.333 2.667 2.667 0 0 1 0 5.333ZM13.269 4.69a.96.96 0 1 0 0-1.92.96.96 0 0 0 0 1.92Z'/%3e%3c/svg%3e");
|
|
3448
3448
|
}
|
|
3449
3449
|
.ilo--footer .social--links--link.twitter {
|
|
3450
3450
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3e%3cpath fill='rgb(237, 240, 242)' d='M16 2.06654C15.4109 2.34447 14.7804 2.5246 14.1333 2.59987C14.8103 2.18143 15.3269 1.54744 15.6 0.799871C14.9662 1.19144 14.2656 1.46265 13.5333 1.59987C13.2304 1.26374 12.8602 0.995069 12.4468 0.811305C12.0333 0.62754 11.5858 0.532789 11.1333 0.533204C10.2675 0.534966 9.43763 0.879698 8.8254 1.49193C8.21316 2.10417 7.86843 2.93404 7.86667 3.79987C7.85257 4.04627 7.87504 4.29339 7.93333 4.53321C6.61791 4.47523 5.33022 4.13577 4.15716 3.53774C2.98411 2.93971 1.95297 2.09702 1.13333 1.06654C0.817783 1.56434 0.655503 2.14392 0.666667 2.7332C0.671269 3.27357 0.807176 3.80471 1.06268 4.28087C1.31818 4.75704 1.68562 5.16394 2.13333 5.46654C1.61599 5.47834 1.10639 5.33935 0.666667 5.06654V5.1332C0.659852 5.88583 0.915814 6.61725 1.39043 7.2014C1.86505 7.78554 2.52859 8.18581 3.26667 8.3332C2.98479 8.41509 2.69345 8.45991 2.4 8.46654C2.1977 8.47738 1.99499 8.45486 1.8 8.39987C1.99454 9.06013 2.39935 9.6388 2.95288 10.0479C3.50641 10.4571 4.17839 10.6743 4.86667 10.6665C3.703 11.5697 2.273 12.062 0.8 12.0665C0.531602 12.0775 0.262882 12.0551 0 11.9999C1.49363 12.9535 3.22789 13.4622 5 13.4665C6.22889 13.4781 7.44776 13.2446 8.58536 12.7797C9.72296 12.3147 10.7565 11.6277 11.6255 10.7587C12.4945 9.88967 13.1815 8.85616 13.6465 7.71856C14.1114 6.58096 14.3449 5.3621 14.3333 4.1332V3.7332C14.9691 3.26412 15.5309 2.70231 16 2.06654Z'/%3e%3c/svg%3e");
|
|
@@ -3473,7 +3473,7 @@ body {
|
|
|
3473
3473
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M15.9999 8.02727C15.9989 6.4988 15.56 5.00262 14.7352 3.71579C13.9104 2.42896 12.7343 1.40534 11.3459 0.766059C9.95758 0.126781 8.41516 -0.101394 6.90119 0.108536C5.38721 0.318466 3.96507 0.957714 2.80304 1.95063C1.64102 2.94355 0.787752 4.24858 0.344223 5.71127C-0.0993054 7.17397 -0.114533 8.73312 0.300343 10.2042C0.715219 11.6753 1.54283 12.9967 2.68524 14.0121C3.82766 15.0276 5.23704 15.6945 6.74663 15.9339V10.3406H4.74664V8.02727H6.74663V6.26727C6.74663 4.26727 7.94662 3.15393 9.77328 3.15393C10.3719 3.16359 10.9691 3.21707 11.5599 3.31393V5.31393H10.5533C10.4026 5.29332 10.2494 5.30269 10.1024 5.34152C9.95536 5.38035 9.81748 5.44787 9.69666 5.54019C9.57584 5.63251 9.47446 5.74781 9.39837 5.87945C9.32228 6.0111 9.27297 6.15649 9.25328 6.30727C9.24653 6.39158 9.24653 6.47629 9.25328 6.5606V8.0606H11.4666L11.1133 10.3739H9.24661V15.9673C11.1354 15.6693 12.855 14.7047 14.0939 13.2481C15.3327 11.7915 16.0089 9.93941 15.9999 8.02727Z'/%3e%3c/svg%3e");
|
|
3474
3474
|
}
|
|
3475
3475
|
.ilo--footer .social--links--item:hover .social--links--link.instagram, .ilo--footer .social--links--item:focus .social--links--link.instagram {
|
|
3476
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
3476
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' %3e%3cpath fill='rgb(30, 45, 190)' d='M8.998 1.441c2.136 0 2.389.009 3.233.047.507.006 1.01.1 1.485.276.348.128.662.334.92.6.267.258.472.572.6.92.177.475.27.978.276 1.485.038.844.047 1.1.047 3.233s-.009 2.389-.047 3.233c-.006.507-.1 1.01-.276 1.485a2.644 2.644 0 0 1-1.518 1.518 4.42 4.42 0 0 1-1.485.276c-.844.038-1.1.047-3.233.047s-2.389-.009-3.233-.047a4.42 4.42 0 0 1-1.485-.276 2.472 2.472 0 0 1-.92-.6 2.472 2.472 0 0 1-.6-.92 4.419 4.419 0 0 1-.276-1.485c-.038-.844-.047-1.1-.047-3.233s.009-2.389.047-3.233c.006-.507.1-1.01.276-1.485.129-.348.334-.662.6-.92.258-.266.572-.472.92-.6.476-.177.978-.27 1.485-.276.844-.038 1.1-.047 3.233-.047l-.002.002Zm0-1.441c-2.173 0-2.445.009-3.3.048a5.868 5.868 0 0 0-1.94.372c-.534.2-1.018.516-1.417.923-.407.4-.722.883-.923 1.417a5.868 5.868 0 0 0-.372 1.94C1.007 5.555.998 5.827.998 8s.01 2.445.048 3.3c.014.663.14 1.319.372 1.94.2.534.516 1.018.923 1.417.4.407.883.722 1.417.923a5.868 5.868 0 0 0 1.942.372c.853.039 1.125.048 3.298.048s2.445-.009 3.3-.048a5.867 5.867 0 0 0 1.942-.372 4.093 4.093 0 0 0 2.34-2.34 5.865 5.865 0 0 0 .372-1.942c.039-.853.048-1.125.048-3.3s-.009-2.445-.048-3.3a5.867 5.867 0 0 0-.374-1.938 3.907 3.907 0 0 0-.923-1.417A3.907 3.907 0 0 0 14.238.42a5.868 5.868 0 0 0-1.94-.372C11.443.009 11.171 0 8.998 0Z'/%3e%3cpath fill='rgb(30, 45, 190)' d='M8.999 3.892a4.108 4.108 0 1 0 0 8.216 4.108 4.108 0 0 0 0-8.216Zm0 6.775a2.667 2.667 0 1 1 0-5.333 2.667 2.667 0 0 1 0 5.333ZM13.269 4.69a.96.96 0 1 0 0-1.92.96.96 0 0 0 0 1.92Z'/%3e%3c/svg%3e");
|
|
3477
3477
|
}
|
|
3478
3478
|
.ilo--footer .social--links--item:hover .social--links--link.twitter, .ilo--footer .social--links--item:focus .social--links--link.twitter {
|
|
3479
3479
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3e%3cpath fill='rgb(30, 45, 190)' d='M16 2.06654C15.4109 2.34447 14.7804 2.5246 14.1333 2.59987C14.8103 2.18143 15.3269 1.54744 15.6 0.799871C14.9662 1.19144 14.2656 1.46265 13.5333 1.59987C13.2304 1.26374 12.8602 0.995069 12.4468 0.811305C12.0333 0.62754 11.5858 0.532789 11.1333 0.533204C10.2675 0.534966 9.43763 0.879698 8.8254 1.49193C8.21316 2.10417 7.86843 2.93404 7.86667 3.79987C7.85257 4.04627 7.87504 4.29339 7.93333 4.53321C6.61791 4.47523 5.33022 4.13577 4.15716 3.53774C2.98411 2.93971 1.95297 2.09702 1.13333 1.06654C0.817783 1.56434 0.655503 2.14392 0.666667 2.7332C0.671269 3.27357 0.807176 3.80471 1.06268 4.28087C1.31818 4.75704 1.68562 5.16394 2.13333 5.46654C1.61599 5.47834 1.10639 5.33935 0.666667 5.06654V5.1332C0.659852 5.88583 0.915814 6.61725 1.39043 7.2014C1.86505 7.78554 2.52859 8.18581 3.26667 8.3332C2.98479 8.41509 2.69345 8.45991 2.4 8.46654C2.1977 8.47738 1.99499 8.45486 1.8 8.39987C1.99454 9.06013 2.39935 9.6388 2.95288 10.0479C3.50641 10.4571 4.17839 10.6743 4.86667 10.6665C3.703 11.5697 2.273 12.062 0.8 12.0665C0.531602 12.0775 0.262882 12.0551 0 11.9999C1.49363 12.9535 3.22789 13.4622 5 13.4665C6.22889 13.4781 7.44776 13.2446 8.58536 12.7797C9.72296 12.3147 10.7565 11.6277 11.6255 10.7587C12.4945 9.88967 13.1815 8.85616 13.6465 7.71856C14.1114 6.58096 14.3449 5.3621 14.3333 4.1332V3.7332C14.9691 3.26412 15.5309 2.70231 16 2.06654Z'/%3e%3c/svg%3e");
|
|
@@ -3735,7 +3735,7 @@ body {
|
|
|
3735
3735
|
|
|
3736
3736
|
/**
|
|
3737
3737
|
* Do not edit directly
|
|
3738
|
-
* Generated on
|
|
3738
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3739
3739
|
*/
|
|
3740
3740
|
/**
|
|
3741
3741
|
* TOKENS:
|
|
@@ -3858,7 +3858,7 @@ body {
|
|
|
3858
3858
|
|
|
3859
3859
|
/**
|
|
3860
3860
|
* Do not edit directly
|
|
3861
|
-
* Generated on
|
|
3861
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
3862
3862
|
*/
|
|
3863
3863
|
/**
|
|
3864
3864
|
* TOKENS:
|
|
@@ -4014,7 +4014,7 @@ body {
|
|
|
4014
4014
|
.ilo--hero-card {
|
|
4015
4015
|
background: rgb(255, 255, 255);
|
|
4016
4016
|
color: rgb(45, 45, 45);
|
|
4017
|
-
max-width:
|
|
4017
|
+
max-width: 920px;
|
|
4018
4018
|
position: relative;
|
|
4019
4019
|
padding: 16px 16px 40px 16px;
|
|
4020
4020
|
}
|
|
@@ -4064,7 +4064,7 @@ body {
|
|
|
4064
4064
|
}
|
|
4065
4065
|
@media screen and (min-width: 1024px) {
|
|
4066
4066
|
.ilo--hero-card {
|
|
4067
|
-
padding: 0 70px 70px
|
|
4067
|
+
padding: 0 70px 70px 70px;
|
|
4068
4068
|
}
|
|
4069
4069
|
.ilo--hero-card::before {
|
|
4070
4070
|
background: inherit;
|
|
@@ -4085,7 +4085,7 @@ body {
|
|
|
4085
4085
|
width: 116.4px;
|
|
4086
4086
|
}
|
|
4087
4087
|
.ilo--hero-card.ilo--hero-card--graphic {
|
|
4088
|
-
padding: 0 70px 44px
|
|
4088
|
+
padding: 0 70px 44px 70px;
|
|
4089
4089
|
}
|
|
4090
4090
|
}
|
|
4091
4091
|
.right-to-left .ilo--hero-card {
|
|
@@ -4349,7 +4349,7 @@ body {
|
|
|
4349
4349
|
|
|
4350
4350
|
/**
|
|
4351
4351
|
* Do not edit directly
|
|
4352
|
-
* Generated on
|
|
4352
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4353
4353
|
*/
|
|
4354
4354
|
/**
|
|
4355
4355
|
* TOKENS:
|
|
@@ -4405,7 +4405,7 @@ body {
|
|
|
4405
4405
|
|
|
4406
4406
|
/**
|
|
4407
4407
|
* Do not edit directly
|
|
4408
|
-
* Generated on
|
|
4408
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4409
4409
|
*/
|
|
4410
4410
|
/**
|
|
4411
4411
|
* TOKENS:
|
|
@@ -4547,7 +4547,7 @@ body {
|
|
|
4547
4547
|
|
|
4548
4548
|
/**
|
|
4549
4549
|
* Do not edit directly
|
|
4550
|
-
* Generated on
|
|
4550
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4551
4551
|
*/
|
|
4552
4552
|
/**
|
|
4553
4553
|
* TOKENS:
|
|
@@ -4557,7 +4557,7 @@ body {
|
|
|
4557
4557
|
*/
|
|
4558
4558
|
/**
|
|
4559
4559
|
* Do not edit directly
|
|
4560
|
-
* Generated on
|
|
4560
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4561
4561
|
*/
|
|
4562
4562
|
/**
|
|
4563
4563
|
* TOKENS:
|
|
@@ -4582,7 +4582,7 @@ body {
|
|
|
4582
4582
|
}
|
|
4583
4583
|
/**
|
|
4584
4584
|
* Do not edit directly
|
|
4585
|
-
* Generated on
|
|
4585
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4586
4586
|
*/
|
|
4587
4587
|
/**
|
|
4588
4588
|
* TOKENS:
|
|
@@ -4740,7 +4740,7 @@ body {
|
|
|
4740
4740
|
|
|
4741
4741
|
/**
|
|
4742
4742
|
* Do not edit directly
|
|
4743
|
-
* Generated on
|
|
4743
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4744
4744
|
*/
|
|
4745
4745
|
/**
|
|
4746
4746
|
* TOKENS:
|
|
@@ -4835,7 +4835,7 @@ body {
|
|
|
4835
4835
|
|
|
4836
4836
|
/**
|
|
4837
4837
|
* Do not edit directly
|
|
4838
|
-
* Generated on
|
|
4838
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4839
4839
|
*/
|
|
4840
4840
|
/**
|
|
4841
4841
|
* TOKENS:
|
|
@@ -4845,7 +4845,7 @@ body {
|
|
|
4845
4845
|
*/
|
|
4846
4846
|
/**
|
|
4847
4847
|
* Do not edit directly
|
|
4848
|
-
* Generated on
|
|
4848
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4849
4849
|
*/
|
|
4850
4850
|
/**
|
|
4851
4851
|
* TOKENS:
|
|
@@ -4855,7 +4855,7 @@ body {
|
|
|
4855
4855
|
*/
|
|
4856
4856
|
/**
|
|
4857
4857
|
* Do not edit directly
|
|
4858
|
-
* Generated on
|
|
4858
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
4859
4859
|
*/
|
|
4860
4860
|
/**
|
|
4861
4861
|
* TOKENS:
|
|
@@ -5026,7 +5026,7 @@ body {
|
|
|
5026
5026
|
|
|
5027
5027
|
/**
|
|
5028
5028
|
* Do not edit directly
|
|
5029
|
-
* Generated on
|
|
5029
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
5030
5030
|
*/
|
|
5031
5031
|
/**
|
|
5032
5032
|
* TOKENS:
|
|
@@ -5036,7 +5036,7 @@ body {
|
|
|
5036
5036
|
*/
|
|
5037
5037
|
/**
|
|
5038
5038
|
* Do not edit directly
|
|
5039
|
-
* Generated on
|
|
5039
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
5040
5040
|
*/
|
|
5041
5041
|
/**
|
|
5042
5042
|
* TOKENS:
|
|
@@ -5046,7 +5046,7 @@ body {
|
|
|
5046
5046
|
*/
|
|
5047
5047
|
/**
|
|
5048
5048
|
* Do not edit directly
|
|
5049
|
-
* Generated on
|
|
5049
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
5050
5050
|
*/
|
|
5051
5051
|
/**
|
|
5052
5052
|
* TOKENS:
|
|
@@ -5143,7 +5143,7 @@ body {
|
|
|
5143
5143
|
|
|
5144
5144
|
/**
|
|
5145
5145
|
* Do not edit directly
|
|
5146
|
-
* Generated on
|
|
5146
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
5147
5147
|
*/
|
|
5148
5148
|
/**
|
|
5149
5149
|
* TOKENS:
|
|
@@ -5348,6 +5348,9 @@ body {
|
|
|
5348
5348
|
.right-to-left .ilo--header--inner {
|
|
5349
5349
|
direction: rtl;
|
|
5350
5350
|
}
|
|
5351
|
+
.ilo--subnav--open .ilo--header--inner {
|
|
5352
|
+
visibility: hidden;
|
|
5353
|
+
}
|
|
5351
5354
|
@media screen and (min-width: 1024px) {
|
|
5352
5355
|
.ilo--header--inner {
|
|
5353
5356
|
display: flex;
|
|
@@ -5364,11 +5367,13 @@ body {
|
|
|
5364
5367
|
position: absolute;
|
|
5365
5368
|
top: 0;
|
|
5366
5369
|
transform: translateX(100%);
|
|
5367
|
-
transition: transform 225ms ease-out;
|
|
5370
|
+
transition: transform 225ms ease-out, visibility 225ms 0ms;
|
|
5368
5371
|
width: 100%;
|
|
5372
|
+
visibility: hidden;
|
|
5369
5373
|
}
|
|
5370
5374
|
.ilo--header.ilo--mobile--open .ilo--header--navigation {
|
|
5371
5375
|
transform: translateX(0);
|
|
5376
|
+
visibility: visible;
|
|
5372
5377
|
}
|
|
5373
5378
|
@media screen and (min-width: 1024px) {
|
|
5374
5379
|
.ilo--header--local .ilo--header--navigation {
|
|
@@ -5381,6 +5386,7 @@ body {
|
|
|
5381
5386
|
overflow: visible;
|
|
5382
5387
|
position: static;
|
|
5383
5388
|
transform: none;
|
|
5389
|
+
visibility: visible;
|
|
5384
5390
|
}
|
|
5385
5391
|
}
|
|
5386
5392
|
.ilo--header--logo-tagline {
|
|
@@ -5745,6 +5751,7 @@ body {
|
|
|
5745
5751
|
}
|
|
5746
5752
|
.ilo--language-switcher .ilo--context-menu {
|
|
5747
5753
|
opacity: 0;
|
|
5754
|
+
visibility: hidden;
|
|
5748
5755
|
position: absolute;
|
|
5749
5756
|
right: 0;
|
|
5750
5757
|
top: calc(100% + 12px);
|
|
@@ -5753,10 +5760,12 @@ body {
|
|
|
5753
5760
|
}
|
|
5754
5761
|
.ilo--context--open .ilo--language-switcher .ilo--context-menu, .ilo--language-switcher:focus-within .ilo--language-switcher .ilo--context-menu, .ilo--language-switcher .ilo--context-menu:focus-within {
|
|
5755
5762
|
opacity: 1;
|
|
5763
|
+
visibility: visible;
|
|
5756
5764
|
z-index: 1;
|
|
5757
5765
|
}
|
|
5758
5766
|
.ilo--language-switcher .ilo--language-switcher--button:focus + .ilo--context-menu {
|
|
5759
5767
|
opacity: 1;
|
|
5768
|
+
visibility: visible;
|
|
5760
5769
|
z-index: 1;
|
|
5761
5770
|
}
|
|
5762
5771
|
|
|
@@ -6021,7 +6030,7 @@ body {
|
|
|
6021
6030
|
|
|
6022
6031
|
/**
|
|
6023
6032
|
* Do not edit directly
|
|
6024
|
-
* Generated on
|
|
6033
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6025
6034
|
*/
|
|
6026
6035
|
/**
|
|
6027
6036
|
* TOKENS:
|
|
@@ -6031,7 +6040,7 @@ body {
|
|
|
6031
6040
|
*/
|
|
6032
6041
|
/**
|
|
6033
6042
|
* Do not edit directly
|
|
6034
|
-
* Generated on
|
|
6043
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6035
6044
|
*/
|
|
6036
6045
|
/**
|
|
6037
6046
|
* TOKENS:
|
|
@@ -6041,7 +6050,7 @@ body {
|
|
|
6041
6050
|
*/
|
|
6042
6051
|
/**
|
|
6043
6052
|
* Do not edit directly
|
|
6044
|
-
* Generated on
|
|
6053
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6045
6054
|
*/
|
|
6046
6055
|
/**
|
|
6047
6056
|
* TOKENS:
|
|
@@ -6129,7 +6138,7 @@ body {
|
|
|
6129
6138
|
}
|
|
6130
6139
|
.icon--info .ilo--notification--content:before {
|
|
6131
6140
|
background-color: rgb(30, 45, 190);
|
|
6132
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
6141
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='rgb(255, 255, 255)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(255, 255, 255)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
6133
6142
|
}
|
|
6134
6143
|
.icon--success .ilo--notification--content:before {
|
|
6135
6144
|
background-color: rgb(140, 225, 100);
|
|
@@ -6233,7 +6242,7 @@ body {
|
|
|
6233
6242
|
|
|
6234
6243
|
/**
|
|
6235
6244
|
* Do not edit directly
|
|
6236
|
-
* Generated on
|
|
6245
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6237
6246
|
*/
|
|
6238
6247
|
/**
|
|
6239
6248
|
* TOKENS:
|
|
@@ -6373,7 +6382,7 @@ body {
|
|
|
6373
6382
|
|
|
6374
6383
|
/**
|
|
6375
6384
|
* Do not edit directly
|
|
6376
|
-
* Generated on
|
|
6385
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6377
6386
|
*/
|
|
6378
6387
|
/**
|
|
6379
6388
|
* TOKENS:
|
|
@@ -6383,7 +6392,7 @@ body {
|
|
|
6383
6392
|
*/
|
|
6384
6393
|
/**
|
|
6385
6394
|
* Do not edit directly
|
|
6386
|
-
* Generated on
|
|
6395
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6387
6396
|
*/
|
|
6388
6397
|
/**
|
|
6389
6398
|
* TOKENS:
|
|
@@ -6408,7 +6417,7 @@ body {
|
|
|
6408
6417
|
}
|
|
6409
6418
|
/**
|
|
6410
6419
|
* Do not edit directly
|
|
6411
|
-
* Generated on
|
|
6420
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6412
6421
|
*/
|
|
6413
6422
|
/**
|
|
6414
6423
|
* TOKENS:
|
|
@@ -6575,7 +6584,7 @@ body {
|
|
|
6575
6584
|
|
|
6576
6585
|
/**
|
|
6577
6586
|
* Do not edit directly
|
|
6578
|
-
* Generated on
|
|
6587
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6579
6588
|
*/
|
|
6580
6589
|
/**
|
|
6581
6590
|
* TOKENS:
|
|
@@ -6682,7 +6691,7 @@ body {
|
|
|
6682
6691
|
|
|
6683
6692
|
/**
|
|
6684
6693
|
* Do not edit directly
|
|
6685
|
-
* Generated on
|
|
6694
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6686
6695
|
*/
|
|
6687
6696
|
/**
|
|
6688
6697
|
* TOKENS:
|
|
@@ -6692,7 +6701,7 @@ body {
|
|
|
6692
6701
|
*/
|
|
6693
6702
|
/**
|
|
6694
6703
|
* Do not edit directly
|
|
6695
|
-
* Generated on
|
|
6704
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6696
6705
|
*/
|
|
6697
6706
|
/**
|
|
6698
6707
|
* TOKENS:
|
|
@@ -6717,7 +6726,7 @@ body {
|
|
|
6717
6726
|
}
|
|
6718
6727
|
/**
|
|
6719
6728
|
* Do not edit directly
|
|
6720
|
-
* Generated on
|
|
6729
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6721
6730
|
*/
|
|
6722
6731
|
/**
|
|
6723
6732
|
* TOKENS:
|
|
@@ -6778,7 +6787,7 @@ body {
|
|
|
6778
6787
|
|
|
6779
6788
|
/**
|
|
6780
6789
|
* Do not edit directly
|
|
6781
|
-
* Generated on
|
|
6790
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
6782
6791
|
*/
|
|
6783
6792
|
/**
|
|
6784
6793
|
* TOKENS:
|
|
@@ -7193,7 +7202,7 @@ body {
|
|
|
7193
7202
|
|
|
7194
7203
|
/**
|
|
7195
7204
|
* Do not edit directly
|
|
7196
|
-
* Generated on
|
|
7205
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
7197
7206
|
*/
|
|
7198
7207
|
/**
|
|
7199
7208
|
* TOKENS:
|
|
@@ -7247,7 +7256,7 @@ body {
|
|
|
7247
7256
|
|
|
7248
7257
|
/**
|
|
7249
7258
|
* Do not edit directly
|
|
7250
|
-
* Generated on
|
|
7259
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
7251
7260
|
*/
|
|
7252
7261
|
/**
|
|
7253
7262
|
* TOKENS:
|
|
@@ -7350,7 +7359,7 @@ body {
|
|
|
7350
7359
|
transition-timing-function: ease-out;
|
|
7351
7360
|
}
|
|
7352
7361
|
.ilo--tabs.tabs--js .ilo--tabs--selection--button:hover.has--tooltip .ilo--tooltip--wrapper, .ilo--tabs.tabs--js .ilo--tabs--selection--button[aria-selected=true]:hover.has--tooltip .ilo--tooltip--wrapper {
|
|
7353
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
7362
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='rgb(30, 45, 190)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(30, 45, 190)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
7354
7363
|
}
|
|
7355
7364
|
.ilo--tabs.tabs--js .ilo--tabs--selection--label {
|
|
7356
7365
|
max-width: 50ch;
|
|
@@ -7404,7 +7413,7 @@ body {
|
|
|
7404
7413
|
|
|
7405
7414
|
/**
|
|
7406
7415
|
* Do not edit directly
|
|
7407
|
-
* Generated on
|
|
7416
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
7408
7417
|
*/
|
|
7409
7418
|
/**
|
|
7410
7419
|
* TOKENS:
|
|
@@ -7755,7 +7764,7 @@ body {
|
|
|
7755
7764
|
|
|
7756
7765
|
/**
|
|
7757
7766
|
* Do not edit directly
|
|
7758
|
-
* Generated on
|
|
7767
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
7759
7768
|
*/
|
|
7760
7769
|
/**
|
|
7761
7770
|
* TOKENS:
|
|
@@ -7941,7 +7950,7 @@ body {
|
|
|
7941
7950
|
|
|
7942
7951
|
/**
|
|
7943
7952
|
* Do not edit directly
|
|
7944
|
-
* Generated on
|
|
7953
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
7945
7954
|
*/
|
|
7946
7955
|
/**
|
|
7947
7956
|
* TOKENS:
|
|
@@ -7999,7 +8008,7 @@ body {
|
|
|
7999
8008
|
|
|
8000
8009
|
/**
|
|
8001
8010
|
* Do not edit directly
|
|
8002
|
-
* Generated on
|
|
8011
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
8003
8012
|
*/
|
|
8004
8013
|
/**
|
|
8005
8014
|
* TOKENS:
|
|
@@ -8173,7 +8182,7 @@ body {
|
|
|
8173
8182
|
|
|
8174
8183
|
/**
|
|
8175
8184
|
* Do not edit directly
|
|
8176
|
-
* Generated on
|
|
8185
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
8177
8186
|
*/
|
|
8178
8187
|
/**
|
|
8179
8188
|
* TOKENS:
|
|
@@ -8220,7 +8229,7 @@ body {
|
|
|
8220
8229
|
background-size: cover;
|
|
8221
8230
|
height: 0.857449089rem;
|
|
8222
8231
|
min-width: 0.857449089rem;
|
|
8223
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
8232
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='rgb(35, 0, 80)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(35, 0, 80)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
8224
8233
|
}
|
|
8225
8234
|
.ilo--tooltip--arrow {
|
|
8226
8235
|
border-color: transparent;
|
|
@@ -8344,7 +8353,7 @@ body {
|
|
|
8344
8353
|
|
|
8345
8354
|
/**
|
|
8346
8355
|
* Do not edit directly
|
|
8347
|
-
* Generated on
|
|
8356
|
+
* Generated on Mon, 26 Jun 2023 12:12:51 GMT
|
|
8348
8357
|
*/
|
|
8349
8358
|
/**
|
|
8350
8359
|
* TOKENS:
|
|
@@ -8981,7 +8990,7 @@ body {
|
|
|
8981
8990
|
background-position: center center;
|
|
8982
8991
|
background-repeat: no-repeat;
|
|
8983
8992
|
background-size: 24px 24px;
|
|
8984
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
8993
|
+
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");
|
|
8985
8994
|
}
|
|
8986
8995
|
.ilo--video--controls--showvolume:hover, .ilo--video--controls--showvolume:focus,
|
|
8987
8996
|
.ilo--video--controls .vjs-mute-control:hover,
|
|
@@ -8994,7 +9003,7 @@ body {
|
|
|
8994
9003
|
background-position: center center;
|
|
8995
9004
|
background-repeat: no-repeat;
|
|
8996
9005
|
background-size: 24px 24px;
|
|
8997
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
9006
|
+
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");
|
|
8998
9007
|
}
|
|
8999
9008
|
.ilo--video--controls--showvolume.muted, .ilo--video--controls--showvolume[title=Unmute],
|
|
9000
9009
|
.ilo--video--controls .vjs-mute-control.muted,
|