@axos-web-dev/shared-components 1.0.99-dev.1 → 1.0.99-feature-brand

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/dist/Article/Article.css.d.ts +8 -36
  2. package/dist/ArticlesSet/ArticlesSet.css.d.ts +10 -70
  3. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  4. package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
  5. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  6. package/dist/Blockquote/Blockquote.module.js +3 -3
  7. package/dist/Button/Button.css.d.ts +3 -3
  8. package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +2 -30
  9. package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +2 -30
  10. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  11. package/dist/Calculators/calculator.css.d.ts +2 -8
  12. package/dist/CallToActionBar/index.js +1 -1
  13. package/dist/Carousel/Carousel.css.d.ts +8 -19
  14. package/dist/Chevron/Chevron.css.d.ts +2 -2
  15. package/dist/CollectInformationAlert/index.js +1 -1
  16. package/dist/Comparison/Comparison.js +2 -2
  17. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  18. package/dist/Forms/Forms.css.d.ts +2 -30
  19. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  20. package/dist/HeroBanner/HeroBanner.js +1 -12
  21. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  22. package/dist/HeroBanner/SelectionBanner.css.js +6 -6
  23. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  24. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  25. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  26. package/dist/Modal/Modal.css.d.ts +1 -0
  27. package/dist/Modal/Modal.css.js +5 -3
  28. package/dist/Modal/Modal.js +3 -3
  29. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  30. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  31. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  32. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  33. package/dist/NavigationMenu/AxosBank/SubNavBar.js +227 -220
  34. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  35. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
  36. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -22
  37. package/dist/Pagination/Pagination.js +6 -6
  38. package/dist/StepItem/StepItem.css.d.ts +8 -36
  39. package/dist/StepItemSet/StepItemSet.css.d.ts +4 -32
  40. package/dist/StepItemSet/StepItemSet.d.ts +1 -1
  41. package/dist/StepItemSet/StepItemSet.js +18 -82
  42. package/dist/StepItemSet/index.d.ts +5 -0
  43. package/dist/StepItemSet/index.js +10 -0
  44. package/dist/StepItemSet/sections/AdditionalDetailsSection.d.ts +7 -0
  45. package/dist/StepItemSet/sections/AdditionalDetailsSection.js +11 -0
  46. package/dist/StepItemSet/sections/CallToActionSection.d.ts +8 -0
  47. package/dist/StepItemSet/sections/CallToActionSection.js +39 -0
  48. package/dist/StepItemSet/sections/HeaderSection.d.ts +10 -0
  49. package/dist/StepItemSet/sections/HeaderSection.js +45 -0
  50. package/dist/StepItemSet/sections/ImageSection.d.ts +8 -0
  51. package/dist/StepItemSet/sections/ImageSection.js +10 -0
  52. package/dist/StepItemSet/sections/StepsList.d.ts +10 -0
  53. package/dist/StepItemSet/sections/StepsList.js +21 -0
  54. package/dist/Table/Table.css.d.ts +3 -2
  55. package/dist/Table/Table.js +1 -1
  56. package/dist/assets/Accordion/Accordion.css +1 -1
  57. package/dist/assets/Article/Article.css +47 -59
  58. package/dist/assets/ArticlesSet/ArticlesSet.css +26 -56
  59. package/dist/assets/Auth/SignIn.css +12 -12
  60. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  61. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  62. package/dist/assets/Blockquote/Blockquote.css.css +16 -16
  63. package/dist/assets/Button/Button.css +21 -21
  64. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  65. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +12 -21
  66. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -9
  67. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +19 -31
  68. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
  69. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  70. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
  71. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +9 -9
  72. package/dist/assets/Calculators/calculator.css +9 -15
  73. package/dist/assets/CallToActionBar/CallToActionBar.css +1 -4
  74. package/dist/assets/Carousel/Carousel.css +27 -41
  75. package/dist/assets/Chevron/Chevron.css +6 -6
  76. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  77. package/dist/assets/Comparison/Comparison.css +3 -3
  78. package/dist/assets/ContentBanner/ContentBanner.css +8 -8
  79. package/dist/assets/DownloadTile/DownloadTile.css +3 -3
  80. package/dist/assets/ExecutiveBio/ExecutiveBio.css +23 -23
  81. package/dist/assets/FaqAccordion/FaqAccordion.css +4 -4
  82. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  83. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -8
  84. package/dist/assets/Forms/Forms.css +38 -56
  85. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  86. package/dist/assets/HeroBanner/HeroBanner.css +81 -76
  87. package/dist/assets/HeroBanner/LargeBanner.css +13 -13
  88. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  89. package/dist/assets/IconBillboard/IconBillboard.css +25 -48
  90. package/dist/assets/ImageBillboard/ImageBillboard.css +28 -61
  91. package/dist/assets/Input/Input.css +6 -6
  92. package/dist/assets/Inputs/Input.css +4 -4
  93. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  94. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  95. package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
  96. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  97. package/dist/assets/Modal/Modal.css +17 -28
  98. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  99. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +2 -2
  100. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +4 -4
  101. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +2 -2
  102. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +4 -4
  103. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +25 -25
  104. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +19 -9
  105. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +118 -146
  106. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  107. package/dist/assets/PageNavItem/PageNavItem.css +16 -33
  108. package/dist/assets/Pagination/Pagination.css +1 -1
  109. package/dist/assets/SetContainer/SetContainer.css +4 -4
  110. package/dist/assets/StepItem/StepItem.css +26 -42
  111. package/dist/assets/StepItemSet/StepItemSet.css +13 -26
  112. package/dist/assets/Tab/Tab.css +12 -12
  113. package/dist/assets/Table/Table.css +48 -56
  114. package/dist/assets/TextBlock/TextBlock.css +1 -1
  115. package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
  116. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  117. package/dist/assets/VideoTile/VideoTile.css +1 -1
  118. package/dist/assets/globals.css +5 -6
  119. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  120. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  121. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  122. package/dist/assets/themes/axos.css +30 -30
  123. package/dist/assets/themes/premier.css +31 -31
  124. package/dist/assets/themes/victorie.css +23 -23
  125. package/dist/icons/CheckCircle.js +1 -1
  126. package/dist/icons/CheckCircleLight.js +1 -1
  127. package/dist/icons/CheckIcon/index.js +1 -1
  128. package/dist/icons/QuoteIconGrey.js +2 -2
  129. package/dist/main.js +10 -0
  130. package/dist/themes/axos.css.d.ts +12 -12
  131. package/dist/themes/axos.css.js +1 -1
  132. package/package.json +133 -133
  133. package/dist/NavigationMenu/NavDataJson.d.ts +0 -2
  134. package/dist/NavigationMenu/NavDataJson.js +0 -308
  135. package/dist/NavigationMenu/Navbar.d.ts +0 -5
  136. package/dist/NavigationMenu/Navbar.js +0 -194
  137. package/dist/NavigationMenu/SignInNavButton.d.ts +0 -1
  138. package/dist/NavigationMenu/SignInNavButton.js +0 -362
  139. package/dist/icons/Logos/AXB.d.ts +0 -8
  140. package/dist/icons/Logos/AXB.js +0 -74
@@ -6,11 +6,11 @@
6
6
  }
7
7
  ._18ygy9m3 {
8
8
  background: var(--_1073cm8f);
9
- color: var(--_1073cm8g);
9
+ color: var(--_1073cm8h);
10
10
  }
11
11
  ._18ygy9m4 {
12
12
  background: var(--_1073cm8m);
13
- color: var(--_1073cm8n);
13
+ color: var(--_1073cm8o);
14
14
  }
15
15
  ._18ygy9m5 {
16
16
  display: grid;
@@ -101,14 +101,14 @@
101
101
  }
102
102
  ._18ygy9mh::before {
103
103
  background: var(--_1073cm8f);
104
- color: var(--_1073cm8n);
104
+ color: var(--_1073cm8o);
105
105
  }
106
106
  ._18ygy9mi {
107
107
  background: var(--_1073cm81);
108
108
  }
109
109
  ._18ygy9mi::before {
110
110
  background: var(--_1073cm8m);
111
- color: var(--_1073cm8n);
111
+ color: var(--_1073cm8o);
112
112
  }
113
113
  @media screen and (max-width: 1023px) {
114
114
  ._18ygy9m5 {
@@ -2,12 +2,12 @@
2
2
  position: relative;
3
3
  }
4
4
  ._1y8r7dk0:first-child > :first-child::before {
5
+ bottom: 2px;
5
6
  height: calc(100% - 31px);
6
- bottom: 0;
7
7
  }
8
8
  ._1y8r7dk0:last-child > :first-child::before {
9
- top: 0;
10
9
  height: 65px;
10
+ top: 2px;
11
11
  }
12
12
  ._1y8r7dk1 {
13
13
  position: relative;
@@ -16,61 +16,45 @@
16
16
  ._1y8r7dk1::before {
17
17
  content: "";
18
18
  position: absolute;
19
- height: 100%;
20
- border-left: 1px dashed #333d46;
21
19
  border-color: inherit;
20
+ border-left: 1px dashed;
21
+ height: 100%;
22
22
  left: 7px;
23
23
  z-index: -1;
24
24
  }
25
25
  ._1y8r7dk2 {
26
- border-color: var(--_1073cm82);
26
+ border-color: var(--_1073cm83);
27
27
  }
28
28
  ._1y8r7dk3 {
29
- border-color: var(--_1073cm89);
29
+ border-color: var(--_1073cm8a);
30
30
  }
31
31
  ._1y8r7dk4 {
32
- border-color: var(--_1073cm8g);
32
+ border-color: var(--_1073cm8h);
33
33
  }
34
34
  ._1y8r7dk5 {
35
- border-color: var(--_1073cm8n);
35
+ border-color: var(--_1073cm8o);
36
36
  }
37
37
  ._1y8r7dk6 {
38
38
  border: 4px solid transparent;
39
39
  border-radius: 50%;
40
+ box-sizing: content-box;
40
41
  height: 7px;
41
42
  width: 7px;
42
- box-sizing: content-box;
43
- }
44
- ._1073cm80 ._1y8r7dk7 {
45
- border-color: #4D85B0;
46
- background: var(--_1073cm81);
47
43
  }
48
- ._1es6o1h0 ._1y8r7dk7 {
49
- border-color: #4A5560;
44
+ ._1y8r7dk7 {
45
+ border-color: var(--_1073cm82);
50
46
  background: var(--_1073cm81);
51
47
  }
52
- ._1073cm80 ._1y8r7dk8 {
53
- border-color: #4D85B0;
54
- background: var(--_1073cm88);
55
- }
56
- ._1es6o1h0 ._1y8r7dk8 {
57
- border-color: #4A5560;
48
+ ._1y8r7dk8 {
49
+ border-color: var(--_1073cm89);
58
50
  background: var(--_1073cm88);
59
51
  }
60
- ._1073cm80 ._1y8r7dk9 {
61
- border-color: #FAA74A;
62
- background: #1E3860;
63
- }
64
- ._1es6o1h0 ._1y8r7dk9 {
65
- border-color: #FAA74A;
52
+ ._1y8r7dk9 {
53
+ border-color: var(--_1073cm8g);
66
54
  background: var(--_1073cm8f);
67
55
  }
68
- ._1073cm80 ._1y8r7dka {
69
- border-color: #FAA74A;
70
- background: #1E3860;
71
- }
72
- ._1es6o1h0 ._1y8r7dka {
73
- border-color: #FAA74A;
56
+ ._1y8r7dka {
57
+ border-color: var(--_1073cm8n);
74
58
  background: var(--_1073cm8m);
75
59
  }
76
60
  ._1y8r7dkb {
@@ -81,16 +65,16 @@
81
65
  margin-left: 16px;
82
66
  }
83
67
  ._1y8r7dkc {
84
- color: var(--_1073cm83);
68
+ color: var(--_1073cm85);
85
69
  }
86
70
  ._1y8r7dkd {
87
- color: var(--_1073cm8a);
71
+ color: var(--_1073cm8c);
88
72
  }
89
73
  ._1y8r7dke {
90
- color: var(--_1073cm8h);
74
+ color: var(--_1073cm8j);
91
75
  }
92
76
  ._1y8r7dkf {
93
- color: var(--_1073cm8o);
77
+ color: var(--_1073cm8q);
94
78
  }
95
79
  ._1y8r7dkg {
96
80
  flex: 1 1 0%;
@@ -101,21 +85,21 @@
101
85
  margin-top: 8px;
102
86
  }
103
87
  ._1y8r7dkh {
104
- font: 600 24px/1.33 var(--header-font-family);
88
+ font: 700 24px/1.33 var(--header-font-family);
105
89
  letter-spacing: 0.2px;
106
90
  display: block;
107
91
  }
108
92
  ._1y8r7dki {
109
- color: var(--_1073cm83);
93
+ color: var(--_1073cm85);
110
94
  }
111
95
  ._1y8r7dkj {
112
- color: var(--_1073cm8a);
96
+ color: var(--_1073cm8c);
113
97
  }
114
98
  ._1y8r7dkk {
115
- color: var(--_1073cm8h);
99
+ color: var(--_1073cm8j);
116
100
  }
117
101
  ._1y8r7dkl {
118
- color: var(--_1073cm8o);
102
+ color: var(--_1073cm8q);
119
103
  }
120
104
  ._1y8r7dkm {
121
105
  display: block;
@@ -1,22 +1,21 @@
1
1
  ._18par6f0 {
2
- padding-bottom: 48px;
3
- padding-top: 48px;
2
+ padding-block: 48px;
4
3
  }
5
4
  ._18par6f1 {
6
5
  background: var(--_1073cm81);
7
- color: var(--_1073cm82);
6
+ color: var(--_1073cm83);
8
7
  }
9
8
  ._18par6f2 {
10
9
  background: var(--_1073cm88);
11
- color: var(--_1073cm89);
10
+ color: var(--_1073cm8a);
12
11
  }
13
12
  ._18par6f3 {
14
13
  background: var(--_1073cm8f);
15
- color: var(--_1073cm8g);
14
+ color: var(--_1073cm8h);
16
15
  }
17
16
  ._18par6f4 {
18
17
  background: var(--_1073cm8m);
19
- color: var(--_1073cm8n);
18
+ color: var(--_1073cm8o);
20
19
  }
21
20
  ._18par6f6 {
22
21
  margin-bottom: 16px;
@@ -28,34 +27,22 @@
28
27
  fill: #1E3860;
29
28
  }
30
29
  ._18par6fa {
31
- fill: #FFF;
30
+ fill: #FFFFFF;
32
31
  }
33
32
  ._18par6fb {
34
- fill: #FFF;
35
- }
36
- ._1073cm80 ._18par6fd {
37
- -webkit-background-clip: text;
38
- background-image: var(--_1073cm84);
39
- -webkit-text-fill-color: transparent;
40
- text-shadow: 0px 0px #00000000;
33
+ fill: #FFFFFF;
41
34
  }
42
- ._1es6o1h0 ._18par6fd {
43
- color: var(--_1073cm83);
44
- }
45
- ._1073cm80 ._18par6fe {
46
- -webkit-background-clip: text;
47
- background-image: var(--_1073cm8b);
48
- -webkit-text-fill-color: transparent;
49
- text-shadow: 0px 0px #00000000;
35
+ ._18par6fd {
36
+ color: var(--_1073cm85);
50
37
  }
51
- ._1es6o1h0 ._18par6fe {
52
- color: var(--_1073cm8a);
38
+ ._18par6fe {
39
+ color: var(--_1073cm8c);
53
40
  }
54
41
  ._18par6ff {
55
- color: var(--_1073cm8h);
42
+ color: var(--_1073cm8j);
56
43
  }
57
44
  ._18par6fg {
58
- color: var(--_1073cm8o);
45
+ color: var(--_1073cm8q);
59
46
  }
60
47
  ._18par6fh {
61
48
  margin-top: 16px;
@@ -14,35 +14,35 @@
14
14
  letter-spacing: 0.2px;
15
15
  }
16
16
  .lhhm341 {
17
- color: var(--_1073cm82);
17
+ color: var(--_1073cm83);
18
18
  }
19
19
  .lhhm342 {
20
- color: var(--_1073cm89);
20
+ color: var(--_1073cm8a);
21
21
  }
22
22
  .lhhm343 {
23
- color: var(--_1073cm8g);
23
+ color: var(--_1073cm8h);
24
24
  }
25
25
  .lhhm344 {
26
- color: var(--_1073cm8n);
26
+ color: var(--_1073cm8o);
27
27
  }
28
28
  .lhhm345 {
29
29
  border-right: rgba(128, 128, 128, 0.075);
30
30
  }
31
31
  .lhhm346 {
32
- color: var(--_1073cm86);
33
- border-bottom: 4px solid var(--_1073cm86);
32
+ color: var(--_1073cm82);
33
+ border-bottom: 4px solid var(--_1073cm82);
34
34
  }
35
35
  .lhhm347 {
36
- color: var(--_1073cm8d);
37
- border-bottom: 4px solid var(--_1073cm8d);
36
+ color: var(--_1073cm89);
37
+ border-bottom: 4px solid var(--_1073cm89);
38
38
  }
39
39
  .lhhm348 {
40
- color: var(--_1073cm8k);
41
- border-bottom: 4px solid var(--_1073cm8k);
40
+ color: var(--_1073cm8g);
41
+ border-bottom: 4px solid var(--_1073cm8g);
42
42
  }
43
43
  .lhhm349 {
44
- color: var(--_1073cm8r);
45
- border-bottom: 4px solid var(--_1073cm8r);
44
+ color: var(--_1073cm8n);
45
+ border-bottom: 4px solid var(--_1073cm8n);
46
46
  }
47
47
  .lhhm34a {
48
48
  display: flex !important;
@@ -3,11 +3,12 @@
3
3
  height: 100%;
4
4
  }
5
5
  ._1nivbwe2 {
6
- background: #f4f4f4;
6
+ background: var(--_1073cm88);
7
+ border: 1px solid #f1f1f1;
7
8
  padding: 2rem 0;
8
9
  }
9
10
  ._1nivbwe3 {
10
- background: white;
11
+ background: #ffffff;
11
12
  }
12
13
  ._1nivbwe4 {
13
14
  margin-inline: auto;
@@ -16,10 +17,7 @@
16
17
  max-width: 1000px;
17
18
  }
18
19
  ._1nivbwe5 {
19
- background: var(--_1073cm84);
20
- background-clip: text;
21
- -webkit-text-fill-color: transparent;
22
- text-shadow: 0px 0px #00000000;
20
+ color: var(--_1073cm8c);
23
21
  }
24
22
  ._1nivbwe6 tbody tr:first-child td {
25
23
  background-color: #DEF4FF !important;
@@ -40,19 +38,14 @@
40
38
  letter-spacing: 0.2px;
41
39
  margin-bottom: 8px;
42
40
  }
43
- ._1nivbwe8 p sup {
44
- vertical-align: top;
45
- position: relative;
46
- top: -0.5em;
47
- }
48
41
  ._1nivbwe9 {
49
- color: var(--_1073cm82);
42
+ color: var(--_1073cm83);
50
43
  }
51
44
  ._1nivbwea {
52
- color: var(--_1073cm89);
45
+ color: var(--_1073cm8a);
53
46
  }
54
47
  ._1nivbweb {
55
- color: var(--_1073cm8g);
48
+ color: var(--_1073cm8h);
56
49
  }
57
50
  ._1nivbwec {
58
51
  color: var(--_1073cm8o);
@@ -74,15 +67,15 @@
74
67
  ._1nivbwef {
75
68
  color: #4A5560;
76
69
  background: var(--_1073cm81);
77
- border-bottom: 1px solid var(--_1073cm87);
70
+ border-bottom: 1px solid var(--_1073cm84);
78
71
  }
79
72
  ._1nivbweg {
80
73
  color: #4A5560;
81
74
  background: var(--_1073cm88);
82
- border-bottom: 1px solid var(--_1073cm8e);
75
+ border-bottom: 1px solid var(--_1073cm8b);
83
76
  }
84
77
  ._1nivbweh {
85
- color: var(--_1073cm8g);
78
+ color: var(--_1073cm8h);
86
79
  border-bottom: 1px solid #F4F4F4;
87
80
  }
88
81
  ._1nivbweh:first-child {
@@ -119,20 +112,20 @@
119
112
  border-bottom: 1px solid #D4D4D4;
120
113
  }
121
114
  ._1nivbwen {
122
- color: var(--_1073cm8g);
115
+ color: var(--_1073cm8h);
123
116
  border-bottom: 1px solid #F4F4F4;
124
117
  }
125
118
  ._1nivbwen:first-child {
126
119
  background: var(--_1073cm8f);
127
- color: var(--_1073cm8g);
120
+ color: var(--_1073cm8h);
128
121
  }
129
122
  ._1nivbweo {
130
- color: var(--_1073cm8n);
123
+ color: var(--_1073cm8o);
131
124
  border-bottom: 1px solid #F4F4F4;
132
125
  }
133
126
  ._1nivbweo:first-child {
134
127
  background: var(--_1073cm8m);
135
- color: var(--_1073cm8n);
128
+ color: var(--_1073cm8o);
136
129
  }
137
130
  ._1nivbweq {
138
131
  background: #F4F4F4;
@@ -150,10 +143,10 @@ tr:last-child td {
150
143
  border-radius: 1rem;
151
144
  }
152
145
  ._1nivbwet {
153
- border: 1px solid var(--_1073cm87);
146
+ border: 1px solid var(--_1073cm84);
154
147
  }
155
148
  ._1nivbweu {
156
- border: 1px solid var(--_1073cm8e);
149
+ border: 1px solid var(--_1073cm8b);
157
150
  }
158
151
  ._1nivbwev {
159
152
  border: none;
@@ -184,53 +177,56 @@ tr:last-child td {
184
177
  background: var(--_1073cm8m);
185
178
  }
186
179
  ._1nivbwet ._1nivbwe12 tr:nth-child(even) td {
187
- background: #F4F4F4;
180
+ background: #E9F8FF;
188
181
  }
189
182
  ._1nivbweu ._1nivbwe12 tr:nth-child(even) td {
190
183
  background: #FFFFFF;
191
184
  }
185
+ ._1nivbwe13 {
186
+ background: transparent;
187
+ }
192
188
  ._1nivbwe13 ._1nivbwee {
189
+ background: transparent;
190
+ color: var(--_1073cm8c);
193
191
  font-size: 18px;
194
- text-align: center;
195
- line-height: 1.44;
196
192
  letter-spacing: 0.2px;
193
+ line-height: 1.44;
194
+ text-align: center;
197
195
  }
198
196
  ._1nivbwe13 ._1nivbwek {
199
197
  font-size: 18px;
200
- text-align: center;
201
- line-height: 1.44;
202
- letter-spacing: 0.2px;
203
198
  font-weight: 400;
199
+ letter-spacing: 0.2px;
200
+ line-height: 1.44;
201
+ text-align: center;
204
202
  }
205
- ._1nivbwe2 ._1nivbwe4 {
206
- max-width: 90%;
207
- text-align: left;
203
+ ._1nivbwe13 tr {
204
+ display: flex;
208
205
  }
209
- ._1nivbwe13 ._1nivbwee {
210
- text-align: center;
211
- background: #f4f4f4;
206
+ ._1nivbwe13 tr > * {
207
+ flex: 1 1 0%;
208
+ }
209
+ ._1nivbwe13 tbody tr {
210
+ border-radius: 1rem;
211
+ overflow: hidden;
212
212
  }
213
213
  ._1nivbwe13 tr:nth-child(even) td {
214
- background: #f4f4f4;
214
+ background: transparent !important;
215
215
  }
216
216
  ._1nivbwe13 tr:nth-child(odd) td {
217
217
  background: #ffffff;
218
218
  }
219
- ._1nivbwe13 tr th:first-child {
220
- text-align: left;
221
- }
222
- ._1nivbwe13 tr td:first-child {
219
+ ._1nivbwe13 tr > :is(th, td):first-child {
223
220
  text-align: left;
224
221
  }
225
222
  ._1nivbwe13:has(td:nth-child(3):is(:last-child)) {
226
223
  min-width: unset;
227
224
  width: 100%;
228
225
  }
229
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) td {
230
- width: 33%;
231
- }
232
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) th {
233
- width: 33%;
226
+ ._1nivbwe2 ._1nivbwe4 {
227
+ margin-bottom: 1rem;
228
+ max-width: 90%;
229
+ text-align: left;
234
230
  }
235
231
  tr:has(> :last-child:nth-child(-n + 3)) td:first-child {
236
232
  position: relative;
@@ -311,25 +307,15 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
311
307
  overflow: auto;
312
308
  width: auto;
313
309
  }
314
- table:has(td:nth-child(3):is(:last-child)) {
315
- min-width: unset;
316
- width: 100%;
317
- }
318
- table:has(td:nth-child(2):is(:last-child)) {
310
+ table:has(:is(td:nth-child(2), td:nth-child(3)):is(:last-child)) {
319
311
  min-width: unset;
320
312
  width: 100%;
321
313
  }
322
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) td {
323
- width: 30%;
324
- }
325
314
  tr:has(> :last-child:nth-child(-n + 3)) td {
326
315
  font-size: 14px;
327
316
  min-width: unset;
328
317
  padding: 16px 12px;
329
318
  }
330
- ._1nivbwe13 tr:has(> :last-child:nth-child(-n + 3)) th {
331
- width: 30%;
332
- }
333
319
  tr:has(> :last-child:nth-child(-n + 3)) th {
334
320
  min-width: unset;
335
321
  padding: 16px 8px;
@@ -384,4 +370,10 @@ main > div:nth-last-child(2) > ._1nivbwe0, main > div:nth-last-child(1) > ._1niv
384
370
  td:has(.flex.middle span.img_fluid) .flex.middle {
385
371
  overflow-wrap: normal;
386
372
  }
373
+ }
374
+ @media screen and (max-width: 603px) {
375
+ .containment:has(._1nivbwe13) {
376
+ width: 100%;
377
+ border-radius: 0px;
378
+ }
387
379
  }
@@ -3,7 +3,7 @@
3
3
  line-height: 1.5;
4
4
  }
5
5
  ._16g7rvn2 {
6
- background: var(--_1073cm84);
6
+ background: var(--_1073cm87);
7
7
  background-clip: text;
8
8
  -webkit-text-fill-color: transparent;
9
9
  text-shadow: 0px 0px #00000000;
@@ -14,10 +14,10 @@
14
14
  -webkit-transition: all 0.35s ease;
15
15
  -o-transition: all 0.35s ease;
16
16
  transition: all 0.35s ease;
17
- text-decoration: none;
17
+ text-decoration: none !important;
18
18
  }
19
19
  .dmebjx0:hover {
20
- border-bottom-color: #333d46;
20
+ border-bottom-color: #1F1F1F;
21
21
  background-image: linear-gradient(360deg,#def4ff 0,rgba(222,244,255,0.942708) 34.12%,rgba(222,244,255,0) 107.41%);
22
22
  }
23
23
  .dmebjx1 {
@@ -6,7 +6,7 @@
6
6
  margin-top: 0px;
7
7
  }
8
8
  .xbzzeo1 {
9
- max-width: 83.9rem;
9
+ max-width: 88.2rem;
10
10
  margin-left: auto;
11
11
  margin-right: auto;
12
12
  }
@@ -7,7 +7,7 @@
7
7
  overflow: hidden;
8
8
  }
9
9
  ._16puo4g2 {
10
- color: var(--_1073cm83);
10
+ color: var(--_1073cm85);
11
11
  font-size: 24px;
12
12
  font-weight: 600;
13
13
  line-height: 32px;
@@ -12,7 +12,7 @@ a:not([class]):hover {
12
12
  opacity: 0.8;
13
13
  }
14
14
  body {
15
- color: #333d46;
15
+ color: #1F1F1F;
16
16
  font-family: var(--main-font-family);
17
17
  font-size: 16px;
18
18
  letter-spacing: 0.2px;
@@ -124,10 +124,11 @@ li p, p:last-child, p:only-child {
124
124
  font-family: var(--main-font-family);
125
125
  font-size: 14px;
126
126
  font-weight: 700;
127
- line-height: 26px;
127
+ line-height: 1.5;
128
128
  }
129
129
  h1, h2, h3, h4, h5, h6, es_font {
130
130
  font-family: var(--header-font-family);
131
+ font-weight: 700;
131
132
  }
132
133
  .header_1 {
133
134
  font-size: 2.5rem;
@@ -139,16 +140,14 @@ h1, h2, h3, h4, h5, h6, es_font {
139
140
  }
140
141
  .header_3 {
141
142
  font-size: 28px;
142
- font-weight: 600;
143
143
  line-height: 36px;
144
144
  }
145
145
  .header_4 {
146
146
  font-size: 20px;
147
- font-weight: 600;
148
147
  line-height: 28px;
149
148
  }
150
149
  .gradient_text {
151
- background: linear-gradient(3deg, #051A3F 14.64%, #1E3860 48.42%, #4D85B0 85.36%);
150
+ background: linear-gradient(3deg, #1E3860 14.64%, #1E3860 48.42%, #1E3860 85.36%);
152
151
  background-size: 100%;
153
152
  background-repeat: repeat;
154
153
  background-clip: text;
@@ -177,7 +176,7 @@ h1, h2, h3, h4, h5, h6, es_font {
177
176
  .btn_link {
178
177
  background-color: transparent;
179
178
  border: 0;
180
- color: #323339;
179
+ color: #1F1F1F;
181
180
  display: inline-block;
182
181
  font-size: 16px;
183
182
  font-weight: 600;
@@ -1,9 +1,9 @@
1
1
  ._1pwixiv1 {
2
- fill: var(--_1073cm86);
2
+ fill: var(--_1073cm82);
3
3
  }
4
4
  ._1pwixiv2 {
5
- fill: var(--_1073cm8k);
5
+ fill: var(--_1073cm8g);
6
6
  }
7
7
  ._1pwixiv3 {
8
- fill: var(--_1073cm8g);
8
+ fill: var(--_1073cm8h);
9
9
  }
@@ -1,3 +1,3 @@
1
1
  ._1r03g400 {
2
- fill: var(--_1073cm86);
2
+ fill: var(--_1073cm82);
3
3
  }
@@ -1,3 +1,3 @@
1
1
  ._1wjdwci0 {
2
- fill: var(--_1073cm86);
2
+ fill: var(--_1073cm82);
3
3
  }