@levo-so/blocks 0.1.59 → 0.1.60
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/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -11,33 +11,262 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA_1 = {
|
|
15
|
+
id: "VbXpYm7B4twxE",
|
|
16
|
+
filename: "teams-2-1.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx.png",
|
|
19
|
+
srcset: {
|
|
20
|
+
"1080w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1080w.webp",
|
|
22
|
+
"1200w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1200w.webp",
|
|
24
|
+
"1920w":
|
|
25
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1920w.webp",
|
|
26
|
+
"320w":
|
|
27
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-320w.webp",
|
|
28
|
+
"640w":
|
|
29
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-640w.webp",
|
|
30
|
+
"750w":
|
|
31
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-750w.webp",
|
|
32
|
+
"828w":
|
|
33
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-828w.webp",
|
|
34
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-1-CISnJrrD4xwVx-1200w.webp 1200w",
|
|
35
|
+
},
|
|
36
|
+
mimetype: "image/png",
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
const MEDIA_2 = {
|
|
40
|
+
id: "XZbxTbcwyiPl9",
|
|
41
|
+
filename: "teams-2-2.png",
|
|
42
|
+
kind: "image",
|
|
43
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm.png",
|
|
44
|
+
srcset: {
|
|
45
|
+
"1080w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1080w.webp",
|
|
47
|
+
"1200w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1200w.webp",
|
|
49
|
+
"1920w":
|
|
50
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1920w.webp",
|
|
51
|
+
"320w":
|
|
52
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-320w.webp",
|
|
53
|
+
"640w":
|
|
54
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-640w.webp",
|
|
55
|
+
"750w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-750w.webp",
|
|
57
|
+
"828w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-828w.webp",
|
|
59
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-2-fF9LeWpV9myfm-1920w.webp 1920w",
|
|
60
|
+
},
|
|
61
|
+
mimetype: "image/png",
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
const MEDIA_3 = {
|
|
65
|
+
id: "8eR4b0Um3I7tI",
|
|
66
|
+
filename: "teams-2-3.png",
|
|
67
|
+
kind: "image",
|
|
68
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF.png",
|
|
69
|
+
srcset: {
|
|
70
|
+
"1080w":
|
|
71
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1080w.webp",
|
|
72
|
+
"1200w":
|
|
73
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1200w.webp",
|
|
74
|
+
"1920w":
|
|
75
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1920w.webp",
|
|
76
|
+
"320w":
|
|
77
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-320w.webp",
|
|
78
|
+
"640w":
|
|
79
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-640w.webp",
|
|
80
|
+
"750w":
|
|
81
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-750w.webp",
|
|
82
|
+
"828w":
|
|
83
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-828w.webp",
|
|
84
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-3-OaJDuLqfxFOPF-750w.webp 750w",
|
|
85
|
+
},
|
|
86
|
+
mimetype: "image/png",
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
const MEDIA_4 = {
|
|
90
|
+
id: "XZbxmbcwyiPly",
|
|
91
|
+
filename: "teams-2-4.png",
|
|
92
|
+
kind: "image",
|
|
93
|
+
location: "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1.png",
|
|
94
|
+
srcset: {
|
|
95
|
+
"1080w":
|
|
96
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1080w.webp",
|
|
97
|
+
"1200w":
|
|
98
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1200w.webp",
|
|
99
|
+
"1920w":
|
|
100
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1920w.webp",
|
|
101
|
+
"320w":
|
|
102
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-320w.webp",
|
|
103
|
+
"640w":
|
|
104
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-640w.webp",
|
|
105
|
+
"750w":
|
|
106
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-750w.webp",
|
|
107
|
+
"828w":
|
|
108
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-828w.webp",
|
|
109
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-4-KQ5mYQXeJ1ps1-1200w.webp 1200w",
|
|
110
|
+
},
|
|
111
|
+
mimetype: "image/png",
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
const MEDIA_1_VARIANT_2 = {
|
|
115
|
+
id: "GLUBNcijJgm4c",
|
|
116
|
+
filename: "teams-2-variant-2-1.png",
|
|
117
|
+
kind: "image",
|
|
118
|
+
location:
|
|
119
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q.png",
|
|
120
|
+
srcset: {
|
|
121
|
+
"1080w":
|
|
122
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1080w.webp",
|
|
123
|
+
"1200w":
|
|
124
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1200w.webp",
|
|
125
|
+
"1920w":
|
|
126
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1920w.webp",
|
|
127
|
+
"320w":
|
|
128
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-320w.webp",
|
|
129
|
+
"640w":
|
|
130
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-640w.webp",
|
|
131
|
+
"750w":
|
|
132
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-750w.webp",
|
|
133
|
+
"828w":
|
|
134
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-828w.webp",
|
|
135
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-1-xloSzCSMZJl5q-320w.webp 320w",
|
|
136
|
+
},
|
|
137
|
+
mimetype: "image/png",
|
|
138
|
+
};
|
|
139
|
+
const MEDIA_2_VARIANT_2 = {
|
|
140
|
+
id: "VbXpDm7B4tq8P",
|
|
141
|
+
filename: "teams-2-variant-2-2.png",
|
|
142
|
+
kind: "image",
|
|
143
|
+
location:
|
|
144
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u.png",
|
|
145
|
+
srcset: {
|
|
146
|
+
"1080w":
|
|
147
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1080w.webp",
|
|
148
|
+
"1200w":
|
|
149
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1200w.webp",
|
|
150
|
+
"1920w":
|
|
151
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1920w.webp",
|
|
152
|
+
"320w":
|
|
153
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-320w.webp",
|
|
154
|
+
"640w":
|
|
155
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-640w.webp",
|
|
156
|
+
"750w":
|
|
157
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-750w.webp",
|
|
158
|
+
"828w":
|
|
159
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-828w.webp",
|
|
160
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-2-2-k5KGrTxRunJ0u-1200w.webp 1200w",
|
|
161
|
+
},
|
|
162
|
+
mimetype: "image/png",
|
|
163
|
+
};
|
|
164
|
+
const MEDIA_3_VARIANT_2 = {
|
|
165
|
+
id: "DNP7Ps1aZeGXc",
|
|
166
|
+
filename: "teams-2-variant-3-2.png",
|
|
167
|
+
kind: "image",
|
|
168
|
+
location:
|
|
169
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp.png",
|
|
170
|
+
srcset: {
|
|
171
|
+
"1080w":
|
|
172
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1080w.webp",
|
|
173
|
+
"1200w":
|
|
174
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1200w.webp",
|
|
175
|
+
"1920w":
|
|
176
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1920w.webp",
|
|
177
|
+
"320w":
|
|
178
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-320w.webp",
|
|
179
|
+
"640w":
|
|
180
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-640w.webp",
|
|
181
|
+
"750w":
|
|
182
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-750w.webp",
|
|
183
|
+
"828w":
|
|
184
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-828w.webp",
|
|
185
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-QsAUC4gZjqmvp-1200w.webp 1200w",
|
|
186
|
+
},
|
|
187
|
+
mimetype: "image/png",
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
const MEDIA_1_VARIANT_3 = {
|
|
191
|
+
id: "UpLlvWh3oWgc1",
|
|
192
|
+
filename: "teams-2-variant-3-1.png",
|
|
193
|
+
kind: "image",
|
|
194
|
+
location:
|
|
195
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C.png",
|
|
196
|
+
srcset: {
|
|
197
|
+
"1080w":
|
|
198
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1080w.webp",
|
|
199
|
+
"1200w":
|
|
200
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1200w.webp",
|
|
201
|
+
"1920w":
|
|
202
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1920w.webp",
|
|
203
|
+
"320w":
|
|
204
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-320w.webp",
|
|
205
|
+
"640w":
|
|
206
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-640w.webp",
|
|
207
|
+
"750w":
|
|
208
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-750w.webp",
|
|
209
|
+
"828w":
|
|
210
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-828w.webp",
|
|
211
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-1-2EYWk5YIXB61C-320w.webp 320w",
|
|
212
|
+
},
|
|
213
|
+
mimetype: "image/png",
|
|
214
|
+
};
|
|
215
|
+
const MEDIA_2_VARIANT_3 = {
|
|
216
|
+
id: "XZb1Wbcwy0kHC",
|
|
217
|
+
filename: "teams-2-variant-3-2.png",
|
|
218
|
+
kind: "image",
|
|
219
|
+
location:
|
|
220
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr.png",
|
|
221
|
+
srcset: {
|
|
222
|
+
"1080w":
|
|
223
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1080w.webp",
|
|
224
|
+
"1200w":
|
|
225
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1200w.webp",
|
|
226
|
+
"1920w":
|
|
227
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1920w.webp",
|
|
228
|
+
"320w":
|
|
229
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-320w.webp",
|
|
230
|
+
"640w":
|
|
231
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-640w.webp",
|
|
232
|
+
"750w":
|
|
233
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-750w.webp",
|
|
234
|
+
"828w":
|
|
235
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-828w.webp",
|
|
236
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-2-uY2WiYb6Z8hnr-1080w.webp 1080w",
|
|
237
|
+
},
|
|
238
|
+
mimetype: "image/png",
|
|
239
|
+
};
|
|
240
|
+
const MEDIA_3_VARIANT_3 = {
|
|
241
|
+
id: "MqnjEyg8b9KHg",
|
|
242
|
+
filename: "teams-2-variant-3-3.png",
|
|
243
|
+
kind: "image",
|
|
244
|
+
location:
|
|
245
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM.png",
|
|
246
|
+
srcset: {
|
|
247
|
+
"1080w":
|
|
248
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1080w.webp",
|
|
249
|
+
"1200w":
|
|
250
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1200w.webp",
|
|
251
|
+
"1920w":
|
|
252
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1920w.webp",
|
|
253
|
+
"320w":
|
|
254
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-320w.webp",
|
|
255
|
+
"640w":
|
|
256
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-640w.webp",
|
|
257
|
+
"750w":
|
|
258
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-750w.webp",
|
|
259
|
+
"828w":
|
|
260
|
+
"https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-828w.webp",
|
|
261
|
+
path: "https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/teams-2-variant-3-3-GLU3QcijJtWyM-750w.webp 750w",
|
|
262
|
+
},
|
|
263
|
+
mimetype: "image/png",
|
|
264
|
+
};
|
|
265
|
+
|
|
14
266
|
const TEAM_MEMBERS = [
|
|
15
267
|
{
|
|
16
268
|
card: null,
|
|
17
|
-
image:
|
|
18
|
-
id: "xlooCAaCdgpc",
|
|
19
|
-
filename: "image.png",
|
|
20
|
-
kind: "image",
|
|
21
|
-
location: "https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ.png",
|
|
22
|
-
srcset: {
|
|
23
|
-
"1080w":
|
|
24
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1080w.webp",
|
|
25
|
-
"1200w":
|
|
26
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1200w.webp",
|
|
27
|
-
"1920w":
|
|
28
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1920w.webp",
|
|
29
|
-
"320w":
|
|
30
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-320w.webp",
|
|
31
|
-
"640w":
|
|
32
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-640w.webp",
|
|
33
|
-
"750w":
|
|
34
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-750w.webp",
|
|
35
|
-
"828w":
|
|
36
|
-
"https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-828w.webp",
|
|
37
|
-
path: "https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-2EYb546DyewZ-320w.webp 320w",
|
|
38
|
-
},
|
|
39
|
-
mimetype: "image/png",
|
|
40
|
-
},
|
|
269
|
+
image: MEDIA_1,
|
|
41
270
|
info: null,
|
|
42
271
|
name: "Jenny White",
|
|
43
272
|
position: "Lead Developer, AutoNest",
|
|
@@ -63,30 +292,7 @@ const TEAM_MEMBERS = [
|
|
|
63
292
|
},
|
|
64
293
|
{
|
|
65
294
|
card: null,
|
|
66
|
-
image:
|
|
67
|
-
id: "c2uUarJdpXVL",
|
|
68
|
-
filename: "image.png",
|
|
69
|
-
kind: "image",
|
|
70
|
-
location: "https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc.png",
|
|
71
|
-
srcset: {
|
|
72
|
-
"1080w":
|
|
73
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1080w.webp",
|
|
74
|
-
"1200w":
|
|
75
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1200w.webp",
|
|
76
|
-
"1920w":
|
|
77
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1920w.webp",
|
|
78
|
-
"320w":
|
|
79
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-320w.webp",
|
|
80
|
-
"640w":
|
|
81
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-640w.webp",
|
|
82
|
-
"750w":
|
|
83
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-750w.webp",
|
|
84
|
-
"828w":
|
|
85
|
-
"https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-828w.webp",
|
|
86
|
-
path: "https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-UpLbWyPgMStc-750w.webp 750w",
|
|
87
|
-
},
|
|
88
|
-
mimetype: "image/png",
|
|
89
|
-
},
|
|
295
|
+
image: MEDIA_2,
|
|
90
296
|
info: null,
|
|
91
297
|
name: "Rory Gilbert",
|
|
92
298
|
position: "Founder, AutoNest",
|
|
@@ -112,30 +318,7 @@ const TEAM_MEMBERS = [
|
|
|
112
318
|
},
|
|
113
319
|
{
|
|
114
320
|
card: null,
|
|
115
|
-
image:
|
|
116
|
-
id: "74djDExbsDoS",
|
|
117
|
-
filename: "image.png",
|
|
118
|
-
kind: "image",
|
|
119
|
-
location: "https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH.png",
|
|
120
|
-
srcset: {
|
|
121
|
-
"1080w":
|
|
122
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1080w.webp",
|
|
123
|
-
"1200w":
|
|
124
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1200w.webp",
|
|
125
|
-
"1920w":
|
|
126
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1920w.webp",
|
|
127
|
-
"320w":
|
|
128
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-320w.webp",
|
|
129
|
-
"640w":
|
|
130
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-640w.webp",
|
|
131
|
-
"750w":
|
|
132
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-750w.webp",
|
|
133
|
-
"828w":
|
|
134
|
-
"https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-828w.webp",
|
|
135
|
-
path: "https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-lDicGcHO6TiH-320w.webp 320w",
|
|
136
|
-
},
|
|
137
|
-
mimetype: "image/png",
|
|
138
|
-
},
|
|
321
|
+
image: MEDIA_3,
|
|
139
322
|
info: null,
|
|
140
323
|
name: "Seth Morrison",
|
|
141
324
|
position: "Lead Designer, AutoNest",
|
|
@@ -161,30 +344,7 @@ const TEAM_MEMBERS = [
|
|
|
161
344
|
},
|
|
162
345
|
{
|
|
163
346
|
card: null,
|
|
164
|
-
image:
|
|
165
|
-
id: "bMZ6nDjbOAKI",
|
|
166
|
-
filename: "image.png",
|
|
167
|
-
kind: "image",
|
|
168
|
-
location: "https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP.png",
|
|
169
|
-
srcset: {
|
|
170
|
-
"1080w":
|
|
171
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1080w.webp",
|
|
172
|
-
"1200w":
|
|
173
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1200w.webp",
|
|
174
|
-
"1920w":
|
|
175
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1920w.webp",
|
|
176
|
-
"320w":
|
|
177
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-320w.webp",
|
|
178
|
-
"640w":
|
|
179
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-640w.webp",
|
|
180
|
-
"750w":
|
|
181
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-750w.webp",
|
|
182
|
-
"828w":
|
|
183
|
-
"https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-828w.webp",
|
|
184
|
-
path: "https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-yCrl3M8IfJvP-320w.webp 320w",
|
|
185
|
-
},
|
|
186
|
-
mimetype: "image/png",
|
|
187
|
-
},
|
|
347
|
+
image: MEDIA_4,
|
|
188
348
|
info: null,
|
|
189
349
|
name: "Alex Johnson",
|
|
190
350
|
position: "Product Manager, AutoNest",
|
|
@@ -228,7 +388,7 @@ const DEFAULT_CONTENT = {
|
|
|
228
388
|
team: TEAM_MEMBERS,
|
|
229
389
|
};
|
|
230
390
|
|
|
231
|
-
const
|
|
391
|
+
const DEFAULT_CONTENT_WITH_CTAS_1 = {
|
|
232
392
|
layout: null,
|
|
233
393
|
container: null,
|
|
234
394
|
header: null,
|
|
@@ -243,31 +403,53 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
243
403
|
team: [
|
|
244
404
|
{
|
|
245
405
|
card: null,
|
|
246
|
-
image:
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
"
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
261
|
-
"640w":
|
|
262
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
263
|
-
"750w":
|
|
264
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
265
|
-
"828w":
|
|
266
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
267
|
-
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
406
|
+
image: MEDIA_1_VARIANT_2,
|
|
407
|
+
info: null,
|
|
408
|
+
name: "Jenny White",
|
|
409
|
+
position: "Lead Developer, AutoNest",
|
|
410
|
+
social_levoGroup: null,
|
|
411
|
+
social: [
|
|
412
|
+
{
|
|
413
|
+
icon: {
|
|
414
|
+
id: "youtube-icon",
|
|
415
|
+
location:
|
|
416
|
+
"https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
417
|
+
kind: "image",
|
|
418
|
+
srcset: {},
|
|
419
|
+
},
|
|
268
420
|
},
|
|
269
|
-
|
|
270
|
-
|
|
421
|
+
{
|
|
422
|
+
icon: {
|
|
423
|
+
id: "linkedin-icon",
|
|
424
|
+
location:
|
|
425
|
+
"https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
426
|
+
kind: "image",
|
|
427
|
+
srcset: {},
|
|
428
|
+
},
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
icon: {
|
|
432
|
+
id: "facebook-icon",
|
|
433
|
+
location:
|
|
434
|
+
"https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
435
|
+
kind: "image",
|
|
436
|
+
srcset: {},
|
|
437
|
+
},
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
icon: {
|
|
441
|
+
id: "instagram-icon",
|
|
442
|
+
location:
|
|
443
|
+
"https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
444
|
+
kind: "image",
|
|
445
|
+
srcset: {},
|
|
446
|
+
},
|
|
447
|
+
},
|
|
448
|
+
],
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
card: null,
|
|
452
|
+
image: MEDIA_2_VARIANT_2,
|
|
271
453
|
info: null,
|
|
272
454
|
name: "Jenny White",
|
|
273
455
|
position: "Lead Developer, AutoNest",
|
|
@@ -313,31 +495,71 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
313
495
|
},
|
|
314
496
|
{
|
|
315
497
|
card: null,
|
|
316
|
-
image:
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
331
|
-
"640w":
|
|
332
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
333
|
-
"750w":
|
|
334
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
335
|
-
"828w":
|
|
336
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
337
|
-
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
498
|
+
image: MEDIA_3_VARIANT_2,
|
|
499
|
+
info: null,
|
|
500
|
+
name: "Jenny White",
|
|
501
|
+
position: "Lead Developer, AutoNest",
|
|
502
|
+
social_levoGroup: null,
|
|
503
|
+
social: [
|
|
504
|
+
{
|
|
505
|
+
icon: {
|
|
506
|
+
id: "youtube-icon",
|
|
507
|
+
location:
|
|
508
|
+
"https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
509
|
+
kind: "image",
|
|
510
|
+
srcset: {},
|
|
511
|
+
},
|
|
338
512
|
},
|
|
339
|
-
|
|
340
|
-
|
|
513
|
+
{
|
|
514
|
+
icon: {
|
|
515
|
+
id: "linkedin-icon",
|
|
516
|
+
location:
|
|
517
|
+
"https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
518
|
+
kind: "image",
|
|
519
|
+
srcset: {},
|
|
520
|
+
},
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
icon: {
|
|
524
|
+
id: "facebook-icon",
|
|
525
|
+
location:
|
|
526
|
+
"https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
527
|
+
kind: "image",
|
|
528
|
+
srcset: {},
|
|
529
|
+
},
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
icon: {
|
|
533
|
+
id: "instagram-icon",
|
|
534
|
+
location:
|
|
535
|
+
"https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
536
|
+
kind: "image",
|
|
537
|
+
srcset: {},
|
|
538
|
+
},
|
|
539
|
+
},
|
|
540
|
+
],
|
|
541
|
+
},
|
|
542
|
+
],
|
|
543
|
+
};
|
|
544
|
+
|
|
545
|
+
const DEFAULT_CONTENT_WITH_CTAS_2 = {
|
|
546
|
+
layout: null,
|
|
547
|
+
container: null,
|
|
548
|
+
header: null,
|
|
549
|
+
"accent-title": "Meet Our Team",
|
|
550
|
+
title: "Meet Our Leadership Driving Logistics Forward",
|
|
551
|
+
description:
|
|
552
|
+
"Meet Our Leadership Driving Logistics Forward Meet Our Leadership Driving Logistics Forward Meet Our Leadership Driving Logistics Forward ",
|
|
553
|
+
ctas: [
|
|
554
|
+
{
|
|
555
|
+
button: "View All",
|
|
556
|
+
},
|
|
557
|
+
],
|
|
558
|
+
team_levoGroup: null,
|
|
559
|
+
team: [
|
|
560
|
+
{
|
|
561
|
+
card: null,
|
|
562
|
+
image: MEDIA_1_VARIANT_3,
|
|
341
563
|
info: null,
|
|
342
564
|
name: "Jenny White",
|
|
343
565
|
position: "Lead Developer, AutoNest",
|
|
@@ -383,31 +605,53 @@ const DEFAULT_CONTENT_WITH_CTAS = {
|
|
|
383
605
|
},
|
|
384
606
|
{
|
|
385
607
|
card: null,
|
|
386
|
-
image:
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp",
|
|
401
|
-
"640w":
|
|
402
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp",
|
|
403
|
-
"750w":
|
|
404
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp",
|
|
405
|
-
"828w":
|
|
406
|
-
"https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp",
|
|
407
|
-
path: "https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-c2u8aN9OgP11-1920w.webp 1920w",
|
|
608
|
+
image: MEDIA_2_VARIANT_3,
|
|
609
|
+
info: null,
|
|
610
|
+
name: "Jenny White",
|
|
611
|
+
position: "Lead Developer, AutoNest",
|
|
612
|
+
social_levoGroup: null,
|
|
613
|
+
social: [
|
|
614
|
+
{
|
|
615
|
+
icon: {
|
|
616
|
+
id: "youtube-icon",
|
|
617
|
+
location:
|
|
618
|
+
"https://static.levocdn.com/WLZ1TXTD/youtube-DNPTOs0ucdrd3.png",
|
|
619
|
+
kind: "image",
|
|
620
|
+
srcset: {},
|
|
621
|
+
},
|
|
408
622
|
},
|
|
409
|
-
|
|
410
|
-
|
|
623
|
+
{
|
|
624
|
+
icon: {
|
|
625
|
+
id: "linkedin-icon",
|
|
626
|
+
location:
|
|
627
|
+
"https://static.levocdn.com/WLZ1TXTD/linkedin-w9fE6Jvx7cWcO.png",
|
|
628
|
+
kind: "image",
|
|
629
|
+
srcset: {},
|
|
630
|
+
},
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
icon: {
|
|
634
|
+
id: "facebook-icon",
|
|
635
|
+
location:
|
|
636
|
+
"https://static.levocdn.com/WLZ1TXTD/facebook-SvIcPsF6n3T3J.png",
|
|
637
|
+
kind: "image",
|
|
638
|
+
srcset: {},
|
|
639
|
+
},
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
icon: {
|
|
643
|
+
id: "instagram-icon",
|
|
644
|
+
location:
|
|
645
|
+
"https://static.levocdn.com/WLZ1TXTD/instagram-4JOZBlpMuPEPm.png",
|
|
646
|
+
kind: "image",
|
|
647
|
+
srcset: {},
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
],
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
card: null,
|
|
654
|
+
image: MEDIA_3_VARIANT_3,
|
|
411
655
|
info: null,
|
|
412
656
|
name: "Jenny White",
|
|
413
657
|
position: "Lead Developer, AutoNest",
|
|
@@ -490,6 +734,11 @@ export const Team2: IBlock = {
|
|
|
490
734
|
max_characters: 15,
|
|
491
735
|
},
|
|
492
736
|
},
|
|
737
|
+
{
|
|
738
|
+
key: "title_container",
|
|
739
|
+
label: "Title Container",
|
|
740
|
+
field_interface: "BoxWidget",
|
|
741
|
+
},
|
|
493
742
|
{
|
|
494
743
|
key: "title",
|
|
495
744
|
label: "Title",
|
|
@@ -501,6 +750,11 @@ export const Team2: IBlock = {
|
|
|
501
750
|
max_characters: 60,
|
|
502
751
|
},
|
|
503
752
|
},
|
|
753
|
+
{
|
|
754
|
+
key: "description",
|
|
755
|
+
label: "Description",
|
|
756
|
+
field_interface: "TypographyWidget",
|
|
757
|
+
},
|
|
504
758
|
{
|
|
505
759
|
key: "ctas",
|
|
506
760
|
label: "CTA Buttons",
|
|
@@ -623,27 +877,84 @@ export const Team2: IBlock = {
|
|
|
623
877
|
{
|
|
624
878
|
key: "default",
|
|
625
879
|
title: "Default",
|
|
626
|
-
config: {
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
"padding-top": "2xl",
|
|
634
|
-
"padding-bottom": "2xl",
|
|
880
|
+
config: {
|
|
881
|
+
"accent-title": {
|
|
882
|
+
heading: {
|
|
883
|
+
level: "4",
|
|
884
|
+
},
|
|
885
|
+
selectedVariants: {
|
|
886
|
+
Heading_Level: "H6",
|
|
635
887
|
},
|
|
636
888
|
},
|
|
637
|
-
|
|
638
|
-
|
|
889
|
+
title: {
|
|
890
|
+
selectedVariants: {
|
|
891
|
+
Heading_Level: "H2",
|
|
892
|
+
},
|
|
639
893
|
},
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
894
|
+
team: [
|
|
895
|
+
{
|
|
896
|
+
name: {
|
|
897
|
+
heading: {
|
|
898
|
+
level: "4",
|
|
899
|
+
},
|
|
900
|
+
selectedVariants: {
|
|
901
|
+
Heading_Level: "H4",
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
position: {
|
|
905
|
+
selectedVariants: {},
|
|
906
|
+
},
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
name: {
|
|
910
|
+
selectedVariants: {
|
|
911
|
+
Heading_Level: "H4",
|
|
912
|
+
},
|
|
913
|
+
heading: {
|
|
914
|
+
level: "4",
|
|
915
|
+
},
|
|
916
|
+
},
|
|
917
|
+
position: {
|
|
918
|
+
selectedVariants: {},
|
|
919
|
+
},
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
name: {
|
|
923
|
+
selectedVariants: {
|
|
924
|
+
Heading_Level: "H4",
|
|
925
|
+
},
|
|
926
|
+
heading: {
|
|
927
|
+
level: "4",
|
|
928
|
+
},
|
|
929
|
+
},
|
|
930
|
+
position: {
|
|
931
|
+
selectedVariants: {},
|
|
932
|
+
},
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
name: {
|
|
936
|
+
selectedVariants: {
|
|
937
|
+
Heading_Level: "H4",
|
|
938
|
+
},
|
|
939
|
+
heading: {
|
|
940
|
+
level: "4",
|
|
941
|
+
},
|
|
942
|
+
},
|
|
943
|
+
position: {
|
|
944
|
+
selectedVariants: {},
|
|
945
|
+
},
|
|
946
|
+
},
|
|
947
|
+
],
|
|
948
|
+
},
|
|
949
|
+
content: DEFAULT_CONTENT,
|
|
950
|
+
styles: {
|
|
951
|
+
layout: {},
|
|
952
|
+
ctas_levoGroup: {
|
|
953
|
+
display: "flex",
|
|
954
|
+
"column-gap": "base",
|
|
955
|
+
"justify-content": "center",
|
|
646
956
|
},
|
|
957
|
+
container: {},
|
|
647
958
|
header: {
|
|
648
959
|
"text-align": "center",
|
|
649
960
|
"margin-bottom": "3xl",
|
|
@@ -653,13 +964,11 @@ export const Team2: IBlock = {
|
|
|
653
964
|
filter: "none",
|
|
654
965
|
},
|
|
655
966
|
"accent-title": {
|
|
656
|
-
color: "text-2",
|
|
657
967
|
"text-transform": "uppercase",
|
|
658
968
|
"margin-bottom": "xs",
|
|
969
|
+
"font-weight": 500,
|
|
659
970
|
},
|
|
660
971
|
title: {
|
|
661
|
-
color: "text-1",
|
|
662
|
-
filter: "none",
|
|
663
972
|
"max-width": "600px",
|
|
664
973
|
"text-align": "center",
|
|
665
974
|
"margin-left": "auto",
|
|
@@ -705,7 +1014,6 @@ export const Team2: IBlock = {
|
|
|
705
1014
|
"margin-left": "auto",
|
|
706
1015
|
"margin-right": "auto",
|
|
707
1016
|
"margin-bottom": "base",
|
|
708
|
-
filter: "none",
|
|
709
1017
|
},
|
|
710
1018
|
info: {
|
|
711
1019
|
display: "flex",
|
|
@@ -715,11 +1023,9 @@ export const Team2: IBlock = {
|
|
|
715
1023
|
filter: "none",
|
|
716
1024
|
},
|
|
717
1025
|
name: {
|
|
718
|
-
color: "text-1",
|
|
719
1026
|
"margin-bottom": "2xs",
|
|
720
1027
|
},
|
|
721
1028
|
position: {
|
|
722
|
-
color: "text-2",
|
|
723
1029
|
"margin-bottom": "sm",
|
|
724
1030
|
},
|
|
725
1031
|
social_levoGroup: {
|
|
@@ -762,6 +1068,10 @@ export const Team2: IBlock = {
|
|
|
762
1068
|
"text-align": "center",
|
|
763
1069
|
"box-shadow": "default",
|
|
764
1070
|
filter: "none",
|
|
1071
|
+
display: "block",
|
|
1072
|
+
"flex-direction": "column",
|
|
1073
|
+
"justify-content": "center",
|
|
1074
|
+
"align-items": "center",
|
|
765
1075
|
"padding-top": "5xl",
|
|
766
1076
|
"padding-bottom": "5xl",
|
|
767
1077
|
},
|
|
@@ -783,47 +1093,38 @@ export const Team2: IBlock = {
|
|
|
783
1093
|
filter: "none",
|
|
784
1094
|
},
|
|
785
1095
|
name: {
|
|
786
|
-
color: "text-1",
|
|
787
1096
|
"margin-bottom": "2xs",
|
|
788
1097
|
},
|
|
789
1098
|
position: {
|
|
790
|
-
color: "text-2",
|
|
791
1099
|
"margin-bottom": "sm",
|
|
792
1100
|
},
|
|
793
1101
|
social_levoGroup: {
|
|
794
1102
|
display: "flex",
|
|
795
1103
|
"justify-content": "center",
|
|
796
|
-
"column-gap": "
|
|
1104
|
+
"column-gap": "2xs",
|
|
1105
|
+
filter: "none",
|
|
797
1106
|
},
|
|
798
1107
|
social: [
|
|
799
1108
|
{
|
|
800
1109
|
icon: {
|
|
801
|
-
width: "32px",
|
|
802
|
-
height: "32px",
|
|
803
1110
|
"object-fit": "contain",
|
|
804
1111
|
filter: "none",
|
|
805
1112
|
},
|
|
806
1113
|
},
|
|
807
1114
|
{
|
|
808
1115
|
icon: {
|
|
809
|
-
width: "32px",
|
|
810
|
-
height: "32px",
|
|
811
1116
|
"object-fit": "contain",
|
|
812
1117
|
filter: "none",
|
|
813
1118
|
},
|
|
814
1119
|
},
|
|
815
1120
|
{
|
|
816
1121
|
icon: {
|
|
817
|
-
width: "32px",
|
|
818
|
-
height: "32px",
|
|
819
1122
|
"object-fit": "contain",
|
|
820
1123
|
filter: "none",
|
|
821
1124
|
},
|
|
822
1125
|
},
|
|
823
1126
|
{
|
|
824
1127
|
icon: {
|
|
825
|
-
width: "32px",
|
|
826
|
-
height: "32px",
|
|
827
1128
|
"object-fit": "contain",
|
|
828
1129
|
filter: "none",
|
|
829
1130
|
},
|
|
@@ -837,7 +1138,11 @@ export const Team2: IBlock = {
|
|
|
837
1138
|
"text-align": "center",
|
|
838
1139
|
"box-shadow": "default",
|
|
839
1140
|
filter: "none",
|
|
840
|
-
|
|
1141
|
+
display: "block",
|
|
1142
|
+
"flex-direction": "column",
|
|
1143
|
+
"justify-content": "center",
|
|
1144
|
+
"align-items": "center",
|
|
1145
|
+
"padding-top": "5xl",
|
|
841
1146
|
"padding-bottom": "5xl",
|
|
842
1147
|
},
|
|
843
1148
|
image: {
|
|
@@ -858,47 +1163,38 @@ export const Team2: IBlock = {
|
|
|
858
1163
|
filter: "none",
|
|
859
1164
|
},
|
|
860
1165
|
name: {
|
|
861
|
-
color: "text-1",
|
|
862
1166
|
"margin-bottom": "2xs",
|
|
863
1167
|
},
|
|
864
1168
|
position: {
|
|
865
|
-
color: "text-2",
|
|
866
1169
|
"margin-bottom": "sm",
|
|
867
1170
|
},
|
|
868
1171
|
social_levoGroup: {
|
|
869
1172
|
display: "flex",
|
|
870
1173
|
"justify-content": "center",
|
|
871
|
-
"column-gap": "
|
|
1174
|
+
"column-gap": "2xs",
|
|
1175
|
+
filter: "none",
|
|
872
1176
|
},
|
|
873
1177
|
social: [
|
|
874
1178
|
{
|
|
875
1179
|
icon: {
|
|
876
|
-
width: "32px",
|
|
877
|
-
height: "32px",
|
|
878
1180
|
"object-fit": "contain",
|
|
879
1181
|
filter: "none",
|
|
880
1182
|
},
|
|
881
1183
|
},
|
|
882
1184
|
{
|
|
883
1185
|
icon: {
|
|
884
|
-
width: "32px",
|
|
885
|
-
height: "32px",
|
|
886
1186
|
"object-fit": "contain",
|
|
887
1187
|
filter: "none",
|
|
888
1188
|
},
|
|
889
1189
|
},
|
|
890
1190
|
{
|
|
891
1191
|
icon: {
|
|
892
|
-
width: "32px",
|
|
893
|
-
height: "32px",
|
|
894
1192
|
"object-fit": "contain",
|
|
895
1193
|
filter: "none",
|
|
896
1194
|
},
|
|
897
1195
|
},
|
|
898
1196
|
{
|
|
899
1197
|
icon: {
|
|
900
|
-
width: "32px",
|
|
901
|
-
height: "32px",
|
|
902
1198
|
"object-fit": "contain",
|
|
903
1199
|
filter: "none",
|
|
904
1200
|
},
|
|
@@ -912,6 +1208,10 @@ export const Team2: IBlock = {
|
|
|
912
1208
|
"text-align": "center",
|
|
913
1209
|
"box-shadow": "default",
|
|
914
1210
|
filter: "none",
|
|
1211
|
+
display: "block",
|
|
1212
|
+
"flex-direction": "column",
|
|
1213
|
+
"justify-content": "center",
|
|
1214
|
+
"align-items": "center",
|
|
915
1215
|
"padding-top": "5xl",
|
|
916
1216
|
"padding-bottom": "5xl",
|
|
917
1217
|
},
|
|
@@ -933,47 +1233,38 @@ export const Team2: IBlock = {
|
|
|
933
1233
|
filter: "none",
|
|
934
1234
|
},
|
|
935
1235
|
name: {
|
|
936
|
-
color: "text-1",
|
|
937
1236
|
"margin-bottom": "2xs",
|
|
938
1237
|
},
|
|
939
1238
|
position: {
|
|
940
|
-
color: "text-2",
|
|
941
1239
|
"margin-bottom": "sm",
|
|
942
1240
|
},
|
|
943
1241
|
social_levoGroup: {
|
|
944
1242
|
display: "flex",
|
|
945
1243
|
"justify-content": "center",
|
|
946
|
-
"column-gap": "
|
|
1244
|
+
"column-gap": "2xs",
|
|
1245
|
+
filter: "none",
|
|
947
1246
|
},
|
|
948
1247
|
social: [
|
|
949
1248
|
{
|
|
950
1249
|
icon: {
|
|
951
|
-
width: "32px",
|
|
952
|
-
height: "32px",
|
|
953
1250
|
"object-fit": "contain",
|
|
954
1251
|
filter: "none",
|
|
955
1252
|
},
|
|
956
1253
|
},
|
|
957
1254
|
{
|
|
958
1255
|
icon: {
|
|
959
|
-
width: "32px",
|
|
960
|
-
height: "32px",
|
|
961
1256
|
"object-fit": "contain",
|
|
962
1257
|
filter: "none",
|
|
963
1258
|
},
|
|
964
1259
|
},
|
|
965
1260
|
{
|
|
966
1261
|
icon: {
|
|
967
|
-
width: "32px",
|
|
968
|
-
height: "32px",
|
|
969
1262
|
"object-fit": "contain",
|
|
970
1263
|
filter: "none",
|
|
971
1264
|
},
|
|
972
1265
|
},
|
|
973
1266
|
{
|
|
974
1267
|
icon: {
|
|
975
|
-
width: "32px",
|
|
976
|
-
height: "32px",
|
|
977
1268
|
"object-fit": "contain",
|
|
978
1269
|
filter: "none",
|
|
979
1270
|
},
|
|
@@ -986,7 +1277,7 @@ export const Team2: IBlock = {
|
|
|
986
1277
|
{
|
|
987
1278
|
key: "variant-2",
|
|
988
1279
|
title: "Variant 2",
|
|
989
|
-
content:
|
|
1280
|
+
content: DEFAULT_CONTENT_WITH_CTAS_1,
|
|
990
1281
|
config: {
|
|
991
1282
|
cta: {
|
|
992
1283
|
button_icons: {
|
|
@@ -1005,27 +1296,76 @@ export const Team2: IBlock = {
|
|
|
1005
1296
|
Heading_Level: "H5",
|
|
1006
1297
|
},
|
|
1007
1298
|
},
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
mobile: {
|
|
1014
|
-
"padding-top": "2xl",
|
|
1015
|
-
"padding-bottom": "2xl",
|
|
1299
|
+
ctas: [
|
|
1300
|
+
{
|
|
1301
|
+
button: {
|
|
1302
|
+
selectedVariants: {},
|
|
1303
|
+
},
|
|
1016
1304
|
},
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
"margin-right": "auto",
|
|
1022
|
-
"padding-left": "xl",
|
|
1023
|
-
"padding-right": "xl",
|
|
1024
|
-
filter: "none",
|
|
1025
|
-
mobile: {
|
|
1026
|
-
filter: "none",
|
|
1305
|
+
{
|
|
1306
|
+
button: {
|
|
1307
|
+
selectedVariants: {},
|
|
1308
|
+
},
|
|
1027
1309
|
},
|
|
1028
|
-
|
|
1310
|
+
],
|
|
1311
|
+
team: [
|
|
1312
|
+
{
|
|
1313
|
+
name: {
|
|
1314
|
+
heading: {
|
|
1315
|
+
level: "4",
|
|
1316
|
+
},
|
|
1317
|
+
selectedVariants: {
|
|
1318
|
+
Heading_Level: "H4",
|
|
1319
|
+
},
|
|
1320
|
+
},
|
|
1321
|
+
position: {
|
|
1322
|
+
selectedVariants: {},
|
|
1323
|
+
},
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
name: {
|
|
1327
|
+
selectedVariants: {
|
|
1328
|
+
Heading_Level: "H4",
|
|
1329
|
+
},
|
|
1330
|
+
heading: {
|
|
1331
|
+
level: "4",
|
|
1332
|
+
},
|
|
1333
|
+
},
|
|
1334
|
+
position: {
|
|
1335
|
+
selectedVariants: {},
|
|
1336
|
+
},
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
name: {
|
|
1340
|
+
selectedVariants: {
|
|
1341
|
+
Heading_Level: "H4",
|
|
1342
|
+
},
|
|
1343
|
+
heading: {
|
|
1344
|
+
level: "4",
|
|
1345
|
+
},
|
|
1346
|
+
},
|
|
1347
|
+
position: {
|
|
1348
|
+
selectedVariants: {},
|
|
1349
|
+
},
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
name: {
|
|
1353
|
+
selectedVariants: {
|
|
1354
|
+
Heading_Level: "H4",
|
|
1355
|
+
},
|
|
1356
|
+
heading: {
|
|
1357
|
+
level: "4",
|
|
1358
|
+
},
|
|
1359
|
+
},
|
|
1360
|
+
position: {
|
|
1361
|
+
selectedVariants: {},
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1364
|
+
],
|
|
1365
|
+
},
|
|
1366
|
+
styles: {
|
|
1367
|
+
layout: {},
|
|
1368
|
+
container: {},
|
|
1029
1369
|
header: {
|
|
1030
1370
|
"text-align": "left",
|
|
1031
1371
|
"margin-bottom": "3xl",
|
|
@@ -1045,27 +1385,14 @@ export const Team2: IBlock = {
|
|
|
1045
1385
|
},
|
|
1046
1386
|
},
|
|
1047
1387
|
"accent-title": {
|
|
1048
|
-
color: "text-2",
|
|
1049
1388
|
"text-transform": "uppercase",
|
|
1050
1389
|
"margin-bottom": "xs",
|
|
1051
|
-
filter: "none",
|
|
1052
|
-
tablet: {
|
|
1053
|
-
filter: "none",
|
|
1054
|
-
},
|
|
1055
|
-
mobile: {
|
|
1056
|
-
filter: "none",
|
|
1057
|
-
},
|
|
1058
1390
|
},
|
|
1059
1391
|
title: {
|
|
1060
1392
|
color: "background-3",
|
|
1061
1393
|
tablet: {
|
|
1062
|
-
filter: "none",
|
|
1063
1394
|
"text-align": "center",
|
|
1064
1395
|
},
|
|
1065
|
-
mobile: {
|
|
1066
|
-
filter: "none",
|
|
1067
|
-
},
|
|
1068
|
-
filter: "none",
|
|
1069
1396
|
"max-width": "450px",
|
|
1070
1397
|
"margin-bottom": "lg",
|
|
1071
1398
|
},
|
|
@@ -1083,32 +1410,10 @@ export const Team2: IBlock = {
|
|
|
1083
1410
|
},
|
|
1084
1411
|
ctas: [
|
|
1085
1412
|
{
|
|
1086
|
-
button: {
|
|
1087
|
-
"padding-top": "2xs",
|
|
1088
|
-
"padding-bottom": "2xs",
|
|
1089
|
-
"padding-left": "base",
|
|
1090
|
-
"padding-right": "base",
|
|
1091
|
-
"border-radius": "base",
|
|
1092
|
-
"border-width": "1px",
|
|
1093
|
-
"border-color": "border",
|
|
1094
|
-
display: "flex",
|
|
1095
|
-
filter: "none",
|
|
1096
|
-
"column-gap": "xs",
|
|
1097
|
-
},
|
|
1413
|
+
button: {},
|
|
1098
1414
|
},
|
|
1099
1415
|
{
|
|
1100
|
-
button: {
|
|
1101
|
-
"padding-top": "2xs",
|
|
1102
|
-
"padding-bottom": "2xs",
|
|
1103
|
-
"padding-left": "base",
|
|
1104
|
-
"padding-right": "base",
|
|
1105
|
-
"border-radius": "base",
|
|
1106
|
-
"border-width": "1px",
|
|
1107
|
-
"border-color": "border",
|
|
1108
|
-
display: "flex",
|
|
1109
|
-
filter: "none",
|
|
1110
|
-
"column-gap": "xs",
|
|
1111
|
-
},
|
|
1416
|
+
button: {},
|
|
1112
1417
|
},
|
|
1113
1418
|
],
|
|
1114
1419
|
team_levoGroup: {
|
|
@@ -1178,13 +1483,8 @@ export const Team2: IBlock = {
|
|
|
1178
1483
|
},
|
|
1179
1484
|
name: {
|
|
1180
1485
|
"margin-bottom": "2xs",
|
|
1181
|
-
filter: "none",
|
|
1182
|
-
},
|
|
1183
|
-
position: {
|
|
1184
|
-
color: "text-2",
|
|
1185
|
-
"margin-bottom": "none",
|
|
1186
|
-
filter: "none",
|
|
1187
1486
|
},
|
|
1487
|
+
position: {},
|
|
1188
1488
|
social_levoGroup: {
|
|
1189
1489
|
display: "none",
|
|
1190
1490
|
filter: "none",
|
|
@@ -1214,8 +1514,14 @@ export const Team2: IBlock = {
|
|
|
1214
1514
|
"object-fit": "cover",
|
|
1215
1515
|
"margin-bottom": "none",
|
|
1216
1516
|
"border-bottom-width": "1px",
|
|
1217
|
-
"border-bottom-color": "
|
|
1517
|
+
"border-bottom-color": "r",
|
|
1218
1518
|
filter: "none",
|
|
1519
|
+
mobile: {
|
|
1520
|
+
filter: "none",
|
|
1521
|
+
},
|
|
1522
|
+
tablet: {
|
|
1523
|
+
filter: "none",
|
|
1524
|
+
},
|
|
1219
1525
|
},
|
|
1220
1526
|
info: {
|
|
1221
1527
|
display: "flex",
|
|
@@ -1224,6 +1530,8 @@ export const Team2: IBlock = {
|
|
|
1224
1530
|
"row-gap": "none",
|
|
1225
1531
|
filter: "none",
|
|
1226
1532
|
padding: "lg",
|
|
1533
|
+
height: "auto",
|
|
1534
|
+
"justify-content": "center",
|
|
1227
1535
|
mobile: {
|
|
1228
1536
|
filter: "none",
|
|
1229
1537
|
},
|
|
@@ -1233,99 +1541,13 @@ export const Team2: IBlock = {
|
|
|
1233
1541
|
},
|
|
1234
1542
|
name: {
|
|
1235
1543
|
"margin-bottom": "2xs",
|
|
1236
|
-
filter: "none",
|
|
1237
|
-
},
|
|
1238
|
-
position: {
|
|
1239
|
-
color: "text-2",
|
|
1240
|
-
"margin-bottom": "none",
|
|
1241
|
-
filter: "none",
|
|
1242
1544
|
},
|
|
1545
|
+
position: {},
|
|
1243
1546
|
social_levoGroup: {
|
|
1244
1547
|
display: "none",
|
|
1245
1548
|
filter: "none",
|
|
1246
1549
|
},
|
|
1247
|
-
social: [
|
|
1248
|
-
{
|
|
1249
|
-
link: {
|
|
1250
|
-
width: "40px",
|
|
1251
|
-
height: "40px",
|
|
1252
|
-
display: "flex",
|
|
1253
|
-
"align-items": "center",
|
|
1254
|
-
"justify-content": "center",
|
|
1255
|
-
"border-radius": "lg",
|
|
1256
|
-
"background-color": "background-2",
|
|
1257
|
-
"border-width": "1px",
|
|
1258
|
-
"border-color": "border",
|
|
1259
|
-
filter: "none",
|
|
1260
|
-
},
|
|
1261
|
-
icon: {
|
|
1262
|
-
width: "20px",
|
|
1263
|
-
height: "20px",
|
|
1264
|
-
"object-fit": "contain",
|
|
1265
|
-
filter: "none",
|
|
1266
|
-
},
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
link: {
|
|
1270
|
-
width: "40px",
|
|
1271
|
-
height: "40px",
|
|
1272
|
-
display: "flex",
|
|
1273
|
-
"align-items": "center",
|
|
1274
|
-
"justify-content": "center",
|
|
1275
|
-
"border-radius": "lg",
|
|
1276
|
-
"background-color": "background-2",
|
|
1277
|
-
"border-width": "1px",
|
|
1278
|
-
"border-color": "border",
|
|
1279
|
-
filter: "none",
|
|
1280
|
-
},
|
|
1281
|
-
icon: {
|
|
1282
|
-
width: "20px",
|
|
1283
|
-
height: "20px",
|
|
1284
|
-
"object-fit": "contain",
|
|
1285
|
-
filter: "none",
|
|
1286
|
-
},
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
link: {
|
|
1290
|
-
width: "40px",
|
|
1291
|
-
height: "40px",
|
|
1292
|
-
display: "flex",
|
|
1293
|
-
"align-items": "center",
|
|
1294
|
-
"justify-content": "center",
|
|
1295
|
-
"border-radius": "lg",
|
|
1296
|
-
"background-color": "background-2",
|
|
1297
|
-
"border-width": "1px",
|
|
1298
|
-
"border-color": "border",
|
|
1299
|
-
filter: "none",
|
|
1300
|
-
},
|
|
1301
|
-
icon: {
|
|
1302
|
-
width: "20px",
|
|
1303
|
-
height: "20px",
|
|
1304
|
-
"object-fit": "contain",
|
|
1305
|
-
filter: "none",
|
|
1306
|
-
},
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
link: {
|
|
1310
|
-
width: "40px",
|
|
1311
|
-
height: "40px",
|
|
1312
|
-
display: "flex",
|
|
1313
|
-
"align-items": "center",
|
|
1314
|
-
"justify-content": "center",
|
|
1315
|
-
"border-radius": "lg",
|
|
1316
|
-
"background-color": "background-2",
|
|
1317
|
-
"border-width": "1px",
|
|
1318
|
-
"border-color": "border",
|
|
1319
|
-
filter: "none",
|
|
1320
|
-
},
|
|
1321
|
-
icon: {
|
|
1322
|
-
width: "20px",
|
|
1323
|
-
height: "20px",
|
|
1324
|
-
"object-fit": "contain",
|
|
1325
|
-
filter: "none",
|
|
1326
|
-
},
|
|
1327
|
-
},
|
|
1328
|
-
],
|
|
1550
|
+
social: [],
|
|
1329
1551
|
},
|
|
1330
1552
|
{
|
|
1331
1553
|
card: {
|
|
@@ -1341,7 +1563,6 @@ export const Team2: IBlock = {
|
|
|
1341
1563
|
"flex-direction": "column",
|
|
1342
1564
|
"align-items": "center",
|
|
1343
1565
|
overflow: "hidden",
|
|
1344
|
-
"padding-bottom": "none",
|
|
1345
1566
|
"border-style": "solid",
|
|
1346
1567
|
},
|
|
1347
1568
|
image: {
|
|
@@ -1351,8 +1572,14 @@ export const Team2: IBlock = {
|
|
|
1351
1572
|
"object-fit": "cover",
|
|
1352
1573
|
"margin-bottom": "none",
|
|
1353
1574
|
"border-bottom-width": "1px",
|
|
1354
|
-
"border-bottom-color": "
|
|
1575
|
+
"border-bottom-color": "r",
|
|
1355
1576
|
filter: "none",
|
|
1577
|
+
mobile: {
|
|
1578
|
+
filter: "none",
|
|
1579
|
+
},
|
|
1580
|
+
tablet: {
|
|
1581
|
+
filter: "none",
|
|
1582
|
+
},
|
|
1356
1583
|
},
|
|
1357
1584
|
info: {
|
|
1358
1585
|
display: "flex",
|
|
@@ -1361,420 +1588,77 @@ export const Team2: IBlock = {
|
|
|
1361
1588
|
"row-gap": "none",
|
|
1362
1589
|
filter: "none",
|
|
1363
1590
|
padding: "lg",
|
|
1591
|
+
height: "auto",
|
|
1592
|
+
"justify-content": "center",
|
|
1593
|
+
mobile: {
|
|
1594
|
+
filter: "none",
|
|
1595
|
+
},
|
|
1596
|
+
tablet: {
|
|
1597
|
+
filter: "none",
|
|
1598
|
+
},
|
|
1364
1599
|
},
|
|
1365
1600
|
name: {
|
|
1366
1601
|
"margin-bottom": "2xs",
|
|
1367
|
-
filter: "none",
|
|
1368
|
-
},
|
|
1369
|
-
position: {
|
|
1370
|
-
"font-size": "base",
|
|
1371
|
-
color: "text-2",
|
|
1372
|
-
"margin-bottom": "base",
|
|
1373
|
-
filter: "none",
|
|
1374
|
-
"font-weight": 400,
|
|
1375
1602
|
},
|
|
1603
|
+
position: {},
|
|
1376
1604
|
social_levoGroup: {
|
|
1377
1605
|
display: "none",
|
|
1378
|
-
"justify-content": "flex-start",
|
|
1379
|
-
"column-gap": "sm",
|
|
1380
1606
|
filter: "none",
|
|
1381
|
-
mobile: {
|
|
1382
|
-
"justify-content": "center",
|
|
1383
|
-
},
|
|
1384
1607
|
},
|
|
1385
|
-
social: [
|
|
1386
|
-
{
|
|
1387
|
-
link: {
|
|
1388
|
-
width: "40px",
|
|
1389
|
-
height: "40px",
|
|
1390
|
-
display: "flex",
|
|
1391
|
-
"align-items": "center",
|
|
1392
|
-
"justify-content": "center",
|
|
1393
|
-
"border-radius": "lg",
|
|
1394
|
-
"background-color": "background-2",
|
|
1395
|
-
"border-width": "1px",
|
|
1396
|
-
"border-color": "border",
|
|
1397
|
-
filter: "none",
|
|
1398
|
-
},
|
|
1399
|
-
icon: {
|
|
1400
|
-
width: "20px",
|
|
1401
|
-
height: "20px",
|
|
1402
|
-
"object-fit": "contain",
|
|
1403
|
-
filter: "none",
|
|
1404
|
-
},
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
link: {
|
|
1408
|
-
width: "40px",
|
|
1409
|
-
height: "40px",
|
|
1410
|
-
display: "flex",
|
|
1411
|
-
"align-items": "center",
|
|
1412
|
-
"justify-content": "center",
|
|
1413
|
-
"border-radius": "lg",
|
|
1414
|
-
"background-color": "background-2",
|
|
1415
|
-
"border-width": "1px",
|
|
1416
|
-
"border-color": "border",
|
|
1417
|
-
filter: "none",
|
|
1418
|
-
},
|
|
1419
|
-
icon: {
|
|
1420
|
-
width: "20px",
|
|
1421
|
-
height: "20px",
|
|
1422
|
-
"object-fit": "contain",
|
|
1423
|
-
filter: "none",
|
|
1424
|
-
},
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
link: {
|
|
1428
|
-
width: "40px",
|
|
1429
|
-
height: "40px",
|
|
1430
|
-
display: "flex",
|
|
1431
|
-
"align-items": "center",
|
|
1432
|
-
"justify-content": "center",
|
|
1433
|
-
"border-radius": "lg",
|
|
1434
|
-
"background-color": "background-2",
|
|
1435
|
-
"border-width": "1px",
|
|
1436
|
-
"border-color": "border",
|
|
1437
|
-
filter: "none",
|
|
1438
|
-
},
|
|
1439
|
-
icon: {
|
|
1440
|
-
width: "20px",
|
|
1441
|
-
height: "20px",
|
|
1442
|
-
"object-fit": "contain",
|
|
1443
|
-
filter: "none",
|
|
1444
|
-
},
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
link: {
|
|
1448
|
-
width: "40px",
|
|
1449
|
-
height: "40px",
|
|
1450
|
-
display: "flex",
|
|
1451
|
-
"align-items": "center",
|
|
1452
|
-
"justify-content": "center",
|
|
1453
|
-
"border-radius": "lg",
|
|
1454
|
-
"background-color": "background-2",
|
|
1455
|
-
"border-width": "1px",
|
|
1456
|
-
"border-color": "border",
|
|
1457
|
-
filter: "none",
|
|
1458
|
-
},
|
|
1459
|
-
icon: {
|
|
1460
|
-
width: "20px",
|
|
1461
|
-
height: "20px",
|
|
1462
|
-
"object-fit": "contain",
|
|
1463
|
-
filter: "none",
|
|
1464
|
-
},
|
|
1465
|
-
},
|
|
1466
|
-
],
|
|
1608
|
+
social: [],
|
|
1467
1609
|
},
|
|
1468
1610
|
{
|
|
1469
1611
|
card: {
|
|
1470
|
-
"background-color": "
|
|
1612
|
+
"background-color": "white",
|
|
1471
1613
|
"border-radius": "lg",
|
|
1472
1614
|
padding: "none",
|
|
1473
1615
|
"text-align": "center",
|
|
1474
1616
|
"box-shadow": "default",
|
|
1475
1617
|
"border-width": "1px",
|
|
1476
1618
|
"border-color": "border",
|
|
1477
|
-
filter: "
|
|
1478
|
-
display: "
|
|
1619
|
+
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
1620
|
+
display: "flex",
|
|
1479
1621
|
"flex-direction": "column",
|
|
1480
1622
|
"align-items": "center",
|
|
1481
1623
|
overflow: "hidden",
|
|
1624
|
+
"border-style": "solid",
|
|
1482
1625
|
},
|
|
1483
1626
|
image: {
|
|
1484
1627
|
width: "100%",
|
|
1485
|
-
height: "
|
|
1486
|
-
"border-radius": "
|
|
1628
|
+
height: "320px",
|
|
1629
|
+
"border-radius": "none",
|
|
1487
1630
|
"object-fit": "cover",
|
|
1488
|
-
"margin-bottom": "
|
|
1631
|
+
"margin-bottom": "none",
|
|
1632
|
+
"border-bottom-width": "1px",
|
|
1633
|
+
"border-bottom-color": "r",
|
|
1489
1634
|
filter: "none",
|
|
1635
|
+
mobile: {
|
|
1636
|
+
filter: "none",
|
|
1637
|
+
},
|
|
1638
|
+
tablet: {
|
|
1639
|
+
filter: "none",
|
|
1640
|
+
},
|
|
1490
1641
|
},
|
|
1491
1642
|
info: {
|
|
1492
1643
|
display: "flex",
|
|
1493
1644
|
"flex-direction": "column",
|
|
1494
1645
|
"align-items": "center",
|
|
1495
|
-
"row-gap": "
|
|
1646
|
+
"row-gap": "none",
|
|
1496
1647
|
filter: "none",
|
|
1497
1648
|
padding: "lg",
|
|
1649
|
+
height: "auto",
|
|
1650
|
+
"justify-content": "center",
|
|
1651
|
+
mobile: {
|
|
1652
|
+
filter: "none",
|
|
1653
|
+
},
|
|
1654
|
+
tablet: {
|
|
1655
|
+
filter: "none",
|
|
1656
|
+
},
|
|
1498
1657
|
},
|
|
1499
1658
|
name: {
|
|
1500
|
-
color: "text-1",
|
|
1501
1659
|
"margin-bottom": "2xs",
|
|
1502
1660
|
},
|
|
1503
|
-
position: {
|
|
1504
|
-
"font-size": "base",
|
|
1505
|
-
color: "white",
|
|
1506
|
-
"margin-bottom": "base",
|
|
1507
|
-
filter: "none",
|
|
1508
|
-
},
|
|
1509
|
-
social_levoGroup: {
|
|
1510
|
-
display: "none",
|
|
1511
|
-
"justify-content": "flex-start",
|
|
1512
|
-
"column-gap": "sm",
|
|
1513
|
-
filter: "none",
|
|
1514
|
-
mobile: {
|
|
1515
|
-
"justify-content": "center",
|
|
1516
|
-
},
|
|
1517
|
-
},
|
|
1518
|
-
social: [
|
|
1519
|
-
{
|
|
1520
|
-
link: {
|
|
1521
|
-
width: "40px",
|
|
1522
|
-
height: "40px",
|
|
1523
|
-
display: "flex",
|
|
1524
|
-
"align-items": "center",
|
|
1525
|
-
"justify-content": "center",
|
|
1526
|
-
"border-radius": "lg",
|
|
1527
|
-
"background-color": "background-2",
|
|
1528
|
-
"border-width": "1px",
|
|
1529
|
-
"border-color": "border",
|
|
1530
|
-
filter: "none",
|
|
1531
|
-
},
|
|
1532
|
-
icon: {
|
|
1533
|
-
width: "20px",
|
|
1534
|
-
height: "20px",
|
|
1535
|
-
"object-fit": "contain",
|
|
1536
|
-
filter: "none",
|
|
1537
|
-
},
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
link: {
|
|
1541
|
-
width: "40px",
|
|
1542
|
-
height: "40px",
|
|
1543
|
-
display: "flex",
|
|
1544
|
-
"align-items": "center",
|
|
1545
|
-
"justify-content": "center",
|
|
1546
|
-
"border-radius": "lg",
|
|
1547
|
-
"background-color": "background-2",
|
|
1548
|
-
"border-width": "1px",
|
|
1549
|
-
"border-color": "border",
|
|
1550
|
-
filter: "none",
|
|
1551
|
-
},
|
|
1552
|
-
icon: {
|
|
1553
|
-
width: "20px",
|
|
1554
|
-
height: "20px",
|
|
1555
|
-
"object-fit": "contain",
|
|
1556
|
-
filter: "none",
|
|
1557
|
-
},
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
link: {
|
|
1561
|
-
width: "40px",
|
|
1562
|
-
height: "40px",
|
|
1563
|
-
display: "flex",
|
|
1564
|
-
"align-items": "center",
|
|
1565
|
-
"justify-content": "center",
|
|
1566
|
-
"border-radius": "lg",
|
|
1567
|
-
"background-color": "background-2",
|
|
1568
|
-
"border-width": "1px",
|
|
1569
|
-
"border-color": "border",
|
|
1570
|
-
filter: "none",
|
|
1571
|
-
},
|
|
1572
|
-
icon: {
|
|
1573
|
-
width: "20px",
|
|
1574
|
-
height: "20px",
|
|
1575
|
-
"object-fit": "contain",
|
|
1576
|
-
filter: "none",
|
|
1577
|
-
},
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
link: {
|
|
1581
|
-
width: "40px",
|
|
1582
|
-
height: "40px",
|
|
1583
|
-
display: "flex",
|
|
1584
|
-
"align-items": "center",
|
|
1585
|
-
"justify-content": "center",
|
|
1586
|
-
"border-radius": "lg",
|
|
1587
|
-
"background-color": "background-2",
|
|
1588
|
-
"border-width": "1px",
|
|
1589
|
-
"border-color": "border",
|
|
1590
|
-
filter: "none",
|
|
1591
|
-
},
|
|
1592
|
-
icon: {
|
|
1593
|
-
width: "20px",
|
|
1594
|
-
height: "20px",
|
|
1595
|
-
"object-fit": "contain",
|
|
1596
|
-
filter: "none",
|
|
1597
|
-
},
|
|
1598
|
-
},
|
|
1599
|
-
],
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
card: {
|
|
1603
|
-
"background-color": "transparent",
|
|
1604
|
-
"border-radius": "none",
|
|
1605
|
-
padding: "none",
|
|
1606
|
-
"text-align": "left",
|
|
1607
|
-
"box-shadow": "none",
|
|
1608
|
-
filter: "none",
|
|
1609
|
-
display: "flex",
|
|
1610
|
-
"flex-direction": "column",
|
|
1611
|
-
"align-items": "flex-start",
|
|
1612
|
-
mobile: {
|
|
1613
|
-
"text-align": "center",
|
|
1614
|
-
"align-items": "center",
|
|
1615
|
-
},
|
|
1616
|
-
},
|
|
1617
|
-
image: {
|
|
1618
|
-
width: "100%",
|
|
1619
|
-
height: "300px",
|
|
1620
|
-
"border-radius": "lg",
|
|
1621
|
-
"object-fit": "cover",
|
|
1622
|
-
"margin-bottom": "lg",
|
|
1623
|
-
filter: "none",
|
|
1624
|
-
},
|
|
1625
|
-
info: {
|
|
1626
|
-
display: "flex",
|
|
1627
|
-
"flex-direction": "column",
|
|
1628
|
-
"align-items": "flex-start",
|
|
1629
|
-
"row-gap": "xs",
|
|
1630
|
-
filter: "none",
|
|
1631
|
-
mobile: {
|
|
1632
|
-
"align-items": "center",
|
|
1633
|
-
},
|
|
1634
|
-
},
|
|
1635
|
-
name: {
|
|
1636
|
-
color: "text-1",
|
|
1637
|
-
"margin-bottom": "2xs",
|
|
1638
|
-
},
|
|
1639
|
-
position: {
|
|
1640
|
-
"font-size": "base",
|
|
1641
|
-
color: "text-2",
|
|
1642
|
-
"margin-bottom": "base",
|
|
1643
|
-
},
|
|
1644
|
-
social_levoGroup: {
|
|
1645
|
-
display: "flex",
|
|
1646
|
-
"justify-content": "flex-start",
|
|
1647
|
-
"column-gap": "sm",
|
|
1648
|
-
filter: "none",
|
|
1649
|
-
mobile: {
|
|
1650
|
-
"justify-content": "center",
|
|
1651
|
-
},
|
|
1652
|
-
},
|
|
1653
|
-
social: [
|
|
1654
|
-
{
|
|
1655
|
-
link: {
|
|
1656
|
-
width: "40px",
|
|
1657
|
-
height: "40px",
|
|
1658
|
-
display: "flex",
|
|
1659
|
-
"align-items": "center",
|
|
1660
|
-
"justify-content": "center",
|
|
1661
|
-
"border-radius": "lg",
|
|
1662
|
-
"background-color": "background-2",
|
|
1663
|
-
"border-width": "1px",
|
|
1664
|
-
"border-color": "border",
|
|
1665
|
-
filter: "none",
|
|
1666
|
-
},
|
|
1667
|
-
icon: {
|
|
1668
|
-
width: "20px",
|
|
1669
|
-
height: "20px",
|
|
1670
|
-
"object-fit": "contain",
|
|
1671
|
-
filter: "none",
|
|
1672
|
-
},
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
link: {
|
|
1676
|
-
width: "40px",
|
|
1677
|
-
height: "40px",
|
|
1678
|
-
display: "flex",
|
|
1679
|
-
"align-items": "center",
|
|
1680
|
-
"justify-content": "center",
|
|
1681
|
-
"border-radius": "lg",
|
|
1682
|
-
"background-color": "background-2",
|
|
1683
|
-
"border-width": "1px",
|
|
1684
|
-
"border-color": "border",
|
|
1685
|
-
filter: "none",
|
|
1686
|
-
},
|
|
1687
|
-
icon: {
|
|
1688
|
-
width: "20px",
|
|
1689
|
-
height: "20px",
|
|
1690
|
-
"object-fit": "contain",
|
|
1691
|
-
filter: "none",
|
|
1692
|
-
},
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
link: {
|
|
1696
|
-
width: "40px",
|
|
1697
|
-
height: "40px",
|
|
1698
|
-
display: "flex",
|
|
1699
|
-
"align-items": "center",
|
|
1700
|
-
"justify-content": "center",
|
|
1701
|
-
"border-radius": "lg",
|
|
1702
|
-
"background-color": "background-2",
|
|
1703
|
-
"border-width": "1px",
|
|
1704
|
-
"border-color": "border",
|
|
1705
|
-
filter: "none",
|
|
1706
|
-
},
|
|
1707
|
-
icon: {
|
|
1708
|
-
width: "20px",
|
|
1709
|
-
height: "20px",
|
|
1710
|
-
"object-fit": "contain",
|
|
1711
|
-
filter: "none",
|
|
1712
|
-
},
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
link: {
|
|
1716
|
-
width: "40px",
|
|
1717
|
-
height: "40px",
|
|
1718
|
-
display: "flex",
|
|
1719
|
-
"align-items": "center",
|
|
1720
|
-
"justify-content": "center",
|
|
1721
|
-
"border-radius": "lg",
|
|
1722
|
-
"background-color": "background-2",
|
|
1723
|
-
"border-width": "1px",
|
|
1724
|
-
"border-color": "border",
|
|
1725
|
-
filter: "none",
|
|
1726
|
-
},
|
|
1727
|
-
icon: {
|
|
1728
|
-
width: "20px",
|
|
1729
|
-
height: "20px",
|
|
1730
|
-
"object-fit": "contain",
|
|
1731
|
-
filter: "none",
|
|
1732
|
-
},
|
|
1733
|
-
},
|
|
1734
|
-
],
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
card: {
|
|
1738
|
-
"background-color": "background-2",
|
|
1739
|
-
"border-radius": "lg",
|
|
1740
|
-
padding: "none",
|
|
1741
|
-
"text-align": "center",
|
|
1742
|
-
"box-shadow": "default",
|
|
1743
|
-
"border-width": "1px",
|
|
1744
|
-
"border-color": "border",
|
|
1745
|
-
filter: "none",
|
|
1746
|
-
display: "flex",
|
|
1747
|
-
"flex-direction": "column",
|
|
1748
|
-
"align-items": "center",
|
|
1749
|
-
overflow: "hidden",
|
|
1750
|
-
},
|
|
1751
|
-
image: {
|
|
1752
|
-
width: "100%",
|
|
1753
|
-
height: "300px",
|
|
1754
|
-
"border-radius": "none",
|
|
1755
|
-
"object-fit": "cover",
|
|
1756
|
-
"margin-bottom": "none",
|
|
1757
|
-
"border-bottom-width": "1px",
|
|
1758
|
-
"border-bottom-color": "border",
|
|
1759
|
-
filter: "none",
|
|
1760
|
-
},
|
|
1761
|
-
info: {
|
|
1762
|
-
display: "flex",
|
|
1763
|
-
"flex-direction": "column",
|
|
1764
|
-
"align-items": "center",
|
|
1765
|
-
"row-gap": "xs",
|
|
1766
|
-
filter: "none",
|
|
1767
|
-
padding: "lg",
|
|
1768
|
-
},
|
|
1769
|
-
name: {
|
|
1770
|
-
color: "text-1",
|
|
1771
|
-
"margin-bottom": "2xs",
|
|
1772
|
-
},
|
|
1773
|
-
position: {
|
|
1774
|
-
"font-size": "base",
|
|
1775
|
-
color: "text-2",
|
|
1776
|
-
"margin-bottom": "none",
|
|
1777
|
-
},
|
|
1661
|
+
position: {},
|
|
1778
1662
|
social_levoGroup: {
|
|
1779
1663
|
display: "none",
|
|
1780
1664
|
filter: "none",
|
|
@@ -1790,7 +1674,7 @@ export const Team2: IBlock = {
|
|
|
1790
1674
|
{
|
|
1791
1675
|
key: "variant-3",
|
|
1792
1676
|
title: "Variant 3",
|
|
1793
|
-
content:
|
|
1677
|
+
content: DEFAULT_CONTENT_WITH_CTAS_2,
|
|
1794
1678
|
config: {
|
|
1795
1679
|
cta: {
|
|
1796
1680
|
button_icons: {
|
|
@@ -1799,27 +1683,56 @@ export const Team2: IBlock = {
|
|
|
1799
1683
|
},
|
|
1800
1684
|
},
|
|
1801
1685
|
},
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
"padding-top": "4xl",
|
|
1806
|
-
"padding-bottom": "4xl",
|
|
1807
|
-
mobile: {
|
|
1808
|
-
"padding-top": "2xl",
|
|
1809
|
-
"padding-bottom": "2xl",
|
|
1686
|
+
"accent-title": {
|
|
1687
|
+
selectedVariants: {
|
|
1688
|
+
Heading_Level: "H4",
|
|
1810
1689
|
},
|
|
1811
1690
|
},
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1691
|
+
team: [
|
|
1692
|
+
{
|
|
1693
|
+
name: {
|
|
1694
|
+
heading: {
|
|
1695
|
+
level: "4",
|
|
1696
|
+
},
|
|
1697
|
+
selectedVariants: {
|
|
1698
|
+
Heading_Level: "H5",
|
|
1699
|
+
},
|
|
1700
|
+
},
|
|
1701
|
+
position: {
|
|
1702
|
+
selectedVariants: {},
|
|
1703
|
+
},
|
|
1821
1704
|
},
|
|
1822
|
-
|
|
1705
|
+
{
|
|
1706
|
+
name: {
|
|
1707
|
+
selectedVariants: {
|
|
1708
|
+
Heading_Level: "H5",
|
|
1709
|
+
},
|
|
1710
|
+
heading: {
|
|
1711
|
+
level: "4",
|
|
1712
|
+
},
|
|
1713
|
+
},
|
|
1714
|
+
position: {
|
|
1715
|
+
selectedVariants: {},
|
|
1716
|
+
},
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
name: {
|
|
1720
|
+
selectedVariants: {
|
|
1721
|
+
Heading_Level: "H5",
|
|
1722
|
+
},
|
|
1723
|
+
heading: {
|
|
1724
|
+
level: "4",
|
|
1725
|
+
},
|
|
1726
|
+
},
|
|
1727
|
+
position: {
|
|
1728
|
+
selectedVariants: {},
|
|
1729
|
+
},
|
|
1730
|
+
},
|
|
1731
|
+
],
|
|
1732
|
+
},
|
|
1733
|
+
styles: {
|
|
1734
|
+
layout: {},
|
|
1735
|
+
container: {},
|
|
1823
1736
|
header: {
|
|
1824
1737
|
"text-align": "left",
|
|
1825
1738
|
"margin-bottom": "3xl",
|
|
@@ -1840,19 +1753,9 @@ export const Team2: IBlock = {
|
|
|
1840
1753
|
"flex-direction": "row",
|
|
1841
1754
|
},
|
|
1842
1755
|
"accent-title": {
|
|
1843
|
-
"font-size": "3xl",
|
|
1844
|
-
"font-weight": 600,
|
|
1845
|
-
color: "text-2",
|
|
1846
1756
|
"text-transform": "uppercase",
|
|
1847
1757
|
"letter-spacing": "0.1em",
|
|
1848
1758
|
"margin-bottom": "xs",
|
|
1849
|
-
filter: "none",
|
|
1850
|
-
tablet: {
|
|
1851
|
-
filter: "none",
|
|
1852
|
-
},
|
|
1853
|
-
mobile: {
|
|
1854
|
-
filter: "none",
|
|
1855
|
-
},
|
|
1856
1759
|
},
|
|
1857
1760
|
title: {
|
|
1858
1761
|
"font-size": "lg",
|
|
@@ -1987,19 +1890,10 @@ export const Team2: IBlock = {
|
|
|
1987
1890
|
},
|
|
1988
1891
|
},
|
|
1989
1892
|
name: {
|
|
1990
|
-
"font-size": "xl",
|
|
1991
1893
|
"font-weight": "700",
|
|
1992
|
-
color: "text-1",
|
|
1993
1894
|
"margin-bottom": "2xs",
|
|
1994
|
-
filter: "none",
|
|
1995
|
-
},
|
|
1996
|
-
position: {
|
|
1997
|
-
"font-size": "base",
|
|
1998
|
-
color: "text-2",
|
|
1999
|
-
"margin-bottom": "none",
|
|
2000
|
-
filter: "none",
|
|
2001
|
-
"font-weight": 400,
|
|
2002
1895
|
},
|
|
1896
|
+
position: {},
|
|
2003
1897
|
social_levoGroup: {
|
|
2004
1898
|
display: "none",
|
|
2005
1899
|
filter: "none",
|
|
@@ -2048,19 +1942,10 @@ export const Team2: IBlock = {
|
|
|
2048
1942
|
},
|
|
2049
1943
|
},
|
|
2050
1944
|
name: {
|
|
2051
|
-
"font-size": "xl",
|
|
2052
1945
|
"font-weight": "700",
|
|
2053
|
-
color: "text-1",
|
|
2054
1946
|
"margin-bottom": "2xs",
|
|
2055
|
-
filter: "none",
|
|
2056
|
-
},
|
|
2057
|
-
position: {
|
|
2058
|
-
"font-size": "base",
|
|
2059
|
-
color: "text-2",
|
|
2060
|
-
"margin-bottom": "none",
|
|
2061
|
-
filter: "none",
|
|
2062
|
-
"font-weight": 400,
|
|
2063
1947
|
},
|
|
1948
|
+
position: {},
|
|
2064
1949
|
social_levoGroup: {
|
|
2065
1950
|
display: "none",
|
|
2066
1951
|
filter: "none",
|
|
@@ -2109,623 +1994,10 @@ export const Team2: IBlock = {
|
|
|
2109
1994
|
},
|
|
2110
1995
|
},
|
|
2111
1996
|
name: {
|
|
2112
|
-
"font-size": "xl",
|
|
2113
1997
|
"font-weight": "700",
|
|
2114
|
-
color: "text-1",
|
|
2115
1998
|
"margin-bottom": "2xs",
|
|
2116
|
-
filter: "none",
|
|
2117
|
-
},
|
|
2118
|
-
position: {
|
|
2119
|
-
"font-size": "base",
|
|
2120
|
-
color: "text-2",
|
|
2121
|
-
"margin-bottom": "none",
|
|
2122
|
-
filter: "none",
|
|
2123
|
-
"font-weight": 400,
|
|
2124
|
-
},
|
|
2125
|
-
social_levoGroup: {
|
|
2126
|
-
display: "none",
|
|
2127
|
-
filter: "none",
|
|
2128
|
-
},
|
|
2129
|
-
social: [],
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
card: {
|
|
2133
|
-
"background-color": "white",
|
|
2134
|
-
"border-radius": "lg",
|
|
2135
|
-
padding: "none",
|
|
2136
|
-
"text-align": "center",
|
|
2137
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2138
|
-
"border-width": "1px",
|
|
2139
|
-
"border-color": "border",
|
|
2140
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
2141
|
-
display: "flex",
|
|
2142
|
-
"flex-direction": "column",
|
|
2143
|
-
"align-items": "center",
|
|
2144
|
-
overflow: "hidden",
|
|
2145
|
-
"border-style": "solid",
|
|
2146
|
-
},
|
|
2147
|
-
image: {
|
|
2148
|
-
width: "100%",
|
|
2149
|
-
height: "320px",
|
|
2150
|
-
"border-radius": "none",
|
|
2151
|
-
"object-fit": "cover",
|
|
2152
|
-
"margin-bottom": "none",
|
|
2153
|
-
"border-bottom-width": "1px",
|
|
2154
|
-
"border-bottom-color": "border",
|
|
2155
|
-
filter: "none",
|
|
2156
|
-
},
|
|
2157
|
-
info: {
|
|
2158
|
-
display: "flex",
|
|
2159
|
-
"flex-direction": "column",
|
|
2160
|
-
"align-items": "center",
|
|
2161
|
-
"row-gap": "none",
|
|
2162
|
-
filter: "none",
|
|
2163
|
-
padding: "lg",
|
|
2164
|
-
mobile: {
|
|
2165
|
-
filter: "none",
|
|
2166
|
-
},
|
|
2167
|
-
tablet: {
|
|
2168
|
-
filter: "none",
|
|
2169
|
-
},
|
|
2170
|
-
},
|
|
2171
|
-
name: {
|
|
2172
|
-
"font-size": "xl",
|
|
2173
|
-
"font-weight": "700",
|
|
2174
|
-
color: "text-1",
|
|
2175
|
-
"margin-bottom": "2xs",
|
|
2176
|
-
filter: "none",
|
|
2177
|
-
},
|
|
2178
|
-
position: {
|
|
2179
|
-
"font-size": "base",
|
|
2180
|
-
color: "text-2",
|
|
2181
|
-
"margin-bottom": "none",
|
|
2182
|
-
filter: "none",
|
|
2183
|
-
"font-weight": 400,
|
|
2184
|
-
},
|
|
2185
|
-
social_levoGroup: {
|
|
2186
|
-
display: "none",
|
|
2187
|
-
filter: "none",
|
|
2188
|
-
},
|
|
2189
|
-
social: [
|
|
2190
|
-
{
|
|
2191
|
-
link: {
|
|
2192
|
-
width: "40px",
|
|
2193
|
-
height: "40px",
|
|
2194
|
-
display: "flex",
|
|
2195
|
-
"align-items": "center",
|
|
2196
|
-
"justify-content": "center",
|
|
2197
|
-
"border-radius": "lg",
|
|
2198
|
-
"background-color": "background-2",
|
|
2199
|
-
"border-width": "1px",
|
|
2200
|
-
"border-color": "border",
|
|
2201
|
-
filter: "none",
|
|
2202
|
-
},
|
|
2203
|
-
icon: {
|
|
2204
|
-
width: "20px",
|
|
2205
|
-
height: "20px",
|
|
2206
|
-
"object-fit": "contain",
|
|
2207
|
-
filter: "none",
|
|
2208
|
-
},
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
link: {
|
|
2212
|
-
width: "40px",
|
|
2213
|
-
height: "40px",
|
|
2214
|
-
display: "flex",
|
|
2215
|
-
"align-items": "center",
|
|
2216
|
-
"justify-content": "center",
|
|
2217
|
-
"border-radius": "lg",
|
|
2218
|
-
"background-color": "background-2",
|
|
2219
|
-
"border-width": "1px",
|
|
2220
|
-
"border-color": "border",
|
|
2221
|
-
filter: "none",
|
|
2222
|
-
},
|
|
2223
|
-
icon: {
|
|
2224
|
-
width: "20px",
|
|
2225
|
-
height: "20px",
|
|
2226
|
-
"object-fit": "contain",
|
|
2227
|
-
filter: "none",
|
|
2228
|
-
},
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
link: {
|
|
2232
|
-
width: "40px",
|
|
2233
|
-
height: "40px",
|
|
2234
|
-
display: "flex",
|
|
2235
|
-
"align-items": "center",
|
|
2236
|
-
"justify-content": "center",
|
|
2237
|
-
"border-radius": "lg",
|
|
2238
|
-
"background-color": "background-2",
|
|
2239
|
-
"border-width": "1px",
|
|
2240
|
-
"border-color": "border",
|
|
2241
|
-
filter: "none",
|
|
2242
|
-
},
|
|
2243
|
-
icon: {
|
|
2244
|
-
width: "20px",
|
|
2245
|
-
height: "20px",
|
|
2246
|
-
"object-fit": "contain",
|
|
2247
|
-
filter: "none",
|
|
2248
|
-
},
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
link: {
|
|
2252
|
-
width: "40px",
|
|
2253
|
-
height: "40px",
|
|
2254
|
-
display: "flex",
|
|
2255
|
-
"align-items": "center",
|
|
2256
|
-
"justify-content": "center",
|
|
2257
|
-
"border-radius": "lg",
|
|
2258
|
-
"background-color": "background-2",
|
|
2259
|
-
"border-width": "1px",
|
|
2260
|
-
"border-color": "border",
|
|
2261
|
-
filter: "none",
|
|
2262
|
-
},
|
|
2263
|
-
icon: {
|
|
2264
|
-
width: "20px",
|
|
2265
|
-
height: "20px",
|
|
2266
|
-
"object-fit": "contain",
|
|
2267
|
-
filter: "none",
|
|
2268
|
-
},
|
|
2269
|
-
},
|
|
2270
|
-
],
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
card: {
|
|
2274
|
-
"background-color": "white",
|
|
2275
|
-
"border-radius": "lg",
|
|
2276
|
-
padding: "none",
|
|
2277
|
-
"text-align": "center",
|
|
2278
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2279
|
-
"border-width": "1px",
|
|
2280
|
-
"border-color": "border",
|
|
2281
|
-
filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25))",
|
|
2282
|
-
display: "flex",
|
|
2283
|
-
"flex-direction": "column",
|
|
2284
|
-
"align-items": "center",
|
|
2285
|
-
overflow: "hidden",
|
|
2286
|
-
"padding-bottom": "none",
|
|
2287
|
-
"border-style": "solid",
|
|
2288
|
-
},
|
|
2289
|
-
image: {
|
|
2290
|
-
width: "100%",
|
|
2291
|
-
height: "320px",
|
|
2292
|
-
"border-radius": "none",
|
|
2293
|
-
"object-fit": "cover",
|
|
2294
|
-
"margin-bottom": "none",
|
|
2295
|
-
"border-bottom-width": "1px",
|
|
2296
|
-
"border-bottom-color": "border",
|
|
2297
|
-
filter: "none",
|
|
2298
|
-
},
|
|
2299
|
-
info: {
|
|
2300
|
-
display: "flex",
|
|
2301
|
-
"flex-direction": "column",
|
|
2302
|
-
"align-items": "center",
|
|
2303
|
-
"row-gap": "none",
|
|
2304
|
-
filter: "none",
|
|
2305
|
-
padding: "lg",
|
|
2306
|
-
},
|
|
2307
|
-
name: {
|
|
2308
|
-
"font-size": "xl",
|
|
2309
|
-
"font-weight": "700",
|
|
2310
|
-
color: "text-1",
|
|
2311
|
-
"margin-bottom": "2xs",
|
|
2312
|
-
filter: "none",
|
|
2313
|
-
},
|
|
2314
|
-
position: {
|
|
2315
|
-
"font-size": "base",
|
|
2316
|
-
color: "text-2",
|
|
2317
|
-
"margin-bottom": "base",
|
|
2318
|
-
filter: "none",
|
|
2319
|
-
"font-weight": 400,
|
|
2320
|
-
},
|
|
2321
|
-
social_levoGroup: {
|
|
2322
|
-
display: "none",
|
|
2323
|
-
"justify-content": "flex-start",
|
|
2324
|
-
"column-gap": "sm",
|
|
2325
|
-
filter: "none",
|
|
2326
|
-
mobile: {
|
|
2327
|
-
"justify-content": "center",
|
|
2328
|
-
},
|
|
2329
|
-
},
|
|
2330
|
-
social: [
|
|
2331
|
-
{
|
|
2332
|
-
link: {
|
|
2333
|
-
width: "40px",
|
|
2334
|
-
height: "40px",
|
|
2335
|
-
display: "flex",
|
|
2336
|
-
"align-items": "center",
|
|
2337
|
-
"justify-content": "center",
|
|
2338
|
-
"border-radius": "lg",
|
|
2339
|
-
"background-color": "background-2",
|
|
2340
|
-
"border-width": "1px",
|
|
2341
|
-
"border-color": "border",
|
|
2342
|
-
filter: "none",
|
|
2343
|
-
},
|
|
2344
|
-
icon: {
|
|
2345
|
-
width: "20px",
|
|
2346
|
-
height: "20px",
|
|
2347
|
-
"object-fit": "contain",
|
|
2348
|
-
filter: "none",
|
|
2349
|
-
},
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
link: {
|
|
2353
|
-
width: "40px",
|
|
2354
|
-
height: "40px",
|
|
2355
|
-
display: "flex",
|
|
2356
|
-
"align-items": "center",
|
|
2357
|
-
"justify-content": "center",
|
|
2358
|
-
"border-radius": "lg",
|
|
2359
|
-
"background-color": "background-2",
|
|
2360
|
-
"border-width": "1px",
|
|
2361
|
-
"border-color": "border",
|
|
2362
|
-
filter: "none",
|
|
2363
|
-
},
|
|
2364
|
-
icon: {
|
|
2365
|
-
width: "20px",
|
|
2366
|
-
height: "20px",
|
|
2367
|
-
"object-fit": "contain",
|
|
2368
|
-
filter: "none",
|
|
2369
|
-
},
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
link: {
|
|
2373
|
-
width: "40px",
|
|
2374
|
-
height: "40px",
|
|
2375
|
-
display: "flex",
|
|
2376
|
-
"align-items": "center",
|
|
2377
|
-
"justify-content": "center",
|
|
2378
|
-
"border-radius": "lg",
|
|
2379
|
-
"background-color": "background-2",
|
|
2380
|
-
"border-width": "1px",
|
|
2381
|
-
"border-color": "border",
|
|
2382
|
-
filter: "none",
|
|
2383
|
-
},
|
|
2384
|
-
icon: {
|
|
2385
|
-
width: "20px",
|
|
2386
|
-
height: "20px",
|
|
2387
|
-
"object-fit": "contain",
|
|
2388
|
-
filter: "none",
|
|
2389
|
-
},
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
link: {
|
|
2393
|
-
width: "40px",
|
|
2394
|
-
height: "40px",
|
|
2395
|
-
display: "flex",
|
|
2396
|
-
"align-items": "center",
|
|
2397
|
-
"justify-content": "center",
|
|
2398
|
-
"border-radius": "lg",
|
|
2399
|
-
"background-color": "background-2",
|
|
2400
|
-
"border-width": "1px",
|
|
2401
|
-
"border-color": "border",
|
|
2402
|
-
filter: "none",
|
|
2403
|
-
},
|
|
2404
|
-
icon: {
|
|
2405
|
-
width: "20px",
|
|
2406
|
-
height: "20px",
|
|
2407
|
-
"object-fit": "contain",
|
|
2408
|
-
filter: "none",
|
|
2409
|
-
},
|
|
2410
|
-
},
|
|
2411
|
-
],
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
card: {
|
|
2415
|
-
"background-color": "text-2",
|
|
2416
|
-
"border-radius": "lg",
|
|
2417
|
-
padding: "none",
|
|
2418
|
-
"text-align": "center",
|
|
2419
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2420
|
-
"border-width": "1px",
|
|
2421
|
-
"border-color": "border",
|
|
2422
|
-
filter: "none",
|
|
2423
|
-
display: "none",
|
|
2424
|
-
"flex-direction": "column",
|
|
2425
|
-
"align-items": "center",
|
|
2426
|
-
overflow: "hidden",
|
|
2427
|
-
},
|
|
2428
|
-
image: {
|
|
2429
|
-
width: "100%",
|
|
2430
|
-
height: "300px",
|
|
2431
|
-
"border-radius": "lg",
|
|
2432
|
-
"object-fit": "cover",
|
|
2433
|
-
"margin-bottom": "lg",
|
|
2434
|
-
filter: "none",
|
|
2435
|
-
},
|
|
2436
|
-
info: {
|
|
2437
|
-
display: "flex",
|
|
2438
|
-
"flex-direction": "column",
|
|
2439
|
-
"align-items": "center",
|
|
2440
|
-
"row-gap": "xs",
|
|
2441
|
-
filter: "none",
|
|
2442
|
-
padding: "lg",
|
|
2443
|
-
},
|
|
2444
|
-
name: {
|
|
2445
|
-
"font-size": "xl",
|
|
2446
|
-
"font-weight": "700",
|
|
2447
|
-
color: "text-1",
|
|
2448
|
-
"margin-bottom": "2xs",
|
|
2449
|
-
},
|
|
2450
|
-
position: {
|
|
2451
|
-
"font-size": "base",
|
|
2452
|
-
color: "white",
|
|
2453
|
-
"margin-bottom": "base",
|
|
2454
|
-
filter: "none",
|
|
2455
|
-
},
|
|
2456
|
-
social_levoGroup: {
|
|
2457
|
-
display: "none",
|
|
2458
|
-
"justify-content": "flex-start",
|
|
2459
|
-
"column-gap": "sm",
|
|
2460
|
-
filter: "none",
|
|
2461
|
-
mobile: {
|
|
2462
|
-
"justify-content": "center",
|
|
2463
|
-
},
|
|
2464
|
-
},
|
|
2465
|
-
social: [
|
|
2466
|
-
{
|
|
2467
|
-
link: {
|
|
2468
|
-
width: "40px",
|
|
2469
|
-
height: "40px",
|
|
2470
|
-
display: "flex",
|
|
2471
|
-
"align-items": "center",
|
|
2472
|
-
"justify-content": "center",
|
|
2473
|
-
"border-radius": "lg",
|
|
2474
|
-
"background-color": "background-2",
|
|
2475
|
-
"border-width": "1px",
|
|
2476
|
-
"border-color": "border",
|
|
2477
|
-
filter: "none",
|
|
2478
|
-
},
|
|
2479
|
-
icon: {
|
|
2480
|
-
width: "20px",
|
|
2481
|
-
height: "20px",
|
|
2482
|
-
"object-fit": "contain",
|
|
2483
|
-
filter: "none",
|
|
2484
|
-
},
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
link: {
|
|
2488
|
-
width: "40px",
|
|
2489
|
-
height: "40px",
|
|
2490
|
-
display: "flex",
|
|
2491
|
-
"align-items": "center",
|
|
2492
|
-
"justify-content": "center",
|
|
2493
|
-
"border-radius": "lg",
|
|
2494
|
-
"background-color": "background-2",
|
|
2495
|
-
"border-width": "1px",
|
|
2496
|
-
"border-color": "border",
|
|
2497
|
-
filter: "none",
|
|
2498
|
-
},
|
|
2499
|
-
icon: {
|
|
2500
|
-
width: "20px",
|
|
2501
|
-
height: "20px",
|
|
2502
|
-
"object-fit": "contain",
|
|
2503
|
-
filter: "none",
|
|
2504
|
-
},
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
link: {
|
|
2508
|
-
width: "40px",
|
|
2509
|
-
height: "40px",
|
|
2510
|
-
display: "flex",
|
|
2511
|
-
"align-items": "center",
|
|
2512
|
-
"justify-content": "center",
|
|
2513
|
-
"border-radius": "lg",
|
|
2514
|
-
"background-color": "background-2",
|
|
2515
|
-
"border-width": "1px",
|
|
2516
|
-
"border-color": "border",
|
|
2517
|
-
filter: "none",
|
|
2518
|
-
},
|
|
2519
|
-
icon: {
|
|
2520
|
-
width: "20px",
|
|
2521
|
-
height: "20px",
|
|
2522
|
-
"object-fit": "contain",
|
|
2523
|
-
filter: "none",
|
|
2524
|
-
},
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
link: {
|
|
2528
|
-
width: "40px",
|
|
2529
|
-
height: "40px",
|
|
2530
|
-
display: "flex",
|
|
2531
|
-
"align-items": "center",
|
|
2532
|
-
"justify-content": "center",
|
|
2533
|
-
"border-radius": "lg",
|
|
2534
|
-
"background-color": "background-2",
|
|
2535
|
-
"border-width": "1px",
|
|
2536
|
-
"border-color": "border",
|
|
2537
|
-
filter: "none",
|
|
2538
|
-
},
|
|
2539
|
-
icon: {
|
|
2540
|
-
width: "20px",
|
|
2541
|
-
height: "20px",
|
|
2542
|
-
"object-fit": "contain",
|
|
2543
|
-
filter: "none",
|
|
2544
|
-
},
|
|
2545
|
-
},
|
|
2546
|
-
],
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
card: {
|
|
2550
|
-
"background-color": "transparent",
|
|
2551
|
-
"border-radius": "none",
|
|
2552
|
-
padding: "none",
|
|
2553
|
-
"text-align": "left",
|
|
2554
|
-
"box-shadow": "none",
|
|
2555
|
-
filter: "none",
|
|
2556
|
-
display: "flex",
|
|
2557
|
-
"flex-direction": "column",
|
|
2558
|
-
"align-items": "flex-start",
|
|
2559
|
-
mobile: {
|
|
2560
|
-
"text-align": "center",
|
|
2561
|
-
"align-items": "center",
|
|
2562
|
-
},
|
|
2563
|
-
},
|
|
2564
|
-
image: {
|
|
2565
|
-
width: "100%",
|
|
2566
|
-
height: "300px",
|
|
2567
|
-
"border-radius": "lg",
|
|
2568
|
-
"object-fit": "cover",
|
|
2569
|
-
"margin-bottom": "lg",
|
|
2570
|
-
filter: "none",
|
|
2571
|
-
},
|
|
2572
|
-
info: {
|
|
2573
|
-
display: "flex",
|
|
2574
|
-
"flex-direction": "column",
|
|
2575
|
-
"align-items": "flex-start",
|
|
2576
|
-
"row-gap": "xs",
|
|
2577
|
-
filter: "none",
|
|
2578
|
-
mobile: {
|
|
2579
|
-
"align-items": "center",
|
|
2580
|
-
},
|
|
2581
|
-
},
|
|
2582
|
-
name: {
|
|
2583
|
-
"font-size": "xl",
|
|
2584
|
-
"font-weight": "700",
|
|
2585
|
-
color: "text-1",
|
|
2586
|
-
"margin-bottom": "2xs",
|
|
2587
|
-
},
|
|
2588
|
-
position: {
|
|
2589
|
-
"font-size": "base",
|
|
2590
|
-
color: "text-2",
|
|
2591
|
-
"margin-bottom": "base",
|
|
2592
|
-
},
|
|
2593
|
-
social_levoGroup: {
|
|
2594
|
-
display: "flex",
|
|
2595
|
-
"justify-content": "flex-start",
|
|
2596
|
-
"column-gap": "sm",
|
|
2597
|
-
filter: "none",
|
|
2598
|
-
mobile: {
|
|
2599
|
-
"justify-content": "center",
|
|
2600
|
-
},
|
|
2601
|
-
},
|
|
2602
|
-
social: [
|
|
2603
|
-
{
|
|
2604
|
-
link: {
|
|
2605
|
-
width: "40px",
|
|
2606
|
-
height: "40px",
|
|
2607
|
-
display: "flex",
|
|
2608
|
-
"align-items": "center",
|
|
2609
|
-
"justify-content": "center",
|
|
2610
|
-
"border-radius": "lg",
|
|
2611
|
-
"background-color": "background-2",
|
|
2612
|
-
"border-width": "1px",
|
|
2613
|
-
"border-color": "border",
|
|
2614
|
-
filter: "none",
|
|
2615
|
-
},
|
|
2616
|
-
icon: {
|
|
2617
|
-
width: "20px",
|
|
2618
|
-
height: "20px",
|
|
2619
|
-
"object-fit": "contain",
|
|
2620
|
-
filter: "none",
|
|
2621
|
-
},
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
link: {
|
|
2625
|
-
width: "40px",
|
|
2626
|
-
height: "40px",
|
|
2627
|
-
display: "flex",
|
|
2628
|
-
"align-items": "center",
|
|
2629
|
-
"justify-content": "center",
|
|
2630
|
-
"border-radius": "lg",
|
|
2631
|
-
"background-color": "background-2",
|
|
2632
|
-
"border-width": "1px",
|
|
2633
|
-
"border-color": "border",
|
|
2634
|
-
filter: "none",
|
|
2635
|
-
},
|
|
2636
|
-
icon: {
|
|
2637
|
-
width: "20px",
|
|
2638
|
-
height: "20px",
|
|
2639
|
-
"object-fit": "contain",
|
|
2640
|
-
filter: "none",
|
|
2641
|
-
},
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2644
|
-
link: {
|
|
2645
|
-
width: "40px",
|
|
2646
|
-
height: "40px",
|
|
2647
|
-
display: "flex",
|
|
2648
|
-
"align-items": "center",
|
|
2649
|
-
"justify-content": "center",
|
|
2650
|
-
"border-radius": "lg",
|
|
2651
|
-
"background-color": "background-2",
|
|
2652
|
-
"border-width": "1px",
|
|
2653
|
-
"border-color": "border",
|
|
2654
|
-
filter: "none",
|
|
2655
|
-
},
|
|
2656
|
-
icon: {
|
|
2657
|
-
width: "20px",
|
|
2658
|
-
height: "20px",
|
|
2659
|
-
"object-fit": "contain",
|
|
2660
|
-
filter: "none",
|
|
2661
|
-
},
|
|
2662
|
-
},
|
|
2663
|
-
{
|
|
2664
|
-
link: {
|
|
2665
|
-
width: "40px",
|
|
2666
|
-
height: "40px",
|
|
2667
|
-
display: "flex",
|
|
2668
|
-
"align-items": "center",
|
|
2669
|
-
"justify-content": "center",
|
|
2670
|
-
"border-radius": "lg",
|
|
2671
|
-
"background-color": "background-2",
|
|
2672
|
-
"border-width": "1px",
|
|
2673
|
-
"border-color": "border",
|
|
2674
|
-
filter: "none",
|
|
2675
|
-
},
|
|
2676
|
-
icon: {
|
|
2677
|
-
width: "20px",
|
|
2678
|
-
height: "20px",
|
|
2679
|
-
"object-fit": "contain",
|
|
2680
|
-
filter: "none",
|
|
2681
|
-
},
|
|
2682
|
-
},
|
|
2683
|
-
],
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
card: {
|
|
2687
|
-
"background-color": "background-2",
|
|
2688
|
-
"border-radius": "lg",
|
|
2689
|
-
padding: "none",
|
|
2690
|
-
"text-align": "center",
|
|
2691
|
-
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1)",
|
|
2692
|
-
"border-width": "1px",
|
|
2693
|
-
"border-color": "border",
|
|
2694
|
-
filter: "none",
|
|
2695
|
-
display: "flex",
|
|
2696
|
-
"flex-direction": "column",
|
|
2697
|
-
"align-items": "center",
|
|
2698
|
-
overflow: "hidden",
|
|
2699
|
-
},
|
|
2700
|
-
image: {
|
|
2701
|
-
width: "100%",
|
|
2702
|
-
height: "300px",
|
|
2703
|
-
"border-radius": "none",
|
|
2704
|
-
"object-fit": "cover",
|
|
2705
|
-
"margin-bottom": "none",
|
|
2706
|
-
"border-bottom-width": "1px",
|
|
2707
|
-
"border-bottom-color": "border",
|
|
2708
|
-
filter: "none",
|
|
2709
|
-
},
|
|
2710
|
-
info: {
|
|
2711
|
-
display: "flex",
|
|
2712
|
-
"flex-direction": "column",
|
|
2713
|
-
"align-items": "center",
|
|
2714
|
-
"row-gap": "xs",
|
|
2715
|
-
filter: "none",
|
|
2716
|
-
padding: "lg",
|
|
2717
|
-
},
|
|
2718
|
-
name: {
|
|
2719
|
-
"font-size": "xl",
|
|
2720
|
-
"font-weight": "700",
|
|
2721
|
-
color: "text-1",
|
|
2722
|
-
"margin-bottom": "2xs",
|
|
2723
|
-
},
|
|
2724
|
-
position: {
|
|
2725
|
-
"font-size": "base",
|
|
2726
|
-
color: "text-2",
|
|
2727
|
-
"margin-bottom": "none",
|
|
2728
1999
|
},
|
|
2000
|
+
position: {},
|
|
2729
2001
|
social_levoGroup: {
|
|
2730
2002
|
display: "none",
|
|
2731
2003
|
filter: "none",
|