<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *))::before,
:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *))::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *))::before,
:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *))::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.use-tailwind:where(:not(.no-tailwind,.no-tailwind *)) {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

.use-tailwind:where(:not(.no-tailwind,.no-tailwind *)) {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]):where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h2:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h3:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h4:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h5:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h6:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
strong:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
kbd:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
samp:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
pre:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
sup:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  bottom: -0.25em;
}

sup:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
input:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
optgroup:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
select:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
textarea:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
select:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
input:where([type='button']):where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
input:where([type='reset']):where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
input:where([type='submit']):where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-inner-spin-button,
:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search']:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
dl:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
dd:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h1:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h2:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h3:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h4:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h5:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
h6:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
hr:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
figure:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
p:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
pre:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  margin: 0;
}

fieldset:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  margin: 0;
  padding: 0;
}

legend:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  padding: 0;
}

ol:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
ul:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
menu:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) input::-moz-placeholder, :where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) input::placeholder,
:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
[role="button"]:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
svg:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
video:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
canvas:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
audio:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
iframe:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
embed:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
object:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)),
video:where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])):where(.use-tailwind,.use-tailwind *):where(:not(.no-tailwind,.no-tailwind *)) {
  display: none;
}
.tw-m-auto {
  margin: auto;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-20 {
  margin-bottom: 5rem;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-h-\[100px\] {
  height: 100px;
}
.tw-h-\[55px\] {
  height: 55px;
}
.tw-min-h-64 {
  min-height: 16rem;
}
.tw-w-\[33\%\] {
  width: 33%;
}
.tw-w-full {
  width: 100%;
}
.tw-max-w-3xl {
  max-width: 48rem;
}
.tw-max-w-\[1024px\] {
  max-width: 1024px;
}
.tw-max-w-\[900px\] {
  max-width: 900px;
}
.tw-max-w-full {
  max-width: 100%;
}
.tw-cursor-default {
  cursor: default;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-flex-col {
  flex-direction: column;
}
.tw-flex-col-reverse {
  flex-direction: column-reverse;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-10 {
  gap: 2.5rem;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-14 {
  gap: 3.5rem;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.tw-space-y-3 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.tw-space-y-5 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.tw-space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-bg-\[\#661C33\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 28 51 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#85C446\] {
  --tw-bg-opacity: 1;
  background-color: rgb(133 196 70 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#daedc7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 237 199 / var(--tw-bg-opacity, 1));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-center {
  -o-object-position: center;
     object-position: center;
}
.tw-object-top {
  -o-object-position: top;
     object-position: top;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tw-pb-6 {
  padding-bottom: 1.5rem;
}
.tw-pt-0 {
  padding-top: 0px;
}
.tw-text-center {
  text-align: center;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-black {
  font-weight: 900;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-italic {
  font-style: italic;
}
.tw-leading-10 {
  line-height: 2.5rem;
}
.tw-leading-\[1px\] {
  line-height: 1px;
}
.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#0C3B57\] {
  --tw-text-opacity: 1;
  color: rgb(12 59 87 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#5c0024\] {
  --tw-text-opacity: 1;
  color: rgb(92 0 36 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#6a1d32\] {
  --tw-text-opacity: 1;
  color: rgb(106 29 50 / var(--tw-text-opacity, 1));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-no-underline {
  text-decoration-line: none;
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.font-VastShadow {
    font-family: 'Vast Shadow', cursive;
}
.text-FoodTownBrown {
  --tw-text-opacity: 1;
  color: rgb(92 0 36 / var(--tw-text-opacity, 1));
}
.bg-FoodTownBrown {
  --tw-bg-opacity: 1;
  background-color: rgb(92 0 36 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  p {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.block2025101Shadow {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}
.block2025101CardContent p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .block2025101CardContent p {
    line-height: 1.5rem;
  }
}
@keyframes tw-pulse-custom {
    25% {transform: scale(1.1);}
    75% {transform: scale(1.0);}
}
.tw-pulse-custom {
    transform:perspective(1px) translateZ(0);
}
.tw-pulse-custom:hover {
    animation-timing-function: ease-in-out;
    animation-name: tw-pulse-custom;
    animation-duration: 1s;
}
.cards2024Button {
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(137 196 81 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none;
}
.cards2024Button:hover {
  text-decoration-line: none;
}
@keyframes tw-pulse {

  50% {
    opacity: .5;
  }
}
.hover\:tw-animate-pulse:hover {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.hover\:tw-no-underline:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:tw-min-h-\[275px\] {
    min-height: 275px;
  }

  .md\:tw-w-\[45\%\] {
    width: 45%;
  }

  .md\:tw-w-\[50\%\] {
    width: 50%;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-\[repeat\(auto-fit\2c 30\%\)\] {
    grid-template-columns: repeat(auto-fit,30%);
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem;
  }

  .md\:tw-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:tw-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:tw-w-\[30\%\] {
    width: 30%;
  }

  .lg\:tw-w-\[33\%\] {
    width: 33%;
  }

  .lg\:tw-max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:tw-grid-cols-\[repeat\(auto-fit\2c 22\%\)\] {
    grid-template-columns: repeat(auto-fit,22%);
  }

  .lg\:tw-space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:tw-px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}</pre></body></html>