@ilo-org/styles 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4
4
  */
5
5
  /**
6
6
  * TOKENS:
@@ -10,7 +10,7 @@
10
10
  */
11
11
  /**
12
12
  * Do not edit directly
13
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
13
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
14
14
  */
15
15
  /**
16
16
  * TOKENS:
@@ -37,7 +37,7 @@
37
37
  line-height: 21.6px;
38
38
  justify-content: space-between;
39
39
  margin: 0;
40
- padding: 1.0718113612rem 1.9292604502rem 1.0718113612rem 0;
40
+ padding: 0.8038585209rem 1.9292604502rem 0.8038585209rem 0;
41
41
  text-align: left;
42
42
  transition: border 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
43
43
  width: 100%;
@@ -110,7 +110,7 @@
110
110
 
111
111
  /**
112
112
  * Do not edit directly
113
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
113
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
114
114
  */
115
115
  /**
116
116
  * TOKENS:
@@ -327,7 +327,42 @@
327
327
 
328
328
  /**
329
329
  * Do not edit directly
330
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
330
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
331
+ */
332
+ /**
333
+ * TOKENS:
334
+ */
335
+ /**
336
+ * MAPS:
337
+ */
338
+ /**
339
+ * Do not edit directly
340
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
341
+ */
342
+ /**
343
+ * TOKENS:
344
+ */
345
+ /**
346
+ * MAPS:
347
+ */
348
+ @keyframes emptygradient {
349
+ 0% {
350
+ opacity: 1;
351
+ }
352
+ 100% {
353
+ opacity: 0;
354
+ }
355
+ }
356
+ @keyframes spin {
357
+ 100% {
358
+ -moz-transform: rotate(360deg);
359
+ -webkit-transform: rotate(360deg);
360
+ transform: rotate(360deg);
361
+ }
362
+ }
363
+ /**
364
+ * Do not edit directly
365
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
331
366
  */
332
367
  /**
333
368
  * TOKENS:
@@ -445,8 +480,8 @@
445
480
  .ilo--button--small .link__label,
446
481
  .ilo--button--small .button__label {
447
482
  padding-bottom: 3px;
448
- padding-left: 16px;
449
- padding-right: 16px;
483
+ padding-left: 13px;
484
+ padding-right: 13px;
450
485
  padding-top: 3px;
451
486
  font-size: 14.93px;
452
487
  letter-spacing: -0.02em;
@@ -492,6 +527,9 @@
492
527
  box-shadow: 4px 4px 0 1px rgb(255, 205, 45) inset, -4px -4px 0 1px rgb(255, 205, 45) inset;
493
528
  color: rgb(35, 0, 80);
494
529
  outline: none;
530
+ transition-property: color, background-color, border-color;
531
+ transition-duration: 150ms;
532
+ transition-timing-function: ease-out;
495
533
  }
496
534
  .ilo--button:focus.ilo--button--small {
497
535
  box-shadow: 3px 3px 0 1px rgb(255, 205, 45) inset, -3px -3px 0 1px rgb(255, 205, 45) inset;
@@ -502,6 +540,9 @@
502
540
  box-shadow: none;
503
541
  color: rgb(30, 45, 190);
504
542
  cursor: pointer;
543
+ transition-property: color, background-color, border-color;
544
+ transition-duration: 150ms;
545
+ transition-timing-function: ease-out;
505
546
  }
506
547
  .ilo--button:hover.ilo--button--small {
507
548
  box-shadow: none;
@@ -511,6 +552,9 @@
511
552
  border: 2px rgb(30, 45, 190) solid;
512
553
  box-shadow: none;
513
554
  color: rgb(235, 245, 253);
555
+ transition-property: color, background-color, border-color;
556
+ transition-duration: 150ms;
557
+ transition-timing-function: ease-out;
514
558
  }
515
559
  .ilo--button:active.ilo--button--small {
516
560
  box-shadow: none;
@@ -523,16 +567,25 @@
523
567
  background-color: rgb(255, 255, 255);
524
568
  border: 1.5px rgb(184, 196, 204) solid;
525
569
  color: rgb(35, 0, 80);
570
+ transition-property: color, background-color, border-color;
571
+ transition-duration: 150ms;
572
+ transition-timing-function: ease-out;
526
573
  }
527
574
  .ilo--button--secondary:hover {
528
575
  background-color: rgb(235, 245, 253);
529
576
  border: 1.5px rgb(30, 45, 190) solid;
577
+ transition-property: color, background-color, border-color;
578
+ transition-duration: 150ms;
579
+ transition-timing-function: ease-out;
530
580
  }
531
581
  .ilo--button--secondary:active {
532
582
  background-color: rgb(30, 45, 190);
533
583
  border: 2px rgb(30, 45, 190) solid;
534
584
  box-shadow: none;
535
585
  color: rgb(235, 245, 253);
586
+ transition-property: color, background-color, border-color;
587
+ transition-duration: 150ms;
588
+ transition-timing-function: ease-out;
536
589
  }
537
590
  .ilo--button--secondary:active.ilo--button--small {
538
591
  box-shadow: none;
@@ -541,28 +594,43 @@
541
594
  background-color: rgb(237, 240, 242);
542
595
  border: 2px rgb(237, 240, 242) solid;
543
596
  color: rgb(35, 0, 80);
597
+ transition-property: color, background-color, border-color;
598
+ transition-duration: 150ms;
599
+ transition-timing-function: ease-out;
544
600
  }
545
601
  .ilo--button--alert {
546
602
  background-color: rgb(200, 48, 60);
547
603
  border: 1.5px rgb(200, 48, 60) solid;
548
604
  color: rgb(255, 255, 255);
605
+ transition-property: color, background-color, border-color;
606
+ transition-duration: 150ms;
607
+ transition-timing-function: ease-out;
549
608
  }
550
609
  .ilo--button--alert:hover {
551
610
  background-color: rgb(235, 245, 253);
552
611
  border: 1.5px rgb(30, 45, 190) solid;
553
612
  color: rgb(30, 45, 190);
613
+ transition-property: color, background-color, border-color;
614
+ transition-duration: 150ms;
615
+ transition-timing-function: ease-out;
554
616
  }
555
617
  .ilo--button--alert:focus {
556
618
  background-color: rgb(255, 255, 255);
557
619
  border: 2px rgb(255, 205, 45) solid;
558
620
  color: rgb(35, 0, 80);
559
621
  outline: none;
622
+ transition-property: color, background-color, border-color;
623
+ transition-duration: 150ms;
624
+ transition-timing-function: ease-out;
560
625
  }
561
626
  .ilo--button--alert:active {
562
627
  background-color: rgb(30, 45, 190);
563
628
  border: 2px rgb(30, 45, 190) solid;
564
629
  box-shadow: none;
565
630
  color: rgb(235, 245, 253);
631
+ transition-property: color, background-color, border-color;
632
+ transition-duration: 150ms;
633
+ transition-timing-function: ease-out;
566
634
  }
567
635
  .ilo--button--alert:active.ilo--button--small {
568
636
  box-shadow: none;
@@ -584,7 +652,7 @@
584
652
 
585
653
  /**
586
654
  * Do not edit directly
587
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
655
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
588
656
  */
589
657
  /**
590
658
  * TOKENS:
@@ -714,7 +782,7 @@
714
782
 
715
783
  /**
716
784
  * Do not edit directly
717
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
785
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
718
786
  */
719
787
  /**
720
788
  * TOKENS:
@@ -725,12 +793,15 @@
725
793
  .ilo--card {
726
794
  margin: 0;
727
795
  }
796
+ .right-to-left .ilo--card {
797
+ text-align: right;
798
+ }
728
799
  .ilo--card--action:hover, .ilo--card--action:focus {
729
800
  background: rgb(255, 255, 255);
730
801
  color: rgb(30, 45, 190);
731
802
  text-decoration: none;
732
803
  }
733
- .ilo--card--action:hover .ilo--card--dark, .ilo--card--action:focus .ilo--card--dark {
804
+ .ilo--card--action:hover .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink), .ilo--card--action:focus .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) {
734
805
  background: rgb(255, 255, 255);
735
806
  }
736
807
  .ilo--card--action:hover .ilo--card--eyebrow, .ilo--card--action:focus .ilo--card--eyebrow {
@@ -759,63 +830,76 @@
759
830
  width: 100%;
760
831
  z-index: 2;
761
832
  }
833
+ .ilo--card--link--text {
834
+ width: 1px;
835
+ height: 1px;
836
+ margin: -1px;
837
+ padding: 0;
838
+ border: 0;
839
+ position: absolute;
840
+ clip: rect(0 0 0 0);
841
+ overflow: hidden;
842
+ }
762
843
  .ilo--card--light {
763
844
  background: rgb(255, 255, 255);
764
845
  }
765
- .ilo--card--dark {
846
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) {
766
847
  background: rgb(35, 0, 80);
767
848
  }
768
- .ilo--card--dark .ilo--card--eyebrow {
849
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--eyebrow {
769
850
  color: rgb(237, 240, 242);
770
851
  }
771
- .ilo--card--dark .ilo--card--title {
852
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--title {
772
853
  color: rgb(255, 255, 255);
773
854
  }
774
- .ilo--card--dark .ilo--card--intro {
855
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--intro {
775
856
  color: rgb(237, 240, 242);
776
857
  }
777
- .ilo--card--dark .ilo--card--date {
858
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--date {
778
859
  color: rgb(237, 240, 242);
779
860
  }
780
- .ilo--card--dark .ilo--card--eventdate {
861
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--eventdate {
781
862
  color: rgb(237, 240, 242);
782
863
  }
783
- .ilo--card--cornercut {
784
- margin-top: 40px;
785
- padding-top: 0 !important;
864
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
865
+ margin-top: 2.1436227224rem;
866
+ padding-top: 0;
786
867
  position: relative;
787
868
  }
788
869
  @media screen and (min-width: 610px) {
789
- .ilo--card--cornercut {
790
- margin-top: 48px;
870
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
871
+ margin-top: 2.5723472669rem;
791
872
  }
792
873
  }
793
874
  @media screen and (min-width: 1024px) {
794
- .ilo--card--cornercut {
795
- margin-top: 64px;
875
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
876
+ margin-top: 3.4297963558rem;
796
877
  }
797
878
  }
798
- .ilo--card--cornercut::before {
879
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
799
880
  background: inherit;
800
881
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
801
882
  content: "";
802
883
  display: block;
803
- height: 40px;
884
+ height: 2.1436227224rem;
804
885
  left: 0;
805
886
  position: absolute;
806
- top: -39.7px;
887
+ top: -2.127545552rem;
807
888
  width: 100%;
808
889
  }
890
+ .right-to-left .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
891
+ clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 10% 0%);
892
+ }
809
893
  @media screen and (min-width: 610px) {
810
- .ilo--card--cornercut::before {
811
- height: 48px;
812
- top: -47.7px;
894
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
895
+ height: 2.5723472669rem;
896
+ top: -2.5562700965rem;
813
897
  }
814
898
  }
815
899
  @media screen and (min-width: 1024px) {
816
- .ilo--card--cornercut::before {
817
- height: 64px;
818
- top: -63.7px;
900
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
901
+ height: 3.4297963558rem;
902
+ top: -3.4137191854rem;
819
903
  }
820
904
  }
821
905
  .ilo--card--eyebrow {
@@ -875,25 +959,116 @@
875
959
  z-index: 2;
876
960
  }
877
961
  .ilo--card--multilink {
878
- padding: 24px;
962
+ padding: 1.2861736334rem;
963
+ }
964
+ .ilo--card--multilink .ilo--card--image--wrapper {
965
+ display: none;
966
+ }
967
+ .ilo--card--multilink .ilo--card--content .ilo--card--image--wrapper {
968
+ display: block;
879
969
  }
880
970
  @media screen and (min-width: 610px) {
881
971
  .ilo--card--multilink {
882
- padding: 40px;
972
+ padding: 2.1436227224rem;
883
973
  }
884
974
  }
885
975
  @media screen and (min-width: 1024px) {
886
976
  .ilo--card--multilink {
887
- padding: 56px 48px;
977
+ padding: 3.0010718114rem 2.5723472669rem;
888
978
  }
889
979
  }
890
- .ilo--card--detail {
891
- border-bottom: 3px solid rgb(109, 109, 109);
892
- margin: 32px 0;
980
+ .ilo--card--multilink .ilo--card--title {
981
+ color: rgb(45, 45, 45);
982
+ margin-bottom: 0.7188906752rem;
983
+ }
984
+ .ilo--card--multilink .ilo--card--intro {
985
+ color: rgb(45, 45, 45);
893
986
  }
894
- .ilo--card--detail::before {
987
+ .ilo--card--multilink.ilo--card--dark {
988
+ background: rgb(255, 255, 255);
989
+ }
990
+ .ilo--card--multilink.ilo--card--dark .ilo--card--title {
991
+ color: rgb(45, 45, 45);
992
+ }
993
+ .ilo--card--multilink.ilo--card--dark .ilo--card--intro {
994
+ color: rgb(45, 45, 45);
995
+ }
996
+ .ilo--card--multilink.ilo--card--wide {
997
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
998
+ }
999
+ @media screen and (min-width: 610px) {
1000
+ .ilo--card--multilink.ilo--card--wide {
1001
+ padding: 3.0010718114rem 2.5723472669rem;
1002
+ }
1003
+ .ilo--card--multilink.ilo--card--wide.ilo--card--right .ilo--card--wrap {
1004
+ flex-direction: row-reverse;
1005
+ }
1006
+ .right-to-left .ilo--card--multilink.ilo--card--wide.ilo--card--right .ilo--card--wrap {
1007
+ flex-direction: row;
1008
+ }
1009
+ .ilo--card--multilink.ilo--card--wide .ilo--card--wrap {
1010
+ display: flex;
1011
+ column-gap: 1.7148981779rem;
1012
+ }
1013
+ .right-to-left .ilo--card--multilink.ilo--card--wide .ilo--card--wrap {
1014
+ flex-direction: row-reverse;
1015
+ }
1016
+ .ilo--card--multilink.ilo--card--wide .ilo--card--image--wrapper {
1017
+ display: block;
1018
+ width: 50%;
1019
+ }
1020
+ .ilo--card--multilink.ilo--card--wide .ilo--card--content {
1021
+ width: 50%;
1022
+ }
1023
+ .ilo--card--multilink.ilo--card--wide .ilo--card--content .ilo--card--image--wrapper {
1024
+ display: none;
1025
+ }
1026
+ }
1027
+ .ilo--card--multilink.ilo--card--standard {
1028
+ padding: 2.5723472669rem 2.1436227224rem;
1029
+ }
1030
+ @media screen and (min-width: 610px) {
1031
+ .ilo--card--multilink.ilo--card--standard {
1032
+ padding: 2.5723472669rem 2.1436227224rem;
1033
+ }
1034
+ }
1035
+ @media screen and (min-width: 1024px) {
1036
+ .ilo--card--multilink.ilo--card--standard {
1037
+ padding: 2.5723472669rem 2.1436227224rem;
1038
+ }
1039
+ }
1040
+ .ilo--card--multilink.ilo--card--narrow {
1041
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
1042
+ }
1043
+ .ilo--card--multilink.ilo--card--narrow .ilo--card--image--wrapper {
895
1044
  display: none;
896
1045
  }
1046
+ .ilo--card--multilink.ilo--card--narrow .ilo--card--content .ilo--card--image--wrapper {
1047
+ display: block;
1048
+ margin-bottom: 1.2861736334rem;
1049
+ }
1050
+ @media screen and (min-width: 610px) {
1051
+ .ilo--card--multilink.ilo--card--narrow {
1052
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
1053
+ }
1054
+ }
1055
+ @media screen and (min-width: 1024px) {
1056
+ .ilo--card--multilink.ilo--card--narrow {
1057
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
1058
+ }
1059
+ }
1060
+ .ilo--card--multilink .ilo--link-list {
1061
+ margin-top: 1.8756698821rem;
1062
+ }
1063
+ .ilo--card--detail {
1064
+ border-bottom: 0.1607717042rem solid rgb(237, 240, 242);
1065
+ padding: 1.2861736334rem 0;
1066
+ }
1067
+ @media screen and (min-width: 1024px) {
1068
+ .ilo--card--detail {
1069
+ padding: 1.7148981779rem 0;
1070
+ }
1071
+ }
897
1072
  .ilo--card--detail:hover picture::before, .ilo--card--detail:focus picture::before {
898
1073
  opacity: 0.4;
899
1074
  z-index: 2;
@@ -921,31 +1096,29 @@
921
1096
  .ilo--card--detail .ilo--card--wrap {
922
1097
  display: flex;
923
1098
  }
1099
+ .right-to-left .ilo--card--detail .ilo--card--wrap {
1100
+ flex-direction: row-reverse;
1101
+ }
924
1102
  .ilo--card--detail .ilo--card--image {
925
1103
  object-fit: contain;
926
- width: 77px;
1104
+ width: 4.1264737406rem;
927
1105
  }
928
1106
  @media screen and (min-width: 1024px) {
929
1107
  .ilo--card--detail .ilo--card--image {
930
- width: 200px;
1108
+ width: 10.718113612rem;
931
1109
  }
932
1110
  }
933
1111
  .ilo--card--detail .ilo--card--image--wrapper {
934
- max-width: 77px;
1112
+ max-width: 4.1264737406rem;
935
1113
  width: 100%;
936
1114
  }
937
1115
  @media screen and (min-width: 1024px) {
938
1116
  .ilo--card--detail .ilo--card--image--wrapper {
939
- max-width: 200px;
1117
+ max-width: 10.718113612rem;
940
1118
  }
941
1119
  }
942
1120
  .ilo--card--detail .ilo--card--content {
943
- padding: 16px 24px 40px;
944
- }
945
- @media screen and (min-width: 1024px) {
946
- .ilo--card--detail .ilo--card--content {
947
- padding: 24px 24px 64px;
948
- }
1121
+ padding: 0 1.2861736334rem;
949
1122
  }
950
1123
  .ilo--card--detail .ilo--card--title {
951
1124
  font-size: 18.66px;
@@ -964,7 +1137,7 @@
964
1137
  letter-spacing: normal;
965
1138
  line-height: 23.36px;
966
1139
  margin-bottom: 0;
967
- padding-left: 24px;
1140
+ padding-left: 1.2861736334rem;
968
1141
  position: relative;
969
1142
  }
970
1143
  .ilo--card--detail .ilo--card--event-date::before {
@@ -985,9 +1158,9 @@
985
1158
  line-height: 23.36px;
986
1159
  }
987
1160
  .ilo--card--graphic {
988
- border-bottom: 3px solid rgb(184, 196, 204);
989
- margin-top: 40px;
990
- padding: 0 24px 40px;
1161
+ border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
1162
+ margin-top: 2.1436227224rem;
1163
+ padding: 0 1.2861736334rem 2.1436227224rem;
991
1164
  position: relative;
992
1165
  }
993
1166
  .ilo--card--graphic::before {
@@ -1003,11 +1176,41 @@
1003
1176
  }
1004
1177
  @media screen and (min-width: 610px) {
1005
1178
  .ilo--card--graphic {
1006
- padding: 0 32px 40px;
1179
+ padding: 0 1.7148981779rem 2.1436227224rem;
1180
+ }
1181
+ }
1182
+ .ilo--card--graphic.ilo--card--wide {
1183
+ padding: 0 1.7148981779rem 2.1436227224rem;
1184
+ }
1185
+ @media screen and (min-width: 610px) {
1186
+ .ilo--card--graphic.ilo--card--wide {
1187
+ padding: 0 1.7148981779rem 2.1436227224rem;
1188
+ }
1189
+ }
1190
+ .ilo--card--graphic.ilo--card--standard {
1191
+ padding: 0 1.7148981779rem 2.1436227224rem;
1192
+ }
1193
+ @media screen and (min-width: 610px) {
1194
+ .ilo--card--graphic.ilo--card--standard {
1195
+ padding: 0 1.7148981779rem 2.1436227224rem;
1196
+ }
1197
+ }
1198
+ .ilo--card--graphic.ilo--card--narrow {
1199
+ padding: 0 1.2861736334rem 2.1436227224rem;
1200
+ }
1201
+ @media screen and (min-width: 610px) {
1202
+ .ilo--card--graphic.ilo--card--narrow {
1203
+ padding: 0 1.2861736334rem 2.1436227224rem;
1007
1204
  }
1008
1205
  }
1206
+ .ilo--card--graphic.ilo--card--narrow .ilo--card--title {
1207
+ font-size: 18.66px;
1208
+ letter-spacing: -0.035em;
1209
+ line-height: 24.26px;
1210
+ margin-bottom: 1.674953518rem;
1211
+ }
1009
1212
  .ilo--card--graphic.ilo--card--dark {
1010
- border-bottom: 3px solid rgb(150, 10, 85);
1213
+ border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
1011
1214
  }
1012
1215
  .ilo--card--graphic .ilo--card--eyebrow {
1013
1216
  margin-bottom: 1.0110920672rem;
@@ -1030,20 +1233,71 @@
1030
1233
  margin-bottom: 1.4398166117rem;
1031
1234
  }
1032
1235
  .ilo--card--graphicpromo {
1033
- max-width: 920px;
1034
- padding: 40px 24px;
1236
+ max-width: 49.3033226152rem;
1237
+ padding: 2.1436227224rem 1.2861736334rem;
1035
1238
  width: 100%;
1036
1239
  }
1037
1240
  @media screen and (min-width: 610px) {
1038
1241
  .ilo--card--graphicpromo {
1039
- padding: 48px;
1242
+ padding: 2.5723472669rem;
1040
1243
  }
1041
1244
  }
1042
1245
  @media screen and (min-width: 1024px) {
1043
1246
  .ilo--card--graphicpromo {
1044
- padding: 64px 72px;
1247
+ padding: 3.4297963558rem 3.8585209003rem;
1248
+ }
1249
+ }
1250
+ .ilo--card--graphicpromo.ilo--card--wide {
1251
+ padding: 3.4297963558rem 3.8585209003rem;
1252
+ }
1253
+ @media screen and (min-width: 610px) {
1254
+ .ilo--card--graphicpromo.ilo--card--wide {
1255
+ padding: 3.4297963558rem 3.8585209003rem;
1256
+ }
1257
+ }
1258
+ @media screen and (min-width: 1024px) {
1259
+ .ilo--card--graphicpromo.ilo--card--wide {
1260
+ padding: 3.4297963558rem 3.8585209003rem;
1045
1261
  }
1046
1262
  }
1263
+ .ilo--card--graphicpromo.ilo--card--standard {
1264
+ padding: 2.5723472669rem;
1265
+ }
1266
+ @media screen and (min-width: 610px) {
1267
+ .ilo--card--graphicpromo.ilo--card--standard {
1268
+ padding: 2.5723472669rem;
1269
+ }
1270
+ }
1271
+ @media screen and (min-width: 1024px) {
1272
+ .ilo--card--graphicpromo.ilo--card--standard {
1273
+ padding: 2.5723472669rem;
1274
+ }
1275
+ }
1276
+ .ilo--card--graphicpromo.ilo--card--narrow {
1277
+ padding: 2.1436227224rem 1.2861736334rem;
1278
+ }
1279
+ @media screen and (min-width: 610px) {
1280
+ .ilo--card--graphicpromo.ilo--card--narrow {
1281
+ padding: 2.1436227224rem 1.2861736334rem;
1282
+ }
1283
+ }
1284
+ @media screen and (min-width: 1024px) {
1285
+ .ilo--card--graphicpromo.ilo--card--narrow {
1286
+ padding: 2.1436227224rem 1.2861736334rem;
1287
+ }
1288
+ }
1289
+ .ilo--card--graphicpromo.ilo--card--narrow .ilo--card--title {
1290
+ font-size: 29.16px;
1291
+ letter-spacing: -0.035em;
1292
+ line-height: 36.45px;
1293
+ margin-bottom: 0.5741425509rem;
1294
+ }
1295
+ .ilo--card--graphicpromo.ilo--card--narrow .ilo--card--intro {
1296
+ font-size: 16px;
1297
+ letter-spacing: normal;
1298
+ line-height: 23.36px;
1299
+ margin-bottom: 1.910132288rem;
1300
+ }
1047
1301
  .ilo--card--graphicpromo.ilo--card--light:not(:hover) .ilo--card--title {
1048
1302
  color: rgb(45, 45, 45);
1049
1303
  }
@@ -1076,24 +1330,58 @@
1076
1330
  }
1077
1331
  }
1078
1332
  .ilo--card--factlist {
1079
- padding: 0 24px 48px 24px;
1080
- max-width: 856px;
1333
+ border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
1334
+ max-width: 45.8735262594rem;
1335
+ padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
1081
1336
  }
1082
1337
  .ilo--card--factlist::before {
1083
1338
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1084
- height: 40px;
1085
- top: -39.7px;
1339
+ height: 2.1436227224rem;
1340
+ top: -2.127545552rem;
1086
1341
  }
1087
1342
  @media screen and (min-width: 1024px) {
1088
1343
  .ilo--card--factlist {
1089
- padding: 0 40px 56px 40px;
1344
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1090
1345
  }
1091
1346
  .ilo--card--factlist::before {
1092
1347
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1093
- height: 48px;
1094
- top: -47.7px;
1348
+ height: 2.5723472669rem;
1349
+ top: -2.5562700965rem;
1350
+ }
1351
+ }
1352
+ .ilo--card--factlist.ilo--card--wide {
1353
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1354
+ }
1355
+ @media screen and (min-width: 610px) {
1356
+ .ilo--card--factlist.ilo--card--wide {
1357
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1358
+ }
1359
+ }
1360
+ .ilo--card--factlist.ilo--card--standard {
1361
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1362
+ }
1363
+ @media screen and (min-width: 610px) {
1364
+ .ilo--card--factlist.ilo--card--standard {
1365
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1366
+ }
1367
+ }
1368
+ .ilo--card--factlist.ilo--card--narrow {
1369
+ padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
1370
+ }
1371
+ @media screen and (min-width: 610px) {
1372
+ .ilo--card--factlist.ilo--card--narrow {
1373
+ padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
1095
1374
  }
1096
1375
  }
1376
+ .ilo--card--factlist.ilo--card--dark {
1377
+ border-bottom: 0.1607717042rem solid rgb(250, 60, 75);
1378
+ }
1379
+ .ilo--card--factlist.ilo--card--dark .ilo--card--title {
1380
+ color: rgb(255, 255, 255);
1381
+ }
1382
+ .ilo--card--factlist.ilo--card--dark .ilo--list__item {
1383
+ color: rgb(255, 255, 255);
1384
+ }
1097
1385
  .ilo--card--factlist .ilo--card--title {
1098
1386
  color: rgb(45, 45, 45);
1099
1387
  font-size: 23.32px;
@@ -1110,14 +1398,14 @@
1110
1398
  }
1111
1399
  }
1112
1400
  .ilo--card--stat {
1113
- border-bottom: 3px solid rgb(150, 10, 85);
1114
- padding: 0 24px 24px 30px;
1401
+ border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
1402
+ padding: 0 1.2861736334rem 1.2861736334rem 1.6077170418rem;
1115
1403
  width: 100%;
1116
1404
  }
1117
1405
  .ilo--card--stat::before {
1118
1406
  clip-path: polygon(75% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1119
- height: 40px;
1120
- top: -39.7px;
1407
+ height: 2.1436227224rem;
1408
+ top: -2.127545552rem;
1121
1409
  }
1122
1410
  .ilo--card--stat.ilo--card--blue {
1123
1411
  background: rgb(235, 245, 253);
@@ -1136,6 +1424,9 @@
1136
1424
  flex-wrap: wrap;
1137
1425
  height: 100%;
1138
1426
  }
1427
+ .right-to-left .ilo--card--stat .ilo--card--content {
1428
+ flex-direction: row-reverse;
1429
+ }
1139
1430
  .ilo--card--stat .ilo--card--title {
1140
1431
  color: rgb(35, 0, 80);
1141
1432
  font-size: 36.45px;
@@ -1160,24 +1451,24 @@
1160
1451
  }
1161
1452
  .ilo--card--data {
1162
1453
  background: rgb(235, 245, 253);
1163
- border-bottom: 3px solid #82afdc;
1164
- max-width: 600px;
1165
- padding: 0 24px 56px;
1454
+ border-bottom: 0.1607717042rem solid #82afdc;
1455
+ max-width: 32.154340836rem;
1456
+ padding: 0 1.2861736334rem 3.0010718114rem;
1166
1457
  }
1167
1458
  .ilo--card--data::before {
1168
1459
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1169
- height: 40px;
1170
- top: -39.7px;
1460
+ height: 2.1436227224rem;
1461
+ top: -2.127545552rem;
1171
1462
  }
1172
1463
  @media screen and (min-width: 1024px) {
1173
1464
  .ilo--card--data::before {
1174
1465
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1175
- height: 48px;
1176
- top: -47.7px;
1466
+ height: 2.5723472669rem;
1467
+ top: -2.5562700965rem;
1177
1468
  }
1178
1469
  }
1179
1470
  .ilo--card--data .ilo--card--image--wrapper {
1180
- width: max(205px, 50%);
1471
+ width: max(10.9860664523rem, 50%);
1181
1472
  }
1182
1473
  .ilo--card--data--content-label {
1183
1474
  font-size: 14.93px;
@@ -1196,7 +1487,7 @@
1196
1487
  font-weight: 500;
1197
1488
  }
1198
1489
  .ilo--card--data--content-files {
1199
- margin-bottom: 40px;
1490
+ margin-bottom: 2.1436227224rem;
1200
1491
  }
1201
1492
  .ilo--card--data .ilo--link {
1202
1493
  font-size: 18.66px;
@@ -1204,23 +1495,73 @@
1204
1495
  line-height: 24.26px;
1205
1496
  }
1206
1497
  .ilo--card--data--file {
1207
- margin: 4px 8px 4px 0;
1498
+ margin: 0.2143622722rem 0.4287245445rem 0.2143622722rem 0;
1208
1499
  }
1209
1500
  .ilo--card--data--file:last-of-type {
1210
1501
  margin-right: 0;
1211
1502
  }
1212
1503
  .ilo--card--feature {
1504
+ border-bottom: 0.1607717042rem solid rgb(109, 109, 109);
1505
+ display: flex;
1213
1506
  margin-top: 0;
1507
+ position: relative;
1214
1508
  }
1215
1509
  .ilo--card--feature::before {
1216
1510
  display: none;
1217
1511
  }
1512
+ .ilo--card--feature.ilo--card--dark {
1513
+ border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
1514
+ }
1218
1515
  .ilo--card--feature:hover picture::before, .ilo--card--feature:focus picture::before {
1219
1516
  opacity: 0.4;
1220
1517
  z-index: 1;
1221
1518
  }
1519
+ .ilo--card--feature.ilo--card--narrow .ilo--card--wrap, .ilo--card--feature.ilo--card--standard .ilo--card--wrap {
1520
+ display: flex;
1521
+ flex-wrap: wrap;
1522
+ width: 100%;
1523
+ }
1524
+ .ilo--card--feature.ilo--card--narrow .ilo--card--content, .ilo--card--feature.ilo--card--standard .ilo--card--content {
1525
+ width: 100%;
1526
+ }
1527
+ .ilo--card--feature.ilo--card--narrow .ilo--card--image--wrapper, .ilo--card--feature.ilo--card--standard .ilo--card--image--wrapper {
1528
+ width: 100%;
1529
+ }
1530
+ @media screen and (min-width: 610px) {
1531
+ .ilo--card--feature.ilo--card--wide .ilo--card--wrap {
1532
+ display: flex;
1533
+ width: 100%;
1534
+ }
1535
+ .right-to-left .ilo--card--feature.ilo--card--wide .ilo--card--wrap {
1536
+ flex-direction: row-reverse;
1537
+ }
1538
+ .ilo--card--feature.ilo--card--wide .ilo--card--content {
1539
+ display: flex;
1540
+ flex-wrap: wrap;
1541
+ width: 50%;
1542
+ }
1543
+ .right-to-left .ilo--card--feature.ilo--card--wide .ilo--card--content {
1544
+ flex-direction: row-reverse;
1545
+ }
1546
+ .ilo--card--feature.ilo--card--wide .ilo--card--image--wrapper {
1547
+ width: 50%;
1548
+ }
1549
+ .ilo--card--feature.ilo--card--wide .ilo--card--image {
1550
+ object-fit: cover;
1551
+ }
1552
+ .ilo--card--feature.ilo--card--wide .ilo--card--date {
1553
+ align-self: flex-end;
1554
+ }
1555
+ .ilo--card--feature.ilo--card--wide .ilo--card--eyebrow {
1556
+ width: 100%;
1557
+ }
1558
+ .ilo--card--feature.ilo--card--wide .ilo--card--title {
1559
+ width: 100%;
1560
+ }
1561
+ }
1222
1562
  .ilo--card--feature picture {
1223
1563
  display: flex;
1564
+ height: 100%;
1224
1565
  position: relative;
1225
1566
  }
1226
1567
  .ilo--card--feature picture::before {
@@ -1232,12 +1573,12 @@
1232
1573
  opacity: 0;
1233
1574
  position: absolute;
1234
1575
  top: 0;
1235
- transition: opacity 0.15s ease-in-out;
1576
+ transition: opacity 150ms ease-in-out;
1236
1577
  width: 100%;
1237
1578
  z-index: -1;
1238
1579
  }
1239
1580
  .ilo--card--feature .ilo--card--content {
1240
- padding: 24px 24px 40px;
1581
+ padding: 1.2861736334rem 1.2861736334rem 2.1436227224rem;
1241
1582
  }
1242
1583
  .ilo--card--feature .ilo--card--title {
1243
1584
  font-size: 23.32px;
@@ -1259,7 +1600,7 @@
1259
1600
 
1260
1601
  /**
1261
1602
  * Do not edit directly
1262
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1603
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1263
1604
  */
1264
1605
  /**
1265
1606
  * TOKENS:
@@ -1272,6 +1613,10 @@
1272
1613
  flex-wrap: wrap;
1273
1614
  justify-content: space-between;
1274
1615
  margin: auto;
1616
+ row-gap: 1.7148981779rem;
1617
+ }
1618
+ .right-to-left .ilo--cardgroup--inner {
1619
+ flex-direction: row-reverse;
1275
1620
  }
1276
1621
  .ilo--cardgroup--inner .ilo--card {
1277
1622
  width: 100%;
@@ -1291,10 +1636,16 @@
1291
1636
  width: calc(25% - 16px);
1292
1637
  }
1293
1638
  }
1639
+ .ilo--cardgroup--button-wrap {
1640
+ display: flex;
1641
+ justify-content: center;
1642
+ margin-top: 3.4297963558rem;
1643
+ width: 100%;
1644
+ }
1294
1645
 
1295
1646
  /**
1296
1647
  * Do not edit directly
1297
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1648
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1298
1649
  */
1299
1650
  /**
1300
1651
  * TOKENS:
@@ -1398,7 +1749,7 @@
1398
1749
 
1399
1750
  /**
1400
1751
  * Do not edit directly
1401
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1752
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1402
1753
  */
1403
1754
  /**
1404
1755
  * TOKENS:
@@ -1470,7 +1821,7 @@
1470
1821
 
1471
1822
  /**
1472
1823
  * Do not edit directly
1473
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1824
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1474
1825
  */
1475
1826
  /**
1476
1827
  * TOKENS:
@@ -1480,7 +1831,7 @@
1480
1831
  */
1481
1832
  /**
1482
1833
  * Do not edit directly
1483
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1834
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1484
1835
  */
1485
1836
  /**
1486
1837
  * TOKENS:
@@ -1490,7 +1841,7 @@
1490
1841
  */
1491
1842
  /**
1492
1843
  * Do not edit directly
1493
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1844
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1494
1845
  */
1495
1846
  /**
1496
1847
  * TOKENS:
@@ -1500,7 +1851,7 @@
1500
1851
  */
1501
1852
  /**
1502
1853
  * Do not edit directly
1503
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1854
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1504
1855
  */
1505
1856
  /**
1506
1857
  * TOKENS:
@@ -1599,7 +1950,7 @@
1599
1950
 
1600
1951
  /**
1601
1952
  * Do not edit directly
1602
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1953
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1603
1954
  */
1604
1955
  /**
1605
1956
  * TOKENS:
@@ -1619,7 +1970,7 @@
1619
1970
 
1620
1971
  /**
1621
1972
  * Do not edit directly
1622
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
1973
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1623
1974
  */
1624
1975
  /**
1625
1976
  * TOKENS:
@@ -1694,7 +2045,7 @@
1694
2045
 
1695
2046
  /**
1696
2047
  * Do not edit directly
1697
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2048
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1698
2049
  */
1699
2050
  /**
1700
2051
  * TOKENS:
@@ -1704,7 +2055,7 @@
1704
2055
  */
1705
2056
  /**
1706
2057
  * Do not edit directly
1707
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2058
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1708
2059
  */
1709
2060
  /**
1710
2061
  * TOKENS:
@@ -1714,7 +2065,7 @@
1714
2065
  */
1715
2066
  /**
1716
2067
  * Do not edit directly
1717
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2068
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1718
2069
  */
1719
2070
  /**
1720
2071
  * TOKENS:
@@ -1767,7 +2118,7 @@
1767
2118
 
1768
2119
  /**
1769
2120
  * Do not edit directly
1770
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2121
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1771
2122
  */
1772
2123
  /**
1773
2124
  * TOKENS:
@@ -1832,7 +2183,7 @@
1832
2183
 
1833
2184
  /**
1834
2185
  * Do not edit directly
1835
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2186
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1836
2187
  */
1837
2188
  /**
1838
2189
  * TOKENS:
@@ -1938,7 +2289,7 @@
1938
2289
 
1939
2290
  /**
1940
2291
  * Do not edit directly
1941
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2292
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1942
2293
  */
1943
2294
  /**
1944
2295
  * TOKENS:
@@ -1955,10 +2306,45 @@
1955
2306
  line-height: 29.15px;
1956
2307
  margin-bottom: 1.5763397642rem;
1957
2308
  }
1958
-
2309
+
2310
+ /**
2311
+ * Do not edit directly
2312
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2313
+ */
2314
+ /**
2315
+ * TOKENS:
2316
+ */
2317
+ /**
2318
+ * MAPS:
2319
+ */
2320
+ /**
2321
+ * Do not edit directly
2322
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2323
+ */
2324
+ /**
2325
+ * TOKENS:
2326
+ */
2327
+ /**
2328
+ * MAPS:
2329
+ */
2330
+ @keyframes emptygradient {
2331
+ 0% {
2332
+ opacity: 1;
2333
+ }
2334
+ 100% {
2335
+ opacity: 0;
2336
+ }
2337
+ }
2338
+ @keyframes spin {
2339
+ 100% {
2340
+ -moz-transform: rotate(360deg);
2341
+ -webkit-transform: rotate(360deg);
2342
+ transform: rotate(360deg);
2343
+ }
2344
+ }
1959
2345
  /**
1960
2346
  * Do not edit directly
1961
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2347
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
1962
2348
  */
1963
2349
  /**
1964
2350
  * TOKENS:
@@ -1966,10 +2352,13 @@
1966
2352
  /**
1967
2353
  * MAPS:
1968
2354
  */
2355
+ .ilo--footer {
2356
+ border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
2357
+ }
1969
2358
  .ilo--footer--main {
1970
2359
  background-color: rgb(35, 0, 80);
1971
2360
  border-bottom: 0.3215434084rem solid rgb(250, 60, 75);
1972
- padding: 0 1.7148981779rem;
2361
+ padding: 2.1436227224rem 1.7148981779rem 0 1.7148981779rem;
1973
2362
  position: relative;
1974
2363
  }
1975
2364
  .ilo--footer--main > * {
@@ -1977,19 +2366,26 @@
1977
2366
  z-index: 1;
1978
2367
  }
1979
2368
  .ilo--footer--main:after {
1980
- background-color: rgb(30, 45, 190);
1981
- clip-path: polygon(63.75% 0%, 100% 63.75%, 100% 0);
2369
+ background-size: contain;
2370
+ background-repeat: no-repeat;
2371
+ bottom: 0;
1982
2372
  content: "";
1983
2373
  height: 100%;
1984
- left: 0;
2374
+ min-width: 409.5px;
2375
+ right: 0;
1985
2376
  position: absolute;
1986
- top: 0;
1987
- width: 100%;
2377
+ transform: scaleY(-1);
2378
+ width: 28.8%;
1988
2379
  z-index: 0;
2380
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 409.5 236'%3e%3cpath fill='rgb(30, 45, 190)' d='M409.5 236c-1.7-.6-3.5-1.1-5.1-2-5.3-2.9-10.5-5.9-15.7-9-4.8-2.8-9.5-5.8-14.3-8.7-4.3-2.6-8.5-5.1-12.9-7.5-4.9-2.7-10-5.2-14.9-8-3.8-2.2-7.4-4.8-11.2-7.1-5.7-3.3-11.6-6.4-17.3-9.7-3.9-2.2-7.6-4.6-11.5-6.9-4-2.3-8.1-4.4-12-6.7-3.8-2.2-7.5-4.5-11.3-6.7-2.4-1.4-4.9-2.5-7.3-3.9-2.8-1.6-5.5-3.3-8.2-4.9-3.8-2.3-7.5-4.6-11.4-6.8-3.9-2.3-7.9-4.5-11.9-6.8-6.1-3.5-12.2-6.8-18.2-10.4-4.8-2.8-9.4-5.8-14.2-8.5-4.8-2.8-9.8-5.3-14.6-8.1-3.6-2.1-7.2-4.3-10.8-6.4-5.9-3.5-11.8-6.9-17.7-10.3-4.8-2.8-9.6-5.7-14.4-8.5-3.8-2.2-7.8-4.4-11.6-6.6-3-1.7-5.9-3.6-8.9-5.4-3-1.8-6.2-3.4-9.2-5.1-3.9-2.2-7.8-4.4-11.6-6.6-4.1-2.4-8.1-4.8-12.2-7.2-5.8-3.4-11.5-6.9-17.3-10.2-4.9-2.8-9.9-5.4-14.7-8.2-3.7-2.1-7.3-4.5-11-6.6-4.9-2.9-9.8-5.6-14.7-8.4-4.7-2.7-9.4-5.6-14.2-8.3-5-2.9-10-5.7-15-8.6C10.3 5.6 6.6 3.3 2.8 1 2 .5 1 .3 0 0h409.5v236z'/%3e%3c/svg%3e");
2381
+ }
2382
+ .ilo--footer--logo {
2383
+ max-width: 100%;
1989
2384
  }
1990
2385
  .ilo--footer--secondary {
1991
2386
  background-color: rgb(255, 255, 255);
1992
2387
  padding: 1.9292604502rem 0.857449089rem 0 0.857449089rem;
2388
+ min-height: 3.0010718114rem;
1993
2389
  }
1994
2390
  .ilo--footer--headline {
1995
2391
  color: rgb(255, 255, 255);
@@ -2036,15 +2432,6 @@
2036
2432
  display: flex;
2037
2433
  margin-bottom: 2.4115755627rem;
2038
2434
  }
2039
- .ilo--footer .social--links--item {
2040
- height: 0.857449089rem;
2041
- margin-right: 1.0718113612rem;
2042
- position: relative;
2043
- width: 0.857449089rem;
2044
- }
2045
- .ilo--footer .social--links--item:last-of-type {
2046
- margin-right: none;
2047
- }
2048
2435
  .ilo--footer .social--links--link {
2049
2436
  background-repeat: no-repeat;
2050
2437
  background-size: contain;
@@ -2070,6 +2457,35 @@
2070
2457
  .ilo--footer .social--links--link.youtube {
2071
2458
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3e%3cpath fill='rgb(255, 255, 255)' d='M15.8 2.8C15.6 1.5 15 0.6 13.6 0.4C11.4 8.9407e-08 8 0 8 0C8 0 4.6 8.9407e-08 2.4 0.4C1 0.6 0.3 1.5 0.2 2.8C0 4.1 0 6 0 6C0 6 0 7.9 0.2 9.2C0.4 10.5 1 11.4 2.4 11.6C4.6 12 8 12 8 12C8 12 11.4 12 13.6 11.6C15 11.3 15.6 10.5 15.8 9.2C16 7.9 16 6 16 6C16 6 16 4.1 15.8 2.8ZM6 9V3L11 6L6 9Z'/%3e%3c/svg%3e");
2072
2459
  }
2460
+ .ilo--footer .social--links--item {
2461
+ align-items: center;
2462
+ background-color: transparent;
2463
+ border-radius: 0.1607717042rem;
2464
+ display: flex;
2465
+ height: 1.2861736334rem;
2466
+ justify-content: center;
2467
+ margin-right: 1.0718113612rem;
2468
+ position: relative;
2469
+ width: 1.2861736334rem;
2470
+ }
2471
+ .ilo--footer .social--links--item:last-of-type {
2472
+ margin-right: none;
2473
+ }
2474
+ .ilo--footer .social--links--item:hover, .ilo--footer .social--links--item:focus {
2475
+ background-color: rgb(235, 245, 253);
2476
+ }
2477
+ .ilo--footer .social--links--item:hover .social--links--link.facebook, .ilo--footer .social--links--item:focus .social--links--link.facebook {
2478
+ 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");
2479
+ }
2480
+ .ilo--footer .social--links--item:hover .social--links--link.instagram, .ilo--footer .social--links--item:focus .social--links--link.instagram {
2481
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 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");
2482
+ }
2483
+ .ilo--footer .social--links--item:hover .social--links--link.twitter, .ilo--footer .social--links--item:focus .social--links--link.twitter {
2484
+ 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");
2485
+ }
2486
+ .ilo--footer .social--links--item:hover .social--links--link.youtube, .ilo--footer .social--links--item:focus .social--links--link.youtube {
2487
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3e%3cpath fill='rgb(30, 45, 190)' d='M15.8 2.8C15.6 1.5 15 0.6 13.6 0.4C11.4 8.9407e-08 8 0 8 0C8 0 4.6 8.9407e-08 2.4 0.4C1 0.6 0.3 1.5 0.2 2.8C0 4.1 0 6 0 6C0 6 0 7.9 0.2 9.2C0.4 10.5 1 11.4 2.4 11.6C4.6 12 8 12 8 12C8 12 11.4 12 13.6 11.6C15 11.3 15.6 10.5 15.8 9.2C16 7.9 16 6 16 6C16 6 16 4.1 15.8 2.8ZM6 9V3L11 6L6 9Z'/%3e%3c/svg%3e");
2488
+ }
2073
2489
  .ilo--footer .legal,
2074
2490
  .ilo--footer .secondarylinks {
2075
2491
  color: rgb(109, 109, 109);
@@ -2089,20 +2505,35 @@
2089
2505
  }
2090
2506
  .ilo--footer .secondarylinks--list--item a {
2091
2507
  color: rgb(109, 109, 109);
2508
+ transition-property: color, border-color;
2509
+ transition-duration: 150ms;
2510
+ transition-timing-function: ease-out;
2092
2511
  }
2093
2512
  .ilo--footer .secondarylinks--list--item a:visited {
2094
2513
  color: rgb(150, 10, 85);
2514
+ transition-property: color, border-color;
2515
+ transition-duration: 150ms;
2516
+ transition-timing-function: ease-out;
2095
2517
  }
2096
2518
  .ilo--footer .secondarylinks--list--item a:hover {
2097
2519
  color: rgb(30, 45, 190);
2520
+ transition-property: color, border-color;
2521
+ transition-duration: 150ms;
2522
+ transition-timing-function: ease-out;
2098
2523
  }
2099
2524
  .ilo--footer .secondarylinks--list--item a:active {
2100
2525
  color: rgb(35, 0, 80);
2101
2526
  outline: none;
2527
+ transition-property: color, border-color;
2528
+ transition-duration: 150ms;
2529
+ transition-timing-function: ease-out;
2102
2530
  }
2103
2531
  .ilo--footer .secondarylinks--list--item a:focus {
2104
2532
  color: rgb(35, 0, 80);
2105
2533
  outline: none;
2534
+ transition-property: color, border-color;
2535
+ transition-duration: 150ms;
2536
+ transition-timing-function: ease-out;
2106
2537
  }
2107
2538
  .ilo--footer .anchorlink {
2108
2539
  background: rgba(0, 0, 0, 0);
@@ -2139,7 +2570,9 @@
2139
2570
  border-bottom: 0.1071811361rem solid rgb(30, 45, 190);
2140
2571
  color: rgb(30, 45, 190);
2141
2572
  cursor: pointer;
2142
- transition: background 150ms linear, border 150ms linear, color 150ms linear;
2573
+ transition-property: color, background-color, border-color;
2574
+ transition-duration: 150ms;
2575
+ transition-timing-function: ease-out;
2143
2576
  }
2144
2577
  .ilo--footer .anchorlink:hover:after {
2145
2578
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3e%3cpath fill='rgb(30, 45, 190)' d='M4.00391 9.13792L4.99208 8.1499L12.0004 15.1571L19.0087 8.1499L19.9969 9.13792L12.498 16.6426C12.4328 16.7083 12.3553 16.7604 12.2699 16.796C12.1845 16.8316 12.0929 16.8499 12.0004 16.8499C11.9079 16.8499 11.8163 16.8316 11.7309 16.796C11.6455 16.7604 11.568 16.7083 11.5028 16.6426L4.00391 9.13792Z'/%3e%3c/svg%3e");
@@ -2199,6 +2632,12 @@
2199
2632
  grid-template-areas: "site-info address connect" "site-info links connect";
2200
2633
  padding: 3.0010718114rem 3.7513397642rem 3.4297963558rem 3.7513397642rem;
2201
2634
  }
2635
+ .ilo--footer--main:after {
2636
+ background-position: right top;
2637
+ bottom: auto;
2638
+ top: 0;
2639
+ transform: scaleY(1);
2640
+ }
2202
2641
  .ilo--footer--logo {
2203
2642
  width: 100%;
2204
2643
  }
@@ -2231,10 +2670,49 @@
2231
2670
  top: 0;
2232
2671
  }
2233
2672
  }
2673
+ .right-to-left .ilo--footer * {
2674
+ text-align: right;
2675
+ }
2676
+ .right-to-left .ilo--footer .social--links {
2677
+ flex-direction: row-reverse;
2678
+ }
2679
+ .right-to-left .ilo--footer .social--links--link {
2680
+ text-indent: 999em;
2681
+ }
2682
+ .right-to-left .ilo--footer--main:after {
2683
+ bottom: 0;
2684
+ left: 0;
2685
+ right: auto;
2686
+ top: auto;
2687
+ transform: scale(-1, -1);
2688
+ }
2689
+ @media screen and (min-width: 610px) {
2690
+ .right-to-left .ilo--footer--main {
2691
+ grid-template-areas: "address site-info" "links site-info" "connect site-info";
2692
+ }
2693
+ }
2694
+ @media screen and (min-width: 1024px) {
2695
+ .right-to-left .ilo--footer--main {
2696
+ grid-template-columns: calc(32.5% + 64px) 25.1% 19.2%;
2697
+ grid-template-areas: "connect address site-info" "connect links site-info";
2698
+ }
2699
+ .right-to-left .ilo--footer--main:after {
2700
+ left: 0;
2701
+ right: auto;
2702
+ transform: scale(-1, 1);
2703
+ }
2704
+ .right-to-left .ilo--footer .connect {
2705
+ grid-template-columns: 60%, minmax(0, 40%);
2706
+ margin: 0 calc(18.9% + 64px) 0 0;
2707
+ }
2708
+ .right-to-left .ilo--footer .ilo--button {
2709
+ justify-self: end;
2710
+ }
2711
+ }
2234
2712
 
2235
2713
  /**
2236
2714
  * Do not edit directly
2237
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2715
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2238
2716
  */
2239
2717
  /**
2240
2718
  * TOKENS:
@@ -2357,7 +2835,7 @@
2357
2835
 
2358
2836
  /**
2359
2837
  * Do not edit directly
2360
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
2838
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2361
2839
  */
2362
2840
  /**
2363
2841
  * TOKENS:
@@ -2377,9 +2855,6 @@
2377
2855
  position: relative;
2378
2856
  }
2379
2857
  @media screen and (min-width: 1024px) {
2380
- .ilo--hero--portal {
2381
- padding-top: 128px;
2382
- }
2383
2858
  .ilo--hero--portal .ilo--image {
2384
2859
  height: calc(100% - 80px);
2385
2860
  left: 0;
@@ -2456,12 +2931,10 @@
2456
2931
  background-color: rgba(0, 0, 0, 0);
2457
2932
  }
2458
2933
  @media screen and (min-width: 1024px) {
2459
- .ilo--hero--image {
2460
- padding-top: 128px;
2461
- }
2462
2934
  .ilo--hero--image .ilo--image {
2463
2935
  height: 100%;
2464
2936
  max-height: 592px;
2937
+ overflow: hidden;
2465
2938
  width: 100%;
2466
2939
  }
2467
2940
  .ilo--hero--image .ilo--image--wrapper {
@@ -2695,7 +3168,7 @@
2695
3168
 
2696
3169
  /**
2697
3170
  * Do not edit directly
2698
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3171
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2699
3172
  */
2700
3173
  /**
2701
3174
  * TOKENS:
@@ -2741,7 +3214,7 @@
2741
3214
 
2742
3215
  /**
2743
3216
  * Do not edit directly
2744
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3217
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2745
3218
  */
2746
3219
  /**
2747
3220
  * TOKENS:
@@ -2891,7 +3364,42 @@
2891
3364
 
2892
3365
  /**
2893
3366
  * Do not edit directly
2894
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3367
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3368
+ */
3369
+ /**
3370
+ * TOKENS:
3371
+ */
3372
+ /**
3373
+ * MAPS:
3374
+ */
3375
+ /**
3376
+ * Do not edit directly
3377
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3378
+ */
3379
+ /**
3380
+ * TOKENS:
3381
+ */
3382
+ /**
3383
+ * MAPS:
3384
+ */
3385
+ @keyframes emptygradient {
3386
+ 0% {
3387
+ opacity: 1;
3388
+ }
3389
+ 100% {
3390
+ opacity: 0;
3391
+ }
3392
+ }
3393
+ @keyframes spin {
3394
+ 100% {
3395
+ -moz-transform: rotate(360deg);
3396
+ -webkit-transform: rotate(360deg);
3397
+ transform: rotate(360deg);
3398
+ }
3399
+ }
3400
+ /**
3401
+ * Do not edit directly
3402
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
2895
3403
  */
2896
3404
  /**
2897
3405
  * TOKENS:
@@ -2961,10 +3469,16 @@
2961
3469
  }
2962
3470
  .ilo--link-list--link:visited {
2963
3471
  color: rgb(35, 0, 80);
3472
+ transition-property: color;
3473
+ transition-duration: 150ms;
3474
+ transition-timing-function: ease-out;
2964
3475
  }
2965
3476
  .ilo--link-list--link:active {
2966
3477
  color: rgb(35, 0, 80);
2967
3478
  outline: none;
3479
+ transition-property: color;
3480
+ transition-duration: 150ms;
3481
+ transition-timing-function: ease-out;
2968
3482
  }
2969
3483
  .ilo--link-list--link:hover, .ilo--link-list--link:focus {
2970
3484
  border-bottom: 0.1071811361rem solid rgb(30, 45, 190);
@@ -2972,6 +3486,16 @@
2972
3486
  color: rgb(30, 45, 190);
2973
3487
  outline: none;
2974
3488
  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");
3489
+ transition-property: color, background-color, border-color;
3490
+ transition-duration: 150ms;
3491
+ transition-timing-function: ease-out;
3492
+ }
3493
+ .right-to-left .ilo--link-list--link {
3494
+ background-position: 4px center;
3495
+ 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");
3496
+ }
3497
+ .right-to-left .ilo--link-list--link:hover, .right-to-left .ilo--link-list--link:focus {
3498
+ 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");
2975
3499
  }
2976
3500
  .ilo--link-list--dark .ilo--link-list--headline,
2977
3501
  .ilo--link-list--dark .ilo--link-list--links--headline {
@@ -2989,12 +3513,18 @@
2989
3513
  }
2990
3514
  .ilo--link-list--dark .ilo--link-list--link:visited .ilo--link-list--label {
2991
3515
  color: rgb(255, 255, 255);
3516
+ transition-property: color;
3517
+ transition-duration: 150ms;
3518
+ transition-timing-function: ease-out;
2992
3519
  }
2993
3520
  .ilo--link-list--dark .ilo--link-list--link:active {
2994
3521
  outline: none;
2995
3522
  }
2996
3523
  .ilo--link-list--dark .ilo--link-list--link:active .ilo--link-list--label {
2997
3524
  color: rgb(35, 0, 80);
3525
+ transition-property: color;
3526
+ transition-duration: 150ms;
3527
+ transition-timing-function: ease-out;
2998
3528
  }
2999
3529
  .ilo--link-list--dark .ilo--link-list--link:hover, .ilo--link-list--dark .ilo--link-list--link:focus {
3000
3530
  outline: none;
@@ -3002,11 +3532,24 @@
3002
3532
  }
3003
3533
  .ilo--link-list--dark .ilo--link-list--link:hover .ilo--link-list--label, .ilo--link-list--dark .ilo--link-list--link:focus .ilo--link-list--label {
3004
3534
  color: rgb(30, 45, 190);
3535
+ transition-property: color;
3536
+ transition-duration: 150ms;
3537
+ transition-timing-function: ease-out;
3538
+ }
3539
+ .right-to-left .ilo--link-list--dark .ilo--link-list--link {
3540
+ background-position: 4px center;
3541
+ 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");
3542
+ }
3543
+ .right-to-left .ilo--link-list--dark .ilo--link-list--link:hover, .right-to-left .ilo--link-list--dark .ilo--link-list--link:focus {
3544
+ 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");
3545
+ }
3546
+ .right-to-left .ilo--link-list * {
3547
+ text-align: right;
3005
3548
  }
3006
3549
 
3007
3550
  /**
3008
3551
  * Do not edit directly
3009
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3552
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3010
3553
  */
3011
3554
  /**
3012
3555
  * TOKENS:
@@ -3069,7 +3612,7 @@
3069
3612
 
3070
3613
  /**
3071
3614
  * Do not edit directly
3072
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3615
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3073
3616
  */
3074
3617
  /**
3075
3618
  * TOKENS:
@@ -3079,7 +3622,7 @@
3079
3622
  */
3080
3623
  /**
3081
3624
  * Do not edit directly
3082
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3625
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3083
3626
  */
3084
3627
  /**
3085
3628
  * TOKENS:
@@ -3089,7 +3632,7 @@
3089
3632
  */
3090
3633
  /**
3091
3634
  * Do not edit directly
3092
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3635
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3093
3636
  */
3094
3637
  /**
3095
3638
  * TOKENS:
@@ -3197,7 +3740,7 @@
3197
3740
 
3198
3741
  /**
3199
3742
  * Do not edit directly
3200
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3743
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3201
3744
  */
3202
3745
  /**
3203
3746
  * TOKENS:
@@ -3207,7 +3750,7 @@
3207
3750
  */
3208
3751
  /**
3209
3752
  * Do not edit directly
3210
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3753
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3211
3754
  */
3212
3755
  /**
3213
3756
  * TOKENS:
@@ -3217,7 +3760,7 @@
3217
3760
  */
3218
3761
  /**
3219
3762
  * Do not edit directly
3220
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3763
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3221
3764
  */
3222
3765
  /**
3223
3766
  * TOKENS:
@@ -3305,7 +3848,7 @@
3305
3848
 
3306
3849
  /**
3307
3850
  * Do not edit directly
3308
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
3851
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3309
3852
  */
3310
3853
  /**
3311
3854
  * TOKENS:
@@ -3314,7 +3857,7 @@
3314
3857
  * MAPS:
3315
3858
  */
3316
3859
  .ilo--header {
3317
- overflow-x: hidden;
3860
+ overflow: hidden;
3318
3861
  position: relative;
3319
3862
  z-index: 4;
3320
3863
  }
@@ -3383,6 +3926,12 @@
3383
3926
  }
3384
3927
  .ilo--header--logo {
3385
3928
  display: block;
3929
+ max-width: 150px;
3930
+ }
3931
+ @media screen and (min-width: 1024px) {
3932
+ .ilo--header--logo {
3933
+ max-width: 200px;
3934
+ }
3386
3935
  }
3387
3936
  .ilo--header--logo-link {
3388
3937
  display: block;
@@ -3415,6 +3964,9 @@
3415
3964
  .ilo--header--utility-bar--local {
3416
3965
  justify-content: space-between;
3417
3966
  }
3967
+ .right-to-left .ilo--header--utility-bar {
3968
+ flex-direction: row-reverse;
3969
+ }
3418
3970
  }
3419
3971
  .ilo--header--inner {
3420
3972
  margin: auto;
@@ -3422,6 +3974,9 @@
3422
3974
  padding: 0 16px;
3423
3975
  width: 100%;
3424
3976
  }
3977
+ .right-to-left .ilo--header--inner {
3978
+ direction: rtl;
3979
+ }
3425
3980
  @media screen and (min-width: 1024px) {
3426
3981
  .ilo--header--inner {
3427
3982
  display: flex;
@@ -3459,6 +4014,9 @@
3459
4014
  padding: 20px 0;
3460
4015
  text-align: right;
3461
4016
  }
4017
+ .right-to-left .ilo--header--logo-tagline {
4018
+ text-align: left;
4019
+ }
3462
4020
  @media screen and (min-width: 1024px) {
3463
4021
  .ilo--header--logo-tagline {
3464
4022
  display: block;
@@ -3468,6 +4026,7 @@
3468
4026
  font-size: 11.9px;
3469
4027
  letter-spacing: -0.02em;
3470
4028
  line-height: 19.4px;
4029
+ color: rgb(190, 220, 250);
3471
4030
  display: block;
3472
4031
  font-weight: 500;
3473
4032
  }
@@ -3533,7 +4092,7 @@
3533
4092
  padding: 21.5px 24px 20.5px;
3534
4093
  }
3535
4094
  .ilo--nav--link:hover, .ilo--nav--link:focus {
3536
- background: rgb(255, 255, 255);
4095
+ background: rgb(235, 245, 253);
3537
4096
  color: rgb(30, 45, 190);
3538
4097
  text-decoration: none;
3539
4098
  }
@@ -3545,7 +4104,7 @@
3545
4104
  line-height: 21.6px;
3546
4105
  appearance: none;
3547
4106
  background-color: rgb(255, 255, 255);
3548
- background-position: 90% 55%;
4107
+ background-position: calc(100% - 16px) 55%;
3549
4108
  background-repeat: no-repeat;
3550
4109
  background-size: 16px;
3551
4110
  border: none;
@@ -3564,6 +4123,19 @@
3564
4123
  background-color: rgb(235, 245, 253);
3565
4124
  color: rgb(30, 45, 190);
3566
4125
  }
4126
+ .right-to-left .ilo--nav--trigger {
4127
+ 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");
4128
+ background-color: rgb(255, 255, 255);
4129
+ background-position: 16px 55%;
4130
+ background-repeat: no-repeat;
4131
+ background-size: 16px;
4132
+ text-align: right;
4133
+ }
4134
+ .right-to-left .ilo--nav--trigger:focus, .right-to-left .ilo--nav--trigger:hover {
4135
+ 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");
4136
+ background-color: rgb(235, 245, 253);
4137
+ color: rgb(30, 45, 190);
4138
+ }
3567
4139
  @media screen and (min-width: 1024px) {
3568
4140
  .ilo--nav--trigger {
3569
4141
  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");
@@ -3592,6 +4164,19 @@
3592
4164
  border-color: rgb(255, 255, 255);
3593
4165
  color: rgb(30, 45, 190);
3594
4166
  }
4167
+ .right-to-left .ilo--nav--trigger {
4168
+ 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");
4169
+ background-color: rgb(35, 0, 80);
4170
+ background-position: 90% 55%;
4171
+ background-repeat: no-repeat;
4172
+ background-size: 20px;
4173
+ text-align: left;
4174
+ }
4175
+ .right-to-left .ilo--nav--trigger:focus, .right-to-left .ilo--nav--trigger:hover {
4176
+ 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");
4177
+ background-color: rgb(255, 255, 255);
4178
+ color: rgb(30, 45, 190);
4179
+ }
3595
4180
  }
3596
4181
  .ilo--nav--local {
3597
4182
  display: flex;
@@ -3626,11 +4211,60 @@
3626
4211
  color: rgb(30, 45, 190);
3627
4212
  }
3628
4213
 
4214
+ .ilo--mobile--nav {
4215
+ border-bottom: 3px solid rgb(237, 240, 242);
4216
+ margin-bottom: 16px;
4217
+ padding-bottom: 16px;
4218
+ }
3629
4219
  .ilo--mobile--nav--logo {
3630
4220
  align-items: center;
3631
4221
  display: flex;
3632
4222
  justify-content: space-between;
3633
4223
  }
4224
+ .ilo--mobile--nav--language--select {
4225
+ background: rgb(255, 255, 255);
4226
+ left: 0;
4227
+ height: 100%;
4228
+ padding: 0 0 1.7148981779rem;
4229
+ position: absolute;
4230
+ top: 0;
4231
+ transform: translateX(100%);
4232
+ transition: transform 225ms ease-out;
4233
+ width: 100%;
4234
+ }
4235
+ .ilo--select--open .ilo--mobile--nav--language--select {
4236
+ transform: translateX(0);
4237
+ }
4238
+ .ilo--mobile--nav--language--switcher--button {
4239
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(35, 0, 80)' fill-rule='evenodd' d='M1.08687 7.46667H3.21031C3.2851 5.53749 3.76315 3.78006 4.51995 2.45566C4.65969 2.21111 4.81092 1.97841 4.97289 1.76064C2.81175 2.81109 1.27822 4.9513 1.08687 7.46667ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM7.46667 1.1413C6.74082 1.34466 6.03016 1.96273 5.44607 2.98488C4.79279 4.12812 4.35217 5.69751 4.27783 7.46667H7.46667V1.1413ZM7.46667 8.53333H4.27783C4.35217 10.3025 4.79279 11.8719 5.44607 13.0151C6.03016 14.0373 6.74082 14.6553 7.46667 14.8587V8.53333ZM4.97289 14.2394C4.81093 14.0216 4.65969 13.7889 4.51995 13.5443C3.76315 12.2199 3.2851 10.4625 3.21031 8.53333H1.08687C1.27822 11.0487 2.81176 13.1889 4.97289 14.2394ZM8.53333 14.8587V8.53333H11.7222C11.6478 10.3025 11.2072 11.8719 10.5539 13.0151C9.96984 14.0373 9.25918 14.6553 8.53333 14.8587ZM11.7222 7.46667H8.53333V1.1413C9.25918 1.34466 9.96984 1.96273 10.5539 2.98488C11.2072 4.12812 11.6478 5.69751 11.7222 7.46667ZM12.7897 7.46667C12.7149 5.53749 12.2369 3.78006 11.4801 2.45566C11.3403 2.21111 11.1891 1.97841 11.0271 1.76064C13.1883 2.81109 14.7218 4.95129 14.9131 7.46667H12.7897ZM12.7897 8.53333C12.7149 10.4625 12.2369 12.2199 11.4801 13.5443C11.3403 13.7889 11.1891 14.0216 11.0271 14.2394C13.1883 13.1889 14.7218 11.0487 14.9131 8.53333H12.7897Z' clip-rule='evenodd'/%3e%3c/svg%3e");
4240
+ font-size: 16px;
4241
+ letter-spacing: -0.02em;
4242
+ line-height: 21.6px;
4243
+ appearance: none;
4244
+ background-color: rgb(255, 255, 255);
4245
+ background-position: calc(100% - 16px) 55%;
4246
+ background-repeat: no-repeat;
4247
+ background-size: 16px;
4248
+ border: none;
4249
+ color: rgb(35, 0, 80);
4250
+ cursor: pointer;
4251
+ display: block;
4252
+ font-family: Overpass;
4253
+ font-weight: 500;
4254
+ padding: 16px 36px 16px 8px;
4255
+ text-align: left;
4256
+ transition: all 150ms ease-out;
4257
+ width: 100%;
4258
+ }
4259
+ .ilo--mobile--nav--language--switcher--button:focus, .ilo--mobile--nav--language--switcher--button:hover {
4260
+ 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)' fill-rule='evenodd' d='M1.08687 7.46667H3.21031C3.2851 5.53749 3.76315 3.78006 4.51995 2.45566C4.65969 2.21111 4.81092 1.97841 4.97289 1.76064C2.81175 2.81109 1.27822 4.9513 1.08687 7.46667ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM7.46667 1.1413C6.74082 1.34466 6.03016 1.96273 5.44607 2.98488C4.79279 4.12812 4.35217 5.69751 4.27783 7.46667H7.46667V1.1413ZM7.46667 8.53333H4.27783C4.35217 10.3025 4.79279 11.8719 5.44607 13.0151C6.03016 14.0373 6.74082 14.6553 7.46667 14.8587V8.53333ZM4.97289 14.2394C4.81093 14.0216 4.65969 13.7889 4.51995 13.5443C3.76315 12.2199 3.2851 10.4625 3.21031 8.53333H1.08687C1.27822 11.0487 2.81176 13.1889 4.97289 14.2394ZM8.53333 14.8587V8.53333H11.7222C11.6478 10.3025 11.2072 11.8719 10.5539 13.0151C9.96984 14.0373 9.25918 14.6553 8.53333 14.8587ZM11.7222 7.46667H8.53333V1.1413C9.25918 1.34466 9.96984 1.96273 10.5539 2.98488C11.2072 4.12812 11.6478 5.69751 11.7222 7.46667ZM12.7897 7.46667C12.7149 5.53749 12.2369 3.78006 11.4801 2.45566C11.3403 2.21111 11.1891 1.97841 11.0271 1.76064C13.1883 2.81109 14.7218 4.95129 14.9131 7.46667H12.7897ZM12.7897 8.53333C12.7149 10.4625 12.2369 12.2199 11.4801 13.5443C11.3403 13.7889 11.1891 14.0216 11.0271 14.2394C13.1883 13.1889 14.7218 11.0487 14.9131 8.53333H12.7897Z' clip-rule='evenodd'/%3e%3c/svg%3e");
4261
+ background-color: rgb(235, 245, 253);
4262
+ color: rgb(30, 45, 190);
4263
+ }
4264
+ .right-to-left .ilo--mobile--nav--language--switcher--button {
4265
+ background-position: 16px 55%;
4266
+ text-align: right;
4267
+ }
3634
4268
  @media screen and (min-width: 1024px) {
3635
4269
  .ilo--mobile--nav {
3636
4270
  display: none;
@@ -3643,6 +4277,9 @@
3643
4277
  padding: 0 max((100% - 1300px) / 2, 20px) 0 0;
3644
4278
  position: relative;
3645
4279
  }
4280
+ .right-to-left .ilo--language-switcher {
4281
+ padding: 0 0 0 max((100% - 1300px) / 2, 20px);
4282
+ }
3646
4283
  .ilo--language-switcher::before {
3647
4284
  background: rgb(35, 0, 80);
3648
4285
  clip-path: polygon(0 0, 100% 0, 100% 100%);
@@ -3654,6 +4291,11 @@
3654
4291
  top: 0;
3655
4292
  width: 32px;
3656
4293
  }
4294
+ .right-to-left .ilo--language-switcher::before {
4295
+ clip-path: polygon(0 0, 0 100%, 100% 100%);
4296
+ left: auto;
4297
+ right: -32px;
4298
+ }
3657
4299
  .ilo--language-switcher--wrap {
3658
4300
  display: flex;
3659
4301
  position: relative;
@@ -3672,6 +4314,7 @@
3672
4314
  color: rgb(255, 255, 255);
3673
4315
  cursor: pointer;
3674
4316
  display: block;
4317
+ font-family: Overpass;
3675
4318
  font-weight: 500;
3676
4319
  padding: 8px 30px 8px 40px;
3677
4320
  transition: all 150ms ease-out;
@@ -3696,6 +4339,8 @@
3696
4339
 
3697
4340
  .ilo--subnav {
3698
4341
  background: rgb(255, 255, 255);
4342
+ height: 100%;
4343
+ left: 0;
3699
4344
  padding: 0 0 32px;
3700
4345
  position: absolute;
3701
4346
  top: 0;
@@ -3706,8 +4351,13 @@
3706
4351
  .ilo--subnav--open .ilo--subnav {
3707
4352
  transform: translateX(0);
3708
4353
  }
4354
+ .right-to-left .ilo--subnav {
4355
+ direction: rtl;
4356
+ }
3709
4357
  @media screen and (min-width: 1024px) {
3710
4358
  .ilo--subnav {
4359
+ 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));
4360
+ height: auto;
3711
4361
  left: 0;
3712
4362
  padding: 32px 0;
3713
4363
  top: auto;
@@ -3781,12 +4431,14 @@
3781
4431
  border: none;
3782
4432
  color: rgb(35, 0, 80);
3783
4433
  cursor: pointer;
4434
+ font-family: Overpass;
4435
+ font-weight: 500;
3784
4436
  padding: 16px 16px 16px 32px;
3785
4437
  position: relative;
3786
4438
  transition: all 150ms ease-out;
3787
4439
  }
3788
4440
  .ilo--mobile--subnav--back::before {
3789
- 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");
4441
+ 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");
3790
4442
  background-position: 10% center;
3791
4443
  background-repeat: no-repeat;
3792
4444
  background-size: 24px;
@@ -3796,14 +4448,31 @@
3796
4448
  left: 0;
3797
4449
  position: absolute;
3798
4450
  top: 50%;
3799
- transform: translateY(-50%) rotate(180deg);
4451
+ transform: translateY(-50%);
3800
4452
  width: 24px;
3801
4453
  }
4454
+ .right-to-left .ilo--mobile--subnav--back {
4455
+ padding: 16px 32px 16px 16px;
4456
+ }
4457
+ .right-to-left .ilo--mobile--subnav--back::before {
4458
+ 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");
4459
+ background-position: 10% center;
4460
+ background-repeat: no-repeat;
4461
+ background-size: 24px;
4462
+ left: auto;
4463
+ right: 0;
4464
+ }
3802
4465
  .ilo--mobile--subnav--back:hover, .ilo--mobile--subnav--back:focus {
3803
4466
  background-color: rgb(235, 245, 253);
3804
4467
  color: rgb(30, 45, 190);
3805
4468
  }
3806
4469
  .ilo--mobile--subnav--back:hover::before, .ilo--mobile--subnav--back:focus::before {
4470
+ 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");
4471
+ background-position: 10% center;
4472
+ background-repeat: no-repeat;
4473
+ background-size: 24px;
4474
+ }
4475
+ .right-to-left .ilo--mobile--subnav--back:hover::before, .right-to-left .ilo--mobile--subnav--back:focus::before {
3807
4476
  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");
3808
4477
  background-position: 10% center;
3809
4478
  background-repeat: no-repeat;
@@ -3829,6 +4498,7 @@
3829
4498
 
3830
4499
  .ilo--search-box {
3831
4500
  background: rgb(255, 255, 255);
4501
+ left: 0;
3832
4502
  position: absolute;
3833
4503
  top: 0;
3834
4504
  transform: translateX(100%);
@@ -3840,6 +4510,7 @@
3840
4510
  }
3841
4511
  @media screen and (min-width: 1024px) {
3842
4512
  .ilo--search-box {
4513
+ 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));
3843
4514
  left: 0;
3844
4515
  padding: 32px 0;
3845
4516
  top: auto;
@@ -3885,20 +4556,20 @@
3885
4556
  background-color: rgb(235, 245, 253);
3886
4557
  }
3887
4558
  .ilo--search--open .ilo--search--button {
3888
- 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 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
4559
+ 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.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
3889
4560
  background-color: rgb(255, 255, 255);
3890
4561
  background-position: center;
3891
4562
  background-repeat: no-repeat;
3892
4563
  background-size: 21.5px 21.5px;
3893
4564
  }
3894
4565
  .ilo--search--open .ilo--search--button:hover, .ilo--search--open .ilo--search--button:focus {
3895
- 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");
4566
+ 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='M16.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
3896
4567
  background-color: rgb(235, 245, 253);
3897
4568
  }
3898
4569
 
3899
4570
  /**
3900
4571
  * Do not edit directly
3901
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
4572
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3902
4573
  */
3903
4574
  /**
3904
4575
  * TOKENS:
@@ -3908,7 +4579,7 @@
3908
4579
  */
3909
4580
  /**
3910
4581
  * Do not edit directly
3911
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
4582
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3912
4583
  */
3913
4584
  /**
3914
4585
  * TOKENS:
@@ -3918,7 +4589,7 @@
3918
4589
  */
3919
4590
  /**
3920
4591
  * Do not edit directly
3921
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
4592
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
3922
4593
  */
3923
4594
  /**
3924
4595
  * TOKENS:
@@ -3961,13 +4632,22 @@
3961
4632
  padding: calc(1.2861736334rem + 2px) 1.2861736334rem;
3962
4633
  }
3963
4634
  .ilo--notification--inline {
3964
- width: 100%;
4635
+ max-width: 340px;
3965
4636
  }
3966
4637
  .ilo--notification--inline .ilo--notification--content {
3967
- align-items: center;
3968
- display: flex;
3969
- justify-items: space-between;
3970
- padding: 0.7502679528rem 1.2861736334rem;
4638
+ padding: calc(1.2861736334rem + 2px) 1.2861736334rem;
4639
+ }
4640
+ @media screen and (min-width: 610px) {
4641
+ .ilo--notification--inline {
4642
+ max-width: 100%;
4643
+ width: 100%;
4644
+ }
4645
+ .ilo--notification--inline .ilo--notification--content {
4646
+ align-items: center;
4647
+ display: flex;
4648
+ justify-items: space-between;
4649
+ padding: 0.7502679528rem 1.2861736334rem;
4650
+ }
3971
4651
  }
3972
4652
  .ilo--notification--content {
3973
4653
  margin-left: 2.1436227224rem;
@@ -3986,8 +4666,10 @@
3986
4666
  width: 2.1436227224rem;
3987
4667
  top: 0;
3988
4668
  }
3989
- .ilo--notification--inline .ilo--notification--content:before {
3990
- background-position: center;
4669
+ @media screen and (min-width: 610px) {
4670
+ .ilo--notification--inline .ilo--notification--content:before {
4671
+ background-position: center;
4672
+ }
3991
4673
  }
3992
4674
  .icon--error .ilo--notification--content:before {
3993
4675
  background-color: rgb(250, 60, 75);
@@ -4010,26 +4692,34 @@
4010
4692
  font-size: 16px;
4011
4693
  letter-spacing: normal;
4012
4694
  line-height: 23.36px;
4013
- }
4014
- .ilo--notification--dialog .ilo--notification--headline {
4015
4695
  margin-bottom: 0.6430868167rem;
4016
4696
  }
4697
+ @media screen and (min-width: 610px) {
4698
+ .ilo--notification--inline .ilo--notification--headline {
4699
+ margin-bottom: 0;
4700
+ }
4701
+ }
4017
4702
  .ilo--notification--copy {
4018
4703
  font-weight: 400;
4019
4704
  font-size: 14.93px;
4020
4705
  letter-spacing: normal;
4021
4706
  line-height: 20.3px;
4022
4707
  }
4023
- .ilo--notification--inline .ilo--notification--copy {
4024
- margin-left: 1.2861736334rem;
4708
+ @media screen and (min-width: 610px) {
4709
+ .ilo--notification--inline .ilo--notification--copy {
4710
+ margin-left: 1.2861736334rem;
4711
+ }
4025
4712
  }
4026
- .ilo--notification--dialog .ilo--notification--copy:not(:last-child) {
4713
+ .ilo--notification--copy:not(:last-child) {
4027
4714
  margin-bottom: 1.2861736334rem;
4028
4715
  }
4029
- .ilo--notification--inline .ilo--notification--copy:not(:last-child) {
4030
- max-width: 24%;
4716
+ @media screen and (min-width: 610px) {
4717
+ .ilo--notification--inline .ilo--notification--copy:not(:last-child) {
4718
+ margin-bottom: 0;
4719
+ max-width: 24%;
4720
+ }
4031
4721
  }
4032
- @media screen and (min-width: 1024px) {
4722
+ @media screen and (min-width: 610px) and (min-width: 1024px) {
4033
4723
  .ilo--notification--inline .ilo--notification--copy:not(:last-child) {
4034
4724
  max-width: 40%;
4035
4725
  }
@@ -4042,14 +4732,23 @@
4042
4732
  letter-spacing: normal;
4043
4733
  line-height: 20.3px;
4044
4734
  }
4045
- .ilo--notification--inline .ilo--notification--date {
4046
- margin-left: 0.857449089rem;
4735
+ @media screen and (min-width: 610px) {
4736
+ .ilo--notification--inline .ilo--notification--date {
4737
+ margin-left: 0.857449089rem;
4738
+ }
4047
4739
  }
4048
- .ilo--notification--dialog .ilo--notification--date:not(:last-child) {
4740
+ .ilo--notification--date:not(:last-child) {
4049
4741
  margin-bottom: 1.0182207931rem;
4050
4742
  }
4051
- .ilo--notification--inline .ilo--notification--cta {
4052
- margin-left: 1.2861736334rem;
4743
+ @media screen and (min-width: 610px) {
4744
+ .ilo--notification--inline .ilo--notification--date {
4745
+ margin-bottom: 0;
4746
+ }
4747
+ }
4748
+ @media screen and (min-width: 610px) {
4749
+ .ilo--notification--inline .ilo--notification--cta {
4750
+ margin-left: 1.2861736334rem;
4751
+ }
4053
4752
  }
4054
4753
  .ilo--notification--close {
4055
4754
  background-color: rgb(237, 240, 242);
@@ -4082,7 +4781,7 @@
4082
4781
 
4083
4782
  /**
4084
4783
  * Do not edit directly
4085
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
4784
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4086
4785
  */
4087
4786
  /**
4088
4787
  * TOKENS:
@@ -4217,7 +4916,7 @@
4217
4916
 
4218
4917
  /**
4219
4918
  * Do not edit directly
4220
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
4919
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4221
4920
  */
4222
4921
  /**
4223
4922
  * TOKENS:
@@ -4346,7 +5045,7 @@
4346
5045
 
4347
5046
  /**
4348
5047
  * Do not edit directly
4349
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
5048
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4350
5049
  */
4351
5050
  /**
4352
5051
  * TOKENS:
@@ -4447,7 +5146,7 @@
4447
5146
 
4448
5147
  /**
4449
5148
  * Do not edit directly
4450
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
5149
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4451
5150
  */
4452
5151
  /**
4453
5152
  * TOKENS:
@@ -4506,7 +5205,7 @@
4506
5205
 
4507
5206
  /**
4508
5207
  * Do not edit directly
4509
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
5208
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4510
5209
  */
4511
5210
  /**
4512
5211
  * TOKENS:
@@ -4875,7 +5574,7 @@
4875
5574
 
4876
5575
  /**
4877
5576
  * Do not edit directly
4878
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
5577
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4879
5578
  */
4880
5579
  /**
4881
5580
  * TOKENS:
@@ -4919,7 +5618,7 @@
4919
5618
 
4920
5619
  /**
4921
5620
  * Do not edit directly
4922
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
5621
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
4923
5622
  */
4924
5623
  /**
4925
5624
  * TOKENS:
@@ -5075,7 +5774,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5075
5774
 
5076
5775
  /**
5077
5776
  * Do not edit directly
5078
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
5777
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
5079
5778
  */
5080
5779
  /**
5081
5780
  * TOKENS:
@@ -5090,7 +5789,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5090
5789
  }
5091
5790
  .ilo--table--header {
5092
5791
  background-color: rgb(255, 255, 255);
5093
- padding: 24px 8px 24px 8px;
5792
+ padding: 19px 8px 24px 8px;
5094
5793
  }
5095
5794
  .ilo--table--wrapper {
5096
5795
  max-height: 380px;
@@ -5121,10 +5820,14 @@ Note that the styles for this component rely on CSS container queries, which cur
5121
5820
  font-size: 14.93px;
5122
5821
  letter-spacing: normal;
5123
5822
  line-height: 20.3px;
5823
+ letter-spacing: -0.02em;
5124
5824
  padding: 22px 11px 22px 11px;
5125
5825
  pointer-events: none;
5126
5826
  text-align: left;
5127
5827
  }
5828
+ .ilo--table--small .ilo--table--head--cell {
5829
+ padding: 13px 11px 13px 11px;
5830
+ }
5128
5831
  .ilo--table--head--cell:first-of-type {
5129
5832
  border-left: none;
5130
5833
  }
@@ -5169,19 +5872,28 @@ Note that the styles for this component rely on CSS container queries, which cur
5169
5872
  letter-spacing: normal;
5170
5873
  line-height: 20.3px;
5171
5874
  outline: 0;
5172
- padding: 14px 11px 14px 11px;
5875
+ padding: 22px 11px 22px 11px;
5173
5876
  position: relative;
5174
5877
  }
5878
+ .ilo--table--small .ilo--table--body--cell {
5879
+ padding: 13px 11px 13px 11px;
5880
+ }
5175
5881
  .ilo--table--body--cell:first-of-type {
5176
5882
  border-left: none;
5177
5883
  }
5178
5884
  .ilo--table--body--cell.numeric {
5179
5885
  text-align: right;
5180
5886
  }
5887
+ .ilo--table--body--cell:hover {
5888
+ background-color: rgb(190, 220, 250);
5889
+ border-bottom: 2px solid rgb(30, 45, 190);
5890
+ color: rgb(30, 45, 190);
5891
+ }
5181
5892
  .ilo--table--body--cell.selected {
5182
5893
  background-color: rgb(190, 220, 250);
5183
5894
  border-bottom: 2px solid rgb(30, 45, 190);
5184
5895
  color: rgb(30, 45, 190);
5896
+ cursor: pointer;
5185
5897
  }
5186
5898
  .ilo--table--body--cell.column--selected {
5187
5899
  background-color: rgb(235, 245, 253);
@@ -5284,6 +5996,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5284
5996
  line-height: 24.26px;
5285
5997
  }
5286
5998
  .ilo--table--description {
5999
+ color: rgb(109, 109, 109);
5287
6000
  font-family: Noto Sans;
5288
6001
  font-weight: 400;
5289
6002
  font-size: 11.94px;
@@ -5380,7 +6093,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5380
6093
  outline: none;
5381
6094
  }
5382
6095
  .ilo--table--zebra .ilo--table--body--row:nth-child(odd) {
5383
- background-color: rgb(237, 240, 242);
6096
+ background-color: rgb(246, 247, 248);
5384
6097
  }
5385
6098
  .ilo--table--zebra .ilo--table--body--row:nth-child(odd):hover, .ilo--table--zebra .ilo--table--body--row:nth-child(odd):focus {
5386
6099
  background-color: rgb(235, 245, 253);
@@ -5388,13 +6101,19 @@ Note that the styles for this component rely on CSS container queries, which cur
5388
6101
  .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell {
5389
6102
  border-left: 0.0535905681rem solid rgb(255, 255, 255);
5390
6103
  }
5391
- .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:hover, .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:focus, .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell.selected {
6104
+ .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:hover, .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:focus {
6105
+ background-color: rgb(190, 220, 250);
6106
+ }
6107
+ .ilo--table--zebra .ilo--table--body--row:nth-child(odd).selected .ilo--table--body--cell {
6108
+ background-color: rgb(235, 245, 253);
6109
+ }
6110
+ .ilo--table--zebra .ilo--table--body--row:nth-child(odd).selected .ilo--table--body--cell.selected {
5392
6111
  background-color: rgb(190, 220, 250);
5393
6112
  }
5394
6113
 
5395
6114
  /**
5396
6115
  * Do not edit directly
5397
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
6116
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
5398
6117
  */
5399
6118
  /**
5400
6119
  * TOKENS:
@@ -5459,7 +6178,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5459
6178
 
5460
6179
  /**
5461
6180
  * Do not edit directly
5462
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
6181
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
5463
6182
  */
5464
6183
  /**
5465
6184
  * TOKENS:
@@ -5620,7 +6339,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5620
6339
 
5621
6340
  /**
5622
6341
  * Do not edit directly
5623
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
6342
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
5624
6343
  */
5625
6344
  /**
5626
6345
  * TOKENS:
@@ -5779,7 +6498,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5779
6498
 
5780
6499
  /**
5781
6500
  * Do not edit directly
5782
- * Generated on Wed, 26 Oct 2022 11:06:50 GMT
6501
+ * Generated on Wed, 02 Nov 2022 22:23:12 GMT
5783
6502
  */
5784
6503
  /**
5785
6504
  * TOKENS: