@megafon/ui-shared 6.10.0 → 6.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2483 -0
- package/dist/es/components/ButtonsBox/ButtonsBox.css +34 -0
- package/dist/es/components/ButtonsBox/ButtonsBox.d.ts +48 -0
- package/dist/es/components/ButtonsBox/ButtonsBox.js +89 -0
- package/dist/es/components/Container/Container.css +519 -0
- package/dist/es/components/InfoCards/InfoCards.d.ts +4 -1
- package/dist/es/components/InfoCards/InfoCards.js +14 -5
- package/dist/es/components/InfoCards/components/InfoCard/InfoCard.css +30 -7
- package/dist/es/components/InfoCards/components/InfoCard/InfoCard.d.ts +4 -0
- package/dist/es/components/InfoCards/components/InfoCard/InfoCard.js +20 -10
- package/dist/es/components/InfoCards/types.d.ts +6 -1
- package/dist/es/components/PromoCards/PromoCards.d.ts +28 -0
- package/dist/es/components/PromoCards/PromoCards.js +90 -0
- package/dist/es/components/PromoCards/components/PromoCard/PromoCard.css +157 -0
- package/dist/es/components/PromoCards/components/PromoCard/PromoCard.d.ts +18 -0
- package/dist/es/components/PromoCards/components/PromoCard/PromoCard.js +74 -0
- package/dist/es/components/PromoCards/types.d.ts +29 -0
- package/dist/es/components/PromoCards/types.js +0 -0
- package/dist/es/index.d.ts +3 -0
- package/dist/es/index.js +3 -0
- package/dist/lib/components/ButtonsBox/ButtonsBox.css +34 -0
- package/dist/lib/components/ButtonsBox/ButtonsBox.d.ts +48 -0
- package/dist/lib/components/ButtonsBox/ButtonsBox.js +110 -0
- package/dist/lib/components/Container/Container.css +519 -0
- package/dist/lib/components/InfoCards/InfoCards.d.ts +4 -1
- package/dist/lib/components/InfoCards/InfoCards.js +16 -13
- package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.css +30 -7
- package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.d.ts +4 -0
- package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.js +19 -9
- package/dist/lib/components/InfoCards/types.d.ts +6 -1
- package/dist/lib/components/PromoCards/PromoCards.d.ts +28 -0
- package/dist/lib/components/PromoCards/PromoCards.js +113 -0
- package/dist/lib/components/PromoCards/components/PromoCard/PromoCard.css +157 -0
- package/dist/lib/components/PromoCards/components/PromoCard/PromoCard.d.ts +18 -0
- package/dist/lib/components/PromoCards/components/PromoCard/PromoCard.js +96 -0
- package/dist/lib/components/PromoCards/types.d.ts +29 -0
- package/dist/lib/components/PromoCards/types.js +1 -0
- package/dist/lib/index.d.ts +3 -0
- package/dist/lib/index.js +24 -0
- package/package.json +3 -3
@@ -535,9 +535,15 @@ h5 {
|
|
535
535
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-side-picture-cards {
|
536
536
|
margin-top: 56px;
|
537
537
|
}
|
538
|
+
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-promo-cards {
|
539
|
+
margin-top: 56px;
|
540
|
+
}
|
538
541
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-info-cards {
|
539
542
|
margin-top: 56px;
|
540
543
|
}
|
544
|
+
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-buttons-box {
|
545
|
+
margin-top: 56px;
|
546
|
+
}
|
541
547
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
542
548
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-benefits-icons {
|
543
549
|
margin-top: 48px;
|
@@ -593,9 +599,15 @@ h5 {
|
|
593
599
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-side-picture-cards {
|
594
600
|
margin-top: 48px;
|
595
601
|
}
|
602
|
+
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-promo-cards {
|
603
|
+
margin-top: 48px;
|
604
|
+
}
|
596
605
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-info-cards {
|
597
606
|
margin-top: 48px;
|
598
607
|
}
|
608
|
+
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-buttons-box {
|
609
|
+
margin-top: 48px;
|
610
|
+
}
|
599
611
|
}
|
600
612
|
@media screen and (max-width: 767px) {
|
601
613
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-benefits-icons {
|
@@ -652,9 +664,15 @@ h5 {
|
|
652
664
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-side-picture-cards {
|
653
665
|
margin-top: 40px;
|
654
666
|
}
|
667
|
+
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-promo-cards {
|
668
|
+
margin-top: 40px;
|
669
|
+
}
|
655
670
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-info-cards {
|
656
671
|
margin-top: 40px;
|
657
672
|
}
|
673
|
+
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-buttons-box {
|
674
|
+
margin-top: 40px;
|
675
|
+
}
|
658
676
|
}
|
659
677
|
@media screen and (max-width: 1023px) {
|
660
678
|
.mfui-v6-container .mfui-v6-title-description-box + .mfui-v6-button-link-box {
|
@@ -730,9 +748,15 @@ h5 {
|
|
730
748
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-side-picture-cards {
|
731
749
|
margin-top: 56px;
|
732
750
|
}
|
751
|
+
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-promo-cards {
|
752
|
+
margin-top: 56px;
|
753
|
+
}
|
733
754
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-info-cards {
|
734
755
|
margin-top: 56px;
|
735
756
|
}
|
757
|
+
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-buttons-box {
|
758
|
+
margin-top: 56px;
|
759
|
+
}
|
736
760
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
737
761
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-benefits-pictures {
|
738
762
|
margin-top: 48px;
|
@@ -797,9 +821,15 @@ h5 {
|
|
797
821
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-side-picture-cards {
|
798
822
|
margin-top: 48px;
|
799
823
|
}
|
824
|
+
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-promo-cards {
|
825
|
+
margin-top: 48px;
|
826
|
+
}
|
800
827
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-info-cards {
|
801
828
|
margin-top: 48px;
|
802
829
|
}
|
830
|
+
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-buttons-box {
|
831
|
+
margin-top: 48px;
|
832
|
+
}
|
803
833
|
}
|
804
834
|
@media screen and (max-width: 767px) {
|
805
835
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-benefits-pictures {
|
@@ -859,9 +889,15 @@ h5 {
|
|
859
889
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-side-picture-cards {
|
860
890
|
margin-top: 40px;
|
861
891
|
}
|
892
|
+
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-promo-cards {
|
893
|
+
margin-top: 40px;
|
894
|
+
}
|
862
895
|
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-info-cards {
|
863
896
|
margin-top: 40px;
|
864
897
|
}
|
898
|
+
.mfui-v6-container .mfui-v6-benefits-icons + .mfui-v6-buttons-box {
|
899
|
+
margin-top: 40px;
|
900
|
+
}
|
865
901
|
}
|
866
902
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-benefits-icons {
|
867
903
|
margin-top: 56px;
|
@@ -929,9 +965,15 @@ h5 {
|
|
929
965
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-side-picture-cards {
|
930
966
|
margin-top: 56px;
|
931
967
|
}
|
968
|
+
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-promo-cards {
|
969
|
+
margin-top: 56px;
|
970
|
+
}
|
932
971
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-info-cards {
|
933
972
|
margin-top: 56px;
|
934
973
|
}
|
974
|
+
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-buttons-box {
|
975
|
+
margin-top: 56px;
|
976
|
+
}
|
935
977
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
936
978
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-benefits-icons {
|
937
979
|
margin-top: 48px;
|
@@ -999,9 +1041,15 @@ h5 {
|
|
999
1041
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-side-picture-cards {
|
1000
1042
|
margin-top: 48px;
|
1001
1043
|
}
|
1044
|
+
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-promo-cards {
|
1045
|
+
margin-top: 48px;
|
1046
|
+
}
|
1002
1047
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-info-cards {
|
1003
1048
|
margin-top: 48px;
|
1004
1049
|
}
|
1050
|
+
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-buttons-box {
|
1051
|
+
margin-top: 48px;
|
1052
|
+
}
|
1005
1053
|
}
|
1006
1054
|
@media screen and (max-width: 767px) {
|
1007
1055
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-benefits-icons {
|
@@ -1064,9 +1112,15 @@ h5 {
|
|
1064
1112
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-side-picture-cards {
|
1065
1113
|
margin-top: 40px;
|
1066
1114
|
}
|
1115
|
+
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-promo-cards {
|
1116
|
+
margin-top: 40px;
|
1117
|
+
}
|
1067
1118
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-info-cards {
|
1068
1119
|
margin-top: 40px;
|
1069
1120
|
}
|
1121
|
+
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-buttons-box {
|
1122
|
+
margin-top: 40px;
|
1123
|
+
}
|
1070
1124
|
}
|
1071
1125
|
.mfui-v6-container .mfui-v6-benefits-pictures + .mfui-v6-benefits-pictures {
|
1072
1126
|
margin-top: 0 !important;
|
@@ -1137,9 +1191,15 @@ h5 {
|
|
1137
1191
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-side-picture-cards {
|
1138
1192
|
margin-top: 56px;
|
1139
1193
|
}
|
1194
|
+
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-promo-cards {
|
1195
|
+
margin-top: 56px;
|
1196
|
+
}
|
1140
1197
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-info-cards {
|
1141
1198
|
margin-top: 56px;
|
1142
1199
|
}
|
1200
|
+
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-buttons-box {
|
1201
|
+
margin-top: 56px;
|
1202
|
+
}
|
1143
1203
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
1144
1204
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-benefits-icons {
|
1145
1205
|
margin-top: 48px;
|
@@ -1207,9 +1267,15 @@ h5 {
|
|
1207
1267
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-side-picture-cards {
|
1208
1268
|
margin-top: 48px;
|
1209
1269
|
}
|
1270
|
+
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-promo-cards {
|
1271
|
+
margin-top: 48px;
|
1272
|
+
}
|
1210
1273
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-info-cards {
|
1211
1274
|
margin-top: 48px;
|
1212
1275
|
}
|
1276
|
+
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-buttons-box {
|
1277
|
+
margin-top: 48px;
|
1278
|
+
}
|
1213
1279
|
}
|
1214
1280
|
@media screen and (max-width: 767px) {
|
1215
1281
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-benefits-icons {
|
@@ -1272,9 +1338,15 @@ h5 {
|
|
1272
1338
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-side-picture-cards {
|
1273
1339
|
margin-top: 40px;
|
1274
1340
|
}
|
1341
|
+
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-promo-cards {
|
1342
|
+
margin-top: 40px;
|
1343
|
+
}
|
1275
1344
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-info-cards {
|
1276
1345
|
margin-top: 40px;
|
1277
1346
|
}
|
1347
|
+
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-buttons-box {
|
1348
|
+
margin-top: 40px;
|
1349
|
+
}
|
1278
1350
|
}
|
1279
1351
|
.mfui-v6-container .mfui-v6-cards-box + .mfui-v6-cards-box {
|
1280
1352
|
margin-top: 0 !important;
|
@@ -1345,9 +1417,15 @@ h5 {
|
|
1345
1417
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-side-picture-cards {
|
1346
1418
|
margin-top: 56px;
|
1347
1419
|
}
|
1420
|
+
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-promo-cards {
|
1421
|
+
margin-top: 56px;
|
1422
|
+
}
|
1348
1423
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-info-cards {
|
1349
1424
|
margin-top: 56px;
|
1350
1425
|
}
|
1426
|
+
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-buttons-box {
|
1427
|
+
margin-top: 48px;
|
1428
|
+
}
|
1351
1429
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
1352
1430
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-benefits-icons {
|
1353
1431
|
margin-top: 48px;
|
@@ -1415,9 +1493,15 @@ h5 {
|
|
1415
1493
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-side-picture-cards {
|
1416
1494
|
margin-top: 48px;
|
1417
1495
|
}
|
1496
|
+
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-promo-cards {
|
1497
|
+
margin-top: 48px;
|
1498
|
+
}
|
1418
1499
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-info-cards {
|
1419
1500
|
margin-top: 48px;
|
1420
1501
|
}
|
1502
|
+
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-buttons-box {
|
1503
|
+
margin-top: 40px;
|
1504
|
+
}
|
1421
1505
|
}
|
1422
1506
|
@media screen and (max-width: 767px) {
|
1423
1507
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-benefits-icons {
|
@@ -1480,9 +1564,15 @@ h5 {
|
|
1480
1564
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-side-picture-cards {
|
1481
1565
|
margin-top: 40px;
|
1482
1566
|
}
|
1567
|
+
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-promo-cards {
|
1568
|
+
margin-top: 40px;
|
1569
|
+
}
|
1483
1570
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-info-cards {
|
1484
1571
|
margin-top: 40px;
|
1485
1572
|
}
|
1573
|
+
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-buttons-box {
|
1574
|
+
margin-top: 40px;
|
1575
|
+
}
|
1486
1576
|
}
|
1487
1577
|
.mfui-v6-container .mfui-v6-carousel-box + .mfui-v6-carousel-box {
|
1488
1578
|
margin-top: 0 !important;
|
@@ -1553,9 +1643,15 @@ h5 {
|
|
1553
1643
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-side-picture-cards {
|
1554
1644
|
margin-top: 56px;
|
1555
1645
|
}
|
1646
|
+
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-promo-cards {
|
1647
|
+
margin-top: 56px;
|
1648
|
+
}
|
1556
1649
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-info-cards {
|
1557
1650
|
margin-top: 56px;
|
1558
1651
|
}
|
1652
|
+
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-buttons-box {
|
1653
|
+
margin-top: 56px;
|
1654
|
+
}
|
1559
1655
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
1560
1656
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-benefits-icons {
|
1561
1657
|
margin-top: 48px;
|
@@ -1623,9 +1719,15 @@ h5 {
|
|
1623
1719
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-side-picture-cards {
|
1624
1720
|
margin-top: 48px;
|
1625
1721
|
}
|
1722
|
+
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-promo-cards {
|
1723
|
+
margin-top: 48px;
|
1724
|
+
}
|
1626
1725
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-info-cards {
|
1627
1726
|
margin-top: 48px;
|
1628
1727
|
}
|
1728
|
+
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-buttons-box {
|
1729
|
+
margin-top: 48px;
|
1730
|
+
}
|
1629
1731
|
}
|
1630
1732
|
@media screen and (max-width: 767px) {
|
1631
1733
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-benefits-icons {
|
@@ -1694,9 +1796,15 @@ h5 {
|
|
1694
1796
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-side-picture-cards {
|
1695
1797
|
margin-top: 40px;
|
1696
1798
|
}
|
1799
|
+
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-promo-cards {
|
1800
|
+
margin-top: 40px;
|
1801
|
+
}
|
1697
1802
|
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-info-cards {
|
1698
1803
|
margin-top: 40px;
|
1699
1804
|
}
|
1805
|
+
.mfui-v6-container .mfui-v6-video-block + .mfui-v6-buttons-box {
|
1806
|
+
margin-top: 40px;
|
1807
|
+
}
|
1700
1808
|
}
|
1701
1809
|
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-button-link-box {
|
1702
1810
|
margin-top: 48px;
|
@@ -1707,6 +1815,9 @@ h5 {
|
|
1707
1815
|
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-text-box {
|
1708
1816
|
margin-top: 56px;
|
1709
1817
|
}
|
1818
|
+
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-buttons-box {
|
1819
|
+
margin-top: 48px;
|
1820
|
+
}
|
1710
1821
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
1711
1822
|
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-button-link-box {
|
1712
1823
|
margin-top: 40px;
|
@@ -1717,6 +1828,9 @@ h5 {
|
|
1717
1828
|
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-text-box {
|
1718
1829
|
margin-top: 48px;
|
1719
1830
|
}
|
1831
|
+
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-buttons-box {
|
1832
|
+
margin-top: 48px;
|
1833
|
+
}
|
1720
1834
|
}
|
1721
1835
|
@media screen and (max-width: 767px) {
|
1722
1836
|
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-button-link-box {
|
@@ -1728,6 +1842,9 @@ h5 {
|
|
1728
1842
|
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-text-box {
|
1729
1843
|
margin-top: 40px;
|
1730
1844
|
}
|
1845
|
+
.mfui-v6-container .mfui-v6-tabs-box + .mfui-v6-buttons-box {
|
1846
|
+
margin-top: 40px;
|
1847
|
+
}
|
1731
1848
|
}
|
1732
1849
|
.mfui-v6-container .mfui-v6-tabs-box .mfui-v6-benefits-icons:first-child {
|
1733
1850
|
margin-top: 48px;
|
@@ -1881,9 +1998,15 @@ h5 {
|
|
1881
1998
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-side-picture-cards {
|
1882
1999
|
margin-top: 56px;
|
1883
2000
|
}
|
2001
|
+
.mfui-v6-container .mfui-v6-partners + .mfui-v6-promo-cards {
|
2002
|
+
margin-top: 56px;
|
2003
|
+
}
|
1884
2004
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-info-cards {
|
1885
2005
|
margin-top: 56px;
|
1886
2006
|
}
|
2007
|
+
.mfui-v6-container .mfui-v6-partners + .mfui-v6-buttons-box {
|
2008
|
+
margin-top: 56px;
|
2009
|
+
}
|
1887
2010
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
1888
2011
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-benefits-icons {
|
1889
2012
|
margin-top: 48px;
|
@@ -1948,9 +2071,15 @@ h5 {
|
|
1948
2071
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-side-picture-cards {
|
1949
2072
|
margin-top: 48px;
|
1950
2073
|
}
|
2074
|
+
.mfui-v6-container .mfui-v6-partners + .mfui-v6-promo-cards {
|
2075
|
+
margin-top: 48px;
|
2076
|
+
}
|
1951
2077
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-info-cards {
|
1952
2078
|
margin-top: 48px;
|
1953
2079
|
}
|
2080
|
+
.mfui-v6-container .mfui-v6-partners + .mfui-v6-buttons-box {
|
2081
|
+
margin-top: 48px;
|
2082
|
+
}
|
1954
2083
|
}
|
1955
2084
|
@media screen and (max-width: 767px) {
|
1956
2085
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-benefits-icons {
|
@@ -2016,9 +2145,15 @@ h5 {
|
|
2016
2145
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-side-picture-cards {
|
2017
2146
|
margin-top: 40px;
|
2018
2147
|
}
|
2148
|
+
.mfui-v6-container .mfui-v6-partners + .mfui-v6-promo-cards {
|
2149
|
+
margin-top: 40px;
|
2150
|
+
}
|
2019
2151
|
.mfui-v6-container .mfui-v6-partners + .mfui-v6-info-cards {
|
2020
2152
|
margin-top: 40px;
|
2021
2153
|
}
|
2154
|
+
.mfui-v6-container .mfui-v6-partners + .mfui-v6-buttons-box {
|
2155
|
+
margin-top: 40px;
|
2156
|
+
}
|
2022
2157
|
}
|
2023
2158
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-benefits-icons {
|
2024
2159
|
margin-top: 56px;
|
@@ -2077,6 +2212,9 @@ h5 {
|
|
2077
2212
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-side-picture-cards {
|
2078
2213
|
margin-top: 56px;
|
2079
2214
|
}
|
2215
|
+
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-promo-cards {
|
2216
|
+
margin-top: 56px;
|
2217
|
+
}
|
2080
2218
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-info-cards {
|
2081
2219
|
margin-top: 56px;
|
2082
2220
|
}
|
@@ -2135,6 +2273,9 @@ h5 {
|
|
2135
2273
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-side-picture-cards {
|
2136
2274
|
margin-top: 48px;
|
2137
2275
|
}
|
2276
|
+
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-promo-cards {
|
2277
|
+
margin-top: 48px;
|
2278
|
+
}
|
2138
2279
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-info-cards {
|
2139
2280
|
margin-top: 48px;
|
2140
2281
|
}
|
@@ -2194,6 +2335,9 @@ h5 {
|
|
2194
2335
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-side-picture-cards {
|
2195
2336
|
margin-top: 40px;
|
2196
2337
|
}
|
2338
|
+
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-promo-cards {
|
2339
|
+
margin-top: 40px;
|
2340
|
+
}
|
2197
2341
|
.mfui-v6-container .mfui-v6-instructions + .mfui-v6-info-cards {
|
2198
2342
|
margin-top: 40px;
|
2199
2343
|
}
|
@@ -2261,9 +2405,15 @@ h5 {
|
|
2261
2405
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-side-picture-cards {
|
2262
2406
|
margin-top: 56px;
|
2263
2407
|
}
|
2408
|
+
.mfui-v6-container .mfui-v6-property + .mfui-v6-promo-cards {
|
2409
|
+
margin-top: 56px;
|
2410
|
+
}
|
2264
2411
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-info-cards {
|
2265
2412
|
margin-top: 56px;
|
2266
2413
|
}
|
2414
|
+
.mfui-v6-container .mfui-v6-property + .mfui-v6-buttons-box {
|
2415
|
+
margin-top: 56px;
|
2416
|
+
}
|
2267
2417
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
2268
2418
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-benefits-icons {
|
2269
2419
|
margin-top: 48px;
|
@@ -2319,9 +2469,15 @@ h5 {
|
|
2319
2469
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-side-picture-cards {
|
2320
2470
|
margin-top: 48px;
|
2321
2471
|
}
|
2472
|
+
.mfui-v6-container .mfui-v6-property + .mfui-v6-promo-cards {
|
2473
|
+
margin-top: 48px;
|
2474
|
+
}
|
2322
2475
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-info-cards {
|
2323
2476
|
margin-top: 48px;
|
2324
2477
|
}
|
2478
|
+
.mfui-v6-container .mfui-v6-property + .mfui-v6-buttons-box {
|
2479
|
+
margin-top: 48px;
|
2480
|
+
}
|
2325
2481
|
}
|
2326
2482
|
@media screen and (max-width: 767px) {
|
2327
2483
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-benefits-icons {
|
@@ -2378,9 +2534,15 @@ h5 {
|
|
2378
2534
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-side-picture-cards {
|
2379
2535
|
margin-top: 40px;
|
2380
2536
|
}
|
2537
|
+
.mfui-v6-container .mfui-v6-property + .mfui-v6-promo-cards {
|
2538
|
+
margin-top: 40px;
|
2539
|
+
}
|
2381
2540
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-info-cards {
|
2382
2541
|
margin-top: 40px;
|
2383
2542
|
}
|
2543
|
+
.mfui-v6-container .mfui-v6-property + .mfui-v6-buttons-box {
|
2544
|
+
margin-top: 40px;
|
2545
|
+
}
|
2384
2546
|
}
|
2385
2547
|
.mfui-v6-container .mfui-v6-property + .mfui-v6-property {
|
2386
2548
|
margin-top: 0 !important;
|
@@ -2451,9 +2613,15 @@ h5 {
|
|
2451
2613
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-side-picture-cards {
|
2452
2614
|
margin-top: 56px;
|
2453
2615
|
}
|
2616
|
+
.mfui-v6-container .mfui-v6-table + .mfui-v6-promo-cards {
|
2617
|
+
margin-top: 56px;
|
2618
|
+
}
|
2454
2619
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-info-cards {
|
2455
2620
|
margin-top: 56px;
|
2456
2621
|
}
|
2622
|
+
.mfui-v6-container .mfui-v6-table + .mfui-v6-buttons-box {
|
2623
|
+
margin-top: 56px;
|
2624
|
+
}
|
2457
2625
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
2458
2626
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-benefits-icons {
|
2459
2627
|
margin-top: 48px;
|
@@ -2521,9 +2689,15 @@ h5 {
|
|
2521
2689
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-side-picture-cards {
|
2522
2690
|
margin-top: 48px;
|
2523
2691
|
}
|
2692
|
+
.mfui-v6-container .mfui-v6-table + .mfui-v6-promo-cards {
|
2693
|
+
margin-top: 48px;
|
2694
|
+
}
|
2524
2695
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-info-cards {
|
2525
2696
|
margin-top: 48px;
|
2526
2697
|
}
|
2698
|
+
.mfui-v6-container .mfui-v6-table + .mfui-v6-buttons-box {
|
2699
|
+
margin-top: 48px;
|
2700
|
+
}
|
2527
2701
|
}
|
2528
2702
|
@media screen and (max-width: 767px) {
|
2529
2703
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-benefits-icons {
|
@@ -2592,9 +2766,15 @@ h5 {
|
|
2592
2766
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-side-picture-cards {
|
2593
2767
|
margin-top: 40px;
|
2594
2768
|
}
|
2769
|
+
.mfui-v6-container .mfui-v6-table + .mfui-v6-promo-cards {
|
2770
|
+
margin-top: 40px;
|
2771
|
+
}
|
2595
2772
|
.mfui-v6-container .mfui-v6-table + .mfui-v6-info-cards {
|
2596
2773
|
margin-top: 40px;
|
2597
2774
|
}
|
2775
|
+
.mfui-v6-container .mfui-v6-table + .mfui-v6-buttons-box {
|
2776
|
+
margin-top: 40px;
|
2777
|
+
}
|
2598
2778
|
}
|
2599
2779
|
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-button-link-box {
|
2600
2780
|
margin-top: 32px;
|
@@ -2605,6 +2785,9 @@ h5 {
|
|
2605
2785
|
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-text-box {
|
2606
2786
|
margin-top: 56px;
|
2607
2787
|
}
|
2788
|
+
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-buttons-box {
|
2789
|
+
margin-top: 56px;
|
2790
|
+
}
|
2608
2791
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
2609
2792
|
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-download-links {
|
2610
2793
|
margin-top: 32px;
|
@@ -2612,6 +2795,9 @@ h5 {
|
|
2612
2795
|
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-text-box {
|
2613
2796
|
margin-top: 48px;
|
2614
2797
|
}
|
2798
|
+
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-buttons-box {
|
2799
|
+
margin-top: 48px;
|
2800
|
+
}
|
2615
2801
|
}
|
2616
2802
|
@media screen and (max-width: 767px) {
|
2617
2803
|
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-download-links {
|
@@ -2620,6 +2806,9 @@ h5 {
|
|
2620
2806
|
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-text-box {
|
2621
2807
|
margin-top: 40px;
|
2622
2808
|
}
|
2809
|
+
.mfui-v6-container .mfui-v6-accordion-box + .mfui-v6-buttons-box {
|
2810
|
+
margin-top: 40px;
|
2811
|
+
}
|
2623
2812
|
}
|
2624
2813
|
.mfui-v6-container .mfui-v6-button-link-box + .mfui-v6-download-links {
|
2625
2814
|
margin-top: 56px;
|
@@ -2731,9 +2920,15 @@ h5 {
|
|
2731
2920
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-side-picture-cards {
|
2732
2921
|
margin-top: 56px;
|
2733
2922
|
}
|
2923
|
+
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-promo-cards {
|
2924
|
+
margin-top: 56px;
|
2925
|
+
}
|
2734
2926
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-info-cards {
|
2735
2927
|
margin-top: 56px;
|
2736
2928
|
}
|
2929
|
+
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-buttons-box {
|
2930
|
+
margin-top: 56px;
|
2931
|
+
}
|
2737
2932
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
2738
2933
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-benefits-icons {
|
2739
2934
|
margin-top: 48px;
|
@@ -2795,9 +2990,15 @@ h5 {
|
|
2795
2990
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-side-picture-cards {
|
2796
2991
|
margin-top: 48px;
|
2797
2992
|
}
|
2993
|
+
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-promo-cards {
|
2994
|
+
margin-top: 48px;
|
2995
|
+
}
|
2798
2996
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-info-cards {
|
2799
2997
|
margin-top: 48px;
|
2800
2998
|
}
|
2999
|
+
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-buttons-box {
|
3000
|
+
margin-top: 48px;
|
3001
|
+
}
|
2801
3002
|
}
|
2802
3003
|
@media screen and (max-width: 767px) {
|
2803
3004
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-benefits-icons {
|
@@ -2860,9 +3061,15 @@ h5 {
|
|
2860
3061
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-side-picture-cards {
|
2861
3062
|
margin-top: 40px;
|
2862
3063
|
}
|
3064
|
+
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-promo-cards {
|
3065
|
+
margin-top: 40px;
|
3066
|
+
}
|
2863
3067
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-info-cards {
|
2864
3068
|
margin-top: 40px;
|
2865
3069
|
}
|
3070
|
+
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-buttons-box {
|
3071
|
+
margin-top: 40px;
|
3072
|
+
}
|
2866
3073
|
}
|
2867
3074
|
@media screen and (max-width: 1023px) {
|
2868
3075
|
.mfui-v6-container .mfui-v6-text-box + .mfui-v6-button-link-box {
|
@@ -2935,6 +3142,9 @@ h5 {
|
|
2935
3142
|
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-download-links {
|
2936
3143
|
margin-top: 32px;
|
2937
3144
|
}
|
3145
|
+
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-buttons-box {
|
3146
|
+
margin-top: 56px;
|
3147
|
+
}
|
2938
3148
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
2939
3149
|
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-benefits-icons {
|
2940
3150
|
margin-top: 48px;
|
@@ -2996,6 +3206,9 @@ h5 {
|
|
2996
3206
|
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-download-links {
|
2997
3207
|
margin-top: 32px;
|
2998
3208
|
}
|
3209
|
+
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-buttons-box {
|
3210
|
+
margin-top: 48px;
|
3211
|
+
}
|
2999
3212
|
}
|
3000
3213
|
@media screen and (max-width: 767px) {
|
3001
3214
|
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-benefits-icons {
|
@@ -3058,6 +3271,9 @@ h5 {
|
|
3058
3271
|
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-download-links {
|
3059
3272
|
margin-top: 32px;
|
3060
3273
|
}
|
3274
|
+
.mfui-v6-container .mfui-v6-picture-with-description + .mfui-v6-buttons-box {
|
3275
|
+
margin-top: 40px;
|
3276
|
+
}
|
3061
3277
|
}
|
3062
3278
|
.mfui-v6-container .mfui-v6-store-banner + .mfui-v6-download-links {
|
3063
3279
|
margin-top: 48px;
|
@@ -3142,6 +3358,9 @@ h5 {
|
|
3142
3358
|
.mfui-v6-container .mfui-v6-steps + .mfui-v6-side-picture-cards {
|
3143
3359
|
margin-top: 56px;
|
3144
3360
|
}
|
3361
|
+
.mfui-v6-container .mfui-v6-steps + .mfui-v6-promo-cards {
|
3362
|
+
margin-top: 56px;
|
3363
|
+
}
|
3145
3364
|
.mfui-v6-container .mfui-v6-steps + .mfui-v6-info-cards {
|
3146
3365
|
margin-top: 56px;
|
3147
3366
|
}
|
@@ -3207,6 +3426,9 @@ h5 {
|
|
3207
3426
|
.mfui-v6-container .mfui-v6-steps + .mfui-v6-side-picture-cards {
|
3208
3427
|
margin-top: 48px;
|
3209
3428
|
}
|
3429
|
+
.mfui-v6-container .mfui-v6-steps + .mfui-v6-promo-cards {
|
3430
|
+
margin-top: 48px;
|
3431
|
+
}
|
3210
3432
|
.mfui-v6-container .mfui-v6-steps + .mfui-v6-info-cards {
|
3211
3433
|
margin-top: 48px;
|
3212
3434
|
}
|
@@ -3269,6 +3491,9 @@ h5 {
|
|
3269
3491
|
.mfui-v6-container .mfui-v6-steps + .mfui-v6-side-picture-cards {
|
3270
3492
|
margin-top: 40px;
|
3271
3493
|
}
|
3494
|
+
.mfui-v6-container .mfui-v6-steps + .mfui-v6-promo-cards {
|
3495
|
+
margin-top: 40px;
|
3496
|
+
}
|
3272
3497
|
.mfui-v6-container .mfui-v6-steps + .mfui-v6-info-cards {
|
3273
3498
|
margin-top: 40px;
|
3274
3499
|
}
|
@@ -3333,6 +3558,9 @@ h5 {
|
|
3333
3558
|
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-side-picture-cards {
|
3334
3559
|
margin-top: 56px;
|
3335
3560
|
}
|
3561
|
+
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-promo-cards {
|
3562
|
+
margin-top: 56px;
|
3563
|
+
}
|
3336
3564
|
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-info-cards {
|
3337
3565
|
margin-top: 56px;
|
3338
3566
|
}
|
@@ -3391,6 +3619,9 @@ h5 {
|
|
3391
3619
|
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-side-picture-cards {
|
3392
3620
|
margin-top: 48px;
|
3393
3621
|
}
|
3622
|
+
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-promo-cards {
|
3623
|
+
margin-top: 48px;
|
3624
|
+
}
|
3394
3625
|
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-info-cards {
|
3395
3626
|
margin-top: 48px;
|
3396
3627
|
}
|
@@ -3450,6 +3681,9 @@ h5 {
|
|
3450
3681
|
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-side-picture-cards {
|
3451
3682
|
margin-top: 40px;
|
3452
3683
|
}
|
3684
|
+
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-promo-cards {
|
3685
|
+
margin-top: 40px;
|
3686
|
+
}
|
3453
3687
|
.mfui-v6-container .mfui-v6-page-title + .mfui-v6-info-cards {
|
3454
3688
|
margin-top: 40px;
|
3455
3689
|
}
|
@@ -3522,9 +3756,15 @@ h5 {
|
|
3522
3756
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-side-picture-cards {
|
3523
3757
|
margin-top: 40px;
|
3524
3758
|
}
|
3759
|
+
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-promo-cards {
|
3760
|
+
margin-top: 40px;
|
3761
|
+
}
|
3525
3762
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-info-cards {
|
3526
3763
|
margin-top: 40px;
|
3527
3764
|
}
|
3765
|
+
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-buttons-box {
|
3766
|
+
margin-top: 40px;
|
3767
|
+
}
|
3528
3768
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
3529
3769
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-benefits-pictures {
|
3530
3770
|
margin-top: 48px;
|
@@ -3583,9 +3823,15 @@ h5 {
|
|
3583
3823
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-side-picture-cards {
|
3584
3824
|
margin-top: 48px;
|
3585
3825
|
}
|
3826
|
+
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-promo-cards {
|
3827
|
+
margin-top: 48px;
|
3828
|
+
}
|
3586
3829
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-info-cards {
|
3587
3830
|
margin-top: 48px;
|
3588
3831
|
}
|
3832
|
+
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-buttons-box {
|
3833
|
+
margin-top: 48px;
|
3834
|
+
}
|
3589
3835
|
}
|
3590
3836
|
@media screen and (min-width: 1024px) {
|
3591
3837
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-benefits-pictures {
|
@@ -3645,9 +3891,15 @@ h5 {
|
|
3645
3891
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-side-picture-cards {
|
3646
3892
|
margin-top: 56px;
|
3647
3893
|
}
|
3894
|
+
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-promo-cards {
|
3895
|
+
margin-top: 56px;
|
3896
|
+
}
|
3648
3897
|
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-info-cards {
|
3649
3898
|
margin-top: 56px;
|
3650
3899
|
}
|
3900
|
+
.mfui-v6-container .mfui-v6-text-with-icon + .mfui-v6-buttons-box {
|
3901
|
+
margin-top: 56px;
|
3902
|
+
}
|
3651
3903
|
}
|
3652
3904
|
.mfui-v6-container .mfui-v6-notification-box + .mfui-v6-property {
|
3653
3905
|
margin-top: 32px;
|
@@ -3666,6 +3918,19 @@ h5 {
|
|
3666
3918
|
margin-top: 24px;
|
3667
3919
|
}
|
3668
3920
|
}
|
3921
|
+
.mfui-v6-container .mfui-v6-image-banner + .mfui-v6-info-cards {
|
3922
|
+
margin-top: 56px;
|
3923
|
+
}
|
3924
|
+
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
3925
|
+
.mfui-v6-container .mfui-v6-image-banner + .mfui-v6-info-cards {
|
3926
|
+
margin-top: 48px;
|
3927
|
+
}
|
3928
|
+
}
|
3929
|
+
@media screen and (max-width: 767px) {
|
3930
|
+
.mfui-v6-container .mfui-v6-image-banner + .mfui-v6-info-cards {
|
3931
|
+
margin-top: 40px;
|
3932
|
+
}
|
3933
|
+
}
|
3669
3934
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-benefits-icons {
|
3670
3935
|
margin-top: 56px;
|
3671
3936
|
}
|
@@ -3726,9 +3991,15 @@ h5 {
|
|
3726
3991
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-side-picture-cards {
|
3727
3992
|
margin-top: 56px;
|
3728
3993
|
}
|
3994
|
+
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-promo-cards {
|
3995
|
+
margin-top: 56px;
|
3996
|
+
}
|
3729
3997
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-info-cards {
|
3730
3998
|
margin-top: 56px;
|
3731
3999
|
}
|
4000
|
+
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-buttons-box {
|
4001
|
+
margin-top: 56px;
|
4002
|
+
}
|
3732
4003
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
3733
4004
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-benefits-icons {
|
3734
4005
|
margin-top: 48px;
|
@@ -3790,9 +4061,15 @@ h5 {
|
|
3790
4061
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-side-picture-cards {
|
3791
4062
|
margin-top: 48px;
|
3792
4063
|
}
|
4064
|
+
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-promo-cards {
|
4065
|
+
margin-top: 48px;
|
4066
|
+
}
|
3793
4067
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-info-cards {
|
3794
4068
|
margin-top: 48px;
|
3795
4069
|
}
|
4070
|
+
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-buttons-box {
|
4071
|
+
margin-top: 48px;
|
4072
|
+
}
|
3796
4073
|
}
|
3797
4074
|
@media screen and (max-width: 767px) {
|
3798
4075
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-benefits-icons {
|
@@ -3849,9 +4126,15 @@ h5 {
|
|
3849
4126
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-side-picture-cards {
|
3850
4127
|
margin-top: 40px;
|
3851
4128
|
}
|
4129
|
+
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-promo-cards {
|
4130
|
+
margin-top: 40px;
|
4131
|
+
}
|
3852
4132
|
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-info-cards {
|
3853
4133
|
margin-top: 40px;
|
3854
4134
|
}
|
4135
|
+
.mfui-v6-container .mfui-v6-dark-gradient-cards + .mfui-v6-buttons-box {
|
4136
|
+
margin-top: 40px;
|
4137
|
+
}
|
3855
4138
|
}
|
3856
4139
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-benefits-icons {
|
3857
4140
|
margin-top: 56px;
|
@@ -3913,9 +4196,15 @@ h5 {
|
|
3913
4196
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-dark-gradient-cards {
|
3914
4197
|
margin-top: 56px;
|
3915
4198
|
}
|
4199
|
+
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-promo-cards {
|
4200
|
+
margin-top: 56px;
|
4201
|
+
}
|
3916
4202
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-info-cards {
|
3917
4203
|
margin-top: 56px;
|
3918
4204
|
}
|
4205
|
+
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-buttons-box {
|
4206
|
+
margin-top: 56px;
|
4207
|
+
}
|
3919
4208
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
3920
4209
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-benefits-icons {
|
3921
4210
|
margin-top: 48px;
|
@@ -3977,9 +4266,15 @@ h5 {
|
|
3977
4266
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-dark-gradient-cards {
|
3978
4267
|
margin-top: 48px;
|
3979
4268
|
}
|
4269
|
+
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-promo-cards {
|
4270
|
+
margin-top: 48px;
|
4271
|
+
}
|
3980
4272
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-info-cards {
|
3981
4273
|
margin-top: 48px;
|
3982
4274
|
}
|
4275
|
+
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-buttons-box {
|
4276
|
+
margin-top: 48px;
|
4277
|
+
}
|
3983
4278
|
}
|
3984
4279
|
@media screen and (max-width: 767px) {
|
3985
4280
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-benefits-icons {
|
@@ -4036,9 +4331,202 @@ h5 {
|
|
4036
4331
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-dark-gradient-cards {
|
4037
4332
|
margin-top: 40px;
|
4038
4333
|
}
|
4334
|
+
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-promo-cards {
|
4335
|
+
margin-top: 40px;
|
4336
|
+
}
|
4039
4337
|
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-info-cards {
|
4040
4338
|
margin-top: 40px;
|
4041
4339
|
}
|
4340
|
+
.mfui-v6-container .mfui-v6-side-picture-cards + .mfui-v6-buttons-box {
|
4341
|
+
margin-top: 40px;
|
4342
|
+
}
|
4343
|
+
}
|
4344
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-benefits-icons {
|
4345
|
+
margin-top: 56px;
|
4346
|
+
}
|
4347
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-benefits-pictures {
|
4348
|
+
margin-top: 56px;
|
4349
|
+
}
|
4350
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-cards-box {
|
4351
|
+
margin-top: 56px;
|
4352
|
+
}
|
4353
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-carousel-box {
|
4354
|
+
margin-top: 56px;
|
4355
|
+
}
|
4356
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-video-block {
|
4357
|
+
margin-top: 56px;
|
4358
|
+
}
|
4359
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-tabs-box {
|
4360
|
+
margin-top: 56px;
|
4361
|
+
}
|
4362
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-partners {
|
4363
|
+
margin-top: 56px;
|
4364
|
+
}
|
4365
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-instructions {
|
4366
|
+
margin-top: 56px;
|
4367
|
+
}
|
4368
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-property {
|
4369
|
+
margin-top: 56px;
|
4370
|
+
}
|
4371
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-table {
|
4372
|
+
margin-top: 56px;
|
4373
|
+
}
|
4374
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-accordion-box {
|
4375
|
+
margin-top: 56px;
|
4376
|
+
}
|
4377
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-button-link-box {
|
4378
|
+
margin-top: 48px;
|
4379
|
+
}
|
4380
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-download-links {
|
4381
|
+
margin-top: 48px;
|
4382
|
+
}
|
4383
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-text-box {
|
4384
|
+
margin-top: 56px;
|
4385
|
+
}
|
4386
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-store-banner {
|
4387
|
+
margin-top: 56px;
|
4388
|
+
}
|
4389
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-button-banner {
|
4390
|
+
margin-top: 56px;
|
4391
|
+
}
|
4392
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-steps {
|
4393
|
+
margin-top: 56px;
|
4394
|
+
}
|
4395
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-dark-gradient-cards {
|
4396
|
+
margin-top: 56px;
|
4397
|
+
}
|
4398
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-side-picture-cards {
|
4399
|
+
margin-top: 56px;
|
4400
|
+
}
|
4401
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-info-cards {
|
4402
|
+
margin-top: 56px;
|
4403
|
+
}
|
4404
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-buttons-box {
|
4405
|
+
margin-top: 56px;
|
4406
|
+
}
|
4407
|
+
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
4408
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-benefits-icons {
|
4409
|
+
margin-top: 48px;
|
4410
|
+
}
|
4411
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-benefits-pictures {
|
4412
|
+
margin-top: 48px;
|
4413
|
+
}
|
4414
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-cards-box {
|
4415
|
+
margin-top: 48px;
|
4416
|
+
}
|
4417
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-carousel-box {
|
4418
|
+
margin-top: 48px;
|
4419
|
+
}
|
4420
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-video-block {
|
4421
|
+
margin-top: 48px;
|
4422
|
+
}
|
4423
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-tabs-box {
|
4424
|
+
margin-top: 48px;
|
4425
|
+
}
|
4426
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-partners {
|
4427
|
+
margin-top: 48px;
|
4428
|
+
}
|
4429
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-instructions {
|
4430
|
+
margin-top: 48px;
|
4431
|
+
}
|
4432
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-property {
|
4433
|
+
margin-top: 48px;
|
4434
|
+
}
|
4435
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-table {
|
4436
|
+
margin-top: 48px;
|
4437
|
+
}
|
4438
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-accordion-box {
|
4439
|
+
margin-top: 48px;
|
4440
|
+
}
|
4441
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-button-link-box {
|
4442
|
+
margin-top: 40px;
|
4443
|
+
}
|
4444
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-download-links {
|
4445
|
+
margin-top: 40px;
|
4446
|
+
}
|
4447
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-text-box {
|
4448
|
+
margin-top: 48px;
|
4449
|
+
}
|
4450
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-store-banner {
|
4451
|
+
margin-top: 48px;
|
4452
|
+
}
|
4453
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-button-banner {
|
4454
|
+
margin-top: 48px;
|
4455
|
+
}
|
4456
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-steps {
|
4457
|
+
margin-top: 48px;
|
4458
|
+
}
|
4459
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-dark-gradient-cards {
|
4460
|
+
margin-top: 48px;
|
4461
|
+
}
|
4462
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-side-picture-cards {
|
4463
|
+
margin-top: 48px;
|
4464
|
+
}
|
4465
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-info-cards {
|
4466
|
+
margin-top: 48px;
|
4467
|
+
}
|
4468
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-buttons-box {
|
4469
|
+
margin-top: 48px;
|
4470
|
+
}
|
4471
|
+
}
|
4472
|
+
@media screen and (max-width: 767px) {
|
4473
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-benefits-icons {
|
4474
|
+
margin-top: 40px;
|
4475
|
+
}
|
4476
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-benefits-pictures {
|
4477
|
+
margin-top: 40px;
|
4478
|
+
}
|
4479
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-cards-box {
|
4480
|
+
margin-top: 40px;
|
4481
|
+
}
|
4482
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-carousel-box {
|
4483
|
+
margin-top: 40px;
|
4484
|
+
}
|
4485
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-video-block {
|
4486
|
+
margin-top: 40px;
|
4487
|
+
}
|
4488
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-tabs-box {
|
4489
|
+
margin-top: 40px;
|
4490
|
+
}
|
4491
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-partners {
|
4492
|
+
margin-top: 40px;
|
4493
|
+
}
|
4494
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-instructions {
|
4495
|
+
margin-top: 40px;
|
4496
|
+
}
|
4497
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-property {
|
4498
|
+
margin-top: 40px;
|
4499
|
+
}
|
4500
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-table {
|
4501
|
+
margin-top: 40px;
|
4502
|
+
}
|
4503
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-accordion-box {
|
4504
|
+
margin-top: 40px;
|
4505
|
+
}
|
4506
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-text-box {
|
4507
|
+
margin-top: 40px;
|
4508
|
+
}
|
4509
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-store-banner {
|
4510
|
+
margin-top: 40px;
|
4511
|
+
}
|
4512
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-button-banner {
|
4513
|
+
margin-top: 40px;
|
4514
|
+
}
|
4515
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-steps {
|
4516
|
+
margin-top: 40px;
|
4517
|
+
}
|
4518
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-dark-gradient-cards {
|
4519
|
+
margin-top: 40px;
|
4520
|
+
}
|
4521
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-side-picture-cards {
|
4522
|
+
margin-top: 40px;
|
4523
|
+
}
|
4524
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-info-cards {
|
4525
|
+
margin-top: 40px;
|
4526
|
+
}
|
4527
|
+
.mfui-v6-container .mfui-v6-promo-cards + .mfui-v6-buttons-box {
|
4528
|
+
margin-top: 40px;
|
4529
|
+
}
|
4042
4530
|
}
|
4043
4531
|
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-benefits-icons {
|
4044
4532
|
margin-top: 56px;
|
@@ -4097,6 +4585,12 @@ h5 {
|
|
4097
4585
|
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-side-picture-cards {
|
4098
4586
|
margin-top: 56px;
|
4099
4587
|
}
|
4588
|
+
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-promo-cards {
|
4589
|
+
margin-top: 56px;
|
4590
|
+
}
|
4591
|
+
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-buttons-box {
|
4592
|
+
margin-top: 56px;
|
4593
|
+
}
|
4100
4594
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
4101
4595
|
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-benefits-icons {
|
4102
4596
|
margin-top: 48px;
|
@@ -4155,6 +4649,12 @@ h5 {
|
|
4155
4649
|
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-side-picture-cards {
|
4156
4650
|
margin-top: 48px;
|
4157
4651
|
}
|
4652
|
+
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-promo-cards {
|
4653
|
+
margin-top: 48px;
|
4654
|
+
}
|
4655
|
+
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-buttons-box {
|
4656
|
+
margin-top: 48px;
|
4657
|
+
}
|
4158
4658
|
}
|
4159
4659
|
@media screen and (max-width: 767px) {
|
4160
4660
|
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-benefits-icons {
|
@@ -4214,6 +4714,12 @@ h5 {
|
|
4214
4714
|
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-side-picture-cards {
|
4215
4715
|
margin-top: 40px;
|
4216
4716
|
}
|
4717
|
+
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-promo-cards {
|
4718
|
+
margin-top: 40px;
|
4719
|
+
}
|
4720
|
+
.mfui-v6-container .mfui-v6-info-cards + .mfui-v6-buttons-box {
|
4721
|
+
margin-top: 40px;
|
4722
|
+
}
|
4217
4723
|
}
|
4218
4724
|
.mfui-v6-container .mfui-v6-banner-box + .mfui-v6-info-cards {
|
4219
4725
|
margin-top: 56px;
|
@@ -4228,3 +4734,16 @@ h5 {
|
|
4228
4734
|
margin-top: 40px;
|
4229
4735
|
}
|
4230
4736
|
}
|
4737
|
+
.mfui-v6-container .mfui-v6-buttons-box + .mfui-v6-text-box {
|
4738
|
+
margin-top: 32px;
|
4739
|
+
}
|
4740
|
+
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
4741
|
+
.mfui-v6-container .mfui-v6-buttons-box + .mfui-v6-text-box {
|
4742
|
+
margin-top: 32px;
|
4743
|
+
}
|
4744
|
+
}
|
4745
|
+
@media screen and (max-width: 767px) {
|
4746
|
+
.mfui-v6-container .mfui-v6-buttons-box + .mfui-v6-text-box {
|
4747
|
+
margin-top: 32px;
|
4748
|
+
}
|
4749
|
+
}
|