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