@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,473 +1,446 @@
1
- ._header_68bu0_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_68bu0_5 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_68bu0_11 {
12
- min-height: 80px;
13
- padding-top: 1rem;
14
- padding-bottom: 0.5rem;
15
- }
16
-
17
- ._logo_wrap_68bu0_17 {
18
- padding: 9px 6px;
19
- }
20
-
21
- ._primary_links_68bu0_21 {
22
- margin-left: 30px;
23
- }
24
-
25
- ._main_nav_link_68bu0_25 {
26
- padding: 10px 8px;
27
- text-align: center;
28
- }
29
-
30
- ._main_nav_link_68bu0_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_68bu0_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_68bu0_25 > .active {
50
- font-weight: 700;
51
- }
52
-
53
- ._main_nav_link_68bu0_25 > .active::after {
54
- opacity: 1;
55
- }
56
-
57
- ._sub_nav_link_68bu0_57 a,
58
- ._main_nav_link_68bu0_25 a,
59
- ._signin_wrap_68bu0_59 a,
60
- ._signin_btn_68bu0_60 {
61
- text-decoration: none;
62
- transition: opacity 0.3s ease;
63
- }
64
-
65
- ._sub_nav_link_68bu0_57:hover,
66
- ._main_nav_link_68bu0_25 a:hover,
67
- ._signin_wrap_68bu0_59 a:hover {
68
- opacity: 0.8;
69
- }
70
-
71
- ._signin_wrap_68bu0_59 .link {
72
- text-decoration: none;
73
- padding: 8px;
74
- }
75
-
76
- ._signin_btn_68bu0_60 {
77
- border-color: transparent;
78
- color: #fff;
79
- padding: 11px 24px;
80
- font-size: 16px;
81
- font-weight: 700;
82
- line-height: 1.44;
83
- border-radius: 8px;
84
- margin-left: 8px;
85
- cursor: pointer;
86
- }
87
-
88
- ._signin_btn_68bu0_60:hover {
89
- background-color: transparent;
90
- opacity: 0.9;
91
- }
92
-
93
- ._signin_btn_68bu0_60 > span {
94
- margin-right: 8px;
95
- }
96
-
97
- ._header_sub_row_68bu0_97 {
98
- min-height: 48px;
99
- position: relative;
100
- }
101
-
102
- ._sub_nav_link_68bu0_57 {
103
- padding-inline: 1rem;
104
- text-align: center;
105
- color: #fff;
106
- display: flex;
107
- }
108
-
109
- ._sub_nav_link_68bu0_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_68bu0_57 a:first-child {
117
- padding-left: 9.5px;
118
- padding-right: 1.5px;
119
- }
120
-
121
- ._sub_nav_link_68bu0_57 a:last-child {
122
- padding-right: 9.5px;
123
- }
124
-
125
- ._sub_nav_link_68bu0_57:hover {
126
- background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
127
- }
128
-
129
- ._signin_dropdown_68bu0_129 {
130
- min-width: 288px;
131
- padding: 1.5rem 1rem;
132
- position: absolute;
133
- right: 0;
134
- top: 100%;
135
- z-index: 1204;
136
- display: none;
137
- }
138
-
139
- ._shadow_68bu0_139 {
140
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
141
- border: 0.5px solid rgb(255 255 255 / 14%);
142
- border-top: none;
143
- }
144
-
145
- ._signin_dropdown_68bu0_129 li[role="heading"] {
146
- margin-top: 1px;
147
- }
148
-
149
- ._signin_header_68bu0_149 {
150
- color: #323339;
151
- font-weight: 700;
152
- padding: 0.5rem 1rem;
153
- text-align: left;
154
- }
155
-
156
- ._signin_subheader_68bu0_156 {
157
- color: #2f5b88;
158
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
159
- }
160
-
161
- ._signin_header_68bu0_149,
162
- ._signin_subheader_68bu0_156 a {
163
- line-height: 1.5;
164
- }
165
-
166
- @keyframes _fadeInDown_68bu0_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_68bu0_178 {
179
- animation-duration: 0.5s;
180
- animation-fill-mode: both;
181
- animation-name: _fadeInDown_68bu0_1;
182
- }
183
-
184
- ._signin_footer_68bu0_184 {
185
- margin-top: 0.5rem;
186
- padding-top: 1rem;
187
- }
188
-
189
- ._signin_footer_68bu0_184 > a + a {
190
- display: block;
191
- margin-top: 16px;
192
- }
193
-
194
- ._signin_footer_68bu0_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_68bu0_205 {
206
- opacity: 0.8;
207
- }
208
-
209
- ._open_68bu0_205 > svg {
210
- transform: scaleY(-1);
211
- }
212
-
213
- ._open_68bu0_205 + ._signin_dropdown_68bu0_129 {
214
- display: block;
215
- }
216
-
217
- ._dd_wrapper_68bu0_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_68bu0_226 {
227
- padding: 1.5rem;
228
- width: 280px;
229
- }
230
-
231
- ._dd_media_img_68bu0_231 {
232
- min-height: 232px;
233
- }
234
-
235
- ._dd_site_navs_68bu0_235 {
236
- display: flex;
237
- flex-direction: column;
238
- flex: 1 1 0%;
239
- padding: 1.5rem;
240
- }
241
-
242
- ._dd_media_header_68bu0_242 p {
243
- color: #fff;
244
- font-size: 14px;
245
- line-height: 1.42;
246
- }
247
-
248
- ._dd_media_header_68bu0_242 p[role="heading"] {
249
- font: 600 1.25rem/ 1.4 var(--header-font-family);
250
- }
251
-
252
- ._mt_8_68bu0_252 {
253
- margin-top: 8px;
254
- }
255
-
256
- ._mt_16_68bu0_256 {
257
- margin-top: 1rem;
258
- }
259
-
260
- ._ml_8_68bu0_260 {
261
- margin-left: 8px;
262
- }
263
-
264
- ._dd_media_cta_68bu0_264 > a:first-child {
265
- border-radius: 8px;
266
- border: 2px solid transparent;
267
- color: var(--_1073cm83) !important;
268
- display: inline-block;
269
- font-size: 1.125rem;
270
- font-weight: 700;
271
- line-height: 1.44;
272
- padding: 12px;
273
- text-decoration: none;
274
- transition: all 0.25s ease;
275
- width: 100%;
276
- }
277
-
278
- ._dd_media_cta_68bu0_264 > a:first-child:hover {
279
- background-color: transparent;
280
- border-color: #fff;
281
- color: #fff !important;
282
- }
283
-
284
- ._dd_media_cta_68bu0_264 > a:nth-child(2) {
285
- color: #fff;
286
- display: inline-block;
287
- margin-top: 8px;
288
- text-decoration: none;
289
- }
290
-
291
- ._dd_media_cta_68bu0_264 > a:nth-child(2):hover {
292
- opacity: 0.8;
293
- text-decoration: underline;
294
- }
295
-
296
- ._reversed_row_68bu0_296 {
297
- flex-direction: row-reverse;
298
- }
299
-
300
- ._dd_media_cta_68bu0_264 > a:first-child:active {
301
- background-color: #fff;
302
- border-color: transparent;
303
- color: #1e3860 !important;
304
- }
305
-
306
- ._headline_68bu0_306 > [role="heading"] {
307
- color: var(--_1073cm83);
308
- flex: 1 1 0%;
309
- font: 600 1.5rem / 1.33 var(--header-font-family);
310
- margin-bottom: 0;
311
- text-decoration: none;
312
- }
313
-
314
- ._nav_anchor_68bu0_314 {
315
- aspect-ratio: 1;
316
- background-color: #4a5560;
317
- border-radius: 8px;
318
- height: 1.5rem;
319
- width: 1.5rem;
320
- }
321
-
322
- ._headline_cta_68bu0_322 {
323
- margin-left: 8px;
324
- }
325
-
326
- ._headline_cta_68bu0_322 > a {
327
- color: var(--_1073cm83);
328
- font-weight: 700;
329
- line-height: 1.5;
330
- text-decoration: none;
331
- }
332
-
333
- ._sub_nav_link_68bu0_57:hover,
334
- ._signin_wrap_68bu0_59 a:hover,
335
- ._main_nav_link_68bu0_25 a:not(.active):hover,
336
- ._dd_site_navs_68bu0_235 a:hover,
337
- ._site_lists_68bu0_337 a:hover {
338
- text-decoration: underline;
339
- }
340
-
341
- ._dd_site_navs_68bu0_235 hr {
342
- border-style: solid;
343
- border-width: 1px;
344
- color: #a0aab3;
345
- margin: 1.5rem 0;
346
- opacity: 0.3;
347
- position: relative;
348
- }
349
-
350
- ._site_lists_68bu0_337 {
351
- display: grid;
352
- grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
353
- gap: 24px;
354
- padding-bottom: 1.5rem;
355
- }
356
-
357
- ._site_lists_68bu0_337 > * {
358
- width: 100%;
359
- }
360
-
361
- ._site_lists_68bu0_337 a {
362
- color: #323339;
363
- text-decoration: none;
364
- }
365
-
366
- ._site_lists_68bu0_337 [role="heading"] {
367
- color: var(--_1073cm83);
368
- font-weight: 700;
369
- }
370
-
371
- ._site_lists_68bu0_337 li + li {
372
- margin-top: 8px;
373
- }
374
-
375
- ._signin_wrap_68bu0_59 > ._mobile_only_68bu0_375 > a {
376
- color: #4a5560;
377
- padding: 0;
378
- line-height: 1;
379
- }
380
-
381
- ._mobile_logo_68bu0_381 {
382
- flex: 1 1 0%;
383
- display: flex;
384
- justify-content: space-between;
385
- align-items: center;
386
- }
387
-
388
- ._highlight_68bu0_388 > a {
389
- border-bottom: none;
390
- font-weight: 700;
391
- line-height: 1.44;
392
- }
393
-
394
- ._mobile_opened_68bu0_394 {
395
- left: 0%;
396
- }
397
-
398
- body:has(._mobile_opened_68bu0_394) {
399
- overflow-y: hidden;
400
- }
401
-
402
- ._dd_footer_68bu0_402 {
403
- justify-content: flex-end;
404
- flex: 1 1 0%;
405
- align-items: end;
406
- font-size: 11px;
407
- letter-spacing: 0.3px;
408
- }
409
-
410
- ._skip_btn_68bu0_410 {
411
- clip: rect(1px 1px 1px 1px);
412
- margin: -1px;
413
- overflow: hidden;
414
- padding: 0;
415
- position: absolute;
416
- }
417
-
418
- ._skip_btn_68bu0_410:active,
419
- ._skip_btn_68bu0_410:focus {
420
- background-color: #faa74a;
421
- border-radius: 8px;
422
- clip: auto;
423
- color: #1e3869;
424
- font-size: 14px;
425
- font-weight: 700;
426
- margin: 0;
427
- overflow: visible;
428
- padding: 9px 24px;
429
- position: relative;
430
- text-decoration: none;
431
- top: 12px;
432
- }
433
-
434
- @media (max-width: 1280px) and (min-width: 1024px) {
435
- ._wrapper_68bu0_5 {
436
- width: calc(100% - 28px);
437
- }
438
-
439
- ._dd_wrapper_68bu0_217 > ._wrapper_68bu0_5 {
440
- width: 100%;
441
- }
442
- ._main_nav_link_68bu0_25 > a {
443
- padding: 4px 6px;
444
- font-size: 15px;
445
- }
446
- ._desktop_only_68bu0_446 > a {
447
- font-size: 15px;
448
- }
449
- }
450
-
451
- @media (max-width: 1023px) {
452
- ._desktop_only_68bu0_446 {
453
- display: none !important;
454
- }
455
- }
456
-
457
- @media (max-width: 768px) {
458
- ._wrapper_68bu0_5 {
459
- width: calc(100% - 48px);
460
- }
461
- ._header_main_row_68bu0_11 {
462
- min-height: 65px;
463
- }
464
- ._mobile_logo_68bu0_381 > a > svg {
465
- max-width: 85px;
466
- }
467
- }
468
-
469
- @media (min-width: 1024px) {
470
- ._mobile_only_68bu0_375 {
471
- display: none !important;
472
- }
473
- }
1
+ ._header_5116s_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_5116s_9 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_5116s_21 {
12
+ min-height: 80px;
13
+ padding-top: 1rem;
14
+ padding-bottom: 0.5rem;
15
+ }
16
+
17
+ ._logo_wrap_5116s_33 {
18
+ padding: 9px 6px;
19
+ }
20
+
21
+ ._primary_links_5116s_41 {
22
+ margin-left: 30px;
23
+ }
24
+
25
+ ._main_nav_link_5116s_49 {
26
+ padding: 10px 8px;
27
+ text-align: center;
28
+ }
29
+
30
+ ._main_nav_link_5116s_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_5116s_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_5116s_49 > .active {
50
+ font-weight: 700;
51
+ }
52
+
53
+ ._main_nav_link_5116s_49 > .active::after {
54
+ opacity: 1;
55
+ }
56
+
57
+ ._sub_nav_link_5116s_113 a,
58
+ ._main_nav_link_5116s_49 a,
59
+ ._signin_wrap_5116s_117 a,
60
+ ._signin_btn_5116s_119 {
61
+ text-decoration: none;
62
+ transition: opacity 0.3s ease;
63
+ }
64
+
65
+ ._sub_nav_link_5116s_113:hover,
66
+ ._main_nav_link_5116s_49 a:hover,
67
+ ._signin_wrap_5116s_117 a:hover {
68
+ opacity: 0.8;
69
+ }
70
+
71
+ ._signin_wrap_5116s_117 .link {
72
+ padding: 8px;
73
+ text-decoration: none;
74
+ }
75
+
76
+ ._signin_btn_5116s_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: 0.2px;
87
+ }
88
+
89
+ ._signin_btn_5116s_119:hover {
90
+ background-color: transparent;
91
+ opacity: 0.9;
92
+ }
93
+
94
+ ._signin_btn_5116s_119 > span {
95
+ margin-right: 8px;
96
+ }
97
+
98
+ ._header_sub_row_5116s_195 {
99
+ min-height: 48px;
100
+ position: relative;
101
+ }
102
+
103
+ ._sub_nav_link_5116s_113 {
104
+ color: #ffffff;
105
+ display: flex;
106
+ padding-inline: 1rem;
107
+ text-align: center;
108
+ }
109
+
110
+ ._sub_nav_link_5116s_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_5116s_113 a:first-child {
119
+ padding-left: 9.5px;
120
+ padding-right: 1.5px;
121
+ }
122
+
123
+ ._sub_nav_link_5116s_113 a:last-child {
124
+ padding-right: 9.5px;
125
+ }
126
+
127
+ ._sub_nav_link_5116s_113:hover {
128
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
129
+ }
130
+
131
+ ._signin_dropdown_5116s_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_5116s_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_5116s_261 li[role="heading"] {
148
+ margin-top: 1px;
149
+ }
150
+
151
+ ._signin_header_5116s_301 {
152
+ color: #1f1f1f;
153
+ font-weight: 700;
154
+ padding: 0.5rem 1rem;
155
+ text-align: left;
156
+ }
157
+
158
+ ._signin_subheader_5116s_315 {
159
+ color: #1e629a;
160
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
161
+ }
162
+
163
+ ._signin_header_5116s_301,
164
+ ._signin_subheader_5116s_315 a {
165
+ line-height: 1.5;
166
+ }
167
+
168
+ @keyframes _fadeInDown_5116s_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_5116s_359 {
181
+ animation-duration: 0.5s;
182
+ animation-fill-mode: both;
183
+ animation-name: _fadeInDown_5116s_1;
184
+ }
185
+
186
+ ._signin_footer_5116s_371 {
187
+ margin-top: 0.5rem;
188
+ padding-top: 1rem;
189
+ }
190
+
191
+ ._signin_footer_5116s_371 > a + a {
192
+ display: block;
193
+ margin-top: 16px;
194
+ }
195
+
196
+ ._signin_footer_5116s_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_5116s_413 {
208
+ opacity: 0.8;
209
+ }
210
+
211
+ ._open_5116s_413 > svg {
212
+ transform: scaleY(-1);
213
+ }
214
+
215
+ ._open_5116s_413 + ._signin_dropdown_5116s_261 {
216
+ display: block;
217
+ }
218
+
219
+ ._dd_wrapper_5116s_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_5116s_455 {
229
+ padding: 1.5rem;
230
+ width: 280px;
231
+ }
232
+
233
+ ._dd_media_img_5116s_465 {
234
+ min-height: 232px;
235
+ }
236
+
237
+ ._dd_site_navs_5116s_473 {
238
+ display: flex;
239
+ flex-direction: column;
240
+ flex: 1 1 0%;
241
+ padding: 1.5rem;
242
+ }
243
+
244
+ ._dd_media_header_5116s_487 p {
245
+ color: #fff;
246
+ font-size: 14px;
247
+ line-height: 1.42;
248
+ }
249
+
250
+ ._dd_media_header_5116s_487 p[role="heading"] {
251
+ font: 700 1.25rem/ 1.4 var(--header-font-family);
252
+ text-wrap: pretty;
253
+ }
254
+
255
+ ._mt_8_5116s_509 {
256
+ margin-top: 8px;
257
+ }
258
+
259
+ ._mt_16_5116s_517 {
260
+ margin-top: 1rem;
261
+ }
262
+
263
+ ._ml_8_5116s_525 {
264
+ margin-left: 8px;
265
+ }
266
+
267
+ ._reversed_row_5116s_533 {
268
+ flex-direction: row-reverse;
269
+ }
270
+
271
+ ._headline_5116s_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_5116s_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_5116s_573 {
288
+ margin-left: 8px;
289
+ }
290
+
291
+ ._headline_cta_5116s_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_5116s_113:hover,
300
+ ._signin_wrap_5116s_117 a:hover,
301
+ ._main_nav_link_5116s_49 a:not(.active):hover,
302
+ ._dd_site_navs_5116s_473 a:hover,
303
+ ._site_lists_5116s_605 a:hover {
304
+ text-decoration: underline;
305
+ }
306
+
307
+ ._dd_site_navs_5116s_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_5116s_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_5116s_605._modify_fit_5116s_645 {
324
+ grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
325
+ }
326
+
327
+ ._site_lists_5116s_605 > * {
328
+ width: 100%;
329
+ }
330
+
331
+ ._site_lists_5116s_605 a {
332
+ color: #1f1f1f;
333
+ text-decoration: none;
334
+ font-weight: 400;
335
+ font-family: var(--header-font-family);
336
+ }
337
+
338
+ ._site_lists_5116s_605 [role="heading"] {
339
+ color: var(--_1073cm83);
340
+ font-weight: 700;
341
+ font-family: unset;
342
+ }
343
+
344
+ ._site_lists_5116s_605 li + li {
345
+ margin-top: 8px;
346
+ }
347
+
348
+ ._signin_wrap_5116s_117 > ._mobile_only_5116s_695 > a {
349
+ color: #4a5560;
350
+ padding: 0;
351
+ line-height: 1;
352
+ }
353
+
354
+ ._mobile_logo_5116s_707 {
355
+ display: flex;
356
+ align-items: center;
357
+ flex: 1 1 0%;
358
+ justify-content: space-between;
359
+ }
360
+
361
+ ._highlight_5116s_721 > a {
362
+ border-bottom: none;
363
+ font-weight: 700;
364
+ line-height: 1.44;
365
+ }
366
+
367
+ ._mobile_opened_5116s_733 {
368
+ left: 0%;
369
+ }
370
+
371
+ body:has(._mobile_opened_5116s_733) {
372
+ overflow-y: hidden;
373
+ }
374
+
375
+ ._dd_footer_5116s_749 {
376
+ align-items: end;
377
+ flex: 1 1 0%;
378
+ font-size: 11px;
379
+ justify-content: flex-end;
380
+ letter-spacing: 0.3px;
381
+ }
382
+
383
+ ._skip_btn_5116s_765 {
384
+ clip: rect(1px 1px 1px 1px);
385
+ margin: -1px;
386
+ overflow: hidden;
387
+ padding: 0;
388
+ position: absolute;
389
+ }
390
+
391
+ ._skip_btn_5116s_765:active,
392
+ ._skip_btn_5116s_765:focus {
393
+ background-color: #1e3860;
394
+ border-radius: 8px;
395
+ clip: auto;
396
+ color: #ffffff;
397
+ font-size: 14px;
398
+ font-weight: 700;
399
+ margin: 0;
400
+ overflow: visible;
401
+ padding: 9px 24px;
402
+ position: relative;
403
+ text-decoration: none;
404
+ top: 12px;
405
+ }
406
+
407
+ @media (max-width: 1280px) and (min-width: 1024px) {
408
+ ._wrapper_5116s_9 {
409
+ width: calc(100% - 28px);
410
+ }
411
+
412
+ ._dd_wrapper_5116s_437 > ._wrapper_5116s_9 {
413
+ width: 100%;
414
+ }
415
+ ._main_nav_link_5116s_49 > a {
416
+ padding: 4px 6px;
417
+ font-size: 15px;
418
+ }
419
+ ._desktop_only_5116s_837 > a {
420
+ font-size: 15px;
421
+ }
422
+ }
423
+
424
+ @media (max-width: 1023px) {
425
+ ._desktop_only_5116s_837 {
426
+ display: none !important;
427
+ }
428
+ }
429
+
430
+ @media (max-width: 768px) {
431
+ ._wrapper_5116s_9 {
432
+ width: calc(100% - 48px);
433
+ }
434
+ ._header_main_row_5116s_21 {
435
+ min-height: 65px;
436
+ }
437
+ ._mobile_logo_5116s_707 > a > svg {
438
+ max-width: 85px;
439
+ }
440
+ }
441
+
442
+ @media (min-width: 1024px) {
443
+ ._mobile_only_5116s_695 {
444
+ display: none !important;
445
+ }
446
+ }