@axos-web-dev/shared-components 0.0.118 → 0.0.119
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 -2
- package/dist/Accordion/Accordion.css.d.ts +9 -9
- package/dist/Button/Button.js +3 -2
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +16 -1
- package/dist/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css.js +8 -8
- package/dist/Calculators/AnnualFeeCalculator/index.js +7 -4
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Calculators/MarginTradingCalculator/index.js +25 -5
- package/dist/Calculators/MaxLoanCalculator/index.js +3 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +3 -1
- package/dist/Calculators/calculator.css.d.ts +1 -0
- package/dist/Calculators/calculator.css.js +4 -2
- package/dist/Calculators/index.js +2 -1
- package/dist/Carousel/Carousel.css.d.ts +1 -0
- package/dist/Carousel/Carousel.css.js +13 -11
- package/dist/Carousel/index.d.ts +1 -1
- package/dist/Carousel/index.js +39 -31
- package/dist/Chevron/index.js +2 -1
- package/dist/Comparison/Comparison.css.js +2 -2
- package/dist/Comparison/Comparison.js +2 -1
- package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
- package/dist/ContentBanner/index.js +3 -2
- package/dist/DownloadTile/DownloadTile.css.d.ts +1 -0
- package/dist/DownloadTile/DownloadTile.css.js +9 -7
- package/dist/DownloadTile/DownloadTile.interface.d.ts +1 -0
- package/dist/DownloadTile/index.js +34 -25
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +1 -0
- package/dist/ExecutiveBio/ExecutiveBio.css.js +23 -21
- package/dist/ExecutiveBio/ExecutiveBio.js +3 -2
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/FaqAccordion.css.d.ts +1 -0
- package/dist/FaqAccordion/FaqAccordion.css.js +7 -5
- package/dist/FaqAccordion/index.d.ts +1 -0
- package/dist/FaqAccordion/index.js +16 -8
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
- package/dist/Forms/BlendPurchase.d.ts +11 -0
- package/dist/Forms/BlendPurchase.js +215 -0
- package/dist/Forms/BlendRefinance.d.ts +11 -0
- package/dist/Forms/BlendRefinance.js +215 -0
- package/dist/Forms/ContactUsBusiness.js +3 -2
- package/dist/Forms/ContactUsNMLSId.js +3 -2
- package/dist/Forms/EmailOnly.js +3 -2
- package/dist/Forms/Forms.css.js +2 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -1
- package/dist/Forms/SuccesForm.js +2 -1
- package/dist/HeroBanner/HeroBanner.css.js +1 -1
- package/dist/Hyperlink/index.js +2 -1
- package/dist/ImageBillboard/ImageBillboard.css.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +1 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +3 -2
- package/dist/ImageLink/ImageLink.css.d.ts +1 -0
- package/dist/ImageLink/ImageLink.css.js +5 -1
- package/dist/ImageLink/ImageLink.js +3 -2
- package/dist/ImageLink/ImageLinkSet.js +5 -3
- package/dist/ImageLink/index.js +1 -1
- package/dist/Input/Checkbox.d.ts +1 -1
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +3 -0
- package/dist/Input/Datepicker.js +47 -0
- package/dist/Input/Input.css.js +1 -1
- package/dist/Input/InputDate.css.d.ts +6 -0
- package/dist/Input/InputDate.css.js +15 -0
- package/dist/Input/InputDate.d.ts +3 -0
- package/dist/Input/InputDate.js +47 -0
- package/dist/Input/InputProps.d.ts +6 -0
- package/dist/Insight/Featured/CategorySelector.css.js +1 -1
- package/dist/Insight/Featured/CategorySelector.js +2 -1
- package/dist/Insight/Featured/Featured.js +2 -1
- package/dist/MainHTML/index.d.ts +2 -1
- package/dist/MainHTML/index.js +10 -2
- package/dist/Modal/Modal.js +3 -2
- package/dist/NavigationMenu/AxosBank/NavData.js +2 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
- package/dist/NavigationMenu/AxosBank/index.js +3 -2
- package/dist/PageNavItem/PageNavItem.js +8 -1
- package/dist/PageNavSet/PageNavSet.js +16 -19
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +6 -3
- package/dist/Table/Table.css.d.ts +1 -0
- package/dist/Table/Table.css.js +18 -16
- package/dist/Table/Table.d.ts +13 -13
- package/dist/Table/Table.js +23 -15
- package/dist/Table/index.js +2 -1
- package/dist/TextBlock/TextBlock.css.d.ts +1 -0
- package/dist/TextBlock/TextBlock.css.js +6 -4
- package/dist/TextBlock/TextBlock.d.ts +1 -0
- package/dist/TextBlock/TextBlock.js +13 -5
- package/dist/TextBlock/index.js +3 -2
- package/dist/VideoTile/VideoTile.css.d.ts +1 -0
- package/dist/VideoTile/VideoTile.css.js +15 -13
- package/dist/VideoTile/VideoTile.interface.d.ts +1 -0
- package/dist/VideoTile/VideoTile.js +65 -56
- package/dist/VideoTile/index.js +2 -1
- package/dist/VideoWrapper/VideoWrapper.css.d.ts +1 -0
- package/dist/VideoWrapper/VideoWrapper.css.js +6 -4
- package/dist/VideoWrapper/index.d.ts +1 -0
- package/dist/VideoWrapper/index.js +34 -24
- package/dist/assets/ArticlesSet/ArticlesSet.css +1 -1
- package/dist/assets/Calculators/AnnualFeeCalculator/AnnualFeeCalculator.css +23 -12
- package/dist/assets/Calculators/calculator.css +24 -11
- package/dist/assets/Carousel/Carousel.css +52 -39
- package/dist/assets/Comparison/Comparison.css +2 -2
- package/dist/assets/DownloadTile/DownloadTile.css +32 -19
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +92 -79
- package/dist/assets/FaqAccordion/FaqAccordion.css +24 -11
- package/dist/assets/IconBillboard/IconBillboard.css +11 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +9 -0
- package/dist/assets/ImageLink/ImageLink.css +13 -0
- package/dist/assets/Input/DatePicker.css +95 -0
- package/dist/assets/Input/InputDate.css +39 -0
- package/dist/assets/PageNavSet/PageNavigationSet.css +6 -9
- package/dist/assets/Table/Table.css +82 -71
- package/dist/assets/TextBlock/TextBlock.css +16 -3
- package/dist/assets/VideoTile/VideoTile.css +27 -14
- package/dist/assets/VideoWrapper/VideoWrapper.css +18 -5
- package/dist/index.css.js +1 -1
- package/dist/main.js +10 -5
- package/dist/utils/allowedAxosDomains.js +1 -1
- package/package.json +121 -121
- package/dist/ImageLink/ImageLink.css.ts.vanilla.css.js +0 -1
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
.
|
|
1
|
+
.txcb8d1 {
|
|
2
2
|
border: 1px solid transparent;
|
|
3
3
|
}
|
|
4
|
-
._1073cm80 .
|
|
4
|
+
._1073cm80 .txcb8d2 {
|
|
5
5
|
background: var(--_1073cm81);
|
|
6
6
|
color: var(--_1073cm82);
|
|
7
7
|
border-color: var(--_1073cm87);
|
|
8
8
|
}
|
|
9
|
-
._1es6o1h0 .
|
|
9
|
+
._1es6o1h0 .txcb8d2 {
|
|
10
10
|
background: var(--_1073cm81);
|
|
11
11
|
color: var(--_1073cm82);
|
|
12
12
|
border-color: var(--_1073cm87);
|
|
13
13
|
}
|
|
14
|
-
._1073cm80 .
|
|
14
|
+
._1073cm80 .txcb8d3 {
|
|
15
15
|
background: var(--_1073cm88);
|
|
16
16
|
color: var(--_1073cm89);
|
|
17
17
|
}
|
|
18
|
-
._1es6o1h0 .
|
|
18
|
+
._1es6o1h0 .txcb8d3 {
|
|
19
19
|
background: var(--_1073cm88);
|
|
20
20
|
color: var(--_1073cm89);
|
|
21
21
|
}
|
|
22
|
-
._1073cm80 .
|
|
22
|
+
._1073cm80 .txcb8d4 {
|
|
23
23
|
background: var(--_1073cm8f);
|
|
24
24
|
color: var(--_1073cm8g);
|
|
25
25
|
}
|
|
26
|
-
._1es6o1h0 .
|
|
26
|
+
._1es6o1h0 .txcb8d4 {
|
|
27
27
|
background: var(--_1073cm8f);
|
|
28
28
|
color: var(--_1073cm8g);
|
|
29
29
|
}
|
|
30
|
-
._1073cm80 .
|
|
30
|
+
._1073cm80 .txcb8d5 {
|
|
31
31
|
background: var(--_1073cm8m);
|
|
32
32
|
color: var(--_1073cm8n);
|
|
33
33
|
}
|
|
34
|
-
._1es6o1h0 .
|
|
34
|
+
._1es6o1h0 .txcb8d5 {
|
|
35
35
|
background: var(--_1073cm8m);
|
|
36
36
|
color: var(--_1073cm8n);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.txcb8d7 {
|
|
39
39
|
color: var(--_1073cm83);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.txcb8d8 {
|
|
42
42
|
color: var(--_1073cm8a);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.txcb8d9 {
|
|
45
45
|
color: var(--_1073cm8h);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.txcb8da {
|
|
48
48
|
color: var(--_1073cm8o);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.txcb8db {
|
|
51
51
|
font-family: var(--main-font-family);
|
|
52
52
|
font-size: 18px;
|
|
53
53
|
font-weight: 500;
|
|
54
54
|
line-height: 1.29;
|
|
55
55
|
margin-top: 10px;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.txcb8dc {
|
|
58
58
|
color: var(--_1073cm83);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.txcb8dd {
|
|
61
61
|
color: var(--_1073cm8a);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.txcb8de {
|
|
64
64
|
color: var(--_1073cm8g);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.txcb8df {
|
|
67
67
|
color: var(--_1073cm8n);
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
.txcb8dh {
|
|
70
70
|
fill: var(--_1073cm83);
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
.txcb8di {
|
|
73
73
|
fill: var(--_1073cm8a);
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
.txcb8dj {
|
|
76
76
|
fill: var(--_1073cm8h);
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.txcb8dk {
|
|
79
79
|
fill: var(--_1073cm8o);
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.txcb8dl {
|
|
82
82
|
flex: 1 1 0%;
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
.txcb8dm {
|
|
85
85
|
flex: 1 1 0%;
|
|
86
86
|
max-width: 100%;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
.txcb8dm a {
|
|
89
89
|
color: inherit;
|
|
90
90
|
}
|
|
91
|
-
.
|
|
91
|
+
.txcb8dm a:hover {
|
|
92
92
|
text-decoration: underline;
|
|
93
93
|
opacity: 0.8;
|
|
94
94
|
}
|
|
95
|
-
.
|
|
95
|
+
.txcb8dm > * + * {
|
|
96
96
|
margin-top: 24px;
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
.txcb8dn {
|
|
99
99
|
padding: 48px;
|
|
100
100
|
}
|
|
101
|
-
.
|
|
101
|
+
.txcb8do {
|
|
102
102
|
margin-top: 24px;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
.txcb8do p {
|
|
105
105
|
font-size: 16px;
|
|
106
106
|
line-height: 1.5;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.txcb8dp {
|
|
109
109
|
margin-left: 15px;
|
|
110
110
|
font-size: 20px;
|
|
111
111
|
font-family: var(--header-font-family);
|
|
@@ -114,35 +114,35 @@
|
|
|
114
114
|
overflow: hidden;
|
|
115
115
|
text-overflow: ellipsis;
|
|
116
116
|
}
|
|
117
|
-
.txcb8dp {
|
|
118
|
-
color: #0062B3;
|
|
119
|
-
}
|
|
120
117
|
.txcb8dq {
|
|
121
118
|
color: #0062B3;
|
|
122
119
|
}
|
|
123
120
|
.txcb8dr {
|
|
124
|
-
color:
|
|
121
|
+
color: #0062B3;
|
|
125
122
|
}
|
|
126
123
|
.txcb8ds {
|
|
124
|
+
color: var(--_1073cm8h);
|
|
125
|
+
}
|
|
126
|
+
.txcb8dt {
|
|
127
127
|
color: var(--_1073cm8o);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
.txcb8dp a {
|
|
130
130
|
text-decoration: none;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
.txcb8du {
|
|
133
133
|
display: flex;
|
|
134
134
|
flex-direction: column;
|
|
135
135
|
}
|
|
136
|
-
.
|
|
136
|
+
.txcb8dv {
|
|
137
137
|
width: 50%;
|
|
138
138
|
}
|
|
139
|
-
$.
|
|
139
|
+
$.txcb8dm + .txcb8dv {
|
|
140
140
|
margin-left: 1.5rem;
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
.txcb8dv svg {
|
|
143
143
|
margin-left: 8px;
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
.txcb8dx {
|
|
146
146
|
aspect-ratio: 1 / 1;
|
|
147
147
|
background-position: center center;
|
|
148
148
|
background-repeat: no-repeat;
|
|
@@ -150,143 +150,156 @@ $.txcb8dl + .txcb8du {
|
|
|
150
150
|
border-radius: 50%;
|
|
151
151
|
width: 320px;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
153
|
+
.txcb8dy {
|
|
154
154
|
margin-right: 64px;
|
|
155
155
|
width: auto;
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
.txcb8d11 {
|
|
158
158
|
margin-left: auto;
|
|
159
159
|
margin-right: auto;
|
|
160
160
|
margin-bottom: 40px;
|
|
161
161
|
text-align: center;
|
|
162
162
|
max-width: 800px;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.txcb8d11 h2 + p {
|
|
165
165
|
margin-top: 8px;
|
|
166
166
|
color: #333D46;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.txcb8d12 {
|
|
169
169
|
padding-top: 56px;
|
|
170
170
|
padding-bottom: 56px;
|
|
171
171
|
margin-top: 0;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
.txcb8d13 {
|
|
174
174
|
background: var(--_1073cm81);
|
|
175
175
|
}
|
|
176
|
-
.
|
|
176
|
+
.txcb8d14 {
|
|
177
177
|
background: var(--_1073cm88);
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
.txcb8d15 {
|
|
180
180
|
background: var(--_1073cm8f);
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
.txcb8d16 {
|
|
183
183
|
background: var(--_1073cm8m);
|
|
184
184
|
}
|
|
185
|
-
.
|
|
185
|
+
.txcb8d18 {
|
|
186
186
|
color: var(--_1073cm83);
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
.txcb8d19 {
|
|
189
189
|
color: var(--_1073cm8a);
|
|
190
190
|
}
|
|
191
|
-
.
|
|
191
|
+
.txcb8d1a {
|
|
192
192
|
color: var(--_1073cm8h);
|
|
193
193
|
}
|
|
194
|
-
.
|
|
194
|
+
.txcb8d1b {
|
|
195
195
|
color: var(--_1073cm8o);
|
|
196
196
|
}
|
|
197
|
-
.
|
|
197
|
+
.txcb8d1c {
|
|
198
198
|
position: relative;
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
.txcb8d1d {
|
|
201
201
|
margin-left: auto;
|
|
202
202
|
margin-right: auto;
|
|
203
203
|
margin-top: 40px;
|
|
204
204
|
text-align: center;
|
|
205
205
|
max-width: 800px;
|
|
206
206
|
}
|
|
207
|
+
main > div:nth-last-child(2) > .txcb8d0 {
|
|
208
|
+
margin-bottom: 3.5rem;
|
|
209
|
+
}
|
|
207
210
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
208
|
-
.
|
|
211
|
+
.txcb8dm {
|
|
209
212
|
max-width: max-content;
|
|
210
213
|
}
|
|
211
|
-
.
|
|
214
|
+
.txcb8dv {
|
|
212
215
|
align-items: flex-end;
|
|
213
216
|
}
|
|
214
217
|
}
|
|
215
218
|
@media (max-width: 1023px) {
|
|
216
|
-
.
|
|
219
|
+
.txcb8dl {
|
|
217
220
|
margin-top: 24px;
|
|
218
221
|
}
|
|
219
|
-
.
|
|
222
|
+
.txcb8dm {
|
|
220
223
|
max-width: 100%;
|
|
221
224
|
}
|
|
222
|
-
.
|
|
225
|
+
.txcb8dv {
|
|
223
226
|
margin-top: 24px;
|
|
224
227
|
}
|
|
225
|
-
$.
|
|
228
|
+
$.txcb8dm + .txcb8dv {
|
|
226
229
|
margin-left: 0;
|
|
227
230
|
}
|
|
228
|
-
.
|
|
231
|
+
.txcb8dw {
|
|
229
232
|
display: flex;
|
|
230
233
|
justify-content: center;
|
|
231
234
|
}
|
|
232
|
-
.
|
|
235
|
+
.txcb8dy {
|
|
233
236
|
margin-right: 0px;
|
|
234
237
|
}
|
|
235
|
-
.
|
|
238
|
+
.txcb8dz {
|
|
236
239
|
transform: translateY(1%);
|
|
237
240
|
}
|
|
238
|
-
.
|
|
241
|
+
.txcb8dz p:first-of-type {
|
|
239
242
|
margin-top: 8px;
|
|
240
243
|
}
|
|
241
|
-
.
|
|
244
|
+
.txcb8d10 {
|
|
242
245
|
flex-direction: column;
|
|
243
246
|
}
|
|
244
|
-
.
|
|
247
|
+
.txcb8d11 {
|
|
245
248
|
margin-bottom: 24px;
|
|
246
249
|
}
|
|
247
|
-
.
|
|
250
|
+
.txcb8d12 {
|
|
248
251
|
padding-top: 42px;
|
|
249
252
|
padding-bottom: 42px;
|
|
250
253
|
}
|
|
251
|
-
.
|
|
254
|
+
.txcb8d1d {
|
|
252
255
|
margin-top: 24px;
|
|
253
256
|
}
|
|
254
257
|
}
|
|
255
258
|
@media (max-width: 768px) {
|
|
256
|
-
.
|
|
259
|
+
.txcb8db {
|
|
257
260
|
margin-top: 8px;
|
|
258
261
|
font-size: 16px;
|
|
259
262
|
line-height: 1.5;
|
|
260
263
|
}
|
|
261
|
-
.
|
|
264
|
+
.txcb8dm > * + * {
|
|
262
265
|
margin-top: 10px;
|
|
263
266
|
}
|
|
264
|
-
.
|
|
267
|
+
.txcb8dn {
|
|
265
268
|
padding: 24px;
|
|
266
269
|
}
|
|
267
|
-
.
|
|
270
|
+
.txcb8do {
|
|
268
271
|
margin-top: 8x;
|
|
269
272
|
}
|
|
270
|
-
.
|
|
273
|
+
.txcb8dp {
|
|
271
274
|
font-size: 18px;
|
|
272
275
|
line-height: 26px;
|
|
273
276
|
}
|
|
274
|
-
.
|
|
277
|
+
.txcb8du {
|
|
275
278
|
margin-top: 16px;
|
|
276
279
|
}
|
|
277
|
-
.
|
|
280
|
+
.txcb8dv {
|
|
278
281
|
width: 90%;
|
|
279
282
|
margin-top: 16px;
|
|
280
283
|
}
|
|
281
|
-
.
|
|
284
|
+
.txcb8dx {
|
|
282
285
|
width: 200px;
|
|
283
286
|
}
|
|
284
|
-
.
|
|
287
|
+
.txcb8d11 h2 + p {
|
|
285
288
|
font-size: 1rem;
|
|
286
289
|
line-height: 1.5;
|
|
287
290
|
}
|
|
288
|
-
.
|
|
291
|
+
.txcb8d12 {
|
|
289
292
|
padding-top: 32px;
|
|
290
293
|
padding-bottom: 32px;
|
|
291
294
|
}
|
|
295
|
+
}
|
|
296
|
+
@media screen and (max-width: 1023px) {
|
|
297
|
+
main > div:nth-last-child(2) > .txcb8d0 {
|
|
298
|
+
margin-bottom: 42px;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
@media screen and (max-width: 768px) {
|
|
302
|
+
main > div:nth-last-child(2) > .txcb8d0 {
|
|
303
|
+
margin-bottom: 2rem;
|
|
304
|
+
}
|
|
292
305
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.
|
|
1
|
+
.ph6wj61 {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
border: 1px solid #EBEBEB;
|
|
5
5
|
border-radius: 16px;
|
|
6
6
|
overflow: hidden;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.ph6wj62 {
|
|
9
9
|
padding: 24px;
|
|
10
10
|
max-width: 80ch;
|
|
11
11
|
font-size: 28px;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
font-weight: 600;
|
|
16
16
|
font-family: var(--header-font-family);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.ph6wj63 {
|
|
19
19
|
display: flex;
|
|
20
20
|
justify-content: space-between;
|
|
21
21
|
background-color: white;
|
|
@@ -26,36 +26,49 @@
|
|
|
26
26
|
color: var(--_1073cm83);
|
|
27
27
|
cursor: pointer;
|
|
28
28
|
}
|
|
29
|
-
details[open] .
|
|
29
|
+
details[open] .ph6wj63 {
|
|
30
30
|
background-color: #F4F4F4;
|
|
31
31
|
padding-bottom: 12px;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.ph6wj64 {
|
|
34
34
|
font-size: 18px;
|
|
35
35
|
max-width: 80%;
|
|
36
36
|
list-style: none;
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.ph6wj65 {
|
|
40
40
|
padding: 24px;
|
|
41
41
|
background-color: #F4F4F4;
|
|
42
42
|
padding-top: 0;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.ph6wj65 li + li {
|
|
45
45
|
margin-top: 7px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.ph6wj65 ol {
|
|
48
48
|
padding-bottom: 1rem;
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.ph6wj65 ol ul {
|
|
51
51
|
padding-bottom: 0;
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
.ph6wj65 ul {
|
|
54
54
|
padding-bottom: 1rem;
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
.ph6wj65 ul ol {
|
|
57
57
|
padding-bottom: 0;
|
|
58
58
|
}
|
|
59
59
|
details summary::-webkit-details-marker {
|
|
60
60
|
display: none;
|
|
61
|
+
}
|
|
62
|
+
main > div:nth-last-child(2) > .ph6wj60 {
|
|
63
|
+
margin-bottom: 3.5rem;
|
|
64
|
+
}
|
|
65
|
+
@media screen and (max-width: 1023px) {
|
|
66
|
+
main > div:nth-last-child(2) > .ph6wj60 {
|
|
67
|
+
margin-bottom: 42px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
@media screen and (max-width: 768px) {
|
|
71
|
+
main > div:nth-last-child(2) > .ph6wj60 {
|
|
72
|
+
margin-bottom: 2rem;
|
|
73
|
+
}
|
|
61
74
|
}
|
|
@@ -152,6 +152,9 @@
|
|
|
152
152
|
background: var(--_1073cm8m);
|
|
153
153
|
color: var(--_1073cm8n);
|
|
154
154
|
}
|
|
155
|
+
main > div:nth-last-child(2) > ._1r4ovbu0 {
|
|
156
|
+
margin-bottom: 3.5rem;
|
|
157
|
+
}
|
|
155
158
|
@media screen and (max-width: 380px) {
|
|
156
159
|
._1r4ovbuh {
|
|
157
160
|
flex-direction: column;
|
|
@@ -164,4 +167,12 @@
|
|
|
164
167
|
._1r4ovbuo {
|
|
165
168
|
grid-template-columns: 1fr;
|
|
166
169
|
}
|
|
170
|
+
main > div:nth-last-child(2) > ._1r4ovbu0 {
|
|
171
|
+
margin-bottom: 42px;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
@media screen and (max-width: 768px) {
|
|
175
|
+
main > div:nth-last-child(2) > ._1r4ovbu0 {
|
|
176
|
+
margin-bottom: 2rem;
|
|
177
|
+
}
|
|
167
178
|
}
|
|
@@ -181,6 +181,9 @@
|
|
|
181
181
|
._1m7m2a10 > p {
|
|
182
182
|
white-space: break-spaces;
|
|
183
183
|
}
|
|
184
|
+
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
185
|
+
margin-bottom: 3.5rem;
|
|
186
|
+
}
|
|
184
187
|
@media screen and (max-width:1023px) {
|
|
185
188
|
._1m7m2a0 {
|
|
186
189
|
flex-direction: column-reverse;
|
|
@@ -228,6 +231,9 @@
|
|
|
228
231
|
._1m7m2az {
|
|
229
232
|
font-size: 20px;
|
|
230
233
|
}
|
|
234
|
+
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
235
|
+
margin-bottom: 42px;
|
|
236
|
+
}
|
|
231
237
|
}
|
|
232
238
|
@media screen and (max-width: 768px) {
|
|
233
239
|
._1m7m2au {
|
|
@@ -236,6 +242,9 @@
|
|
|
236
242
|
._18ygy9m5 ._1m7m2au {
|
|
237
243
|
min-height: 200px;
|
|
238
244
|
}
|
|
245
|
+
main > div:nth-last-child(2) > ._1m7m2a0 {
|
|
246
|
+
margin-bottom: 2rem;
|
|
247
|
+
}
|
|
239
248
|
}
|
|
240
249
|
@media screen and (max-width: 327px) {
|
|
241
250
|
._1m7m2au {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
main > div:nth-last-child(2) > .xd6m5c0 {
|
|
2
|
+
margin-bottom: 3.5rem;
|
|
3
|
+
}
|
|
4
|
+
@media screen and (max-width: 1023px) {
|
|
5
|
+
main > div:nth-last-child(2) > .xd6m5c0 {
|
|
6
|
+
margin-bottom: 42px;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@media screen and (max-width: 768px) {
|
|
10
|
+
main > div:nth-last-child(2) > .xd6m5c0 {
|
|
11
|
+
margin-bottom: 2rem;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
.react-date-picker {
|
|
2
|
+
width: 100%;
|
|
3
|
+
}
|
|
4
|
+
.react-date-picker__wrapper {
|
|
5
|
+
border: none !important;
|
|
6
|
+
}
|
|
7
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
8
|
+
width: 45px;
|
|
9
|
+
height: 22px;
|
|
10
|
+
margin: 0;
|
|
11
|
+
display: inline-flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
font-family: var(--main-font-family);
|
|
14
|
+
font-weight: 500;
|
|
15
|
+
letter-spacing: 0.2px;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
}
|
|
18
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
19
|
+
font-size: 12px;
|
|
20
|
+
line-height: 16;
|
|
21
|
+
color: #2F5B88;
|
|
22
|
+
}
|
|
23
|
+
.react-calendar__month-view__weekdays__weekday > abbr {
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
}
|
|
26
|
+
.react-calendar__month-view__days__day {
|
|
27
|
+
width: 49px;
|
|
28
|
+
height: 49px;
|
|
29
|
+
margin: 0;
|
|
30
|
+
display: inline-flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: center;
|
|
33
|
+
}
|
|
34
|
+
.react-calendar__month-view__days__day > abbr {
|
|
35
|
+
font-family: var(--main-font-family) !important;
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
letter-spacing: 0.2px;
|
|
38
|
+
color: #051A3F;
|
|
39
|
+
}
|
|
40
|
+
.react-date-picker__inputGroup__input, .react-date-picker__inputGroup__divider {
|
|
41
|
+
color: #5E6A74 !important;
|
|
42
|
+
}
|
|
43
|
+
.react-date-picker__clear-button {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
.react-calendar__navigation__label__labelText {
|
|
47
|
+
font-weight: 600;
|
|
48
|
+
font-size: 24px;
|
|
49
|
+
line-height: 36px;
|
|
50
|
+
letter-spacing: 0.2px;
|
|
51
|
+
color: #1E3860;
|
|
52
|
+
font-family: var(--header-font-family);
|
|
53
|
+
}
|
|
54
|
+
.react-datepicker-popper {
|
|
55
|
+
transform: translateY(40px)!important;
|
|
56
|
+
}
|
|
57
|
+
.react-calendar__month-view__days__day--neighboringMonth {
|
|
58
|
+
background-color: #F4F4F4 !important;
|
|
59
|
+
opacity: 50%;
|
|
60
|
+
}
|
|
61
|
+
.react-calendar__month-view__days__day--neighboringMonth > abbr {
|
|
62
|
+
color: #5E6A74;
|
|
63
|
+
}
|
|
64
|
+
.react-calendar__tile--active > abbr {
|
|
65
|
+
color: white;
|
|
66
|
+
}
|
|
67
|
+
.react-calendar {
|
|
68
|
+
border: 12px solid #FFFFFF4D !important;
|
|
69
|
+
border-radius: 4px;
|
|
70
|
+
}
|
|
71
|
+
.react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button {
|
|
72
|
+
display: none;
|
|
73
|
+
}
|
|
74
|
+
.react-date-picker__calendar {
|
|
75
|
+
max-width: 100% !important;
|
|
76
|
+
}
|
|
77
|
+
.react-date-picker__inputGroup__input:focus-visible {
|
|
78
|
+
outline: none;
|
|
79
|
+
}
|
|
80
|
+
.react-date-picker__inputGroup__input:invalid {
|
|
81
|
+
background: transparent !important;
|
|
82
|
+
}
|
|
83
|
+
@media screen and (max-width:320px) {
|
|
84
|
+
.react-calendar__month-view__weekdays__weekday {
|
|
85
|
+
width: 43.5px;
|
|
86
|
+
}
|
|
87
|
+
.react-calendar__month-view__days__day {
|
|
88
|
+
width: 43.5px;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
@media screen and (max-width:400px) {
|
|
92
|
+
.react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
|
|
93
|
+
min-width: auto;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
.skzved0 {
|
|
2
|
+
position: relative;
|
|
3
|
+
}
|
|
4
|
+
.skzved1 {
|
|
5
|
+
position: relative;
|
|
6
|
+
top: 5px;
|
|
7
|
+
left: 5px;
|
|
8
|
+
}
|
|
9
|
+
.skzved2 {
|
|
10
|
+
width: 100px;
|
|
11
|
+
padding-left: 5px;
|
|
12
|
+
padding-right: 5px;
|
|
13
|
+
line-height: 28px;
|
|
14
|
+
font-size: 14pt;
|
|
15
|
+
}
|
|
16
|
+
.skzved3 {
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
align-items: center;
|
|
20
|
+
}
|
|
21
|
+
.skzved4 {
|
|
22
|
+
display: block;
|
|
23
|
+
background: #FFFFFF;
|
|
24
|
+
width: 300px;
|
|
25
|
+
border: solid 1px #CCCCCC;
|
|
26
|
+
margin: 10px auto;
|
|
27
|
+
box-shadow: 0 0 15px 0 #C0C0C0;
|
|
28
|
+
font-size: 1.3rem;
|
|
29
|
+
text-align: center;
|
|
30
|
+
z-index: 999;
|
|
31
|
+
}
|
|
32
|
+
.skzved4 .skzved5 {
|
|
33
|
+
display: flex;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
align-items: center;
|
|
36
|
+
color: #FFFFFF;
|
|
37
|
+
cursor: default;
|
|
38
|
+
font-weight: bold;
|
|
39
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
._1qd6ohx1 {
|
|
2
2
|
background-color: #fff;
|
|
3
3
|
padding: 1.5rem 0;
|
|
4
|
+
position: relative;
|
|
4
5
|
}
|
|
5
6
|
._1qd6ohx0 .slick-track {
|
|
6
7
|
display: flex;
|
|
7
|
-
justify-content: center;
|
|
8
8
|
}
|
|
9
9
|
.slick-slide + .slick-slide {
|
|
10
10
|
margin-left: 8px;
|
|
@@ -15,20 +15,12 @@ main > .section_spacer:has(.sticky_nav) {
|
|
|
15
15
|
top: 0;
|
|
16
16
|
z-index: 999;
|
|
17
17
|
}
|
|
18
|
-
.slick-slider {
|
|
19
|
-
height: 56px;
|
|
20
|
-
}
|
|
21
18
|
.slick-list:focus {
|
|
22
19
|
outline: 0;
|
|
23
20
|
}
|
|
24
21
|
.slick-list.dragging {
|
|
25
22
|
cursor: pointer;
|
|
26
23
|
}
|
|
27
|
-
.slick-track {
|
|
28
|
-
display: flex !important;
|
|
29
|
-
justify-content: center !important;
|
|
30
|
-
width: auto !important;
|
|
31
|
-
}
|
|
32
24
|
._1qd6ohx2 {
|
|
33
25
|
position: fixed;
|
|
34
26
|
top: 10px;
|
|
@@ -57,11 +49,16 @@ main > .section_spacer:has(.sticky_nav) {
|
|
|
57
49
|
-webkit-transform: rotate(-180deg);
|
|
58
50
|
-ms-transform: rotate(-180deg);
|
|
59
51
|
transform: rotate(-180deg);
|
|
52
|
+
}
|
|
53
|
+
._1qd6ohx1::after {
|
|
60
54
|
right: 0;
|
|
61
55
|
}
|
|
62
56
|
}
|
|
63
57
|
@media screen and (min-width:1024px) {
|
|
64
58
|
.slick-track {
|
|
59
|
+
display: flex !important;
|
|
60
|
+
justify-content: center !important;
|
|
61
|
+
width: auto !important;
|
|
65
62
|
transform: none !important;
|
|
66
63
|
}
|
|
67
64
|
}
|