PluginProbe
Extendify / 3.1.0
Extendify v3.1.0
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / src / Library / utility-minimum.css

utility-minimum.css in Extendify 3.1.0, at src/Library/utility-minimum.css

2,116 lines 59.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .text-stroke,
2 .text-stroke--primary,
3 .text-stroke--secondary {
4 -webkit-text-stroke-width: var(
5 --wp--custom--typography--text-stroke-width,
6 2px
7 ) !important;
8 }
9 .ext-absolute {
10 position: absolute !important;
11 }
12 .bring-to-front,
13 .ext .wp-block-image,
14 .ext-relative {
15 position: relative !important;
16 }
17 .ext-top-base {
18 top: var(--wp--style--block-gap, 1.75rem) !important;
19 }
20 .ext-top-lg {
21 top: var(--extendify--spacing--large, 3rem) !important;
22 }
23 .ext--top-base {
24 top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
25 }
26 .ext--top-lg {
27 top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
28 }
29 .ext-right-base {
30 right: var(--wp--style--block-gap, 1.75rem) !important;
31 }
32 .ext-right-lg {
33 right: var(--extendify--spacing--large, 3rem) !important;
34 }
35 .ext--right-base {
36 right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
37 }
38 .ext--right-lg {
39 right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
40 }
41 .ext-bottom-base {
42 bottom: var(--wp--style--block-gap, 1.75rem) !important;
43 }
44 .ext-bottom-lg {
45 bottom: var(--extendify--spacing--large, 3rem) !important;
46 }
47 .ext--bottom-base {
48 bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
49 }
50 .ext--bottom-lg {
51 bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
52 }
53 .ext-left-base {
54 left: var(--wp--style--block-gap, 1.75rem) !important;
55 }
56 .ext-left-lg {
57 left: var(--extendify--spacing--large, 3rem) !important;
58 }
59 .ext--left-base {
60 left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
61 }
62 .ext--left-lg {
63 left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
64 }
65 .ext-order-1 {
66 order: 1 !important;
67 }
68 .ext-order-2 {
69 order: 2 !important;
70 }
71 .ext-col-auto {
72 grid-column: auto !important;
73 }
74 .ext-col-span-1 {
75 grid-column: span 1 / span 1 !important;
76 }
77 .ext-col-span-2 {
78 grid-column: span 2 / span 2 !important;
79 }
80 .ext-col-span-3 {
81 grid-column: span 3 / span 3 !important;
82 }
83 .ext-col-span-4 {
84 grid-column: span 4 / span 4 !important;
85 }
86 .ext-col-span-5 {
87 grid-column: span 5 / span 5 !important;
88 }
89 .ext-col-span-6 {
90 grid-column: span 6 / span 6 !important;
91 }
92 .ext-col-span-7 {
93 grid-column: span 7 / span 7 !important;
94 }
95 .ext-col-span-8 {
96 grid-column: span 8 / span 8 !important;
97 }
98 .ext-col-span-9 {
99 grid-column: span 9 / span 9 !important;
100 }
101 .ext-col-span-10 {
102 grid-column: span 10 / span 10 !important;
103 }
104 .ext-col-span-11 {
105 grid-column: span 11 / span 11 !important;
106 }
107 .ext-col-span-12 {
108 grid-column: span 12 / span 12 !important;
109 }
110 .ext-col-span-full {
111 grid-column: 1 / -1 !important;
112 }
113 .ext-col-start-1 {
114 grid-column-start: 1 !important;
115 }
116 .ext-col-start-2 {
117 grid-column-start: 2 !important;
118 }
119 .ext-col-start-3 {
120 grid-column-start: 3 !important;
121 }
122 .ext-col-start-4 {
123 grid-column-start: 4 !important;
124 }
125 .ext-col-start-5 {
126 grid-column-start: 5 !important;
127 }
128 .ext-col-start-6 {
129 grid-column-start: 6 !important;
130 }
131 .ext-col-start-7 {
132 grid-column-start: 7 !important;
133 }
134 .ext-col-start-8 {
135 grid-column-start: 8 !important;
136 }
137 .ext-col-start-9 {
138 grid-column-start: 9 !important;
139 }
140 .ext-col-start-10 {
141 grid-column-start: 10 !important;
142 }
143 .ext-col-start-11 {
144 grid-column-start: 11 !important;
145 }
146 .ext-col-start-12 {
147 grid-column-start: 12 !important;
148 }
149 .ext-col-start-13 {
150 grid-column-start: 13 !important;
151 }
152 .ext-col-start-auto {
153 grid-column-start: auto !important;
154 }
155 .ext-col-end-1 {
156 grid-column-end: 1 !important;
157 }
158 .ext-col-end-2 {
159 grid-column-end: 2 !important;
160 }
161 .ext-col-end-3 {
162 grid-column-end: 3 !important;
163 }
164 .ext-col-end-4 {
165 grid-column-end: 4 !important;
166 }
167 .ext-col-end-5 {
168 grid-column-end: 5 !important;
169 }
170 .ext-col-end-6 {
171 grid-column-end: 6 !important;
172 }
173 .ext-col-end-7 {
174 grid-column-end: 7 !important;
175 }
176 .ext-col-end-8 {
177 grid-column-end: 8 !important;
178 }
179 .ext-col-end-9 {
180 grid-column-end: 9 !important;
181 }
182 .ext-col-end-10 {
183 grid-column-end: 10 !important;
184 }
185 .ext-col-end-11 {
186 grid-column-end: 11 !important;
187 }
188 .ext-col-end-12 {
189 grid-column-end: 12 !important;
190 }
191 .ext-col-end-13 {
192 grid-column-end: 13 !important;
193 }
194 .ext-col-end-auto {
195 grid-column-end: auto !important;
196 }
197 .ext-row-auto {
198 grid-row: auto !important;
199 }
200 .ext-row-span-1 {
201 grid-row: span 1 / span 1 !important;
202 }
203 .ext-row-span-2 {
204 grid-row: span 2 / span 2 !important;
205 }
206 .ext-row-span-3 {
207 grid-row: span 3 / span 3 !important;
208 }
209 .ext-row-span-4 {
210 grid-row: span 4 / span 4 !important;
211 }
212 .ext-row-span-5 {
213 grid-row: span 5 / span 5 !important;
214 }
215 .ext-row-span-6 {
216 grid-row: span 6 / span 6 !important;
217 }
218 .ext-row-span-full {
219 grid-row: 1 / -1 !important;
220 }
221 .ext-row-start-1 {
222 grid-row-start: 1 !important;
223 }
224 .ext-row-start-2 {
225 grid-row-start: 2 !important;
226 }
227 .ext-row-start-3 {
228 grid-row-start: 3 !important;
229 }
230 .ext-row-start-4 {
231 grid-row-start: 4 !important;
232 }
233 .ext-row-start-5 {
234 grid-row-start: 5 !important;
235 }
236 .ext-row-start-6 {
237 grid-row-start: 6 !important;
238 }
239 .ext-row-start-7 {
240 grid-row-start: 7 !important;
241 }
242 .ext-row-start-auto {
243 grid-row-start: auto !important;
244 }
245 .ext-row-end-1 {
246 grid-row-end: 1 !important;
247 }
248 .ext-row-end-2 {
249 grid-row-end: 2 !important;
250 }
251 .ext-row-end-3 {
252 grid-row-end: 3 !important;
253 }
254 .ext-row-end-4 {
255 grid-row-end: 4 !important;
256 }
257 .ext-row-end-5 {
258 grid-row-end: 5 !important;
259 }
260 .ext-row-end-6 {
261 grid-row-end: 6 !important;
262 }
263 .ext-row-end-7 {
264 grid-row-end: 7 !important;
265 }
266 .ext-row-end-auto {
267 grid-row-end: auto !important;
268 }
269 .ext-m-0:not([style*="margin"]) {
270 margin: 0 !important;
271 }
272 .ext-m-auto:not([style*="margin"]) {
273 margin: auto !important;
274 }
275 .ext-m-base:not([style*="margin"]) {
276 margin: var(--wp--style--block-gap, 1.75rem) !important;
277 }
278 .ext-m-lg:not([style*="margin"]) {
279 margin: var(--extendify--spacing--large, 3rem) !important;
280 }
281 .ext--m-base:not([style*="margin"]) {
282 margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
283 }
284 .ext--m-lg:not([style*="margin"]) {
285 margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
286 }
287 .ext-mx-0:not([style*="margin"]) {
288 margin-left: 0 !important;
289 margin-right: 0 !important;
290 }
291 .ext .alignwide,
292 .ext-mx-auto:not([style*="margin"]) {
293 margin-left: auto !important;
294 margin-right: auto !important;
295 }
296 .ext-mx-base:not([style*="margin"]) {
297 margin-left: var(--wp--style--block-gap, 1.75rem) !important;
298 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
299 }
300 .ext-mx-lg:not([style*="margin"]) {
301 margin-left: var(--extendify--spacing--large, 3rem) !important;
302 margin-right: var(--extendify--spacing--large, 3rem) !important;
303 }
304 .ext--mx-base:not([style*="margin"]) {
305 margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
306 margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
307 }
308 .ext--mx-lg:not([style*="margin"]) {
309 margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
310 margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
311 }
312 .ext .wp-block-group > *,
313 .ext-my-0:not([style*="margin"]),
314 .wp-block-column.editor\:pointer-events-none {
315 margin-top: 0 !important;
316 margin-bottom: 0 !important;
317 }
318 .ext-my-auto:not([style*="margin"]) {
319 margin-top: auto !important;
320 margin-bottom: auto !important;
321 }
322 .ext h2,
323 .ext-my-base:not([style*="margin"]) {
324 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
325 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
326 }
327 .ext-my-lg:not([style*="margin"]) {
328 margin-top: var(--extendify--spacing--large, 3rem) !important;
329 margin-bottom: var(--extendify--spacing--large, 3rem) !important;
330 }
331 .ext--my-base:not([style*="margin"]) {
332 margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
333 margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
334 }
335 .ext--my-lg:not([style*="margin"]) {
336 margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
337 margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
338 }
339 .ext
340 .wp-block-columns
341 + .wp-block-columns:not([class*="mt-"]):not([class*="my-"]):not(
342 [style*="margin"]
343 ),
344 .ext-mt-0:not([style*="margin"]),
345 [class*="fullwidth-cols"] .wp-block-column:first-child,
346 [class*="fullwidth-cols"] .wp-block-column:first-child > *,
347 [class*="fullwidth-cols"] .wp-block-column > :first-child,
348 [class*="fullwidth-cols"] .wp-block-group:first-child {
349 margin-top: 0 !important;
350 }
351 .ext-mt-auto:not([style*="margin"]) {
352 margin-top: auto !important;
353 }
354 .ext-mt-base:not([style*="margin"]) {
355 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
356 }
357 .ext-mt-lg:not([style*="margin"]) {
358 margin-top: var(--extendify--spacing--large, 3rem) !important;
359 }
360 .ext--mt-base:not([style*="margin"]) {
361 margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
362 }
363 .ext--mt-lg:not([style*="margin"]) {
364 margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
365 }
366 .ext-mr-0.alignfull:not([style*="margin"]):not([style*="margin"]),
367 .ext-mr-0:not([style*="margin"]) {
368 margin-right: 0 !important;
369 }
370 .ext-mr-auto:not([style*="margin"]) {
371 margin-right: auto !important;
372 }
373 .ext-mr-base:not([style*="margin"]) {
374 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
375 }
376 .ext-mr-lg:not([style*="margin"]) {
377 margin-right: var(--extendify--spacing--large, 3rem) !important;
378 }
379 .ext--mr-base:not([style*="margin"]) {
380 margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
381 }
382 .ext--mr-lg:not([style*="margin"]) {
383 margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
384 }
385 .ext .is-not-stacked-on-mobile .wp-block-column,
386 .ext-mb-0:not([style*="margin"]),
387 .ext.wp-block-group > :last-child,
388 .wp-block-columns[class*="fullwidth-cols"].is-not-stacked-on-mobile
389 > .wp-block-column,
390 [class*="fullwidth-cols"] .wp-block-column:last-child,
391 [class*="fullwidth-cols"] .wp-block-column > :last-child,
392 [class*="fullwidth-cols"] .wp-block-group:last-child {
393 margin-bottom: 0 !important;
394 }
395 .ext-mb-auto:not([style*="margin"]) {
396 margin-bottom: auto !important;
397 }
398 .ext-mb-base:not([style*="margin"]),
399 .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
400 > .wp-block-column:not(:last-child) {
401 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
402 }
403 .ext-mb-lg:not([style*="margin"]) {
404 margin-bottom: var(--extendify--spacing--large, 3rem) !important;
405 }
406 .ext--mb-base:not([style*="margin"]) {
407 margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
408 }
409 .ext--mb-lg:not([style*="margin"]) {
410 margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
411 }
412 .ext-ml-0:not([style*="margin"]),
413 .ext-ml-0:not([style*="margin"]):not([style*="margin"]) {
414 margin-left: 0 !important;
415 }
416 .ext-ml-auto:not([style*="margin"]) {
417 margin-left: auto !important;
418 }
419 .ext-ml-base:not([style*="margin"]) {
420 margin-left: var(--wp--style--block-gap, 1.75rem) !important;
421 }
422 .ext-ml-lg:not([style*="margin"]) {
423 margin-left: var(--extendify--spacing--large, 3rem) !important;
424 }
425 .ext--ml-base:not([style*="margin"]) {
426 margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
427 }
428 .ext--ml-lg:not([style*="margin"]) {
429 margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
430 }
431 .editor\:no-resize .components-resizable-box__container,
432 .ext-block {
433 display: block !important;
434 }
435 .ext .wp-block-image img,
436 .ext-inline-block {
437 display: inline-block !important;
438 }
439 .ext-inline {
440 display: inline !important;
441 }
442 .ext-flex {
443 display: flex !important;
444 }
445 .ext-inline-flex {
446 display: inline-flex !important;
447 }
448 .ext .ext-grid > [class*="_inner-container"],
449 .ext-grid {
450 display: grid !important;
451 }
452 .ext-inline-grid {
453 display: inline-grid !important;
454 }
455 .block-editor-block-preview__content-iframe
456 .ext
457 [data-type="core/spacer"]
458 .block-library-spacer__resize-container::before,
459 .editor\:no-caption .block-editor-rich-text__editable,
460 .editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
461 .editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
462 .editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
463 .editor\:no-inserter > .block-list-appender,
464 .ext-hidden {
465 display: none !important;
466 }
467 .ext-w-auto {
468 width: auto !important;
469 }
470 .ext-w-full {
471 width: 100% !important;
472 }
473 .ext [class*="inner-container"] > .alignwide [class*="inner-container"] > *,
474 .ext
475 [class*="inner-container"]
476 > [data-align="wide"]
477 [class*="inner-container"]
478 > *,
479 .ext-max-w-full {
480 max-width: 100% !important;
481 }
482 .ext-flex-1 {
483 flex: 1 1 0% !important;
484 }
485 .ext-flex-auto {
486 flex: 1 1 auto !important;
487 }
488 .ext-flex-initial {
489 flex: 0 1 auto !important;
490 }
491 .ext-flex-none {
492 flex: none !important;
493 }
494 .ext-flex-shrink-0 {
495 flex-shrink: 0 !important;
496 }
497 .ext-flex-shrink {
498 flex-shrink: 1 !important;
499 }
500 .ext-flex-grow-0 {
501 flex-grow: 0 !important;
502 }
503 .ext-flex-grow {
504 flex-grow: 1 !important;
505 }
506 .ext-list-none,
507 .is-style-inline-list li {
508 list-style-type: none !important;
509 }
510 .ext .ext-grid-cols-1 > [class*="_inner-container"],
511 .ext-grid-cols-1 {
512 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
513 }
514 .ext .ext-grid-cols-2 > [class*="_inner-container"],
515 .ext-grid-cols-2 {
516 grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
517 }
518 .ext .ext-grid-cols-3 > [class*="_inner-container"],
519 .ext-grid-cols-3 {
520 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
521 }
522 .ext .ext-grid-cols-4 > [class*="_inner-container"],
523 .ext-grid-cols-4 {
524 grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
525 }
526 .ext .ext-grid-cols-5 > [class*="_inner-container"],
527 .ext-grid-cols-5 {
528 grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
529 }
530 .ext .ext-grid-cols-6 > [class*="_inner-container"],
531 .ext-grid-cols-6 {
532 grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
533 }
534 .ext .ext-grid-cols-7 > [class*="_inner-container"],
535 .ext-grid-cols-7 {
536 grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
537 }
538 .ext .ext-grid-cols-8 > [class*="_inner-container"],
539 .ext-grid-cols-8 {
540 grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
541 }
542 .ext .ext-grid-cols-9 > [class*="_inner-container"],
543 .ext-grid-cols-9 {
544 grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
545 }
546 .ext .ext-grid-cols-10 > [class*="_inner-container"],
547 .ext-grid-cols-10 {
548 grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
549 }
550 .ext .ext-grid-cols-11 > [class*="_inner-container"],
551 .ext-grid-cols-11 {
552 grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
553 }
554 .ext .ext-grid-cols-12 > [class*="_inner-container"],
555 .ext-grid-cols-12 {
556 grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
557 }
558 .ext .ext-grid-cols-none > [class*="_inner-container"],
559 .ext-grid-cols-none {
560 grid-template-columns: none !important;
561 }
562 .ext .ext-grid-rows-1 > [class*="_inner-container"],
563 .ext-grid-rows-1 {
564 grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
565 }
566 .ext .ext-grid-rows-2 > [class*="_inner-container"],
567 .ext-grid-rows-2 {
568 grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
569 }
570 .ext .ext-grid-rows-3 > [class*="_inner-container"],
571 .ext-grid-rows-3 {
572 grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
573 }
574 .ext .ext-grid-rows-4 > [class*="_inner-container"],
575 .ext-grid-rows-4 {
576 grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
577 }
578 .ext .ext-grid-rows-5 > [class*="_inner-container"],
579 .ext-grid-rows-5 {
580 grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
581 }
582 .ext .ext-grid-rows-6 > [class*="_inner-container"],
583 .ext-grid-rows-6 {
584 grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
585 }
586 .ext .ext-grid-rows-none > [class*="_inner-container"],
587 .ext-grid-rows-none {
588 grid-template-rows: none !important;
589 }
590 .ext-flex-row {
591 flex-direction: row !important;
592 }
593 .ext-flex-row-reverse {
594 flex-direction: row-reverse !important;
595 }
596 .ext-flex-col {
597 flex-direction: column !important;
598 }
599 .ext-flex-col-reverse {
600 flex-direction: column-reverse !important;
601 }
602 .ext-flex-wrap {
603 flex-wrap: wrap !important;
604 }
605 .ext-flex-wrap-reverse {
606 flex-wrap: wrap-reverse !important;
607 }
608 .ext-flex-nowrap {
609 flex-wrap: nowrap !important;
610 }
611 .ext .ext-items-start > [class*="_inner-container"],
612 .ext-items-start {
613 align-items: flex-start !important;
614 }
615 .ext .ext-items-end > [class*="_inner-container"],
616 .ext-items-end {
617 align-items: flex-end !important;
618 }
619 .ext .ext-items-center > [class*="_inner-container"],
620 .ext .is-style-angled > [class*="_inner-container"],
621 .ext-items-center {
622 align-items: center !important;
623 }
624 .ext .ext-items-baseline > [class*="_inner-container"],
625 .ext-items-baseline {
626 align-items: baseline !important;
627 }
628 .ext .ext-items-stretch > [class*="_inner-container"],
629 .ext-items-stretch {
630 align-items: stretch !important;
631 }
632 .ext-justify-start {
633 justify-content: flex-start !important;
634 }
635 .ext-justify-end {
636 justify-content: flex-end !important;
637 }
638 .ext-justify-center {
639 justify-content: center !important;
640 }
641 .ext-justify-between {
642 justify-content: space-between !important;
643 }
644 .ext-justify-around {
645 justify-content: space-around !important;
646 }
647 .ext-justify-evenly {
648 justify-content: space-evenly !important;
649 }
650 .ext-justify-items-start {
651 justify-items: start !important;
652 }
653 .ext-justify-items-end {
654 justify-items: end !important;
655 }
656 .ext-justify-items-center {
657 justify-items: center !important;
658 }
659 .ext-justify-items-stretch {
660 justify-items: stretch !important;
661 }
662 .ext-gap-0 {
663 gap: 0 !important;
664 }
665 .ext-gap-base {
666 gap: var(--wp--style--block-gap, 1.75rem) !important;
667 }
668 .ext-gap-lg {
669 gap: var(--extendify--spacing--large, 3rem) !important;
670 }
671 .ext-gap-x-0 {
672 -moz-column-gap: 0 !important;
673 column-gap: 0 !important;
674 }
675 .ext-gap-x-base {
676 -moz-column-gap: var(--wp--style--block-gap, 1.75rem) !important;
677 column-gap: var(--wp--style--block-gap, 1.75rem) !important;
678 }
679 .ext-gap-x-lg {
680 -moz-column-gap: var(--extendify--spacing--large, 3rem) !important;
681 column-gap: var(--extendify--spacing--large, 3rem) !important;
682 }
683 .ext-gap-y-0 {
684 row-gap: 0 !important;
685 }
686 .ext-gap-y-base {
687 row-gap: var(--wp--style--block-gap, 1.75rem) !important;
688 }
689 .ext-gap-y-lg {
690 row-gap: var(--extendify--spacing--large, 3rem) !important;
691 }
692 .ext-justify-self-auto {
693 justify-self: auto !important;
694 }
695 .ext-justify-self-start {
696 justify-self: start !important;
697 }
698 .ext-justify-self-end {
699 justify-self: end !important;
700 }
701 .ext-justify-self-center {
702 justify-self: center !important;
703 }
704 .ext-justify-self-stretch {
705 justify-self: stretch !important;
706 }
707 .ext-rounded-none {
708 border-radius: 0 !important;
709 }
710 .ext-rounded-full {
711 border-radius: 9999px !important;
712 }
713 .ext-rounded-t-none {
714 border-top-left-radius: 0 !important;
715 border-top-right-radius: 0 !important;
716 }
717 .ext-rounded-t-full {
718 border-top-left-radius: 9999px !important;
719 border-top-right-radius: 9999px !important;
720 }
721 .ext-rounded-r-none {
722 border-top-right-radius: 0 !important;
723 border-bottom-right-radius: 0 !important;
724 }
725 .ext-rounded-r-full {
726 border-top-right-radius: 9999px !important;
727 border-bottom-right-radius: 9999px !important;
728 }
729 .ext-rounded-b-none {
730 border-bottom-right-radius: 0 !important;
731 border-bottom-left-radius: 0 !important;
732 }
733 .ext-rounded-b-full {
734 border-bottom-right-radius: 9999px !important;
735 border-bottom-left-radius: 9999px !important;
736 }
737 .ext-rounded-l-none {
738 border-top-left-radius: 0 !important;
739 border-bottom-left-radius: 0 !important;
740 }
741 .ext-rounded-l-full {
742 border-top-left-radius: 9999px !important;
743 border-bottom-left-radius: 9999px !important;
744 }
745 .ext-rounded-tl-none {
746 border-top-left-radius: 0 !important;
747 }
748 .ext-rounded-tl-full {
749 border-top-left-radius: 9999px !important;
750 }
751 .ext-rounded-tr-none {
752 border-top-right-radius: 0 !important;
753 }
754 .ext-rounded-tr-full {
755 border-top-right-radius: 9999px !important;
756 }
757 .ext-rounded-br-none {
758 border-bottom-right-radius: 0 !important;
759 }
760 .ext-rounded-br-full {
761 border-bottom-right-radius: 9999px !important;
762 }
763 .ext-rounded-bl-none {
764 border-bottom-left-radius: 0 !important;
765 }
766 .ext-rounded-bl-full {
767 border-bottom-left-radius: 9999px !important;
768 }
769 .ext-border-0 {
770 border-width: 0 !important;
771 }
772 .ext-border-t-0 {
773 border-top-width: 0 !important;
774 }
775 .ext-border-r-0 {
776 border-right-width: 0 !important;
777 }
778 .ext-border-b-0 {
779 border-bottom-width: 0 !important;
780 }
781 .ext-border-l-0 {
782 border-left-width: 0 !important;
783 }
784 .ext .wp-block-group__inner-container,
785 .ext-p-0:not([style*="padding"]) {
786 padding: 0 !important;
787 }
788 .ext-p-base:not([style*="padding"]) {
789 padding: var(--wp--style--block-gap, 1.75rem) !important;
790 }
791 .ext-p-lg:not([style*="padding"]) {
792 padding: var(--extendify--spacing--large, 3rem) !important;
793 }
794 .ext .wp-block-columns .wp-block-column[style*="padding"],
795 .ext-px-0:not([style*="padding"]) {
796 padding-left: 0 !important;
797 padding-right: 0 !important;
798 }
799 .ext-px-base:not([style*="padding"]),
800 .ext.has-background {
801 padding-left: var(--wp--style--block-gap, 1.75rem) !important;
802 padding-right: var(--wp--style--block-gap, 1.75rem) !important;
803 }
804 .ext-px-lg:not([style*="padding"]) {
805 padding-left: var(--extendify--spacing--large, 3rem) !important;
806 padding-right: var(--extendify--spacing--large, 3rem) !important;
807 }
808 .ext-py-0:not([style*="padding"]) {
809 padding-top: 0 !important;
810 padding-bottom: 0 !important;
811 }
812 .ext-py-base:not([style*="padding"]) {
813 padding-top: var(--wp--style--block-gap, 1.75rem) !important;
814 padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
815 }
816 .ext-py-lg:not([style*="padding"]) {
817 padding-top: var(--extendify--spacing--large, 3rem) !important;
818 padding-bottom: var(--extendify--spacing--large, 3rem) !important;
819 }
820 .ext-pt-0:not([style*="padding"]) {
821 padding-top: 0 !important;
822 }
823 .ext-pt-base:not([style*="padding"]) {
824 padding-top: var(--wp--style--block-gap, 1.75rem) !important;
825 }
826 .ext-pt-lg:not([style*="padding"]) {
827 padding-top: var(--extendify--spacing--large, 3rem) !important;
828 }
829 .ext-pr-0:not([style*="padding"]) {
830 padding-right: 0 !important;
831 }
832 .ext-pr-base:not([style*="padding"]) {
833 padding-right: var(--wp--style--block-gap, 1.75rem) !important;
834 }
835 .ext-pr-lg:not([style*="padding"]) {
836 padding-right: var(--extendify--spacing--large, 3rem) !important;
837 }
838 .ext-pb-0:not([style*="padding"]) {
839 padding-bottom: 0 !important;
840 }
841 .ext-pb-base:not([style*="padding"]) {
842 padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
843 }
844 .ext-pb-lg:not([style*="padding"]) {
845 padding-bottom: var(--extendify--spacing--large, 3rem) !important;
846 }
847 .ext-pl-0:not([style*="padding"]),
848 .is-style-inline-list {
849 padding-left: 0 !important;
850 }
851 .ext-pl-base:not([style*="padding"]) {
852 padding-left: var(--wp--style--block-gap, 1.75rem) !important;
853 }
854 .ext-pl-lg:not([style*="padding"]) {
855 padding-left: var(--extendify--spacing--large, 3rem) !important;
856 }
857 .ext-text-left {
858 text-align: left !important;
859 }
860 .ext .wp-block-image,
861 .ext-text-center {
862 text-align: center !important;
863 }
864 .ext-text-right {
865 text-align: right !important;
866 }
867 .ext-leading-none {
868 line-height: 1 !important;
869 }
870 .ext-leading-tight {
871 line-height: 1.25 !important;
872 }
873 .ext-leading-snug {
874 line-height: 1.375 !important;
875 }
876 .ext-leading-normal {
877 line-height: 1.5 !important;
878 }
879 .ext-leading-relaxed {
880 line-height: 1.625 !important;
881 }
882 .ext-leading-loose {
883 line-height: 2 !important;
884 }
885 .ext-aspect-square img {
886 aspect-ratio: 1 / 1 !important;
887 -o-object-fit: cover !important;
888 object-fit: cover !important;
889 }
890 .ext-aspect-landscape img {
891 aspect-ratio: 4 / 3 !important;
892 -o-object-fit: cover !important;
893 object-fit: cover !important;
894 }
895 .ext-aspect-landscape-wide img {
896 aspect-ratio: 16 / 9 !important;
897 -o-object-fit: cover !important;
898 object-fit: cover !important;
899 }
900 .ext-aspect-portrait img {
901 aspect-ratio: 3 / 4 !important;
902 -o-object-fit: cover !important;
903 object-fit: cover !important;
904 }
905 .ext-aspect-landscape .components-resizable-box__container,
906 .ext-aspect-landscape-wide .components-resizable-box__container,
907 .ext-aspect-portrait .components-resizable-box__container,
908 .ext-aspect-square .components-resizable-box__container {
909 height: auto !important;
910 }
911 .clip-path--rhombus img {
912 -webkit-clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
913 clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%) !important;
914 }
915 .clip-path--diamond img {
916 -webkit-clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
917 clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%) !important;
918 }
919 .clip-path--rhombus-alt img {
920 -webkit-clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
921 clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%) !important;
922 }
923 .wp-block-columns[class*="fullwidth-cols"] {
924 margin-bottom: unset !important;
925 }
926 .is-root-container.block-editor-block-list__layout
927 > [data-align="full"]:not(:first-of-type)
928 > .ext-my-0,
929 .is-root-container.block-editor-block-list__layout
930 > [data-align="full"]:not(:first-of-type)
931 > .wp-block-column.editor\:pointer-events-none,
932 .is-root-container.block-editor-block-list__layout
933 > [data-align="wide"]
934 > .ext-my-0:not([style*="margin"]),
935 .is-root-container.block-editor-block-list__layout
936 > [data-align="wide"]
937 > .wp-block-column.editor\:pointer-events-none {
938 margin-top: calc(-1 * var(--wp--style--block-gap, 28px)) !important;
939 }
940 @media (min-width: 600px) and (max-width: 781px) {
941 .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
942 > .wp-block-column:nth-child(2n) {
943 margin-left: var(--wp--style--block-gap, 2em) !important;
944 }
945 }
946 @media (max-width: 781px) {
947 .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
948 flex-wrap: wrap !important;
949 }
950 .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
951 > .wp-block-column,
952 .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
953 > .wp-block-column:not([style*="margin"]) {
954 margin-left: 0 !important;
955 }
956 .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
957 > .wp-block-column {
958 flex-basis: 100% !important;
959 }
960 }
961 @media (max-width: 1079px) {
962 .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
963 flex-wrap: wrap !important;
964 }
965 .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
966 > .wp-block-column,
967 .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
968 > .wp-block-column:not([style*="margin"]) {
969 margin-left: 0 !important;
970 }
971 .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
972 > .wp-block-column {
973 flex-basis: 100% !important;
974 }
975 .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)
976 > .wp-block-column:not(:last-child) {
977 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
978 }
979 }
980 .direction-rtl {
981 direction: rtl !important;
982 }
983 .direction-ltr {
984 direction: ltr !important;
985 }
986 .bring-to-front {
987 z-index: 10 !important;
988 }
989 .text-stroke {
990 -webkit-text-stroke-color: var(--wp--preset--color--background) !important;
991 }
992 .text-stroke--primary {
993 -webkit-text-stroke-color: var(--wp--preset--color--primary) !important;
994 }
995 .text-stroke--secondary {
996 -webkit-text-stroke-color: var(--wp--preset--color--secondary) !important;
997 }
998 .editor\:no-resize .components-resizable-box__handle,
999 .editor\:no-resize .components-resizable-box__handle::after,
1000 .editor\:no-resize .components-resizable-box__side-handle::before {
1001 display: none !important;
1002 pointer-events: none !important;
1003 }
1004 .editor\:pointer-events-none {
1005 pointer-events: none !important;
1006 }
1007 .is-style-angled {
1008 align-items: center !important;
1009 justify-content: flex-end !important;
1010 }
1011 .is-style-angled .wp-block-cover__image-background,
1012 .is-style-angled .wp-block-cover__video-background {
1013 -webkit-clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
1014 clip-path: polygon(0 0, 30% 0%, 50% 100%, 0% 100%) !important;
1015 z-index: 1 !important;
1016 }
1017 .has-foreground-color {
1018 color: var(--wp--preset--color--foreground, #000) !important;
1019 }
1020 .has-foreground-background-color {
1021 background-color: var(--wp--preset--color--foreground, #000) !important;
1022 }
1023 .has-background-color {
1024 color: var(--wp--preset--color--background, #fff) !important;
1025 }
1026 .has-background-background-color {
1027 background-color: var(--wp--preset--color--background, #fff) !important;
1028 }
1029 .has-primary-color {
1030 color: var(--wp--preset--color--primary, #4b5563) !important;
1031 }
1032 .has-primary-background-color {
1033 background-color: var(--wp--preset--color--primary, #4b5563) !important;
1034 }
1035 .has-secondary-color {
1036 color: var(--wp--preset--color--secondary, #9ca3af) !important;
1037 }
1038 .has-secondary-background-color {
1039 background-color: var(--wp--preset--color--secondary, #9ca3af) !important;
1040 }
1041 .ext.has-text-color h1,
1042 .ext.has-text-color h2,
1043 .ext.has-text-color h3,
1044 .ext.has-text-color h4,
1045 .ext.has-text-color h5,
1046 .ext.has-text-color h6,
1047 .ext.has-text-color p {
1048 color: currentColor !important;
1049 }
1050 .has-white-color {
1051 color: var(--wp--preset--color--white, #fff) !important;
1052 }
1053 .has-black-color {
1054 color: var(--wp--preset--color--black, #000) !important;
1055 }
1056 .has-ext-foreground-background-color {
1057 background-color: var(
1058 --wp--preset--color--foreground,
1059 var(--wp--preset--color--black, #000)
1060 ) !important;
1061 }
1062 .has-ext-primary-background-color {
1063 background-color: var(
1064 --wp--preset--color--primary,
1065 var(--wp--preset--color--cyan-bluish-gray, #000)
1066 ) !important;
1067 }
1068 .wp-block-button__link.has-black-background-color {
1069 border-color: var(--wp--preset--color--black, #000) !important;
1070 }
1071 .wp-block-button__link.has-white-background-color {
1072 border-color: var(--wp--preset--color--white, #fff) !important;
1073 }
1074 .has-ext-small-font-size {
1075 font-size: var(--wp--preset--font-size--ext-small) !important;
1076 }
1077 .has-ext-medium-font-size {
1078 font-size: var(--wp--preset--font-size--ext-medium) !important;
1079 }
1080 .has-ext-large-font-size {
1081 font-size: var(--wp--preset--font-size--ext-large) !important;
1082 line-height: 1.2 !important;
1083 }
1084 .has-ext-x-large-font-size {
1085 font-size: var(--wp--preset--font-size--ext-x-large) !important;
1086 line-height: 1 !important;
1087 }
1088 .has-ext-xx-large-font-size {
1089 font-size: var(--wp--preset--font-size--ext-xx-large) !important;
1090 line-height: 1 !important;
1091 }
1092 .has-ext-x-large-font-size:not([style*="line-height"]),
1093 .has-ext-xx-large-font-size:not([style*="line-height"]) {
1094 line-height: 1.1 !important;
1095 }
1096 .ext .wp-block-group > * + * {
1097 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
1098 margin-bottom: 0 !important;
1099 }
1100 .has-ext-x-large-font-size + h3,
1101 .has-ext-x-large-font-size + p {
1102 margin-top: 0.5rem !important;
1103 }
1104 .ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
1105 width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75) !important;
1106 min-width: 12rem !important;
1107 }
1108 .ext > [class*="_inner-container"] > .ext-grid:not([class*="columns"]),
1109 .ext
1110 > [class*="_inner-container"]
1111 > .wp-block
1112 > .ext-grid:not([class*="columns"]) {
1113 display: initial !important;
1114 }
1115 .ext .ext-grid-cols-13 > [class*="_inner-container"] {
1116 grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
1117 }
1118 .ext [class*="inner-container"] > .alignwide [class*="inner-container"],
1119 .ext
1120 [class*="inner-container"]
1121 > [data-align="wide"]
1122 [class*="inner-container"] {
1123 max-width: var(--responsive--alignwide-width, 120rem) !important;
1124 }
1125 .ext .wp-block-image img {
1126 vertical-align: middle !important;
1127 }
1128 body {
1129 --extendify--spacing--large: var(
1130 --wp--custom--spacing--large,
1131 clamp(2em, 8vw, 8em)
1132 ) !important;
1133 --wp--preset--font-size--ext-small: 1rem !important;
1134 --wp--preset--font-size--ext-medium: 1.125rem !important;
1135 --wp--preset--font-size--ext-large: clamp(1.65rem, 3.5vw, 2.15rem) !important;
1136 --wp--preset--font-size--ext-x-large: clamp(3rem, 6vw, 4.75rem) !important;
1137 --wp--preset--font-size--ext-xx-large: clamp(
1138 3.25rem,
1139 7.5vw,
1140 5.75rem
1141 ) !important;
1142 --wp--preset--color--black: #000 !important;
1143 --wp--preset--color--white: #fff !important;
1144 }
1145 .ext * {
1146 box-sizing: border-box !important;
1147 }
1148 .block-editor-block-preview__content-iframe
1149 .ext
1150 [data-type="core/spacer"]
1151 .components-resizable-box__container {
1152 background: 0 0 !important;
1153 }
1154 .ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
1155 margin-top: unset !important;
1156 margin-bottom: unset !important;
1157 }
1158 .block-editor-block-preview__content-iframe .preview\:min-h-50 {
1159 min-height: 50vw !important;
1160 }
1161 .block-editor-block-preview__content-iframe .preview\:min-h-60 {
1162 min-height: 60vw !important;
1163 }
1164 .block-editor-block-preview__content-iframe .preview\:min-h-70 {
1165 min-height: 70vw !important;
1166 }
1167 .block-editor-block-preview__content-iframe .preview\:min-h-80 {
1168 min-height: 80vw !important;
1169 }
1170 .block-editor-block-preview__content-iframe .preview\:min-h-100 {
1171 min-height: 100vw !important;
1172 }
1173 .is-root-container
1174 .wp-block[data-align="full"]
1175 > .ext-mx-0:not([style*="margin"]):not([style*="margin"]) {
1176 margin-right: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
1177 margin-left: calc(1 * var(--wp--custom--spacing--outer, 0)) !important;
1178 overflow: hidden !important;
1179 width: unset !important;
1180 }
1181 @media (min-width: 782px) {
1182 .wp-block-columns[class*="fullwidth-cols"]:not(.is-not-stacked-on-mobile)
1183 > .wp-block-column:not(:last-child) {
1184 margin-bottom: 0 !important;
1185 }
1186 .is-style-inline-list li {
1187 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
1188 display: inline !important;
1189 }
1190 .is-style-inline-list li:first-child {
1191 margin-left: 0 !important;
1192 }
1193 .is-style-inline-list li:last-child {
1194 margin-right: 0 !important;
1195 }
1196 .is-style-angled .wp-block-cover__image-background,
1197 .is-style-angled .wp-block-cover__video-background {
1198 -webkit-clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
1199 clip-path: polygon(0 0, 55% 0%, 65% 100%, 0% 100%) !important;
1200 }
1201 .tablet\:ext-absolute {
1202 position: absolute !important;
1203 }
1204 .tablet\:ext-relative {
1205 position: relative !important;
1206 }
1207 .tablet\:ext-top-base {
1208 top: var(--wp--style--block-gap, 1.75rem) !important;
1209 }
1210 .tablet\:ext-top-lg {
1211 top: var(--extendify--spacing--large, 3rem) !important;
1212 }
1213 .tablet\:ext--top-base {
1214 top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1215 }
1216 .tablet\:ext--top-lg {
1217 top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1218 }
1219 .tablet\:ext-right-base {
1220 right: var(--wp--style--block-gap, 1.75rem) !important;
1221 }
1222 .tablet\:ext-right-lg {
1223 right: var(--extendify--spacing--large, 3rem) !important;
1224 }
1225 .tablet\:ext--right-base {
1226 right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1227 }
1228 .tablet\:ext--right-lg {
1229 right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1230 }
1231 .tablet\:ext-bottom-base {
1232 bottom: var(--wp--style--block-gap, 1.75rem) !important;
1233 }
1234 .tablet\:ext-bottom-lg {
1235 bottom: var(--extendify--spacing--large, 3rem) !important;
1236 }
1237 .tablet\:ext--bottom-base {
1238 bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1239 }
1240 .tablet\:ext--bottom-lg {
1241 bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1242 }
1243 .tablet\:ext-left-base {
1244 left: var(--wp--style--block-gap, 1.75rem) !important;
1245 }
1246 .tablet\:ext-left-lg {
1247 left: var(--extendify--spacing--large, 3rem) !important;
1248 }
1249 .tablet\:ext--left-base {
1250 left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1251 }
1252 .tablet\:ext--left-lg {
1253 left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1254 }
1255 .tablet\:ext-order-1 {
1256 order: 1 !important;
1257 }
1258 .tablet\:ext-order-2 {
1259 order: 2 !important;
1260 }
1261 .tablet\:ext-m-0:not([style*="margin"]) {
1262 margin: 0 !important;
1263 }
1264 .tablet\:ext-m-auto:not([style*="margin"]) {
1265 margin: auto !important;
1266 }
1267 .tablet\:ext-m-base:not([style*="margin"]) {
1268 margin: var(--wp--style--block-gap, 1.75rem) !important;
1269 }
1270 .tablet\:ext-m-lg:not([style*="margin"]) {
1271 margin: var(--extendify--spacing--large, 3rem) !important;
1272 }
1273 .tablet\:ext--m-base:not([style*="margin"]) {
1274 margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1275 }
1276 .tablet\:ext--m-lg:not([style*="margin"]) {
1277 margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1278 }
1279 .tablet\:ext-mx-0:not([style*="margin"]) {
1280 margin-left: 0 !important;
1281 margin-right: 0 !important;
1282 }
1283 .tablet\:ext-mx-auto:not([style*="margin"]) {
1284 margin-left: auto !important;
1285 margin-right: auto !important;
1286 }
1287 .tablet\:ext-mx-base:not([style*="margin"]) {
1288 margin-left: var(--wp--style--block-gap, 1.75rem) !important;
1289 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
1290 }
1291 .tablet\:ext-mx-lg:not([style*="margin"]) {
1292 margin-left: var(--extendify--spacing--large, 3rem) !important;
1293 margin-right: var(--extendify--spacing--large, 3rem) !important;
1294 }
1295 .tablet\:ext--mx-base:not([style*="margin"]) {
1296 margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1297 margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1298 }
1299 .tablet\:ext--mx-lg:not([style*="margin"]) {
1300 margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1301 margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1302 }
1303 .tablet\:ext-my-0:not([style*="margin"]) {
1304 margin-top: 0 !important;
1305 margin-bottom: 0 !important;
1306 }
1307 .tablet\:ext-my-auto:not([style*="margin"]) {
1308 margin-top: auto !important;
1309 margin-bottom: auto !important;
1310 }
1311 .tablet\:ext-my-base:not([style*="margin"]) {
1312 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
1313 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
1314 }
1315 .tablet\:ext-my-lg:not([style*="margin"]) {
1316 margin-top: var(--extendify--spacing--large, 3rem) !important;
1317 margin-bottom: var(--extendify--spacing--large, 3rem) !important;
1318 }
1319 .tablet\:ext--my-base:not([style*="margin"]) {
1320 margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1321 margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1322 }
1323 .tablet\:ext--my-lg:not([style*="margin"]) {
1324 margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1325 margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1326 }
1327 .tablet\:ext-mt-0:not([style*="margin"]) {
1328 margin-top: 0 !important;
1329 }
1330 .tablet\:ext-mt-auto:not([style*="margin"]) {
1331 margin-top: auto !important;
1332 }
1333 .tablet\:ext-mt-base:not([style*="margin"]) {
1334 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
1335 }
1336 .tablet\:ext-mt-lg:not([style*="margin"]) {
1337 margin-top: var(--extendify--spacing--large, 3rem) !important;
1338 }
1339 .tablet\:ext--mt-base:not([style*="margin"]) {
1340 margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1341 }
1342 .tablet\:ext--mt-lg:not([style*="margin"]) {
1343 margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1344 }
1345 .tablet\:ext-mr-0:not([style*="margin"]) {
1346 margin-right: 0 !important;
1347 }
1348 .tablet\:ext-mr-auto:not([style*="margin"]) {
1349 margin-right: auto !important;
1350 }
1351 .tablet\:ext-mr-base:not([style*="margin"]) {
1352 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
1353 }
1354 .tablet\:ext-mr-lg:not([style*="margin"]) {
1355 margin-right: var(--extendify--spacing--large, 3rem) !important;
1356 }
1357 .tablet\:ext--mr-base:not([style*="margin"]) {
1358 margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1359 }
1360 .tablet\:ext--mr-lg:not([style*="margin"]) {
1361 margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1362 }
1363 .tablet\:ext-mb-0:not([style*="margin"]) {
1364 margin-bottom: 0 !important;
1365 }
1366 .tablet\:ext-mb-auto:not([style*="margin"]) {
1367 margin-bottom: auto !important;
1368 }
1369 .tablet\:ext-mb-base:not([style*="margin"]) {
1370 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
1371 }
1372 .tablet\:ext-mb-lg:not([style*="margin"]) {
1373 margin-bottom: var(--extendify--spacing--large, 3rem) !important;
1374 }
1375 .tablet\:ext--mb-base:not([style*="margin"]) {
1376 margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1377 }
1378 .tablet\:ext--mb-lg:not([style*="margin"]) {
1379 margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1380 }
1381 .tablet\:ext-ml-0:not([style*="margin"]) {
1382 margin-left: 0 !important;
1383 }
1384 .tablet\:ext-ml-auto:not([style*="margin"]) {
1385 margin-left: auto !important;
1386 }
1387 .tablet\:ext-ml-base:not([style*="margin"]) {
1388 margin-left: var(--wp--style--block-gap, 1.75rem) !important;
1389 }
1390 .tablet\:ext-ml-lg:not([style*="margin"]) {
1391 margin-left: var(--extendify--spacing--large, 3rem) !important;
1392 }
1393 .tablet\:ext--ml-base:not([style*="margin"]) {
1394 margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1395 }
1396 .tablet\:ext--ml-lg:not([style*="margin"]) {
1397 margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1398 }
1399 .tablet\:ext-block {
1400 display: block !important;
1401 }
1402 .tablet\:ext-inline-block {
1403 display: inline-block !important;
1404 }
1405 .tablet\:ext-inline {
1406 display: inline !important;
1407 }
1408 .tablet\:ext-flex {
1409 display: flex !important;
1410 }
1411 .tablet\:ext-inline-flex {
1412 display: inline-flex !important;
1413 }
1414 .tablet\:ext-grid {
1415 display: grid !important;
1416 }
1417 .tablet\:ext-inline-grid {
1418 display: inline-grid !important;
1419 }
1420 .tablet\:ext-hidden {
1421 display: none !important;
1422 }
1423 .tablet\:ext-w-auto {
1424 width: auto !important;
1425 }
1426 .tablet\:ext-w-full {
1427 width: 100% !important;
1428 }
1429 .tablet\:ext-max-w-full {
1430 max-width: 100% !important;
1431 }
1432 .tablet\:ext-flex-1 {
1433 flex: 1 1 0% !important;
1434 }
1435 .tablet\:ext-flex-auto {
1436 flex: 1 1 auto !important;
1437 }
1438 .tablet\:ext-flex-initial {
1439 flex: 0 1 auto !important;
1440 }
1441 .tablet\:ext-flex-none {
1442 flex: none !important;
1443 }
1444 .tablet\:ext-flex-shrink-0 {
1445 flex-shrink: 0 !important;
1446 }
1447 .tablet\:ext-flex-shrink {
1448 flex-shrink: 1 !important;
1449 }
1450 .tablet\:ext-flex-grow-0 {
1451 flex-grow: 0 !important;
1452 }
1453 .tablet\:ext-flex-grow {
1454 flex-grow: 1 !important;
1455 }
1456 .tablet\:ext-list-none {
1457 list-style-type: none !important;
1458 }
1459 .tablet\:ext-grid-cols-1 {
1460 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
1461 }
1462 .tablet\:ext-grid-cols-2 {
1463 grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
1464 }
1465 .tablet\:ext-grid-cols-3 {
1466 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
1467 }
1468 .tablet\:ext-grid-cols-4 {
1469 grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
1470 }
1471 .tablet\:ext-grid-cols-5 {
1472 grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
1473 }
1474 .tablet\:ext-grid-cols-6 {
1475 grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
1476 }
1477 .tablet\:ext-grid-cols-7 {
1478 grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
1479 }
1480 .tablet\:ext-grid-cols-8 {
1481 grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
1482 }
1483 .tablet\:ext-grid-cols-9 {
1484 grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
1485 }
1486 .tablet\:ext-grid-cols-10 {
1487 grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
1488 }
1489 .tablet\:ext-grid-cols-11 {
1490 grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
1491 }
1492 .tablet\:ext-grid-cols-12 {
1493 grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
1494 }
1495 .tablet\:ext-grid-cols-none {
1496 grid-template-columns: none !important;
1497 }
1498 .tablet\:ext-flex-row {
1499 flex-direction: row !important;
1500 }
1501 .tablet\:ext-flex-row-reverse {
1502 flex-direction: row-reverse !important;
1503 }
1504 .tablet\:ext-flex-col {
1505 flex-direction: column !important;
1506 }
1507 .tablet\:ext-flex-col-reverse {
1508 flex-direction: column-reverse !important;
1509 }
1510 .tablet\:ext-flex-wrap {
1511 flex-wrap: wrap !important;
1512 }
1513 .tablet\:ext-flex-wrap-reverse {
1514 flex-wrap: wrap-reverse !important;
1515 }
1516 .tablet\:ext-flex-nowrap {
1517 flex-wrap: nowrap !important;
1518 }
1519 .tablet\:ext-items-start {
1520 align-items: flex-start !important;
1521 }
1522 .tablet\:ext-items-end {
1523 align-items: flex-end !important;
1524 }
1525 .tablet\:ext-items-center {
1526 align-items: center !important;
1527 }
1528 .tablet\:ext-items-baseline {
1529 align-items: baseline !important;
1530 }
1531 .tablet\:ext-items-stretch {
1532 align-items: stretch !important;
1533 }
1534 .tablet\:ext-justify-start {
1535 justify-content: flex-start !important;
1536 }
1537 .tablet\:ext-justify-end {
1538 justify-content: flex-end !important;
1539 }
1540 .tablet\:ext-justify-center {
1541 justify-content: center !important;
1542 }
1543 .tablet\:ext-justify-between {
1544 justify-content: space-between !important;
1545 }
1546 .tablet\:ext-justify-around {
1547 justify-content: space-around !important;
1548 }
1549 .tablet\:ext-justify-evenly {
1550 justify-content: space-evenly !important;
1551 }
1552 .tablet\:ext-justify-items-start {
1553 justify-items: start !important;
1554 }
1555 .tablet\:ext-justify-items-end {
1556 justify-items: end !important;
1557 }
1558 .tablet\:ext-justify-items-center {
1559 justify-items: center !important;
1560 }
1561 .tablet\:ext-justify-items-stretch {
1562 justify-items: stretch !important;
1563 }
1564 .tablet\:ext-justify-self-auto {
1565 justify-self: auto !important;
1566 }
1567 .tablet\:ext-justify-self-start {
1568 justify-self: start !important;
1569 }
1570 .tablet\:ext-justify-self-end {
1571 justify-self: end !important;
1572 }
1573 .tablet\:ext-justify-self-center {
1574 justify-self: center !important;
1575 }
1576 .tablet\:ext-justify-self-stretch {
1577 justify-self: stretch !important;
1578 }
1579 .tablet\:ext-p-0:not([style*="padding"]) {
1580 padding: 0 !important;
1581 }
1582 .tablet\:ext-p-base:not([style*="padding"]) {
1583 padding: var(--wp--style--block-gap, 1.75rem) !important;
1584 }
1585 .tablet\:ext-p-lg:not([style*="padding"]) {
1586 padding: var(--extendify--spacing--large, 3rem) !important;
1587 }
1588 .tablet\:ext-px-0:not([style*="padding"]) {
1589 padding-left: 0 !important;
1590 padding-right: 0 !important;
1591 }
1592 .tablet\:ext-px-base:not([style*="padding"]) {
1593 padding-left: var(--wp--style--block-gap, 1.75rem) !important;
1594 padding-right: var(--wp--style--block-gap, 1.75rem) !important;
1595 }
1596 .tablet\:ext-px-lg:not([style*="padding"]) {
1597 padding-left: var(--extendify--spacing--large, 3rem) !important;
1598 padding-right: var(--extendify--spacing--large, 3rem) !important;
1599 }
1600 .tablet\:ext-py-0:not([style*="padding"]) {
1601 padding-top: 0 !important;
1602 padding-bottom: 0 !important;
1603 }
1604 .tablet\:ext-py-base:not([style*="padding"]) {
1605 padding-top: var(--wp--style--block-gap, 1.75rem) !important;
1606 padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
1607 }
1608 .tablet\:ext-py-lg:not([style*="padding"]) {
1609 padding-top: var(--extendify--spacing--large, 3rem) !important;
1610 padding-bottom: var(--extendify--spacing--large, 3rem) !important;
1611 }
1612 .tablet\:ext-pt-0:not([style*="padding"]) {
1613 padding-top: 0 !important;
1614 }
1615 .tablet\:ext-pt-base:not([style*="padding"]) {
1616 padding-top: var(--wp--style--block-gap, 1.75rem) !important;
1617 }
1618 .tablet\:ext-pt-lg:not([style*="padding"]) {
1619 padding-top: var(--extendify--spacing--large, 3rem) !important;
1620 }
1621 .tablet\:ext-pr-0:not([style*="padding"]) {
1622 padding-right: 0 !important;
1623 }
1624 .tablet\:ext-pr-base:not([style*="padding"]) {
1625 padding-right: var(--wp--style--block-gap, 1.75rem) !important;
1626 }
1627 .tablet\:ext-pr-lg:not([style*="padding"]) {
1628 padding-right: var(--extendify--spacing--large, 3rem) !important;
1629 }
1630 .tablet\:ext-pb-0:not([style*="padding"]) {
1631 padding-bottom: 0 !important;
1632 }
1633 .tablet\:ext-pb-base:not([style*="padding"]) {
1634 padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
1635 }
1636 .tablet\:ext-pb-lg:not([style*="padding"]) {
1637 padding-bottom: var(--extendify--spacing--large, 3rem) !important;
1638 }
1639 .tablet\:ext-pl-0:not([style*="padding"]) {
1640 padding-left: 0 !important;
1641 }
1642 .tablet\:ext-pl-base:not([style*="padding"]) {
1643 padding-left: var(--wp--style--block-gap, 1.75rem) !important;
1644 }
1645 .tablet\:ext-pl-lg:not([style*="padding"]) {
1646 padding-left: var(--extendify--spacing--large, 3rem) !important;
1647 }
1648 .tablet\:ext-text-left {
1649 text-align: left !important;
1650 }
1651 .tablet\:ext-text-center {
1652 text-align: center !important;
1653 }
1654 .tablet\:ext-text-right {
1655 text-align: right !important;
1656 }
1657 }
1658 @media (min-width: 1080px) {
1659 .desktop\:ext-absolute {
1660 position: absolute !important;
1661 }
1662 .desktop\:ext-relative {
1663 position: relative !important;
1664 }
1665 .desktop\:ext-top-base {
1666 top: var(--wp--style--block-gap, 1.75rem) !important;
1667 }
1668 .desktop\:ext-top-lg {
1669 top: var(--extendify--spacing--large, 3rem) !important;
1670 }
1671 .desktop\:ext--top-base {
1672 top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1673 }
1674 .desktop\:ext--top-lg {
1675 top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1676 }
1677 .desktop\:ext-right-base {
1678 right: var(--wp--style--block-gap, 1.75rem) !important;
1679 }
1680 .desktop\:ext-right-lg {
1681 right: var(--extendify--spacing--large, 3rem) !important;
1682 }
1683 .desktop\:ext--right-base {
1684 right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1685 }
1686 .desktop\:ext--right-lg {
1687 right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1688 }
1689 .desktop\:ext-bottom-base {
1690 bottom: var(--wp--style--block-gap, 1.75rem) !important;
1691 }
1692 .desktop\:ext-bottom-lg {
1693 bottom: var(--extendify--spacing--large, 3rem) !important;
1694 }
1695 .desktop\:ext--bottom-base {
1696 bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1697 }
1698 .desktop\:ext--bottom-lg {
1699 bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1700 }
1701 .desktop\:ext-left-base {
1702 left: var(--wp--style--block-gap, 1.75rem) !important;
1703 }
1704 .desktop\:ext-left-lg {
1705 left: var(--extendify--spacing--large, 3rem) !important;
1706 }
1707 .desktop\:ext--left-base {
1708 left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1709 }
1710 .desktop\:ext--left-lg {
1711 left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1712 }
1713 .desktop\:ext-order-1 {
1714 order: 1 !important;
1715 }
1716 .desktop\:ext-order-2 {
1717 order: 2 !important;
1718 }
1719 .desktop\:ext-m-0:not([style*="margin"]) {
1720 margin: 0 !important;
1721 }
1722 .desktop\:ext-m-auto:not([style*="margin"]) {
1723 margin: auto !important;
1724 }
1725 .desktop\:ext-m-base:not([style*="margin"]) {
1726 margin: var(--wp--style--block-gap, 1.75rem) !important;
1727 }
1728 .desktop\:ext-m-lg:not([style*="margin"]) {
1729 margin: var(--extendify--spacing--large, 3rem) !important;
1730 }
1731 .desktop\:ext--m-base:not([style*="margin"]) {
1732 margin: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1733 }
1734 .desktop\:ext--m-lg:not([style*="margin"]) {
1735 margin: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1736 }
1737 .desktop\:ext-mx-0:not([style*="margin"]) {
1738 margin-left: 0 !important;
1739 margin-right: 0 !important;
1740 }
1741 .desktop\:ext-mx-auto:not([style*="margin"]) {
1742 margin-left: auto !important;
1743 margin-right: auto !important;
1744 }
1745 .desktop\:ext-mx-base:not([style*="margin"]) {
1746 margin-left: var(--wp--style--block-gap, 1.75rem) !important;
1747 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
1748 }
1749 .desktop\:ext-mx-lg:not([style*="margin"]) {
1750 margin-left: var(--extendify--spacing--large, 3rem) !important;
1751 margin-right: var(--extendify--spacing--large, 3rem) !important;
1752 }
1753 .desktop\:ext--mx-base:not([style*="margin"]) {
1754 margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1755 margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1756 }
1757 .desktop\:ext--mx-lg:not([style*="margin"]) {
1758 margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1759 margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1760 }
1761 .desktop\:ext-my-0:not([style*="margin"]) {
1762 margin-top: 0 !important;
1763 margin-bottom: 0 !important;
1764 }
1765 .desktop\:ext-my-auto:not([style*="margin"]) {
1766 margin-top: auto !important;
1767 margin-bottom: auto !important;
1768 }
1769 .desktop\:ext-my-base:not([style*="margin"]) {
1770 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
1771 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
1772 }
1773 .desktop\:ext-my-lg:not([style*="margin"]) {
1774 margin-top: var(--extendify--spacing--large, 3rem) !important;
1775 margin-bottom: var(--extendify--spacing--large, 3rem) !important;
1776 }
1777 .desktop\:ext--my-base:not([style*="margin"]) {
1778 margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1779 margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1780 }
1781 .desktop\:ext--my-lg:not([style*="margin"]) {
1782 margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1783 margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1784 }
1785 .desktop\:ext-mt-0:not([style*="margin"]) {
1786 margin-top: 0 !important;
1787 }
1788 .desktop\:ext-mt-auto:not([style*="margin"]) {
1789 margin-top: auto !important;
1790 }
1791 .desktop\:ext-mt-base:not([style*="margin"]) {
1792 margin-top: var(--wp--style--block-gap, 1.75rem) !important;
1793 }
1794 .desktop\:ext-mt-lg:not([style*="margin"]) {
1795 margin-top: var(--extendify--spacing--large, 3rem) !important;
1796 }
1797 .desktop\:ext--mt-base:not([style*="margin"]) {
1798 margin-top: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1799 }
1800 .desktop\:ext--mt-lg:not([style*="margin"]) {
1801 margin-top: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1802 }
1803 .desktop\:ext-mr-0:not([style*="margin"]) {
1804 margin-right: 0 !important;
1805 }
1806 .desktop\:ext-mr-auto:not([style*="margin"]) {
1807 margin-right: auto !important;
1808 }
1809 .desktop\:ext-mr-base:not([style*="margin"]) {
1810 margin-right: var(--wp--style--block-gap, 1.75rem) !important;
1811 }
1812 .desktop\:ext-mr-lg:not([style*="margin"]) {
1813 margin-right: var(--extendify--spacing--large, 3rem) !important;
1814 }
1815 .desktop\:ext--mr-base:not([style*="margin"]) {
1816 margin-right: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1817 }
1818 .desktop\:ext--mr-lg:not([style*="margin"]) {
1819 margin-right: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1820 }
1821 .desktop\:ext-mb-0:not([style*="margin"]) {
1822 margin-bottom: 0 !important;
1823 }
1824 .desktop\:ext-mb-auto:not([style*="margin"]) {
1825 margin-bottom: auto !important;
1826 }
1827 .desktop\:ext-mb-base:not([style*="margin"]) {
1828 margin-bottom: var(--wp--style--block-gap, 1.75rem) !important;
1829 }
1830 .desktop\:ext-mb-lg:not([style*="margin"]) {
1831 margin-bottom: var(--extendify--spacing--large, 3rem) !important;
1832 }
1833 .desktop\:ext--mb-base:not([style*="margin"]) {
1834 margin-bottom: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1835 }
1836 .desktop\:ext--mb-lg:not([style*="margin"]) {
1837 margin-bottom: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1838 }
1839 .desktop\:ext-ml-0:not([style*="margin"]) {
1840 margin-left: 0 !important;
1841 }
1842 .desktop\:ext-ml-auto:not([style*="margin"]) {
1843 margin-left: auto !important;
1844 }
1845 .desktop\:ext-ml-base:not([style*="margin"]) {
1846 margin-left: var(--wp--style--block-gap, 1.75rem) !important;
1847 }
1848 .desktop\:ext-ml-lg:not([style*="margin"]) {
1849 margin-left: var(--extendify--spacing--large, 3rem) !important;
1850 }
1851 .desktop\:ext--ml-base:not([style*="margin"]) {
1852 margin-left: calc(var(--wp--style--block-gap, 1.75rem) * -1) !important;
1853 }
1854 .desktop\:ext--ml-lg:not([style*="margin"]) {
1855 margin-left: calc(var(--extendify--spacing--large, 3rem) * -1) !important;
1856 }
1857 .desktop\:ext-block {
1858 display: block !important;
1859 }
1860 .desktop\:ext-inline-block {
1861 display: inline-block !important;
1862 }
1863 .desktop\:ext-inline {
1864 display: inline !important;
1865 }
1866 .desktop\:ext-flex {
1867 display: flex !important;
1868 }
1869 .desktop\:ext-inline-flex {
1870 display: inline-flex !important;
1871 }
1872 .desktop\:ext-grid {
1873 display: grid !important;
1874 }
1875 .desktop\:ext-inline-grid {
1876 display: inline-grid !important;
1877 }
1878 .desktop\:ext-hidden {
1879 display: none !important;
1880 }
1881 .desktop\:ext-w-auto {
1882 width: auto !important;
1883 }
1884 .desktop\:ext-w-full {
1885 width: 100% !important;
1886 }
1887 .desktop\:ext-max-w-full {
1888 max-width: 100% !important;
1889 }
1890 .desktop\:ext-flex-1 {
1891 flex: 1 1 0% !important;
1892 }
1893 .desktop\:ext-flex-auto {
1894 flex: 1 1 auto !important;
1895 }
1896 .desktop\:ext-flex-initial {
1897 flex: 0 1 auto !important;
1898 }
1899 .desktop\:ext-flex-none {
1900 flex: none !important;
1901 }
1902 .desktop\:ext-flex-shrink-0 {
1903 flex-shrink: 0 !important;
1904 }
1905 .desktop\:ext-flex-shrink {
1906 flex-shrink: 1 !important;
1907 }
1908 .desktop\:ext-flex-grow-0 {
1909 flex-grow: 0 !important;
1910 }
1911 .desktop\:ext-flex-grow {
1912 flex-grow: 1 !important;
1913 }
1914 .desktop\:ext-list-none {
1915 list-style-type: none !important;
1916 }
1917 .desktop\:ext-grid-cols-1 {
1918 grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
1919 }
1920 .desktop\:ext-grid-cols-2 {
1921 grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
1922 }
1923 .desktop\:ext-grid-cols-3 {
1924 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
1925 }
1926 .desktop\:ext-grid-cols-4 {
1927 grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
1928 }
1929 .desktop\:ext-grid-cols-5 {
1930 grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
1931 }
1932 .desktop\:ext-grid-cols-6 {
1933 grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
1934 }
1935 .desktop\:ext-grid-cols-7 {
1936 grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
1937 }
1938 .desktop\:ext-grid-cols-8 {
1939 grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
1940 }
1941 .desktop\:ext-grid-cols-9 {
1942 grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
1943 }
1944 .desktop\:ext-grid-cols-10 {
1945 grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
1946 }
1947 .desktop\:ext-grid-cols-11 {
1948 grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
1949 }
1950 .desktop\:ext-grid-cols-12 {
1951 grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
1952 }
1953 .desktop\:ext-grid-cols-none {
1954 grid-template-columns: none !important;
1955 }
1956 .desktop\:ext-flex-row {
1957 flex-direction: row !important;
1958 }
1959 .desktop\:ext-flex-row-reverse {
1960 flex-direction: row-reverse !important;
1961 }
1962 .desktop\:ext-flex-col {
1963 flex-direction: column !important;
1964 }
1965 .desktop\:ext-flex-col-reverse {
1966 flex-direction: column-reverse !important;
1967 }
1968 .desktop\:ext-flex-wrap {
1969 flex-wrap: wrap !important;
1970 }
1971 .desktop\:ext-flex-wrap-reverse {
1972 flex-wrap: wrap-reverse !important;
1973 }
1974 .desktop\:ext-flex-nowrap {
1975 flex-wrap: nowrap !important;
1976 }
1977 .desktop\:ext-items-start {
1978 align-items: flex-start !important;
1979 }
1980 .desktop\:ext-items-end {
1981 align-items: flex-end !important;
1982 }
1983 .desktop\:ext-items-center {
1984 align-items: center !important;
1985 }
1986 .desktop\:ext-items-baseline {
1987 align-items: baseline !important;
1988 }
1989 .desktop\:ext-items-stretch {
1990 align-items: stretch !important;
1991 }
1992 .desktop\:ext-justify-start {
1993 justify-content: flex-start !important;
1994 }
1995 .desktop\:ext-justify-end {
1996 justify-content: flex-end !important;
1997 }
1998 .desktop\:ext-justify-center {
1999 justify-content: center !important;
2000 }
2001 .desktop\:ext-justify-between {
2002 justify-content: space-between !important;
2003 }
2004 .desktop\:ext-justify-around {
2005 justify-content: space-around !important;
2006 }
2007 .desktop\:ext-justify-evenly {
2008 justify-content: space-evenly !important;
2009 }
2010 .desktop\:ext-justify-items-start {
2011 justify-items: start !important;
2012 }
2013 .desktop\:ext-justify-items-end {
2014 justify-items: end !important;
2015 }
2016 .desktop\:ext-justify-items-center {
2017 justify-items: center !important;
2018 }
2019 .desktop\:ext-justify-items-stretch {
2020 justify-items: stretch !important;
2021 }
2022 .desktop\:ext-justify-self-auto {
2023 justify-self: auto !important;
2024 }
2025 .desktop\:ext-justify-self-start {
2026 justify-self: start !important;
2027 }
2028 .desktop\:ext-justify-self-end {
2029 justify-self: end !important;
2030 }
2031 .desktop\:ext-justify-self-center {
2032 justify-self: center !important;
2033 }
2034 .desktop\:ext-justify-self-stretch {
2035 justify-self: stretch !important;
2036 }
2037 .desktop\:ext-p-0:not([style*="padding"]) {
2038 padding: 0 !important;
2039 }
2040 .desktop\:ext-p-base:not([style*="padding"]) {
2041 padding: var(--wp--style--block-gap, 1.75rem) !important;
2042 }
2043 .desktop\:ext-p-lg:not([style*="padding"]) {
2044 padding: var(--extendify--spacing--large, 3rem) !important;
2045 }
2046 .desktop\:ext-px-0:not([style*="padding"]) {
2047 padding-left: 0 !important;
2048 padding-right: 0 !important;
2049 }
2050 .desktop\:ext-px-base:not([style*="padding"]) {
2051 padding-left: var(--wp--style--block-gap, 1.75rem) !important;
2052 padding-right: var(--wp--style--block-gap, 1.75rem) !important;
2053 }
2054 .desktop\:ext-px-lg:not([style*="padding"]) {
2055 padding-left: var(--extendify--spacing--large, 3rem) !important;
2056 padding-right: var(--extendify--spacing--large, 3rem) !important;
2057 }
2058 .desktop\:ext-py-0:not([style*="padding"]) {
2059 padding-top: 0 !important;
2060 padding-bottom: 0 !important;
2061 }
2062 .desktop\:ext-py-base:not([style*="padding"]) {
2063 padding-top: var(--wp--style--block-gap, 1.75rem) !important;
2064 padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
2065 }
2066 .desktop\:ext-py-lg:not([style*="padding"]) {
2067 padding-top: var(--extendify--spacing--large, 3rem) !important;
2068 padding-bottom: var(--extendify--spacing--large, 3rem) !important;
2069 }
2070 .desktop\:ext-pt-0:not([style*="padding"]) {
2071 padding-top: 0 !important;
2072 }
2073 .desktop\:ext-pt-base:not([style*="padding"]) {
2074 padding-top: var(--wp--style--block-gap, 1.75rem) !important;
2075 }
2076 .desktop\:ext-pt-lg:not([style*="padding"]) {
2077 padding-top: var(--extendify--spacing--large, 3rem) !important;
2078 }
2079 .desktop\:ext-pr-0:not([style*="padding"]) {
2080 padding-right: 0 !important;
2081 }
2082 .desktop\:ext-pr-base:not([style*="padding"]) {
2083 padding-right: var(--wp--style--block-gap, 1.75rem) !important;
2084 }
2085 .desktop\:ext-pr-lg:not([style*="padding"]) {
2086 padding-right: var(--extendify--spacing--large, 3rem) !important;
2087 }
2088 .desktop\:ext-pb-0:not([style*="padding"]) {
2089 padding-bottom: 0 !important;
2090 }
2091 .desktop\:ext-pb-base:not([style*="padding"]) {
2092 padding-bottom: var(--wp--style--block-gap, 1.75rem) !important;
2093 }
2094 .desktop\:ext-pb-lg:not([style*="padding"]) {
2095 padding-bottom: var(--extendify--spacing--large, 3rem) !important;
2096 }
2097 .desktop\:ext-pl-0:not([style*="padding"]) {
2098 padding-left: 0 !important;
2099 }
2100 .desktop\:ext-pl-base:not([style*="padding"]) {
2101 padding-left: var(--wp--style--block-gap, 1.75rem) !important;
2102 }
2103 .desktop\:ext-pl-lg:not([style*="padding"]) {
2104 padding-left: var(--extendify--spacing--large, 3rem) !important;
2105 }
2106 .desktop\:ext-text-left {
2107 text-align: left !important;
2108 }
2109 .desktop\:ext-text-center {
2110 text-align: center !important;
2111 }
2112 .desktop\:ext-text-right {
2113 text-align: right !important;
2114 }
2115 }
2116