@axos-web-dev/shared-components 1.0.99-feature-brand.2 → 1.0.99-feature-toasts
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/ATMLocator/ATMLocator.js +3 -1
- package/dist/Article/Article.css.d.ts +36 -8
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +70 -10
- package/dist/ArticlesSet/ArticlesSet.js +1 -1
- package/dist/Auth/ErrorAlert.js +5 -3
- package/dist/AwardsBanner/AwardsBanner.css.js +1 -4
- package/dist/AwardsItem/AwardsItem.css.js +2 -1
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Button/Button.css.d.ts +3 -3
- package/dist/Button/Button.js +5 -3
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +30 -2
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +30 -2
- package/dist/Calculators/Calculator.js +17 -3
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
- package/dist/Calculators/calculator.css.d.ts +8 -2
- package/dist/Calculators/index.d.ts +2 -1
- package/dist/Calculators/index.js +3 -1
- package/dist/CallToActionBar/index.js +1 -1
- package/dist/Carousel/Carousel.css.d.ts +19 -8
- package/dist/Carousel/index.js +5 -3
- package/dist/Chevron/Chevron.css.d.ts +2 -2
- package/dist/Chevron/index.js +5 -3
- package/dist/CollectInformationAlert/index.js +1 -1
- package/dist/Comparison/Comparison.js +6 -4
- package/dist/ExecutiveBio/ExecutiveBio.js +5 -3
- package/dist/FaqAccordion/index.js +5 -3
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +8 -6
- package/dist/Forms/ApplicationStart.d.ts +1 -1
- package/dist/Forms/ApplicationStart.js +111 -89
- package/dist/Forms/ApplyNow.d.ts +2 -2
- package/dist/Forms/ApplyNow.js +173 -146
- package/dist/Forms/ClearingForm.d.ts +1 -1
- package/dist/Forms/ClearingForm.js +184 -162
- package/dist/Forms/CommercialDeposits.d.ts +1 -1
- package/dist/Forms/CommercialDeposits.js +201 -179
- package/dist/Forms/CommercialLending.d.ts +1 -1
- package/dist/Forms/CommercialLending.js +278 -256
- package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
- package/dist/Forms/CommercialPremiumFinance.js +128 -106
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompany.js +113 -91
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.js +127 -105
- package/dist/Forms/ContactUs.d.ts +1 -1
- package/dist/Forms/ContactUs.js +99 -77
- package/dist/Forms/ContactUsAAS.d.ts +1 -1
- package/dist/Forms/ContactUsAAS.js +180 -158
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +138 -115
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
- package/dist/Forms/ContactUsBusinessNameEmail.js +107 -84
- package/dist/Forms/ContactUsLVF.d.ts +3 -1
- package/dist/Forms/ContactUsLVF.js +127 -101
- package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
- package/dist/Forms/ContactUsNMLSId.js +121 -98
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +641 -619
- package/dist/Forms/CraPublicFile.d.ts +1 -1
- package/dist/Forms/CraPublicFile.js +113 -90
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/DealerServices.js +225 -204
- package/dist/Forms/EmailOnly.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +60 -39
- package/dist/Forms/EmailUs.d.ts +1 -1
- package/dist/Forms/EmailUs.js +75 -53
- package/dist/Forms/FormProps.d.ts +3 -0
- package/dist/Forms/Forms.css.d.ts +47 -1
- package/dist/Forms/Forms.css.js +44 -38
- package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
- package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
- package/dist/Forms/HoneyPot/index.d.ts +24 -0
- package/dist/Forms/HoneyPot/index.js +71 -0
- package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +367 -345
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +5 -3
- package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
- package/dist/Forms/MortgageWarehouseLending.js +339 -0
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
- package/dist/Forms/ScheduleCall.d.ts +1 -1
- package/dist/Forms/ScheduleCall.js +156 -134
- package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
- package/dist/Forms/ScheduleCallPremier.js +178 -156
- package/dist/Forms/SuccesForm.js +8 -6
- package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
- package/dist/Forms/VendorQuestionnaire.js +817 -795
- package/dist/Forms/WcplSurvey.d.ts +1 -1
- package/dist/Forms/WcplSurvey.js +112 -90
- package/dist/Forms/applynow-utils.d.ts +1 -0
- package/dist/Forms/applynow-utils.js +48 -0
- package/dist/Forms/index.d.ts +3 -0
- package/dist/Forms/index.js +12 -2
- package/dist/HeroBanner/HeroBanner.css.d.ts +17 -5
- package/dist/HeroBanner/HeroBanner.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.interface.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.js +89 -31
- package/dist/HeroBanner/SelectionBanner.css.d.ts +19 -1
- package/dist/HeroBanner/SelectionBanner.css.js +6 -6
- package/dist/Hyperlink/index.js +5 -3
- package/dist/IconBillboard/IconBillboard.css.d.ts +40 -6
- package/dist/IconBillboard/IconBillboard.css.js +2 -1
- package/dist/IconBillboard/IconBillboard.interface.d.ts +1 -0
- package/dist/IconBillboard/sections/CallToActionSection.js +2 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +61 -5
- package/dist/ImageLink/ImageLink.js +5 -3
- package/dist/ImageLink/ImageLinkSet.js +5 -3
- package/dist/ImageLink/index.js +5 -3
- package/dist/ImageToast/ImageToast.css.d.ts +6 -0
- package/dist/ImageToast/ImageToast.css.js +15 -0
- package/dist/ImageToast/index.d.ts +9 -0
- package/dist/ImageToast/index.js +183 -0
- package/dist/Input/Input.js +3 -1
- package/dist/Insight/Featured/CategorySelector.js +5 -3
- package/dist/Insight/Featured/Featured.js +5 -3
- package/dist/Insight/Featured/Header.js +5 -3
- package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +4 -4
- package/dist/Modal/Modal.css.d.ts +0 -1
- package/dist/Modal/Modal.css.js +3 -5
- package/dist/Modal/Modal.js +8 -6
- package/dist/NavigationMenu/AxosALTS/NavData.js +5 -3
- package/dist/NavigationMenu/AxosALTS/index.js +5 -3
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +2 -7
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisor/index.js +21 -39
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.css.js +2 -7
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisorServices/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/index.js +8 -14
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +2 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +17 -7
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +1 -2
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +41 -41
- package/dist/NavigationMenu/AxosBank/NavData.js +5 -3
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +238 -235
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +0 -4
- package/dist/NavigationMenu/AxosBank/index.js +5 -3
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/LaVictoire/NavData.js +5 -3
- package/dist/NavigationMenu/LaVictoire/index.js +5 -3
- package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
- package/dist/NavigationMenu/NavDataJson.js +310 -0
- package/dist/NavigationMenu/Navbar.d.ts +5 -0
- package/dist/NavigationMenu/Navbar.js +196 -0
- package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
- package/dist/NavigationMenu/SignInNavButton.js +364 -0
- package/dist/PageNavItem/PageNavItem.css.d.ts +22 -4
- package/dist/Pagination/Pagination.js +6 -6
- package/dist/SetContainer/SetContainer.js +5 -3
- package/dist/SocialMediaBar/iconsRepository.js +5 -3
- package/dist/StepItem/StepItem.css.d.ts +36 -8
- package/dist/StepItemSet/StepItemSet.css.d.ts +32 -4
- package/dist/StepItemSet/StepItemSet.d.ts +1 -1
- package/dist/StepItemSet/StepItemSet.js +82 -18
- package/dist/StepItemSet/index.d.ts +0 -5
- package/dist/StepItemSet/index.js +0 -10
- package/dist/Table/Table.css.d.ts +2 -3
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/VideoTile/VideoTile.js +5 -3
- package/dist/VideoWrapper/index.js +5 -3
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Accordion/Accordion.css +1 -1
- package/dist/assets/Article/Article.css +59 -47
- package/dist/assets/ArticlesSet/ArticlesSet.css +56 -26
- package/dist/assets/Auth/SignIn.css +12 -12
- package/dist/assets/AwardsBanner/AwardsBanner.css +1 -1
- package/dist/assets/AwardsItem/AwardsItem.css +4 -3
- package/dist/assets/Blockquote/Blockquote.css.css +16 -16
- package/dist/assets/Button/Button.css +21 -21
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +8 -8
- package/dist/assets/Calculators/ApyCalculator/ApyCalculator.css +21 -12
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +9 -9
- package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +31 -19
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +14 -14
- package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +12 -9
- package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +9 -9
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +9 -9
- package/dist/assets/Calculators/calculator.css +15 -9
- package/dist/assets/CallToActionBar/CallToActionBar.css +4 -1
- package/dist/assets/Carousel/Carousel.css +41 -27
- package/dist/assets/Chevron/Chevron.css +6 -6
- package/dist/assets/CollectInformationAlert/CollectInformationAlert.css +3 -4
- package/dist/assets/Comparison/Comparison.css +3 -3
- package/dist/assets/ContentBanner/ContentBanner.css +8 -8
- package/dist/assets/DownloadTile/DownloadTile.css +5 -5
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +23 -23
- package/dist/assets/FaqAccordion/FaqAccordion.css +4 -4
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -1
- package/dist/assets/FooterSiteMap/AxosBank/FooterSiteMap.css +8 -3
- package/dist/assets/Forms/Forms.css +180 -132
- package/dist/assets/Forms/HoneyPot/HoneyPot.css +4 -0
- package/dist/assets/Forms/QuickPricer/UserInformation.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +79 -83
- package/dist/assets/HeroBanner/LargeBanner.css +13 -13
- package/dist/assets/HeroBanner/SelectionBanner.css +29 -15
- package/dist/assets/IconBillboard/IconBillboard.css +78 -25
- package/dist/assets/ImageBillboard/ImageBillboard.css +61 -28
- package/dist/assets/ImageToast/ImageToast.css +37 -0
- package/dist/assets/Input/Input.css +6 -6
- package/dist/assets/Inputs/Input.css +4 -4
- package/dist/assets/Insight/Featured/CategorySelector.css +1 -1
- package/dist/assets/Interstitial/Interstitial-variants.css +3 -3
- package/dist/assets/LandingPageHeader/LandingPageHeader.css +1 -1
- package/dist/assets/LoadingIndicator/LoadingIndicator.css +5 -5
- package/dist/assets/Modal/Modal.css +28 -17
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css +1 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +2 -25
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +126 -138
- package/dist/assets/NavigationMenu/AxosAdvisor/SubNavbar.css +4 -5
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css +2 -25
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +130 -142
- package/dist/assets/NavigationMenu/AxosAdvisorServices/SubNavbar.css +4 -22
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +31 -32
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +9 -19
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +146 -118
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +1 -35
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +107 -133
- package/dist/assets/PageNavItem/PageNavItem.css +33 -16
- package/dist/assets/Pagination/Pagination.css +1 -1
- package/dist/assets/SetContainer/SetContainer.css +4 -4
- package/dist/assets/StepItem/StepItem.css +42 -26
- package/dist/assets/StepItemSet/StepItemSet.css +26 -13
- package/dist/assets/Tab/Tab.css +12 -12
- package/dist/assets/Table/Table.css +56 -48
- package/dist/assets/TextBlock/TextBlock.css +1 -1
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +2 -2
- package/dist/assets/TopicalNavSet/TopicalNavSet.css +1 -1
- package/dist/assets/VideoTile/VideoTile.css +1 -1
- package/dist/assets/WalnutIframe/wrapper.css.css +8 -7
- package/dist/assets/globals.css +6 -5
- package/dist/assets/icons/ArrowIcon/ArrowIcon.css +3 -3
- package/dist/assets/icons/DownloadIcon/DownloadIcon.css +1 -1
- package/dist/assets/icons/FollowIcon/FollowIcon.css +1 -1
- package/dist/assets/themes/axos.css +30 -30
- package/dist/assets/themes/premier.css +31 -31
- package/dist/assets/themes/victorie.css +23 -23
- package/dist/icons/CheckCircle.js +1 -1
- package/dist/icons/CheckCircleLight.js +1 -1
- package/dist/icons/CheckIcon/index.js +1 -1
- package/dist/icons/Logos/AXB.d.ts +8 -0
- package/dist/icons/Logos/AXB.js +74 -0
- package/dist/icons/QuoteIconGrey.js +2 -2
- package/dist/main.js +15 -13
- package/dist/themes/axos.css.d.ts +12 -12
- package/dist/themes/axos.css.js +1 -1
- package/dist/utils/allowedAxosDomains.js +2 -1
- package/package.json +1 -1
- package/dist/StepItemSet/sections/AdditionalDetailsSection.d.ts +0 -7
- package/dist/StepItemSet/sections/AdditionalDetailsSection.js +0 -11
- package/dist/StepItemSet/sections/CallToActionSection.d.ts +0 -8
- package/dist/StepItemSet/sections/CallToActionSection.js +0 -39
- package/dist/StepItemSet/sections/HeaderSection.d.ts +0 -10
- package/dist/StepItemSet/sections/HeaderSection.js +0 -45
- package/dist/StepItemSet/sections/ImageSection.d.ts +0 -8
- package/dist/StepItemSet/sections/ImageSection.js +0 -10
- package/dist/StepItemSet/sections/StepsList.d.ts +0 -10
- package/dist/StepItemSet/sections/StepsList.js +0 -21
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes tfms6az {
|
|
2
2
|
from {
|
|
3
3
|
stroke-dashoffset: 1;
|
|
4
4
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
opacity: 100;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
@keyframes
|
|
9
|
+
@keyframes tfms6a10 {
|
|
10
10
|
0% {
|
|
11
11
|
stroke-dashoffset: -1000;
|
|
12
12
|
}
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
}
|
|
25
25
|
.tfms6a1 {
|
|
26
26
|
background: var(--_1073cm81);
|
|
27
|
-
color: var(--
|
|
27
|
+
color: var(--_1073cm82);
|
|
28
28
|
}
|
|
29
29
|
.tfms6a2 {
|
|
30
30
|
background: var(--_1073cm88);
|
|
31
|
-
color: var(--
|
|
31
|
+
color: var(--_1073cm89);
|
|
32
32
|
}
|
|
33
33
|
.tfms6a3 {
|
|
34
34
|
background: var(--_1073cm8f);
|
|
35
|
-
color: var(--
|
|
35
|
+
color: var(--_1073cm8g);
|
|
36
36
|
}
|
|
37
37
|
.tfms6a4 {
|
|
38
38
|
background: var(--_1073cm8m);
|
|
39
|
-
color: var(--
|
|
39
|
+
color: var(--_1073cm8g);
|
|
40
40
|
}
|
|
41
41
|
.tfms6a5 {
|
|
42
42
|
padding-bottom: 32px;
|
|
@@ -44,50 +44,94 @@
|
|
|
44
44
|
.tfms6a6 {
|
|
45
45
|
margin-bottom: 32px;
|
|
46
46
|
}
|
|
47
|
-
.tfms6a7 {
|
|
48
|
-
|
|
47
|
+
._1073cm80 .tfms6a7 {
|
|
48
|
+
background: var(--_1073cm81);
|
|
49
|
+
padding: 0 1rem;
|
|
50
|
+
margin-bottom: 32px;
|
|
51
|
+
display: inline-block;
|
|
49
52
|
}
|
|
50
53
|
.tfms6a8 {
|
|
51
|
-
|
|
54
|
+
font-size: 36px;
|
|
55
|
+
font-weight: 600;
|
|
56
|
+
letter-spacing: 1px;
|
|
57
|
+
margin-top: 0.1rem;
|
|
58
|
+
margin-bottom: 0.7rem;
|
|
59
|
+
text-align: center;
|
|
52
60
|
}
|
|
53
61
|
.tfms6a9 {
|
|
54
|
-
color: var(--
|
|
62
|
+
color: var(--_1073cm83);
|
|
55
63
|
}
|
|
56
64
|
.tfms6aa {
|
|
57
|
-
color: var(--
|
|
65
|
+
color: var(--_1073cm8a);
|
|
58
66
|
}
|
|
59
67
|
.tfms6ab {
|
|
60
|
-
color: var(--
|
|
68
|
+
color: var(--_1073cm8h);
|
|
61
69
|
}
|
|
62
70
|
.tfms6ac {
|
|
63
|
-
|
|
64
|
-
display: grid;
|
|
65
|
-
grid-template-columns: 1fr 1fr;
|
|
66
|
-
gap: 1.5rem;
|
|
71
|
+
color: var(--_1073cm8o);
|
|
67
72
|
}
|
|
68
73
|
.tfms6ad {
|
|
74
|
+
font-family: var(--header-font-family);
|
|
75
|
+
}
|
|
76
|
+
._1073cm80 .tfms6ae {
|
|
77
|
+
-webkit-background-clip: text;
|
|
78
|
+
background-image: var(--_1073cm84);
|
|
79
|
+
-webkit-text-fill-color: transparent;
|
|
80
|
+
text-shadow: 0px 0px #00000000;
|
|
81
|
+
}
|
|
82
|
+
._1es6o1h0 .tfms6ae {
|
|
69
83
|
color: var(--_1073cm83);
|
|
70
84
|
}
|
|
71
|
-
.tfms6ae {
|
|
85
|
+
.fl2fv50 .tfms6ae {
|
|
86
|
+
color: var(--_1073cm83);
|
|
87
|
+
}
|
|
88
|
+
._1073cm80 .tfms6af {
|
|
89
|
+
-webkit-background-clip: text;
|
|
90
|
+
background-image: var(--_1073cm8b);
|
|
91
|
+
-webkit-text-fill-color: transparent;
|
|
92
|
+
text-shadow: 0px 0px #00000000;
|
|
93
|
+
}
|
|
94
|
+
._1es6o1h0 .tfms6af {
|
|
72
95
|
color: var(--_1073cm8a);
|
|
73
96
|
}
|
|
74
|
-
.tfms6af {
|
|
75
|
-
color: var(--
|
|
97
|
+
.fl2fv50 .tfms6af {
|
|
98
|
+
color: var(--_1073cm8a);
|
|
76
99
|
}
|
|
77
100
|
.tfms6ag {
|
|
78
|
-
color: var(--
|
|
101
|
+
color: var(--_1073cm8h);
|
|
79
102
|
}
|
|
80
103
|
.tfms6ah {
|
|
81
|
-
|
|
104
|
+
color: var(--_1073cm8o);
|
|
82
105
|
}
|
|
83
106
|
.tfms6ai {
|
|
107
|
+
font-family: var(--main-font-family);
|
|
108
|
+
display: grid;
|
|
109
|
+
grid-template-columns: 1fr 1fr;
|
|
110
|
+
gap: 1.5rem;
|
|
111
|
+
}
|
|
112
|
+
.tfms6aj {
|
|
113
|
+
color: var(--_1073cm82);
|
|
114
|
+
}
|
|
115
|
+
.tfms6ak {
|
|
116
|
+
color: var(--_1073cm89);
|
|
117
|
+
}
|
|
118
|
+
.tfms6al {
|
|
119
|
+
color: var(--_1073cm8g);
|
|
120
|
+
}
|
|
121
|
+
.tfms6am {
|
|
122
|
+
color: var(--_1073cm8n);
|
|
123
|
+
}
|
|
124
|
+
.tfms6an {
|
|
125
|
+
grid-template-columns: 1fr;
|
|
126
|
+
}
|
|
127
|
+
.tfms6ao {
|
|
84
128
|
display: flex;
|
|
85
129
|
flex-direction: column;
|
|
86
130
|
}
|
|
87
|
-
.
|
|
131
|
+
.tfms6ap {
|
|
88
132
|
grid-template-columns: 1fr 1fr;
|
|
89
133
|
}
|
|
90
|
-
.
|
|
134
|
+
.tfms6ao h4 {
|
|
91
135
|
font-size: 24px;
|
|
92
136
|
font-weight: 700;
|
|
93
137
|
letter-spacing: 3px;
|
|
@@ -96,84 +140,88 @@
|
|
|
96
140
|
font-family: var(--header-font-family);
|
|
97
141
|
line-height: 30px;
|
|
98
142
|
}
|
|
99
|
-
.
|
|
143
|
+
.tfms6ao h4:before {
|
|
100
144
|
content: "";
|
|
101
145
|
border-top: 2px solid #60AECB;
|
|
102
146
|
height: 40px;
|
|
103
147
|
position: relative;
|
|
104
148
|
width: 100%;
|
|
105
149
|
}
|
|
106
|
-
.
|
|
150
|
+
.tfms6ao h5 {
|
|
107
151
|
font-size: 14px;
|
|
108
152
|
font-weight: 500;
|
|
109
153
|
letter-spacing: 2px;
|
|
110
154
|
font-family: var(--header-font-family);
|
|
111
155
|
line-height: 16px;
|
|
112
156
|
}
|
|
113
|
-
.
|
|
157
|
+
.tfms6ao p {
|
|
114
158
|
font-size: 15px;
|
|
115
159
|
font-weight: 400;
|
|
116
160
|
margin-bottom: 10px;
|
|
117
161
|
font-family: var(--header-font-family);
|
|
118
162
|
line-height: 28px;
|
|
119
163
|
}
|
|
120
|
-
.
|
|
164
|
+
.tfms6ao label {
|
|
121
165
|
padding-left: 0;
|
|
122
166
|
margin-bottom: 10px;
|
|
123
167
|
}
|
|
124
|
-
.
|
|
168
|
+
.tfms6aq {
|
|
125
169
|
display: flex;
|
|
126
170
|
flex-direction: row;
|
|
127
171
|
width: 100%;
|
|
128
172
|
gap: 15px;
|
|
129
173
|
}
|
|
130
|
-
.
|
|
174
|
+
.tfms6aq > div {
|
|
131
175
|
flex-grow: 1;
|
|
132
176
|
}
|
|
133
|
-
.
|
|
177
|
+
.tfms6ar {
|
|
134
178
|
margin-top: 1.5rem;
|
|
135
179
|
text-align: center;
|
|
136
180
|
margin-inline: auto;
|
|
137
181
|
}
|
|
138
|
-
.
|
|
182
|
+
.tfms6as {
|
|
139
183
|
margin-top: 16px;
|
|
140
184
|
}
|
|
141
|
-
.
|
|
142
|
-
color: var(--
|
|
185
|
+
.tfms6at {
|
|
186
|
+
color: var(--_1073cm82);
|
|
143
187
|
}
|
|
144
|
-
.
|
|
145
|
-
color: var(--
|
|
188
|
+
.tfms6au {
|
|
189
|
+
color: var(--_1073cm89);
|
|
146
190
|
}
|
|
147
|
-
.
|
|
148
|
-
color: var(--
|
|
191
|
+
.tfms6av {
|
|
192
|
+
color: var(--_1073cm8g);
|
|
149
193
|
}
|
|
150
|
-
.
|
|
151
|
-
color: var(--
|
|
194
|
+
.tfms6aw {
|
|
195
|
+
color: var(--_1073cm8n);
|
|
152
196
|
}
|
|
153
|
-
.
|
|
197
|
+
.tfms6ax {
|
|
154
198
|
max-width: 860px;
|
|
155
199
|
margin-inline: auto;
|
|
156
200
|
}
|
|
157
|
-
.
|
|
201
|
+
.tfms6ay {
|
|
202
|
+
max-width: 900px;
|
|
203
|
+
margin-inline: auto;
|
|
204
|
+
}
|
|
205
|
+
.tfms6a11 {
|
|
158
206
|
padding: 2.5rem 0;
|
|
159
207
|
}
|
|
160
|
-
.
|
|
161
|
-
color: var(--
|
|
208
|
+
.tfms6a12 {
|
|
209
|
+
color: var(--_1073cm83);
|
|
162
210
|
background: var(--_1073cm81);
|
|
163
211
|
}
|
|
164
|
-
.
|
|
165
|
-
color: var(--
|
|
212
|
+
.tfms6a13 {
|
|
213
|
+
color: var(--_1073cm8a);
|
|
166
214
|
background: var(--_1073cm88);
|
|
167
215
|
}
|
|
168
|
-
.
|
|
169
|
-
color: var(--
|
|
216
|
+
.tfms6a14 {
|
|
217
|
+
color: var(--_1073cm8g);
|
|
170
218
|
background: var(--_1073cm8f);
|
|
171
219
|
}
|
|
172
|
-
.
|
|
173
|
-
color: var(--
|
|
220
|
+
.tfms6a15 {
|
|
221
|
+
color: var(--_1073cm8n);
|
|
174
222
|
background: var(--_1073cm8m);
|
|
175
223
|
}
|
|
176
|
-
.
|
|
224
|
+
.tfms6a11 h1 {
|
|
177
225
|
font-size: 43px;
|
|
178
226
|
font-weight: 600;
|
|
179
227
|
letter-spacing: 1px;
|
|
@@ -181,29 +229,29 @@
|
|
|
181
229
|
margin-bottom: 0.7rem;
|
|
182
230
|
font-family: var(--header-font-family);
|
|
183
231
|
}
|
|
184
|
-
.
|
|
232
|
+
.tfms6a11 p {
|
|
185
233
|
margin-bottom: 0;
|
|
186
234
|
}
|
|
187
|
-
.
|
|
235
|
+
.tfms6a16 {
|
|
188
236
|
margin: 0 auto;
|
|
189
237
|
display: block;
|
|
190
238
|
}
|
|
191
|
-
.
|
|
239
|
+
.tfms6a17 {
|
|
192
240
|
fill: none;
|
|
193
241
|
stroke: #faa74a;
|
|
194
242
|
stroke-width: 4;
|
|
195
243
|
stroke-dasharray: 100px;
|
|
196
244
|
stroke-dashoffset: 100;
|
|
197
|
-
animation:
|
|
245
|
+
animation: tfms6az 0.5s ease-in-out forwards reverse;
|
|
198
246
|
-webkit-animation-delay: 0.7s;
|
|
199
247
|
}
|
|
200
|
-
.
|
|
248
|
+
.tfms6a18 {
|
|
201
249
|
fill: none;
|
|
202
250
|
stroke-width: 4;
|
|
203
251
|
stroke-dasharray: 1000px;
|
|
204
252
|
stroke-dashoffset: 1000;
|
|
205
|
-
-webkit-animation:
|
|
206
|
-
animation:
|
|
253
|
+
-webkit-animation: tfms6a10 0.8s ease-in-out forwards;
|
|
254
|
+
animation: tfms6a10 0.8s ease-in-out forwards;
|
|
207
255
|
-webkit-transform-origin: center;
|
|
208
256
|
-ms-transform-origin: center;
|
|
209
257
|
transform-origin: center;
|
|
@@ -211,143 +259,143 @@
|
|
|
211
259
|
-ms-transform: rotate(-40deg);
|
|
212
260
|
transform: rotate(-40deg);
|
|
213
261
|
}
|
|
214
|
-
.
|
|
215
|
-
stroke: var(--
|
|
262
|
+
.tfms6a19 {
|
|
263
|
+
stroke: var(--_1073cm83);
|
|
216
264
|
}
|
|
217
|
-
.
|
|
218
|
-
stroke: var(--
|
|
265
|
+
.tfms6a1a {
|
|
266
|
+
stroke: var(--_1073cm8a);
|
|
219
267
|
}
|
|
220
|
-
.
|
|
221
|
-
stroke: var(--
|
|
268
|
+
.tfms6a1b {
|
|
269
|
+
stroke: var(--_1073cm8g);
|
|
222
270
|
}
|
|
223
|
-
.
|
|
224
|
-
stroke: var(--
|
|
271
|
+
.tfms6a1c {
|
|
272
|
+
stroke: var(--_1073cm8n);
|
|
225
273
|
}
|
|
226
|
-
.
|
|
274
|
+
.tfms6a1d {
|
|
227
275
|
margin-top: 1rem;
|
|
228
276
|
}
|
|
229
|
-
.
|
|
230
|
-
color: var(--
|
|
277
|
+
.tfms6a1e {
|
|
278
|
+
color: var(--_1073cm82);
|
|
231
279
|
}
|
|
232
|
-
.
|
|
233
|
-
color: var(--
|
|
280
|
+
.tfms6a1f {
|
|
281
|
+
color: var(--_1073cm89);
|
|
234
282
|
}
|
|
235
|
-
.
|
|
236
|
-
color: var(--
|
|
283
|
+
.tfms6a1g {
|
|
284
|
+
color: var(--_1073cm8g);
|
|
237
285
|
}
|
|
238
|
-
.
|
|
239
|
-
color: var(--
|
|
286
|
+
.tfms6a1h {
|
|
287
|
+
color: var(--_1073cm8n);
|
|
240
288
|
}
|
|
241
|
-
.
|
|
289
|
+
.tfms6a1i {
|
|
242
290
|
margin-top: 1rem;
|
|
243
291
|
}
|
|
244
|
-
.
|
|
292
|
+
.tfms6ai .tfms6a1j {
|
|
245
293
|
grid-column-start: 1;
|
|
246
294
|
grid-column-end: 3;
|
|
247
295
|
}
|
|
248
|
-
.
|
|
296
|
+
.tfms6a1k {
|
|
249
297
|
grid-column: 1 / -1;
|
|
250
298
|
}
|
|
251
|
-
.
|
|
299
|
+
.tfms6a1l {
|
|
252
300
|
width: 100%;
|
|
253
301
|
padding-bottom: 4px;
|
|
254
302
|
}
|
|
255
|
-
.
|
|
256
|
-
border-bottom: 1px solid var(--
|
|
303
|
+
.tfms6a1m {
|
|
304
|
+
border-bottom: 1px solid var(--_1073cm82);
|
|
257
305
|
}
|
|
258
|
-
.
|
|
259
|
-
border-bottom: 1px solid var(--
|
|
306
|
+
.tfms6a1n {
|
|
307
|
+
border-bottom: 1px solid var(--_1073cm89);
|
|
260
308
|
}
|
|
261
|
-
.
|
|
262
|
-
border-bottom: 1px solid var(--
|
|
309
|
+
.tfms6a1o {
|
|
310
|
+
border-bottom: 1px solid var(--_1073cm8g);
|
|
263
311
|
}
|
|
264
|
-
.
|
|
265
|
-
border-bottom: 1px solid var(--
|
|
312
|
+
.tfms6a1p {
|
|
313
|
+
border-bottom: 1px solid var(--_1073cm8n);
|
|
266
314
|
}
|
|
267
|
-
.
|
|
315
|
+
.tfms6a1m > h4, .tfms6a1n > h4 {
|
|
268
316
|
-webkit-background-clip: text;
|
|
269
|
-
background-image: var(--
|
|
270
|
-
-webkit-text-fill-color: var(--
|
|
317
|
+
background-image: var(--_1073cm83);
|
|
318
|
+
-webkit-text-fill-color: var(--_1073cm83);
|
|
271
319
|
}
|
|
272
|
-
.
|
|
320
|
+
.tfms6a1o > h4, .tfms6a1p > h4 {
|
|
273
321
|
-webkit-background-clip: text;
|
|
274
|
-
background-image: var(--
|
|
275
|
-
-webkit-text-fill-color: var(--
|
|
322
|
+
background-image: var(--_1073cm8h);
|
|
323
|
+
-webkit-text-fill-color: var(--_1073cm8h);
|
|
276
324
|
}
|
|
277
|
-
.
|
|
325
|
+
.tfms6a1q {
|
|
278
326
|
display: flex;
|
|
279
327
|
}
|
|
280
|
-
.
|
|
328
|
+
.tfms6a1r {
|
|
281
329
|
cursor: pointer;
|
|
282
330
|
caret-color: transparent;
|
|
283
331
|
}
|
|
284
|
-
.
|
|
332
|
+
.tfms6a1s {
|
|
285
333
|
padding-left: 16px;
|
|
286
334
|
}
|
|
287
|
-
.
|
|
335
|
+
.tfms6a1u label {
|
|
288
336
|
white-space: nowrap;
|
|
289
337
|
}
|
|
290
|
-
.
|
|
338
|
+
.tfms6a1w {
|
|
291
339
|
margin-top: 2rem;
|
|
292
340
|
}
|
|
293
|
-
.
|
|
341
|
+
.tfms6a1x {
|
|
294
342
|
display: flex;
|
|
295
343
|
justify-content: center;
|
|
296
344
|
}
|
|
297
|
-
.
|
|
345
|
+
.tfms6a1x > div {
|
|
298
346
|
width: 100%;
|
|
299
347
|
}
|
|
300
|
-
.
|
|
348
|
+
.tfms6a1y {
|
|
301
349
|
display: flex;
|
|
302
350
|
justify-content: center;
|
|
303
351
|
align-items: center;
|
|
304
352
|
gap: 2rem;
|
|
305
353
|
}
|
|
306
|
-
.
|
|
354
|
+
.tfms6a1z {
|
|
307
355
|
display: flex;
|
|
308
356
|
margin: 1rem 0;
|
|
309
357
|
text-align: left;
|
|
310
358
|
gap: 1rem;
|
|
311
359
|
}
|
|
312
|
-
.
|
|
360
|
+
.tfms6a20 {
|
|
313
361
|
display: flex;
|
|
314
362
|
justify-content: space-between;
|
|
315
363
|
}
|
|
316
|
-
.
|
|
364
|
+
.tfms6a20 > div {
|
|
317
365
|
min-width: 32%;
|
|
318
366
|
}
|
|
319
|
-
.
|
|
367
|
+
.tfms6a21 {
|
|
320
368
|
margin-top: 1rem;
|
|
321
369
|
}
|
|
322
|
-
.
|
|
370
|
+
.tfms6a22 {
|
|
323
371
|
min-width: 24px;
|
|
324
372
|
}
|
|
325
|
-
.
|
|
373
|
+
.tfms6a23 {
|
|
326
374
|
width: min(calc(100% - 2rem));
|
|
327
375
|
height: min(calc(100% - 2rem));
|
|
328
376
|
overflow: scroll!important;
|
|
329
377
|
}
|
|
330
|
-
.
|
|
378
|
+
.tfms6a24 {
|
|
331
379
|
display: none;
|
|
332
380
|
}
|
|
333
|
-
.
|
|
381
|
+
.tfms6a26::placeholder {
|
|
334
382
|
color: transparent;
|
|
335
383
|
}
|
|
336
|
-
.
|
|
384
|
+
.tfms6a27 {
|
|
337
385
|
cursor: not-allowed;
|
|
338
386
|
}
|
|
339
|
-
.
|
|
387
|
+
.tfms6a28 {
|
|
340
388
|
display: flex;
|
|
341
389
|
}
|
|
342
|
-
.
|
|
390
|
+
.tfms6a29 {
|
|
343
391
|
visibility: hidden;
|
|
344
392
|
display: none;
|
|
345
393
|
}
|
|
346
|
-
.
|
|
394
|
+
.tfms6a2b {
|
|
347
395
|
display: flex;
|
|
348
396
|
gap: 24px;
|
|
349
397
|
}
|
|
350
|
-
.
|
|
398
|
+
.tfms6a2c {
|
|
351
399
|
vertical-align: vertical;
|
|
352
400
|
width: 100%;
|
|
353
401
|
display: flex;
|
|
@@ -356,7 +404,7 @@
|
|
|
356
404
|
align-items: center;
|
|
357
405
|
flex-direction: column-reverse;
|
|
358
406
|
}
|
|
359
|
-
.
|
|
407
|
+
.tfms6a2d {
|
|
360
408
|
text-transform: capitalize;
|
|
361
409
|
margin: auto ;
|
|
362
410
|
max-width: fit-content;
|
|
@@ -367,83 +415,83 @@
|
|
|
367
415
|
}
|
|
368
416
|
}
|
|
369
417
|
@media screen and (max-width:480px) {
|
|
370
|
-
.
|
|
418
|
+
.tfms6ai {
|
|
371
419
|
grid-template-columns: 1fr;
|
|
372
420
|
}
|
|
373
|
-
.
|
|
421
|
+
.tfms6aq {
|
|
374
422
|
flex-direction: column;
|
|
375
423
|
}
|
|
376
|
-
.
|
|
424
|
+
.tfms6ai .tfms6a1j {
|
|
377
425
|
grid-column-start: 1;
|
|
378
426
|
grid-column-end: 2;
|
|
379
427
|
}
|
|
380
428
|
}
|
|
381
429
|
@media screen and (max-width: 992px) {
|
|
382
|
-
.
|
|
430
|
+
.tfms6a11 h1 {
|
|
383
431
|
font-size: 37px;
|
|
384
432
|
line-height: 1.29;
|
|
385
433
|
margin-bottom: 0.4rem;
|
|
386
434
|
}
|
|
387
435
|
}
|
|
388
436
|
@media screen and (maxwidth: 767px) {
|
|
389
|
-
.
|
|
437
|
+
.tfms6a11 h1 {
|
|
390
438
|
font-size: 32px;
|
|
391
439
|
font-weight: 600;
|
|
392
440
|
margin-top: 0;
|
|
393
441
|
margin-bottom: 0.4rem;
|
|
394
442
|
}
|
|
395
|
-
.
|
|
443
|
+
.tfms6a16 {
|
|
396
444
|
max-width: 69px;
|
|
397
445
|
}
|
|
398
446
|
}
|
|
399
447
|
@media screen and (max-width: 780px) {
|
|
400
|
-
.
|
|
448
|
+
.tfms6a1q {
|
|
401
449
|
flex-direction: column;
|
|
402
450
|
}
|
|
403
451
|
}
|
|
404
452
|
@media screen and (max-width: 1103px) {
|
|
405
|
-
.
|
|
453
|
+
.tfms6a1q ._18du0laf {
|
|
406
454
|
padding: 6px;
|
|
407
455
|
}
|
|
408
456
|
}
|
|
409
457
|
@media screen and (max-width: 571px) and (min-width: 481px) {
|
|
410
|
-
.
|
|
458
|
+
.tfms6a1t label {
|
|
411
459
|
height: 48px;
|
|
412
460
|
display: flex;
|
|
413
461
|
align-items: flex-end;
|
|
414
462
|
}
|
|
415
463
|
}
|
|
416
464
|
@media screen and (min-width: 481px) {
|
|
417
|
-
.
|
|
465
|
+
.tfms6a1v select {
|
|
418
466
|
background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
|
|
419
467
|
}
|
|
420
468
|
}
|
|
421
469
|
@media screen and (min-width: 769px) {
|
|
422
|
-
.
|
|
470
|
+
.tfms6a1x > div {
|
|
423
471
|
grid-template: none;
|
|
424
472
|
width: 50%;
|
|
425
473
|
}
|
|
426
474
|
}
|
|
427
475
|
@media screen and (max-width: 500px) {
|
|
428
|
-
.
|
|
476
|
+
.tfms6a1y {
|
|
429
477
|
flex-direction: column;
|
|
430
478
|
}
|
|
431
479
|
}
|
|
432
480
|
@media screen and (max-width: 800px) {
|
|
433
|
-
.
|
|
481
|
+
.tfms6a20 {
|
|
434
482
|
flex-direction: column;
|
|
435
483
|
}
|
|
436
|
-
.
|
|
484
|
+
.tfms6a25 select {
|
|
437
485
|
white-space: normal;
|
|
438
486
|
padding-right: 4rem;
|
|
439
487
|
}
|
|
440
|
-
.
|
|
488
|
+
.tfms6a26::placeholder {
|
|
441
489
|
color: #5E6A74;
|
|
442
490
|
}
|
|
443
|
-
.
|
|
491
|
+
.tfms6a2b {
|
|
444
492
|
flex-direction: column;
|
|
445
493
|
}
|
|
446
|
-
.
|
|
494
|
+
.tfms6a2c {
|
|
447
495
|
flex-direction: column-reverse;
|
|
448
496
|
}
|
|
449
497
|
}
|
|
@@ -451,7 +499,7 @@
|
|
|
451
499
|
.rate-watch-form hr {
|
|
452
500
|
display: none;
|
|
453
501
|
}
|
|
454
|
-
.
|
|
502
|
+
.tfms6a24 {
|
|
455
503
|
display: block;
|
|
456
504
|
}
|
|
457
505
|
}
|