@axos-web-dev/shared-components 0.0.69 → 0.0.71

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 (65) hide show
  1. package/dist/ArticlesSet/ArticlesSet.js +3 -3
  2. package/dist/AwardsBanner/AwardsBanner.js +3 -3
  3. package/dist/Calculators/Calculator.js +2 -0
  4. package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -4
  5. package/dist/CallToActionBar/CallToActionBar.css.js +14 -20
  6. package/dist/CallToActionBar/index.js +2 -2
  7. package/dist/Carousel/index.js +2 -0
  8. package/dist/Chevron/index.js +2 -0
  9. package/dist/Comparison/Comparison.js +25 -2
  10. package/dist/Comparison/ComparisonSet.js +2 -0
  11. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -0
  12. package/dist/Forms/ContactUsAAS.js +22 -24
  13. package/dist/Forms/ContactUsBusiness.js +2 -0
  14. package/dist/Forms/EmailOnly.js +2 -0
  15. package/dist/Forms/FormEnums.d.ts +3 -2
  16. package/dist/Forms/SalesforceFieldsForm.d.ts +0 -12
  17. package/dist/Forms/SalesforceFieldsForm.js +1 -4
  18. package/dist/Forms/SuccesForm.js +2 -0
  19. package/dist/HeroBanner/HeroBanner.interface.d.ts +1 -1
  20. package/dist/HeroBanner/HeroBanner.js +220 -105
  21. package/dist/HeroBanner/LargeBanner.css.d.ts +77 -0
  22. package/dist/HeroBanner/LargeBanner.css.js +21 -0
  23. package/dist/Hyperlink/index.js +2 -0
  24. package/dist/ImageLink/ImageLink.js +2 -0
  25. package/dist/ImageLink/ImageLinkSet.js +2 -0
  26. package/dist/ImageLink/index.js +2 -0
  27. package/dist/Input/DatePicker.css.d.ts +1 -0
  28. package/dist/Input/DatePicker.css.js +6 -0
  29. package/dist/Input/Datepicker.d.ts +4 -0
  30. package/dist/Input/Datepicker.js +40 -0
  31. package/dist/Input/InputTextArea.js +2 -1
  32. package/dist/Modal/Modal.js +2 -0
  33. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +56 -53
  34. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -3
  35. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.d.ts +1 -1
  36. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -2
  37. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +57 -54
  38. package/dist/NavigationMenu/AxosBank/NavBar.css.d.ts +2 -0
  39. package/dist/NavigationMenu/AxosBank/NavBar.css.js +9 -0
  40. package/dist/NavigationMenu/AxosBank/NavBar.module.js +170 -0
  41. package/dist/NavigationMenu/AxosBank/NavData.d.ts +31 -0
  42. package/dist/NavigationMenu/AxosBank/NavData.js +132 -0
  43. package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -0
  44. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2893 -0
  45. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +4 -0
  46. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +13 -0
  47. package/dist/NavigationMenu/AxosBank/index.d.ts +2 -0
  48. package/dist/NavigationMenu/AxosBank/index.js +703 -0
  49. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +43 -40
  50. package/dist/NavigationMenu/NavItem/index.js +2 -1
  51. package/dist/SetContainer/SetContainer.js +2 -0
  52. package/dist/VideoWrapper/index.js +3 -3
  53. package/dist/assets/Button/Button.css +2 -2
  54. package/dist/assets/CallToActionBar/CallToActionBar.css +21 -34
  55. package/dist/assets/Carousel/Carousel.css +1 -0
  56. package/dist/assets/HeroBanner/LargeBanner.css +243 -0
  57. package/dist/assets/Input/DatePicker.css +86 -0
  58. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +119 -115
  59. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +122 -118
  60. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +9 -0
  61. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +626 -0
  62. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +17 -0
  63. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +85 -81
  64. package/dist/assets/SetContainer/SetContainer.css +20 -0
  65. package/package.json +1 -1
@@ -0,0 +1,626 @@
1
+ ._header_1a85j_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_1a85j_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_1a85j_11,
12
+ ._mobile_header_1a85j_12 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_1a85j_18 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_1a85j_22 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_link_1a85j_26 {
27
+ padding: 10px 8px;
28
+ text-align: center;
29
+ }
30
+
31
+ ._main_nav_link_1a85j_26 .active {
32
+ border-color: currentColor;
33
+ transition: border-color 0.5s ease;
34
+ }
35
+
36
+ ._main_nav_link_1a85j_26 .active {
37
+ font-weight: 700;
38
+ }
39
+
40
+ ._main_nav_link_1a85j_26 > a {
41
+ color: #1e3860;
42
+ display: inline-block;
43
+ font-size: 16px;
44
+ padding: 4px 26px;
45
+ border-bottom: 4px solid transparent;
46
+ }
47
+
48
+ ._sub_nav_link_1a85j_48 a,
49
+ ._main_nav_link_1a85j_26 a,
50
+ ._signin_wrap_1a85j_50 a,
51
+ ._signin_btn_1a85j_51 {
52
+ text-decoration: none;
53
+ transition: opacity 0.3s ease;
54
+ }
55
+
56
+ ._sub_nav_link_1a85j_48:hover,
57
+ ._main_nav_link_1a85j_26 a:hover,
58
+ ._signin_wrap_1a85j_50 a:hover {
59
+ opacity: 0.8;
60
+ }
61
+
62
+ ._signin_wrap_1a85j_50 .link {
63
+ text-decoration: none;
64
+ padding: 8px;
65
+ }
66
+
67
+ ._signin_btn_1a85j_51 {
68
+ border: none;
69
+ color: #fff;
70
+ padding: 11px 24px;
71
+ font-size: 16px;
72
+ font-weight: 700;
73
+ line-height: 1.44;
74
+ border-radius: 8px;
75
+ margin-left: 8px;
76
+ cursor: pointer;
77
+ }
78
+
79
+ ._signin_btn_1a85j_51:hover {
80
+ color: var(--colors-primary-textButton__1073cm85);
81
+ background-color: var(--colors-primary-backgroundButton__1073cm86);
82
+ opacity: 0.9;
83
+ }
84
+
85
+ ._signin_btn_1a85j_51 > span {
86
+ margin-right: 8px;
87
+ }
88
+
89
+ ._sub_nav_1a85j_48 {
90
+ background-color: var(--primary-theme-color);
91
+ }
92
+
93
+ ._header_sub_row_1a85j_93 {
94
+ padding-block: 12px;
95
+ min-height: 48px;
96
+ }
97
+
98
+ ._sub_nav_link_1a85j_48 {
99
+ padding-inline: 1rem;
100
+ text-align: center;
101
+ color: #fff;
102
+ }
103
+
104
+ ._sub_nav_link_1a85j_48 a {
105
+ font-weight: 500;
106
+ line-height: 1.5;
107
+ }
108
+
109
+ ._signin_dropdown_1a85j_109 {
110
+ min-width: 288px;
111
+ padding: 1.5rem 1rem;
112
+ position: absolute;
113
+ right: 0;
114
+ top: 100%;
115
+ z-index: 1204;
116
+ display: none;
117
+ }
118
+
119
+ ._shadow_1a85j_119 {
120
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
121
+ }
122
+
123
+ ._signin_dropdown_1a85j_109 li[role="heading"] {
124
+ margin-top: 1px;
125
+ }
126
+
127
+ ._signin_header_1a85j_127 {
128
+ color: #323339;
129
+ font-weight: 700;
130
+ padding: 0.5rem 1rem;
131
+ text-align: left;
132
+ }
133
+
134
+ ._signin_subheader_1a85j_134 {
135
+ color: #2f5b88;
136
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
137
+ }
138
+
139
+ ._signin_header_1a85j_127,
140
+ ._signin_subheader_1a85j_134 a {
141
+ line-height: 1.5;
142
+ }
143
+
144
+ @keyframes _fadeInDown_1a85j_1 {
145
+ from {
146
+ opacity: 0;
147
+ transform: translate3d(0, -1%, 0);
148
+ }
149
+
150
+ to {
151
+ opacity: 1;
152
+ transform: none;
153
+ }
154
+ }
155
+
156
+ ._opacity_1a85j_156 {
157
+ animation-duration: 0.5s;
158
+ animation-fill-mode: both;
159
+ animation-name: _fadeInDown_1a85j_1;
160
+ }
161
+
162
+ ._sigin_footer_1a85j_162 {
163
+ margin-top: 0.5rem;
164
+ padding-top: 1rem;
165
+ }
166
+
167
+ ._sigin_footer_1a85j_162 > a + a {
168
+ display: block;
169
+ margin-top: 16px;
170
+ }
171
+
172
+ ._signin_footer_1a85j_172::before {
173
+ content: "";
174
+ background-color: #8f8f8f;
175
+ height: 2px;
176
+ opacity: 0.3;
177
+ position: absolute;
178
+ right: 8px;
179
+ top: 0;
180
+ width: 94%;
181
+ }
182
+
183
+ ._open_1a85j_183 {
184
+ opacity: 0.8;
185
+ }
186
+
187
+ ._open_1a85j_183 > svg {
188
+ transform: scaleY(-1);
189
+ }
190
+
191
+ ._open_1a85j_183 + ._signin_dropdown_1a85j_109 {
192
+ display: block;
193
+ }
194
+
195
+ ._dd_wrapper_1a85j_195 {
196
+ z-index: 1203;
197
+ max-width: 1440px;
198
+ }
199
+
200
+ ._dd_media_1a85j_200 {
201
+ padding: 1.5rem;
202
+ width: 280px;
203
+ }
204
+
205
+ ._dd_media_img_1a85j_205 {
206
+ min-height: 232px;
207
+ }
208
+
209
+ ._dd_site_navs_1a85j_209 {
210
+ flex: 1 1 0%;
211
+ padding: 1.5rem;
212
+ display: flex;
213
+ flex-direction: column;
214
+ }
215
+
216
+ ._dd_media_header_1a85j_216 p {
217
+ font-size: 14px;
218
+ line-height: 1.42;
219
+ }
220
+
221
+ ._dd_media_header_1a85j_216 p[role="heading"] {
222
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
223
+ }
224
+
225
+ ._mt_8_1a85j_225 {
226
+ margin-top: 8px;
227
+ }
228
+
229
+ ._mt_16_1a85j_229 {
230
+ margin-top: 1rem;
231
+ }
232
+
233
+ ._ml_8_1a85j_233 {
234
+ margin-left: 8px;
235
+ }
236
+
237
+ ._dd_media_cta_1a85j_237 > a:first-child {
238
+ border-radius: 8px;
239
+ color: #1e3860 !important;
240
+ display: inline-block;
241
+ font-size: 1.125rem;
242
+ font-weight: 700;
243
+ line-height: 1.44;
244
+ padding: 12px;
245
+ text-decoration: none;
246
+ width: 100%;
247
+ transition: all 0.25s ease;
248
+ border: 2px solid transparent;
249
+ }
250
+
251
+ ._dd_media_cta_1a85j_237 > a:first-child:hover {
252
+ background-color: transparent;
253
+ border-color: #fff;
254
+ color: #fff;
255
+ }
256
+
257
+ ._dd_media_cta_1a85j_237 > a:nth-child(2) {
258
+ color: #fff;
259
+ margin-top: 8px;
260
+ text-decoration: none;
261
+ display: inline-block;
262
+ }
263
+
264
+ ._dd_media_cta_1a85j_237 > a:nth-child(2):hover {
265
+ opacity: 0.8;
266
+ text-decoration: underline;
267
+ }
268
+
269
+ ._reversed_row_1a85j_269 {
270
+ flex-direction: row-reverse;
271
+ }
272
+
273
+ ._dd_media_cta_1a85j_237 > a:first-child:active {
274
+ background-color: #fff;
275
+ border-color: transparent;
276
+ color: #1e3860 !important;
277
+ }
278
+
279
+ ._headline_1a85j_279 > p {
280
+ font: 600 1.5rem / 1.33 var(--header-font-family);
281
+ flex: 1 1 0%;
282
+ color: #1e3860;
283
+ }
284
+
285
+ ._nav_anchor_1a85j_285 {
286
+ width: 1.5rem;
287
+ height: 1.5rem;
288
+ aspect-ratio: 1;
289
+ background-color: #4a5560;
290
+ border-radius: 8px;
291
+ }
292
+
293
+ ._headline_cta_1a85j_293 {
294
+ margin-left: 8px;
295
+ }
296
+
297
+ ._headline_cta_1a85j_293 > a {
298
+ font-weight: 700;
299
+ line-height: 1.5;
300
+ text-decoration: none;
301
+ color: #1e3860;
302
+ }
303
+
304
+ ._sub_nav_link_1a85j_48:hover,
305
+ ._signin_wrap_1a85j_50 a:hover,
306
+ ._main_nav_link_1a85j_26 a:not(.active):hover,
307
+ ._dd_site_navs_1a85j_209 a:hover,
308
+ ._site_lists_1a85j_308 a:hover {
309
+ text-decoration: underline;
310
+ }
311
+
312
+ ._dd_site_navs_1a85j_209 hr {
313
+ border-style: solid;
314
+ border-width: 1px;
315
+ color: #a0aab3;
316
+ margin: 1.5rem 0;
317
+ opacity: 0.3;
318
+ position: relative;
319
+ }
320
+
321
+ ._site_lists_1a85j_308 {
322
+ padding-bottom: 1.5rem;
323
+ display: grid;
324
+ grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
325
+ gap: 24px;
326
+ }
327
+
328
+ ._site_lists_1a85j_308 > * {
329
+ width: 100%;
330
+ }
331
+
332
+ ._site_lists_1a85j_308 a {
333
+ color: #323339;
334
+ text-decoration: none;
335
+ }
336
+
337
+ ._site_lists_1a85j_308 [role="heading"] {
338
+ color: #1e3860;
339
+ font-weight: 700;
340
+ }
341
+
342
+ ._site_lists_1a85j_308 li + li {
343
+ margin-top: 8px;
344
+ }
345
+
346
+ ._hamburger_1a85j_346 {
347
+ background: transparent;
348
+ border: none;
349
+ font-size: 0px;
350
+ line-height: 1;
351
+ outline: none;
352
+ }
353
+
354
+ ._hamburger_1a85j_346:hover,
355
+ ._mobile_header_1a85j_12 button:hover {
356
+ cursor: pointer;
357
+ opacity: 0.8;
358
+ }
359
+
360
+ ._signin_wrap_1a85j_50 > ._mobile_only_1a85j_360 > a {
361
+ color: #4a5560;
362
+ padding: 0;
363
+ line-height: 1;
364
+ }
365
+
366
+ ._mobile_logo_1a85j_366 {
367
+ flex: 1 1 0%;
368
+ text-align: center;
369
+ }
370
+
371
+ ._highlight_1a85j_371 > a {
372
+ border-bottom: none;
373
+ color: #2f5b88;
374
+ font-weight: 700;
375
+ line-height: 1.44;
376
+ }
377
+
378
+ @media (max-width: 1121px) {
379
+ ._mobile_logo_1a85j_366 {
380
+ position: absolute;
381
+ transform: translateX(-50%);
382
+ left: 50%;
383
+ flex: none;
384
+ }
385
+ }
386
+
387
+ ._mobile_header_1a85j_12 {
388
+ padding-bottom: 1rem;
389
+ display: grid;
390
+ place-items: center;
391
+ border-bottom: 1px solid #ebebeb;
392
+ }
393
+
394
+ ._mobile_header_1a85j_12 p {
395
+ font: 400 20px / 1.3 var(--header-font-family);
396
+ }
397
+
398
+ ._mobile_header_1a85j_12 button {
399
+ background: none;
400
+ border: none;
401
+ position: absolute;
402
+ right: 40px;
403
+ top: 50%;
404
+ transform: translateY(-50%);
405
+ }
406
+
407
+ ._mobile_nav_1a85j_407 {
408
+ border-right: 1px solid #ebebeb;
409
+ left: -100%;
410
+ min-height: 100vh;
411
+ position: fixed;
412
+ top: 0;
413
+ transition: all 0.4s ease-in-out;
414
+ width: 100%;
415
+ z-index: 999;
416
+ }
417
+
418
+ ._mobile_opened_1a85j_418 {
419
+ left: 0%;
420
+ }
421
+
422
+ body:has(.__mobile_opened_1a85j_422) {
423
+ overflow-y: hidden;
424
+ }
425
+
426
+ ._mobile_nav_item_1a85j_426 {
427
+ background-color: #f4f4f4;
428
+ border-bottom: 1px solid #ebebeb;
429
+ }
430
+
431
+ ._mobile_nav_item_1a85j_426 > a {
432
+ color: #323339;
433
+ display: flex;
434
+ font-weight: 700;
435
+ line-height: 1.5;
436
+ padding: 16px 40px;
437
+ text-decoration: none;
438
+ width: 100%;
439
+ }
440
+
441
+ ._mobile_nav_item_1a85j_426._has_dropdown_1a85j_441 {
442
+ background-color: #f4f4f4;
443
+ isolation: isolate;
444
+ position: relative;
445
+ }
446
+
447
+ ._mobile_nav_item_1a85j_426._has_dropdown_1a85j_441::before {
448
+ content: "";
449
+ background-color: #ebebeb;
450
+ height: 100%;
451
+ position: absolute;
452
+ right: 104px;
453
+ top: 0;
454
+ width: 1px;
455
+ z-index: -1;
456
+ }
457
+
458
+ ._mobile_nav_item_1a85j_426._has_dropdown_1a85j_441 > a {
459
+ color: #1e3860;
460
+ }
461
+
462
+ ._icon_wrap_1a85j_462 {
463
+ line-height: 1;
464
+ height: 24px;
465
+ }
466
+
467
+ ._mobile_footer_1a85j_467 {
468
+ position: relative;
469
+ width: 100%;
470
+ }
471
+
472
+ ._mobile_footer_content_1a85j_472 {
473
+ background-color: #f4f4f4;
474
+ flex: 1 1 0%;
475
+ padding: 16px 24px 16px 40px;
476
+ }
477
+
478
+ ._mobile_footer_content_1a85j_472 p {
479
+ line-height: 1.5;
480
+ text-overflow: ellipsis;
481
+ display: -webkit-box;
482
+ -webkit-box-orient: vertical;
483
+ -webkit-line-clamp: 2;
484
+ }
485
+
486
+ ._mobile_footer_media_1a85j_486 {
487
+ flex-basis: min(42%, 300px);
488
+ background: url("https://images.axos.com/o9ov1v03uwqk/4Fwdu6ylqpXOmJsDWRUETe/25365425dea4c1a8c3910834c2a3c9ed/personal-contact-us-hero.webp")
489
+ no-repeat 81% / cover;
490
+ }
491
+
492
+ ._footer_cta_1a85j_492 {
493
+ margin-top: 3px;
494
+ }
495
+
496
+ ._footer_cta_1a85j_492 a {
497
+ border-radius: 4px;
498
+ border: 2px solid transparent;
499
+ color: #fff;
500
+ display: inline-block;
501
+ font-weight: 700;
502
+ padding: 4px 32px;
503
+ text-decoration: none;
504
+ }
505
+
506
+ ._footer_cta_1a85j_492 a:hover {
507
+ background-color: transparent;
508
+ text-decoration: underline;
509
+ }
510
+
511
+ ._footer_cta_1a85j_492 a:active {
512
+ border-color: transparent;
513
+ color: #fff;
514
+ }
515
+
516
+ ._mobile_footer_1a85j_467 > .flex_row {
517
+ min-height: 112px;
518
+ }
519
+
520
+ ._inner_wrapper_1a85j_520 {
521
+ max-height: 100vh;
522
+ overflow-y: scroll;
523
+ }
524
+
525
+ ._btn_1a85j_525 {
526
+ display: block;
527
+ position: relative;
528
+ }
529
+
530
+ ._sub_menu_1a85j_530 {
531
+ overflow: hidden;
532
+ max-height: 0;
533
+ transition: max-height 0.8s ease-out;
534
+ background: #fff;
535
+ overflow-y: scroll;
536
+ }
537
+
538
+ ._sub_menu_1a85j_530 a,
539
+ ._sub_menu_1a85j_530 span {
540
+ display: block;
541
+ padding: 12px 14px 12px 64px;
542
+ position: relative;
543
+ color: #323339;
544
+ text-decoration: none;
545
+ }
546
+
547
+ ._sub_menu_1a85j_530 ._main_1a85j_26 {
548
+ font-weight: 700;
549
+ }
550
+
551
+ ._sub_menu_1a85j_530 a + a {
552
+ border-top: 1px solid #ebebeb;
553
+ }
554
+
555
+ ._dd_footer_1a85j_555 {
556
+ justify-content: flex-end;
557
+ flex: 1 1 0%;
558
+ align-items: end;
559
+ font-size: 11px;
560
+ letter-spacing: 0.3px;
561
+ }
562
+
563
+ @media (max-width: 1280px) and (min-width: 1024px) {
564
+ ._wrapper_1a85j_5 {
565
+ width: calc(100% - 28px);
566
+ }
567
+
568
+ ._dd_wrapper_1a85j_195 > ._wrapper_1a85j_5 {
569
+ width: 100%;
570
+ }
571
+ ._main_nav_link_1a85j_26 > a {
572
+ padding: 4px 6px;
573
+ font-size: 15px;
574
+ }
575
+ ._desktop_only_1a85j_575 > a {
576
+ font-size: 15px;
577
+ }
578
+ }
579
+
580
+ @media (max-width: 1023px) {
581
+ ._desktop_only_1a85j_575 {
582
+ display: none !important;
583
+ }
584
+ }
585
+
586
+ @media (max-width: 768px) {
587
+ ._wrapper_1a85j_5 {
588
+ width: calc(100% - 48px);
589
+ }
590
+
591
+ ._mobile_header_1a85j_12 button {
592
+ right: 1.5rem;
593
+ }
594
+
595
+ ._mobile_nav_item_1a85j_426 > a {
596
+ padding: 16px 24px;
597
+ }
598
+
599
+ ._sub_menu_1a85j_530 a,
600
+ ._sub_menu_1a85j_530 span {
601
+ padding-left: 48px;
602
+ }
603
+
604
+ ._mobile_nav_item_1a85j_426._has_dropdown_1a85j_441::before {
605
+ right: 72px;
606
+ }
607
+
608
+ ._mobile_footer_content_1a85j_472 {
609
+ padding-right: 15px;
610
+ padding-left: 24px;
611
+ }
612
+ }
613
+
614
+ @media (max-width: 450px) {
615
+ ._footer_cta_1a85j_492 a {
616
+ white-space: break-spaces;
617
+ width: 100%;
618
+ text-align: center;
619
+ }
620
+ }
621
+
622
+ @media (min-width: 1024px) {
623
+ ._mobile_only_1a85j_360 {
624
+ display: none !important;
625
+ }
626
+ }
@@ -0,0 +1,17 @@
1
+ .lone1v0 {
2
+ background-color: var(--_1073cm83);
3
+ }
4
+ .lone1v1 {
5
+ background: var(--_1073cm8f);
6
+ color: var(--_1073cm8g);
7
+ }
8
+ .lone1v2 {
9
+ color: var(--_1073cm82) !important;
10
+ }
11
+ .lone1v2:hover {
12
+ color: var(--_1073cm85) !important;
13
+ }
14
+ .lone1v3 {
15
+ position: absolute;
16
+ width: 100%;
17
+ }