@axos-web-dev/shared-components 1.0.91-brand-refresh.1 → 1.0.91-patch.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 (54) hide show
  1. package/dist/Article/Article.css.d.ts +1 -1
  2. package/dist/Blockquote/Blockquote.module.js +3 -3
  3. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  4. package/dist/Calculators/calculator.css.d.ts +2 -8
  5. package/dist/Chevron/Chevron.css.d.ts +2 -2
  6. package/dist/CollectInformationAlert/index.js +1 -1
  7. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +3 -3
  8. package/dist/Forms/Forms.css.d.ts +2 -30
  9. package/dist/HeroBanner/HeroBanner.css.d.ts +1 -1
  10. package/dist/HeroBanner/SelectionBanner.css.d.ts +1 -4
  11. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
  12. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  13. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
  14. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  15. package/dist/NavigationMenu/AxosBank/NavBar.css.js +2 -1
  16. package/dist/NavigationMenu/AxosBank/NavBar.module.js +38 -38
  17. package/dist/NavigationMenu/AxosBank/SubNavBar.js +6 -6
  18. package/dist/Pagination/Pagination.js +6 -6
  19. package/dist/WalnutIframe/wrapper.module.js +3 -3
  20. package/dist/assets/Article/Article.css +3 -3
  21. package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
  22. package/dist/assets/Blockquote/Blockquote.css.css +16 -16
  23. package/dist/assets/Button/Button.css +6 -6
  24. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
  25. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +1 -1
  26. package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
  27. package/dist/assets/Calculators/calculator.css +3 -9
  28. package/dist/assets/Chevron/Chevron.css +2 -2
  29. package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +4 -3
  30. package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
  31. package/dist/assets/Forms/Forms.css +2 -20
  32. package/dist/assets/HeroBanner/HeroBanner.css +3 -3
  33. package/dist/assets/HeroBanner/LargeBanner.css +1 -1
  34. package/dist/assets/HeroBanner/SelectionBanner.css +3 -6
  35. package/dist/assets/IconBillboard/IconBillboard.css +7 -6
  36. package/dist/assets/ImageBillboard/ImageBillboard.css +8 -8
  37. package/dist/assets/Interstitial/Interstitial-variants.css +1 -1
  38. package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
  39. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
  40. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  41. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +12 -3
  42. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +442 -435
  43. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +1 -0
  44. package/dist/assets/PageNavItem/PageNavItem.css +5 -6
  45. package/dist/assets/Pagination/Pagination.css +1 -1
  46. package/dist/assets/StepItem/StepItem.css +1 -1
  47. package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
  48. package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
  49. package/dist/assets/globals.css +2 -3
  50. package/dist/assets/themes/axos.css +2 -2
  51. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
  52. package/dist/icons/QuoteIconGrey.js +2 -2
  53. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  54. package/package.json +133 -133
@@ -1,435 +1,442 @@
1
- ._header_qe08l_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_qe08l_5 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_qe08l_11 {
12
- min-height: 80px;
13
- padding-top: 1rem;
14
- padding-bottom: 0.5rem;
15
- }
16
-
17
- ._logo_wrap_qe08l_17 {
18
- padding: 9px 6px;
19
- }
20
-
21
- ._primary_links_qe08l_21 {
22
- margin-left: 30px;
23
- }
24
-
25
- ._main_nav_link_qe08l_25 {
26
- padding: 10px 8px;
27
- text-align: center;
28
- }
29
-
30
- ._main_nav_link_qe08l_25 > a {
31
- border-bottom: 4px solid transparent;
32
- display: inline-block;
33
- font-size: 16px;
34
- padding: 4px 26px;
35
- position: relative;
36
- }
37
-
38
- ._main_nav_link_qe08l_25 > a::after {
39
- content: "";
40
- position: absolute;
41
- left: 0;
42
- bottom: -4px;
43
- width: 100%;
44
- height: 4px;
45
- background-color: currentColor;
46
- opacity: 0;
47
- }
48
-
49
- ._main_nav_link_qe08l_25 > .active {
50
- font-weight: 700;
51
- }
52
-
53
- ._main_nav_link_qe08l_25 > .active::after {
54
- opacity: 1;
55
- }
56
-
57
- ._sub_nav_link_qe08l_57 a,
58
- ._main_nav_link_qe08l_25 a,
59
- ._signin_wrap_qe08l_59 a,
60
- ._signin_btn_qe08l_60 {
61
- text-decoration: none;
62
- transition: opacity 0.3s ease;
63
- }
64
-
65
- ._sub_nav_link_qe08l_57:hover,
66
- ._main_nav_link_qe08l_25 a:hover,
67
- ._signin_wrap_qe08l_59 a:hover {
68
- opacity: 0.8;
69
- }
70
-
71
- ._signin_wrap_qe08l_59 .link {
72
- padding: 8px;
73
- text-decoration: none;
74
- }
75
-
76
- ._signin_btn_qe08l_60 {
77
- border-color: transparent;
78
- border-radius: 8px;
79
- color: #fff;
80
- cursor: pointer;
81
- font-size: 16px;
82
- font-weight: 700;
83
- line-height: 1.44;
84
- margin-left: 8px;
85
- padding: 11px 24px;
86
- }
87
-
88
- ._signin_btn_qe08l_60:hover {
89
- background-color: transparent;
90
- opacity: 0.9;
91
- }
92
-
93
- ._signin_btn_qe08l_60 > span {
94
- margin-right: 8px;
95
- }
96
-
97
- ._header_sub_row_qe08l_97 {
98
- min-height: 48px;
99
- position: relative;
100
- }
101
-
102
- ._sub_nav_link_qe08l_57 {
103
- color: #fff;
104
- display: flex;
105
- padding-inline: 1rem;
106
- text-align: center;
107
- }
108
-
109
- ._sub_nav_link_qe08l_57 a {
110
- display: flex;
111
- align-items: center;
112
- font-weight: 500;
113
- line-height: 1.5;
114
- padding: 12px 0px;
115
- }
116
- ._sub_nav_link_qe08l_57 a:first-child {
117
- padding-left: 9.5px;
118
- padding-right: 1.5px;
119
- }
120
-
121
- ._sub_nav_link_qe08l_57 a:last-child {
122
- padding-right: 9.5px;
123
- }
124
-
125
- ._sub_nav_link_qe08l_57:hover {
126
- background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
127
- }
128
-
129
- ._signin_dropdown_qe08l_129 {
130
- display: none;
131
- min-width: 288px;
132
- padding: 1.5rem 1rem;
133
- position: absolute;
134
- right: 0;
135
- top: 100%;
136
- z-index: 1204;
137
- }
138
-
139
- ._shadow_qe08l_139 {
140
- border-top: none;
141
- border: 0.5px solid rgb(255 255 255 / 14%);
142
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
143
- }
144
-
145
- ._signin_dropdown_qe08l_129 li[role="heading"] {
146
- margin-top: 1px;
147
- }
148
-
149
- ._signin_header_qe08l_149 {
150
- color: #323339;
151
- font-weight: 700;
152
- padding: 0.5rem 1rem;
153
- text-align: left;
154
- }
155
-
156
- ._signin_subheader_qe08l_156 {
157
- color: #2f5b88;
158
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
159
- }
160
-
161
- ._signin_header_qe08l_149,
162
- ._signin_subheader_qe08l_156 a {
163
- line-height: 1.5;
164
- }
165
-
166
- @keyframes _fadeInDown_qe08l_1 {
167
- from {
168
- opacity: 0;
169
- transform: translate3d(0, -1%, 0);
170
- }
171
-
172
- to {
173
- opacity: 1;
174
- transform: none;
175
- }
176
- }
177
-
178
- ._opacity_qe08l_178 {
179
- animation-duration: 0.5s;
180
- animation-fill-mode: both;
181
- animation-name: _fadeInDown_qe08l_1;
182
- }
183
-
184
- ._signin_footer_qe08l_184 {
185
- margin-top: 0.5rem;
186
- padding-top: 1rem;
187
- }
188
-
189
- ._signin_footer_qe08l_184 > a + a {
190
- display: block;
191
- margin-top: 16px;
192
- }
193
-
194
- ._signin_footer_qe08l_184::before {
195
- content: "";
196
- background-color: #8f8f8f;
197
- height: 2px;
198
- opacity: 0.3;
199
- position: absolute;
200
- right: 8px;
201
- top: 0;
202
- width: 94%;
203
- }
204
-
205
- ._open_qe08l_205 {
206
- opacity: 0.8;
207
- }
208
-
209
- ._open_qe08l_205 > svg {
210
- transform: scaleY(-1);
211
- }
212
-
213
- ._open_qe08l_205 + ._signin_dropdown_qe08l_129 {
214
- display: block;
215
- }
216
-
217
- ._dd_wrapper_qe08l_217 {
218
- max-width: 1440px;
219
- outline: none !important;
220
- position: absolute;
221
- top: 0;
222
- width: 100%;
223
- z-index: 1203;
224
- }
225
-
226
- ._dd_media_qe08l_226 {
227
- padding: 1.5rem;
228
- width: 280px;
229
- }
230
-
231
- ._dd_media_img_qe08l_231 {
232
- min-height: 232px;
233
- }
234
-
235
- ._dd_site_navs_qe08l_235 {
236
- display: flex;
237
- flex-direction: column;
238
- flex: 1 1 0%;
239
- padding: 1.5rem;
240
- }
241
-
242
- ._dd_media_header_qe08l_242 p {
243
- color: #fff;
244
- font-size: 14px;
245
- line-height: 1.42;
246
- }
247
-
248
- ._dd_media_header_qe08l_242 p[role="heading"] {
249
- font: 600 1.25rem/ 1.4 var(--header-font-family);
250
- }
251
-
252
- ._mt_8_qe08l_252 {
253
- margin-top: 8px;
254
- }
255
-
256
- ._mt_16_qe08l_256 {
257
- margin-top: 1rem;
258
- }
259
-
260
- ._ml_8_qe08l_260 {
261
- margin-left: 8px;
262
- }
263
-
264
- ._reversed_row_qe08l_264 {
265
- flex-direction: row-reverse;
266
- }
267
-
268
- ._headline_qe08l_268 > [role="heading"] {
269
- color: var(--_1073cm83);
270
- flex: 1 1 0%;
271
- font: 600 1.5rem / 1.33 var(--header-font-family);
272
- margin-bottom: 0;
273
- text-decoration: none;
274
- }
275
-
276
- ._nav_anchor_qe08l_276 {
277
- aspect-ratio: 1;
278
- background-color: #4a5560;
279
- border-radius: 8px;
280
- height: 1.5rem;
281
- width: 1.5rem;
282
- }
283
-
284
- ._headline_cta_qe08l_284 {
285
- margin-left: 8px;
286
- }
287
-
288
- ._headline_cta_qe08l_284 > a {
289
- color: var(--_1073cm83);
290
- font-weight: 700;
291
- line-height: 1.5;
292
- text-decoration: none;
293
- }
294
-
295
- ._sub_nav_link_qe08l_57:hover,
296
- ._signin_wrap_qe08l_59 a:hover,
297
- ._main_nav_link_qe08l_25 a:not(.active):hover,
298
- ._dd_site_navs_qe08l_235 a:hover,
299
- ._site_lists_qe08l_299 a:hover {
300
- text-decoration: underline;
301
- }
302
-
303
- ._dd_site_navs_qe08l_235 hr {
304
- border-style: solid;
305
- border-width: 1px;
306
- color: #a0aab3;
307
- margin: 1.5rem 0;
308
- opacity: 0.3;
309
- position: relative;
310
- }
311
-
312
- ._site_lists_qe08l_299 {
313
- display: grid;
314
- gap: 24px;
315
- grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
316
- padding-bottom: 1.5rem;
317
- }
318
-
319
- ._site_lists_qe08l_299 > * {
320
- width: 100%;
321
- }
322
-
323
- ._site_lists_qe08l_299 a {
324
- color: #323339;
325
- text-decoration: none;
326
- }
327
-
328
- ._site_lists_qe08l_299 [role="heading"] {
329
- color: var(--_1073cm83);
330
- font-weight: 700;
331
- }
332
-
333
- ._site_lists_qe08l_299 li + li {
334
- margin-top: 8px;
335
- }
336
-
337
- ._signin_wrap_qe08l_59 > ._mobile_only_qe08l_337 > a {
338
- color: #4a5560;
339
- padding: 0;
340
- line-height: 1;
341
- }
342
-
343
- ._mobile_logo_qe08l_343 {
344
- display: flex;
345
- align-items: center;
346
- flex: 1 1 0%;
347
- justify-content: space-between;
348
- }
349
-
350
- ._highlight_qe08l_350 > a {
351
- border-bottom: none;
352
- font-weight: 700;
353
- line-height: 1.44;
354
- }
355
-
356
- ._mobile_opened_qe08l_356 {
357
- left: 0%;
358
- }
359
-
360
- body:has(._mobile_opened_qe08l_356) {
361
- overflow-y: hidden;
362
- }
363
-
364
- ._dd_footer_qe08l_364 {
365
- align-items: end;
366
- flex: 1 1 0%;
367
- font-size: 11px;
368
- justify-content: flex-end;
369
- letter-spacing: 0.3px;
370
- }
371
-
372
- ._skip_btn_qe08l_372 {
373
- clip: rect(1px 1px 1px 1px);
374
- margin: -1px;
375
- overflow: hidden;
376
- padding: 0;
377
- position: absolute;
378
- }
379
-
380
- ._skip_btn_qe08l_372:active,
381
- ._skip_btn_qe08l_372:focus {
382
- background-color: #faa74a;
383
- border-radius: 8px;
384
- clip: auto;
385
- color: #1e3869;
386
- font-size: 14px;
387
- font-weight: 700;
388
- margin: 0;
389
- overflow: visible;
390
- padding: 9px 24px;
391
- position: relative;
392
- text-decoration: none;
393
- top: 12px;
394
- }
395
-
396
- @media (max-width: 1280px) and (min-width: 1024px) {
397
- ._wrapper_qe08l_5 {
398
- width: calc(100% - 28px);
399
- }
400
-
401
- ._dd_wrapper_qe08l_217 > ._wrapper_qe08l_5 {
402
- width: 100%;
403
- }
404
- ._main_nav_link_qe08l_25 > a {
405
- padding: 4px 6px;
406
- font-size: 15px;
407
- }
408
- ._desktop_only_qe08l_408 > a {
409
- font-size: 15px;
410
- }
411
- }
412
-
413
- @media (max-width: 1023px) {
414
- ._desktop_only_qe08l_408 {
415
- display: none !important;
416
- }
417
- }
418
-
419
- @media (max-width: 768px) {
420
- ._wrapper_qe08l_5 {
421
- width: calc(100% - 48px);
422
- }
423
- ._header_main_row_qe08l_11 {
424
- min-height: 65px;
425
- }
426
- ._mobile_logo_qe08l_343 > a > svg {
427
- max-width: 85px;
428
- }
429
- }
430
-
431
- @media (min-width: 1024px) {
432
- ._mobile_only_qe08l_337 {
433
- display: none !important;
434
- }
435
- }
1
+ ._header_evy43_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_evy43_9 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_evy43_21 {
12
+ min-height: 80px;
13
+ padding-top: 1rem;
14
+ padding-bottom: 0.5rem;
15
+ }
16
+
17
+ ._logo_wrap_evy43_33 {
18
+ padding: 9px 6px;
19
+ }
20
+
21
+ ._primary_links_evy43_41 {
22
+ margin-left: 30px;
23
+ }
24
+
25
+ ._main_nav_link_evy43_49 {
26
+ padding: 10px 8px;
27
+ text-align: center;
28
+ }
29
+
30
+ ._main_nav_link_evy43_49 > a {
31
+ border-bottom: 4px solid transparent;
32
+ display: inline-block;
33
+ font-size: 16px;
34
+ padding: 4px 26px;
35
+ position: relative;
36
+ }
37
+
38
+ ._main_nav_link_evy43_49 > a::after {
39
+ content: "";
40
+ position: absolute;
41
+ left: 0;
42
+ bottom: -4px;
43
+ width: 100%;
44
+ height: 4px;
45
+ background-color: currentColor;
46
+ opacity: 0;
47
+ }
48
+
49
+ ._main_nav_link_evy43_49 > .active {
50
+ font-weight: 700;
51
+ }
52
+
53
+ ._main_nav_link_evy43_49 > .active::after {
54
+ opacity: 1;
55
+ }
56
+
57
+ ._sub_nav_link_evy43_113 a,
58
+ ._main_nav_link_evy43_49 a,
59
+ ._signin_wrap_evy43_117 a,
60
+ ._signin_btn_evy43_119 {
61
+ text-decoration: none;
62
+ transition: opacity 0.3s ease;
63
+ }
64
+
65
+ ._sub_nav_link_evy43_113:hover,
66
+ ._main_nav_link_evy43_49 a:hover,
67
+ ._signin_wrap_evy43_117 a:hover {
68
+ opacity: 0.8;
69
+ }
70
+
71
+ ._signin_wrap_evy43_117 .link {
72
+ padding: 8px;
73
+ text-decoration: none;
74
+ }
75
+
76
+ ._signin_btn_evy43_119 {
77
+ border-color: transparent;
78
+ border-radius: 8px;
79
+ color: #fff;
80
+ cursor: pointer;
81
+ font-size: 16px;
82
+ font-weight: 700;
83
+ line-height: 1.44;
84
+ margin-left: 8px;
85
+ padding: 11px 24px;
86
+ letter-spacing: .2px;
87
+ }
88
+
89
+ ._signin_btn_evy43_119:hover {
90
+ background-color: transparent;
91
+ opacity: 0.9;
92
+ }
93
+
94
+ ._signin_btn_evy43_119 > span {
95
+ margin-right: 8px;
96
+ }
97
+
98
+ ._header_sub_row_evy43_195 {
99
+ min-height: 48px;
100
+ position: relative;
101
+ }
102
+
103
+ ._sub_nav_link_evy43_113 {
104
+ color: #FFFFFF;
105
+ display: flex;
106
+ padding-inline: 1rem;
107
+ text-align: center;
108
+ }
109
+
110
+ ._sub_nav_link_evy43_113 a {
111
+ display: flex;
112
+ align-items: center;
113
+ font-family: var(--header-font-family);
114
+ font-weight: 700;
115
+ line-height: 1.5;
116
+ padding: 12px 0px;
117
+ }
118
+ ._sub_nav_link_evy43_113 a:first-child {
119
+ padding-left: 9.5px;
120
+ padding-right: 1.5px;
121
+ }
122
+
123
+ ._sub_nav_link_evy43_113 a:last-child {
124
+ padding-right: 9.5px;
125
+ }
126
+
127
+ ._sub_nav_link_evy43_113:hover {
128
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
129
+ }
130
+
131
+ ._signin_dropdown_evy43_261 {
132
+ display: none;
133
+ min-width: 288px;
134
+ padding: 1.5rem 1rem;
135
+ position: absolute;
136
+ right: 0;
137
+ top: 100%;
138
+ z-index: 1204;
139
+ }
140
+
141
+ ._shadow_evy43_281 {
142
+ border-top: none;
143
+ border: 0.5px solid rgb(255 255 255 / 14%);
144
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
145
+ }
146
+
147
+ ._signin_dropdown_evy43_261 li[role="heading"] {
148
+ margin-top: 1px;
149
+ }
150
+
151
+ ._signin_header_evy43_301 {
152
+ color: #1F1F1F;
153
+ font-weight: 700;
154
+ padding: 0.5rem 1rem;
155
+ text-align: left;
156
+ }
157
+
158
+ ._signin_subheader_evy43_315 {
159
+ color: #1E629A;
160
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
161
+ }
162
+
163
+ ._signin_header_evy43_301,
164
+ ._signin_subheader_evy43_315 a {
165
+ line-height: 1.5;
166
+ }
167
+
168
+ @keyframes _fadeInDown_evy43_1 {
169
+ from {
170
+ opacity: 0;
171
+ transform: translate3d(0, -1%, 0);
172
+ }
173
+
174
+ to {
175
+ opacity: 1;
176
+ transform: none;
177
+ }
178
+ }
179
+
180
+ ._opacity_evy43_359 {
181
+ animation-duration: 0.5s;
182
+ animation-fill-mode: both;
183
+ animation-name: _fadeInDown_evy43_1;
184
+ }
185
+
186
+ ._signin_footer_evy43_371 {
187
+ margin-top: 0.5rem;
188
+ padding-top: 1rem;
189
+ }
190
+
191
+ ._signin_footer_evy43_371 > a + a {
192
+ display: block;
193
+ margin-top: 16px;
194
+ }
195
+
196
+ ._signin_footer_evy43_371::before {
197
+ content: "";
198
+ background-color: #8f8f8f;
199
+ height: 2px;
200
+ opacity: 0.3;
201
+ position: absolute;
202
+ right: 8px;
203
+ top: 0;
204
+ width: 94%;
205
+ }
206
+
207
+ ._open_evy43_413 {
208
+ opacity: 0.8;
209
+ }
210
+
211
+ ._open_evy43_413 > svg {
212
+ transform: scaleY(-1);
213
+ }
214
+
215
+ ._open_evy43_413 + ._signin_dropdown_evy43_261 {
216
+ display: block;
217
+ }
218
+
219
+ ._dd_wrapper_evy43_437 {
220
+ max-width: 1440px;
221
+ outline: none !important;
222
+ position: absolute;
223
+ top: 0;
224
+ width: 100%;
225
+ z-index: 1203;
226
+ }
227
+
228
+ ._dd_media_evy43_455 {
229
+ padding: 1.5rem;
230
+ width: 280px;
231
+ }
232
+
233
+ ._dd_media_img_evy43_465 {
234
+ min-height: 232px;
235
+ }
236
+
237
+ ._dd_site_navs_evy43_473 {
238
+ display: flex;
239
+ flex-direction: column;
240
+ flex: 1 1 0%;
241
+ padding: 1.5rem;
242
+ }
243
+
244
+ ._dd_media_header_evy43_487 p {
245
+ color: #fff;
246
+ font-size: 14px;
247
+ line-height: 1.42;
248
+ }
249
+
250
+ ._dd_media_header_evy43_487 p[role="heading"] {
251
+ font: 700 1.25rem/ 1.4 var(--header-font-family);
252
+ text-wrap: pretty;
253
+ }
254
+
255
+ ._mt_8_evy43_509 {
256
+ margin-top: 8px;
257
+ }
258
+
259
+ ._mt_16_evy43_517 {
260
+ margin-top: 1rem;
261
+ }
262
+
263
+ ._ml_8_evy43_525 {
264
+ margin-left: 8px;
265
+ }
266
+
267
+ ._reversed_row_evy43_533 {
268
+ flex-direction: row-reverse;
269
+ }
270
+
271
+ ._headline_evy43_541 > [role="heading"] {
272
+ color: var(--_1073cm83);
273
+ flex: 1 1 0%;
274
+ font: 700 1.5rem / 1.33 var(--header-font-family);
275
+ margin-bottom: 0;
276
+ text-decoration: none;
277
+ }
278
+
279
+ ._nav_anchor_evy43_557 {
280
+ aspect-ratio: 1;
281
+ background-color: #4a5560;
282
+ border-radius: 8px;
283
+ height: 1.5rem;
284
+ width: 1.5rem;
285
+ }
286
+
287
+ ._headline_cta_evy43_573 {
288
+ margin-left: 8px;
289
+ }
290
+
291
+ ._headline_cta_evy43_573 > a {
292
+ color: var(--_1073cm83);
293
+ font-family: var(--header-font-family);
294
+ font-weight: 700;
295
+ line-height: 1.5;
296
+ text-decoration: none;
297
+ }
298
+
299
+ ._sub_nav_link_evy43_113:hover,
300
+ ._signin_wrap_evy43_117 a:hover,
301
+ ._main_nav_link_evy43_49 a:not(.active):hover,
302
+ ._dd_site_navs_evy43_473 a:hover,
303
+ ._site_lists_evy43_605 a:hover {
304
+ text-decoration: underline;
305
+ }
306
+
307
+ ._dd_site_navs_evy43_473 hr {
308
+ border-style: solid;
309
+ border-width: 1px;
310
+ color: #a0aab3;
311
+ margin: 1.5rem 0;
312
+ opacity: 0.3;
313
+ position: relative;
314
+ }
315
+
316
+ ._site_lists_evy43_605 {
317
+ display: grid;
318
+ gap: 24px;
319
+ grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
320
+ padding-bottom: 1.5rem;
321
+ }
322
+
323
+ ._site_lists_evy43_605 > * {
324
+ width: 100%;
325
+ }
326
+
327
+ ._site_lists_evy43_605 a {
328
+ color: #1F1F1F;
329
+ text-decoration: none;
330
+ font-weight: 400;
331
+ font-family: var(--header-font-family);
332
+ }
333
+
334
+ ._site_lists_evy43_605 [role="heading"] {
335
+ color: var(--_1073cm83);
336
+ font-weight: 700;
337
+ font-family: unset;
338
+ }
339
+
340
+ ._site_lists_evy43_605 li + li {
341
+ margin-top: 8px;
342
+ }
343
+
344
+ ._signin_wrap_evy43_117 > ._mobile_only_evy43_687 > a {
345
+ color: #4a5560;
346
+ padding: 0;
347
+ line-height: 1;
348
+ }
349
+
350
+ ._mobile_logo_evy43_699 {
351
+ display: flex;
352
+ align-items: center;
353
+ flex: 1 1 0%;
354
+ justify-content: space-between;
355
+ }
356
+
357
+ ._highlight_evy43_713 > a {
358
+ border-bottom: none;
359
+ font-weight: 700;
360
+ line-height: 1.44;
361
+ }
362
+
363
+ ._mobile_opened_evy43_725 {
364
+ left: 0%;
365
+ }
366
+
367
+ body:has(._mobile_opened_evy43_725) {
368
+ overflow-y: hidden;
369
+ }
370
+
371
+ ._dd_footer_evy43_741 {
372
+ align-items: end;
373
+ flex: 1 1 0%;
374
+ font-size: 11px;
375
+ justify-content: flex-end;
376
+ letter-spacing: 0.3px;
377
+ }
378
+
379
+ ._skip_btn_evy43_757 {
380
+ clip: rect(1px 1px 1px 1px);
381
+ margin: -1px;
382
+ overflow: hidden;
383
+ padding: 0;
384
+ position: absolute;
385
+ }
386
+
387
+ ._skip_btn_evy43_757:active,
388
+ ._skip_btn_evy43_757:focus {
389
+ background-color: #1E3860;
390
+ border-radius: 8px;
391
+ clip: auto;
392
+ color: #FFFFFF;
393
+ font-size: 14px;
394
+ font-weight: 700;
395
+ margin: 0;
396
+ overflow: visible;
397
+ padding: 9px 24px;
398
+ position: relative;
399
+ text-decoration: none;
400
+ top: 12px;
401
+ }
402
+
403
+ @media (max-width: 1280px) and (min-width: 1024px) {
404
+ ._wrapper_evy43_9 {
405
+ width: calc(100% - 28px);
406
+ }
407
+
408
+ ._dd_wrapper_evy43_437 > ._wrapper_evy43_9 {
409
+ width: 100%;
410
+ }
411
+ ._main_nav_link_evy43_49 > a {
412
+ padding: 4px 6px;
413
+ font-size: 15px;
414
+ }
415
+ ._desktop_only_evy43_829 > a {
416
+ font-size: 15px;
417
+ }
418
+ }
419
+
420
+ @media (max-width: 1023px) {
421
+ ._desktop_only_evy43_829 {
422
+ display: none !important;
423
+ }
424
+ }
425
+
426
+ @media (max-width: 768px) {
427
+ ._wrapper_evy43_9 {
428
+ width: calc(100% - 48px);
429
+ }
430
+ ._header_main_row_evy43_21 {
431
+ min-height: 65px;
432
+ }
433
+ ._mobile_logo_evy43_699 > a > svg {
434
+ max-width: 85px;
435
+ }
436
+ }
437
+
438
+ @media (min-width: 1024px) {
439
+ ._mobile_only_evy43_687 {
440
+ display: none !important;
441
+ }
442
+ }