@axos-web-dev/shared-components 1.0.100-dev.62-3 → 1.0.100-dev.64
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/dist/Article/Article.d.ts +2 -1
- package/dist/Article/Article.js +13 -2
- package/dist/Forms/EmailOnly.js +2 -2
- package/dist/Forms/Forms.css.d.ts +1 -1
- package/dist/Forms/Forms.css.js +3 -3
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.css.js +11 -9
- package/dist/IconBillboard/index.js +2 -1
- 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 +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +6 -6
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +12 -12
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +19 -19
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +1 -1
- package/dist/assets/Calculators/MarginTradingCalculator/MarginTradingCalculator.css +2 -2
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +1 -1
- package/dist/assets/Carousel/Carousel.css +1 -1
- package/dist/assets/DownloadTile/DownloadTile.css +2 -2
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +1 -1
- package/dist/assets/Forms/Forms.css +29 -25
- package/dist/assets/HelpArticle/HelpArticle.css +2 -2
- package/dist/assets/IconBillboard/IconBillboard.css +35 -28
- package/dist/assets/ImageBillboard/ImageBillboard.css +3 -3
- package/dist/assets/Inputs/Input.css +1 -1
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Insight/Insight.css +4 -4
- 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 +192 -192
- 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/Topic/Topic.css +1 -1
- package/dist/assets/Typography/Typography.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
- package/dist/main.js +2 -1
- package/package.json +1 -1
|
@@ -2174,7 +2174,7 @@ function SubNavBar() {
|
|
|
2174
2174
|
/* @__PURE__ */ jsx(
|
|
2175
2175
|
Image,
|
|
2176
2176
|
{
|
|
2177
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2177
|
+
src: `https://images.axos.com/o9ov1v03uwqk/7937jPXKWwAOtAJyWzbRFJ/45d2abc8e8492c6dc06a0866f2a7a123/thumbs_up_icon.png`,
|
|
2178
2178
|
alt: "",
|
|
2179
2179
|
width: 20,
|
|
2180
2180
|
height: 20
|
|
@@ -2185,19 +2185,28 @@ function SubNavBar() {
|
|
|
2185
2185
|
Link,
|
|
2186
2186
|
{
|
|
2187
2187
|
href: findMoreAxosDomains(
|
|
2188
|
-
"{AXOSBANK}/business/
|
|
2188
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
2189
2189
|
),
|
|
2190
2190
|
role: "heading",
|
|
2191
|
-
children: "
|
|
2191
|
+
children: "Solutions"
|
|
2192
2192
|
}
|
|
2193
2193
|
) }),
|
|
2194
2194
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2195
2195
|
Link,
|
|
2196
2196
|
{
|
|
2197
2197
|
href: findMoreAxosDomains(
|
|
2198
|
-
"{AXOSBANK}/business/
|
|
2198
|
+
"{AXOSBANK}/business/solutions/new-business"
|
|
2199
2199
|
),
|
|
2200
|
-
children: "
|
|
2200
|
+
children: "New Business"
|
|
2201
|
+
}
|
|
2202
|
+
) }),
|
|
2203
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2204
|
+
Link,
|
|
2205
|
+
{
|
|
2206
|
+
href: findMoreAxosDomains(
|
|
2207
|
+
"{AXOSBANK}/business/solutions/nonprofit-banking"
|
|
2208
|
+
),
|
|
2209
|
+
children: "Nonprofit Banking"
|
|
2201
2210
|
}
|
|
2202
2211
|
) })
|
|
2203
2212
|
] })
|
|
@@ -2283,7 +2292,7 @@ function SubNavBar() {
|
|
|
2283
2292
|
/* @__PURE__ */ jsx(
|
|
2284
2293
|
Image,
|
|
2285
2294
|
{
|
|
2286
|
-
src: `https://images.axos.com/o9ov1v03uwqk/
|
|
2295
|
+
src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
|
|
2287
2296
|
alt: "",
|
|
2288
2297
|
width: 20,
|
|
2289
2298
|
height: 20
|
|
@@ -2294,28 +2303,19 @@ function SubNavBar() {
|
|
|
2294
2303
|
Link,
|
|
2295
2304
|
{
|
|
2296
2305
|
href: findMoreAxosDomains(
|
|
2297
|
-
"{AXOSBANK}/business/
|
|
2306
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2298
2307
|
),
|
|
2299
2308
|
role: "heading",
|
|
2300
|
-
children: "
|
|
2301
|
-
}
|
|
2302
|
-
) }),
|
|
2303
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2304
|
-
Link,
|
|
2305
|
-
{
|
|
2306
|
-
href: findMoreAxosDomains(
|
|
2307
|
-
"{AXOSBANK}/business/solutions/new-business"
|
|
2308
|
-
),
|
|
2309
|
-
children: "New Business"
|
|
2309
|
+
children: "Bundles"
|
|
2310
2310
|
}
|
|
2311
2311
|
) }),
|
|
2312
2312
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
2313
2313
|
Link,
|
|
2314
2314
|
{
|
|
2315
2315
|
href: findMoreAxosDomains(
|
|
2316
|
-
"{AXOSBANK}/business/
|
|
2316
|
+
"{AXOSBANK}/business/axos-business-bundle"
|
|
2317
2317
|
),
|
|
2318
|
-
children: "
|
|
2318
|
+
children: "Axos Business Bundle"
|
|
2319
2319
|
}
|
|
2320
2320
|
) })
|
|
2321
2321
|
] })
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosClearing/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const sub_nav = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const open = "
|
|
19
|
-
const hamburger = "
|
|
20
|
-
const mobile_only = "
|
|
21
|
-
const mobile_logo = "
|
|
22
|
-
const highlight = "
|
|
23
|
-
const mobile_nav = "
|
|
24
|
-
const mobile_opened = "
|
|
25
|
-
const mobile_nav_item = "
|
|
26
|
-
const has_dropdown = "
|
|
27
|
-
const icon_wrap = "
|
|
28
|
-
const mobile_footer = "
|
|
29
|
-
const mobile_footer_content = "
|
|
30
|
-
const mobile_footer_media = "
|
|
31
|
-
const footer_cta = "
|
|
32
|
-
const inner_wrapper = "
|
|
33
|
-
const btn = "
|
|
34
|
-
const sub_menu = "
|
|
35
|
-
const main = "
|
|
36
|
-
const dd_footer = "
|
|
37
|
-
const desktop_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosClearing/NavBar.css.css';const header = "_header_5ho04_1";
|
|
2
|
+
const wrapper = "_wrapper_5ho04_9";
|
|
3
|
+
const header_main_row = "_header_main_row_5ho04_21";
|
|
4
|
+
const mobile_header = "_mobile_header_5ho04_23";
|
|
5
|
+
const logo_wrap = "_logo_wrap_5ho04_35";
|
|
6
|
+
const primary_links = "_primary_links_5ho04_43";
|
|
7
|
+
const main_nav_link = "_main_nav_link_5ho04_51";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_5ho04_115";
|
|
9
|
+
const signin_wrap = "_signin_wrap_5ho04_119";
|
|
10
|
+
const signin_btn = "_signin_btn_5ho04_121";
|
|
11
|
+
const sub_nav = "_sub_nav_5ho04_115";
|
|
12
|
+
const header_sub_row = "_header_sub_row_5ho04_239";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_5ho04_287";
|
|
14
|
+
const shadow = "_shadow_5ho04_307";
|
|
15
|
+
const signin_subheader = "_signin_subheader_5ho04_319";
|
|
16
|
+
const opacity = "_opacity_5ho04_361";
|
|
17
|
+
const fadeInDown = "_fadeInDown_5ho04_1";
|
|
18
|
+
const open = "_open_5ho04_373";
|
|
19
|
+
const hamburger = "_hamburger_5ho04_409";
|
|
20
|
+
const mobile_only = "_mobile_only_5ho04_437";
|
|
21
|
+
const mobile_logo = "_mobile_logo_5ho04_449";
|
|
22
|
+
const highlight = "_highlight_5ho04_459";
|
|
23
|
+
const mobile_nav = "_mobile_nav_5ho04_513";
|
|
24
|
+
const mobile_opened = "_mobile_opened_5ho04_535";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_5ho04_551";
|
|
26
|
+
const has_dropdown = "_has_dropdown_5ho04_581";
|
|
27
|
+
const icon_wrap = "_icon_wrap_5ho04_623";
|
|
28
|
+
const mobile_footer = "_mobile_footer_5ho04_633";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_5ho04_643";
|
|
30
|
+
const mobile_footer_media = "_mobile_footer_media_5ho04_673";
|
|
31
|
+
const footer_cta = "_footer_cta_5ho04_685";
|
|
32
|
+
const inner_wrapper = "_inner_wrapper_5ho04_743";
|
|
33
|
+
const btn = "_btn_5ho04_755";
|
|
34
|
+
const sub_menu = "_sub_menu_5ho04_765";
|
|
35
|
+
const main = "_main_5ho04_51";
|
|
36
|
+
const dd_footer = "_dd_footer_5ho04_815";
|
|
37
|
+
const desktop_only = "_desktop_only_5ho04_865";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav = "
|
|
8
|
-
const main_nav_link = "
|
|
9
|
-
const sub_nav_link = "
|
|
10
|
-
const signin_wrap = "
|
|
11
|
-
const signin_btn = "
|
|
12
|
-
const sub_nav = "
|
|
13
|
-
const header_sub_row = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const footer = "
|
|
18
|
-
const open = "
|
|
19
|
-
const mt_8 = "
|
|
20
|
-
const mt_16 = "
|
|
21
|
-
const ml_8 = "
|
|
22
|
-
const reversed_row = "
|
|
23
|
-
const nav_anchor = "
|
|
24
|
-
const site_lists = "
|
|
25
|
-
const hamburger = "
|
|
26
|
-
const mobile_logo = "
|
|
27
|
-
const mobile_nav = "
|
|
28
|
-
const mobile_opened = "
|
|
29
|
-
const _mobile_opened = "
|
|
30
|
-
const mobile_nav_item = "
|
|
31
|
-
const icon_wrap = "
|
|
32
|
-
const mobile_footer = "
|
|
33
|
-
const mobile_footer_content = "
|
|
34
|
-
const mobile_footer_media = "
|
|
35
|
-
const footer_cta = "
|
|
36
|
-
const inner_wrapper = "
|
|
37
|
-
const btn = "
|
|
38
|
-
const sub_menu = "
|
|
39
|
-
const main = "
|
|
40
|
-
const desktop_only = "
|
|
41
|
-
const mobile_only = "
|
|
1
|
+
import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_1hqsj_1";
|
|
2
|
+
const wrapper = "_wrapper_1hqsj_9";
|
|
3
|
+
const header_main_row = "_header_main_row_1hqsj_21";
|
|
4
|
+
const mobile_header = "_mobile_header_1hqsj_23";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1hqsj_35";
|
|
6
|
+
const primary_links = "_primary_links_1hqsj_43";
|
|
7
|
+
const main_nav = "_main_nav_1hqsj_51";
|
|
8
|
+
const main_nav_link = "_main_nav_link_1hqsj_65";
|
|
9
|
+
const sub_nav_link = "_sub_nav_link_1hqsj_109";
|
|
10
|
+
const signin_wrap = "_signin_wrap_1hqsj_113";
|
|
11
|
+
const signin_btn = "_signin_btn_1hqsj_115";
|
|
12
|
+
const sub_nav = "_sub_nav_1hqsj_109";
|
|
13
|
+
const header_sub_row = "_header_sub_row_1hqsj_197";
|
|
14
|
+
const shadow = "_shadow_1hqsj_229";
|
|
15
|
+
const opacity = "_opacity_1hqsj_261";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1hqsj_1";
|
|
17
|
+
const footer = "_footer_1hqsj_273";
|
|
18
|
+
const open = "_open_1hqsj_305";
|
|
19
|
+
const mt_8 = "_mt_8_1hqsj_321";
|
|
20
|
+
const mt_16 = "_mt_16_1hqsj_329";
|
|
21
|
+
const ml_8 = "_ml_8_1hqsj_337";
|
|
22
|
+
const reversed_row = "_reversed_row_1hqsj_345";
|
|
23
|
+
const nav_anchor = "_nav_anchor_1hqsj_353";
|
|
24
|
+
const site_lists = "_site_lists_1hqsj_375";
|
|
25
|
+
const hamburger = "_hamburger_1hqsj_383";
|
|
26
|
+
const mobile_logo = "_mobile_logo_1hqsj_411";
|
|
27
|
+
const mobile_nav = "_mobile_nav_1hqsj_461";
|
|
28
|
+
const mobile_opened = "_mobile_opened_1hqsj_483";
|
|
29
|
+
const _mobile_opened = "__mobile_opened_1hqsj_491";
|
|
30
|
+
const mobile_nav_item = "_mobile_nav_item_1hqsj_499";
|
|
31
|
+
const icon_wrap = "_icon_wrap_1hqsj_529";
|
|
32
|
+
const mobile_footer = "_mobile_footer_1hqsj_539";
|
|
33
|
+
const mobile_footer_content = "_mobile_footer_content_1hqsj_549";
|
|
34
|
+
const mobile_footer_media = "_mobile_footer_media_1hqsj_579";
|
|
35
|
+
const footer_cta = "_footer_cta_1hqsj_593";
|
|
36
|
+
const inner_wrapper = "_inner_wrapper_1hqsj_657";
|
|
37
|
+
const btn = "_btn_1hqsj_667";
|
|
38
|
+
const sub_menu = "_sub_menu_1hqsj_677";
|
|
39
|
+
const main = "_main_1hqsj_51";
|
|
40
|
+
const desktop_only = "_desktop_only_1hqsj_735";
|
|
41
|
+
const mobile_only = "_mobile_only_1hqsj_829";
|
|
42
42
|
const styles = {
|
|
43
43
|
header,
|
|
44
44
|
wrapper,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "
|
|
2
|
-
const shimmer = "
|
|
3
|
-
const wrapper_control = "
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_1wqdl_19";
|
|
2
|
+
const shimmer = "_shimmer_1wqdl_1";
|
|
3
|
+
const wrapper_control = "_wrapper_control_1wqdl_77";
|
|
4
4
|
const css = {
|
|
5
5
|
wrapper,
|
|
6
6
|
shimmer,
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
._14gexxj3 th {
|
|
16
16
|
letter-spacing: 0.2px;
|
|
17
|
-
font-weight:
|
|
17
|
+
font-weight: 700;
|
|
18
18
|
font-size: 0.9rem;
|
|
19
19
|
width: auto;
|
|
20
20
|
color: var(--_1073cm85);
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
padding: 24px 20px;
|
|
45
45
|
}
|
|
46
46
|
._14gexxj3 tbody td:last-child > a {
|
|
47
|
-
font-weight:
|
|
47
|
+
font-weight: 700;
|
|
48
48
|
text-decoration: none;
|
|
49
49
|
position: relative;
|
|
50
50
|
top: 50%;
|
|
@@ -15,13 +15,9 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
.tfms6a0 {
|
|
18
|
-
padding-top: 80px;
|
|
19
|
-
padding-bottom: 80px;
|
|
20
|
-
}
|
|
21
|
-
.tfms6a1 {
|
|
22
18
|
font-size: 40px;
|
|
23
19
|
}
|
|
24
|
-
.
|
|
20
|
+
.tfms6a1 {
|
|
25
21
|
padding-inline: 120px;
|
|
26
22
|
padding-top: 48px;
|
|
27
23
|
padding-bottom: 48px;
|
|
@@ -29,22 +25,26 @@
|
|
|
29
25
|
flex-direction: column;
|
|
30
26
|
align-items: center;
|
|
31
27
|
}
|
|
32
|
-
.
|
|
28
|
+
.tfms6a2 {
|
|
33
29
|
background: var(--_1073cm81);
|
|
34
30
|
color: var(--_1073cm83);
|
|
35
31
|
}
|
|
36
|
-
.
|
|
32
|
+
.tfms6a3 {
|
|
37
33
|
background: var(--_1073cm88);
|
|
38
34
|
color: var(--_1073cm8a);
|
|
39
35
|
}
|
|
40
|
-
.
|
|
36
|
+
.tfms6a4 {
|
|
41
37
|
background: var(--_1073cm8f);
|
|
42
38
|
color: var(--_1073cm8h);
|
|
43
39
|
}
|
|
44
|
-
.
|
|
40
|
+
.tfms6a5 {
|
|
45
41
|
background: var(--_1073cm8m);
|
|
46
42
|
color: var(--_1073cm8h);
|
|
47
43
|
}
|
|
44
|
+
.tfms6a6 {
|
|
45
|
+
padding-top: 80px;
|
|
46
|
+
padding-bottom: 80px;
|
|
47
|
+
}
|
|
48
48
|
.tfms6a7 {
|
|
49
49
|
padding-bottom: 32px;
|
|
50
50
|
}
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
}
|
|
60
60
|
.tfms6aa {
|
|
61
61
|
font-size: 36px;
|
|
62
|
-
font-weight:
|
|
62
|
+
font-weight: 700;
|
|
63
63
|
letter-spacing: 1px;
|
|
64
64
|
margin-top: 0.1rem;
|
|
65
65
|
margin-bottom: 0.7rem;
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
.tfms6a13 h1 {
|
|
216
216
|
font-size: 43px;
|
|
217
|
-
font-weight:
|
|
217
|
+
font-weight: 700;
|
|
218
218
|
letter-spacing: 1px;
|
|
219
219
|
margin-top: 1.1rem;
|
|
220
220
|
margin-bottom: 0.7rem;
|
|
@@ -404,20 +404,29 @@
|
|
|
404
404
|
padding: 16px 64px;
|
|
405
405
|
border-radius: 0 8px 8px 0;
|
|
406
406
|
}
|
|
407
|
-
@media screen and (max-width:
|
|
407
|
+
@media screen and (max-width: 768px) {
|
|
408
408
|
.tfms6a0 {
|
|
409
|
-
|
|
410
|
-
|
|
409
|
+
font-size: 28px;
|
|
410
|
+
}
|
|
411
|
+
.tfms6a2g {
|
|
412
|
+
padding: 16px;
|
|
411
413
|
}
|
|
412
414
|
}
|
|
413
|
-
@media screen and (max-width:
|
|
415
|
+
@media screen and (max-width:1023px) {
|
|
414
416
|
.tfms6a1 {
|
|
415
|
-
|
|
417
|
+
padding-inline: 16px;
|
|
416
418
|
}
|
|
417
419
|
}
|
|
418
|
-
@media screen and (max-width:1023px) {
|
|
419
|
-
.
|
|
420
|
-
padding-
|
|
420
|
+
@media screen and (max-width: 1023px) {
|
|
421
|
+
.tfms6a6 {
|
|
422
|
+
padding-top: 56px;
|
|
423
|
+
padding-bottom: 56px;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
@media screen and (max-width: 603px) {
|
|
427
|
+
.tfms6a6 {
|
|
428
|
+
width: 100%;
|
|
429
|
+
border-radius: 0;
|
|
421
430
|
}
|
|
422
431
|
}
|
|
423
432
|
@media screen and (max-width:480px) {
|
|
@@ -442,7 +451,7 @@
|
|
|
442
451
|
@media screen and (maxwidth: 767px) {
|
|
443
452
|
.tfms6a13 h1 {
|
|
444
453
|
font-size: 32px;
|
|
445
|
-
font-weight:
|
|
454
|
+
font-weight: 700;
|
|
446
455
|
margin-top: 0;
|
|
447
456
|
margin-bottom: 0.4rem;
|
|
448
457
|
}
|
|
@@ -508,9 +517,4 @@
|
|
|
508
517
|
.tfms6a26 {
|
|
509
518
|
display: block;
|
|
510
519
|
}
|
|
511
|
-
}
|
|
512
|
-
@media screen and (max-width: 603px) {
|
|
513
|
-
.tfms6a2g {
|
|
514
|
-
padding: 16px;
|
|
515
|
-
}
|
|
516
520
|
}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
font-family: var(--header-font-family);
|
|
4
4
|
font-size: 40px;
|
|
5
5
|
font-style: normal;
|
|
6
|
-
font-weight:
|
|
6
|
+
font-weight: 700;
|
|
7
7
|
letter-spacing: 0.2px;
|
|
8
8
|
line-height: 50px;
|
|
9
9
|
}
|
|
10
10
|
._1yo1bp91 {
|
|
11
11
|
color: #1E3860;
|
|
12
12
|
font-size: 28px;
|
|
13
|
-
font-weight:
|
|
13
|
+
font-weight: 700;
|
|
14
14
|
letter-spacing: 0.2px;
|
|
15
15
|
line-height: 36px;
|
|
16
16
|
margin-block: 16px;
|
|
@@ -43,39 +43,46 @@
|
|
|
43
43
|
text-align: center;
|
|
44
44
|
}
|
|
45
45
|
._1r4ovbua {
|
|
46
|
-
|
|
46
|
+
position: relative;
|
|
47
47
|
}
|
|
48
48
|
._1r4ovbub {
|
|
49
|
-
|
|
49
|
+
font: 700 28px/1.29 var(--header-font-family);
|
|
50
|
+
}
|
|
51
|
+
._1r4ovbua ._1r4ovbub {
|
|
52
|
+
font-size: 24px;
|
|
53
|
+
line-height: 1.16;
|
|
50
54
|
}
|
|
51
55
|
._1r4ovbuc {
|
|
52
|
-
color: var(--
|
|
56
|
+
color: var(--_1073cm85);
|
|
53
57
|
}
|
|
54
58
|
._1r4ovbud {
|
|
55
|
-
color: var(--
|
|
59
|
+
color: var(--_1073cm8c);
|
|
56
60
|
}
|
|
57
61
|
._1r4ovbue {
|
|
58
|
-
color: var(--
|
|
62
|
+
color: var(--_1073cm8j);
|
|
59
63
|
}
|
|
60
64
|
._1r4ovbuf {
|
|
65
|
+
color: var(--_1073cm8q);
|
|
66
|
+
}
|
|
67
|
+
._1r4ovbug {
|
|
61
68
|
display: flex;
|
|
62
69
|
flex-direction: column;
|
|
63
70
|
gap: 1em;
|
|
64
71
|
list-style: none;
|
|
65
72
|
}
|
|
66
|
-
.
|
|
73
|
+
._1r4ovbug :is(ol,ul) {
|
|
67
74
|
padding-left: 0;
|
|
68
75
|
display: flex;
|
|
69
76
|
flex-direction: column;
|
|
70
77
|
gap: 4px;
|
|
71
78
|
margin-top: 8px;
|
|
72
79
|
}
|
|
73
|
-
.
|
|
80
|
+
._1r4ovbuh {
|
|
74
81
|
position: relative;
|
|
75
82
|
display: flex;
|
|
76
83
|
gap: 10px;
|
|
77
84
|
}
|
|
78
|
-
.
|
|
85
|
+
._1r4ovbui {
|
|
79
86
|
display: flex;
|
|
80
87
|
align-items: center;
|
|
81
88
|
flex-wrap: wrap;
|
|
@@ -85,83 +92,83 @@
|
|
|
85
92
|
text-align: center;
|
|
86
93
|
width: 100%;
|
|
87
94
|
}
|
|
88
|
-
.
|
|
95
|
+
._1r4ovbuj {
|
|
89
96
|
margin-inline: auto;
|
|
90
97
|
max-width: 1000px;
|
|
91
98
|
padding-block: 2.5rem;
|
|
92
99
|
text-align: center;
|
|
93
100
|
}
|
|
94
|
-
.
|
|
101
|
+
._1r4ovbuj > p {
|
|
95
102
|
margin-top: 8px;
|
|
96
103
|
}
|
|
97
|
-
.
|
|
104
|
+
._1r4ovbuk {
|
|
98
105
|
text-wrap: pretty;
|
|
99
106
|
}
|
|
100
|
-
.
|
|
107
|
+
._1r4ovbul {
|
|
101
108
|
color: var(--_1073cm85);
|
|
102
109
|
}
|
|
103
|
-
.
|
|
110
|
+
._1r4ovbum {
|
|
104
111
|
color: var(--_1073cm8c);
|
|
105
112
|
}
|
|
106
|
-
.
|
|
113
|
+
._1r4ovbun {
|
|
107
114
|
color: var(--_1073cm8j);
|
|
108
115
|
}
|
|
109
|
-
.
|
|
116
|
+
._1r4ovbuo {
|
|
110
117
|
color: var(--_1073cm8q);
|
|
111
118
|
}
|
|
112
|
-
.
|
|
119
|
+
._1r4ovbup {
|
|
113
120
|
display: grid;
|
|
114
121
|
grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
|
|
115
122
|
gap: 24px;
|
|
116
123
|
}
|
|
117
|
-
.
|
|
124
|
+
._1r4ovbuq {
|
|
118
125
|
color: var(--_1073cm83);
|
|
119
126
|
}
|
|
120
|
-
.
|
|
127
|
+
._1r4ovbur {
|
|
121
128
|
background: var(--_1073cm81);
|
|
122
129
|
border: 1px solid #E9EBEF;
|
|
123
130
|
}
|
|
124
|
-
.
|
|
131
|
+
._1r4ovbus {
|
|
125
132
|
background: var(--_1073cm88);
|
|
126
133
|
}
|
|
127
|
-
.
|
|
134
|
+
._1r4ovbut {
|
|
128
135
|
background: var(--_1073cm8f);
|
|
129
136
|
color: var(--_1073cm8h);
|
|
130
137
|
}
|
|
131
|
-
.
|
|
138
|
+
._1r4ovbuu {
|
|
132
139
|
background: var(--_1073cm8m);
|
|
133
140
|
color: var(--_1073cm8o);
|
|
134
141
|
}
|
|
135
142
|
main > div:nth-last-child(2) > ._1r4ovbu0 {
|
|
136
143
|
margin-bottom: 3.5rem;
|
|
137
144
|
}
|
|
138
|
-
.
|
|
145
|
+
._1r4ovbuv {
|
|
139
146
|
cursor: pointer;
|
|
140
147
|
position: relative;
|
|
141
148
|
transform: translateY(0px);
|
|
142
149
|
transition: all 0.38s ease;
|
|
143
150
|
}
|
|
144
|
-
.
|
|
151
|
+
._1r4ovbuv:hover {
|
|
145
152
|
box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
|
|
146
153
|
transform: translateY(-4px);
|
|
147
154
|
}
|
|
148
|
-
.
|
|
155
|
+
._1r4ovbuv:active {
|
|
149
156
|
box-shadow: none;
|
|
150
157
|
transform: translateY(0px);
|
|
151
158
|
}
|
|
152
|
-
.
|
|
159
|
+
._1r4ovbuv:hover ._1r4ovbui a {
|
|
153
160
|
text-decoration: underline;
|
|
154
161
|
}
|
|
155
162
|
@media screen and (max-width: 380px) {
|
|
156
|
-
.
|
|
163
|
+
._1r4ovbui {
|
|
157
164
|
flex-direction: column;
|
|
158
165
|
}
|
|
159
|
-
.
|
|
166
|
+
._1r4ovbui:first-child {
|
|
160
167
|
margin-bottom: 1em;
|
|
161
168
|
}
|
|
162
169
|
}
|
|
163
170
|
@media screen and (max-width: 1023px) {
|
|
164
|
-
.
|
|
171
|
+
._1r4ovbup {
|
|
165
172
|
grid-template-columns: 1fr;
|
|
166
173
|
}
|
|
167
174
|
main > div:nth-last-child(2) > ._1r4ovbu0 {
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
._1m7m2a10 {
|
|
188
188
|
color: #fff;
|
|
189
189
|
font-size: 48px;
|
|
190
|
-
font-weight:
|
|
190
|
+
font-weight: 700;
|
|
191
191
|
letter-spacing: 0.4px;
|
|
192
192
|
line-height: 1;
|
|
193
193
|
}
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
._1m7m2a12 {
|
|
200
200
|
color: var(--_1073cm8g);
|
|
201
201
|
font-size: 37px;
|
|
202
|
-
font-weight:
|
|
202
|
+
font-weight: 700;
|
|
203
203
|
letter-spacing: 0.3px;
|
|
204
204
|
line-height: 1;
|
|
205
205
|
}
|
|
@@ -349,7 +349,7 @@ main > div:nth-last-child(2) > ._1m7m2a0:not(._1m7m2ax) {
|
|
|
349
349
|
cursor: pointer;
|
|
350
350
|
font-family: var(--header-font-family);
|
|
351
351
|
font-size: 0.9rem;
|
|
352
|
-
font-weight:
|
|
352
|
+
font-weight: 700;
|
|
353
353
|
line-height: 1;
|
|
354
354
|
padding: 5px 9px;
|
|
355
355
|
z-index: 2;
|