@axos-web-dev/shared-components 1.0.71 → 1.0.72-patch.2

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.
@@ -154,9 +154,15 @@ const ErrorAlert = ({
154
154
  /* @__PURE__ */ jsx("h2", { className: clsx("header_3", headerForm({ variant })), children: "Let's try that again" }),
155
155
  /* @__PURE__ */ jsx("hr", { className: clsx(separator) }),
156
156
  /* @__PURE__ */ jsxs("div", { children: [
157
- /* @__PURE__ */ jsx("p", { children: "The ACE User ID or ACE Company ID you provided isn't recognized." }),
158
157
  /* @__PURE__ */ jsxs("p", { children: [
159
- "Please try entering your ACE User ID and ACE Company ID again or call customer support at",
158
+ "The ",
159
+ /* @__PURE__ */ jsx("b", { children: "Axos Resource Center" }),
160
+ " credentials you provided isn't recognized."
161
+ ] }),
162
+ /* @__PURE__ */ jsxs("p", { children: [
163
+ "Please try entering your ",
164
+ /* @__PURE__ */ jsx("b", { children: "Axos Resource Center" }),
165
+ " credentials again or call customer support at",
160
166
  " ",
161
167
  /* @__PURE__ */ jsx(Hyperlink, { targetUrl: "tel:+8446782722", children: "(844) 678 - 2722" }),
162
168
  " ",
@@ -63,16 +63,20 @@ const SignIn = (props) => {
63
63
  /* @__PURE__ */ jsx("h2", { className: "header_1", children: headline ?? "Log in" }),
64
64
  bodyCopy ?? /* @__PURE__ */ jsxs("div", { className: clsx(body_sign_in), children: [
65
65
  /* @__PURE__ */ jsx("p", { children: "Please login to access this resource." }),
66
- /* @__PURE__ */ jsx("p", { children: "Your Digital Help credentials were sent via email during the onboarding process." })
66
+ /* @__PURE__ */ jsxs("p", { children: [
67
+ "Your ",
68
+ /* @__PURE__ */ jsx("b", { children: "Axos Resource Center" }),
69
+ " credentials were sent via email during the onboarding process."
70
+ ] })
67
71
  ] }),
68
72
  /* @__PURE__ */ jsx("div", { className: `${form_input_wrapper} push_up`, children: /* @__PURE__ */ jsx(
69
73
  Input,
70
74
  {
71
75
  id: "username",
72
76
  ...register("username", { required: true }),
73
- label: "ACE User ID",
77
+ label: "Username",
74
78
  sizes: "medium",
75
- placeholder: "ACE User ID",
79
+ placeholder: "Username",
76
80
  required: true,
77
81
  error: !!errors.username,
78
82
  helperText: errors?.username?.message,
@@ -84,9 +88,9 @@ const SignIn = (props) => {
84
88
  {
85
89
  id: "password",
86
90
  ...register("password", { required: true }),
87
- label: "ACE Company ID",
91
+ label: "Password",
88
92
  sizes: "medium",
89
- placeholder: "ACE Company ID",
93
+ placeholder: "Password",
90
94
  required: true,
91
95
  error: !!errors.password,
92
96
  helperText: errors?.password?.message,
@@ -1,6 +1,6 @@
1
- import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_1mzku_1";
2
- const author = "_author_1mzku_7";
3
- const quote = "_quote_1mzku_1";
1
+ import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_1r8g1_1";
2
+ const author = "_author_1r8g1_13";
3
+ const quote = "_quote_1r8g1_1";
4
4
  const css = {
5
5
  quote_spacer,
6
6
  author,
@@ -645,7 +645,7 @@ const BuyDownCalculator = ({
645
645
  id: "mooringOutsideContinentalUS",
646
646
  ...register("mooringOutsideContinentalUS"),
647
647
  value: 0.5,
648
- radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\n +0.500",
648
+ radioText: "Mooring Outside Continental U.S. (Includes Puerto Rico,\r\n Hawaii, and Alaska) (Does not apply to Full Time Charter)\r\n +0.500",
649
649
  groupName: "dependentInputs",
650
650
  disabled: disableMooringOutside
651
651
  }
@@ -2,6 +2,7 @@
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { z } from "zod";
4
4
  import { useForm, FormProvider } from "react-hook-form";
5
+ import { SalesforceSchema } from "./SalesforceFieldsForm.js";
5
6
  import { zodResolver } from "@hookform/resolvers/zod";
6
7
  import "../utils/allowedAxosDomains.js";
7
8
  import { associatedEmail } from "../utils/EverestValidity.js";
@@ -67,7 +68,7 @@ const CommercialPremiumFinance = ({
67
68
  Type_of_Policy__c: z.string()
68
69
  });
69
70
  const methods = useForm({
70
- resolver: zodResolver(schema, {
71
+ resolver: zodResolver(schema.merge(SalesforceSchema), {
71
72
  async: true
72
73
  }),
73
74
  mode: "onBlur",
@@ -1,55 +1,55 @@
1
- import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css.css';const header = "_header_6da2u_1";
2
- const wrapper = "_wrapper_6da2u_5";
3
- const header_main_row = "_header_main_row_6da2u_10";
4
- const mobile_header = "_mobile_header_6da2u_11";
5
- const logo_wrap = "_logo_wrap_6da2u_17";
6
- const primary_links = "_primary_links_6da2u_21";
7
- const main_nav_link = "_main_nav_link_6da2u_25";
8
- const sub_nav_link = "_sub_nav_link_6da2u_47";
9
- const signin_wrap = "_signin_wrap_6da2u_49";
10
- const signin_btn = "_signin_btn_6da2u_50";
11
- const header_sub_row = "_header_sub_row_6da2u_88";
12
- const signin_dropdown = "_signin_dropdown_6da2u_107";
13
- const shadow = "_shadow_6da2u_117";
14
- const signin_header = "_signin_header_6da2u_125";
15
- const signin_subheader = "_signin_subheader_6da2u_132";
16
- const opacity = "_opacity_6da2u_154";
17
- const fadeInDown = "_fadeInDown_6da2u_1";
18
- const footer = "_footer_6da2u_160";
19
- const open = "_open_6da2u_176";
20
- const dd_wrapper = "_dd_wrapper_6da2u_188";
21
- const dd_media = "_dd_media_6da2u_193";
22
- const dd_media_img = "_dd_media_img_6da2u_198";
23
- const dd_site_navs = "_dd_site_navs_6da2u_202";
24
- const dd_media_header = "_dd_media_header_6da2u_209";
25
- const mt_8 = "_mt_8_6da2u_218";
26
- const mt_16 = "_mt_16_6da2u_222";
27
- const ml_8 = "_ml_8_6da2u_226";
28
- const dd_media_cta = "_dd_media_cta_6da2u_230";
29
- const reversed_row = "_reversed_row_6da2u_244";
30
- const headline = "_headline_6da2u_260";
31
- const nav_anchor = "_nav_anchor_6da2u_266";
32
- const headline_cta = "_headline_cta_6da2u_274";
33
- const site_lists = "_site_lists_6da2u_289";
34
- const hamburger = "_hamburger_6da2u_324";
35
- const mobile_only = "_mobile_only_6da2u_338";
36
- const mobile_logo = "_mobile_logo_6da2u_344";
37
- const highlight = "_highlight_6da2u_349";
38
- const mobile_nav = "_mobile_nav_6da2u_385";
39
- const mobile_opened = "_mobile_opened_6da2u_396";
40
- const mobile_nav_item = "_mobile_nav_item_6da2u_404";
41
- const has_dropdown = "_has_dropdown_6da2u_419";
42
- const icon_wrap = "_icon_wrap_6da2u_440";
43
- const mobile_footer = "_mobile_footer_6da2u_445";
44
- const mobile_footer_content = "_mobile_footer_content_6da2u_450";
45
- const mobile_footer_media = "_mobile_footer_media_6da2u_464";
46
- const footer_cta = "_footer_cta_6da2u_470";
47
- const inner_wrapper = "_inner_wrapper_6da2u_498";
48
- const btn = "_btn_6da2u_503";
49
- const sub_menu = "_sub_menu_6da2u_508";
50
- const main = "_main_6da2u_25";
51
- const dd_footer = "_dd_footer_6da2u_533";
52
- const desktop_only = "_desktop_only_6da2u_552";
1
+ import '../../assets/NavigationMenu/AxosAdvisor/NavBar.css.css';const header = "_header_18tu3_1";
2
+ const wrapper = "_wrapper_18tu3_9";
3
+ const header_main_row = "_header_main_row_18tu3_19";
4
+ const mobile_header = "_mobile_header_18tu3_21";
5
+ const logo_wrap = "_logo_wrap_18tu3_33";
6
+ const primary_links = "_primary_links_18tu3_41";
7
+ const main_nav_link = "_main_nav_link_18tu3_49";
8
+ const sub_nav_link = "_sub_nav_link_18tu3_93";
9
+ const signin_wrap = "_signin_wrap_18tu3_97";
10
+ const signin_btn = "_signin_btn_18tu3_99";
11
+ const header_sub_row = "_header_sub_row_18tu3_175";
12
+ const signin_dropdown = "_signin_dropdown_18tu3_213";
13
+ const shadow = "_shadow_18tu3_233";
14
+ const signin_header = "_signin_header_18tu3_249";
15
+ const signin_subheader = "_signin_subheader_18tu3_263";
16
+ const opacity = "_opacity_18tu3_307";
17
+ const fadeInDown = "_fadeInDown_18tu3_1";
18
+ const footer = "_footer_18tu3_319";
19
+ const open = "_open_18tu3_351";
20
+ const dd_wrapper = "_dd_wrapper_18tu3_375";
21
+ const dd_media = "_dd_media_18tu3_385";
22
+ const dd_media_img = "_dd_media_img_18tu3_395";
23
+ const dd_site_navs = "_dd_site_navs_18tu3_403";
24
+ const dd_media_header = "_dd_media_header_18tu3_417";
25
+ const mt_8 = "_mt_8_18tu3_435";
26
+ const mt_16 = "_mt_16_18tu3_443";
27
+ const ml_8 = "_ml_8_18tu3_451";
28
+ const dd_media_cta = "_dd_media_cta_18tu3_459";
29
+ const reversed_row = "_reversed_row_18tu3_487";
30
+ const headline = "_headline_18tu3_519";
31
+ const nav_anchor = "_nav_anchor_18tu3_531";
32
+ const headline_cta = "_headline_cta_18tu3_547";
33
+ const site_lists = "_site_lists_18tu3_577";
34
+ const hamburger = "_hamburger_18tu3_647";
35
+ const mobile_only = "_mobile_only_18tu3_675";
36
+ const mobile_logo = "_mobile_logo_18tu3_687";
37
+ const highlight = "_highlight_18tu3_697";
38
+ const mobile_nav = "_mobile_nav_18tu3_769";
39
+ const mobile_opened = "_mobile_opened_18tu3_791";
40
+ const mobile_nav_item = "_mobile_nav_item_18tu3_807";
41
+ const has_dropdown = "_has_dropdown_18tu3_837";
42
+ const icon_wrap = "_icon_wrap_18tu3_879";
43
+ const mobile_footer = "_mobile_footer_18tu3_889";
44
+ const mobile_footer_content = "_mobile_footer_content_18tu3_899";
45
+ const mobile_footer_media = "_mobile_footer_media_18tu3_927";
46
+ const footer_cta = "_footer_cta_18tu3_939";
47
+ const inner_wrapper = "_inner_wrapper_18tu3_995";
48
+ const btn = "_btn_18tu3_1005";
49
+ const sub_menu = "_sub_menu_18tu3_1015";
50
+ const main = "_main_18tu3_49";
51
+ const dd_footer = "_dd_footer_18tu3_1065";
52
+ const desktop_only = "_desktop_only_18tu3_1103";
53
53
  const styles = {
54
54
  header,
55
55
  wrapper,
@@ -1,19 +1,19 @@
1
- import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_1s2qa_1";
2
- const drawer = "_drawer_1s2qa_9";
3
- const hamburger = "_hamburger_1s2qa_29";
4
- const header = "_header_1s2qa_40";
5
- const back = "_back_1s2qa_51";
6
- const close = "_close_1s2qa_62";
7
- const levelContainer = "_levelContainer_1s2qa_69";
8
- const level = "_level_1s2qa_69";
9
- const levelTitle = "_levelTitle_1s2qa_85";
10
- const menu = "_menu_1s2qa_90";
11
- const menuItem = "_menuItem_1s2qa_110";
12
- const chevron = "_chevron_1s2qa_126";
13
- const chevronIcon = "_chevronIcon_1s2qa_131";
14
- const quickLinks = "_quickLinks_1s2qa_142";
15
- const quickLink = "_quickLink_1s2qa_142";
16
- const sr_only = "_sr_only_1s2qa_166";
1
+ import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_1rjre_1";
2
+ const drawer = "_drawer_1rjre_17";
3
+ const hamburger = "_hamburger_1rjre_57";
4
+ const header = "_header_1rjre_79";
5
+ const back = "_back_1rjre_101";
6
+ const close = "_close_1rjre_123";
7
+ const levelContainer = "_levelContainer_1rjre_137";
8
+ const level = "_level_1rjre_137";
9
+ const levelTitle = "_levelTitle_1rjre_169";
10
+ const menu = "_menu_1rjre_179";
11
+ const menuItem = "_menuItem_1rjre_219";
12
+ const chevron = "_chevron_1rjre_251";
13
+ const chevronIcon = "_chevronIcon_1rjre_261";
14
+ const quickLinks = "_quickLinks_1rjre_283";
15
+ const quickLink = "_quickLink_1rjre_283";
16
+ const sr_only = "_sr_only_1rjre_331";
17
17
  const styles = {
18
18
  overlay,
19
19
  drawer,
@@ -120,6 +120,9 @@ export declare const menuData: {
120
120
  "Business Savings": string;
121
121
  "Non-Profit Money Market": string;
122
122
  };
123
+ Bundles: {
124
+ "Axos Business Bundle": string;
125
+ };
123
126
  Services: {
124
127
  "Services Home": string;
125
128
  "Merchant Services": string;
@@ -359,6 +359,11 @@ const menuData = {
359
359
  "{AXOSBANK}/business/savings/business-money-market-accounts/non-profit-money-market"
360
360
  )
361
361
  },
362
+ Bundles: {
363
+ "Axos Business Bundle": findMoreAxosDomains(
364
+ "{AXOSBANK}/business/axos-business-bundle"
365
+ )
366
+ },
362
367
  Services: {
363
368
  "Services Home": findMoreAxosDomains("{AXOSBANK}/business/services"),
364
369
  "Merchant Services": findMoreAxosDomains(
@@ -1,42 +1,42 @@
1
- import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_68bu0_1";
2
- const wrapper = "_wrapper_68bu0_5";
3
- const header_main_row = "_header_main_row_68bu0_11";
4
- const logo_wrap = "_logo_wrap_68bu0_17";
5
- const primary_links = "_primary_links_68bu0_21";
6
- const main_nav_link = "_main_nav_link_68bu0_25";
7
- const sub_nav_link = "_sub_nav_link_68bu0_57";
8
- const signin_wrap = "_signin_wrap_68bu0_59";
9
- const signin_btn = "_signin_btn_68bu0_60";
10
- const header_sub_row = "_header_sub_row_68bu0_97";
11
- const signin_dropdown = "_signin_dropdown_68bu0_129";
12
- const shadow = "_shadow_68bu0_139";
13
- const signin_header = "_signin_header_68bu0_149";
14
- const signin_subheader = "_signin_subheader_68bu0_156";
15
- const opacity = "_opacity_68bu0_178";
16
- const fadeInDown = "_fadeInDown_68bu0_1";
17
- const signin_footer = "_signin_footer_68bu0_184";
18
- const open = "_open_68bu0_205";
19
- const dd_wrapper = "_dd_wrapper_68bu0_217";
20
- const dd_media = "_dd_media_68bu0_226";
21
- const dd_media_img = "_dd_media_img_68bu0_231";
22
- const dd_site_navs = "_dd_site_navs_68bu0_235";
23
- const dd_media_header = "_dd_media_header_68bu0_242";
24
- const mt_8 = "_mt_8_68bu0_252";
25
- const mt_16 = "_mt_16_68bu0_256";
26
- const ml_8 = "_ml_8_68bu0_260";
27
- const dd_media_cta = "_dd_media_cta_68bu0_264";
28
- const reversed_row = "_reversed_row_68bu0_296";
29
- const headline = "_headline_68bu0_306";
30
- const nav_anchor = "_nav_anchor_68bu0_314";
31
- const headline_cta = "_headline_cta_68bu0_322";
32
- const site_lists = "_site_lists_68bu0_337";
33
- const mobile_only = "_mobile_only_68bu0_375";
34
- const mobile_logo = "_mobile_logo_68bu0_381";
35
- const highlight = "_highlight_68bu0_388";
36
- const mobile_opened = "_mobile_opened_68bu0_394";
37
- const dd_footer = "_dd_footer_68bu0_402";
38
- const skip_btn = "_skip_btn_68bu0_410";
39
- const desktop_only = "_desktop_only_68bu0_446";
1
+ import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_nom5w_1";
2
+ const wrapper = "_wrapper_nom5w_9";
3
+ const header_main_row = "_header_main_row_nom5w_21";
4
+ const logo_wrap = "_logo_wrap_nom5w_33";
5
+ const primary_links = "_primary_links_nom5w_41";
6
+ const main_nav_link = "_main_nav_link_nom5w_49";
7
+ const sub_nav_link = "_sub_nav_link_nom5w_113";
8
+ const signin_wrap = "_signin_wrap_nom5w_117";
9
+ const signin_btn = "_signin_btn_nom5w_119";
10
+ const header_sub_row = "_header_sub_row_nom5w_193";
11
+ const signin_dropdown = "_signin_dropdown_nom5w_257";
12
+ const shadow = "_shadow_nom5w_277";
13
+ const signin_header = "_signin_header_nom5w_297";
14
+ const signin_subheader = "_signin_subheader_nom5w_311";
15
+ const opacity = "_opacity_nom5w_355";
16
+ const fadeInDown = "_fadeInDown_nom5w_1";
17
+ const signin_footer = "_signin_footer_nom5w_367";
18
+ const open = "_open_nom5w_409";
19
+ const dd_wrapper = "_dd_wrapper_nom5w_433";
20
+ const dd_media = "_dd_media_nom5w_451";
21
+ const dd_media_img = "_dd_media_img_nom5w_461";
22
+ const dd_site_navs = "_dd_site_navs_nom5w_469";
23
+ const dd_media_header = "_dd_media_header_nom5w_483";
24
+ const mt_8 = "_mt_8_nom5w_503";
25
+ const mt_16 = "_mt_16_nom5w_511";
26
+ const ml_8 = "_ml_8_nom5w_519";
27
+ const dd_media_cta = "_dd_media_cta_nom5w_527";
28
+ const reversed_row = "_reversed_row_nom5w_591";
29
+ const headline = "_headline_nom5w_611";
30
+ const nav_anchor = "_nav_anchor_nom5w_627";
31
+ const headline_cta = "_headline_cta_nom5w_643";
32
+ const site_lists = "_site_lists_nom5w_673";
33
+ const mobile_only = "_mobile_only_nom5w_749";
34
+ const mobile_logo = "_mobile_logo_nom5w_761";
35
+ const highlight = "_highlight_nom5w_775";
36
+ const mobile_opened = "_mobile_opened_nom5w_787";
37
+ const dd_footer = "_dd_footer_nom5w_803";
38
+ const skip_btn = "_skip_btn_nom5w_819";
39
+ const desktop_only = "_desktop_only_nom5w_891";
40
40
  const styles = {
41
41
  header,
42
42
  wrapper,
@@ -2214,6 +2214,38 @@ function SubNavBar() {
2214
2214
  ) })
2215
2215
  ] })
2216
2216
  ] }),
2217
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2218
+ /* @__PURE__ */ jsx(
2219
+ Image,
2220
+ {
2221
+ src: `https://images.axos.com/o9ov1v03uwqk/6bS9epOgzZpJY2jeuepswo/5ee31f624370b44ab1483b537c3fa704/nav-submenu-bundles-icon.svg`,
2222
+ alt: "",
2223
+ width: 20,
2224
+ height: 20
2225
+ }
2226
+ ),
2227
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2228
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2229
+ Link,
2230
+ {
2231
+ href: findMoreAxosDomains(
2232
+ "{AXOSBANK}/business/axos-business-bundle"
2233
+ ),
2234
+ role: "heading",
2235
+ children: "Bundles"
2236
+ }
2237
+ ) }),
2238
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2239
+ Link,
2240
+ {
2241
+ href: findMoreAxosDomains(
2242
+ "{AXOSBANK}/business/axos-business-bundle"
2243
+ ),
2244
+ children: "Axos Business Bundle"
2245
+ }
2246
+ ) })
2247
+ ] })
2248
+ ] }),
2217
2249
  /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2218
2250
  /* @__PURE__ */ jsx(
2219
2251
  Image,
@@ -1,6 +1,6 @@
1
- import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_13j22_10";
2
- const shimmer = "_shimmer_13j22_1";
3
- const wrapper_control = "_wrapper_control_13j22_39";
1
+ import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_1jpv7_19";
2
+ const shimmer = "_shimmer_1jpv7_1";
3
+ const wrapper_control = "_wrapper_control_1jpv7_77";
4
4
  const css = {
5
5
  wrapper,
6
6
  shimmer,
@@ -1,68 +1,68 @@
1
- ._quote_spacer_1mzku_1 {
2
- line-height: 1.35;
3
- margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
- margin-inline: auto;
5
- }
6
-
7
- ._author_1mzku_7,
8
- ._quote_1mzku_1 {
9
- color: #333d46;
10
- }
11
-
12
- ._author_1mzku_7 {
13
- text-align: right;
14
- margin-top: 18px;
15
- }
16
-
17
- ._author_1mzku_7 cite {
18
- font-style: normal;
19
- }
20
-
21
- ._quote_spacer_1mzku_1 .img_fluid {
22
- margin-right: 24px;
23
- transform: rotateY(180deg) scaleY(-1);
24
- }
25
-
26
- ._quote_spacer_1mzku_1 .flex_row {
27
- align-items: flex-start;
28
- }
29
-
30
- ._quote_1mzku_1 p {
31
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
- font-style: italic;
33
- line-height: 1.2;
34
- }
35
-
36
- @media (max-width: 768px) {
37
- ._quote_spacer_1mzku_1 .img_fluid {
38
- max-width: 30px;
39
- margin-right: 12px;
40
- }
41
- ._author_1mzku_7 {
42
- margin-top: 14px;
43
- }
44
- ._quote_1mzku_1 p {
45
- font-size: 18px;
46
- }
47
- ._author_1mzku_7 cite {
48
- font-size: 14px;
49
- }
50
- }
51
-
52
- @media (max-width: 500px) {
53
- ._author_1mzku_7 {
54
- margin-top: 12px;
55
- }
56
- }
57
-
58
- @media (min-width: 604px) {
59
- ._quote_spacer_1mzku_1 {
60
- width: min(calc(100% - 2rem), 792px);
61
- }
62
- }
63
-
64
- @media (min-width: 1023px) {
65
- ._quote_1mzku_1 p {
66
- font-weight: 600;
67
- }
68
- }
1
+ ._quote_spacer_1r8g1_1 {
2
+ line-height: 1.35;
3
+ margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
+ margin-inline: auto;
5
+ }
6
+
7
+ ._author_1r8g1_13,
8
+ ._quote_1r8g1_1 {
9
+ color: #333d46;
10
+ }
11
+
12
+ ._author_1r8g1_13 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_1r8g1_13 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_1r8g1_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_1r8g1_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_1r8g1_1 p {
31
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
+ font-style: italic;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ @media (max-width: 768px) {
37
+ ._quote_spacer_1r8g1_1 .img_fluid {
38
+ max-width: 30px;
39
+ margin-right: 12px;
40
+ }
41
+ ._author_1r8g1_13 {
42
+ margin-top: 14px;
43
+ }
44
+ ._quote_1r8g1_1 p {
45
+ font-size: 18px;
46
+ }
47
+ ._author_1r8g1_13 cite {
48
+ font-size: 14px;
49
+ }
50
+ }
51
+
52
+ @media (max-width: 500px) {
53
+ ._author_1r8g1_13 {
54
+ margin-top: 12px;
55
+ }
56
+ }
57
+
58
+ @media (min-width: 604px) {
59
+ ._quote_spacer_1r8g1_1 {
60
+ width: min(calc(100% - 2rem), 792px);
61
+ }
62
+ }
63
+
64
+ @media (min-width: 1023px) {
65
+ ._quote_1r8g1_1 p {
66
+ font-weight: 600;
67
+ }
68
+ }