@biggive/components 1.0.7 → 1.0.81

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.
Files changed (204) hide show
  1. package/dist/biggive/biggive.esm.js +1 -1
  2. package/dist/biggive/p-07962fc5.entry.js +1 -0
  3. package/dist/biggive/p-0d6687f4.js +1 -0
  4. package/dist/biggive/p-1b78efa0.entry.js +1 -0
  5. package/dist/biggive/p-5dbda89c.entry.js +1 -0
  6. package/dist/biggive/p-5f1b0106.entry.js +1 -0
  7. package/dist/biggive/p-629007e0.entry.js +1 -0
  8. package/dist/biggive/p-6326f936.entry.js +1 -0
  9. package/dist/biggive/p-72a6f0a8.entry.js +1 -0
  10. package/dist/biggive/p-74b5d4c7.entry.js +1 -0
  11. package/dist/biggive/p-7eee1e58.entry.js +1 -0
  12. package/dist/biggive/{p-a6da36d4.js → p-871707f4.js} +2 -2
  13. package/dist/biggive/p-8f605036.entry.js +1 -0
  14. package/dist/biggive/p-bdb476eb.entry.js +1 -0
  15. package/dist/biggive/p-c9aaa5c3.entry.js +1 -0
  16. package/dist/biggive/p-df6daa79.entry.js +1 -0
  17. package/dist/biggive/{p-43c02e71.js → p-ec9b42b3.js} +1 -1
  18. package/dist/biggive/p-f9388477.entry.js +1 -0
  19. package/dist/biggive/p-f98681a5.entry.js +1 -0
  20. package/dist/cjs/biggive-article-card.cjs.entry.js +63 -0
  21. package/dist/cjs/biggive-back-to-top_20.cjs.entry.js +923 -0
  22. package/dist/cjs/biggive-basic-card.cjs.entry.js +12 -4
  23. package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +1 -1
  24. package/dist/cjs/biggive-boxed-content.cjs.entry.js +1 -1
  25. package/dist/cjs/biggive-branded-image.cjs.entry.js +1 -1
  26. package/dist/cjs/biggive-category-icon.cjs.entry.js +1 -1
  27. package/dist/cjs/biggive-formatted-text.cjs.entry.js +1 -1
  28. package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
  29. package/dist/cjs/biggive-image.cjs.entry.js +1 -1
  30. package/dist/cjs/biggive-quote.cjs.entry.js +1 -1
  31. package/dist/cjs/biggive-search.cjs.entry.js +1 -1
  32. package/dist/cjs/biggive-tab.cjs.entry.js +1 -1
  33. package/dist/cjs/biggive-tabbed-content.cjs.entry.js +1 -1
  34. package/dist/cjs/biggive-video.cjs.entry.js +7 -2
  35. package/dist/cjs/biggive.cjs.js +1 -1
  36. package/dist/cjs/loader.cjs.js +1 -1
  37. package/dist/cjs/video-f9e682a8.js +14 -0
  38. package/dist/collection/collection-manifest.json +1 -0
  39. package/dist/collection/components/biggive-article-card/biggive-article-card.css +534 -0
  40. package/dist/collection/components/biggive-article-card/biggive-article-card.js +272 -0
  41. package/dist/collection/components/biggive-article-card/biggive-article-card.stories.js +84 -0
  42. package/dist/collection/components/biggive-back-to-top/biggive-back-to-top.css +51 -10
  43. package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +51 -16
  44. package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +49 -5
  45. package/dist/collection/components/biggive-basic-card/biggive-basic-card.stories.js +25 -0
  46. package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +51 -10
  47. package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +51 -10
  48. package/dist/collection/components/biggive-branded-image/biggive-branded-image.css +51 -10
  49. package/dist/collection/components/biggive-button/biggive-button.css +51 -10
  50. package/dist/collection/components/biggive-button/biggive-button.js +45 -1
  51. package/dist/collection/components/biggive-button/biggive-button.stories.js +17 -0
  52. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +51 -19
  53. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.js +69 -3
  54. package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.stories.js +27 -0
  55. package/dist/collection/components/biggive-campaign-card/biggive-campaign-card.css +51 -10
  56. package/dist/collection/components/biggive-campaign-card-filter-grid/biggive-campaign-card-filter-grid.css +51 -10
  57. package/dist/collection/components/biggive-campaign-highlights/biggive-campaign-highlights.css +51 -10
  58. package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +51 -10
  59. package/dist/collection/components/biggive-footer/biggive-footer.css +51 -10
  60. package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +51 -10
  61. package/dist/collection/components/biggive-grid/biggive-grid.css +51 -10
  62. package/dist/collection/components/biggive-header/biggive-header.css +51 -10
  63. package/dist/collection/components/biggive-header/biggive-header.js +28 -9
  64. package/dist/collection/components/biggive-header/biggive-header.stories.js +15 -2
  65. package/dist/collection/components/biggive-heading/biggive-heading.css +51 -35
  66. package/dist/collection/components/biggive-heading/biggive-heading.js +1 -1
  67. package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +54 -10
  68. package/dist/collection/components/biggive-icon-group/biggive-icon-group.css +51 -10
  69. package/dist/collection/components/biggive-image/biggive-image.css +51 -10
  70. package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +51 -10
  71. package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +51 -10
  72. package/dist/collection/components/biggive-page-columns/biggive-page-columns.css +51 -10
  73. package/dist/collection/components/biggive-page-section/biggive-page-section.css +52 -10
  74. package/dist/collection/components/biggive-progress-bar/biggive-progress-bar.css +51 -10
  75. package/dist/collection/components/biggive-quote/biggive-quote.css +51 -10
  76. package/dist/collection/components/biggive-search/biggive-search.css +51 -10
  77. package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +51 -10
  78. package/dist/collection/components/biggive-tab/biggive-tab.css +51 -10
  79. package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +51 -10
  80. package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +51 -10
  81. package/dist/collection/components/biggive-video/biggive-video.css +51 -10
  82. package/dist/collection/components/biggive-video/biggive-video.js +25 -3
  83. package/dist/collection/components/biggive-video/biggive-video.stories.js +11 -1
  84. package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +51 -10
  85. package/dist/collection/components/biggive-video-feature/biggive-video-feature.js +25 -3
  86. package/dist/collection/components/biggive-video-feature/biggive-video-feature.stories.js +10 -1
  87. package/dist/collection/util/video.js +10 -0
  88. package/dist/components/biggive-article-card.d.ts +11 -0
  89. package/dist/components/biggive-article-card.js +95 -0
  90. package/dist/components/biggive-back-to-top.js +1 -1
  91. package/dist/components/biggive-basic-card.js +14 -4
  92. package/dist/components/biggive-beneficiary-icon.js +1 -1
  93. package/dist/components/biggive-boxed-content.js +1 -1
  94. package/dist/components/biggive-branded-image.js +1 -1
  95. package/dist/components/biggive-button2.js +13 -3
  96. package/dist/components/biggive-call-to-action.js +17 -2
  97. package/dist/components/biggive-campaign-card-filter-grid.js +1 -1
  98. package/dist/components/biggive-campaign-card.js +1 -1
  99. package/dist/components/biggive-campaign-highlights.js +1 -1
  100. package/dist/components/biggive-category-icon.js +1 -1
  101. package/dist/components/biggive-footer.js +1 -1
  102. package/dist/components/biggive-formatted-text.js +1 -1
  103. package/dist/components/biggive-grid.js +1 -1
  104. package/dist/components/biggive-header.js +9 -10
  105. package/dist/components/biggive-heading.js +2 -2
  106. package/dist/components/biggive-hero-image.js +1 -1
  107. package/dist/components/biggive-icon-group.js +1 -1
  108. package/dist/components/biggive-image-feature.js +1 -1
  109. package/dist/components/biggive-image.js +1 -1
  110. package/dist/components/biggive-misc-icon2.js +1 -1
  111. package/dist/components/biggive-page-columns.js +1 -1
  112. package/dist/components/biggive-page-section.js +1 -1
  113. package/dist/components/biggive-progress-bar2.js +1 -1
  114. package/dist/components/biggive-quote.js +1 -1
  115. package/dist/components/biggive-search.js +1 -1
  116. package/dist/components/biggive-social-icon2.js +1 -1
  117. package/dist/components/biggive-tab.js +1 -1
  118. package/dist/components/biggive-tabbed-content.js +1 -1
  119. package/dist/components/biggive-totalizer.js +1 -1
  120. package/dist/components/biggive-video-feature.js +8 -2
  121. package/dist/components/biggive-video.js +8 -2
  122. package/dist/components/index.d.ts +1 -0
  123. package/dist/components/index.js +1 -0
  124. package/dist/components/video.js +12 -0
  125. package/dist/esm/biggive-article-card.entry.js +59 -0
  126. package/dist/esm/biggive-back-to-top_20.entry.js +900 -0
  127. package/dist/esm/biggive-basic-card.entry.js +12 -4
  128. package/dist/esm/biggive-beneficiary-icon.entry.js +3 -3
  129. package/dist/esm/biggive-boxed-content.entry.js +1 -1
  130. package/dist/esm/biggive-branded-image.entry.js +1 -1
  131. package/dist/esm/biggive-category-icon.entry.js +3 -3
  132. package/dist/esm/biggive-formatted-text.entry.js +1 -1
  133. package/dist/esm/biggive-icon-group.entry.js +1 -1
  134. package/dist/esm/biggive-image.entry.js +1 -1
  135. package/dist/esm/biggive-quote.entry.js +1 -1
  136. package/dist/esm/biggive-search.entry.js +2 -2
  137. package/dist/esm/biggive-tab.entry.js +1 -1
  138. package/dist/esm/biggive-tabbed-content.entry.js +1 -1
  139. package/dist/esm/biggive-video.entry.js +7 -2
  140. package/dist/esm/biggive.js +1 -1
  141. package/dist/esm/{fontawesome-icons-e232deb7.js → fontawesome-icons-562459be.js} +1 -1
  142. package/dist/esm/{index.es-64a64fa8.js → index.es-5777380a.js} +1 -1
  143. package/dist/esm/loader.js +1 -1
  144. package/dist/esm/video-89b7535d.js +12 -0
  145. package/dist/types/components/biggive-article-card/biggive-article-card.d.ts +47 -0
  146. package/dist/types/components/biggive-article-card/biggive-article-card.stories.d.ts +56 -0
  147. package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +9 -1
  148. package/dist/types/components/biggive-basic-card/biggive-basic-card.stories.d.ts +21 -0
  149. package/dist/types/components/biggive-button/biggive-button.d.ts +8 -0
  150. package/dist/types/components/biggive-button/biggive-button.stories.d.ts +13 -0
  151. package/dist/types/components/biggive-call-to-action/biggive-call-to-action.d.ts +12 -0
  152. package/dist/types/components/biggive-call-to-action/biggive-call-to-action.stories.d.ts +21 -0
  153. package/dist/types/components/biggive-header/biggive-header.d.ts +4 -0
  154. package/dist/types/components/biggive-video/biggive-video.d.ts +4 -0
  155. package/dist/types/components/biggive-video/biggive-video.stories.d.ts +7 -0
  156. package/dist/types/components/biggive-video-feature/biggive-video-feature.d.ts +4 -0
  157. package/dist/types/components/biggive-video-feature/biggive-video-feature.stories.d.ts +7 -0
  158. package/dist/types/components.d.ts +183 -2
  159. package/dist/types/util/video.d.ts +3 -0
  160. package/hydrate/index.js +181 -43
  161. package/package.json +1 -1
  162. package/dist/biggive/p-160a5e39.entry.js +0 -1
  163. package/dist/biggive/p-1e31cbfc.entry.js +0 -1
  164. package/dist/biggive/p-2d38d3a4.entry.js +0 -1
  165. package/dist/biggive/p-39db6552.entry.js +0 -1
  166. package/dist/biggive/p-49c2a10b.entry.js +0 -1
  167. package/dist/biggive/p-54026729.entry.js +0 -1
  168. package/dist/biggive/p-5cc16f87.entry.js +0 -1
  169. package/dist/biggive/p-5f7a3f5c.entry.js +0 -1
  170. package/dist/biggive/p-74bbb296.entry.js +0 -1
  171. package/dist/biggive/p-7f91f67c.entry.js +0 -1
  172. package/dist/biggive/p-89e206e8.entry.js +0 -1
  173. package/dist/biggive/p-9a74ac3d.entry.js +0 -1
  174. package/dist/biggive/p-9ed2bd19.entry.js +0 -1
  175. package/dist/biggive/p-ac6bfc1e.entry.js +0 -1
  176. package/dist/biggive/p-b762b246.entry.js +0 -1
  177. package/dist/biggive/p-b812b4f6.entry.js +0 -1
  178. package/dist/biggive/p-be37287b.entry.js +0 -1
  179. package/dist/biggive/p-be897395.entry.js +0 -1
  180. package/dist/biggive/p-ca786365.entry.js +0 -1
  181. package/dist/biggive/p-cca1d092.entry.js +0 -1
  182. package/dist/biggive/p-e6631545.entry.js +0 -1
  183. package/dist/biggive/p-ee459029.entry.js +0 -1
  184. package/dist/biggive/p-ee77cf8d.entry.js +0 -1
  185. package/dist/cjs/biggive-back-to-top_11.cjs.entry.js +0 -373
  186. package/dist/cjs/biggive-call-to-action.cjs.entry.js +0 -87
  187. package/dist/cjs/biggive-campaign-card-filter-grid.cjs.entry.js +0 -50
  188. package/dist/cjs/biggive-campaign-card.cjs.entry.js +0 -97
  189. package/dist/cjs/biggive-grid.cjs.entry.js +0 -31
  190. package/dist/cjs/biggive-hero-image.cjs.entry.js +0 -73
  191. package/dist/cjs/biggive-image-feature.cjs.entry.js +0 -67
  192. package/dist/cjs/biggive-page-section.cjs.entry.js +0 -35
  193. package/dist/cjs/biggive-totalizer.cjs.entry.js +0 -69
  194. package/dist/cjs/biggive-video-feature.cjs.entry.js +0 -67
  195. package/dist/esm/biggive-back-to-top_11.entry.js +0 -359
  196. package/dist/esm/biggive-call-to-action.entry.js +0 -83
  197. package/dist/esm/biggive-campaign-card-filter-grid.entry.js +0 -46
  198. package/dist/esm/biggive-campaign-card.entry.js +0 -93
  199. package/dist/esm/biggive-grid.entry.js +0 -27
  200. package/dist/esm/biggive-hero-image.entry.js +0 -69
  201. package/dist/esm/biggive-image-feature.entry.js +0 -63
  202. package/dist/esm/biggive-page-section.entry.js +0 -31
  203. package/dist/esm/biggive-totalizer.entry.js +0 -65
  204. package/dist/esm/biggive-video-feature.entry.js +0 -63
@@ -0,0 +1,534 @@
1
+ body {
2
+ background-color: #D7D7D7;
3
+ }
4
+
5
+ h1, h3, h3, h4, h5, h6 {
6
+ margin-bottom: 0;
7
+ }
8
+
9
+ h1, .heading-1 {
10
+ font-size: 50px;
11
+ line-height: 60px;
12
+ font-weight: bold;
13
+ }
14
+
15
+ h2, .heading-2 {
16
+ font-size: 38px;
17
+ line-height: 45px;
18
+ font-weight: bold;
19
+ }
20
+
21
+ h3, .heading-3 {
22
+ font-size: 25px;
23
+ line-height: 32px;
24
+ font-weight: bold;
25
+ }
26
+
27
+ h4, .heading-4 {
28
+ font-size: 20px;
29
+ line-height: 24px;
30
+ font-weight: bold;
31
+ }
32
+
33
+ h5, .heading-5 {
34
+ font-size: 17px;
35
+ line-height: 24px;
36
+ font-weight: bold;
37
+ }
38
+
39
+ a {
40
+ color: inherit;
41
+ text-decoration: underline;
42
+ }
43
+ a:hover {
44
+ text-decoration: none;
45
+ }
46
+
47
+ .colour-primary {
48
+ color: #2C089B;
49
+ }
50
+
51
+ .colour-secondary {
52
+ color: #2AF135;
53
+ }
54
+
55
+ .colour-tertiary {
56
+ color: #FF7272;
57
+ }
58
+
59
+ .colour-white {
60
+ color: #FFFFFF;
61
+ }
62
+
63
+ .colour-black {
64
+ color: #000000;
65
+ }
66
+
67
+ .text-colour-hover-primary:hover,
68
+ .text-colour-primary {
69
+ color: #2C089B;
70
+ }
71
+
72
+ .text-colour-hover-secondary:hover,
73
+ .text-colour-secondary {
74
+ color: #2AF135;
75
+ }
76
+
77
+ .text-colour-hover-tertiary:hover,
78
+ .text-colour-tertiary {
79
+ color: #FF7272;
80
+ }
81
+
82
+ .text-colour-hover-white:hover,
83
+ .text-colour-white {
84
+ color: #FFFFFF;
85
+ }
86
+
87
+ .text-colour-hover-black:hover,
88
+ .text-colour-black {
89
+ color: #000000;
90
+ }
91
+
92
+ .fill-primary {
93
+ fill: #2C089B;
94
+ }
95
+
96
+ .fill-secondary {
97
+ fill: #2AF135;
98
+ }
99
+
100
+ .fill-tertiary {
101
+ fill: #FF7272;
102
+ }
103
+
104
+ .fill-white {
105
+ fill: #FFFFFF;
106
+ }
107
+
108
+ .fill-black {
109
+ fill: #000000;
110
+ }
111
+
112
+ .background-colour-hover-primary:hover,
113
+ .background-colour-primary {
114
+ background-color: #2C089B;
115
+ }
116
+
117
+ .background-colour-hover-secondary:hover,
118
+ .background-colour-secondary {
119
+ background-color: #2AF135;
120
+ }
121
+
122
+ .background-colour-hover-tertiary:hover,
123
+ .background-colour-tertiary {
124
+ background-color: #FF7272;
125
+ }
126
+
127
+ .background-colour-hover-white:hover,
128
+ .background-colour-white {
129
+ background-color: #FFFFFF;
130
+ }
131
+
132
+ .background-colour-hover-black:hover,
133
+ .background-colour-black {
134
+ background-color: #000000;
135
+ }
136
+
137
+ .input-wrap {
138
+ display: flex;
139
+ justify-content: space-between;
140
+ }
141
+
142
+ .input-text {
143
+ font-family: "Euclid Triangle", sans-serif;
144
+ font-size: 17px;
145
+ line-height: 24px;
146
+ color: #000000;
147
+ padding: 5px 10px;
148
+ box-sizing: border-box;
149
+ width: 100%;
150
+ }
151
+ .input-text:focus {
152
+ outline: 0;
153
+ }
154
+ .input-text:placeholder {
155
+ color: #4A4A4A;
156
+ }
157
+
158
+ .button {
159
+ font-size: 17px;
160
+ line-height: 24px;
161
+ padding: 10px 30px;
162
+ border-radius: 5px;
163
+ border: 1px solid #000000;
164
+ background-color: #000000;
165
+ filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.22));
166
+ color: #FFFFFF;
167
+ display: inline-block;
168
+ text-decoration: none;
169
+ text-align: center;
170
+ transition: all ease-in-out 0.5s;
171
+ cursor: pointer;
172
+ }
173
+ .button:hover {
174
+ background-color: #FFFFFF;
175
+ color: #000000;
176
+ }
177
+ .button.size-small {
178
+ font-size: 13px;
179
+ line-height: 17px;
180
+ padding: 5px 15px;
181
+ }
182
+ .button.button.rounded-true {
183
+ border-radius: 27.5px;
184
+ }
185
+ .button.button.rounded-true.size-small {
186
+ border-radius: 20px;
187
+ }
188
+
189
+ .button-primary {
190
+ color: #FFFFFF;
191
+ background-color: #2C089B;
192
+ border-color: #2C089B;
193
+ }
194
+ .button-primary:hover {
195
+ color: #2C089B;
196
+ background-color: #FFFFFF;
197
+ }
198
+
199
+ .button-secondary {
200
+ color: #2C089B;
201
+ background-color: #2AF135;
202
+ border-color: #2AF135;
203
+ }
204
+ .button-secondary:hover {
205
+ background-color: #FFFFFF;
206
+ }
207
+
208
+ .button-tertiary {
209
+ color: #FFFFFF;
210
+ background-color: #FF7272;
211
+ border-color: #FF7272;
212
+ }
213
+ .button-tertiary:hover {
214
+ background-color: #FFFFFF;
215
+ }
216
+
217
+ .button-clear-primary {
218
+ color: #2C089B;
219
+ background-color: transparent;
220
+ text-decoration: underline;
221
+ box-shadow: none;
222
+ border: 0;
223
+ padding-left: 0;
224
+ padding-right: 0;
225
+ }
226
+ .button-clear-primary:hover {
227
+ text-decoration: none;
228
+ background-color: transparent;
229
+ }
230
+
231
+ .button-clear-secondary {
232
+ color: #2AF135;
233
+ background-color: transparent;
234
+ text-decoration: underline;
235
+ box-shadow: none;
236
+ border: 0;
237
+ padding-left: 0;
238
+ padding-right: 0;
239
+ }
240
+ .button-clear-secondary:hover {
241
+ text-decoration: none;
242
+ background-color: transparent;
243
+ }
244
+
245
+ .button-clear-tertiary {
246
+ color: #FF7272;
247
+ background-color: transparent;
248
+ text-decoration: underline;
249
+ box-shadow: none;
250
+ border: 0;
251
+ padding-left: 0;
252
+ padding-right: 0;
253
+ }
254
+ .button-clear-tertiary:hover {
255
+ text-decoration: none;
256
+ background-color: transparent;
257
+ }
258
+
259
+ .button-clear-white {
260
+ color: #FFFFFF;
261
+ background-color: transparent;
262
+ text-decoration: underline;
263
+ box-shadow: none;
264
+ border: 0;
265
+ padding-left: 0;
266
+ padding-right: 0;
267
+ }
268
+ .button-clear-white:hover {
269
+ color: #FFFFFF;
270
+ text-decoration: none;
271
+ background-color: transparent;
272
+ }
273
+
274
+ .button-rounded {
275
+ border-radius: 27.5px;
276
+ }
277
+ .button-rounded.size-small {
278
+ border-radius: 20px;
279
+ }
280
+
281
+ .progress-bar {
282
+ display: flex;
283
+ }
284
+ .progress-bar .slider {
285
+ margin: auto 15px auto 0;
286
+ position: relative;
287
+ flex-grow: 1;
288
+ }
289
+ .progress-bar .slider:before {
290
+ content: "";
291
+ position: absolute;
292
+ display: block;
293
+ top: 0;
294
+ left: 0;
295
+ bottom: 0;
296
+ right: 0;
297
+ background-color: #E8E8E8;
298
+ border-radius: 4px;
299
+ }
300
+ .progress-bar .slider .progress {
301
+ position: relative;
302
+ border-radius: 4px;
303
+ background-color: #000000;
304
+ height: 8px;
305
+ }
306
+ .progress-bar .counter {
307
+ font-weight: 700;
308
+ color: #000000;
309
+ font-size: 14px;
310
+ line-height: 18px;
311
+ }
312
+
313
+ .progress-bar-primary .slider .progress {
314
+ background-color: #2C089B;
315
+ }
316
+ .progress-bar-primary .counter {
317
+ color: #2C089B;
318
+ }
319
+
320
+ .progress-bar-secondary .slider .progress {
321
+ background-color: #2AF135;
322
+ }
323
+ .progress-bar-secondary .counter {
324
+ color: #2AF135;
325
+ }
326
+
327
+ .video-wrap {
328
+ position: relative;
329
+ padding-bottom: 56.25%;
330
+ }
331
+
332
+ .video-wrap iframe,
333
+ .video-wrap video {
334
+ position: absolute;
335
+ border: 0;
336
+ display: block;
337
+ left: 0;
338
+ right: 0;
339
+ top: 0;
340
+ bottom: 0;
341
+ width: 100%;
342
+ height: 100%;
343
+ }
344
+
345
+ .image-wrap img {
346
+ width: 100%;
347
+ height: auto;
348
+ }
349
+
350
+ .align-left {
351
+ text-align: left;
352
+ }
353
+
354
+ .align-right {
355
+ text-align: right;
356
+ }
357
+
358
+ .align-center {
359
+ text-align: center;
360
+ }
361
+
362
+ .align-justify {
363
+ text-align: justify;
364
+ }
365
+
366
+ .space-below-0 {
367
+ margin-bottom: 0;
368
+ }
369
+
370
+ .space-below-1 {
371
+ margin-bottom: 5px;
372
+ }
373
+
374
+ .space-below-2 {
375
+ margin-bottom: 10px;
376
+ }
377
+
378
+ .space-below-3 {
379
+ margin-bottom: 15px;
380
+ }
381
+
382
+ .space-below-4 {
383
+ margin-bottom: 30px;
384
+ }
385
+
386
+ .space-below-5 {
387
+ margin-bottom: 45px;
388
+ }
389
+
390
+ .space-below-6 {
391
+ margin-bottom: 60px;
392
+ }
393
+
394
+ .space-above-0 {
395
+ margin-top: 0;
396
+ }
397
+
398
+ .space-above-1 {
399
+ margin-top: 5px;
400
+ }
401
+
402
+ .space-above-2 {
403
+ margin-top: 10px;
404
+ }
405
+
406
+ .space-above-3 {
407
+ margin-top: 15px;
408
+ }
409
+
410
+ .space-above-4 {
411
+ margin-top: 30px;
412
+ }
413
+
414
+ .space-above-5 {
415
+ margin-top: 45px;
416
+ }
417
+
418
+ .space-above-6 {
419
+ margin-top: 60px;
420
+ }
421
+
422
+ .horizontal-padding-1 {
423
+ padding-left: 5px;
424
+ padding-right: 5px;
425
+ }
426
+
427
+ .horizontal-padding-2 {
428
+ padding-left: 10px;
429
+ padding-right: 10px;
430
+ }
431
+
432
+ .horizontal-padding-3 {
433
+ padding-left: 15px;
434
+ padding-right: 15px;
435
+ }
436
+
437
+ .horizontal-padding-4 {
438
+ padding-left: 30px;
439
+ padding-right: 30px;
440
+ }
441
+
442
+ .horizontal-padding-5 {
443
+ padding-left: 45px;
444
+ padding-right: 45px;
445
+ }
446
+
447
+ .horizontal-padding-6 {
448
+ padding-left: 60px;
449
+ padding-right: 60px;
450
+ }
451
+
452
+ .vertical-padding-1 {
453
+ padding-top: 5px;
454
+ padding-bottom: 5px;
455
+ }
456
+
457
+ .vertical-padding-2 {
458
+ padding-top: 10px;
459
+ padding-bottom: 10px;
460
+ }
461
+
462
+ .vertical-padding-3 {
463
+ padding-top: 15px;
464
+ padding-bottom: 15px;
465
+ }
466
+
467
+ .vertical-padding-4 {
468
+ padding-top: 30px;
469
+ padding-bottom: 30px;
470
+ }
471
+
472
+ .vertical-padding-5 {
473
+ padding-top: 45px;
474
+ padding-bottom: 45px;
475
+ }
476
+
477
+ .vertical-padding-6 {
478
+ padding-top: 60px;
479
+ padding-bottom: 60px;
480
+ }
481
+
482
+ :host {
483
+ display: contents;
484
+ }
485
+
486
+ .container {
487
+ font-family: "Euclid Triangle", sans-serif;
488
+ font-size: 17px;
489
+ line-height: 24px;
490
+ position: relative;
491
+ text-align: left;
492
+ padding: 30px;
493
+ filter: drop-shadow(-1px 3px 12px rgba(0, 0, 0, 0.25));
494
+ }
495
+ .container .sleeve {
496
+ padding: 30px 30px 0 30px;
497
+ clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 50px 100%, 0 calc(100% - 50px));
498
+ }
499
+ .container .slug {
500
+ margin-bottom: 5px;
501
+ }
502
+ .container .date {
503
+ font-size: 13px;
504
+ line-height: 17px;
505
+ margin-bottom: 15px;
506
+ }
507
+ .container h3 {
508
+ font-size: 20px;
509
+ line-height: 24px;
510
+ font-weight: bold;
511
+ margin-bottom: 15px;
512
+ }
513
+ .container h3 a,
514
+ .container h3 a:hover {
515
+ text-decoration: none;
516
+ }
517
+ .container .image-group {
518
+ margin-bottom: 15px;
519
+ }
520
+ .container .image-group .image-wrap {
521
+ border-radius: 50%;
522
+ width: 60px;
523
+ height: 60px;
524
+ background-size: cover;
525
+ background-position: center center;
526
+ margin-bottom: 5px;
527
+ }
528
+ .container .image-group .image-wrap img {
529
+ display: none;
530
+ }
531
+ .container .image-group .image-label {
532
+ font-size: 13px;
533
+ line-height: 17px;
534
+ }