Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2021-04-09 18:52:51 +0300
committerJan Raasch <jan@janraasch.com>2021-04-09 18:52:51 +0300
commitf6984ddd97271bffd50222aee81d8fde1a5a1956 (patch)
treeb61c62694a7d82b57b1d7a40564d3db86aa60b6f
parenta71674cb3b4716b101b8c33d0157dd6b93471763 (diff)
chore: generate resources
-rw-r--r--exampleSite/resources/_gen/assets/css/css/main.css_674d3a8c056e8697f10ad004211806b8.content3588
-rw-r--r--exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content4
-rw-r--r--exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json2
-rw-r--r--exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content4
-rw-r--r--exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json2
5 files changed, 3538 insertions, 62 deletions
diff --git a/exampleSite/resources/_gen/assets/css/css/main.css_674d3a8c056e8697f10ad004211806b8.content b/exampleSite/resources/_gen/assets/css/css/main.css_674d3a8c056e8697f10ad004211806b8.content
index c20699c..c2b05a8 100644
--- a/exampleSite/resources/_gen/assets/css/css/main.css_674d3a8c056e8697f10ad004211806b8.content
+++ b/exampleSite/resources/_gen/assets/css/css/main.css_674d3a8c056e8697f10ad004211806b8.content
@@ -1,6 +1,6 @@
/* Tailwind base - put variables under: tailwind.config.js */
-/* ! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
+/* ! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@@ -542,7 +542,7 @@ object {
/**
* Constrain images and videos to the parent width and preserve
- * their instrinsic aspect ratio.
+ * their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
@@ -13036,6 +13036,16 @@ video {
border-left-width: 1px;
}
+.decoration-slice {
+ -webkit-box-decoration-break: slice;
+ box-decoration-break: slice;
+}
+
+.decoration-clone {
+ -webkit-box-decoration-break: clone;
+ box-decoration-break: clone;
+}
+
.box-border {
box-sizing: border-box;
}
@@ -13100,6 +13110,10 @@ video {
display: table;
}
+.inline-table {
+ display: inline-table;
+}
+
.table-caption {
display: table-caption;
}
@@ -13148,6 +13162,10 @@ video {
display: contents;
}
+.list-item {
+ display: list-item;
+}
+
.hidden {
display: none;
}
@@ -13180,10 +13198,6 @@ video {
flex-wrap: nowrap;
}
-.place-items-auto {
- place-items: auto;
-}
-
.place-items-start {
place-items: start;
}
@@ -13312,10 +13326,6 @@ video {
align-self: stretch;
}
-.justify-items-auto {
- justify-items: auto;
-}
-
.justify-items-start {
justify-items: start;
}
@@ -30278,6 +30288,14 @@ video {
z-index: auto;
}
+.isolate {
+ isolation: isolate;
+}
+
+.isolation-auto {
+ isolation: auto;
+}
+
.gap-0 {
gap: 0px;
}
@@ -34076,7 +34094,9 @@ video {
}
.transition {
- transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -34276,6 +34296,642 @@ video {
animation: bounce 1s infinite;
}
+.mix-blend-normal {
+ mix-blend-mode: normal;
+}
+
+.mix-blend-multiply {
+ mix-blend-mode: multiply;
+}
+
+.mix-blend-screen {
+ mix-blend-mode: screen;
+}
+
+.mix-blend-overlay {
+ mix-blend-mode: overlay;
+}
+
+.mix-blend-darken {
+ mix-blend-mode: darken;
+}
+
+.mix-blend-lighten {
+ mix-blend-mode: lighten;
+}
+
+.mix-blend-color-dodge {
+ mix-blend-mode: color-dodge;
+}
+
+.mix-blend-color-burn {
+ mix-blend-mode: color-burn;
+}
+
+.mix-blend-hard-light {
+ mix-blend-mode: hard-light;
+}
+
+.mix-blend-soft-light {
+ mix-blend-mode: soft-light;
+}
+
+.mix-blend-difference {
+ mix-blend-mode: difference;
+}
+
+.mix-blend-exclusion {
+ mix-blend-mode: exclusion;
+}
+
+.mix-blend-hue {
+ mix-blend-mode: hue;
+}
+
+.mix-blend-saturation {
+ mix-blend-mode: saturation;
+}
+
+.mix-blend-color {
+ mix-blend-mode: color;
+}
+
+.mix-blend-luminosity {
+ mix-blend-mode: luminosity;
+}
+
+.bg-blend-normal {
+ background-blend-mode: normal;
+}
+
+.bg-blend-multiply {
+ background-blend-mode: multiply;
+}
+
+.bg-blend-screen {
+ background-blend-mode: screen;
+}
+
+.bg-blend-overlay {
+ background-blend-mode: overlay;
+}
+
+.bg-blend-darken {
+ background-blend-mode: darken;
+}
+
+.bg-blend-lighten {
+ background-blend-mode: lighten;
+}
+
+.bg-blend-color-dodge {
+ background-blend-mode: color-dodge;
+}
+
+.bg-blend-color-burn {
+ background-blend-mode: color-burn;
+}
+
+.bg-blend-hard-light {
+ background-blend-mode: hard-light;
+}
+
+.bg-blend-soft-light {
+ background-blend-mode: soft-light;
+}
+
+.bg-blend-difference {
+ background-blend-mode: difference;
+}
+
+.bg-blend-exclusion {
+ background-blend-mode: exclusion;
+}
+
+.bg-blend-hue {
+ background-blend-mode: hue;
+}
+
+.bg-blend-saturation {
+ background-blend-mode: saturation;
+}
+
+.bg-blend-color {
+ background-blend-mode: color;
+}
+
+.bg-blend-luminosity {
+ background-blend-mode: luminosity;
+}
+
+.filter {
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+}
+
+.filter-none {
+ filter: none;
+}
+
+.blur-0 {
+ --tw-blur: blur(0);
+}
+
+.blur-sm {
+ --tw-blur: blur(4px);
+}
+
+.blur {
+ --tw-blur: blur(8px);
+}
+
+.blur-md {
+ --tw-blur: blur(12px);
+}
+
+.blur-lg {
+ --tw-blur: blur(16px);
+}
+
+.blur-xl {
+ --tw-blur: blur(24px);
+}
+
+.blur-2xl {
+ --tw-blur: blur(40px);
+}
+
+.blur-3xl {
+ --tw-blur: blur(64px);
+}
+
+.brightness-0 {
+ --tw-brightness: brightness(0);
+}
+
+.brightness-50 {
+ --tw-brightness: brightness(.5);
+}
+
+.brightness-75 {
+ --tw-brightness: brightness(.75);
+}
+
+.brightness-90 {
+ --tw-brightness: brightness(.9);
+}
+
+.brightness-95 {
+ --tw-brightness: brightness(.95);
+}
+
+.brightness-100 {
+ --tw-brightness: brightness(1);
+}
+
+.brightness-105 {
+ --tw-brightness: brightness(1.05);
+}
+
+.brightness-110 {
+ --tw-brightness: brightness(1.1);
+}
+
+.brightness-125 {
+ --tw-brightness: brightness(1.25);
+}
+
+.brightness-150 {
+ --tw-brightness: brightness(1.5);
+}
+
+.brightness-200 {
+ --tw-brightness: brightness(2);
+}
+
+.contrast-0 {
+ --tw-contrast: contrast(0);
+}
+
+.contrast-50 {
+ --tw-contrast: contrast(.5);
+}
+
+.contrast-75 {
+ --tw-contrast: contrast(.75);
+}
+
+.contrast-100 {
+ --tw-contrast: contrast(1);
+}
+
+.contrast-125 {
+ --tw-contrast: contrast(1.25);
+}
+
+.contrast-150 {
+ --tw-contrast: contrast(1.5);
+}
+
+.contrast-200 {
+ --tw-contrast: contrast(2);
+}
+
+.drop-shadow-sm {
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
+}
+
+.drop-shadow {
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
+}
+
+.drop-shadow-md {
+ --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
+}
+
+.drop-shadow-lg {
+ --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
+}
+
+.drop-shadow-xl {
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
+}
+
+.drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
+}
+
+.drop-shadow-none {
+ --tw-drop-shadow: drop-shadow(0 0 #0000);
+}
+
+.grayscale-0 {
+ --tw-grayscale: grayscale(0);
+}
+
+.grayscale {
+ --tw-grayscale: grayscale(100%);
+}
+
+.hue-rotate-0 {
+ --tw-hue-rotate: hue-rotate(0deg);
+}
+
+.hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(15deg);
+}
+
+.hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(30deg);
+}
+
+.hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(60deg);
+}
+
+.hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(90deg);
+}
+
+.hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(180deg);
+}
+
+.-hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(-180deg);
+}
+
+.-hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(-90deg);
+}
+
+.-hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(-60deg);
+}
+
+.-hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(-30deg);
+}
+
+.-hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(-15deg);
+}
+
+.invert-0 {
+ --tw-invert: invert(0);
+}
+
+.invert {
+ --tw-invert: invert(100%);
+}
+
+.saturate-0 {
+ --tw-saturate: saturate(0);
+}
+
+.saturate-50 {
+ --tw-saturate: saturate(.5);
+}
+
+.saturate-100 {
+ --tw-saturate: saturate(1);
+}
+
+.saturate-150 {
+ --tw-saturate: saturate(1.5);
+}
+
+.saturate-200 {
+ --tw-saturate: saturate(2);
+}
+
+.sepia-0 {
+ --tw-sepia: sepia(0);
+}
+
+.sepia {
+ --tw-sepia: sepia(100%);
+}
+
+.backdrop-filter {
+ --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+}
+
+.backdrop-filter-none {
+ -webkit-backdrop-filter: none;
+ backdrop-filter: none;
+}
+
+.backdrop-blur-0 {
+ --tw-backdrop-blur: blur(0);
+}
+
+.backdrop-blur-sm {
+ --tw-backdrop-blur: blur(4px);
+}
+
+.backdrop-blur {
+ --tw-backdrop-blur: blur(8px);
+}
+
+.backdrop-blur-md {
+ --tw-backdrop-blur: blur(12px);
+}
+
+.backdrop-blur-lg {
+ --tw-backdrop-blur: blur(16px);
+}
+
+.backdrop-blur-xl {
+ --tw-backdrop-blur: blur(24px);
+}
+
+.backdrop-blur-2xl {
+ --tw-backdrop-blur: blur(40px);
+}
+
+.backdrop-blur-3xl {
+ --tw-backdrop-blur: blur(64px);
+}
+
+.backdrop-brightness-0 {
+ --tw-backdrop-brightness: brightness(0);
+}
+
+.backdrop-brightness-50 {
+ --tw-backdrop-brightness: brightness(.5);
+}
+
+.backdrop-brightness-75 {
+ --tw-backdrop-brightness: brightness(.75);
+}
+
+.backdrop-brightness-90 {
+ --tw-backdrop-brightness: brightness(.9);
+}
+
+.backdrop-brightness-95 {
+ --tw-backdrop-brightness: brightness(.95);
+}
+
+.backdrop-brightness-100 {
+ --tw-backdrop-brightness: brightness(1);
+}
+
+.backdrop-brightness-105 {
+ --tw-backdrop-brightness: brightness(1.05);
+}
+
+.backdrop-brightness-110 {
+ --tw-backdrop-brightness: brightness(1.1);
+}
+
+.backdrop-brightness-125 {
+ --tw-backdrop-brightness: brightness(1.25);
+}
+
+.backdrop-brightness-150 {
+ --tw-backdrop-brightness: brightness(1.5);
+}
+
+.backdrop-brightness-200 {
+ --tw-backdrop-brightness: brightness(2);
+}
+
+.backdrop-contrast-0 {
+ --tw-backdrop-contrast: contrast(0);
+}
+
+.backdrop-contrast-50 {
+ --tw-backdrop-contrast: contrast(.5);
+}
+
+.backdrop-contrast-75 {
+ --tw-backdrop-contrast: contrast(.75);
+}
+
+.backdrop-contrast-100 {
+ --tw-backdrop-contrast: contrast(1);
+}
+
+.backdrop-contrast-125 {
+ --tw-backdrop-contrast: contrast(1.25);
+}
+
+.backdrop-contrast-150 {
+ --tw-backdrop-contrast: contrast(1.5);
+}
+
+.backdrop-contrast-200 {
+ --tw-backdrop-contrast: contrast(2);
+}
+
+.backdrop-grayscale-0 {
+ --tw-backdrop-grayscale: grayscale(0);
+}
+
+.backdrop-grayscale {
+ --tw-backdrop-grayscale: grayscale(100%);
+}
+
+.backdrop-hue-rotate-0 {
+ --tw-backdrop-hue-rotate: hue-rotate(0deg);
+}
+
+.backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(15deg);
+}
+
+.backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(30deg);
+}
+
+.backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(60deg);
+}
+
+.backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(90deg);
+}
+
+.backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(180deg);
+}
+
+.-backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(-180deg);
+}
+
+.-backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(-90deg);
+}
+
+.-backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(-60deg);
+}
+
+.-backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(-30deg);
+}
+
+.-backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(-15deg);
+}
+
+.backdrop-invert-0 {
+ --tw-backdrop-invert: invert(0);
+}
+
+.backdrop-invert {
+ --tw-backdrop-invert: invert(100%);
+}
+
+.backdrop-opacity-0 {
+ --tw-backdrop-opacity: opacity(0);
+}
+
+.backdrop-opacity-5 {
+ --tw-backdrop-opacity: opacity(0.05);
+}
+
+.backdrop-opacity-10 {
+ --tw-backdrop-opacity: opacity(0.1);
+}
+
+.backdrop-opacity-20 {
+ --tw-backdrop-opacity: opacity(0.2);
+}
+
+.backdrop-opacity-25 {
+ --tw-backdrop-opacity: opacity(0.25);
+}
+
+.backdrop-opacity-30 {
+ --tw-backdrop-opacity: opacity(0.3);
+}
+
+.backdrop-opacity-40 {
+ --tw-backdrop-opacity: opacity(0.4);
+}
+
+.backdrop-opacity-50 {
+ --tw-backdrop-opacity: opacity(0.5);
+}
+
+.backdrop-opacity-60 {
+ --tw-backdrop-opacity: opacity(0.6);
+}
+
+.backdrop-opacity-70 {
+ --tw-backdrop-opacity: opacity(0.7);
+}
+
+.backdrop-opacity-75 {
+ --tw-backdrop-opacity: opacity(0.75);
+}
+
+.backdrop-opacity-80 {
+ --tw-backdrop-opacity: opacity(0.8);
+}
+
+.backdrop-opacity-90 {
+ --tw-backdrop-opacity: opacity(0.9);
+}
+
+.backdrop-opacity-95 {
+ --tw-backdrop-opacity: opacity(0.95);
+}
+
+.backdrop-opacity-100 {
+ --tw-backdrop-opacity: opacity(1);
+}
+
+.backdrop-saturate-0 {
+ --tw-backdrop-saturate: saturate(0);
+}
+
+.backdrop-saturate-50 {
+ --tw-backdrop-saturate: saturate(.5);
+}
+
+.backdrop-saturate-100 {
+ --tw-backdrop-saturate: saturate(1);
+}
+
+.backdrop-saturate-150 {
+ --tw-backdrop-saturate: saturate(1.5);
+}
+
+.backdrop-saturate-200 {
+ --tw-backdrop-saturate: saturate(2);
+}
+
+.backdrop-sepia-0 {
+ --tw-backdrop-sepia: sepia(0);
+}
+
+.backdrop-sepia {
+ --tw-backdrop-sepia: sepia(100%);
+}
+
/*
#
# Buttons
@@ -46829,6 +47485,16 @@ video {
border-left-width: 1px;
}
+ .sm\:decoration-slice {
+ -webkit-box-decoration-break: slice;
+ box-decoration-break: slice;
+ }
+
+ .sm\:decoration-clone {
+ -webkit-box-decoration-break: clone;
+ box-decoration-break: clone;
+ }
+
.sm\:box-border {
box-sizing: border-box;
}
@@ -46893,6 +47559,10 @@ video {
display: table;
}
+ .sm\:inline-table {
+ display: inline-table;
+ }
+
.sm\:table-caption {
display: table-caption;
}
@@ -46941,6 +47611,10 @@ video {
display: contents;
}
+ .sm\:list-item {
+ display: list-item;
+ }
+
.sm\:hidden {
display: none;
}
@@ -46973,10 +47647,6 @@ video {
flex-wrap: nowrap;
}
- .sm\:place-items-auto {
- place-items: auto;
- }
-
.sm\:place-items-start {
place-items: start;
}
@@ -47105,10 +47775,6 @@ video {
align-self: stretch;
}
- .sm\:justify-items-auto {
- justify-items: auto;
- }
-
.sm\:justify-items-start {
justify-items: start;
}
@@ -64058,6 +64724,14 @@ video {
z-index: auto;
}
+ .sm\:isolate {
+ isolation: isolate;
+ }
+
+ .sm\:isolation-auto {
+ isolation: auto;
+ }
+
.sm\:gap-0 {
gap: 0px;
}
@@ -67856,7 +68530,9 @@ video {
}
.sm\:transition {
- transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -67989,6 +68665,550 @@ video {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
+
+ .sm\:mix-blend-normal {
+ mix-blend-mode: normal;
+ }
+
+ .sm\:mix-blend-multiply {
+ mix-blend-mode: multiply;
+ }
+
+ .sm\:mix-blend-screen {
+ mix-blend-mode: screen;
+ }
+
+ .sm\:mix-blend-overlay {
+ mix-blend-mode: overlay;
+ }
+
+ .sm\:mix-blend-darken {
+ mix-blend-mode: darken;
+ }
+
+ .sm\:mix-blend-lighten {
+ mix-blend-mode: lighten;
+ }
+
+ .sm\:mix-blend-color-dodge {
+ mix-blend-mode: color-dodge;
+ }
+
+ .sm\:mix-blend-color-burn {
+ mix-blend-mode: color-burn;
+ }
+
+ .sm\:mix-blend-hard-light {
+ mix-blend-mode: hard-light;
+ }
+
+ .sm\:mix-blend-soft-light {
+ mix-blend-mode: soft-light;
+ }
+
+ .sm\:mix-blend-difference {
+ mix-blend-mode: difference;
+ }
+
+ .sm\:mix-blend-exclusion {
+ mix-blend-mode: exclusion;
+ }
+
+ .sm\:mix-blend-hue {
+ mix-blend-mode: hue;
+ }
+
+ .sm\:mix-blend-saturation {
+ mix-blend-mode: saturation;
+ }
+
+ .sm\:mix-blend-color {
+ mix-blend-mode: color;
+ }
+
+ .sm\:mix-blend-luminosity {
+ mix-blend-mode: luminosity;
+ }
+
+ .sm\:bg-blend-normal {
+ background-blend-mode: normal;
+ }
+
+ .sm\:bg-blend-multiply {
+ background-blend-mode: multiply;
+ }
+
+ .sm\:bg-blend-screen {
+ background-blend-mode: screen;
+ }
+
+ .sm\:bg-blend-overlay {
+ background-blend-mode: overlay;
+ }
+
+ .sm\:bg-blend-darken {
+ background-blend-mode: darken;
+ }
+
+ .sm\:bg-blend-lighten {
+ background-blend-mode: lighten;
+ }
+
+ .sm\:bg-blend-color-dodge {
+ background-blend-mode: color-dodge;
+ }
+
+ .sm\:bg-blend-color-burn {
+ background-blend-mode: color-burn;
+ }
+
+ .sm\:bg-blend-hard-light {
+ background-blend-mode: hard-light;
+ }
+
+ .sm\:bg-blend-soft-light {
+ background-blend-mode: soft-light;
+ }
+
+ .sm\:bg-blend-difference {
+ background-blend-mode: difference;
+ }
+
+ .sm\:bg-blend-exclusion {
+ background-blend-mode: exclusion;
+ }
+
+ .sm\:bg-blend-hue {
+ background-blend-mode: hue;
+ }
+
+ .sm\:bg-blend-saturation {
+ background-blend-mode: saturation;
+ }
+
+ .sm\:bg-blend-color {
+ background-blend-mode: color;
+ }
+
+ .sm\:bg-blend-luminosity {
+ background-blend-mode: luminosity;
+ }
+
+ .sm\:filter {
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+ }
+
+ .sm\:filter-none {
+ filter: none;
+ }
+
+ .sm\:blur-0 {
+ --tw-blur: blur(0);
+ }
+
+ .sm\:blur-sm {
+ --tw-blur: blur(4px);
+ }
+
+ .sm\:blur {
+ --tw-blur: blur(8px);
+ }
+
+ .sm\:blur-md {
+ --tw-blur: blur(12px);
+ }
+
+ .sm\:blur-lg {
+ --tw-blur: blur(16px);
+ }
+
+ .sm\:blur-xl {
+ --tw-blur: blur(24px);
+ }
+
+ .sm\:blur-2xl {
+ --tw-blur: blur(40px);
+ }
+
+ .sm\:blur-3xl {
+ --tw-blur: blur(64px);
+ }
+
+ .sm\:brightness-0 {
+ --tw-brightness: brightness(0);
+ }
+
+ .sm\:brightness-50 {
+ --tw-brightness: brightness(.5);
+ }
+
+ .sm\:brightness-75 {
+ --tw-brightness: brightness(.75);
+ }
+
+ .sm\:brightness-90 {
+ --tw-brightness: brightness(.9);
+ }
+
+ .sm\:brightness-95 {
+ --tw-brightness: brightness(.95);
+ }
+
+ .sm\:brightness-100 {
+ --tw-brightness: brightness(1);
+ }
+
+ .sm\:brightness-105 {
+ --tw-brightness: brightness(1.05);
+ }
+
+ .sm\:brightness-110 {
+ --tw-brightness: brightness(1.1);
+ }
+
+ .sm\:brightness-125 {
+ --tw-brightness: brightness(1.25);
+ }
+
+ .sm\:brightness-150 {
+ --tw-brightness: brightness(1.5);
+ }
+
+ .sm\:brightness-200 {
+ --tw-brightness: brightness(2);
+ }
+
+ .sm\:contrast-0 {
+ --tw-contrast: contrast(0);
+ }
+
+ .sm\:contrast-50 {
+ --tw-contrast: contrast(.5);
+ }
+
+ .sm\:contrast-75 {
+ --tw-contrast: contrast(.75);
+ }
+
+ .sm\:contrast-100 {
+ --tw-contrast: contrast(1);
+ }
+
+ .sm\:contrast-125 {
+ --tw-contrast: contrast(1.25);
+ }
+
+ .sm\:contrast-150 {
+ --tw-contrast: contrast(1.5);
+ }
+
+ .sm\:contrast-200 {
+ --tw-contrast: contrast(2);
+ }
+
+ .sm\:drop-shadow-sm {
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
+ }
+
+ .sm\:drop-shadow {
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
+ }
+
+ .sm\:drop-shadow-md {
+ --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
+ }
+
+ .sm\:drop-shadow-lg {
+ --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
+ }
+
+ .sm\:drop-shadow-xl {
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
+ }
+
+ .sm\:drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
+ }
+
+ .sm\:drop-shadow-none {
+ --tw-drop-shadow: drop-shadow(0 0 #0000);
+ }
+
+ .sm\:grayscale-0 {
+ --tw-grayscale: grayscale(0);
+ }
+
+ .sm\:grayscale {
+ --tw-grayscale: grayscale(100%);
+ }
+
+ .sm\:hue-rotate-0 {
+ --tw-hue-rotate: hue-rotate(0deg);
+ }
+
+ .sm\:hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(15deg);
+ }
+
+ .sm\:hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(30deg);
+ }
+
+ .sm\:hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(60deg);
+ }
+
+ .sm\:hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(90deg);
+ }
+
+ .sm\:hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(180deg);
+ }
+
+ .sm\:-hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .sm\:-hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .sm\:-hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .sm\:-hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .sm\:-hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .sm\:invert-0 {
+ --tw-invert: invert(0);
+ }
+
+ .sm\:invert {
+ --tw-invert: invert(100%);
+ }
+
+ .sm\:saturate-0 {
+ --tw-saturate: saturate(0);
+ }
+
+ .sm\:saturate-50 {
+ --tw-saturate: saturate(.5);
+ }
+
+ .sm\:saturate-100 {
+ --tw-saturate: saturate(1);
+ }
+
+ .sm\:saturate-150 {
+ --tw-saturate: saturate(1.5);
+ }
+
+ .sm\:saturate-200 {
+ --tw-saturate: saturate(2);
+ }
+
+ .sm\:sepia-0 {
+ --tw-sepia: sepia(0);
+ }
+
+ .sm\:sepia {
+ --tw-sepia: sepia(100%);
+ }
+
+ .sm\:backdrop-filter {
+ --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ }
+
+ .sm\:backdrop-filter-none {
+ -webkit-backdrop-filter: none;
+ backdrop-filter: none;
+ }
+
+ .sm\:backdrop-brightness-0 {
+ --tw-backdrop-brightness: brightness(0);
+ }
+
+ .sm\:backdrop-brightness-50 {
+ --tw-backdrop-brightness: brightness(.5);
+ }
+
+ .sm\:backdrop-brightness-75 {
+ --tw-backdrop-brightness: brightness(.75);
+ }
+
+ .sm\:backdrop-brightness-90 {
+ --tw-backdrop-brightness: brightness(.9);
+ }
+
+ .sm\:backdrop-brightness-95 {
+ --tw-backdrop-brightness: brightness(.95);
+ }
+
+ .sm\:backdrop-brightness-100 {
+ --tw-backdrop-brightness: brightness(1);
+ }
+
+ .sm\:backdrop-brightness-105 {
+ --tw-backdrop-brightness: brightness(1.05);
+ }
+
+ .sm\:backdrop-brightness-110 {
+ --tw-backdrop-brightness: brightness(1.1);
+ }
+
+ .sm\:backdrop-brightness-125 {
+ --tw-backdrop-brightness: brightness(1.25);
+ }
+
+ .sm\:backdrop-brightness-150 {
+ --tw-backdrop-brightness: brightness(1.5);
+ }
+
+ .sm\:backdrop-brightness-200 {
+ --tw-backdrop-brightness: brightness(2);
+ }
+
+ .sm\:backdrop-contrast-0 {
+ --tw-backdrop-contrast: contrast(0);
+ }
+
+ .sm\:backdrop-contrast-50 {
+ --tw-backdrop-contrast: contrast(.5);
+ }
+
+ .sm\:backdrop-contrast-75 {
+ --tw-backdrop-contrast: contrast(.75);
+ }
+
+ .sm\:backdrop-contrast-100 {
+ --tw-backdrop-contrast: contrast(1);
+ }
+
+ .sm\:backdrop-contrast-125 {
+ --tw-backdrop-contrast: contrast(1.25);
+ }
+
+ .sm\:backdrop-contrast-150 {
+ --tw-backdrop-contrast: contrast(1.5);
+ }
+
+ .sm\:backdrop-contrast-200 {
+ --tw-backdrop-contrast: contrast(2);
+ }
+
+ .sm\:backdrop-grayscale-0 {
+ --tw-backdrop-grayscale: grayscale(0);
+ }
+
+ .sm\:backdrop-grayscale {
+ --tw-backdrop-grayscale: grayscale(100%);
+ }
+
+ .sm\:backdrop-hue-rotate-0 {
+ --tw-backdrop-hue-rotate: hue-rotate(0deg);
+ }
+
+ .sm\:backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(15deg);
+ }
+
+ .sm\:backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(30deg);
+ }
+
+ .sm\:backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(60deg);
+ }
+
+ .sm\:backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(90deg);
+ }
+
+ .sm\:backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(180deg);
+ }
+
+ .sm\:-backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .sm\:-backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .sm\:-backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .sm\:-backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .sm\:-backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .sm\:backdrop-invert-0 {
+ --tw-backdrop-invert: invert(0);
+ }
+
+ .sm\:backdrop-invert {
+ --tw-backdrop-invert: invert(100%);
+ }
+
+ .sm\:backdrop-saturate-0 {
+ --tw-backdrop-saturate: saturate(0);
+ }
+
+ .sm\:backdrop-saturate-50 {
+ --tw-backdrop-saturate: saturate(.5);
+ }
+
+ .sm\:backdrop-saturate-100 {
+ --tw-backdrop-saturate: saturate(1);
+ }
+
+ .sm\:backdrop-saturate-150 {
+ --tw-backdrop-saturate: saturate(1.5);
+ }
+
+ .sm\:backdrop-saturate-200 {
+ --tw-backdrop-saturate: saturate(2);
+ }
+
+ .sm\:backdrop-sepia-0 {
+ --tw-backdrop-sepia: sepia(0);
+ }
+
+ .sm\:backdrop-sepia {
+ --tw-backdrop-sepia: sepia(100%);
+ }
}
@media (min-width: 768px) {
@@ -80471,6 +81691,16 @@ video {
border-left-width: 1px;
}
+ .md\:decoration-slice {
+ -webkit-box-decoration-break: slice;
+ box-decoration-break: slice;
+ }
+
+ .md\:decoration-clone {
+ -webkit-box-decoration-break: clone;
+ box-decoration-break: clone;
+ }
+
.md\:box-border {
box-sizing: border-box;
}
@@ -80535,6 +81765,10 @@ video {
display: table;
}
+ .md\:inline-table {
+ display: inline-table;
+ }
+
.md\:table-caption {
display: table-caption;
}
@@ -80583,6 +81817,10 @@ video {
display: contents;
}
+ .md\:list-item {
+ display: list-item;
+ }
+
.md\:hidden {
display: none;
}
@@ -80615,10 +81853,6 @@ video {
flex-wrap: nowrap;
}
- .md\:place-items-auto {
- place-items: auto;
- }
-
.md\:place-items-start {
place-items: start;
}
@@ -80747,10 +81981,6 @@ video {
align-self: stretch;
}
- .md\:justify-items-auto {
- justify-items: auto;
- }
-
.md\:justify-items-start {
justify-items: start;
}
@@ -97700,6 +98930,14 @@ video {
z-index: auto;
}
+ .md\:isolate {
+ isolation: isolate;
+ }
+
+ .md\:isolation-auto {
+ isolation: auto;
+ }
+
.md\:gap-0 {
gap: 0px;
}
@@ -101498,7 +102736,9 @@ video {
}
.md\:transition {
- transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -101631,6 +102871,550 @@ video {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
+
+ .md\:mix-blend-normal {
+ mix-blend-mode: normal;
+ }
+
+ .md\:mix-blend-multiply {
+ mix-blend-mode: multiply;
+ }
+
+ .md\:mix-blend-screen {
+ mix-blend-mode: screen;
+ }
+
+ .md\:mix-blend-overlay {
+ mix-blend-mode: overlay;
+ }
+
+ .md\:mix-blend-darken {
+ mix-blend-mode: darken;
+ }
+
+ .md\:mix-blend-lighten {
+ mix-blend-mode: lighten;
+ }
+
+ .md\:mix-blend-color-dodge {
+ mix-blend-mode: color-dodge;
+ }
+
+ .md\:mix-blend-color-burn {
+ mix-blend-mode: color-burn;
+ }
+
+ .md\:mix-blend-hard-light {
+ mix-blend-mode: hard-light;
+ }
+
+ .md\:mix-blend-soft-light {
+ mix-blend-mode: soft-light;
+ }
+
+ .md\:mix-blend-difference {
+ mix-blend-mode: difference;
+ }
+
+ .md\:mix-blend-exclusion {
+ mix-blend-mode: exclusion;
+ }
+
+ .md\:mix-blend-hue {
+ mix-blend-mode: hue;
+ }
+
+ .md\:mix-blend-saturation {
+ mix-blend-mode: saturation;
+ }
+
+ .md\:mix-blend-color {
+ mix-blend-mode: color;
+ }
+
+ .md\:mix-blend-luminosity {
+ mix-blend-mode: luminosity;
+ }
+
+ .md\:bg-blend-normal {
+ background-blend-mode: normal;
+ }
+
+ .md\:bg-blend-multiply {
+ background-blend-mode: multiply;
+ }
+
+ .md\:bg-blend-screen {
+ background-blend-mode: screen;
+ }
+
+ .md\:bg-blend-overlay {
+ background-blend-mode: overlay;
+ }
+
+ .md\:bg-blend-darken {
+ background-blend-mode: darken;
+ }
+
+ .md\:bg-blend-lighten {
+ background-blend-mode: lighten;
+ }
+
+ .md\:bg-blend-color-dodge {
+ background-blend-mode: color-dodge;
+ }
+
+ .md\:bg-blend-color-burn {
+ background-blend-mode: color-burn;
+ }
+
+ .md\:bg-blend-hard-light {
+ background-blend-mode: hard-light;
+ }
+
+ .md\:bg-blend-soft-light {
+ background-blend-mode: soft-light;
+ }
+
+ .md\:bg-blend-difference {
+ background-blend-mode: difference;
+ }
+
+ .md\:bg-blend-exclusion {
+ background-blend-mode: exclusion;
+ }
+
+ .md\:bg-blend-hue {
+ background-blend-mode: hue;
+ }
+
+ .md\:bg-blend-saturation {
+ background-blend-mode: saturation;
+ }
+
+ .md\:bg-blend-color {
+ background-blend-mode: color;
+ }
+
+ .md\:bg-blend-luminosity {
+ background-blend-mode: luminosity;
+ }
+
+ .md\:filter {
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+ }
+
+ .md\:filter-none {
+ filter: none;
+ }
+
+ .md\:blur-0 {
+ --tw-blur: blur(0);
+ }
+
+ .md\:blur-sm {
+ --tw-blur: blur(4px);
+ }
+
+ .md\:blur {
+ --tw-blur: blur(8px);
+ }
+
+ .md\:blur-md {
+ --tw-blur: blur(12px);
+ }
+
+ .md\:blur-lg {
+ --tw-blur: blur(16px);
+ }
+
+ .md\:blur-xl {
+ --tw-blur: blur(24px);
+ }
+
+ .md\:blur-2xl {
+ --tw-blur: blur(40px);
+ }
+
+ .md\:blur-3xl {
+ --tw-blur: blur(64px);
+ }
+
+ .md\:brightness-0 {
+ --tw-brightness: brightness(0);
+ }
+
+ .md\:brightness-50 {
+ --tw-brightness: brightness(.5);
+ }
+
+ .md\:brightness-75 {
+ --tw-brightness: brightness(.75);
+ }
+
+ .md\:brightness-90 {
+ --tw-brightness: brightness(.9);
+ }
+
+ .md\:brightness-95 {
+ --tw-brightness: brightness(.95);
+ }
+
+ .md\:brightness-100 {
+ --tw-brightness: brightness(1);
+ }
+
+ .md\:brightness-105 {
+ --tw-brightness: brightness(1.05);
+ }
+
+ .md\:brightness-110 {
+ --tw-brightness: brightness(1.1);
+ }
+
+ .md\:brightness-125 {
+ --tw-brightness: brightness(1.25);
+ }
+
+ .md\:brightness-150 {
+ --tw-brightness: brightness(1.5);
+ }
+
+ .md\:brightness-200 {
+ --tw-brightness: brightness(2);
+ }
+
+ .md\:contrast-0 {
+ --tw-contrast: contrast(0);
+ }
+
+ .md\:contrast-50 {
+ --tw-contrast: contrast(.5);
+ }
+
+ .md\:contrast-75 {
+ --tw-contrast: contrast(.75);
+ }
+
+ .md\:contrast-100 {
+ --tw-contrast: contrast(1);
+ }
+
+ .md\:contrast-125 {
+ --tw-contrast: contrast(1.25);
+ }
+
+ .md\:contrast-150 {
+ --tw-contrast: contrast(1.5);
+ }
+
+ .md\:contrast-200 {
+ --tw-contrast: contrast(2);
+ }
+
+ .md\:drop-shadow-sm {
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
+ }
+
+ .md\:drop-shadow {
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
+ }
+
+ .md\:drop-shadow-md {
+ --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
+ }
+
+ .md\:drop-shadow-lg {
+ --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
+ }
+
+ .md\:drop-shadow-xl {
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
+ }
+
+ .md\:drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
+ }
+
+ .md\:drop-shadow-none {
+ --tw-drop-shadow: drop-shadow(0 0 #0000);
+ }
+
+ .md\:grayscale-0 {
+ --tw-grayscale: grayscale(0);
+ }
+
+ .md\:grayscale {
+ --tw-grayscale: grayscale(100%);
+ }
+
+ .md\:hue-rotate-0 {
+ --tw-hue-rotate: hue-rotate(0deg);
+ }
+
+ .md\:hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(15deg);
+ }
+
+ .md\:hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(30deg);
+ }
+
+ .md\:hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(60deg);
+ }
+
+ .md\:hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(90deg);
+ }
+
+ .md\:hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(180deg);
+ }
+
+ .md\:-hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .md\:-hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .md\:-hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .md\:-hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .md\:-hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .md\:invert-0 {
+ --tw-invert: invert(0);
+ }
+
+ .md\:invert {
+ --tw-invert: invert(100%);
+ }
+
+ .md\:saturate-0 {
+ --tw-saturate: saturate(0);
+ }
+
+ .md\:saturate-50 {
+ --tw-saturate: saturate(.5);
+ }
+
+ .md\:saturate-100 {
+ --tw-saturate: saturate(1);
+ }
+
+ .md\:saturate-150 {
+ --tw-saturate: saturate(1.5);
+ }
+
+ .md\:saturate-200 {
+ --tw-saturate: saturate(2);
+ }
+
+ .md\:sepia-0 {
+ --tw-sepia: sepia(0);
+ }
+
+ .md\:sepia {
+ --tw-sepia: sepia(100%);
+ }
+
+ .md\:backdrop-filter {
+ --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ }
+
+ .md\:backdrop-filter-none {
+ -webkit-backdrop-filter: none;
+ backdrop-filter: none;
+ }
+
+ .md\:backdrop-brightness-0 {
+ --tw-backdrop-brightness: brightness(0);
+ }
+
+ .md\:backdrop-brightness-50 {
+ --tw-backdrop-brightness: brightness(.5);
+ }
+
+ .md\:backdrop-brightness-75 {
+ --tw-backdrop-brightness: brightness(.75);
+ }
+
+ .md\:backdrop-brightness-90 {
+ --tw-backdrop-brightness: brightness(.9);
+ }
+
+ .md\:backdrop-brightness-95 {
+ --tw-backdrop-brightness: brightness(.95);
+ }
+
+ .md\:backdrop-brightness-100 {
+ --tw-backdrop-brightness: brightness(1);
+ }
+
+ .md\:backdrop-brightness-105 {
+ --tw-backdrop-brightness: brightness(1.05);
+ }
+
+ .md\:backdrop-brightness-110 {
+ --tw-backdrop-brightness: brightness(1.1);
+ }
+
+ .md\:backdrop-brightness-125 {
+ --tw-backdrop-brightness: brightness(1.25);
+ }
+
+ .md\:backdrop-brightness-150 {
+ --tw-backdrop-brightness: brightness(1.5);
+ }
+
+ .md\:backdrop-brightness-200 {
+ --tw-backdrop-brightness: brightness(2);
+ }
+
+ .md\:backdrop-contrast-0 {
+ --tw-backdrop-contrast: contrast(0);
+ }
+
+ .md\:backdrop-contrast-50 {
+ --tw-backdrop-contrast: contrast(.5);
+ }
+
+ .md\:backdrop-contrast-75 {
+ --tw-backdrop-contrast: contrast(.75);
+ }
+
+ .md\:backdrop-contrast-100 {
+ --tw-backdrop-contrast: contrast(1);
+ }
+
+ .md\:backdrop-contrast-125 {
+ --tw-backdrop-contrast: contrast(1.25);
+ }
+
+ .md\:backdrop-contrast-150 {
+ --tw-backdrop-contrast: contrast(1.5);
+ }
+
+ .md\:backdrop-contrast-200 {
+ --tw-backdrop-contrast: contrast(2);
+ }
+
+ .md\:backdrop-grayscale-0 {
+ --tw-backdrop-grayscale: grayscale(0);
+ }
+
+ .md\:backdrop-grayscale {
+ --tw-backdrop-grayscale: grayscale(100%);
+ }
+
+ .md\:backdrop-hue-rotate-0 {
+ --tw-backdrop-hue-rotate: hue-rotate(0deg);
+ }
+
+ .md\:backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(15deg);
+ }
+
+ .md\:backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(30deg);
+ }
+
+ .md\:backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(60deg);
+ }
+
+ .md\:backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(90deg);
+ }
+
+ .md\:backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(180deg);
+ }
+
+ .md\:-backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .md\:-backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .md\:-backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .md\:-backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .md\:-backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .md\:backdrop-invert-0 {
+ --tw-backdrop-invert: invert(0);
+ }
+
+ .md\:backdrop-invert {
+ --tw-backdrop-invert: invert(100%);
+ }
+
+ .md\:backdrop-saturate-0 {
+ --tw-backdrop-saturate: saturate(0);
+ }
+
+ .md\:backdrop-saturate-50 {
+ --tw-backdrop-saturate: saturate(.5);
+ }
+
+ .md\:backdrop-saturate-100 {
+ --tw-backdrop-saturate: saturate(1);
+ }
+
+ .md\:backdrop-saturate-150 {
+ --tw-backdrop-saturate: saturate(1.5);
+ }
+
+ .md\:backdrop-saturate-200 {
+ --tw-backdrop-saturate: saturate(2);
+ }
+
+ .md\:backdrop-sepia-0 {
+ --tw-backdrop-sepia: sepia(0);
+ }
+
+ .md\:backdrop-sepia {
+ --tw-backdrop-sepia: sepia(100%);
+ }
}
@media (min-width: 1024px) {
@@ -114113,6 +115897,16 @@ video {
border-left-width: 1px;
}
+ .lg\:decoration-slice {
+ -webkit-box-decoration-break: slice;
+ box-decoration-break: slice;
+ }
+
+ .lg\:decoration-clone {
+ -webkit-box-decoration-break: clone;
+ box-decoration-break: clone;
+ }
+
.lg\:box-border {
box-sizing: border-box;
}
@@ -114177,6 +115971,10 @@ video {
display: table;
}
+ .lg\:inline-table {
+ display: inline-table;
+ }
+
.lg\:table-caption {
display: table-caption;
}
@@ -114225,6 +116023,10 @@ video {
display: contents;
}
+ .lg\:list-item {
+ display: list-item;
+ }
+
.lg\:hidden {
display: none;
}
@@ -114257,10 +116059,6 @@ video {
flex-wrap: nowrap;
}
- .lg\:place-items-auto {
- place-items: auto;
- }
-
.lg\:place-items-start {
place-items: start;
}
@@ -114389,10 +116187,6 @@ video {
align-self: stretch;
}
- .lg\:justify-items-auto {
- justify-items: auto;
- }
-
.lg\:justify-items-start {
justify-items: start;
}
@@ -131342,6 +133136,14 @@ video {
z-index: auto;
}
+ .lg\:isolate {
+ isolation: isolate;
+ }
+
+ .lg\:isolation-auto {
+ isolation: auto;
+ }
+
.lg\:gap-0 {
gap: 0px;
}
@@ -135140,7 +136942,9 @@ video {
}
.lg\:transition {
- transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -135273,6 +137077,550 @@ video {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
+
+ .lg\:mix-blend-normal {
+ mix-blend-mode: normal;
+ }
+
+ .lg\:mix-blend-multiply {
+ mix-blend-mode: multiply;
+ }
+
+ .lg\:mix-blend-screen {
+ mix-blend-mode: screen;
+ }
+
+ .lg\:mix-blend-overlay {
+ mix-blend-mode: overlay;
+ }
+
+ .lg\:mix-blend-darken {
+ mix-blend-mode: darken;
+ }
+
+ .lg\:mix-blend-lighten {
+ mix-blend-mode: lighten;
+ }
+
+ .lg\:mix-blend-color-dodge {
+ mix-blend-mode: color-dodge;
+ }
+
+ .lg\:mix-blend-color-burn {
+ mix-blend-mode: color-burn;
+ }
+
+ .lg\:mix-blend-hard-light {
+ mix-blend-mode: hard-light;
+ }
+
+ .lg\:mix-blend-soft-light {
+ mix-blend-mode: soft-light;
+ }
+
+ .lg\:mix-blend-difference {
+ mix-blend-mode: difference;
+ }
+
+ .lg\:mix-blend-exclusion {
+ mix-blend-mode: exclusion;
+ }
+
+ .lg\:mix-blend-hue {
+ mix-blend-mode: hue;
+ }
+
+ .lg\:mix-blend-saturation {
+ mix-blend-mode: saturation;
+ }
+
+ .lg\:mix-blend-color {
+ mix-blend-mode: color;
+ }
+
+ .lg\:mix-blend-luminosity {
+ mix-blend-mode: luminosity;
+ }
+
+ .lg\:bg-blend-normal {
+ background-blend-mode: normal;
+ }
+
+ .lg\:bg-blend-multiply {
+ background-blend-mode: multiply;
+ }
+
+ .lg\:bg-blend-screen {
+ background-blend-mode: screen;
+ }
+
+ .lg\:bg-blend-overlay {
+ background-blend-mode: overlay;
+ }
+
+ .lg\:bg-blend-darken {
+ background-blend-mode: darken;
+ }
+
+ .lg\:bg-blend-lighten {
+ background-blend-mode: lighten;
+ }
+
+ .lg\:bg-blend-color-dodge {
+ background-blend-mode: color-dodge;
+ }
+
+ .lg\:bg-blend-color-burn {
+ background-blend-mode: color-burn;
+ }
+
+ .lg\:bg-blend-hard-light {
+ background-blend-mode: hard-light;
+ }
+
+ .lg\:bg-blend-soft-light {
+ background-blend-mode: soft-light;
+ }
+
+ .lg\:bg-blend-difference {
+ background-blend-mode: difference;
+ }
+
+ .lg\:bg-blend-exclusion {
+ background-blend-mode: exclusion;
+ }
+
+ .lg\:bg-blend-hue {
+ background-blend-mode: hue;
+ }
+
+ .lg\:bg-blend-saturation {
+ background-blend-mode: saturation;
+ }
+
+ .lg\:bg-blend-color {
+ background-blend-mode: color;
+ }
+
+ .lg\:bg-blend-luminosity {
+ background-blend-mode: luminosity;
+ }
+
+ .lg\:filter {
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+ }
+
+ .lg\:filter-none {
+ filter: none;
+ }
+
+ .lg\:blur-0 {
+ --tw-blur: blur(0);
+ }
+
+ .lg\:blur-sm {
+ --tw-blur: blur(4px);
+ }
+
+ .lg\:blur {
+ --tw-blur: blur(8px);
+ }
+
+ .lg\:blur-md {
+ --tw-blur: blur(12px);
+ }
+
+ .lg\:blur-lg {
+ --tw-blur: blur(16px);
+ }
+
+ .lg\:blur-xl {
+ --tw-blur: blur(24px);
+ }
+
+ .lg\:blur-2xl {
+ --tw-blur: blur(40px);
+ }
+
+ .lg\:blur-3xl {
+ --tw-blur: blur(64px);
+ }
+
+ .lg\:brightness-0 {
+ --tw-brightness: brightness(0);
+ }
+
+ .lg\:brightness-50 {
+ --tw-brightness: brightness(.5);
+ }
+
+ .lg\:brightness-75 {
+ --tw-brightness: brightness(.75);
+ }
+
+ .lg\:brightness-90 {
+ --tw-brightness: brightness(.9);
+ }
+
+ .lg\:brightness-95 {
+ --tw-brightness: brightness(.95);
+ }
+
+ .lg\:brightness-100 {
+ --tw-brightness: brightness(1);
+ }
+
+ .lg\:brightness-105 {
+ --tw-brightness: brightness(1.05);
+ }
+
+ .lg\:brightness-110 {
+ --tw-brightness: brightness(1.1);
+ }
+
+ .lg\:brightness-125 {
+ --tw-brightness: brightness(1.25);
+ }
+
+ .lg\:brightness-150 {
+ --tw-brightness: brightness(1.5);
+ }
+
+ .lg\:brightness-200 {
+ --tw-brightness: brightness(2);
+ }
+
+ .lg\:contrast-0 {
+ --tw-contrast: contrast(0);
+ }
+
+ .lg\:contrast-50 {
+ --tw-contrast: contrast(.5);
+ }
+
+ .lg\:contrast-75 {
+ --tw-contrast: contrast(.75);
+ }
+
+ .lg\:contrast-100 {
+ --tw-contrast: contrast(1);
+ }
+
+ .lg\:contrast-125 {
+ --tw-contrast: contrast(1.25);
+ }
+
+ .lg\:contrast-150 {
+ --tw-contrast: contrast(1.5);
+ }
+
+ .lg\:contrast-200 {
+ --tw-contrast: contrast(2);
+ }
+
+ .lg\:drop-shadow-sm {
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
+ }
+
+ .lg\:drop-shadow {
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
+ }
+
+ .lg\:drop-shadow-md {
+ --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
+ }
+
+ .lg\:drop-shadow-lg {
+ --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
+ }
+
+ .lg\:drop-shadow-xl {
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
+ }
+
+ .lg\:drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
+ }
+
+ .lg\:drop-shadow-none {
+ --tw-drop-shadow: drop-shadow(0 0 #0000);
+ }
+
+ .lg\:grayscale-0 {
+ --tw-grayscale: grayscale(0);
+ }
+
+ .lg\:grayscale {
+ --tw-grayscale: grayscale(100%);
+ }
+
+ .lg\:hue-rotate-0 {
+ --tw-hue-rotate: hue-rotate(0deg);
+ }
+
+ .lg\:hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(15deg);
+ }
+
+ .lg\:hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(30deg);
+ }
+
+ .lg\:hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(60deg);
+ }
+
+ .lg\:hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(90deg);
+ }
+
+ .lg\:hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(180deg);
+ }
+
+ .lg\:-hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .lg\:-hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .lg\:-hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .lg\:-hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .lg\:-hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .lg\:invert-0 {
+ --tw-invert: invert(0);
+ }
+
+ .lg\:invert {
+ --tw-invert: invert(100%);
+ }
+
+ .lg\:saturate-0 {
+ --tw-saturate: saturate(0);
+ }
+
+ .lg\:saturate-50 {
+ --tw-saturate: saturate(.5);
+ }
+
+ .lg\:saturate-100 {
+ --tw-saturate: saturate(1);
+ }
+
+ .lg\:saturate-150 {
+ --tw-saturate: saturate(1.5);
+ }
+
+ .lg\:saturate-200 {
+ --tw-saturate: saturate(2);
+ }
+
+ .lg\:sepia-0 {
+ --tw-sepia: sepia(0);
+ }
+
+ .lg\:sepia {
+ --tw-sepia: sepia(100%);
+ }
+
+ .lg\:backdrop-filter {
+ --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ }
+
+ .lg\:backdrop-filter-none {
+ -webkit-backdrop-filter: none;
+ backdrop-filter: none;
+ }
+
+ .lg\:backdrop-brightness-0 {
+ --tw-backdrop-brightness: brightness(0);
+ }
+
+ .lg\:backdrop-brightness-50 {
+ --tw-backdrop-brightness: brightness(.5);
+ }
+
+ .lg\:backdrop-brightness-75 {
+ --tw-backdrop-brightness: brightness(.75);
+ }
+
+ .lg\:backdrop-brightness-90 {
+ --tw-backdrop-brightness: brightness(.9);
+ }
+
+ .lg\:backdrop-brightness-95 {
+ --tw-backdrop-brightness: brightness(.95);
+ }
+
+ .lg\:backdrop-brightness-100 {
+ --tw-backdrop-brightness: brightness(1);
+ }
+
+ .lg\:backdrop-brightness-105 {
+ --tw-backdrop-brightness: brightness(1.05);
+ }
+
+ .lg\:backdrop-brightness-110 {
+ --tw-backdrop-brightness: brightness(1.1);
+ }
+
+ .lg\:backdrop-brightness-125 {
+ --tw-backdrop-brightness: brightness(1.25);
+ }
+
+ .lg\:backdrop-brightness-150 {
+ --tw-backdrop-brightness: brightness(1.5);
+ }
+
+ .lg\:backdrop-brightness-200 {
+ --tw-backdrop-brightness: brightness(2);
+ }
+
+ .lg\:backdrop-contrast-0 {
+ --tw-backdrop-contrast: contrast(0);
+ }
+
+ .lg\:backdrop-contrast-50 {
+ --tw-backdrop-contrast: contrast(.5);
+ }
+
+ .lg\:backdrop-contrast-75 {
+ --tw-backdrop-contrast: contrast(.75);
+ }
+
+ .lg\:backdrop-contrast-100 {
+ --tw-backdrop-contrast: contrast(1);
+ }
+
+ .lg\:backdrop-contrast-125 {
+ --tw-backdrop-contrast: contrast(1.25);
+ }
+
+ .lg\:backdrop-contrast-150 {
+ --tw-backdrop-contrast: contrast(1.5);
+ }
+
+ .lg\:backdrop-contrast-200 {
+ --tw-backdrop-contrast: contrast(2);
+ }
+
+ .lg\:backdrop-grayscale-0 {
+ --tw-backdrop-grayscale: grayscale(0);
+ }
+
+ .lg\:backdrop-grayscale {
+ --tw-backdrop-grayscale: grayscale(100%);
+ }
+
+ .lg\:backdrop-hue-rotate-0 {
+ --tw-backdrop-hue-rotate: hue-rotate(0deg);
+ }
+
+ .lg\:backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(15deg);
+ }
+
+ .lg\:backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(30deg);
+ }
+
+ .lg\:backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(60deg);
+ }
+
+ .lg\:backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(90deg);
+ }
+
+ .lg\:backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(180deg);
+ }
+
+ .lg\:-backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .lg\:-backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .lg\:-backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .lg\:-backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .lg\:-backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .lg\:backdrop-invert-0 {
+ --tw-backdrop-invert: invert(0);
+ }
+
+ .lg\:backdrop-invert {
+ --tw-backdrop-invert: invert(100%);
+ }
+
+ .lg\:backdrop-saturate-0 {
+ --tw-backdrop-saturate: saturate(0);
+ }
+
+ .lg\:backdrop-saturate-50 {
+ --tw-backdrop-saturate: saturate(.5);
+ }
+
+ .lg\:backdrop-saturate-100 {
+ --tw-backdrop-saturate: saturate(1);
+ }
+
+ .lg\:backdrop-saturate-150 {
+ --tw-backdrop-saturate: saturate(1.5);
+ }
+
+ .lg\:backdrop-saturate-200 {
+ --tw-backdrop-saturate: saturate(2);
+ }
+
+ .lg\:backdrop-sepia-0 {
+ --tw-backdrop-sepia: sepia(0);
+ }
+
+ .lg\:backdrop-sepia {
+ --tw-backdrop-sepia: sepia(100%);
+ }
}
@media (min-width: 1280px) {
@@ -147755,6 +150103,16 @@ video {
border-left-width: 1px;
}
+ .xl\:decoration-slice {
+ -webkit-box-decoration-break: slice;
+ box-decoration-break: slice;
+ }
+
+ .xl\:decoration-clone {
+ -webkit-box-decoration-break: clone;
+ box-decoration-break: clone;
+ }
+
.xl\:box-border {
box-sizing: border-box;
}
@@ -147819,6 +150177,10 @@ video {
display: table;
}
+ .xl\:inline-table {
+ display: inline-table;
+ }
+
.xl\:table-caption {
display: table-caption;
}
@@ -147867,6 +150229,10 @@ video {
display: contents;
}
+ .xl\:list-item {
+ display: list-item;
+ }
+
.xl\:hidden {
display: none;
}
@@ -147899,10 +150265,6 @@ video {
flex-wrap: nowrap;
}
- .xl\:place-items-auto {
- place-items: auto;
- }
-
.xl\:place-items-start {
place-items: start;
}
@@ -148031,10 +150393,6 @@ video {
align-self: stretch;
}
- .xl\:justify-items-auto {
- justify-items: auto;
- }
-
.xl\:justify-items-start {
justify-items: start;
}
@@ -164984,6 +167342,14 @@ video {
z-index: auto;
}
+ .xl\:isolate {
+ isolation: isolate;
+ }
+
+ .xl\:isolation-auto {
+ isolation: auto;
+ }
+
.xl\:gap-0 {
gap: 0px;
}
@@ -168782,7 +171148,9 @@ video {
}
.xl\:transition {
- transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -168915,6 +171283,550 @@ video {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
+
+ .xl\:mix-blend-normal {
+ mix-blend-mode: normal;
+ }
+
+ .xl\:mix-blend-multiply {
+ mix-blend-mode: multiply;
+ }
+
+ .xl\:mix-blend-screen {
+ mix-blend-mode: screen;
+ }
+
+ .xl\:mix-blend-overlay {
+ mix-blend-mode: overlay;
+ }
+
+ .xl\:mix-blend-darken {
+ mix-blend-mode: darken;
+ }
+
+ .xl\:mix-blend-lighten {
+ mix-blend-mode: lighten;
+ }
+
+ .xl\:mix-blend-color-dodge {
+ mix-blend-mode: color-dodge;
+ }
+
+ .xl\:mix-blend-color-burn {
+ mix-blend-mode: color-burn;
+ }
+
+ .xl\:mix-blend-hard-light {
+ mix-blend-mode: hard-light;
+ }
+
+ .xl\:mix-blend-soft-light {
+ mix-blend-mode: soft-light;
+ }
+
+ .xl\:mix-blend-difference {
+ mix-blend-mode: difference;
+ }
+
+ .xl\:mix-blend-exclusion {
+ mix-blend-mode: exclusion;
+ }
+
+ .xl\:mix-blend-hue {
+ mix-blend-mode: hue;
+ }
+
+ .xl\:mix-blend-saturation {
+ mix-blend-mode: saturation;
+ }
+
+ .xl\:mix-blend-color {
+ mix-blend-mode: color;
+ }
+
+ .xl\:mix-blend-luminosity {
+ mix-blend-mode: luminosity;
+ }
+
+ .xl\:bg-blend-normal {
+ background-blend-mode: normal;
+ }
+
+ .xl\:bg-blend-multiply {
+ background-blend-mode: multiply;
+ }
+
+ .xl\:bg-blend-screen {
+ background-blend-mode: screen;
+ }
+
+ .xl\:bg-blend-overlay {
+ background-blend-mode: overlay;
+ }
+
+ .xl\:bg-blend-darken {
+ background-blend-mode: darken;
+ }
+
+ .xl\:bg-blend-lighten {
+ background-blend-mode: lighten;
+ }
+
+ .xl\:bg-blend-color-dodge {
+ background-blend-mode: color-dodge;
+ }
+
+ .xl\:bg-blend-color-burn {
+ background-blend-mode: color-burn;
+ }
+
+ .xl\:bg-blend-hard-light {
+ background-blend-mode: hard-light;
+ }
+
+ .xl\:bg-blend-soft-light {
+ background-blend-mode: soft-light;
+ }
+
+ .xl\:bg-blend-difference {
+ background-blend-mode: difference;
+ }
+
+ .xl\:bg-blend-exclusion {
+ background-blend-mode: exclusion;
+ }
+
+ .xl\:bg-blend-hue {
+ background-blend-mode: hue;
+ }
+
+ .xl\:bg-blend-saturation {
+ background-blend-mode: saturation;
+ }
+
+ .xl\:bg-blend-color {
+ background-blend-mode: color;
+ }
+
+ .xl\:bg-blend-luminosity {
+ background-blend-mode: luminosity;
+ }
+
+ .xl\:filter {
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+ }
+
+ .xl\:filter-none {
+ filter: none;
+ }
+
+ .xl\:blur-0 {
+ --tw-blur: blur(0);
+ }
+
+ .xl\:blur-sm {
+ --tw-blur: blur(4px);
+ }
+
+ .xl\:blur {
+ --tw-blur: blur(8px);
+ }
+
+ .xl\:blur-md {
+ --tw-blur: blur(12px);
+ }
+
+ .xl\:blur-lg {
+ --tw-blur: blur(16px);
+ }
+
+ .xl\:blur-xl {
+ --tw-blur: blur(24px);
+ }
+
+ .xl\:blur-2xl {
+ --tw-blur: blur(40px);
+ }
+
+ .xl\:blur-3xl {
+ --tw-blur: blur(64px);
+ }
+
+ .xl\:brightness-0 {
+ --tw-brightness: brightness(0);
+ }
+
+ .xl\:brightness-50 {
+ --tw-brightness: brightness(.5);
+ }
+
+ .xl\:brightness-75 {
+ --tw-brightness: brightness(.75);
+ }
+
+ .xl\:brightness-90 {
+ --tw-brightness: brightness(.9);
+ }
+
+ .xl\:brightness-95 {
+ --tw-brightness: brightness(.95);
+ }
+
+ .xl\:brightness-100 {
+ --tw-brightness: brightness(1);
+ }
+
+ .xl\:brightness-105 {
+ --tw-brightness: brightness(1.05);
+ }
+
+ .xl\:brightness-110 {
+ --tw-brightness: brightness(1.1);
+ }
+
+ .xl\:brightness-125 {
+ --tw-brightness: brightness(1.25);
+ }
+
+ .xl\:brightness-150 {
+ --tw-brightness: brightness(1.5);
+ }
+
+ .xl\:brightness-200 {
+ --tw-brightness: brightness(2);
+ }
+
+ .xl\:contrast-0 {
+ --tw-contrast: contrast(0);
+ }
+
+ .xl\:contrast-50 {
+ --tw-contrast: contrast(.5);
+ }
+
+ .xl\:contrast-75 {
+ --tw-contrast: contrast(.75);
+ }
+
+ .xl\:contrast-100 {
+ --tw-contrast: contrast(1);
+ }
+
+ .xl\:contrast-125 {
+ --tw-contrast: contrast(1.25);
+ }
+
+ .xl\:contrast-150 {
+ --tw-contrast: contrast(1.5);
+ }
+
+ .xl\:contrast-200 {
+ --tw-contrast: contrast(2);
+ }
+
+ .xl\:drop-shadow-sm {
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
+ }
+
+ .xl\:drop-shadow {
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
+ }
+
+ .xl\:drop-shadow-md {
+ --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
+ }
+
+ .xl\:drop-shadow-lg {
+ --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
+ }
+
+ .xl\:drop-shadow-xl {
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
+ }
+
+ .xl\:drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
+ }
+
+ .xl\:drop-shadow-none {
+ --tw-drop-shadow: drop-shadow(0 0 #0000);
+ }
+
+ .xl\:grayscale-0 {
+ --tw-grayscale: grayscale(0);
+ }
+
+ .xl\:grayscale {
+ --tw-grayscale: grayscale(100%);
+ }
+
+ .xl\:hue-rotate-0 {
+ --tw-hue-rotate: hue-rotate(0deg);
+ }
+
+ .xl\:hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(15deg);
+ }
+
+ .xl\:hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(30deg);
+ }
+
+ .xl\:hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(60deg);
+ }
+
+ .xl\:hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(90deg);
+ }
+
+ .xl\:hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(180deg);
+ }
+
+ .xl\:-hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .xl\:-hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .xl\:-hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .xl\:-hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .xl\:-hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .xl\:invert-0 {
+ --tw-invert: invert(0);
+ }
+
+ .xl\:invert {
+ --tw-invert: invert(100%);
+ }
+
+ .xl\:saturate-0 {
+ --tw-saturate: saturate(0);
+ }
+
+ .xl\:saturate-50 {
+ --tw-saturate: saturate(.5);
+ }
+
+ .xl\:saturate-100 {
+ --tw-saturate: saturate(1);
+ }
+
+ .xl\:saturate-150 {
+ --tw-saturate: saturate(1.5);
+ }
+
+ .xl\:saturate-200 {
+ --tw-saturate: saturate(2);
+ }
+
+ .xl\:sepia-0 {
+ --tw-sepia: sepia(0);
+ }
+
+ .xl\:sepia {
+ --tw-sepia: sepia(100%);
+ }
+
+ .xl\:backdrop-filter {
+ --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ }
+
+ .xl\:backdrop-filter-none {
+ -webkit-backdrop-filter: none;
+ backdrop-filter: none;
+ }
+
+ .xl\:backdrop-brightness-0 {
+ --tw-backdrop-brightness: brightness(0);
+ }
+
+ .xl\:backdrop-brightness-50 {
+ --tw-backdrop-brightness: brightness(.5);
+ }
+
+ .xl\:backdrop-brightness-75 {
+ --tw-backdrop-brightness: brightness(.75);
+ }
+
+ .xl\:backdrop-brightness-90 {
+ --tw-backdrop-brightness: brightness(.9);
+ }
+
+ .xl\:backdrop-brightness-95 {
+ --tw-backdrop-brightness: brightness(.95);
+ }
+
+ .xl\:backdrop-brightness-100 {
+ --tw-backdrop-brightness: brightness(1);
+ }
+
+ .xl\:backdrop-brightness-105 {
+ --tw-backdrop-brightness: brightness(1.05);
+ }
+
+ .xl\:backdrop-brightness-110 {
+ --tw-backdrop-brightness: brightness(1.1);
+ }
+
+ .xl\:backdrop-brightness-125 {
+ --tw-backdrop-brightness: brightness(1.25);
+ }
+
+ .xl\:backdrop-brightness-150 {
+ --tw-backdrop-brightness: brightness(1.5);
+ }
+
+ .xl\:backdrop-brightness-200 {
+ --tw-backdrop-brightness: brightness(2);
+ }
+
+ .xl\:backdrop-contrast-0 {
+ --tw-backdrop-contrast: contrast(0);
+ }
+
+ .xl\:backdrop-contrast-50 {
+ --tw-backdrop-contrast: contrast(.5);
+ }
+
+ .xl\:backdrop-contrast-75 {
+ --tw-backdrop-contrast: contrast(.75);
+ }
+
+ .xl\:backdrop-contrast-100 {
+ --tw-backdrop-contrast: contrast(1);
+ }
+
+ .xl\:backdrop-contrast-125 {
+ --tw-backdrop-contrast: contrast(1.25);
+ }
+
+ .xl\:backdrop-contrast-150 {
+ --tw-backdrop-contrast: contrast(1.5);
+ }
+
+ .xl\:backdrop-contrast-200 {
+ --tw-backdrop-contrast: contrast(2);
+ }
+
+ .xl\:backdrop-grayscale-0 {
+ --tw-backdrop-grayscale: grayscale(0);
+ }
+
+ .xl\:backdrop-grayscale {
+ --tw-backdrop-grayscale: grayscale(100%);
+ }
+
+ .xl\:backdrop-hue-rotate-0 {
+ --tw-backdrop-hue-rotate: hue-rotate(0deg);
+ }
+
+ .xl\:backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(15deg);
+ }
+
+ .xl\:backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(30deg);
+ }
+
+ .xl\:backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(60deg);
+ }
+
+ .xl\:backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(90deg);
+ }
+
+ .xl\:backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(180deg);
+ }
+
+ .xl\:-backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .xl\:-backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .xl\:-backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .xl\:-backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .xl\:-backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .xl\:backdrop-invert-0 {
+ --tw-backdrop-invert: invert(0);
+ }
+
+ .xl\:backdrop-invert {
+ --tw-backdrop-invert: invert(100%);
+ }
+
+ .xl\:backdrop-saturate-0 {
+ --tw-backdrop-saturate: saturate(0);
+ }
+
+ .xl\:backdrop-saturate-50 {
+ --tw-backdrop-saturate: saturate(.5);
+ }
+
+ .xl\:backdrop-saturate-100 {
+ --tw-backdrop-saturate: saturate(1);
+ }
+
+ .xl\:backdrop-saturate-150 {
+ --tw-backdrop-saturate: saturate(1.5);
+ }
+
+ .xl\:backdrop-saturate-200 {
+ --tw-backdrop-saturate: saturate(2);
+ }
+
+ .xl\:backdrop-sepia-0 {
+ --tw-backdrop-sepia: sepia(0);
+ }
+
+ .xl\:backdrop-sepia {
+ --tw-backdrop-sepia: sepia(100%);
+ }
}
@media (min-width: 1536px) {
@@ -181397,6 +184309,16 @@ video {
border-left-width: 1px;
}
+ .\32xl\:decoration-slice {
+ -webkit-box-decoration-break: slice;
+ box-decoration-break: slice;
+ }
+
+ .\32xl\:decoration-clone {
+ -webkit-box-decoration-break: clone;
+ box-decoration-break: clone;
+ }
+
.\32xl\:box-border {
box-sizing: border-box;
}
@@ -181461,6 +184383,10 @@ video {
display: table;
}
+ .\32xl\:inline-table {
+ display: inline-table;
+ }
+
.\32xl\:table-caption {
display: table-caption;
}
@@ -181509,6 +184435,10 @@ video {
display: contents;
}
+ .\32xl\:list-item {
+ display: list-item;
+ }
+
.\32xl\:hidden {
display: none;
}
@@ -181541,10 +184471,6 @@ video {
flex-wrap: nowrap;
}
- .\32xl\:place-items-auto {
- place-items: auto;
- }
-
.\32xl\:place-items-start {
place-items: start;
}
@@ -181673,10 +184599,6 @@ video {
align-self: stretch;
}
- .\32xl\:justify-items-auto {
- justify-items: auto;
- }
-
.\32xl\:justify-items-start {
justify-items: start;
}
@@ -198626,6 +201548,14 @@ video {
z-index: auto;
}
+ .\32xl\:isolate {
+ isolation: isolate;
+ }
+
+ .\32xl\:isolation-auto {
+ isolation: auto;
+ }
+
.\32xl\:gap-0 {
gap: 0px;
}
@@ -202424,7 +205354,9 @@ video {
}
.\32xl\:transition {
- transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
+ transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -202557,4 +205489,548 @@ video {
-webkit-animation: bounce 1s infinite;
animation: bounce 1s infinite;
}
+
+ .\32xl\:mix-blend-normal {
+ mix-blend-mode: normal;
+ }
+
+ .\32xl\:mix-blend-multiply {
+ mix-blend-mode: multiply;
+ }
+
+ .\32xl\:mix-blend-screen {
+ mix-blend-mode: screen;
+ }
+
+ .\32xl\:mix-blend-overlay {
+ mix-blend-mode: overlay;
+ }
+
+ .\32xl\:mix-blend-darken {
+ mix-blend-mode: darken;
+ }
+
+ .\32xl\:mix-blend-lighten {
+ mix-blend-mode: lighten;
+ }
+
+ .\32xl\:mix-blend-color-dodge {
+ mix-blend-mode: color-dodge;
+ }
+
+ .\32xl\:mix-blend-color-burn {
+ mix-blend-mode: color-burn;
+ }
+
+ .\32xl\:mix-blend-hard-light {
+ mix-blend-mode: hard-light;
+ }
+
+ .\32xl\:mix-blend-soft-light {
+ mix-blend-mode: soft-light;
+ }
+
+ .\32xl\:mix-blend-difference {
+ mix-blend-mode: difference;
+ }
+
+ .\32xl\:mix-blend-exclusion {
+ mix-blend-mode: exclusion;
+ }
+
+ .\32xl\:mix-blend-hue {
+ mix-blend-mode: hue;
+ }
+
+ .\32xl\:mix-blend-saturation {
+ mix-blend-mode: saturation;
+ }
+
+ .\32xl\:mix-blend-color {
+ mix-blend-mode: color;
+ }
+
+ .\32xl\:mix-blend-luminosity {
+ mix-blend-mode: luminosity;
+ }
+
+ .\32xl\:bg-blend-normal {
+ background-blend-mode: normal;
+ }
+
+ .\32xl\:bg-blend-multiply {
+ background-blend-mode: multiply;
+ }
+
+ .\32xl\:bg-blend-screen {
+ background-blend-mode: screen;
+ }
+
+ .\32xl\:bg-blend-overlay {
+ background-blend-mode: overlay;
+ }
+
+ .\32xl\:bg-blend-darken {
+ background-blend-mode: darken;
+ }
+
+ .\32xl\:bg-blend-lighten {
+ background-blend-mode: lighten;
+ }
+
+ .\32xl\:bg-blend-color-dodge {
+ background-blend-mode: color-dodge;
+ }
+
+ .\32xl\:bg-blend-color-burn {
+ background-blend-mode: color-burn;
+ }
+
+ .\32xl\:bg-blend-hard-light {
+ background-blend-mode: hard-light;
+ }
+
+ .\32xl\:bg-blend-soft-light {
+ background-blend-mode: soft-light;
+ }
+
+ .\32xl\:bg-blend-difference {
+ background-blend-mode: difference;
+ }
+
+ .\32xl\:bg-blend-exclusion {
+ background-blend-mode: exclusion;
+ }
+
+ .\32xl\:bg-blend-hue {
+ background-blend-mode: hue;
+ }
+
+ .\32xl\:bg-blend-saturation {
+ background-blend-mode: saturation;
+ }
+
+ .\32xl\:bg-blend-color {
+ background-blend-mode: color;
+ }
+
+ .\32xl\:bg-blend-luminosity {
+ background-blend-mode: luminosity;
+ }
+
+ .\32xl\:filter {
+ --tw-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
+ --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
+ }
+
+ .\32xl\:filter-none {
+ filter: none;
+ }
+
+ .\32xl\:blur-0 {
+ --tw-blur: blur(0);
+ }
+
+ .\32xl\:blur-sm {
+ --tw-blur: blur(4px);
+ }
+
+ .\32xl\:blur {
+ --tw-blur: blur(8px);
+ }
+
+ .\32xl\:blur-md {
+ --tw-blur: blur(12px);
+ }
+
+ .\32xl\:blur-lg {
+ --tw-blur: blur(16px);
+ }
+
+ .\32xl\:blur-xl {
+ --tw-blur: blur(24px);
+ }
+
+ .\32xl\:blur-2xl {
+ --tw-blur: blur(40px);
+ }
+
+ .\32xl\:blur-3xl {
+ --tw-blur: blur(64px);
+ }
+
+ .\32xl\:brightness-0 {
+ --tw-brightness: brightness(0);
+ }
+
+ .\32xl\:brightness-50 {
+ --tw-brightness: brightness(.5);
+ }
+
+ .\32xl\:brightness-75 {
+ --tw-brightness: brightness(.75);
+ }
+
+ .\32xl\:brightness-90 {
+ --tw-brightness: brightness(.9);
+ }
+
+ .\32xl\:brightness-95 {
+ --tw-brightness: brightness(.95);
+ }
+
+ .\32xl\:brightness-100 {
+ --tw-brightness: brightness(1);
+ }
+
+ .\32xl\:brightness-105 {
+ --tw-brightness: brightness(1.05);
+ }
+
+ .\32xl\:brightness-110 {
+ --tw-brightness: brightness(1.1);
+ }
+
+ .\32xl\:brightness-125 {
+ --tw-brightness: brightness(1.25);
+ }
+
+ .\32xl\:brightness-150 {
+ --tw-brightness: brightness(1.5);
+ }
+
+ .\32xl\:brightness-200 {
+ --tw-brightness: brightness(2);
+ }
+
+ .\32xl\:contrast-0 {
+ --tw-contrast: contrast(0);
+ }
+
+ .\32xl\:contrast-50 {
+ --tw-contrast: contrast(.5);
+ }
+
+ .\32xl\:contrast-75 {
+ --tw-contrast: contrast(.75);
+ }
+
+ .\32xl\:contrast-100 {
+ --tw-contrast: contrast(1);
+ }
+
+ .\32xl\:contrast-125 {
+ --tw-contrast: contrast(1.25);
+ }
+
+ .\32xl\:contrast-150 {
+ --tw-contrast: contrast(1.5);
+ }
+
+ .\32xl\:contrast-200 {
+ --tw-contrast: contrast(2);
+ }
+
+ .\32xl\:drop-shadow-sm {
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
+ }
+
+ .\32xl\:drop-shadow {
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
+ }
+
+ .\32xl\:drop-shadow-md {
+ --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
+ }
+
+ .\32xl\:drop-shadow-lg {
+ --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
+ }
+
+ .\32xl\:drop-shadow-xl {
+ --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
+ }
+
+ .\32xl\:drop-shadow-2xl {
+ --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
+ }
+
+ .\32xl\:drop-shadow-none {
+ --tw-drop-shadow: drop-shadow(0 0 #0000);
+ }
+
+ .\32xl\:grayscale-0 {
+ --tw-grayscale: grayscale(0);
+ }
+
+ .\32xl\:grayscale {
+ --tw-grayscale: grayscale(100%);
+ }
+
+ .\32xl\:hue-rotate-0 {
+ --tw-hue-rotate: hue-rotate(0deg);
+ }
+
+ .\32xl\:hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(15deg);
+ }
+
+ .\32xl\:hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(30deg);
+ }
+
+ .\32xl\:hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(60deg);
+ }
+
+ .\32xl\:hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(90deg);
+ }
+
+ .\32xl\:hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(180deg);
+ }
+
+ .\32xl\:-hue-rotate-180 {
+ --tw-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .\32xl\:-hue-rotate-90 {
+ --tw-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .\32xl\:-hue-rotate-60 {
+ --tw-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .\32xl\:-hue-rotate-30 {
+ --tw-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .\32xl\:-hue-rotate-15 {
+ --tw-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .\32xl\:invert-0 {
+ --tw-invert: invert(0);
+ }
+
+ .\32xl\:invert {
+ --tw-invert: invert(100%);
+ }
+
+ .\32xl\:saturate-0 {
+ --tw-saturate: saturate(0);
+ }
+
+ .\32xl\:saturate-50 {
+ --tw-saturate: saturate(.5);
+ }
+
+ .\32xl\:saturate-100 {
+ --tw-saturate: saturate(1);
+ }
+
+ .\32xl\:saturate-150 {
+ --tw-saturate: saturate(1.5);
+ }
+
+ .\32xl\:saturate-200 {
+ --tw-saturate: saturate(2);
+ }
+
+ .\32xl\:sepia-0 {
+ --tw-sepia: sepia(0);
+ }
+
+ .\32xl\:sepia {
+ --tw-sepia: sepia(100%);
+ }
+
+ .\32xl\:backdrop-filter {
+ --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
+ --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
+ }
+
+ .\32xl\:backdrop-filter-none {
+ -webkit-backdrop-filter: none;
+ backdrop-filter: none;
+ }
+
+ .\32xl\:backdrop-brightness-0 {
+ --tw-backdrop-brightness: brightness(0);
+ }
+
+ .\32xl\:backdrop-brightness-50 {
+ --tw-backdrop-brightness: brightness(.5);
+ }
+
+ .\32xl\:backdrop-brightness-75 {
+ --tw-backdrop-brightness: brightness(.75);
+ }
+
+ .\32xl\:backdrop-brightness-90 {
+ --tw-backdrop-brightness: brightness(.9);
+ }
+
+ .\32xl\:backdrop-brightness-95 {
+ --tw-backdrop-brightness: brightness(.95);
+ }
+
+ .\32xl\:backdrop-brightness-100 {
+ --tw-backdrop-brightness: brightness(1);
+ }
+
+ .\32xl\:backdrop-brightness-105 {
+ --tw-backdrop-brightness: brightness(1.05);
+ }
+
+ .\32xl\:backdrop-brightness-110 {
+ --tw-backdrop-brightness: brightness(1.1);
+ }
+
+ .\32xl\:backdrop-brightness-125 {
+ --tw-backdrop-brightness: brightness(1.25);
+ }
+
+ .\32xl\:backdrop-brightness-150 {
+ --tw-backdrop-brightness: brightness(1.5);
+ }
+
+ .\32xl\:backdrop-brightness-200 {
+ --tw-backdrop-brightness: brightness(2);
+ }
+
+ .\32xl\:backdrop-contrast-0 {
+ --tw-backdrop-contrast: contrast(0);
+ }
+
+ .\32xl\:backdrop-contrast-50 {
+ --tw-backdrop-contrast: contrast(.5);
+ }
+
+ .\32xl\:backdrop-contrast-75 {
+ --tw-backdrop-contrast: contrast(.75);
+ }
+
+ .\32xl\:backdrop-contrast-100 {
+ --tw-backdrop-contrast: contrast(1);
+ }
+
+ .\32xl\:backdrop-contrast-125 {
+ --tw-backdrop-contrast: contrast(1.25);
+ }
+
+ .\32xl\:backdrop-contrast-150 {
+ --tw-backdrop-contrast: contrast(1.5);
+ }
+
+ .\32xl\:backdrop-contrast-200 {
+ --tw-backdrop-contrast: contrast(2);
+ }
+
+ .\32xl\:backdrop-grayscale-0 {
+ --tw-backdrop-grayscale: grayscale(0);
+ }
+
+ .\32xl\:backdrop-grayscale {
+ --tw-backdrop-grayscale: grayscale(100%);
+ }
+
+ .\32xl\:backdrop-hue-rotate-0 {
+ --tw-backdrop-hue-rotate: hue-rotate(0deg);
+ }
+
+ .\32xl\:backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(15deg);
+ }
+
+ .\32xl\:backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(30deg);
+ }
+
+ .\32xl\:backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(60deg);
+ }
+
+ .\32xl\:backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(90deg);
+ }
+
+ .\32xl\:backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(180deg);
+ }
+
+ .\32xl\:-backdrop-hue-rotate-180 {
+ --tw-backdrop-hue-rotate: hue-rotate(-180deg);
+ }
+
+ .\32xl\:-backdrop-hue-rotate-90 {
+ --tw-backdrop-hue-rotate: hue-rotate(-90deg);
+ }
+
+ .\32xl\:-backdrop-hue-rotate-60 {
+ --tw-backdrop-hue-rotate: hue-rotate(-60deg);
+ }
+
+ .\32xl\:-backdrop-hue-rotate-30 {
+ --tw-backdrop-hue-rotate: hue-rotate(-30deg);
+ }
+
+ .\32xl\:-backdrop-hue-rotate-15 {
+ --tw-backdrop-hue-rotate: hue-rotate(-15deg);
+ }
+
+ .\32xl\:backdrop-invert-0 {
+ --tw-backdrop-invert: invert(0);
+ }
+
+ .\32xl\:backdrop-invert {
+ --tw-backdrop-invert: invert(100%);
+ }
+
+ .\32xl\:backdrop-saturate-0 {
+ --tw-backdrop-saturate: saturate(0);
+ }
+
+ .\32xl\:backdrop-saturate-50 {
+ --tw-backdrop-saturate: saturate(.5);
+ }
+
+ .\32xl\:backdrop-saturate-100 {
+ --tw-backdrop-saturate: saturate(1);
+ }
+
+ .\32xl\:backdrop-saturate-150 {
+ --tw-backdrop-saturate: saturate(1.5);
+ }
+
+ .\32xl\:backdrop-saturate-200 {
+ --tw-backdrop-saturate: saturate(2);
+ }
+
+ .\32xl\:backdrop-sepia-0 {
+ --tw-backdrop-sepia: sepia(0);
+ }
+
+ .\32xl\:backdrop-sepia {
+ --tw-backdrop-sepia: sepia(100%);
+ }
}
diff --git a/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content b/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content
index 5a46ef2..f2c160f 100644
--- a/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content
+++ b/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content
@@ -1,6 +1,6 @@
/* Tailwind base - put variables under: tailwind.config.js */
-/* ! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
+/* ! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@@ -401,7 +401,7 @@ img {
/**
* Constrain images and videos to the parent width and preserve
- * their instrinsic aspect ratio.
+ * their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
diff --git a/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json b/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json
index f4a3cfa..52e8f28 100644
--- a/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json
+++ b/exampleSite/resources/_gen/assets/css/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json
@@ -1 +1 @@
-{"Target":"css/main.3492eff164a1f33e5135280b034cd4161ad18c0f19bd6e2bebe9cc385402704b.css","MediaType":"text/css","Data":{"Integrity":"sha256-NJLv8WSh8z5RNSgLA0zUFhrRjA8ZvW4r6+nMOFQCcEs="}} \ No newline at end of file
+{"Target":"css/main.ad1f99c23108ced9bd03259c7bcbbbff3096ea676fd4475cf46ea4995fd94695.css","MediaType":"text/css","Data":{"Integrity":"sha256-rR+ZwjEIztm9AyWce8u7/zCW6mdv1Edc9G6kmV/ZRpU="}} \ No newline at end of file
diff --git a/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content b/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content
index 5a46ef2..f2c160f 100644
--- a/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content
+++ b/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.content
@@ -1,6 +1,6 @@
/* Tailwind base - put variables under: tailwind.config.js */
-/* ! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */
+/* ! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@@ -401,7 +401,7 @@ img {
/**
* Constrain images and videos to the parent width and preserve
- * their instrinsic aspect ratio.
+ * their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
diff --git a/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json b/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json
index f4a3cfa..52e8f28 100644
--- a/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json
+++ b/exampleSite/resources/_gen/assets/css/hugo-product-launch/css/main.css_ebbbc9782f995663d1e47533ecb40cfc.json
@@ -1 +1 @@
-{"Target":"css/main.3492eff164a1f33e5135280b034cd4161ad18c0f19bd6e2bebe9cc385402704b.css","MediaType":"text/css","Data":{"Integrity":"sha256-NJLv8WSh8z5RNSgLA0zUFhrRjA8ZvW4r6+nMOFQCcEs="}} \ No newline at end of file
+{"Target":"css/main.ad1f99c23108ced9bd03259c7bcbbbff3096ea676fd4475cf46ea4995fd94695.css","MediaType":"text/css","Data":{"Integrity":"sha256-rR+ZwjEIztm9AyWce8u7/zCW6mdv1Edc9G6kmV/ZRpU="}} \ No newline at end of file