@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
@@ -1,18 +1,18 @@
1
1
  ._1bwl51g1 {
2
2
  background: var(--_1073cm81);
3
- color: var(--_1073cm82);
3
+ color: var(--_1073cm83);
4
4
  }
5
5
  ._1bwl51g2 {
6
6
  background: var(--_1073cm88);
7
- color: var(--_1073cm89);
7
+ color: var(--_1073cm8a);
8
8
  }
9
9
  ._1bwl51g3 {
10
10
  background: var(--_1073cm8f);
11
- color: var(--_1073cm8g);
11
+ color: var(--_1073cm8h);
12
12
  }
13
13
  ._1bwl51g4 {
14
14
  background: var(--_1073cm8m);
15
- color: var(--_1073cm8n);
15
+ color: var(--_1073cm8o);
16
16
  }
17
17
  ._1bwl51g5 {
18
18
  display: block;
@@ -21,22 +21,22 @@
21
21
  margin-bottom: 8px;
22
22
  }
23
23
  ._1bwl51g6 {
24
- background: var(--_1073cm84);
24
+ background: var(--_1073cm87);
25
25
  background-clip: text;
26
26
  -webkit-text-fill-color: transparent;
27
27
  text-shadow: 0px 0px #00000000;
28
28
  }
29
29
  ._1bwl51g7 {
30
- background: var(--_1073cm8b);
30
+ background: var(--_1073cm8e);
31
31
  background-clip: text;
32
32
  -webkit-text-fill-color: transparent;
33
33
  text-shadow: 0px 0px #00000000;
34
34
  }
35
35
  ._1bwl51g8 {
36
- color: var(--_1073cm8k);
36
+ color: var(--_1073cm8g);
37
37
  }
38
38
  ._1bwl51g9 {
39
- color: var(--_1073cm8n);
39
+ color: var(--_1073cm8o);
40
40
  }
41
41
  ._1bwl51ga {
42
42
  margin-bottom: 24px;
@@ -17,7 +17,7 @@
17
17
  font-weight: 600;
18
18
  font-size: 0.9rem;
19
19
  width: auto;
20
- color: var(--_1073cm83);
20
+ color: var(--_1073cm85);
21
21
  }
22
22
  ._14gexxj3 tbody td:last-child > a:hover {
23
23
  text-decoration: underline;
@@ -51,7 +51,7 @@
51
51
  -webkit-transform: translateY(-50%);
52
52
  -ms-transform: translateY(-50%);
53
53
  display: flex;
54
- color: var(--_1073cm86);
54
+ color: var(--_1073cm82);
55
55
  }
56
56
  ._14gexxj3 tbody td:last-child {
57
57
  min-width: 148px;
@@ -63,7 +63,7 @@
63
63
  font-weight: 600;
64
64
  font-size: 32px;
65
65
  margin-bottom: 1rem;
66
- background: var(--_1073cm84);
66
+ background: var(--_1073cm87);
67
67
  background-clip: text;
68
68
  -webkit-text-fill-color: transparent;
69
69
  text-shadow: 0px 0px #00000000;
@@ -3,32 +3,32 @@
3
3
  }
4
4
  .txcb8d2 {
5
5
  background: var(--_1073cm81);
6
- color: var(--_1073cm82);
7
- border-color: var(--_1073cm87);
6
+ color: var(--_1073cm83);
7
+ border-color: var(--_1073cm84);
8
8
  }
9
9
  .txcb8d3 {
10
10
  background: var(--_1073cm88);
11
- color: var(--_1073cm89);
11
+ color: var(--_1073cm8a);
12
12
  }
13
13
  .txcb8d4 {
14
14
  background: var(--_1073cm8f);
15
- color: var(--_1073cm8g);
15
+ color: var(--_1073cm8h);
16
16
  }
17
17
  .txcb8d5 {
18
18
  background: var(--_1073cm8m);
19
- color: var(--_1073cm8n);
19
+ color: var(--_1073cm8o);
20
20
  }
21
21
  .txcb8d7 {
22
- color: var(--_1073cm83);
22
+ color: var(--_1073cm85);
23
23
  }
24
24
  .txcb8d8 {
25
- color: var(--_1073cm8a);
25
+ color: var(--_1073cm8c);
26
26
  }
27
27
  .txcb8d9 {
28
- color: var(--_1073cm8h);
28
+ color: var(--_1073cm8j);
29
29
  }
30
30
  .txcb8da {
31
- color: var(--_1073cm8o);
31
+ color: var(--_1073cm8q);
32
32
  }
33
33
  .txcb8db {
34
34
  font-family: var(--main-font-family);
@@ -38,28 +38,28 @@
38
38
  margin-top: 10px;
39
39
  }
40
40
  .txcb8dc {
41
- color: var(--_1073cm83);
41
+ color: var(--_1073cm85);
42
42
  }
43
43
  .txcb8dd {
44
- color: var(--_1073cm8a);
44
+ color: var(--_1073cm8c);
45
45
  }
46
46
  .txcb8de {
47
- color: var(--_1073cm8g);
47
+ color: var(--_1073cm8h);
48
48
  }
49
49
  .txcb8df {
50
- color: var(--_1073cm8n);
50
+ color: var(--_1073cm8o);
51
51
  }
52
52
  .txcb8dh {
53
- fill: var(--_1073cm83);
53
+ fill: var(--_1073cm85);
54
54
  }
55
55
  .txcb8di {
56
- fill: var(--_1073cm8a);
56
+ fill: var(--_1073cm8c);
57
57
  }
58
58
  .txcb8dj {
59
- fill: var(--_1073cm8h);
59
+ fill: var(--_1073cm8j);
60
60
  }
61
61
  .txcb8dk {
62
- fill: var(--_1073cm8o);
62
+ fill: var(--_1073cm8q);
63
63
  }
64
64
  .txcb8dl {
65
65
  flex: 1 1 0%;
@@ -109,10 +109,10 @@
109
109
  color: #0062B3;
110
110
  }
111
111
  .txcb8ds {
112
- color: var(--_1073cm8h);
112
+ color: var(--_1073cm8j);
113
113
  }
114
114
  .txcb8dt {
115
- color: var(--_1073cm8o);
115
+ color: var(--_1073cm8q);
116
116
  }
117
117
  .txcb8dp a {
118
118
  text-decoration: none;
@@ -169,16 +169,16 @@
169
169
  background: var(--_1073cm8m);
170
170
  }
171
171
  .txcb8d17 {
172
- color: var(--_1073cm83);
172
+ color: var(--_1073cm85);
173
173
  }
174
174
  .txcb8d18 {
175
- color: var(--_1073cm8a);
175
+ color: var(--_1073cm8c);
176
176
  }
177
177
  .txcb8d19 {
178
- color: var(--_1073cm8h);
178
+ color: var(--_1073cm8j);
179
179
  }
180
180
  .txcb8d1a {
181
- color: var(--_1073cm8o);
181
+ color: var(--_1073cm8q);
182
182
  }
183
183
  .txcb8d1b {
184
184
  position: relative;
@@ -11,7 +11,7 @@
11
11
  font-size: 28px;
12
12
  line-height: 36px;
13
13
  letter-spacing: 0.2px;
14
- color: var(--_1073cm83);
14
+ color: var(--_1073cm85);
15
15
  font-weight: 600;
16
16
  font-family: var(--header-font-family);
17
17
  }
@@ -23,11 +23,11 @@
23
23
  font-weight: 700;
24
24
  line-height: 26px;
25
25
  letter-spacing: 0.2px;
26
- color: var(--_1073cm83);
26
+ color: var(--_1073cm85);
27
27
  cursor: pointer;
28
28
  }
29
29
  details[open] .ph6wj63 {
30
- background-color: #F4F4F4;
30
+ background-color: #E9F8FF;
31
31
  padding-bottom: 12px;
32
32
  }
33
33
  .ph6wj64 {
@@ -38,7 +38,7 @@ details[open] .ph6wj63 {
38
38
  }
39
39
  .ph6wj65 {
40
40
  padding: 24px;
41
- background-color: #F4F4F4;
41
+ background-color: #E9F8FF;
42
42
  padding-top: 0;
43
43
  }
44
44
  .ph6wj65 li + li {
@@ -1,6 +1,6 @@
1
1
  ._1a6b3vu0 {
2
2
  color: #ffffff;
3
- background-color: #4A5560;
3
+ background-color: #14263D;
4
4
  padding: 32px 0;
5
5
  width: 100%;
6
6
  }
@@ -28,17 +28,12 @@
28
28
  ._1r5w2ux3 a:hover {
29
29
  opacity: 0.65;
30
30
  }
31
- :is(._1r5w2ux3, ._1r5w2ux4) li * {
31
+ :is(._1r5w2ux3, ._1r5w2ux4) li a {
32
32
  font-size: 14px;
33
33
  line-height: 20px;
34
34
  text-decoration: none;
35
- }
36
- ._1073cm80 :is(._1r5w2ux3, ._1r5w2ux4) li a {
37
35
  color: #0062B3;
38
36
  }
39
- ._1es6o1h0 :is(._1r5w2ux3, ._1r5w2ux4) li * {
40
- color: var(--_1073cm82);
41
- }
42
37
  ._1r5w2ux4 > summary {
43
38
  align-items: center;
44
39
  border-top: 1px solid #EBEBEB;
@@ -64,7 +59,7 @@
64
59
  }
65
60
  ._1r5w2ux5 {
66
61
  border-bottom: 2px solid #dedede;
67
- color: var(--_1073cm83);
62
+ color: var(--_1073cm85);
68
63
  font-family: var(--main-font-family);
69
64
  font-size: 17px;
70
65
  font-weight: 700;
@@ -74,7 +69,7 @@
74
69
  text-decoration: none;
75
70
  }
76
71
  ._1r5w2ux6 {
77
- color: var(--_1073cm83)!important;
72
+ color: var(--_1073cm85)!important;
78
73
  font-weight: 700;
79
74
  }
80
75
  ._1r5w2ux7 {
@@ -24,19 +24,19 @@
24
24
  }
25
25
  .tfms6a1 {
26
26
  background: var(--_1073cm81);
27
- color: var(--_1073cm82);
27
+ color: var(--_1073cm83);
28
28
  }
29
29
  .tfms6a2 {
30
30
  background: var(--_1073cm88);
31
- color: var(--_1073cm89);
31
+ color: var(--_1073cm8a);
32
32
  }
33
33
  .tfms6a3 {
34
34
  background: var(--_1073cm8f);
35
- color: var(--_1073cm8g);
35
+ color: var(--_1073cm8h);
36
36
  }
37
37
  .tfms6a4 {
38
38
  background: var(--_1073cm8m);
39
- color: var(--_1073cm8g);
39
+ color: var(--_1073cm8h);
40
40
  }
41
41
  .tfms6a5 {
42
42
  padding-bottom: 32px;
@@ -47,35 +47,17 @@
47
47
  .tfms6a7 {
48
48
  font-family: var(--header-font-family);
49
49
  }
50
- ._1073cm80 .tfms6a8 {
51
- -webkit-background-clip: text;
52
- background-image: var(--_1073cm84);
53
- -webkit-text-fill-color: transparent;
54
- text-shadow: 0px 0px #00000000;
55
- }
56
- ._1es6o1h0 .tfms6a8 {
57
- color: var(--_1073cm83);
58
- }
59
- .fl2fv50 .tfms6a8 {
60
- color: var(--_1073cm83);
61
- }
62
- ._1073cm80 .tfms6a9 {
63
- -webkit-background-clip: text;
64
- background-image: var(--_1073cm8b);
65
- -webkit-text-fill-color: transparent;
66
- text-shadow: 0px 0px #00000000;
67
- }
68
- ._1es6o1h0 .tfms6a9 {
69
- color: var(--_1073cm8a);
50
+ .tfms6a8 {
51
+ color: var(--_1073cm85);
70
52
  }
71
- .fl2fv50 .tfms6a9 {
72
- color: var(--_1073cm8a);
53
+ .tfms6a9 {
54
+ color: var(--_1073cm8c);
73
55
  }
74
56
  .tfms6aa {
75
- color: var(--_1073cm8h);
57
+ color: var(--_1073cm8j);
76
58
  }
77
59
  .tfms6ab {
78
- color: var(--_1073cm8o);
60
+ color: var(--_1073cm8q);
79
61
  }
80
62
  .tfms6ac {
81
63
  font-family: var(--main-font-family);
@@ -84,16 +66,16 @@
84
66
  gap: 1.5rem;
85
67
  }
86
68
  .tfms6ad {
87
- color: var(--_1073cm82);
69
+ color: var(--_1073cm83);
88
70
  }
89
71
  .tfms6ae {
90
- color: var(--_1073cm89);
72
+ color: var(--_1073cm8a);
91
73
  }
92
74
  .tfms6af {
93
- color: var(--_1073cm8g);
75
+ color: var(--_1073cm8h);
94
76
  }
95
77
  .tfms6ag {
96
- color: var(--_1073cm8n);
78
+ color: var(--_1073cm8o);
97
79
  }
98
80
  .tfms6ah {
99
81
  grid-template-columns: 1fr;
@@ -157,16 +139,16 @@
157
139
  margin-top: 16px;
158
140
  }
159
141
  .tfms6an {
160
- color: var(--_1073cm82);
142
+ color: var(--_1073cm83);
161
143
  }
162
144
  .tfms6ao {
163
- color: var(--_1073cm89);
145
+ color: var(--_1073cm8a);
164
146
  }
165
147
  .tfms6ap {
166
- color: var(--_1073cm8g);
148
+ color: var(--_1073cm8h);
167
149
  }
168
150
  .tfms6aq {
169
- color: var(--_1073cm8n);
151
+ color: var(--_1073cm8o);
170
152
  }
171
153
  .tfms6ar {
172
154
  max-width: 860px;
@@ -176,19 +158,19 @@
176
158
  padding: 2.5rem 0;
177
159
  }
178
160
  .tfms6av {
179
- color: var(--_1073cm83);
161
+ color: var(--_1073cm85);
180
162
  background: var(--_1073cm81);
181
163
  }
182
164
  .tfms6aw {
183
- color: var(--_1073cm8a);
165
+ color: var(--_1073cm8c);
184
166
  background: var(--_1073cm88);
185
167
  }
186
168
  .tfms6ax {
187
- color: var(--_1073cm8g);
169
+ color: var(--_1073cm8h);
188
170
  background: var(--_1073cm8f);
189
171
  }
190
172
  .tfms6ay {
191
- color: var(--_1073cm8n);
173
+ color: var(--_1073cm8o);
192
174
  background: var(--_1073cm8m);
193
175
  }
194
176
  .tfms6au h1 {
@@ -230,31 +212,31 @@
230
212
  transform: rotate(-40deg);
231
213
  }
232
214
  .tfms6a12 {
233
- stroke: var(--_1073cm83);
215
+ stroke: var(--_1073cm85);
234
216
  }
235
217
  .tfms6a13 {
236
- stroke: var(--_1073cm8a);
218
+ stroke: var(--_1073cm8c);
237
219
  }
238
220
  .tfms6a14 {
239
- stroke: var(--_1073cm8g);
221
+ stroke: var(--_1073cm8h);
240
222
  }
241
223
  .tfms6a15 {
242
- stroke: var(--_1073cm8n);
224
+ stroke: var(--_1073cm8o);
243
225
  }
244
226
  .tfms6a16 {
245
227
  margin-top: 1rem;
246
228
  }
247
229
  .tfms6a17 {
248
- color: var(--_1073cm82);
230
+ color: var(--_1073cm83);
249
231
  }
250
232
  .tfms6a18 {
251
- color: var(--_1073cm89);
233
+ color: var(--_1073cm8a);
252
234
  }
253
235
  .tfms6a19 {
254
- color: var(--_1073cm8g);
236
+ color: var(--_1073cm8h);
255
237
  }
256
238
  .tfms6a1a {
257
- color: var(--_1073cm8n);
239
+ color: var(--_1073cm8o);
258
240
  }
259
241
  .tfms6a1b {
260
242
  margin-top: 1rem;
@@ -271,26 +253,26 @@
271
253
  padding-bottom: 4px;
272
254
  }
273
255
  .tfms6a1f {
274
- border-bottom: 1px solid var(--_1073cm82);
256
+ border-bottom: 1px solid var(--_1073cm83);
275
257
  }
276
258
  .tfms6a1g {
277
- border-bottom: 1px solid var(--_1073cm89);
259
+ border-bottom: 1px solid var(--_1073cm8a);
278
260
  }
279
261
  .tfms6a1h {
280
- border-bottom: 1px solid var(--_1073cm8g);
262
+ border-bottom: 1px solid var(--_1073cm8h);
281
263
  }
282
264
  .tfms6a1i {
283
- border-bottom: 1px solid var(--_1073cm8n);
265
+ border-bottom: 1px solid var(--_1073cm8o);
284
266
  }
285
267
  .tfms6a1f > h4, .tfms6a1g > h4 {
286
268
  -webkit-background-clip: text;
287
- background-image: var(--_1073cm83);
288
- -webkit-text-fill-color: var(--_1073cm83);
269
+ background-image: var(--_1073cm85);
270
+ -webkit-text-fill-color: var(--_1073cm85);
289
271
  }
290
272
  .tfms6a1h > h4, .tfms6a1i > h4 {
291
273
  -webkit-background-clip: text;
292
- background-image: var(--_1073cm8h);
293
- -webkit-text-fill-color: var(--_1073cm8h);
274
+ background-image: var(--_1073cm8j);
275
+ -webkit-text-fill-color: var(--_1073cm8j);
294
276
  }
295
277
  .tfms6a1j {
296
278
  display: flex;
@@ -11,7 +11,7 @@
11
11
  margin-left: 16px;
12
12
  }
13
13
  .uw98ur2 {
14
- background: var(--_1073cm84);
14
+ background: var(--_1073cm87);
15
15
  background-clip: text;
16
16
  -webkit-text-fill-color: transparent;
17
17
  text-shadow: 0px 0px #00000000;