@axos-web-dev/shared-components 1.0.100-dev.43-executive.3 → 1.0.100-dev.44

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 (108) hide show
  1. package/dist/ATMLocator/ATMLocator.js +2 -3
  2. package/dist/Auth/ErrorAlert.js +1 -2
  3. package/dist/Auth/SignInPassword.js +2 -2
  4. package/dist/Avatar/Avatar.module.js +7 -7
  5. package/dist/Blockquote/Blockquote.module.js +3 -3
  6. package/dist/BulletItem/BulletItem.js +1 -0
  7. package/dist/Button/Button.js +1 -2
  8. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  9. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  10. package/dist/Calculators/Calculator.js +2 -3
  11. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  12. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  13. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  14. package/dist/Carousel/index.js +1 -2
  15. package/dist/Chatbot/Bubble.css.js +1 -0
  16. package/dist/Chatbot/ChatWindow.css.d.ts +1 -0
  17. package/dist/Chatbot/ChatWindow.css.js +13 -12
  18. package/dist/Chatbot/ChatWindow.js +87 -66
  19. package/dist/Chatbot/Chatbot.d.ts +1 -1
  20. package/dist/Chatbot/Chatbot.js +46 -10
  21. package/dist/Chatbot/index.js +2 -1
  22. package/dist/Chevron/index.js +1 -2
  23. package/dist/Comparison/Comparison.js +1 -2
  24. package/dist/ExecutiveBio/ExecutiveBio.js +1 -2
  25. package/dist/FaqAccordion/index.js +1 -2
  26. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -2
  27. package/dist/Forms/ApplicationStart.js +4 -2
  28. package/dist/Forms/ApplyNow.js +2 -3
  29. package/dist/Forms/ClearingForm.js +4 -2
  30. package/dist/Forms/CommercialDeposits.js +4 -2
  31. package/dist/Forms/CommercialDepositsNoLendingOption.js +4 -2
  32. package/dist/Forms/CommercialLending.js +4 -2
  33. package/dist/Forms/CommercialPremiumFinance.js +4 -2
  34. package/dist/Forms/ContactCompany.js +4 -2
  35. package/dist/Forms/ContactCompanyTitle.js +4 -2
  36. package/dist/Forms/ContactUs.js +4 -2
  37. package/dist/Forms/ContactUsAAS.js +4 -2
  38. package/dist/Forms/ContactUsBusiness.js +5 -4
  39. package/dist/Forms/ContactUsBusinessNameEmail.js +5 -4
  40. package/dist/Forms/ContactUsLVF.js +4 -2
  41. package/dist/Forms/ContactUsNMLSId.js +5 -4
  42. package/dist/Forms/CpraRequest.d.ts +1 -1
  43. package/dist/Forms/CpraRequest.js +5 -2
  44. package/dist/Forms/CraPublicFile.js +5 -4
  45. package/dist/Forms/DealerServices.js +4 -2
  46. package/dist/Forms/EmailOnly.js +5 -4
  47. package/dist/Forms/EmailUs.js +7 -5
  48. package/dist/Forms/HoneyPot/index.js +2 -1
  49. package/dist/Forms/MortgageRate/MortgageRateForm.js +5 -4
  50. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -2
  51. package/dist/Forms/MortgageWarehouseLending.js +5 -4
  52. package/dist/Forms/QuickPricer/QuickPricerForm.js +16 -12
  53. package/dist/Forms/ScheduleCall.js +4 -2
  54. package/dist/Forms/ScheduleCallPremier.js +4 -2
  55. package/dist/Forms/SuccesForm.js +2 -3
  56. package/dist/Forms/VendorQuestionnaire.js +6 -2
  57. package/dist/Forms/index.js +1 -0
  58. package/dist/Hyperlink/index.js +1 -2
  59. package/dist/ImageLink/ImageLink.js +2 -3
  60. package/dist/ImageLink/ImageLinkSet.js +1 -2
  61. package/dist/ImageLink/index.js +1 -2
  62. package/dist/Insight/Featured/CategorySelector.js +1 -2
  63. package/dist/Insight/Featured/Featured.js +1 -2
  64. package/dist/Insight/Featured/Header.js +1 -2
  65. package/dist/LoadingIndicator/index.js +1 -0
  66. package/dist/Modal/Modal.js +1 -2
  67. package/dist/Modal/contextApi/store.js +1 -1
  68. package/dist/NavigationMenu/AxosALTS/NavData.js +1 -2
  69. package/dist/NavigationMenu/AxosALTS/index.js +1 -2
  70. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  71. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  72. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  73. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -2
  74. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  75. package/dist/NavigationMenu/AxosBank/NavData.js +1 -2
  76. package/dist/NavigationMenu/AxosBank/SubNavBar.js +8 -7
  77. package/dist/NavigationMenu/AxosBank/index.js +1 -2
  78. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  79. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  80. package/dist/NavigationMenu/LaVictoire/NavData.js +1 -2
  81. package/dist/NavigationMenu/LaVictoire/index.js +1 -2
  82. package/dist/NavigationMenu/NavDataJson.js +1 -2
  83. package/dist/NavigationMenu/Navbar.js +1 -2
  84. package/dist/NavigationMenu/SignInNavButton.js +1 -2
  85. package/dist/SetContainer/SetContainer.js +2 -3
  86. package/dist/SocialMediaBar/iconsRepository.js +1 -2
  87. package/dist/Tab/Tab.js +1 -0
  88. package/dist/VideoTile/VideoTile.js +1 -2
  89. package/dist/VideoWrapper/index.js +1 -2
  90. package/dist/assets/Avatar/Avatar.css.css +59 -59
  91. package/dist/assets/Blockquote/Blockquote.css.css +72 -72
  92. package/dist/assets/Chatbot/ChatWindow.css +38 -26
  93. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
  94. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
  95. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
  96. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
  97. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
  98. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
  99. package/dist/main.js +10 -2
  100. package/dist/utils/emailValidation.d.ts +1 -0
  101. package/dist/utils/emailValidation.js +31 -0
  102. package/dist/utils/index.d.ts +4 -1
  103. package/dist/utils/index.js +9 -1
  104. package/dist/utils/nmlsValidation.d.ts +1 -0
  105. package/dist/utils/nmlsValidation.js +34 -0
  106. package/dist/utils/useCachedValidators.d.ts +2 -0
  107. package/dist/utils/useCachedValidators.js +22 -0
  108. package/package.json +136 -136
@@ -1,44 +1,44 @@
1
- import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_15z7t_1";
2
- const wrapper = "_wrapper_15z7t_5";
3
- const header_main_row = "_header_main_row_15z7t_11";
4
- const mobile_header = "_mobile_header_15z7t_12";
5
- const logo_wrap = "_logo_wrap_15z7t_18";
6
- const primary_links = "_primary_links_15z7t_22";
7
- const main_nav = "_main_nav_15z7t_26";
8
- const main_nav_link = "_main_nav_link_15z7t_33";
9
- const sub_nav_link = "_sub_nav_link_15z7t_55";
10
- const signin_wrap = "_signin_wrap_15z7t_57";
11
- const signin_btn = "_signin_btn_15z7t_58";
12
- const sub_nav = "_sub_nav_15z7t_55";
13
- const header_sub_row = "_header_sub_row_15z7t_99";
14
- const shadow = "_shadow_15z7t_115";
15
- const opacity = "_opacity_15z7t_131";
16
- const fadeInDown = "_fadeInDown_15z7t_1";
17
- const footer = "_footer_15z7t_137";
18
- const open = "_open_15z7t_153";
19
- const mt_8 = "_mt_8_15z7t_161";
20
- const mt_16 = "_mt_16_15z7t_165";
21
- const ml_8 = "_ml_8_15z7t_169";
22
- const reversed_row = "_reversed_row_15z7t_173";
23
- const nav_anchor = "_nav_anchor_15z7t_177";
24
- const site_lists = "_site_lists_15z7t_188";
25
- const hamburger = "_hamburger_15z7t_192";
26
- const mobile_logo = "_mobile_logo_15z7t_206";
27
- const mobile_nav = "_mobile_nav_15z7t_231";
28
- const mobile_opened = "_mobile_opened_15z7t_242";
29
- const _mobile_opened = "__mobile_opened_15z7t_246";
30
- const mobile_nav_item = "_mobile_nav_item_15z7t_250";
31
- const icon_wrap = "_icon_wrap_15z7t_265";
32
- const mobile_footer = "_mobile_footer_15z7t_270";
33
- const mobile_footer_content = "_mobile_footer_content_15z7t_275";
34
- const mobile_footer_media = "_mobile_footer_media_15z7t_290";
35
- const footer_cta = "_footer_cta_15z7t_297";
36
- const inner_wrapper = "_inner_wrapper_15z7t_329";
37
- const btn = "_btn_15z7t_334";
38
- const sub_menu = "_sub_menu_15z7t_339";
39
- const main = "_main_15z7t_26";
40
- const desktop_only = "_desktop_only_15z7t_368";
41
- const mobile_only = "_mobile_only_15z7t_415";
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,
@@ -68,13 +68,12 @@ import "../../Auth/SignInPassword.js";
68
68
  /* empty css */
69
69
  /* empty css */
70
70
  import "../../Carousel/index.js";
71
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
71
72
  /* empty css */
72
73
  import "../../Chatbot/store/chat.js";
73
74
  import "../../Chatbot/authenticate.js";
74
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
75
  /* empty css */
76
76
  import "../../Chatbot/store/messages.js";
77
- import "@ujet/websdk-headless";
78
77
  /* empty css */
79
78
  import "../../Comparison/Comparison.css.js";
80
79
  import "next/image.js";
@@ -71,13 +71,12 @@ import "../../Auth/SignInPassword.js";
71
71
  /* empty css */
72
72
  /* empty css */
73
73
  import "../../Carousel/index.js";
74
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
74
75
  /* empty css */
75
76
  import "../../Chatbot/store/chat.js";
76
77
  import "../../Chatbot/authenticate.js";
77
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
78
  /* empty css */
79
79
  import "../../Chatbot/store/messages.js";
80
- import "@ujet/websdk-headless";
81
80
  /* empty css */
82
81
  import "../../Comparison/Comparison.css.js";
83
82
  import "next/image.js";
@@ -68,13 +68,12 @@ import "../Auth/SignInPassword.js";
68
68
  /* empty css */
69
69
  /* empty css */
70
70
  import "../Carousel/index.js";
71
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
71
72
  /* empty css */
72
73
  import "../Chatbot/store/chat.js";
73
74
  import "../Chatbot/authenticate.js";
74
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
75
  /* empty css */
76
76
  import "../Chatbot/store/messages.js";
77
- import "@ujet/websdk-headless";
78
77
  /* empty css */
79
78
  import "../Comparison/Comparison.css.js";
80
79
  import "next/image.js";
@@ -70,13 +70,12 @@ import "../Auth/SignInPassword.js";
70
70
  /* empty css */
71
71
  /* empty css */
72
72
  import "../Carousel/index.js";
73
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
73
74
  /* empty css */
74
75
  import "../Chatbot/store/chat.js";
75
76
  import "../Chatbot/authenticate.js";
76
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
77
  /* empty css */
78
78
  import "../Chatbot/store/messages.js";
79
- import "@ujet/websdk-headless";
80
79
  /* empty css */
81
80
  import "../Comparison/Comparison.css.js";
82
81
  import "next/image.js";
@@ -71,13 +71,12 @@ import "../Auth/SignInPassword.js";
71
71
  /* empty css */
72
72
  /* empty css */
73
73
  import "../Carousel/index.js";
74
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
74
75
  /* empty css */
75
76
  import "../Chatbot/store/chat.js";
76
77
  import "../Chatbot/authenticate.js";
77
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
78
  /* empty css */
79
79
  import "../Chatbot/store/messages.js";
80
- import "@ujet/websdk-headless";
81
80
  /* empty css */
82
81
  import "../Comparison/Comparison.css.js";
83
82
  import "next/image.js";
@@ -11,6 +11,7 @@ import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet
11
11
  /* empty css */
12
12
  import "../utils/allowedAxosDomains.js";
13
13
  import { getVariant } from "../utils/getVariant.js";
14
+ import "react";
14
15
  import { columnValues } from "../utils/variant.types.js";
15
16
  import clsx from "clsx";
16
17
  /* empty css */
@@ -18,7 +19,6 @@ import clsx from "clsx";
18
19
  import "../Accordion/Accordion.js";
19
20
  import "../Accordion/Accordion.css.js";
20
21
  import "../AlertBanner/AlertBanner.css.js";
21
- import "react";
22
22
  import "../Article/Article.css.js";
23
23
  import "../ArticlesSet/ArticlesSet.css.js";
24
24
  import "../Calculators/calculator.css.js";
@@ -72,13 +72,12 @@ import "../Auth/SignInPassword.js";
72
72
  /* empty css */
73
73
  /* empty css */
74
74
  import "../Carousel/index.js";
75
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
76
  /* empty css */
76
77
  import "../Chatbot/store/chat.js";
77
78
  import "../Chatbot/authenticate.js";
78
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
79
  /* empty css */
80
80
  import "../Chatbot/store/messages.js";
81
- import "@ujet/websdk-headless";
82
81
  /* empty css */
83
82
  import "../Comparison/Comparison.css.js";
84
83
  import { setcontainer_section_text, set_container_cols, inline_container, set_container, isolate_container } from "./SetContainer.css.js";
@@ -68,13 +68,12 @@ import "../Auth/SignInPassword.js";
68
68
  /* empty css */
69
69
  /* empty css */
70
70
  import "../Carousel/index.js";
71
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
71
72
  /* empty css */
72
73
  import "../Chatbot/store/chat.js";
73
74
  import "../Chatbot/authenticate.js";
74
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
75
  /* empty css */
76
76
  import "../Chatbot/store/messages.js";
77
- import "@ujet/websdk-headless";
78
77
  /* empty css */
79
78
  import "../Comparison/Comparison.css.js";
80
79
  import "next/image.js";
package/dist/Tab/Tab.js CHANGED
@@ -1,6 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import "../utils/allowedAxosDomains.js";
3
3
  import { getVariant } from "../utils/getVariant.js";
4
+ import "react";
4
5
  import clsx from "clsx";
5
6
  import { tab } from "./Tab.css.js";
6
7
  const Tab = ({
@@ -76,13 +76,12 @@ import "../Auth/SignInPassword.js";
76
76
  /* empty css */
77
77
  /* empty css */
78
78
  import "../Carousel/index.js";
79
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
80
  /* empty css */
80
81
  import "../Chatbot/store/chat.js";
81
82
  import "../Chatbot/authenticate.js";
82
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
83
83
  /* empty css */
84
84
  import "../Chatbot/store/messages.js";
85
- import "@ujet/websdk-headless";
86
85
  /* empty css */
87
86
  import "../Comparison/Comparison.css.js";
88
87
  import "next/image.js";
@@ -69,13 +69,12 @@ import "../Auth/SignInPassword.js";
69
69
  /* empty css */
70
70
  /* empty css */
71
71
  import "../Carousel/index.js";
72
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
72
73
  /* empty css */
73
74
  import "../Chatbot/store/chat.js";
74
75
  import "../Chatbot/authenticate.js";
75
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
76
76
  /* empty css */
77
77
  import "../Chatbot/store/messages.js";
78
- import "@ujet/websdk-headless";
79
78
  /* empty css */
80
79
  import "../Comparison/Comparison.css.js";
81
80
  import "next/image.js";
@@ -1,59 +1,59 @@
1
- ._avatar_sec_1clr6_1 {
2
- margin: 16px 0;
3
- }
4
-
5
- ._container_1clr6_5 {
6
- border-bottom: 1px solid #d4d4d4;
7
- border-top: 1px solid #d4d4d4;
8
- margin-inline: auto;
9
- max-width: 1200px;
10
- padding: 16px 0;
11
- width: 100%;
12
- }
13
-
14
- ._image_1clr6_14 {
15
- aspect-ratio: 1;
16
- background-position: 0 0;
17
- background-size: contain;
18
- border-radius: 50%;
19
- flex: 0 0 100px;
20
- height: 100px;
21
- }
22
-
23
- ._text_1clr6_23 {
24
- flex: 1 1 0%;
25
- align-self: center;
26
- margin-left: 16px;
27
- }
28
-
29
- ._name_1clr6_29 {
30
- color: #1e3860;
31
- font-family: var(--header-font-family);
32
- font-size: 20px;
33
- font-weight: 700;
34
- line-height: 1.4;
35
- }
36
-
37
- ._title_1clr6_37 {
38
- color: #1e3860;
39
- font-size: 18px;
40
- font-weight: 500;
41
- line-height: 1.44;
42
- }
43
-
44
- ._description_1clr6_44 p {
45
- font-size: 14px;
46
- line-height: 1.33;
47
- color: #333d46;
48
- }
49
-
50
- * + ._description_1clr6_44 {
51
- margin-top: 8px;
52
- }
53
-
54
- @media (max-width: 603px) {
55
- ._image_1clr6_14 {
56
- height: 75px;
57
- flex: 0 0 75px;
58
- }
59
- }
1
+ ._avatar_sec_q4a8z_1 {
2
+ margin: 16px 0;
3
+ }
4
+
5
+ ._container_q4a8z_9 {
6
+ border-bottom: 1px solid #d4d4d4;
7
+ border-top: 1px solid #d4d4d4;
8
+ margin-inline: auto;
9
+ max-width: 1200px;
10
+ padding: 16px 0;
11
+ width: 100%;
12
+ }
13
+
14
+ ._image_q4a8z_27 {
15
+ aspect-ratio: 1;
16
+ background-position: 0 0;
17
+ background-size: contain;
18
+ border-radius: 50%;
19
+ flex: 0 0 100px;
20
+ height: 100px;
21
+ }
22
+
23
+ ._text_q4a8z_45 {
24
+ flex: 1 1 0%;
25
+ align-self: center;
26
+ margin-left: 16px;
27
+ }
28
+
29
+ ._name_q4a8z_57 {
30
+ color: #1e3860;
31
+ font-family: var(--header-font-family);
32
+ font-size: 20px;
33
+ font-weight: 700;
34
+ line-height: 1.4;
35
+ }
36
+
37
+ ._title_q4a8z_73 {
38
+ color: #1e3860;
39
+ font-size: 18px;
40
+ font-weight: 500;
41
+ line-height: 1.44;
42
+ }
43
+
44
+ ._description_q4a8z_87 p {
45
+ font-size: 14px;
46
+ line-height: 1.33;
47
+ color: #333d46;
48
+ }
49
+
50
+ * + ._description_q4a8z_87 {
51
+ margin-top: 8px;
52
+ }
53
+
54
+ @media (max-width: 603px) {
55
+ ._image_q4a8z_27 {
56
+ height: 75px;
57
+ flex: 0 0 75px;
58
+ }
59
+ }
@@ -1,72 +1,72 @@
1
- ._quote_spacer_ovx4r_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_ovx4r_7,
8
- ._quote_ovx4r_1 {
9
- color: #1f1f1f;
10
- }
11
-
12
- ._author_ovx4r_7 {
13
- text-align: right;
14
- margin-top: 18px;
15
- }
16
-
17
- ._author_ovx4r_7 cite {
18
- font-style: normal;
19
- }
20
-
21
- ._quote_spacer_ovx4r_1 .img_fluid {
22
- margin-right: 24px;
23
- transform: rotateY(180deg) scaleY(-1);
24
- }
25
-
26
- ._quote_spacer_ovx4r_1 .flex_row {
27
- align-items: flex-start;
28
- }
29
-
30
- ._quote_ovx4r_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
- .lchs2s1 ._quote_ovx4r_1 p {
37
- color: #1e3860;
38
- }
39
-
40
- @media (max-width: 768px) {
41
- ._quote_spacer_ovx4r_1 .img_fluid {
42
- max-width: 30px;
43
- margin-right: 12px;
44
- }
45
- ._author_ovx4r_7 {
46
- margin-top: 14px;
47
- }
48
- ._quote_ovx4r_1 p {
49
- font-size: 18px;
50
- }
51
- ._author_ovx4r_7 cite {
52
- font-size: 14px;
53
- }
54
- }
55
-
56
- @media (max-width: 500px) {
57
- ._author_ovx4r_7 {
58
- margin-top: 12px;
59
- }
60
- }
61
-
62
- @media (min-width: 604px) {
63
- ._quote_spacer_ovx4r_1 {
64
- width: min(calc(100% - 2rem), 792px);
65
- }
66
- }
67
-
68
- @media (min-width: 1023px) {
69
- ._quote_ovx4r_1 p {
70
- font-weight: 700;
71
- }
72
- }
1
+ ._quote_spacer_lqs2u_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_lqs2u_13,
8
+ ._quote_lqs2u_1 {
9
+ color: #1f1f1f;
10
+ }
11
+
12
+ ._author_lqs2u_13 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_lqs2u_13 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_lqs2u_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_lqs2u_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_lqs2u_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
+ .lchs2s1 ._quote_lqs2u_1 p {
37
+ color: #1e3860;
38
+ }
39
+
40
+ @media (max-width: 768px) {
41
+ ._quote_spacer_lqs2u_1 .img_fluid {
42
+ max-width: 30px;
43
+ margin-right: 12px;
44
+ }
45
+ ._author_lqs2u_13 {
46
+ margin-top: 14px;
47
+ }
48
+ ._quote_lqs2u_1 p {
49
+ font-size: 18px;
50
+ }
51
+ ._author_lqs2u_13 cite {
52
+ font-size: 14px;
53
+ }
54
+ }
55
+
56
+ @media (max-width: 500px) {
57
+ ._author_lqs2u_13 {
58
+ margin-top: 12px;
59
+ }
60
+ }
61
+
62
+ @media (min-width: 604px) {
63
+ ._quote_spacer_lqs2u_1 {
64
+ width: min(calc(100% - 2rem), 792px);
65
+ }
66
+ }
67
+
68
+ @media (min-width: 1023px) {
69
+ ._quote_lqs2u_1 p {
70
+ font-weight: 700;
71
+ }
72
+ }