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

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 (127) hide show
  1. package/dist/Article/Article.css.d.ts +8 -36
  2. package/dist/AwardsBanner/AwardsBanner.css.js +4 -1
  3. package/dist/AwardsItem/AwardsItem.css.js +1 -2
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.css.d.ts +3 -3
  6. package/dist/Calculators/calculator.css.d.ts +2 -8
  7. package/dist/CallToActionBar/index.js +1 -1
  8. package/dist/Carousel/Carousel.css.d.ts +8 -19
  9. package/dist/Chevron/Chevron.css.d.ts +2 -2
  10. package/dist/CollectInformationAlert/index.js +1 -1
  11. package/dist/Comparison/Comparison.js +2 -2
  12. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  13. package/dist/Forms/Forms.css.d.ts +2 -30
  14. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -17
  15. package/dist/HeroBanner/HeroBanner.js +1 -12
  16. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -19
  17. package/dist/HeroBanner/SelectionBanner.css.js +6 -6
  18. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -40
  19. package/dist/ImageBillboard/ImageBillboard.css.d.ts +5 -61
  20. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  21. package/dist/Modal/Modal.css.d.ts +1 -0
  22. package/dist/Modal/Modal.css.js +5 -3
  23. package/dist/Modal/Modal.js +3 -3
  24. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  25. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  26. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  27. package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
  28. package/dist/NavigationMenu/AxosBank/SubNavBar.js +227 -220
  29. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +2 -0
  30. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +4 -0
  31. package/dist/PageNavItem/PageNavItem.css.d.ts +4 -14
  32. package/dist/Pagination/Pagination.js +6 -6
  33. package/dist/StepItem/StepItem.css.d.ts +8 -36
  34. package/dist/StepItemSet/StepItemSet.css.d.ts +4 -32
  35. package/dist/StepItemSet/StepItemSet.d.ts +1 -1
  36. package/dist/StepItemSet/StepItemSet.js +18 -82
  37. package/dist/StepItemSet/index.d.ts +5 -0
  38. package/dist/StepItemSet/index.js +10 -0
  39. package/dist/StepItemSet/sections/AdditionalDetailsSection.d.ts +7 -0
  40. package/dist/StepItemSet/sections/AdditionalDetailsSection.js +11 -0
  41. package/dist/StepItemSet/sections/CallToActionSection.d.ts +8 -0
  42. package/dist/StepItemSet/sections/CallToActionSection.js +39 -0
  43. package/dist/StepItemSet/sections/HeaderSection.d.ts +10 -0
  44. package/dist/StepItemSet/sections/HeaderSection.js +45 -0
  45. package/dist/StepItemSet/sections/ImageSection.d.ts +8 -0
  46. package/dist/StepItemSet/sections/ImageSection.js +10 -0
  47. package/dist/StepItemSet/sections/StepsList.d.ts +10 -0
  48. package/dist/StepItemSet/sections/StepsList.js +21 -0
  49. package/dist/Table/Table.css.d.ts +3 -2
  50. package/dist/Table/Table.js +1 -1
  51. package/dist/assets/Accordion/Accordion.css +1 -1
  52. package/dist/assets/Article/Article.css +47 -59
  53. package/dist/assets/ArticlesSet/ArticlesSet.css +12 -12
  54. package/dist/assets/Auth/SignIn.css +12 -12
  55. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  56. package/dist/assets/AwardsItem/AwardsItem.css +3 -4
  57. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  58. package/dist/assets/Button/Button.css +21 -21
  59. package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
  60. package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +10 -10
  61. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -9
  62. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +19 -19
  63. package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
  64. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +9 -9
  65. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
  66. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +9 -9
  67. package/dist/assets/Calculators/calculator.css +9 -15
  68. package/dist/assets/CallToActionBar/CallToActionBar.css +1 -4
  69. package/dist/assets/Carousel/Carousel.css +27 -41
  70. package/dist/assets/Chevron/Chevron.css +6 -6
  71. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  72. package/dist/assets/Comparison/Comparison.css +3 -3
  73. package/dist/assets/ContentBanner/ContentBanner.css +8 -8
  74. package/dist/assets/DownloadTile/DownloadTile.css +3 -3
  75. package/dist/assets/ExecutiveBio/ExecutiveBio.css +23 -23
  76. package/dist/assets/FaqAccordion/FaqAccordion.css +4 -4
  77. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  78. package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +3 -3
  79. package/dist/assets/Forms/Forms.css +38 -56
  80. package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
  81. package/dist/assets/HeroBanner/HeroBanner.css +81 -76
  82. package/dist/assets/HeroBanner/LargeBanner.css +13 -13
  83. package/dist/assets/HeroBanner/SelectionBanner.css +15 -29
  84. package/dist/assets/IconBillboard/IconBillboard.css +25 -48
  85. package/dist/assets/ImageBillboard/ImageBillboard.css +29 -62
  86. package/dist/assets/Input/Input.css +6 -6
  87. package/dist/assets/Inputs/Input.css +4 -4
  88. package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
  89. package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
  90. package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
  91. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  92. package/dist/assets/Modal/Modal.css +17 -28
  93. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
  94. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +2 -2
  95. package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +4 -4
  96. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +2 -2
  97. package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +4 -4
  98. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  99. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +19 -9
  100. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +446 -473
  101. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +35 -1
  102. package/dist/assets/PageNavItem/PageNavItem.css +16 -24
  103. package/dist/assets/Pagination/Pagination.css +1 -1
  104. package/dist/assets/SetContainer/SetContainer.css +4 -4
  105. package/dist/assets/StepItem/StepItem.css +26 -42
  106. package/dist/assets/StepItemSet/StepItemSet.css +13 -26
  107. package/dist/assets/Tab/Tab.css +12 -12
  108. package/dist/assets/Table/Table.css +48 -56
  109. package/dist/assets/TextBlock/TextBlock.css +1 -1
  110. package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
  111. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  112. package/dist/assets/VideoTile/VideoTile.css +1 -1
  113. package/dist/assets/globals.css +5 -6
  114. package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
  115. package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
  116. package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
  117. package/dist/assets/themes/axos.css +30 -30
  118. package/dist/assets/themes/premier.css +31 -31
  119. package/dist/assets/themes/victorie.css +23 -23
  120. package/dist/icons/CheckCircle.js +1 -1
  121. package/dist/icons/CheckCircleLight.js +1 -1
  122. package/dist/icons/CheckIcon/index.js +1 -1
  123. package/dist/icons/QuoteIconGrey.js +2 -2
  124. package/dist/main.js +10 -0
  125. package/dist/themes/axos.css.d.ts +12 -12
  126. package/dist/themes/axos.css.js +1 -1
  127. package/package.json +1 -1
@@ -1,7 +1,41 @@
1
1
  .lone1v0 {
2
- background-color: var(--_1073cm83);
2
+ background-color: var(--_1073cm85);
3
+ border-bottom: 1px solid rgb(255 255 255 / 29%);
3
4
  }
4
5
  .lone1v1 {
5
6
  background: var(--_1073cm8f);
7
+ color: var(--_1073cm8h);
8
+ }
9
+ .lone1v2 {
10
+ background-color: var(--_1073cm8g);
11
+ border: 2px solid transparent;
12
+ border-radius: 8px;
13
+ color: var(--_1073cm8k);
14
+ display: inline-block;
15
+ font-size: 18px;
16
+ font-weight: 700;
17
+ line-height: .97;
18
+ padding: 12px;
19
+ text-decoration: none;
20
+ transition: all 0.25s ease;
21
+ width: 100%;
22
+ }
23
+ .lone1v2:hover {
24
+ background-color: transparent;
25
+ border-color: var(--_1073cm8g);
26
+ color: var(--_1073cm8g);
27
+ }
28
+ .lone1v2:active {
29
+ background-color: var(--_1073cm8g);
30
+ color: var(--_1073cm8k);
31
+ }
32
+ .lone1v3 {
6
33
  color: var(--_1073cm8g);
34
+ margin-top: 8px;
35
+ text-decoration: none;
36
+ display: inline-block;
37
+ }
38
+ .lone1v3:hover {
39
+ opacity: 0.8;
40
+ text-decoration: underline;
7
41
  }
@@ -6,54 +6,46 @@
6
6
  text-align: center;
7
7
  }
8
8
  ._1073cm80 ._13qd2mm1 {
9
- border: 1px solid #87b9d7;
9
+ border: 1px solid #98DDFF;
10
10
  }
11
11
  ._1es6o1h0 ._13qd2mm1 {
12
- border: 1px solid #1E262F;
12
+ border: 1px solid #98DDFF;
13
13
  }
14
14
  ._1073cm80 ._13qd2mm2 {
15
- border: 1px solid #87b9d7;
15
+ border: 1px solid #98DDFF;
16
16
  }
17
17
  ._1es6o1h0 ._13qd2mm2 {
18
- border: 1px solid #1E262F;
18
+ border: 1px solid #98DDFF;
19
19
  }
20
20
  ._13qd2mm3 {
21
- outline: 0 !important;
22
21
  display: inline-block;
23
22
  font: 500 20px / 1.3 var(--header-font-family);
24
23
  letter-spacing: 0.2px;
25
24
  margin-bottom: 0;
25
+ outline: 0 !important;
26
26
  padding: 14px 32px;
27
27
  text-decoration: none;
28
28
  white-space: nowrap;
29
29
  }
30
30
  ._13qd2mm4 {
31
- background: var(--_1073cm84);
32
- background-clip: text;
33
- -webkit-text-fill-color: transparent;
34
- text-shadow: 0px 0px #00000000;
31
+ color: var(--_1073cm85);
35
32
  }
36
33
  ._13qd2mm5 {
37
- background: var(--_1073cm8b);
38
- background-clip: text;
39
- -webkit-text-fill-color: transparent;
40
- text-shadow: 0px 0px #00000000;
34
+ color: var(--_1073cm8c);
41
35
  }
42
36
  ._1073cm80 ._13qd2mm0.active {
43
- background: linear-gradient(45deg, #051a3f 14.64%, #1e3860 48.42%, #4d85b0 85.36%);
37
+ background: var(--_1073cm8f);
38
+ border-color: transparent;
44
39
  }
45
40
  ._1es6o1h0 ._13qd2mm0.active {
46
- background: #1E262F;
47
- }
48
- .active ._13qd2mm3 {
49
- color: #fff !important;
50
- font-weight: 600;
51
- background: none;
52
- -webkit-text-fill-color: inherit;
41
+ background: var(--_1073cm8f);
53
42
  }
54
43
  .active ._13qd2mm3:focus {
55
44
  outline: 0 !important;
56
45
  }
46
+ .active ._13qd2mm3 {
47
+ color: #FFFFFF;
48
+ }
57
49
  @media (max-width:1280px) {
58
50
  ._13qd2mm3 {
59
51
  font: 400 16px / 1.5 var(--main-font-family);
@@ -62,13 +54,13 @@
62
54
  }
63
55
  @media (max-width:1023px) {
64
56
  ._13qd2mm3 {
65
- width: 100%;
66
57
  text-align: center;
58
+ width: 100%;
67
59
  }
68
60
  }
69
- @media screen and (max-width:1520px) {
61
+ @media (max-width:1520px) and (min-width:1280px) {
70
62
  .slick-track:has(:nth-child(6)) ._13qd2mm3 {
71
- font: 400 16px / 1.5 var(--main-font-family);
63
+ font: 500 16px / 1.5 var(--header-font-family);
72
64
  padding: 8px 24px;
73
65
  }
74
66
  }
@@ -3,7 +3,7 @@
3
3
  gap: 20px;
4
4
  justify-content: center;
5
5
  margin: 24px 0;
6
- color: #2F5B88;
6
+ color: #1E629A;
7
7
  }
8
8
  .o4qn1i1 {
9
9
  font-weight: bolder;
@@ -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;