@axos-web-dev/shared-components 1.0.100-dev.73-compact-executive-bio → 1.0.100-dev.73-slow-msg-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/Chatbot/ChatWindow.js +1 -1
- package/dist/Chatbot/Chatbot.js +1 -2
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +0 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +46 -48
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +123 -130
- package/dist/ExecutiveBio/index.js +1 -2
- package/dist/ImageBillboard/ImageBillboard.css.js +1 -2
- package/dist/SetContainer/SetContainer.css.js +1 -3
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +153 -200
- package/dist/assets/SetContainer/SetContainer.css +0 -25
- package/dist/main.js +1 -2
- package/package.json +1 -1
|
@@ -1,121 +1,99 @@
|
|
|
1
1
|
.txcb8d1 {
|
|
2
|
-
margin-top: 0px;
|
|
3
|
-
}
|
|
4
|
-
.txcb8d2 {
|
|
5
2
|
border: 1px solid transparent;
|
|
6
3
|
}
|
|
7
|
-
.
|
|
4
|
+
.txcb8d2 {
|
|
8
5
|
background: var(--_1073cm81);
|
|
9
6
|
color: var(--_1073cm83);
|
|
10
7
|
border-color: var(--_1073cm84);
|
|
11
8
|
}
|
|
12
|
-
.
|
|
9
|
+
.txcb8d3 {
|
|
13
10
|
background: var(--_1073cm88);
|
|
14
11
|
color: var(--_1073cm8a);
|
|
15
12
|
}
|
|
16
|
-
.
|
|
13
|
+
.txcb8d4 {
|
|
17
14
|
background: var(--_1073cm8f);
|
|
18
15
|
color: var(--_1073cm8h);
|
|
19
16
|
}
|
|
20
|
-
.
|
|
17
|
+
.txcb8d5 {
|
|
21
18
|
background: var(--_1073cm8m);
|
|
22
19
|
color: var(--_1073cm8o);
|
|
23
20
|
}
|
|
24
|
-
.
|
|
25
|
-
font-size: 20px;
|
|
26
|
-
}
|
|
27
|
-
.txcb8d8 {
|
|
21
|
+
.txcb8d7 {
|
|
28
22
|
color: var(--_1073cm85);
|
|
29
23
|
}
|
|
30
|
-
.
|
|
24
|
+
.txcb8d8 {
|
|
31
25
|
color: var(--_1073cm8c);
|
|
32
26
|
}
|
|
33
|
-
.
|
|
27
|
+
.txcb8d9 {
|
|
34
28
|
color: var(--_1073cm8j);
|
|
35
29
|
}
|
|
36
|
-
.
|
|
30
|
+
.txcb8da {
|
|
37
31
|
color: var(--_1073cm8q);
|
|
38
32
|
}
|
|
39
|
-
.
|
|
33
|
+
.txcb8db {
|
|
40
34
|
font-family: var(--header-font-family);
|
|
41
35
|
font-size: 18px;
|
|
42
36
|
font-weight: 700;
|
|
43
37
|
line-height: 1.29;
|
|
44
38
|
margin-top: 10px;
|
|
45
39
|
}
|
|
46
|
-
.
|
|
47
|
-
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
font-weight: 400;
|
|
50
|
-
line-height: 1.5;
|
|
51
|
-
margin-top: 4px;
|
|
40
|
+
.txcb8dc {
|
|
41
|
+
color: var(--_1073cm85);
|
|
52
42
|
}
|
|
53
43
|
.txcb8dd {
|
|
54
|
-
color: var(--
|
|
44
|
+
color: var(--_1073cm8c);
|
|
55
45
|
}
|
|
56
46
|
.txcb8de {
|
|
57
|
-
color: var(--_1073cm8a);
|
|
58
|
-
}
|
|
59
|
-
.txcb8df {
|
|
60
47
|
color: var(--_1073cm8h);
|
|
61
48
|
}
|
|
62
|
-
.
|
|
49
|
+
.txcb8df {
|
|
63
50
|
color: var(--_1073cm8o);
|
|
64
51
|
}
|
|
65
|
-
.
|
|
52
|
+
.txcb8dh {
|
|
66
53
|
fill: var(--_1073cm82);
|
|
67
54
|
}
|
|
68
|
-
.
|
|
55
|
+
.txcb8di {
|
|
69
56
|
fill: var(--_1073cm89);
|
|
70
57
|
}
|
|
71
|
-
.
|
|
58
|
+
.txcb8dj {
|
|
72
59
|
fill: var(--_1073cm8g);
|
|
73
60
|
}
|
|
74
|
-
.
|
|
61
|
+
.txcb8dk {
|
|
75
62
|
fill: var(--_1073cm8n);
|
|
76
63
|
}
|
|
77
|
-
.
|
|
64
|
+
.txcb8dl {
|
|
78
65
|
flex: 1 1 0%;
|
|
79
66
|
}
|
|
80
|
-
.
|
|
67
|
+
.txcb8dm {
|
|
81
68
|
flex: 1 1 0%;
|
|
82
69
|
max-width: 100%;
|
|
83
70
|
}
|
|
84
|
-
.
|
|
71
|
+
.txcb8dm a {
|
|
85
72
|
color: inherit;
|
|
86
73
|
}
|
|
87
|
-
.
|
|
74
|
+
.txcb8dm a:hover {
|
|
88
75
|
opacity: 0.8;
|
|
89
76
|
text-decoration: underline;
|
|
90
77
|
}
|
|
91
|
-
.
|
|
78
|
+
.txcb8dm > * + * {
|
|
92
79
|
margin-top: 24px;
|
|
93
80
|
}
|
|
94
|
-
.
|
|
81
|
+
.txcb8dn {
|
|
95
82
|
padding: 48px;
|
|
96
83
|
}
|
|
97
|
-
.
|
|
98
|
-
padding: 20px;
|
|
99
|
-
height: 100%;
|
|
100
|
-
}
|
|
101
|
-
.txcb8dp {
|
|
84
|
+
.txcb8do {
|
|
102
85
|
margin-top: 24px;
|
|
103
86
|
}
|
|
104
|
-
.
|
|
105
|
-
margin-top: 16px;
|
|
106
|
-
font-size: 12px;
|
|
107
|
-
line-height: 1.5;
|
|
108
|
-
}
|
|
109
|
-
.txcb8dp p {
|
|
87
|
+
.txcb8do p {
|
|
110
88
|
font-size: 16px;
|
|
111
89
|
line-height: 1.5;
|
|
112
90
|
}
|
|
113
|
-
.
|
|
91
|
+
.txcb8do sub {
|
|
114
92
|
display: block;
|
|
115
93
|
font-style: italic;
|
|
116
94
|
margin-top: 5px;
|
|
117
95
|
}
|
|
118
|
-
.
|
|
96
|
+
.txcb8dp {
|
|
119
97
|
font-family: var(--header-font-family);
|
|
120
98
|
font-size: 18px;
|
|
121
99
|
font-weight: 700;
|
|
@@ -124,44 +102,33 @@
|
|
|
124
102
|
text-decoration: none;
|
|
125
103
|
text-overflow: ellipsis;
|
|
126
104
|
}
|
|
127
|
-
.
|
|
128
|
-
|
|
129
|
-
}
|
|
130
|
-
.txcb8dq:hover {
|
|
131
|
-
opacity: 0.7;
|
|
105
|
+
.txcb8dq {
|
|
106
|
+
color: #0062B3;
|
|
132
107
|
}
|
|
133
108
|
.txcb8dr {
|
|
134
109
|
color: #0062B3;
|
|
135
110
|
}
|
|
136
111
|
.txcb8ds {
|
|
137
|
-
color:
|
|
112
|
+
color: var(--_1073cm8j);
|
|
138
113
|
}
|
|
139
114
|
.txcb8dt {
|
|
140
|
-
color: var(--
|
|
141
|
-
}
|
|
142
|
-
.txcb8du {
|
|
143
|
-
color: var(--_1073cm8n);
|
|
115
|
+
color: var(--_1073cm8q);
|
|
144
116
|
}
|
|
145
|
-
.
|
|
117
|
+
.txcb8dp a {
|
|
146
118
|
text-decoration: none;
|
|
147
119
|
}
|
|
148
|
-
.
|
|
120
|
+
.txcb8du {
|
|
149
121
|
display: flex;
|
|
150
122
|
flex-direction: column;
|
|
151
123
|
}
|
|
152
|
-
.
|
|
124
|
+
.txcb8dw {
|
|
153
125
|
aspect-ratio: 1 / 1;
|
|
154
126
|
border-radius: 50%;
|
|
155
127
|
overflow: hidden;
|
|
156
128
|
position: relative;
|
|
157
129
|
width: 320px;
|
|
158
130
|
}
|
|
159
|
-
.
|
|
160
|
-
aspect-ratio: 132 / 160;
|
|
161
|
-
border-radius: 12px;
|
|
162
|
-
width: 132px;
|
|
163
|
-
}
|
|
164
|
-
.txcb8dx img {
|
|
131
|
+
.txcb8dw img {
|
|
165
132
|
height: 100%;
|
|
166
133
|
inset: 0;
|
|
167
134
|
object-fit: cover;
|
|
@@ -169,62 +136,54 @@
|
|
|
169
136
|
position: absolute;
|
|
170
137
|
width: 100%;
|
|
171
138
|
}
|
|
172
|
-
.
|
|
139
|
+
.txcb8dx {
|
|
173
140
|
margin-right: 64px;
|
|
174
141
|
width: auto;
|
|
175
142
|
}
|
|
176
|
-
.
|
|
177
|
-
margin-right: 0px;
|
|
178
|
-
align-self: flex-start;
|
|
179
|
-
}
|
|
180
|
-
.txcb8d1 .txcb8d10 {
|
|
181
|
-
gap: 16px;
|
|
182
|
-
height: 100%;
|
|
183
|
-
}
|
|
184
|
-
.txcb8d11 {
|
|
143
|
+
.txcb8d10 {
|
|
185
144
|
margin-bottom: 40px;
|
|
186
145
|
margin-left: auto;
|
|
187
146
|
margin-right: auto;
|
|
188
147
|
max-width: 800px;
|
|
189
148
|
text-align: center;
|
|
190
149
|
}
|
|
191
|
-
.
|
|
150
|
+
.txcb8d10 h2 + p {
|
|
192
151
|
color: #333D46;
|
|
193
152
|
margin-top: 8px;
|
|
194
153
|
}
|
|
195
|
-
.
|
|
154
|
+
.txcb8d11 {
|
|
196
155
|
margin-top: 0;
|
|
197
156
|
padding-bottom: 56px;
|
|
198
157
|
padding-top: 56px;
|
|
199
158
|
}
|
|
200
|
-
.
|
|
159
|
+
.txcb8d12 {
|
|
201
160
|
background: var(--_1073cm81);
|
|
202
161
|
}
|
|
203
|
-
.
|
|
162
|
+
.txcb8d13 {
|
|
204
163
|
background: var(--_1073cm88);
|
|
205
164
|
}
|
|
206
|
-
.
|
|
165
|
+
.txcb8d14 {
|
|
207
166
|
background: var(--_1073cm8f);
|
|
208
167
|
}
|
|
209
|
-
.
|
|
168
|
+
.txcb8d15 {
|
|
210
169
|
background: var(--_1073cm8m);
|
|
211
170
|
}
|
|
212
|
-
.
|
|
171
|
+
.txcb8d17 {
|
|
213
172
|
color: var(--_1073cm85);
|
|
214
173
|
}
|
|
215
|
-
.
|
|
174
|
+
.txcb8d18 {
|
|
216
175
|
color: var(--_1073cm8c);
|
|
217
176
|
}
|
|
218
|
-
.
|
|
177
|
+
.txcb8d19 {
|
|
219
178
|
color: var(--_1073cm8j);
|
|
220
179
|
}
|
|
221
|
-
.
|
|
180
|
+
.txcb8d1a {
|
|
222
181
|
color: var(--_1073cm8q);
|
|
223
182
|
}
|
|
224
|
-
.
|
|
183
|
+
.txcb8d1b {
|
|
225
184
|
position: relative;
|
|
226
185
|
}
|
|
227
|
-
.
|
|
186
|
+
.txcb8d1c {
|
|
228
187
|
margin-left: auto;
|
|
229
188
|
margin-right: auto;
|
|
230
189
|
margin-top: 40px;
|
|
@@ -234,51 +193,51 @@
|
|
|
234
193
|
main > div:nth-last-child(2) > .txcb8d0 {
|
|
235
194
|
margin-bottom: 3.5rem;
|
|
236
195
|
}
|
|
237
|
-
.
|
|
196
|
+
.txcb8d1d {
|
|
238
197
|
gap: 36px;
|
|
239
198
|
}
|
|
240
|
-
.
|
|
199
|
+
.txcb8dm + .txcb8d1d {
|
|
241
200
|
margin-top: 24px;
|
|
242
201
|
}
|
|
243
|
-
.
|
|
202
|
+
.txcb8d1e {
|
|
244
203
|
display: flex;
|
|
245
204
|
flex-direction: column;
|
|
246
205
|
}
|
|
247
|
-
.
|
|
206
|
+
.txcb8d1f {
|
|
248
207
|
position: relative;
|
|
249
208
|
isolation: isolate;
|
|
250
209
|
padding-block: 80px;
|
|
251
210
|
overflow: clip;
|
|
252
211
|
}
|
|
253
|
-
.
|
|
212
|
+
.txcb8d1g {
|
|
254
213
|
background: var(--_1073cm81);
|
|
255
214
|
color: var(--_1073cm83);
|
|
256
215
|
}
|
|
257
|
-
.
|
|
216
|
+
.txcb8d1h {
|
|
258
217
|
background: var(--_1073cm88);
|
|
259
218
|
color: var(--_1073cm8a);
|
|
260
219
|
}
|
|
261
|
-
.
|
|
220
|
+
.txcb8d1i {
|
|
262
221
|
background: var(--_1073cm8f);
|
|
263
222
|
color: var(--_1073cm8h);
|
|
264
223
|
}
|
|
265
|
-
.
|
|
224
|
+
.txcb8d1j {
|
|
266
225
|
background: var(--_1073cm8m);
|
|
267
226
|
color: var(--_1073cm8o);
|
|
268
227
|
}
|
|
269
|
-
main > div:has(.
|
|
228
|
+
main > div:has(.txcb8d1f) {
|
|
270
229
|
margin-top: 0;
|
|
271
230
|
}
|
|
272
|
-
.
|
|
231
|
+
.txcb8d1l {
|
|
273
232
|
display: flex;
|
|
274
233
|
align-items: flex-start;
|
|
275
234
|
gap: 56px;
|
|
276
235
|
}
|
|
277
|
-
.
|
|
236
|
+
.txcb8d1m {
|
|
278
237
|
gap: 32px;
|
|
279
238
|
width: min(344px, 100%);
|
|
280
239
|
}
|
|
281
|
-
.
|
|
240
|
+
.txcb8d1n {
|
|
282
241
|
aspect-ratio: 344 / 392;
|
|
283
242
|
border-radius: 16px;
|
|
284
243
|
align-self: stretch;
|
|
@@ -286,128 +245,128 @@ main > div:has(.txcb8d1g) {
|
|
|
286
245
|
max-width: 344px;
|
|
287
246
|
position: relative;
|
|
288
247
|
}
|
|
289
|
-
.
|
|
248
|
+
.txcb8d1o {
|
|
290
249
|
height: 100%;
|
|
291
250
|
width: 100%;
|
|
292
251
|
object-fit: cover;
|
|
293
252
|
position: absolute;
|
|
294
253
|
inset: 0;
|
|
295
254
|
}
|
|
296
|
-
.
|
|
255
|
+
.txcb8d1p {
|
|
297
256
|
gap: 16px;
|
|
298
257
|
}
|
|
299
|
-
.
|
|
258
|
+
.txcb8d1q {
|
|
300
259
|
display: block;
|
|
301
260
|
font: 700 18px / 1.5 var(--header-font-family);
|
|
302
261
|
letter-spacing: -0.198px;
|
|
303
262
|
}
|
|
304
|
-
.
|
|
263
|
+
.txcb8d1r {
|
|
305
264
|
color: var(--_1073cm85);
|
|
306
265
|
}
|
|
307
|
-
.
|
|
266
|
+
.txcb8d1s {
|
|
308
267
|
color: var(--_1073cm8c);
|
|
309
268
|
}
|
|
310
|
-
.
|
|
269
|
+
.txcb8d1t {
|
|
311
270
|
color: var(--_1073cm8j);
|
|
312
271
|
}
|
|
313
|
-
.
|
|
272
|
+
.txcb8d1u {
|
|
314
273
|
color: var(--_1073cm8q);
|
|
315
274
|
}
|
|
316
|
-
.
|
|
275
|
+
.txcb8d1v {
|
|
317
276
|
gap: 3px;
|
|
318
277
|
padding-left: 24px;
|
|
319
278
|
}
|
|
320
|
-
.
|
|
279
|
+
.txcb8d1w {
|
|
321
280
|
flex: 1;
|
|
322
281
|
gap: 24px;
|
|
323
282
|
}
|
|
324
|
-
.
|
|
283
|
+
.txcb8d1x {
|
|
325
284
|
gap: 16px;
|
|
326
285
|
}
|
|
327
|
-
.
|
|
286
|
+
.txcb8d1y {
|
|
328
287
|
gap: 12px;
|
|
329
288
|
}
|
|
330
|
-
.
|
|
289
|
+
.txcb8d20 {
|
|
331
290
|
color: var(--_1073cm85);
|
|
332
291
|
}
|
|
333
|
-
.
|
|
292
|
+
.txcb8d21 {
|
|
334
293
|
color: var(--_1073cm8c);
|
|
335
294
|
}
|
|
336
|
-
.
|
|
295
|
+
.txcb8d22 {
|
|
337
296
|
color: var(--_1073cm8j);
|
|
338
297
|
}
|
|
339
|
-
.
|
|
298
|
+
.txcb8d23 {
|
|
340
299
|
color: var(--_1073cm8q);
|
|
341
300
|
}
|
|
342
|
-
.
|
|
301
|
+
.txcb8d24 {
|
|
343
302
|
font-size: 20px;
|
|
344
303
|
line-height: 1.5;
|
|
345
304
|
}
|
|
346
|
-
.
|
|
305
|
+
.txcb8d25 {
|
|
347
306
|
color: var(--_1073cm85);
|
|
348
307
|
}
|
|
349
|
-
.
|
|
308
|
+
.txcb8d26 {
|
|
350
309
|
color: var(--_1073cm8c);
|
|
351
310
|
}
|
|
352
|
-
.
|
|
311
|
+
.txcb8d27 {
|
|
353
312
|
color: var(--_1073cm8j);
|
|
354
313
|
}
|
|
355
|
-
.
|
|
314
|
+
.txcb8d28 {
|
|
356
315
|
color: var(--_1073cm8q);
|
|
357
316
|
}
|
|
358
|
-
.
|
|
317
|
+
.txcb8d29 {
|
|
359
318
|
display: flex;
|
|
360
319
|
align-items: center;
|
|
361
320
|
gap: 18px;
|
|
362
321
|
}
|
|
363
|
-
.
|
|
322
|
+
.txcb8d2b {
|
|
364
323
|
fill: #2F5B88;
|
|
365
324
|
}
|
|
366
|
-
.
|
|
325
|
+
.txcb8d2c {
|
|
367
326
|
fill: #2F5B88;
|
|
368
327
|
}
|
|
369
|
-
.
|
|
328
|
+
.txcb8d2d {
|
|
370
329
|
fill: var(--_1073cm8g);
|
|
371
330
|
}
|
|
372
|
-
.
|
|
331
|
+
.txcb8d2e {
|
|
373
332
|
fill: var(--_1073cm8n);
|
|
374
333
|
}
|
|
375
|
-
.
|
|
334
|
+
.txcb8d2f {
|
|
376
335
|
font-size: 24px;
|
|
377
336
|
font-weight: 700;
|
|
378
337
|
line-height: 1.37;
|
|
379
338
|
font-family: var(--header-font-family);
|
|
380
339
|
text-wrap: pretty;
|
|
381
340
|
}
|
|
382
|
-
.
|
|
341
|
+
.txcb8d2g {
|
|
383
342
|
color: var(--_1073cm85);
|
|
384
343
|
}
|
|
385
|
-
.
|
|
344
|
+
.txcb8d2h {
|
|
386
345
|
color: var(--_1073cm8c);
|
|
387
346
|
}
|
|
388
|
-
.
|
|
347
|
+
.txcb8d2i {
|
|
389
348
|
color: var(--_1073cm8j);
|
|
390
349
|
}
|
|
391
|
-
.
|
|
350
|
+
.txcb8d2j {
|
|
392
351
|
color: var(--_1073cm8q);
|
|
393
352
|
}
|
|
394
|
-
.
|
|
353
|
+
.txcb8d2k p {
|
|
395
354
|
font-size: 16px;
|
|
396
355
|
line-height: 1.5;
|
|
397
356
|
}
|
|
398
|
-
.
|
|
357
|
+
.txcb8d2l {
|
|
399
358
|
scale: 1;
|
|
400
359
|
transition: scale 0.25s ease;
|
|
401
360
|
will-change: scale;
|
|
402
361
|
}
|
|
403
|
-
.
|
|
362
|
+
.txcb8d2l:hover {
|
|
404
363
|
scale: 1.1;
|
|
405
364
|
}
|
|
406
|
-
.
|
|
365
|
+
.txcb8d2m {
|
|
407
366
|
position: relative;
|
|
408
367
|
display: flex;
|
|
409
368
|
}
|
|
410
|
-
.
|
|
369
|
+
.txcb8d2n {
|
|
411
370
|
visibility: hidden;
|
|
412
371
|
min-width: 120px;
|
|
413
372
|
text-align: center;
|
|
@@ -424,31 +383,31 @@ main > div:has(.txcb8d1g) {
|
|
|
424
383
|
font-weight: 700;
|
|
425
384
|
font-family: var(--header-font-family);
|
|
426
385
|
}
|
|
427
|
-
.
|
|
386
|
+
.txcb8d2m:hover .txcb8d2n {
|
|
428
387
|
visibility: visible;
|
|
429
388
|
opacity: 1;
|
|
430
389
|
}
|
|
431
|
-
.
|
|
390
|
+
.txcb8d2m:focus-visible .txcb8d2n {
|
|
432
391
|
visibility: visible;
|
|
433
392
|
opacity: 1;
|
|
434
393
|
}
|
|
435
|
-
.
|
|
394
|
+
.txcb8d2o {
|
|
436
395
|
background: var(--_1073cm82);
|
|
437
396
|
color: var(--_1073cm86);
|
|
438
397
|
}
|
|
439
|
-
.
|
|
398
|
+
.txcb8d2p {
|
|
440
399
|
background: var(--_1073cm89);
|
|
441
400
|
color: var(--_1073cm8d);
|
|
442
401
|
}
|
|
443
|
-
.
|
|
402
|
+
.txcb8d2q {
|
|
444
403
|
background: var(--_1073cm8g);
|
|
445
404
|
color: var(--_1073cm8k);
|
|
446
405
|
}
|
|
447
|
-
.
|
|
406
|
+
.txcb8d2r {
|
|
448
407
|
background: var(--_1073cm8n);
|
|
449
408
|
color: var(--_1073cm8r);
|
|
450
409
|
}
|
|
451
|
-
.
|
|
410
|
+
.txcb8d2t {
|
|
452
411
|
position: absolute;
|
|
453
412
|
top: 0;
|
|
454
413
|
left: 0;
|
|
@@ -457,112 +416,106 @@ main > div:has(.txcb8d1g) {
|
|
|
457
416
|
height: 100%;
|
|
458
417
|
z-index: -1;
|
|
459
418
|
}
|
|
460
|
-
.
|
|
419
|
+
.txcb8d2v {
|
|
461
420
|
stroke: var(--_1073cm82);
|
|
462
421
|
}
|
|
463
|
-
.
|
|
422
|
+
.txcb8d2w {
|
|
464
423
|
stroke: var(--_1073cm89);
|
|
465
424
|
}
|
|
466
|
-
.
|
|
425
|
+
.txcb8d2x {
|
|
467
426
|
stroke: var(--_1073cm8g);
|
|
468
427
|
}
|
|
469
|
-
.
|
|
428
|
+
.txcb8d2y {
|
|
470
429
|
stroke: var(--_1073cm8n);
|
|
471
430
|
}
|
|
472
|
-
.
|
|
431
|
+
.txcb8d2v path {
|
|
473
432
|
stroke: var(--_1073cm82) !important;
|
|
474
433
|
}
|
|
475
|
-
.
|
|
434
|
+
.txcb8d2w path {
|
|
476
435
|
stroke: var(--_1073cm89) !important;
|
|
477
436
|
}
|
|
478
|
-
.
|
|
437
|
+
.txcb8d2x path {
|
|
479
438
|
stroke: var(--_1073cm8g) !important;
|
|
480
439
|
}
|
|
481
|
-
.
|
|
440
|
+
.txcb8d2y path {
|
|
482
441
|
stroke: var(--_1073cm8n) !important;
|
|
483
442
|
}
|
|
484
|
-
.txcb8d1 .containment {
|
|
485
|
-
height: 100%;
|
|
486
|
-
}
|
|
487
443
|
@media (max-width: 1240px) and (min-width: 1024px) {
|
|
488
|
-
.
|
|
444
|
+
.txcb8dm {
|
|
489
445
|
max-width: max-content;
|
|
490
446
|
}
|
|
491
447
|
}
|
|
492
448
|
@media (max-width: 1023px) {
|
|
493
|
-
.
|
|
449
|
+
.txcb8dl {
|
|
494
450
|
margin-top: 24px;
|
|
495
451
|
}
|
|
496
|
-
.
|
|
497
|
-
margin-top: 0px;
|
|
498
|
-
}
|
|
499
|
-
.txcb8dn {
|
|
452
|
+
.txcb8dm {
|
|
500
453
|
max-width: 100%;
|
|
501
454
|
}
|
|
502
|
-
.
|
|
455
|
+
.txcb8dv {
|
|
503
456
|
display: flex;
|
|
504
457
|
justify-content: center;
|
|
505
458
|
}
|
|
506
|
-
.
|
|
459
|
+
.txcb8dx {
|
|
507
460
|
margin-right: 0px;
|
|
508
461
|
}
|
|
509
|
-
.
|
|
462
|
+
.txcb8dy {
|
|
510
463
|
transform: translateY(1%);
|
|
511
464
|
}
|
|
512
|
-
.
|
|
465
|
+
.txcb8dy p:first-of-type {
|
|
513
466
|
margin-top: 8px;
|
|
514
467
|
}
|
|
515
|
-
.
|
|
468
|
+
.txcb8dz {
|
|
516
469
|
flex-direction: column;
|
|
517
470
|
}
|
|
518
|
-
.
|
|
471
|
+
.txcb8d10 {
|
|
519
472
|
margin-bottom: 24px;
|
|
520
473
|
}
|
|
521
|
-
.
|
|
474
|
+
.txcb8d11 {
|
|
522
475
|
padding-top: 42px;
|
|
523
476
|
padding-bottom: 42px;
|
|
524
477
|
}
|
|
525
|
-
.
|
|
478
|
+
.txcb8d1c {
|
|
526
479
|
margin-top: 24px;
|
|
527
480
|
}
|
|
528
|
-
.
|
|
481
|
+
.txcb8d1f {
|
|
529
482
|
padding-block: 42px;
|
|
530
483
|
}
|
|
531
|
-
.
|
|
484
|
+
.txcb8d1l {
|
|
532
485
|
gap: 32px;
|
|
533
486
|
}
|
|
534
487
|
}
|
|
535
488
|
@media (max-width: 1570px) {
|
|
536
|
-
.
|
|
489
|
+
.txcb8d2t {
|
|
537
490
|
left: calc(-11.875rem + ((1vw - 12.6200px) * 61.6883));
|
|
538
491
|
}
|
|
539
492
|
}
|
|
540
493
|
@media (max-width: 1262px) {
|
|
541
|
-
.
|
|
494
|
+
.txcb8d2t {
|
|
542
495
|
left: -190px;
|
|
543
496
|
}
|
|
544
497
|
}
|
|
545
498
|
@media (max-width: 850px) {
|
|
546
|
-
.
|
|
499
|
+
.txcb8d1l {
|
|
547
500
|
flex-direction: column;
|
|
548
501
|
gap: 24px;
|
|
549
502
|
}
|
|
550
|
-
.
|
|
503
|
+
.txcb8d1m {
|
|
551
504
|
display: contents;
|
|
552
505
|
}
|
|
553
|
-
.
|
|
506
|
+
.txcb8d1p {
|
|
554
507
|
order: 1;
|
|
555
508
|
}
|
|
556
|
-
.
|
|
509
|
+
.txcb8d1w {
|
|
557
510
|
display: contents;
|
|
558
511
|
}
|
|
559
|
-
.
|
|
512
|
+
.txcb8d2k {
|
|
560
513
|
order: 2;
|
|
561
514
|
}
|
|
562
|
-
.
|
|
515
|
+
.txcb8d2s {
|
|
563
516
|
order: 3;
|
|
564
517
|
}
|
|
565
|
-
.
|
|
518
|
+
.txcb8d2t {
|
|
566
519
|
height: 530px;
|
|
567
520
|
left: unset;
|
|
568
521
|
right: -150px;
|
|
@@ -571,52 +524,52 @@ main > div:has(.txcb8d1g) {
|
|
|
571
524
|
}
|
|
572
525
|
}
|
|
573
526
|
@media (max-width: 768px) {
|
|
574
|
-
.
|
|
527
|
+
.txcb8db {
|
|
575
528
|
margin-top: 8px;
|
|
576
529
|
font-size: 16px;
|
|
577
530
|
line-height: 1.5;
|
|
578
531
|
}
|
|
579
|
-
.
|
|
532
|
+
.txcb8dm > * + * {
|
|
580
533
|
margin-top: 10px;
|
|
581
534
|
}
|
|
582
|
-
.
|
|
535
|
+
.txcb8dn {
|
|
583
536
|
padding: 24px;
|
|
584
537
|
}
|
|
585
|
-
.
|
|
538
|
+
.txcb8do {
|
|
586
539
|
margin-top: 8px;
|
|
587
540
|
}
|
|
588
|
-
.
|
|
541
|
+
.txcb8dp {
|
|
589
542
|
font-size: 18px;
|
|
590
543
|
line-height: 1.44;
|
|
591
544
|
margin-left: 10px;
|
|
592
545
|
}
|
|
593
|
-
.
|
|
546
|
+
.txcb8du {
|
|
594
547
|
margin-top: 16px;
|
|
595
548
|
}
|
|
596
|
-
.
|
|
549
|
+
.txcb8dw {
|
|
597
550
|
width: 200px;
|
|
598
551
|
}
|
|
599
|
-
.
|
|
552
|
+
.txcb8d10 h2 + p {
|
|
600
553
|
font-size: 1rem;
|
|
601
554
|
line-height: 1.5;
|
|
602
555
|
}
|
|
603
|
-
.
|
|
556
|
+
.txcb8d11 {
|
|
604
557
|
padding-top: 32px;
|
|
605
558
|
padding-bottom: 32px;
|
|
606
559
|
}
|
|
607
|
-
.
|
|
560
|
+
.txcb8dm + .txcb8d1d {
|
|
608
561
|
margin-top: 10px;
|
|
609
562
|
}
|
|
610
|
-
.
|
|
563
|
+
.txcb8d1f {
|
|
611
564
|
padding-block: 32px;
|
|
612
565
|
}
|
|
613
|
-
.
|
|
566
|
+
.txcb8d1p {
|
|
614
567
|
gap: 12px;
|
|
615
568
|
}
|
|
616
|
-
.
|
|
569
|
+
.txcb8d24 {
|
|
617
570
|
font-size: 16px;
|
|
618
571
|
}
|
|
619
|
-
.
|
|
572
|
+
.txcb8d2f {
|
|
620
573
|
font-size: 18px;
|
|
621
574
|
}
|
|
622
575
|
}
|
|
@@ -631,32 +584,32 @@ main > div:has(.txcb8d1g) {
|
|
|
631
584
|
}
|
|
632
585
|
}
|
|
633
586
|
@media (max-width: 500px) {
|
|
634
|
-
.
|
|
587
|
+
.txcb8d1d {
|
|
635
588
|
gap: 24px;
|
|
636
589
|
}
|
|
637
590
|
}
|
|
638
591
|
@media (max-width: 400px) {
|
|
639
|
-
.
|
|
592
|
+
.txcb8d1d {
|
|
640
593
|
align-items: flex-start;
|
|
641
594
|
flex-direction: column;
|
|
642
595
|
gap: 10px;
|
|
643
596
|
}
|
|
644
597
|
}
|
|
645
598
|
@media (max-width: 1023px) and (min-width: 769px) {
|
|
646
|
-
.
|
|
599
|
+
.txcb8d1k {
|
|
647
600
|
width: min(1200px, calc(100% - 4rem));
|
|
648
601
|
}
|
|
649
602
|
}
|
|
650
603
|
@media (min-width: 769px) {
|
|
651
|
-
.
|
|
604
|
+
.txcb8d2s > * + * {
|
|
652
605
|
margin-top: 14px;
|
|
653
606
|
}
|
|
654
607
|
}
|
|
655
608
|
@media (min-width: 851px) {
|
|
656
|
-
.
|
|
609
|
+
.txcb8d2v path {
|
|
657
610
|
opacity: 0.5;
|
|
658
611
|
}
|
|
659
|
-
.
|
|
612
|
+
.txcb8d2w path {
|
|
660
613
|
opacity: 0.5;
|
|
661
614
|
}
|
|
662
615
|
}
|