@axos-web-dev/shared-components 1.0.5 → 1.0.7-7.1
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 +39 -30
- package/dist/Accordion/Accordion.css.d.ts +1 -1
- package/dist/Article/Article.css.d.ts +41 -41
- package/dist/Article/Article.js +2 -14
- package/dist/ArticlesSet/ArticlesSet.css.d.ts +16 -16
- package/dist/Auth/ErrorAlert.css.d.ts +4 -0
- package/dist/Auth/ErrorAlert.css.js +11 -0
- package/dist/Auth/ErrorAlert.d.ts +14 -0
- package/dist/Auth/ErrorAlert.js +183 -0
- package/dist/Auth/Logout.d.ts +3 -0
- package/dist/Auth/Logout.js +29 -0
- package/dist/Auth/SignIn.css.d.ts +6 -0
- package/dist/Auth/SignIn.css.js +18 -0
- package/dist/Auth/SignInPassword.d.ts +15 -0
- package/dist/Auth/SignInPassword.js +118 -0
- package/dist/Auth/index.d.ts +5 -0
- package/dist/Auth/index.js +20 -0
- package/dist/Button/Button.css.d.ts +31 -18
- package/dist/Button/Button.css.js +1 -1
- package/dist/Button/Button.js +11 -2
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +12 -12
- package/dist/Calculators/ApyCalculator/ApyCalculator.css.d.ts +14 -14
- package/dist/Calculators/ApyCalculator/index.js +20 -12
- package/dist/Calculators/AxosOneCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/AxosOneCalculator/index.js +12 -4
- package/dist/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css.d.ts +22 -22
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.d.ts +101 -0
- package/dist/Calculators/BuyDownCalculator/BuyDownCalculator.css.js +56 -0
- package/dist/Calculators/BuyDownCalculator/index.d.ts +25 -0
- package/dist/Calculators/BuyDownCalculator/index.js +855 -0
- package/dist/Calculators/Calculator.js +26 -8
- package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css.d.ts +12 -12
- package/dist/Calculators/SummitApyCalculator/BalanceAPYCalculator.css.d.ts +8 -8
- package/dist/Calculators/calculator.css.d.ts +12 -12
- package/dist/Calculators/index.d.ts +1 -0
- package/dist/Calculators/index.js +2 -0
- package/dist/CallToActionBar/index.js +4 -2
- package/dist/Carousel/Carousel.css.d.ts +20 -20
- package/dist/Carousel/index.js +12 -3
- package/dist/Chevron/Chevron.css.d.ts +6 -6
- package/dist/Chevron/index.js +12 -3
- package/dist/Comparison/Comparison.css.d.ts +11 -10
- package/dist/Comparison/Comparison.css.js +3 -1
- package/dist/Comparison/Comparison.js +17 -8
- package/dist/Comparison/index.js +2 -1
- package/dist/ContentBanner/ContentBanner.css.d.ts +12 -12
- package/dist/ContentBanner/index.js +9 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +31 -31
- package/dist/ExecutiveBio/ExecutiveBio.js +13 -27
- package/dist/FaqAccordion/index.js +13 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +11 -2
- package/dist/Forms/ApplicationStart.js +8 -1
- package/dist/Forms/ApplyNow.js +12 -3
- package/dist/Forms/ClearingForm.js +8 -1
- package/dist/Forms/CommercialDeposits.js +7 -0
- package/dist/Forms/CommercialLending.js +8 -1
- package/dist/Forms/CommercialPremiumFinance.d.ts +10 -0
- package/dist/Forms/CommercialPremiumFinance.js +202 -0
- package/dist/Forms/ContactCompany.js +8 -1
- package/dist/Forms/ContactCompanyTitle.js +8 -1
- package/dist/Forms/ContactUs.js +8 -1
- package/dist/Forms/ContactUsAAS.js +8 -3
- package/dist/Forms/ContactUsBusiness.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +26 -10
- package/dist/Forms/ContactUsBusinessNameEmail.d.ts +9 -0
- package/dist/Forms/ContactUsBusinessNameEmail.js +272 -0
- package/dist/Forms/ContactUsLVF.js +8 -1
- package/dist/Forms/ContactUsNMLSId.js +21 -5
- package/dist/Forms/CpraRequest.d.ts +1 -1
- package/dist/Forms/CpraRequest.js +63 -61
- package/dist/Forms/CraPublicFile.d.ts +5 -5
- package/dist/Forms/CraPublicFile.js +55 -41
- package/dist/Forms/DealerServices.js +8 -1
- package/dist/Forms/EmailOnly.js +13 -4
- package/dist/Forms/FormEnums.d.ts +21 -0
- package/dist/Forms/FormEnums.js +255 -0
- package/dist/Forms/Forms.css.d.ts +42 -42
- package/dist/Forms/MortgageRate/MortgageRateForm.js +15 -6
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +13 -4
- package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
- package/dist/Forms/QuickPricer/QuickPricerForm.js +6 -8
- package/dist/Forms/ScheduleCall.js +8 -1
- package/dist/Forms/ScheduleCallPremier.js +8 -1
- package/dist/Forms/SuccesForm.js +28 -19
- package/dist/Forms/WcplSurvey.js +8 -1
- package/dist/Forms/index.d.ts +2 -0
- package/dist/Forms/index.js +4 -0
- package/dist/HelpArticle/HelpArticle.css.d.ts +4 -0
- package/dist/HelpArticle/HelpArticle.css.js +12 -0
- package/dist/HelpArticle/index.d.ts +1 -0
- package/dist/HelpArticle/index.js +7 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +17 -17
- package/dist/HeroBanner/HeroBanner.css.js +5 -5
- package/dist/HeroBanner/HeroBanner.js +0 -2
- package/dist/HeroBanner/LargeBanner.css.d.ts +20 -20
- package/dist/HeroBanner/SelectionBanner.css.d.ts +8 -8
- package/dist/Hyperlink/index.js +14 -5
- package/dist/IconBillboard/IconBillboard.css.d.ts +25 -25
- package/dist/IconBillboard/IconBillboard.css.js +3 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -0
- package/dist/IconBillboard/IconBillboard.js +37 -7
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.d.ts +9 -0
- package/dist/ImageBillboard/ExitIntentModal/ModalWrapper.js +85 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.d.ts +5 -0
- package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +90 -0
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +36 -20
- package/dist/ImageBillboard/ImageBillboard.css.js +50 -18
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +13 -2
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +86 -27
- package/dist/ImageBillboard/index.js +17 -1
- package/dist/ImageLink/ImageLink.d.ts +2 -2
- package/dist/ImageLink/ImageLink.js +30 -11
- package/dist/ImageLink/ImageLinkSet.js +14 -5
- package/dist/ImageLink/index.js +14 -5
- package/dist/Input/Checkbox.js +2 -1
- package/dist/Input/Input.css.d.ts +16 -16
- package/dist/Input/Input.js +2 -1
- package/dist/Input/PercentageInput.d.ts +3 -0
- package/dist/Input/PercentageInput.js +32 -0
- package/dist/Input/RadioButton.js +12 -3
- package/dist/Inputs/Input.css.d.ts +14 -14
- package/dist/Insight/Featured/CategorySelector.js +24 -17
- package/dist/Insight/Featured/Featured.css.d.ts +1 -0
- package/dist/Insight/Featured/Featured.css.js +5 -3
- package/dist/Insight/Featured/Featured.js +65 -49
- package/dist/Insight/Featured/Header.js +12 -3
- package/dist/Insight/Featured/index.js +2 -1
- package/dist/Insight/index.js +2 -1
- package/dist/Interstitial/Interstitial-variants.css.d.ts +2 -2
- package/dist/LandingPageHeader/LandingPageHeader.css.d.ts +3 -3
- package/dist/Modal/Modal.js +12 -3
- package/dist/NavigationMenu/AxosALTS/NavData.js +11 -2
- package/dist/NavigationMenu/AxosALTS/index.js +11 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +0 -5
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +345 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +53 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +271 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +660 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -81
- package/dist/NavigationMenu/AxosBank/NavData.js +11 -2
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +432 -123
- package/dist/NavigationMenu/AxosBank/index.d.ts +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +101 -531
- package/dist/NavigationMenu/LaVictoire/NavData.js +12 -2
- package/dist/NavigationMenu/LaVictoire/index.js +48 -19
- package/dist/PageNavItem/PageNavItem.css.d.ts +2 -2
- package/dist/SetContainer/SetContainer.css.d.ts +17 -18
- package/dist/SetContainer/SetContainer.css.js +2 -4
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +25 -12
- package/dist/SetContainer/index.js +1 -2
- package/dist/SocialMediaBar/iconsRepository.js +11 -2
- package/dist/StepItem/StepItem.css.d.ts +18 -18
- package/dist/StepItemSet/StepItemSet.css.d.ts +14 -14
- package/dist/StepItemSet/StepItemSet.js +2 -14
- package/dist/Tab/Tab.css.d.ts +12 -12
- package/dist/Table/Table.css.d.ts +25 -25
- package/dist/Table/Table.d.ts +3 -3
- package/dist/Topic/Topic.css.d.ts +4 -0
- package/dist/Topic/Topic.css.js +12 -0
- package/dist/Topic/Topic.d.ts +19 -0
- package/dist/Topic/Topic.js +24 -0
- package/dist/Topic/index.d.ts +2 -0
- package/dist/Topic/index.js +12 -0
- package/dist/VideoWrapper/index.js +11 -2
- package/dist/WalnutIframe/index.d.ts +6 -0
- package/dist/WalnutIframe/index.js +21 -0
- package/dist/WalnutIframe/wrapper.module.js +14 -0
- package/dist/assets/Auth/ErrorAlert.css +37 -0
- package/dist/assets/Auth/SignIn.css +86 -0
- package/dist/assets/Button/Button.css +31 -16
- package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +5 -0
- package/dist/assets/Calculators/BuyDownCalculator/BuyDownCalculator.css +197 -0
- package/dist/assets/Calculators/SummitApyCalculator/BalanceAPYCalculator.css +8 -0
- package/dist/assets/CallToActionBar/CallToActionBar.css +32 -0
- package/dist/assets/Comparison/Comparison.css +9 -2
- package/dist/assets/HelpArticle/HelpArticle.css +70 -0
- package/dist/assets/HeroBanner/HeroBanner.css +26 -26
- package/dist/assets/HeroBanner/LargeBanner.css +3 -0
- package/dist/assets/IconBillboard/IconBillboard.css +22 -35
- package/dist/assets/ImageBillboard/ImageBillboard.css +317 -31
- package/dist/assets/Insight/Featured/Featured.css +21 -15
- package/dist/assets/Insight/Insight.css +12 -0
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +6 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +114 -301
- package/dist/assets/SetContainer/SetContainer.css +44 -22
- package/dist/assets/Topic/Topic.css +54 -0
- package/dist/assets/WalnutIframe/wrapper.css.css +49 -0
- package/dist/assets/globals.css +14 -32
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -0
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +3 -3
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +2 -2
- package/dist/main.d.ts +5 -0
- package/dist/main.js +61 -5
- package/dist/themes/axos.css.d.ts +38 -38
- package/dist/utils/allowedAxosDomains.js +19 -3
- package/dist/utils/appendQueryParams.js +3 -6
- package/dist/utils/optimizeImage/OptimizeImage.d.ts +11 -0
- package/dist/utils/optimizeImage/OptimizeImage.js +46 -0
- package/dist/utils/optimizeImage/index.d.ts +1 -0
- package/dist/utils/optimizeImage/index.js +4 -0
- package/dist/utils/optimizeImage/optimizeImage.module.js +14 -0
- package/package.json +11 -8
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
@keyframes fadeIn {
|
|
2
|
+
0% {
|
|
3
|
+
opacity: 0;
|
|
4
|
+
transform: translateY(-10%);
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
transform: translateY(0);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
1
11
|
._1m7m2a0 {
|
|
2
12
|
height: auto;
|
|
3
13
|
}
|
|
@@ -106,7 +116,7 @@
|
|
|
106
116
|
width: 100%;
|
|
107
117
|
height: auto;
|
|
108
118
|
}
|
|
109
|
-
.
|
|
119
|
+
._1m7m2ak {
|
|
110
120
|
height: 100%;
|
|
111
121
|
inset: 0;
|
|
112
122
|
object-fit: cover;
|
|
@@ -114,85 +124,245 @@
|
|
|
114
124
|
position: absolute;
|
|
115
125
|
width: 100%;
|
|
116
126
|
}
|
|
117
|
-
.
|
|
127
|
+
._1m7m2ao {
|
|
118
128
|
padding: 32px 28px;
|
|
119
129
|
width: 100%;
|
|
120
130
|
max-width: 50%;
|
|
121
131
|
}
|
|
122
|
-
._18ygy9m5 .
|
|
132
|
+
._18ygy9m5 ._1m7m2ao {
|
|
123
133
|
height: 100%;
|
|
124
134
|
display: flex;
|
|
125
135
|
flex-direction: column;
|
|
126
136
|
justify-content: space-between;
|
|
127
137
|
}
|
|
128
|
-
.
|
|
138
|
+
._1m7m2ap {
|
|
129
139
|
display: flex;
|
|
130
140
|
gap: 20px;
|
|
131
141
|
}
|
|
132
|
-
.
|
|
142
|
+
._1m7m2aq {
|
|
133
143
|
grid-template-columns: 1fr 1fr;
|
|
134
144
|
}
|
|
135
|
-
.
|
|
145
|
+
._1m7m2ar {
|
|
136
146
|
grid-template-columns: 1fr 1fr 1fr;
|
|
137
147
|
}
|
|
138
|
-
.
|
|
148
|
+
._1m7m2as {
|
|
139
149
|
margin-inline: auto;
|
|
140
150
|
margin-bottom: 2.5rem;
|
|
141
151
|
text-align: center;
|
|
142
152
|
max-width: 1000px;
|
|
143
153
|
}
|
|
144
|
-
.
|
|
154
|
+
._1m7m2as > p {
|
|
145
155
|
margin-top: 24px;
|
|
146
156
|
}
|
|
147
|
-
.
|
|
157
|
+
._1m7m2at {
|
|
148
158
|
width: 100%;
|
|
149
159
|
}
|
|
150
|
-
.
|
|
160
|
+
._1m7m2au {
|
|
151
161
|
min-height: 330px;
|
|
152
162
|
}
|
|
153
|
-
.
|
|
163
|
+
._1m7m2av {
|
|
154
164
|
width: 100%;
|
|
155
165
|
height: 100%;
|
|
156
166
|
position: relative;
|
|
157
167
|
}
|
|
158
|
-
.
|
|
168
|
+
._1m7m2aw {
|
|
169
|
+
position: relative;
|
|
170
|
+
width: 100%;
|
|
171
|
+
}
|
|
172
|
+
._1m7m2ax {
|
|
173
|
+
border: none !important;
|
|
174
|
+
align-items: center;
|
|
175
|
+
}
|
|
176
|
+
.section_spacer ._1m7m2ax {
|
|
177
|
+
background: none;
|
|
178
|
+
}
|
|
179
|
+
._1m7m2ax ._1m7m2aj {
|
|
180
|
+
justify-content: flex-end;
|
|
181
|
+
}
|
|
182
|
+
._18ygy9m5 ._1m7m2av {
|
|
159
183
|
min-height: 330px;
|
|
160
184
|
}
|
|
161
|
-
.
|
|
185
|
+
._1m7m2ay {
|
|
162
186
|
background: var(--_1073cm8f);
|
|
163
187
|
color: #FFFFFF;
|
|
164
188
|
}
|
|
165
|
-
.
|
|
189
|
+
._1m7m2az {
|
|
166
190
|
padding: 1.5rem;
|
|
167
191
|
height: 100%;
|
|
168
192
|
justify-content: center;
|
|
169
193
|
}
|
|
170
|
-
.
|
|
194
|
+
._1m7m2a10 {
|
|
171
195
|
color: #fff;
|
|
172
196
|
font-size: 48px;
|
|
173
197
|
font-weight: 600;
|
|
174
198
|
letter-spacing: 0.4px;
|
|
175
199
|
line-height: 1;
|
|
176
200
|
}
|
|
177
|
-
.
|
|
201
|
+
._1m7m2a11 {
|
|
178
202
|
color: #f4f4f4;
|
|
179
203
|
font: 700 150px/1 var(--header-font-family);
|
|
180
204
|
letter-spacing: 0.2px;
|
|
181
205
|
line-height: 1;
|
|
182
206
|
}
|
|
183
|
-
.
|
|
207
|
+
._1m7m2a12 {
|
|
184
208
|
color: var(--_1073cm8k);
|
|
185
209
|
font-size: 37px;
|
|
186
210
|
font-weight: 600;
|
|
187
211
|
letter-spacing: 0.3px;
|
|
188
212
|
line-height: 1;
|
|
189
213
|
}
|
|
190
|
-
.
|
|
214
|
+
._1m7m2a13 > p {
|
|
191
215
|
white-space: break-spaces;
|
|
192
216
|
}
|
|
193
217
|
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
194
218
|
margin-bottom: 3.5rem;
|
|
195
219
|
}
|
|
220
|
+
._1m7m2a15 {
|
|
221
|
+
justify-content: flex-start;
|
|
222
|
+
align-items: flex-start;
|
|
223
|
+
padding: 0 1.5rem 1.5rem 0;
|
|
224
|
+
}
|
|
225
|
+
._1m7m2a16 {
|
|
226
|
+
justify-content: center;
|
|
227
|
+
align-items: flex-start;
|
|
228
|
+
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
229
|
+
}
|
|
230
|
+
._1m7m2a17 {
|
|
231
|
+
justify-content: flex-end;
|
|
232
|
+
align-items: flex-start;
|
|
233
|
+
padding: 0 0 1.5rem 1.5rem;
|
|
234
|
+
}
|
|
235
|
+
._1m7m2a18 {
|
|
236
|
+
justify-content: flex-start;
|
|
237
|
+
align-items: center;
|
|
238
|
+
padding: 1.5rem 1.5rem 1.5rem 0;
|
|
239
|
+
}
|
|
240
|
+
._1m7m2a19 {
|
|
241
|
+
justify-content: flex-end;
|
|
242
|
+
align-items: center;
|
|
243
|
+
padding: 1.5rem 0 1.5rem 1.5rem;
|
|
244
|
+
}
|
|
245
|
+
._1m7m2a1a {
|
|
246
|
+
justify-content: center;
|
|
247
|
+
align-items: center;
|
|
248
|
+
padding: 1.5rem;
|
|
249
|
+
}
|
|
250
|
+
._1m7m2a1b {
|
|
251
|
+
justify-content: flex-start;
|
|
252
|
+
align-items: flex-end;
|
|
253
|
+
padding: 1.5rem 1.5rem 0 0;
|
|
254
|
+
}
|
|
255
|
+
._1m7m2a1c {
|
|
256
|
+
justify-content: flex-end;
|
|
257
|
+
align-items: flex-end;
|
|
258
|
+
padding: 1.5rem 0 0 1.5rem;
|
|
259
|
+
}
|
|
260
|
+
._1m7m2a1d {
|
|
261
|
+
justify-content: center;
|
|
262
|
+
align-items: flex-end;
|
|
263
|
+
padding: 1.5rem 1.5rem 0 1.5rem;
|
|
264
|
+
}
|
|
265
|
+
._1m7m2a1e {
|
|
266
|
+
padding: 0 !important;
|
|
267
|
+
}
|
|
268
|
+
.stacked {
|
|
269
|
+
gap: 56px;
|
|
270
|
+
}
|
|
271
|
+
.stacked > .billboard {
|
|
272
|
+
grid-column: 1;
|
|
273
|
+
}
|
|
274
|
+
.stacked ._1m7m2ao {
|
|
275
|
+
height: auto;
|
|
276
|
+
}
|
|
277
|
+
.section_spacer:has(._1m7m2ax._1m7m2a1) {
|
|
278
|
+
background: var(--_1073cm81);
|
|
279
|
+
}
|
|
280
|
+
.section_spacer:has(._1m7m2ax._1m7m2a1) + .section_spacer:has(._1m7m2ax._1m7m2a1) {
|
|
281
|
+
padding-top: 0;
|
|
282
|
+
}
|
|
283
|
+
.section_spacer:has(._1m7m2ax._1m7m2a2) {
|
|
284
|
+
background: var(--_1073cm88);
|
|
285
|
+
}
|
|
286
|
+
.section_spacer:has(._1m7m2ax._1m7m2a2) + .section_spacer:has(._1m7m2ax._1m7m2a2) {
|
|
287
|
+
padding-top: 0;
|
|
288
|
+
}
|
|
289
|
+
.section_spacer:has(._1m7m2ax._1m7m2a3) {
|
|
290
|
+
background: var(--_1073cm8f);
|
|
291
|
+
}
|
|
292
|
+
.section_spacer:has(._1m7m2ax._1m7m2a3) + .section_spacer:has(._1m7m2ax._1m7m2a3) {
|
|
293
|
+
padding-top: 0;
|
|
294
|
+
}
|
|
295
|
+
.section_spacer:has(._1m7m2ax._1m7m2a4) {
|
|
296
|
+
background: var(--_1073cm8m);
|
|
297
|
+
}
|
|
298
|
+
.section_spacer:has(._1m7m2ax._1m7m2a4) + .section_spacer:has(._1m7m2ax._1m7m2a4) {
|
|
299
|
+
padding-top: 0;
|
|
300
|
+
}
|
|
301
|
+
.section_spacer:has(.stacked) {
|
|
302
|
+
padding-bottom: 40px;
|
|
303
|
+
}
|
|
304
|
+
.section_spacer:has(> ._1m7m2ax) {
|
|
305
|
+
padding-block: 56px;
|
|
306
|
+
}
|
|
307
|
+
.section_spacer:has(> ._1m7m2ax) + .section_spacer:has(> ._1m7m2ax) {
|
|
308
|
+
margin-top: 0;
|
|
309
|
+
}
|
|
310
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
311
|
+
margin-top: 1.7rem;
|
|
312
|
+
}
|
|
313
|
+
._1m7m2a1f {
|
|
314
|
+
position: fixed;
|
|
315
|
+
inset: 0;
|
|
316
|
+
align-items: center;
|
|
317
|
+
background: rgba(0, 0, 0, 0.6);
|
|
318
|
+
display: flex;
|
|
319
|
+
min-height: 100vh;
|
|
320
|
+
justify-content: center;
|
|
321
|
+
width: 100%;
|
|
322
|
+
z-index: 9999;
|
|
323
|
+
overflow-y: auto;
|
|
324
|
+
box-sizing: border-box;
|
|
325
|
+
}
|
|
326
|
+
._1m7m2a1g {
|
|
327
|
+
width: min(1214px, 100%);
|
|
328
|
+
}
|
|
329
|
+
._1m7m2a1g .billboard {
|
|
330
|
+
animation: fadeIn 0.3s ease-in-out;
|
|
331
|
+
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
|
|
332
|
+
gap: 1.5rem;
|
|
333
|
+
max-width: 1150px;
|
|
334
|
+
position: relative;
|
|
335
|
+
}
|
|
336
|
+
._1m7m2a1g ._1m7m2av {
|
|
337
|
+
border-radius: 1rem;
|
|
338
|
+
overflow: hidden;
|
|
339
|
+
}
|
|
340
|
+
._1m7m2a1g ._1m7m2ao {
|
|
341
|
+
padding: 0;
|
|
342
|
+
}
|
|
343
|
+
._1m7m2a1g ._1m7m2aj img {
|
|
344
|
+
object-fit: none;
|
|
345
|
+
}
|
|
346
|
+
._1m7m2a1h {
|
|
347
|
+
position: absolute;
|
|
348
|
+
top: 0.9rem;
|
|
349
|
+
right: 2.85rem;
|
|
350
|
+
background: #fAA74A;
|
|
351
|
+
border: none;
|
|
352
|
+
border-radius: 8px;
|
|
353
|
+
color: #1E3860;
|
|
354
|
+
cursor: pointer;
|
|
355
|
+
font-family: var(--header-font-family);
|
|
356
|
+
font-size: 0.9rem;
|
|
357
|
+
font-weight: 600;
|
|
358
|
+
line-height: 1;
|
|
359
|
+
padding: 5px 9px;
|
|
360
|
+
z-index: 2;
|
|
361
|
+
}
|
|
362
|
+
._1m7m2a1h:focus {
|
|
363
|
+
outline: 2px solid #fAA74A;
|
|
364
|
+
outline-offset: 2px;
|
|
365
|
+
}
|
|
196
366
|
@media screen and (max-width:1023px) {
|
|
197
367
|
._1m7m2a0 {
|
|
198
368
|
flex-direction: column;
|
|
@@ -209,62 +379,178 @@ main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
|
209
379
|
._1m7m2ai > * {
|
|
210
380
|
max-width: 100%;
|
|
211
381
|
}
|
|
212
|
-
.
|
|
382
|
+
._1m7m2am {
|
|
213
383
|
display: flex;
|
|
214
384
|
flex-direction: column;
|
|
215
385
|
}
|
|
216
|
-
.
|
|
386
|
+
._1m7m2ao {
|
|
217
387
|
max-width: 100%;
|
|
218
388
|
}
|
|
389
|
+
._1m7m2a1f {
|
|
390
|
+
display: block;
|
|
391
|
+
padding-top: 85px;
|
|
392
|
+
padding-bottom: 1rem;
|
|
393
|
+
}
|
|
219
394
|
}
|
|
220
395
|
@media screen and (max-width:475px) {
|
|
221
|
-
.
|
|
396
|
+
._1m7m2an {
|
|
222
397
|
flex-direction: column;
|
|
223
398
|
gap: 24px;
|
|
224
399
|
align-items: center;
|
|
225
400
|
}
|
|
226
401
|
}
|
|
227
402
|
@media screen and (max-width: 1023px) {
|
|
228
|
-
.
|
|
403
|
+
._1m7m2av {
|
|
229
404
|
min-height: 275px;
|
|
230
405
|
}
|
|
231
|
-
.
|
|
406
|
+
._1m7m2ax ._1m7m2aj {
|
|
407
|
+
justify-content: center;
|
|
408
|
+
}
|
|
409
|
+
._1m7m2ax ._1m7m2ao {
|
|
410
|
+
text-align: center;
|
|
411
|
+
padding-inline: 14px;
|
|
412
|
+
}
|
|
413
|
+
._1m7m2ax:not(.reversed) ._1m7m2ao {
|
|
414
|
+
padding-bottom: 0;
|
|
415
|
+
}
|
|
416
|
+
._1m7m2ax ._1m7m2ao :is(ul,ol) {
|
|
417
|
+
text-align: left;
|
|
418
|
+
}
|
|
419
|
+
._18ygy9m5 ._1m7m2av {
|
|
232
420
|
min-height: 275px;
|
|
233
421
|
}
|
|
234
|
-
.
|
|
422
|
+
._1m7m2a10 {
|
|
235
423
|
font-size: 30px;
|
|
236
424
|
}
|
|
237
|
-
.
|
|
425
|
+
._1m7m2a11 {
|
|
238
426
|
font-size: 82px;
|
|
239
427
|
}
|
|
240
|
-
.
|
|
428
|
+
._1m7m2a12 {
|
|
241
429
|
font-size: 20px;
|
|
242
430
|
}
|
|
243
431
|
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
244
432
|
margin-bottom: 42px;
|
|
245
433
|
}
|
|
434
|
+
._1m7m2a1e {
|
|
435
|
+
width: auto;
|
|
436
|
+
}
|
|
437
|
+
._1m7m2a1g {
|
|
438
|
+
width: min(592px, 100%);
|
|
439
|
+
margin-inline: auto;
|
|
440
|
+
}
|
|
441
|
+
._1m7m2a1g .billboard {
|
|
442
|
+
padding: 32px;
|
|
443
|
+
width: min(33rem, calc(100% - 2rem));
|
|
444
|
+
}
|
|
445
|
+
._1m7m2a1g ._1m7m2aj img {
|
|
446
|
+
object-fit: cover;
|
|
447
|
+
}
|
|
448
|
+
._1m7m2a1h {
|
|
449
|
+
top: 0.9rem;
|
|
450
|
+
right: 2.85rem;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
@media screen and (max-width: 1025px) {
|
|
454
|
+
.stacked {
|
|
455
|
+
gap: 42px;
|
|
456
|
+
}
|
|
457
|
+
.section_spacer:has(> ._1m7m2ax) {
|
|
458
|
+
padding-block: 42px;
|
|
459
|
+
}
|
|
246
460
|
}
|
|
247
461
|
@media screen and (max-width: 768px) {
|
|
248
|
-
.
|
|
462
|
+
._1m7m2av {
|
|
249
463
|
min-height: 200px;
|
|
250
464
|
}
|
|
251
|
-
._18ygy9m5 .
|
|
465
|
+
._18ygy9m5 ._1m7m2av {
|
|
252
466
|
min-height: 200px;
|
|
253
467
|
}
|
|
254
468
|
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
255
469
|
margin-bottom: 2rem;
|
|
256
470
|
}
|
|
471
|
+
.stacked {
|
|
472
|
+
gap: 2rem;
|
|
473
|
+
}
|
|
474
|
+
.section_spacer:has(> ._1m7m2ax) {
|
|
475
|
+
padding-block: 2rem;
|
|
476
|
+
}
|
|
257
477
|
}
|
|
258
478
|
@media screen and (max-width: 327px) {
|
|
259
|
-
.
|
|
479
|
+
._1m7m2av {
|
|
260
480
|
min-height: 160px;
|
|
261
481
|
}
|
|
262
|
-
._18ygy9m5 .
|
|
482
|
+
._18ygy9m5 ._1m7m2av {
|
|
263
483
|
min-height: 160px;
|
|
264
484
|
}
|
|
265
485
|
}
|
|
486
|
+
@media screen and (min-width: 768px) {
|
|
487
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
488
|
+
margin-top: 2.5rem;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
@media screen and (min-width: 1024px) {
|
|
492
|
+
._1m7m2ax ._1m7m2ao {
|
|
493
|
+
padding-right: 0;
|
|
494
|
+
}
|
|
495
|
+
._1m7m2ax.reversed ._1m7m2ao {
|
|
496
|
+
padding-left: 0;
|
|
497
|
+
padding-right: 28px;
|
|
498
|
+
}
|
|
499
|
+
.stacked > .billboard {
|
|
500
|
+
flex-direction: row;
|
|
501
|
+
}
|
|
502
|
+
.stacked > .billboard.reversed {
|
|
503
|
+
flex-direction: row-reverse;
|
|
504
|
+
}
|
|
505
|
+
._18ygy9m5.stacked ._1m7m2av {
|
|
506
|
+
min-height: 1px !important;
|
|
507
|
+
}
|
|
508
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
509
|
+
justify-content: flex-start;
|
|
510
|
+
}
|
|
511
|
+
._1m7m2a1g .billboard {
|
|
512
|
+
gap: calc(1rem + ((1vw - 10.24px) * 21.875));
|
|
513
|
+
padding-inline: calc(1.25rem + ((1vw - 10.24px) * 10.9375));
|
|
514
|
+
padding-block: calc(2rem + ((1vw - 10.24px) * 6.25));
|
|
515
|
+
}
|
|
516
|
+
._1m7m2a1g h2 {
|
|
517
|
+
font-size: 40px;
|
|
518
|
+
line-height: 1.25;
|
|
519
|
+
text-wrap: pretty;
|
|
520
|
+
}
|
|
521
|
+
._1m7m2a1g ._1m7m2ao {
|
|
522
|
+
max-width: 60%;
|
|
523
|
+
}
|
|
524
|
+
._1m7m2a1g ._1m7m2aj {
|
|
525
|
+
max-width: 40%;
|
|
526
|
+
}
|
|
527
|
+
._1m7m2a1g ._1m7m2an {
|
|
528
|
+
justify-content: flex-start;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
266
531
|
@media screen and (max-width:432px) {
|
|
267
|
-
.
|
|
532
|
+
._1m7m2a14 {
|
|
268
533
|
padding-left: 20px;
|
|
269
534
|
}
|
|
535
|
+
}
|
|
536
|
+
@media screen and (min-width: 1280px) {
|
|
537
|
+
.section_spacer:has(._1m7m2ax) ._1m7m2an {
|
|
538
|
+
margin-top: 3rem;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
@media screen and (min-width: 1281px) {
|
|
542
|
+
._1m7m2a1g .billboard {
|
|
543
|
+
gap: 72px;
|
|
544
|
+
padding: 48px;
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
@media screen and (max-width: 1024px) {
|
|
548
|
+
._1m7m2a1g .billboard:not(.reversed) {
|
|
549
|
+
flex-direction: column-reverse;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
@media screen and (max-width: 550px) {
|
|
553
|
+
._1m7m2a1h {
|
|
554
|
+
right: 1.65rem;
|
|
555
|
+
}
|
|
270
556
|
}
|
|
@@ -55,22 +55,25 @@
|
|
|
55
55
|
border: 1px solid #D4D4D4;
|
|
56
56
|
text-decoration: none;
|
|
57
57
|
overflow: hidden;
|
|
58
|
-
max-height:
|
|
58
|
+
max-height: 525px;
|
|
59
59
|
}
|
|
60
60
|
._1sr2o6va {
|
|
61
|
+
grid-template-rows: 340px 1fr;
|
|
62
|
+
}
|
|
63
|
+
._1sr2o6vb {
|
|
61
64
|
height: 100%;
|
|
62
65
|
object-fit: cover;
|
|
63
66
|
width: 100%;
|
|
64
67
|
}
|
|
65
|
-
.
|
|
68
|
+
._1sr2o6vc {
|
|
66
69
|
padding: 24px;
|
|
67
70
|
color: #333D46;
|
|
68
71
|
font-family: var(--main-font-family);
|
|
69
72
|
min-height: 170px;
|
|
70
73
|
}
|
|
71
|
-
.
|
|
72
|
-
font-size: clamp(1.75rem, 1.269rem + 1.923vw, 2.5rem);
|
|
73
|
-
line-height: clamp(2.25rem, 1.625rem + 1.667vw, 3.125rem);
|
|
74
|
+
._1sr2o6vd {
|
|
75
|
+
font-size: clamp(1.75rem, 1.269rem + 1.923vw, 2.5rem) !important;
|
|
76
|
+
line-height: clamp(2.25rem, 1.625rem + 1.667vw, 3.125rem) !important;
|
|
74
77
|
overflow: hidden;
|
|
75
78
|
text-overflow: ellipsis;
|
|
76
79
|
margin-bottom: 8px;
|
|
@@ -81,6 +84,12 @@
|
|
|
81
84
|
-webkit-line-clamp: 2;
|
|
82
85
|
width: 100%;
|
|
83
86
|
}
|
|
87
|
+
@media screen and (max-width:1024px) {
|
|
88
|
+
._1sr2o6vd {
|
|
89
|
+
font-size: 32px !important;
|
|
90
|
+
line-height: 46px !important;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
84
93
|
@media screen and (max-width:768px) {
|
|
85
94
|
._1sr2o6v3 {
|
|
86
95
|
grid-template-columns: 1fr;
|
|
@@ -88,20 +97,17 @@
|
|
|
88
97
|
._1sr2o6v7 {
|
|
89
98
|
margin: 24px 0;
|
|
90
99
|
}
|
|
91
|
-
.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
100
|
+
._1sr2o6va {
|
|
101
|
+
grid-template-rows: 314px 1fr;
|
|
102
|
+
}
|
|
103
|
+
._1sr2o6vd {
|
|
104
|
+
font-size: 28px !important;
|
|
105
|
+
line-height: 36px !important;
|
|
106
|
+
max-height: 80px;
|
|
95
107
|
}
|
|
96
108
|
}
|
|
97
109
|
@media screen and (min-width:769px) {
|
|
98
110
|
._1sr2o6v3 {
|
|
99
111
|
min-height: min(525px, 680px);
|
|
100
112
|
}
|
|
101
|
-
}
|
|
102
|
-
@media screen and (max-width:1024px) {
|
|
103
|
-
._1sr2o6vc {
|
|
104
|
-
font-size: 32px;
|
|
105
|
-
line-height: 36px;
|
|
106
|
-
}
|
|
107
113
|
}
|
|
@@ -70,6 +70,18 @@ article.containment {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
@media screen and (max-width:768px) {
|
|
73
|
+
.lchs2s0 {
|
|
74
|
+
font-size: 28px;
|
|
75
|
+
line-height: 1.29;
|
|
76
|
+
}
|
|
77
|
+
.lchs2s1 {
|
|
78
|
+
font-size: 24px;
|
|
79
|
+
line-height: 1.33;
|
|
80
|
+
}
|
|
81
|
+
.lchs2s2 {
|
|
82
|
+
font-size: 20px;
|
|
83
|
+
line-height: 1.4;
|
|
84
|
+
}
|
|
73
85
|
article.containment {
|
|
74
86
|
max-width: unset;
|
|
75
87
|
width: min(1200px, calc(100% - 4rem));
|