@axos-web-dev/shared-components 1.0.100-dev.77 → 1.0.100-dev.78
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/README.md +111 -111
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/index.js +1 -1
- package/dist/Article/Article.js +1 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/ContentBanner/index.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +142 -146
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +31 -17
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/HeroBanner/HeroBanner.js +2 -2
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.js +1 -1
- package/dist/Input/Checkbox.js +2 -2
- package/dist/Input/DownPaymentInput.js +1 -1
- package/dist/Input/Dropdown.js +1 -1
- package/dist/Input/Input.js +1 -1
- package/dist/Input/InputTextArea.js +1 -1
- package/dist/Insight/Featured/Featured.js +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +27 -27
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/PageNavItem/PageNavItem.js +1 -1
- package/dist/SetContainer/SetContainer.js +2 -2
- package/dist/StepItem/StepItem.js +1 -1
- package/dist/StepItemSet/StepItemSet.js +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/Topic/Topic.js +1 -1
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +72 -72
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +271 -170
- package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +353 -353
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
- package/dist/main.js +2 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +136 -136
|
@@ -1,134 +1,169 @@
|
|
|
1
1
|
.txcb8d1 {
|
|
2
|
-
|
|
2
|
+
margin-top: 0px;
|
|
3
3
|
}
|
|
4
4
|
.txcb8d2 {
|
|
5
|
+
border: 1px solid transparent;
|
|
6
|
+
}
|
|
7
|
+
.txcb8d3 {
|
|
5
8
|
background: var(--_1073cm81);
|
|
6
9
|
color: var(--_1073cm83);
|
|
7
10
|
border-color: var(--_1073cm84);
|
|
8
11
|
}
|
|
9
|
-
.
|
|
12
|
+
.txcb8d4 {
|
|
10
13
|
background: var(--_1073cm88);
|
|
11
14
|
color: var(--_1073cm8a);
|
|
12
15
|
}
|
|
13
|
-
.
|
|
16
|
+
.txcb8d5 {
|
|
14
17
|
background: var(--_1073cm8f);
|
|
15
18
|
color: var(--_1073cm8h);
|
|
16
19
|
}
|
|
17
|
-
.
|
|
20
|
+
.txcb8d6 {
|
|
18
21
|
background: var(--_1073cm8m);
|
|
19
22
|
color: var(--_1073cm8o);
|
|
20
23
|
}
|
|
21
|
-
.txcb8d7 {
|
|
22
|
-
|
|
24
|
+
.txcb8d1 .txcb8d7 {
|
|
25
|
+
font-size: 20px;
|
|
23
26
|
}
|
|
24
27
|
.txcb8d8 {
|
|
25
|
-
color: var(--
|
|
28
|
+
color: var(--_1073cm85);
|
|
26
29
|
}
|
|
27
30
|
.txcb8d9 {
|
|
28
|
-
color: var(--
|
|
31
|
+
color: var(--_1073cm8c);
|
|
29
32
|
}
|
|
30
33
|
.txcb8da {
|
|
31
|
-
color: var(--
|
|
34
|
+
color: var(--_1073cm8j);
|
|
32
35
|
}
|
|
33
36
|
.txcb8db {
|
|
37
|
+
color: var(--_1073cm8q);
|
|
38
|
+
}
|
|
39
|
+
.txcb8dc {
|
|
34
40
|
font-family: var(--header-font-family);
|
|
35
41
|
font-size: 18px;
|
|
36
42
|
font-weight: 700;
|
|
37
43
|
line-height: 1.29;
|
|
38
44
|
margin-top: 10px;
|
|
39
45
|
}
|
|
40
|
-
.txcb8dc {
|
|
41
|
-
|
|
46
|
+
.txcb8d1 .txcb8dc {
|
|
47
|
+
font-family: var(--main-font-family);
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
font-weight: 400;
|
|
50
|
+
line-height: 1.5;
|
|
51
|
+
margin-top: 4px;
|
|
42
52
|
}
|
|
43
53
|
.txcb8dd {
|
|
44
|
-
color: var(--
|
|
54
|
+
color: var(--_1073cm83);
|
|
45
55
|
}
|
|
46
56
|
.txcb8de {
|
|
47
|
-
color: var(--
|
|
57
|
+
color: var(--_1073cm8a);
|
|
48
58
|
}
|
|
49
59
|
.txcb8df {
|
|
60
|
+
color: var(--_1073cm8h);
|
|
61
|
+
}
|
|
62
|
+
.txcb8dg {
|
|
50
63
|
color: var(--_1073cm8o);
|
|
51
64
|
}
|
|
52
|
-
.
|
|
65
|
+
.txcb8di {
|
|
53
66
|
fill: var(--_1073cm82);
|
|
54
67
|
}
|
|
55
|
-
.
|
|
68
|
+
.txcb8dj {
|
|
56
69
|
fill: var(--_1073cm89);
|
|
57
70
|
}
|
|
58
|
-
.
|
|
71
|
+
.txcb8dk {
|
|
59
72
|
fill: var(--_1073cm8g);
|
|
60
73
|
}
|
|
61
|
-
.
|
|
74
|
+
.txcb8dl {
|
|
62
75
|
fill: var(--_1073cm8n);
|
|
63
76
|
}
|
|
64
|
-
.
|
|
77
|
+
.txcb8dm {
|
|
65
78
|
flex: 1 1 0%;
|
|
66
79
|
}
|
|
67
|
-
.
|
|
80
|
+
.txcb8dn {
|
|
68
81
|
flex: 1 1 0%;
|
|
69
82
|
max-width: 100%;
|
|
70
83
|
}
|
|
71
|
-
.
|
|
84
|
+
.txcb8dn a {
|
|
72
85
|
color: inherit;
|
|
73
86
|
}
|
|
74
|
-
.
|
|
87
|
+
.txcb8dn a:hover {
|
|
75
88
|
opacity: 0.8;
|
|
76
89
|
text-decoration: underline;
|
|
77
90
|
}
|
|
78
|
-
.
|
|
91
|
+
.txcb8dn > * + * {
|
|
79
92
|
margin-top: 24px;
|
|
80
93
|
}
|
|
81
|
-
.
|
|
94
|
+
.txcb8do {
|
|
82
95
|
padding: 48px;
|
|
83
96
|
}
|
|
84
|
-
.txcb8do {
|
|
97
|
+
.txcb8d1 .txcb8do {
|
|
98
|
+
padding: 20px;
|
|
99
|
+
height: 100%;
|
|
100
|
+
}
|
|
101
|
+
.txcb8dp {
|
|
85
102
|
margin-top: 24px;
|
|
86
103
|
}
|
|
87
|
-
.
|
|
104
|
+
.txcb8d1 .txcb8dp {
|
|
105
|
+
margin-top: 16px;
|
|
106
|
+
font-size: 12px;
|
|
107
|
+
line-height: 1.5;
|
|
108
|
+
}
|
|
109
|
+
.txcb8dp p {
|
|
88
110
|
font-size: 16px;
|
|
89
111
|
line-height: 1.5;
|
|
90
112
|
}
|
|
91
|
-
.
|
|
113
|
+
.txcb8dp sub {
|
|
92
114
|
display: block;
|
|
93
115
|
font-style: italic;
|
|
94
116
|
margin-top: 5px;
|
|
95
117
|
}
|
|
96
|
-
.
|
|
118
|
+
.txcb8dq {
|
|
97
119
|
font-family: var(--header-font-family);
|
|
98
120
|
font-size: 18px;
|
|
121
|
+
line-height: 1.44;
|
|
99
122
|
font-weight: 700;
|
|
100
123
|
margin-left: 15px;
|
|
101
124
|
overflow: hidden;
|
|
102
125
|
text-decoration: none;
|
|
103
126
|
text-overflow: ellipsis;
|
|
104
127
|
}
|
|
105
|
-
.txcb8dq {
|
|
106
|
-
|
|
128
|
+
.txcb8d1 .txcb8dq {
|
|
129
|
+
margin-left: 0px;
|
|
130
|
+
overflow: visible;
|
|
131
|
+
}
|
|
132
|
+
.txcb8dq:hover {
|
|
133
|
+
opacity: 0.7;
|
|
107
134
|
}
|
|
108
135
|
.txcb8dr {
|
|
109
136
|
color: #0062B3;
|
|
110
137
|
}
|
|
111
138
|
.txcb8ds {
|
|
112
|
-
color:
|
|
139
|
+
color: #0062B3;
|
|
113
140
|
}
|
|
114
141
|
.txcb8dt {
|
|
115
|
-
color: var(--
|
|
142
|
+
color: var(--_1073cm8g);
|
|
143
|
+
}
|
|
144
|
+
.txcb8du {
|
|
145
|
+
color: var(--_1073cm8n);
|
|
116
146
|
}
|
|
117
|
-
.
|
|
147
|
+
.txcb8dq a {
|
|
118
148
|
text-decoration: none;
|
|
119
149
|
}
|
|
120
|
-
.
|
|
150
|
+
.txcb8dv {
|
|
121
151
|
display: flex;
|
|
122
152
|
flex-direction: column;
|
|
123
153
|
}
|
|
124
|
-
.
|
|
154
|
+
.txcb8dx {
|
|
125
155
|
aspect-ratio: 1 / 1;
|
|
126
156
|
border-radius: 50%;
|
|
127
157
|
overflow: hidden;
|
|
128
158
|
position: relative;
|
|
129
159
|
width: 320px;
|
|
130
160
|
}
|
|
131
|
-
.
|
|
161
|
+
.txcb8d1 .txcb8dx {
|
|
162
|
+
aspect-ratio: 132 / 160;
|
|
163
|
+
border-radius: 12px;
|
|
164
|
+
width: 132px;
|
|
165
|
+
}
|
|
166
|
+
.txcb8dx img {
|
|
132
167
|
height: 100%;
|
|
133
168
|
inset: 0;
|
|
134
169
|
object-fit: cover;
|
|
@@ -136,56 +171,83 @@
|
|
|
136
171
|
position: absolute;
|
|
137
172
|
width: 100%;
|
|
138
173
|
}
|
|
139
|
-
.
|
|
174
|
+
.txcb8dy {
|
|
140
175
|
margin-right: 64px;
|
|
141
176
|
width: auto;
|
|
142
177
|
}
|
|
178
|
+
.txcb8d1 .txcb8dy {
|
|
179
|
+
margin-right: 0px;
|
|
180
|
+
align-self: flex-start;
|
|
181
|
+
}
|
|
143
182
|
.txcb8d10 {
|
|
183
|
+
display: grid;
|
|
184
|
+
gap: 24px;
|
|
185
|
+
position: relative;
|
|
186
|
+
margin-inline: auto;
|
|
187
|
+
}
|
|
188
|
+
.txcb8d11 {
|
|
189
|
+
grid-template-columns: 1fr;
|
|
190
|
+
}
|
|
191
|
+
.txcb8d12 {
|
|
192
|
+
grid-template-columns: repeat(2, 1fr);
|
|
193
|
+
width: min(840px, calc(100% - 4rem));
|
|
194
|
+
}
|
|
195
|
+
.txcb8d13 {
|
|
196
|
+
grid-template-columns: repeat(3, 1fr);
|
|
197
|
+
}
|
|
198
|
+
.txcb8d14 {
|
|
199
|
+
grid-template-columns: repeat(4, 1fr);
|
|
200
|
+
}
|
|
201
|
+
.txcb8d1 .txcb8d15 {
|
|
202
|
+
gap: 16px;
|
|
203
|
+
height: 100%;
|
|
204
|
+
}
|
|
205
|
+
.txcb8d16 {
|
|
144
206
|
margin-bottom: 40px;
|
|
145
|
-
margin-
|
|
146
|
-
margin-right: auto;
|
|
207
|
+
margin-inline: auto;
|
|
147
208
|
max-width: 800px;
|
|
148
209
|
text-align: center;
|
|
210
|
+
display: flex;
|
|
211
|
+
flex-direction: column;
|
|
212
|
+
gap: 8px;
|
|
149
213
|
}
|
|
150
|
-
.
|
|
151
|
-
color: #333D46;
|
|
152
|
-
margin-top: 8px;
|
|
153
|
-
}
|
|
154
|
-
.txcb8d11 {
|
|
214
|
+
.txcb8d17 {
|
|
155
215
|
margin-top: 0;
|
|
156
|
-
padding-
|
|
157
|
-
padding-top: 56px;
|
|
216
|
+
padding-block: 56px;
|
|
158
217
|
}
|
|
159
|
-
.
|
|
218
|
+
.txcb8d18 {
|
|
160
219
|
background: var(--_1073cm81);
|
|
220
|
+
color: var(--_1073cm83);
|
|
161
221
|
}
|
|
162
|
-
.
|
|
222
|
+
.txcb8d19 {
|
|
163
223
|
background: var(--_1073cm88);
|
|
224
|
+
color: var(--_1073cm8a);
|
|
164
225
|
}
|
|
165
|
-
.
|
|
226
|
+
.txcb8d1a {
|
|
166
227
|
background: var(--_1073cm8f);
|
|
228
|
+
color: var(--_1073cm8h);
|
|
167
229
|
}
|
|
168
|
-
.
|
|
230
|
+
.txcb8d1b {
|
|
169
231
|
background: var(--_1073cm8m);
|
|
232
|
+
color: var(--_1073cm8o);
|
|
170
233
|
}
|
|
171
|
-
.
|
|
234
|
+
.txcb8d1d {
|
|
172
235
|
color: var(--_1073cm85);
|
|
173
236
|
}
|
|
174
|
-
.
|
|
237
|
+
.txcb8d1e {
|
|
175
238
|
color: var(--_1073cm8c);
|
|
176
239
|
}
|
|
177
|
-
.
|
|
240
|
+
.txcb8d1f {
|
|
178
241
|
color: var(--_1073cm8j);
|
|
179
242
|
}
|
|
180
|
-
.
|
|
243
|
+
.txcb8d1g {
|
|
181
244
|
color: var(--_1073cm8q);
|
|
182
245
|
}
|
|
183
|
-
.
|
|
184
|
-
|
|
246
|
+
.txcb8d10.containment .containment {
|
|
247
|
+
width: 100%;
|
|
185
248
|
}
|
|
186
|
-
.
|
|
187
|
-
margin-
|
|
188
|
-
margin-right: auto;
|
|
249
|
+
.txcb8d1h {
|
|
250
|
+
margin-inline: auto;
|
|
189
251
|
margin-top: 40px;
|
|
190
252
|
max-width: 800px;
|
|
191
253
|
text-align: center;
|
|
@@ -193,51 +255,51 @@
|
|
|
193
255
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
194
256
|
margin-bottom: 3.5rem;
|
|
195
257
|
}
|
|
196
|
-
.
|
|
258
|
+
.txcb8d1i {
|
|
197
259
|
gap: 36px;
|
|
198
260
|
}
|
|
199
|
-
.
|
|
261
|
+
.txcb8dn + .txcb8d1i {
|
|
200
262
|
margin-top: 24px;
|
|
201
263
|
}
|
|
202
|
-
.
|
|
264
|
+
.txcb8d1j {
|
|
203
265
|
display: flex;
|
|
204
266
|
flex-direction: column;
|
|
205
267
|
}
|
|
206
|
-
.
|
|
268
|
+
.txcb8d1k {
|
|
207
269
|
position: relative;
|
|
208
270
|
isolation: isolate;
|
|
209
271
|
padding-block: 80px;
|
|
210
272
|
overflow: clip;
|
|
211
273
|
}
|
|
212
|
-
.
|
|
274
|
+
.txcb8d1l {
|
|
213
275
|
background: var(--_1073cm81);
|
|
214
276
|
color: var(--_1073cm83);
|
|
215
277
|
}
|
|
216
|
-
.
|
|
278
|
+
.txcb8d1m {
|
|
217
279
|
background: var(--_1073cm88);
|
|
218
280
|
color: var(--_1073cm8a);
|
|
219
281
|
}
|
|
220
|
-
.
|
|
282
|
+
.txcb8d1n {
|
|
221
283
|
background: var(--_1073cm8f);
|
|
222
284
|
color: var(--_1073cm8h);
|
|
223
285
|
}
|
|
224
|
-
.
|
|
286
|
+
.txcb8d1o {
|
|
225
287
|
background: var(--_1073cm8m);
|
|
226
288
|
color: var(--_1073cm8o);
|
|
227
289
|
}
|
|
228
|
-
main > div:has(.
|
|
290
|
+
main > div:has(.txcb8d1k) {
|
|
229
291
|
margin-top: 0;
|
|
230
292
|
}
|
|
231
|
-
.
|
|
293
|
+
.txcb8d1q {
|
|
232
294
|
display: flex;
|
|
233
295
|
align-items: flex-start;
|
|
234
296
|
gap: 56px;
|
|
235
297
|
}
|
|
236
|
-
.
|
|
298
|
+
.txcb8d1r {
|
|
237
299
|
gap: 32px;
|
|
238
300
|
width: min(344px, 100%);
|
|
239
301
|
}
|
|
240
|
-
.
|
|
302
|
+
.txcb8d1s {
|
|
241
303
|
aspect-ratio: 344 / 392;
|
|
242
304
|
border-radius: 16px;
|
|
243
305
|
align-self: stretch;
|
|
@@ -245,128 +307,128 @@ main > div:has(.txcb8d1f) {
|
|
|
245
307
|
max-width: 344px;
|
|
246
308
|
position: relative;
|
|
247
309
|
}
|
|
248
|
-
.
|
|
310
|
+
.txcb8d1t {
|
|
249
311
|
height: 100%;
|
|
250
312
|
width: 100%;
|
|
251
313
|
object-fit: cover;
|
|
252
314
|
position: absolute;
|
|
253
315
|
inset: 0;
|
|
254
316
|
}
|
|
255
|
-
.
|
|
317
|
+
.txcb8d1u {
|
|
256
318
|
gap: 16px;
|
|
257
319
|
}
|
|
258
|
-
.
|
|
320
|
+
.txcb8d1v {
|
|
259
321
|
display: block;
|
|
260
322
|
font: 700 18px / 1.5 var(--header-font-family);
|
|
261
323
|
letter-spacing: -0.198px;
|
|
262
324
|
}
|
|
263
|
-
.
|
|
325
|
+
.txcb8d1w {
|
|
264
326
|
color: var(--_1073cm85);
|
|
265
327
|
}
|
|
266
|
-
.
|
|
328
|
+
.txcb8d1x {
|
|
267
329
|
color: var(--_1073cm8c);
|
|
268
330
|
}
|
|
269
|
-
.
|
|
331
|
+
.txcb8d1y {
|
|
270
332
|
color: var(--_1073cm8j);
|
|
271
333
|
}
|
|
272
|
-
.
|
|
334
|
+
.txcb8d1z {
|
|
273
335
|
color: var(--_1073cm8q);
|
|
274
336
|
}
|
|
275
|
-
.
|
|
337
|
+
.txcb8d20 {
|
|
276
338
|
gap: 3px;
|
|
277
339
|
padding-left: 24px;
|
|
278
340
|
}
|
|
279
|
-
.
|
|
341
|
+
.txcb8d21 {
|
|
280
342
|
flex: 1;
|
|
281
343
|
gap: 24px;
|
|
282
344
|
}
|
|
283
|
-
.
|
|
345
|
+
.txcb8d22 {
|
|
284
346
|
gap: 16px;
|
|
285
347
|
}
|
|
286
|
-
.
|
|
348
|
+
.txcb8d23 {
|
|
287
349
|
gap: 12px;
|
|
288
350
|
}
|
|
289
|
-
.
|
|
351
|
+
.txcb8d25 {
|
|
290
352
|
color: var(--_1073cm85);
|
|
291
353
|
}
|
|
292
|
-
.
|
|
354
|
+
.txcb8d26 {
|
|
293
355
|
color: var(--_1073cm8c);
|
|
294
356
|
}
|
|
295
|
-
.
|
|
357
|
+
.txcb8d27 {
|
|
296
358
|
color: var(--_1073cm8j);
|
|
297
359
|
}
|
|
298
|
-
.
|
|
360
|
+
.txcb8d28 {
|
|
299
361
|
color: var(--_1073cm8q);
|
|
300
362
|
}
|
|
301
|
-
.
|
|
363
|
+
.txcb8d29 {
|
|
302
364
|
font-size: 20px;
|
|
303
365
|
line-height: 1.5;
|
|
304
366
|
}
|
|
305
|
-
.
|
|
367
|
+
.txcb8d2a {
|
|
306
368
|
color: var(--_1073cm85);
|
|
307
369
|
}
|
|
308
|
-
.
|
|
370
|
+
.txcb8d2b {
|
|
309
371
|
color: var(--_1073cm8c);
|
|
310
372
|
}
|
|
311
|
-
.
|
|
373
|
+
.txcb8d2c {
|
|
312
374
|
color: var(--_1073cm8j);
|
|
313
375
|
}
|
|
314
|
-
.
|
|
376
|
+
.txcb8d2d {
|
|
315
377
|
color: var(--_1073cm8q);
|
|
316
378
|
}
|
|
317
|
-
.
|
|
379
|
+
.txcb8d2e {
|
|
318
380
|
display: flex;
|
|
319
381
|
align-items: center;
|
|
320
382
|
gap: 18px;
|
|
321
383
|
}
|
|
322
|
-
.
|
|
384
|
+
.txcb8d2g {
|
|
323
385
|
fill: #2F5B88;
|
|
324
386
|
}
|
|
325
|
-
.
|
|
387
|
+
.txcb8d2h {
|
|
326
388
|
fill: #2F5B88;
|
|
327
389
|
}
|
|
328
|
-
.
|
|
390
|
+
.txcb8d2i {
|
|
329
391
|
fill: var(--_1073cm8g);
|
|
330
392
|
}
|
|
331
|
-
.
|
|
393
|
+
.txcb8d2j {
|
|
332
394
|
fill: var(--_1073cm8n);
|
|
333
395
|
}
|
|
334
|
-
.
|
|
396
|
+
.txcb8d2k {
|
|
335
397
|
font-size: 24px;
|
|
336
398
|
font-weight: 700;
|
|
337
399
|
line-height: 1.37;
|
|
338
400
|
font-family: var(--header-font-family);
|
|
339
401
|
text-wrap: pretty;
|
|
340
402
|
}
|
|
341
|
-
.
|
|
403
|
+
.txcb8d2l {
|
|
342
404
|
color: var(--_1073cm85);
|
|
343
405
|
}
|
|
344
|
-
.
|
|
406
|
+
.txcb8d2m {
|
|
345
407
|
color: var(--_1073cm8c);
|
|
346
408
|
}
|
|
347
|
-
.
|
|
409
|
+
.txcb8d2n {
|
|
348
410
|
color: var(--_1073cm8j);
|
|
349
411
|
}
|
|
350
|
-
.
|
|
412
|
+
.txcb8d2o {
|
|
351
413
|
color: var(--_1073cm8q);
|
|
352
414
|
}
|
|
353
|
-
.
|
|
415
|
+
.txcb8d2p p {
|
|
354
416
|
font-size: 16px;
|
|
355
417
|
line-height: 1.5;
|
|
356
418
|
}
|
|
357
|
-
.
|
|
419
|
+
.txcb8d2q {
|
|
358
420
|
scale: 1;
|
|
359
421
|
transition: scale 0.25s ease;
|
|
360
422
|
will-change: scale;
|
|
361
423
|
}
|
|
362
|
-
.
|
|
424
|
+
.txcb8d2q:hover {
|
|
363
425
|
scale: 1.1;
|
|
364
426
|
}
|
|
365
|
-
.
|
|
427
|
+
.txcb8d2r {
|
|
366
428
|
position: relative;
|
|
367
429
|
display: flex;
|
|
368
430
|
}
|
|
369
|
-
.
|
|
431
|
+
.txcb8d2s {
|
|
370
432
|
visibility: hidden;
|
|
371
433
|
min-width: 120px;
|
|
372
434
|
text-align: center;
|
|
@@ -383,31 +445,31 @@ main > div:has(.txcb8d1f) {
|
|
|
383
445
|
font-weight: 700;
|
|
384
446
|
font-family: var(--header-font-family);
|
|
385
447
|
}
|
|
386
|
-
.
|
|
448
|
+
.txcb8d2r:hover .txcb8d2s {
|
|
387
449
|
visibility: visible;
|
|
388
450
|
opacity: 1;
|
|
389
451
|
}
|
|
390
|
-
.
|
|
452
|
+
.txcb8d2r:focus-visible .txcb8d2s {
|
|
391
453
|
visibility: visible;
|
|
392
454
|
opacity: 1;
|
|
393
455
|
}
|
|
394
|
-
.
|
|
456
|
+
.txcb8d2t {
|
|
395
457
|
background: var(--_1073cm82);
|
|
396
458
|
color: var(--_1073cm86);
|
|
397
459
|
}
|
|
398
|
-
.
|
|
460
|
+
.txcb8d2u {
|
|
399
461
|
background: var(--_1073cm89);
|
|
400
462
|
color: var(--_1073cm8d);
|
|
401
463
|
}
|
|
402
|
-
.
|
|
464
|
+
.txcb8d2v {
|
|
403
465
|
background: var(--_1073cm8g);
|
|
404
466
|
color: var(--_1073cm8k);
|
|
405
467
|
}
|
|
406
|
-
.
|
|
468
|
+
.txcb8d2w {
|
|
407
469
|
background: var(--_1073cm8n);
|
|
408
470
|
color: var(--_1073cm8r);
|
|
409
471
|
}
|
|
410
|
-
.
|
|
472
|
+
.txcb8d2y {
|
|
411
473
|
position: absolute;
|
|
412
474
|
top: 0;
|
|
413
475
|
left: 0;
|
|
@@ -416,106 +478,127 @@ main > div:has(.txcb8d1f) {
|
|
|
416
478
|
height: 100%;
|
|
417
479
|
z-index: -1;
|
|
418
480
|
}
|
|
419
|
-
.
|
|
481
|
+
.txcb8d30 {
|
|
420
482
|
stroke: var(--_1073cm82);
|
|
421
483
|
}
|
|
422
|
-
.
|
|
484
|
+
.txcb8d31 {
|
|
423
485
|
stroke: var(--_1073cm89);
|
|
424
486
|
}
|
|
425
|
-
.
|
|
487
|
+
.txcb8d32 {
|
|
426
488
|
stroke: var(--_1073cm8g);
|
|
427
489
|
}
|
|
428
|
-
.
|
|
490
|
+
.txcb8d33 {
|
|
429
491
|
stroke: var(--_1073cm8n);
|
|
430
492
|
}
|
|
431
|
-
.
|
|
493
|
+
.txcb8d30 path {
|
|
432
494
|
stroke: var(--_1073cm82) !important;
|
|
433
495
|
}
|
|
434
|
-
.
|
|
496
|
+
.txcb8d31 path {
|
|
435
497
|
stroke: var(--_1073cm89) !important;
|
|
436
498
|
}
|
|
437
|
-
.
|
|
499
|
+
.txcb8d32 path {
|
|
438
500
|
stroke: var(--_1073cm8g) !important;
|
|
439
501
|
}
|
|
440
|
-
.
|
|
502
|
+
.txcb8d33 path {
|
|
441
503
|
stroke: var(--_1073cm8n) !important;
|
|
442
504
|
}
|
|
505
|
+
.txcb8d1 .containment {
|
|
506
|
+
height: 100%;
|
|
507
|
+
}
|
|
508
|
+
.txcb8d1 .arrow {
|
|
509
|
+
margin-left: 8px;
|
|
510
|
+
}
|
|
443
511
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
444
|
-
.
|
|
512
|
+
.txcb8dn {
|
|
445
513
|
max-width: max-content;
|
|
446
514
|
}
|
|
447
515
|
}
|
|
448
516
|
@media (max-width: 1023px) {
|
|
449
|
-
.
|
|
517
|
+
.txcb8dm {
|
|
450
518
|
margin-top: 24px;
|
|
451
519
|
}
|
|
452
|
-
.txcb8dm {
|
|
520
|
+
.txcb8d1 .txcb8dm {
|
|
521
|
+
margin-top: 0px;
|
|
522
|
+
}
|
|
523
|
+
.txcb8dn {
|
|
453
524
|
max-width: 100%;
|
|
454
525
|
}
|
|
455
|
-
.
|
|
526
|
+
.txcb8dw {
|
|
456
527
|
display: flex;
|
|
457
528
|
justify-content: center;
|
|
458
529
|
}
|
|
459
|
-
.
|
|
530
|
+
.txcb8dy {
|
|
460
531
|
margin-right: 0px;
|
|
461
532
|
}
|
|
462
|
-
.
|
|
533
|
+
.txcb8dz {
|
|
463
534
|
transform: translateY(1%);
|
|
464
535
|
}
|
|
465
|
-
.
|
|
536
|
+
.txcb8dz p:first-of-type {
|
|
466
537
|
margin-top: 8px;
|
|
467
538
|
}
|
|
468
|
-
.
|
|
539
|
+
.txcb8d15 {
|
|
469
540
|
flex-direction: column;
|
|
470
541
|
}
|
|
471
|
-
.
|
|
542
|
+
.txcb8d1 .txcb8d15 {
|
|
543
|
+
flex-direction: row;
|
|
544
|
+
}
|
|
545
|
+
.txcb8d16 {
|
|
472
546
|
margin-bottom: 24px;
|
|
473
547
|
}
|
|
474
|
-
.
|
|
475
|
-
padding-
|
|
476
|
-
padding-bottom: 42px;
|
|
548
|
+
.txcb8d17 {
|
|
549
|
+
padding-block: 42px;
|
|
477
550
|
}
|
|
478
|
-
.
|
|
551
|
+
.txcb8d1h {
|
|
479
552
|
margin-top: 24px;
|
|
480
553
|
}
|
|
481
|
-
.
|
|
554
|
+
.txcb8d1k {
|
|
482
555
|
padding-block: 42px;
|
|
483
556
|
}
|
|
484
|
-
.
|
|
557
|
+
.txcb8d1q {
|
|
485
558
|
gap: 32px;
|
|
486
559
|
}
|
|
487
560
|
}
|
|
561
|
+
@media (max-width: 1175px) {
|
|
562
|
+
.txcb8d13 {
|
|
563
|
+
grid-template-columns: repeat(2, 1fr);
|
|
564
|
+
width: min(840px, calc(100% - 4rem));
|
|
565
|
+
}
|
|
566
|
+
.txcb8d14 {
|
|
567
|
+
grid-template-columns: repeat(2, 1fr);
|
|
568
|
+
width: min(840px, calc(100% - 4rem));
|
|
569
|
+
}
|
|
570
|
+
}
|
|
488
571
|
@media (max-width: 1570px) {
|
|
489
|
-
.
|
|
572
|
+
.txcb8d2y {
|
|
490
573
|
left: calc(-11.875rem + ((1vw - 12.6200px) * 61.6883));
|
|
491
574
|
}
|
|
492
575
|
}
|
|
493
576
|
@media (max-width: 1262px) {
|
|
494
|
-
.
|
|
577
|
+
.txcb8d2y {
|
|
495
578
|
left: -190px;
|
|
496
579
|
}
|
|
497
580
|
}
|
|
498
581
|
@media (max-width: 850px) {
|
|
499
|
-
.
|
|
582
|
+
.txcb8d1q {
|
|
500
583
|
flex-direction: column;
|
|
501
584
|
gap: 24px;
|
|
502
585
|
}
|
|
503
|
-
.
|
|
586
|
+
.txcb8d1r {
|
|
504
587
|
display: contents;
|
|
505
588
|
}
|
|
506
|
-
.
|
|
589
|
+
.txcb8d1u {
|
|
507
590
|
order: 1;
|
|
508
591
|
}
|
|
509
|
-
.
|
|
592
|
+
.txcb8d21 {
|
|
510
593
|
display: contents;
|
|
511
594
|
}
|
|
512
|
-
.
|
|
595
|
+
.txcb8d2p {
|
|
513
596
|
order: 2;
|
|
514
597
|
}
|
|
515
|
-
.
|
|
598
|
+
.txcb8d2x {
|
|
516
599
|
order: 3;
|
|
517
600
|
}
|
|
518
|
-
.
|
|
601
|
+
.txcb8d2y {
|
|
519
602
|
height: 530px;
|
|
520
603
|
left: unset;
|
|
521
604
|
right: -150px;
|
|
@@ -524,55 +607,73 @@ main > div:has(.txcb8d1f) {
|
|
|
524
607
|
}
|
|
525
608
|
}
|
|
526
609
|
@media (max-width: 768px) {
|
|
527
|
-
.
|
|
610
|
+
.txcb8dc {
|
|
528
611
|
margin-top: 8px;
|
|
529
612
|
font-size: 16px;
|
|
530
613
|
line-height: 1.5;
|
|
531
614
|
}
|
|
532
|
-
.
|
|
615
|
+
.txcb8dn > * + * {
|
|
533
616
|
margin-top: 10px;
|
|
534
617
|
}
|
|
535
|
-
.
|
|
618
|
+
.txcb8do {
|
|
536
619
|
padding: 24px;
|
|
537
620
|
}
|
|
538
|
-
.
|
|
621
|
+
.txcb8dp {
|
|
539
622
|
margin-top: 8px;
|
|
540
623
|
}
|
|
541
|
-
.
|
|
542
|
-
font-size: 18px;
|
|
543
|
-
line-height: 1.44;
|
|
624
|
+
.txcb8dq {
|
|
544
625
|
margin-left: 10px;
|
|
545
626
|
}
|
|
546
|
-
.
|
|
627
|
+
.txcb8dv {
|
|
547
628
|
margin-top: 16px;
|
|
548
629
|
}
|
|
549
|
-
.
|
|
630
|
+
.txcb8dx {
|
|
550
631
|
width: 200px;
|
|
551
632
|
}
|
|
552
|
-
.
|
|
553
|
-
|
|
554
|
-
|
|
633
|
+
.txcb8d12 {
|
|
634
|
+
grid-template-columns: 1fr;
|
|
635
|
+
width: min(350px, calc(100% - 2rem));
|
|
636
|
+
}
|
|
637
|
+
.txcb8d13 {
|
|
638
|
+
grid-template-columns: 1fr;
|
|
639
|
+
width: min(350px, calc(100% - 2rem));
|
|
555
640
|
}
|
|
556
|
-
.
|
|
557
|
-
|
|
558
|
-
|
|
641
|
+
.txcb8d14 {
|
|
642
|
+
grid-template-columns: 1fr;
|
|
643
|
+
width: min(350px, calc(100% - 2rem));
|
|
644
|
+
}
|
|
645
|
+
.txcb8d17 {
|
|
646
|
+
padding-block: 32px;
|
|
559
647
|
}
|
|
560
|
-
.
|
|
648
|
+
.txcb8dn + .txcb8d1i {
|
|
561
649
|
margin-top: 10px;
|
|
562
650
|
}
|
|
563
|
-
.
|
|
651
|
+
.txcb8d1k {
|
|
564
652
|
padding-block: 32px;
|
|
565
653
|
}
|
|
566
|
-
.
|
|
654
|
+
.txcb8d1u {
|
|
567
655
|
gap: 12px;
|
|
568
656
|
}
|
|
569
|
-
.
|
|
657
|
+
.txcb8d29 {
|
|
570
658
|
font-size: 16px;
|
|
571
659
|
}
|
|
572
|
-
.
|
|
660
|
+
.txcb8d2k {
|
|
573
661
|
font-size: 18px;
|
|
574
662
|
}
|
|
575
663
|
}
|
|
664
|
+
@media ( max-width: 380px) {
|
|
665
|
+
.txcb8d1 .txcb8dx {
|
|
666
|
+
width: 50px;
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
@media (min-width: 1176px) {
|
|
670
|
+
.txcb8d14 {
|
|
671
|
+
width: min(1000px, 100%);
|
|
672
|
+
}
|
|
673
|
+
.txcb8d14 .txcb8d15 {
|
|
674
|
+
flex-direction: column;
|
|
675
|
+
}
|
|
676
|
+
}
|
|
576
677
|
@media screen and (max-width: 1023px) {
|
|
577
678
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
578
679
|
margin-bottom: 42px;
|
|
@@ -584,32 +685,32 @@ main > div:has(.txcb8d1f) {
|
|
|
584
685
|
}
|
|
585
686
|
}
|
|
586
687
|
@media (max-width: 500px) {
|
|
587
|
-
.
|
|
688
|
+
.txcb8d1i {
|
|
588
689
|
gap: 24px;
|
|
589
690
|
}
|
|
590
691
|
}
|
|
591
692
|
@media (max-width: 400px) {
|
|
592
|
-
.
|
|
693
|
+
.txcb8d1i {
|
|
593
694
|
align-items: flex-start;
|
|
594
695
|
flex-direction: column;
|
|
595
696
|
gap: 10px;
|
|
596
697
|
}
|
|
597
698
|
}
|
|
598
699
|
@media (max-width: 1023px) and (min-width: 769px) {
|
|
599
|
-
.
|
|
700
|
+
.txcb8d1p {
|
|
600
701
|
width: min(1200px, calc(100% - 4rem));
|
|
601
702
|
}
|
|
602
703
|
}
|
|
603
704
|
@media (min-width: 769px) {
|
|
604
|
-
.
|
|
705
|
+
.txcb8d2x > * + * {
|
|
605
706
|
margin-top: 14px;
|
|
606
707
|
}
|
|
607
708
|
}
|
|
608
709
|
@media (min-width: 851px) {
|
|
609
|
-
.
|
|
710
|
+
.txcb8d30 path {
|
|
610
711
|
opacity: 0.5;
|
|
611
712
|
}
|
|
612
|
-
.
|
|
713
|
+
.txcb8d31 path {
|
|
613
714
|
opacity: 0.5;
|
|
614
715
|
}
|
|
615
716
|
}
|