/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

[type="search"]::-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.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.3125rem * (1 - 0)) !important;
  margin-top: calc(0.3125rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(0.3125rem * calc(1 - 0)) !important;
  margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.3125rem * 0) !important;
  margin-bottom: calc(0.3125rem * var(--space-y-reverse)) !important;
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.3125rem * 0) !important;
  margin-right: calc(0.3125rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.3125rem * (1 - 0)) !important;
  margin-left: calc(0.3125rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(0.3125rem * calc(1 - 0)) !important;
  margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * (1 - 0)) !important;
  margin-top: calc(0.625rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(0.625rem * calc(1 - 0)) !important;
  margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * 0) !important;
  margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * 0) !important;
  margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.625rem * (1 - 0)) !important;
  margin-left: calc(0.625rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(0.625rem * calc(1 - 0)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.9615384615384615rem * (1 - 0)) !important;
  margin-top: calc(0.9615384615384615rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(0.9615384615384615rem * calc(1 - 0)) !important;
  margin-top: calc(0.9615384615384615rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.9615384615384615rem * 0) !important;
  margin-bottom: calc(0.9615384615384615rem * var(--space-y-reverse)) !important;
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.9615384615384615rem * 0) !important;
  margin-right: calc(0.9615384615384615rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.9615384615384615rem * (1 - 0)) !important;
  margin-left: calc(0.9615384615384615rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(0.9615384615384615rem * calc(1 - 0)) !important;
  margin-left: calc(0.9615384615384615rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * (1 - 0)) !important;
  margin-top: calc(1.25rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(1.25rem * calc(1 - 0)) !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * 0) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * 0) !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * (1 - 0)) !important;
  margin-left: calc(1.25rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(1.25rem * calc(1 - 0)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5625rem * (1 - 0)) !important;
  margin-top: calc(1.5625rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(1.5625rem * calc(1 - 0)) !important;
  margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5625rem * 0) !important;
  margin-bottom: calc(1.5625rem * var(--space-y-reverse)) !important;
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5625rem * 0) !important;
  margin-right: calc(1.5625rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5625rem * (1 - 0)) !important;
  margin-left: calc(1.5625rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(1.5625rem * calc(1 - 0)) !important;
  margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.875rem * (1 - 0)) !important;
  margin-top: calc(1.875rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(1.875rem * calc(1 - 0)) !important;
  margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.875rem * 0) !important;
  margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.875rem * 0) !important;
  margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.875rem * (1 - 0)) !important;
  margin-left: calc(1.875rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(1.875rem * calc(1 - 0)) !important;
  margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.1875rem * (1 - 0)) !important;
  margin-top: calc(2.1875rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(2.1875rem * calc(1 - 0)) !important;
  margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.1875rem * 0) !important;
  margin-bottom: calc(2.1875rem * var(--space-y-reverse)) !important;
}

.space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.1875rem * 0) !important;
  margin-right: calc(2.1875rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.1875rem * (1 - 0)) !important;
  margin-left: calc(2.1875rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(2.1875rem * calc(1 - 0)) !important;
  margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * (1 - 0)) !important;
  margin-top: calc(2.5rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(2.5rem * calc(1 - 0)) !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * 0) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * 0) !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * (1 - 0)) !important;
  margin-left: calc(2.5rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(2.5rem * calc(1 - 0)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-xl > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.6875rem * (1 - 0)) !important;
  margin-top: calc(4.6875rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(4.6875rem * calc(1 - 0)) !important;
  margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.6875rem * 0) !important;
  margin-bottom: calc(4.6875rem * var(--space-y-reverse)) !important;
}

.space-x-xl > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.6875rem * 0) !important;
  margin-right: calc(4.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.6875rem * (1 - 0)) !important;
  margin-left: calc(4.6875rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(4.6875rem * calc(1 - 0)) !important;
  margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.3125rem * (1 - 0)) !important;
  margin-top: calc(-0.3125rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-0.3125rem * calc(1 - 0)) !important;
  margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.3125rem * 0) !important;
  margin-bottom: calc(-0.3125rem * var(--space-y-reverse)) !important;
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.3125rem * 0) !important;
  margin-right: calc(-0.3125rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.3125rem * (1 - 0)) !important;
  margin-left: calc(-0.3125rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-0.3125rem * calc(1 - 0)) !important;
  margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * (1 - 0)) !important;
  margin-top: calc(-0.625rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-0.625rem * calc(1 - 0)) !important;
  margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * 0) !important;
  margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * 0) !important;
  margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.625rem * (1 - 0)) !important;
  margin-left: calc(-0.625rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-0.625rem * calc(1 - 0)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.96154rem * (1 - 0)) !important;
  margin-top: calc(-0.96154rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-0.96154rem * calc(1 - 0)) !important;
  margin-top: calc(-0.96154rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.96154rem * 0) !important;
  margin-bottom: calc(-0.96154rem * var(--space-y-reverse)) !important;
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.96154rem * 0) !important;
  margin-right: calc(-0.96154rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.96154rem * (1 - 0)) !important;
  margin-left: calc(-0.96154rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-0.96154rem * calc(1 - 0)) !important;
  margin-left: calc(-0.96154rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * (1 - 0)) !important;
  margin-top: calc(-1.25rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-1.25rem * calc(1 - 0)) !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * 0) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * 0) !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * (1 - 0)) !important;
  margin-left: calc(-1.25rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-1.25rem * calc(1 - 0)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5625rem * (1 - 0)) !important;
  margin-top: calc(-1.5625rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-1.5625rem * calc(1 - 0)) !important;
  margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5625rem * 0) !important;
  margin-bottom: calc(-1.5625rem * var(--space-y-reverse)) !important;
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5625rem * 0) !important;
  margin-right: calc(-1.5625rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5625rem * (1 - 0)) !important;
  margin-left: calc(-1.5625rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-1.5625rem * calc(1 - 0)) !important;
  margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.875rem * (1 - 0)) !important;
  margin-top: calc(-1.875rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-1.875rem * calc(1 - 0)) !important;
  margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.875rem * 0) !important;
  margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.875rem * 0) !important;
  margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.875rem * (1 - 0)) !important;
  margin-left: calc(-1.875rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-1.875rem * calc(1 - 0)) !important;
  margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.1875rem * (1 - 0)) !important;
  margin-top: calc(-2.1875rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-2.1875rem * calc(1 - 0)) !important;
  margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.1875rem * 0) !important;
  margin-bottom: calc(-2.1875rem * var(--space-y-reverse)) !important;
}

.-space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.1875rem * 0) !important;
  margin-right: calc(-2.1875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.1875rem * (1 - 0)) !important;
  margin-left: calc(-2.1875rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-2.1875rem * calc(1 - 0)) !important;
  margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * (1 - 0)) !important;
  margin-top: calc(-2.5rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-2.5rem * calc(1 - 0)) !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * 0) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * 0) !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * (1 - 0)) !important;
  margin-left: calc(-2.5rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-2.5rem * calc(1 - 0)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.-space-y-xl > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.6875rem * (1 - 0)) !important;
  margin-top: calc(-4.6875rem * (1 - var(--space-y-reverse))) !important;
  margin-top: calc(-4.6875rem * calc(1 - 0)) !important;
  margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.6875rem * 0) !important;
  margin-bottom: calc(-4.6875rem * var(--space-y-reverse)) !important;
}

.-space-x-xl > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.6875rem * 0) !important;
  margin-right: calc(-4.6875rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.6875rem * (1 - 0)) !important;
  margin-left: calc(-4.6875rem * (1 - var(--space-x-reverse))) !important;
  margin-left: calc(-4.6875rem * calc(1 - 0)) !important;
  margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse))) !important;
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important;
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important;
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * (1 - 0)) !important;
  border-top-width: calc(0px * (1 - var(--divide-y-reverse))) !important;
  border-top-width: calc(0px * calc(1 - 0)) !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * 0) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * 0) !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * (1 - 0)) !important;
  border-left-width: calc(0px * (1 - var(--divide-x-reverse))) !important;
  border-left-width: calc(0px * calc(1 - 0)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * (1 - 0)) !important;
  border-top-width: calc(2px * (1 - var(--divide-y-reverse))) !important;
  border-top-width: calc(2px * calc(1 - 0)) !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * 0) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * 0) !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * (1 - 0)) !important;
  border-left-width: calc(2px * (1 - var(--divide-x-reverse))) !important;
  border-left-width: calc(2px * calc(1 - 0)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * (1 - 0)) !important;
  border-top-width: calc(4px * (1 - var(--divide-y-reverse))) !important;
  border-top-width: calc(4px * calc(1 - 0)) !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * 0) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * 0) !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * (1 - 0)) !important;
  border-left-width: calc(4px * (1 - var(--divide-x-reverse))) !important;
  border-left-width: calc(4px * calc(1 - 0)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * (1 - 0)) !important;
  border-top-width: calc(8px * (1 - var(--divide-y-reverse))) !important;
  border-top-width: calc(8px * calc(1 - 0)) !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * 0) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * 0) !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * (1 - 0)) !important;
  border-left-width: calc(8px * (1 - var(--divide-x-reverse))) !important;
  border-left-width: calc(8px * calc(1 - 0)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * (1 - 0)) !important;
  border-top-width: calc(1px * (1 - var(--divide-y-reverse))) !important;
  border-top-width: calc(1px * calc(1 - 0)) !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * 0) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * 0) !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * (1 - 0)) !important;
  border-left-width: calc(1px * (1 - var(--divide-x-reverse))) !important;
  border-left-width: calc(1px * calc(1 - 0)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important;
}

.divide-primary > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #DFBBB0 !important;
  border-color: rgba(223, 187, 176, 1) !important;
  border-color: rgba(223, 187, 176, var(--divide-opacity)) !important;
}

.divide-primary-dark > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F15F4B !important;
  border-color: rgba(241, 95, 75, 1) !important;
  border-color: rgba(241, 95, 75, var(--divide-opacity)) !important;
}

.divide-primary-light > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #F3E8DA !important;
  border-color: rgba(243, 232, 218, 1) !important;
  border-color: rgba(243, 232, 218, var(--divide-opacity)) !important;
}

.divide-black > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, 1) !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.divide-white > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid !important;
}

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed !important;
}

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted !important;
}

.divide-double > :not(template) ~ :not(template) {
  border-style: double !important;
}

.divide-none > :not(template) ~ :not(template) {
  border-style: none !important;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
  --divide-opacity: 0 !important;
}

.divide-opacity-25 > :not(template) ~ :not(template) {
  --divide-opacity: 0.25 !important;
}

.divide-opacity-50 > :not(template) ~ :not(template) {
  --divide-opacity: 0.5 !important;
}

.divide-opacity-75 > :not(template) ~ :not(template) {
  --divide-opacity: 0.75 !important;
}

.divide-opacity-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1 !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:sr-only:focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus\:not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-primary {
  --bg-opacity: 1 !important;
  background-color: #DFBBB0 !important;
  background-color: rgba(223, 187, 176, 1) !important;
  background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
}

.bg-primary-dark {
  --bg-opacity: 1 !important;
  background-color: #F15F4B !important;
  background-color: rgba(241, 95, 75, 1) !important;
  background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
}

.bg-primary-light {
  --bg-opacity: 1 !important;
  background-color: #F3E8DA !important;
  background-color: rgba(243, 232, 218, 1) !important;
  background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
}

.bg-black {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:bg-primary:hover {
  --bg-opacity: 1 !important;
  background-color: #DFBBB0 !important;
  background-color: rgba(223, 187, 176, 1) !important;
  background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
}

.hover\:bg-primary-dark:hover {
  --bg-opacity: 1 !important;
  background-color: #F15F4B !important;
  background-color: rgba(241, 95, 75, 1) !important;
  background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
}

.hover\:bg-primary-light:hover {
  --bg-opacity: 1 !important;
  background-color: #F3E8DA !important;
  background-color: rgba(243, 232, 218, 1) !important;
  background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
}

.hover\:bg-black:hover {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus\:bg-primary:focus {
  --bg-opacity: 1 !important;
  background-color: #DFBBB0 !important;
  background-color: rgba(223, 187, 176, 1) !important;
  background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
}

.focus\:bg-primary-dark:focus {
  --bg-opacity: 1 !important;
  background-color: #F15F4B !important;
  background-color: rgba(241, 95, 75, 1) !important;
  background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
}

.focus\:bg-primary-light:focus {
  --bg-opacity: 1 !important;
  background-color: #F3E8DA !important;
  background-color: rgba(243, 232, 218, 1) !important;
  background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
}

.focus\:bg-black:focus {
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.from-primary {
  --gradient-from-color: #DFBBB0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
}

.from-primary-dark {
  --gradient-from-color: #F15F4B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
}

.from-primary-light {
  --gradient-from-color: #F3E8DA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
}

.from-black {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-white {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-primary {
  --gradient-via-color: #DFBBB0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
}

.via-primary-dark {
  --gradient-via-color: #F15F4B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
}

.via-primary-light {
  --gradient-via-color: #F3E8DA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
}

.via-black {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-white {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.to-primary {
  --gradient-to-color: #DFBBB0 !important;
}

.to-primary-dark {
  --gradient-to-color: #F15F4B !important;
}

.to-primary-light {
  --gradient-to-color: #F3E8DA !important;
}

.to-black {
  --gradient-to-color: #000 !important;
}

.to-white {
  --gradient-to-color: #fff !important;
}

.hover\:from-primary:hover {
  --gradient-from-color: #DFBBB0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
}

.hover\:from-primary-dark:hover {
  --gradient-from-color: #F15F4B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
}

.hover\:from-primary-light:hover {
  --gradient-from-color: #F3E8DA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
}

.hover\:from-black:hover {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-primary:hover {
  --gradient-via-color: #DFBBB0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
}

.hover\:via-primary-dark:hover {
  --gradient-via-color: #F15F4B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
}

.hover\:via-primary-light:hover {
  --gradient-via-color: #F3E8DA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
}

.hover\:via-black:hover {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:to-primary:hover {
  --gradient-to-color: #DFBBB0 !important;
}

.hover\:to-primary-dark:hover {
  --gradient-to-color: #F15F4B !important;
}

.hover\:to-primary-light:hover {
  --gradient-to-color: #F3E8DA !important;
}

.hover\:to-black:hover {
  --gradient-to-color: #000 !important;
}

.hover\:to-white:hover {
  --gradient-to-color: #fff !important;
}

.focus\:from-primary:focus {
  --gradient-from-color: #DFBBB0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
}

.focus\:from-primary-dark:focus {
  --gradient-from-color: #F15F4B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
}

.focus\:from-primary-light:focus {
  --gradient-from-color: #F3E8DA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
}

.focus\:from-black:focus {
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus {
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-primary:focus {
  --gradient-via-color: #DFBBB0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
}

.focus\:via-primary-dark:focus {
  --gradient-via-color: #F15F4B !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
}

.focus\:via-primary-light:focus {
  --gradient-via-color: #F3E8DA !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
}

.focus\:via-black:focus {
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus {
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:to-primary:focus {
  --gradient-to-color: #DFBBB0 !important;
}

.focus\:to-primary-dark:focus {
  --gradient-to-color: #F15F4B !important;
}

.focus\:to-primary-light:focus {
  --gradient-to-color: #F3E8DA !important;
}

.focus\:to-black:focus {
  --gradient-to-color: #000 !important;
}

.focus\:to-white:focus {
  --gradient-to-color: #fff !important;
}

.bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-50 {
  --bg-opacity: 0.5 !important;
}

.bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --bg-opacity: 0 !important;
}

.hover\:bg-opacity-25:hover {
  --bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-50:hover {
  --bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-75:hover {
  --bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-100:hover {
  --bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --bg-opacity: 0 !important;
}

.focus\:bg-opacity-25:focus {
  --bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-50:focus {
  --bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-75:focus {
  --bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-100:focus {
  --bg-opacity: 1 !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.border-primary {
  --border-opacity: 1 !important;
  border-color: #DFBBB0 !important;
  border-color: rgba(223, 187, 176, 1) !important;
  border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
}

.border-primary-dark {
  --border-opacity: 1 !important;
  border-color: #F15F4B !important;
  border-color: rgba(241, 95, 75, 1) !important;
  border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
}

.border-primary-light {
  --border-opacity: 1 !important;
  border-color: #F3E8DA !important;
  border-color: rgba(243, 232, 218, 1) !important;
  border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
}

.border-black {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, 1) !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.border-white {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:border-primary:hover {
  --border-opacity: 1 !important;
  border-color: #DFBBB0 !important;
  border-color: rgba(223, 187, 176, 1) !important;
  border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
}

.hover\:border-primary-dark:hover {
  --border-opacity: 1 !important;
  border-color: #F15F4B !important;
  border-color: rgba(241, 95, 75, 1) !important;
  border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
}

.hover\:border-primary-light:hover {
  --border-opacity: 1 !important;
  border-color: #F3E8DA !important;
  border-color: rgba(243, 232, 218, 1) !important;
  border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
}

.hover\:border-black:hover {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, 1) !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover\:border-white:hover {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:border-primary:focus {
  --border-opacity: 1 !important;
  border-color: #DFBBB0 !important;
  border-color: rgba(223, 187, 176, 1) !important;
  border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
}

.focus\:border-primary-dark:focus {
  --border-opacity: 1 !important;
  border-color: #F15F4B !important;
  border-color: rgba(241, 95, 75, 1) !important;
  border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
}

.focus\:border-primary-light:focus {
  --border-opacity: 1 !important;
  border-color: #F3E8DA !important;
  border-color: rgba(243, 232, 218, 1) !important;
  border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
}

.focus\:border-black:focus {
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, 1) !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus\:border-white:focus {
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.border-opacity-0 {
  --border-opacity: 0 !important;
}

.border-opacity-25 {
  --border-opacity: 0.25 !important;
}

.border-opacity-50 {
  --border-opacity: 0.5 !important;
}

.border-opacity-75 {
  --border-opacity: 0.75 !important;
}

.border-opacity-100 {
  --border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --border-opacity: 0 !important;
}

.hover\:border-opacity-25:hover {
  --border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover {
  --border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover {
  --border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover {
  --border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus {
  --border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus {
  --border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus {
  --border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus {
  --border-opacity: 1 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0 !important;
}

.border-r-0 {
  border-right-width: 0 !important;
}

.border-b-0 {
  border-bottom-width: 0 !important;
}

.border-l-0 {
  border-left-width: 0 !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.box-border {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.box-content {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.place-items-auto {
  -webkit-box-align: auto !important;
      -ms-flex-align: auto !important;
          align-items: auto !important;
  justify-items: auto !important;
  place-items: auto !important;
}

.place-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
  justify-items: start !important;
  place-items: start !important;
}

.place-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
  justify-items: end !important;
  place-items: end !important;
}

.place-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  justify-items: center !important;
  place-items: center !important;
}

.place-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  justify-items: stretch !important;
  place-items: stretch !important;
}

.place-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  place-content: center !important;
}

.place-content-start {
  -ms-flex-line-pack: start !important;
      align-content: start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  place-content: start !important;
}

.place-content-end {
  -ms-flex-line-pack: end !important;
      align-content: end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
  place-content: end !important;
}

.place-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  place-content: space-between !important;
}

.place-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  place-content: space-around !important;
}

.place-content-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  place-content: space-evenly !important;
}

.place-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
  place-content: stretch !important;
}

.place-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
  justify-self: auto !important;
  place-self: auto !important;
}

.place-self-start {
  -ms-flex-item-align: start !important;
      align-self: start !important;
  justify-self: start !important;
  place-self: start !important;
}

.place-self-end {
  -ms-flex-item-align: end !important;
      align-self: end !important;
  justify-self: end !important;
  place-self: end !important;
}

.place-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
  justify-self: center !important;
  place-self: center !important;
}

.place-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
  justify-self: stretch !important;
  place-self: stretch !important;
}

.items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important;
}

.self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.justify-items-auto {
  justify-items: auto !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-initial {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
}

.flex-none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.order-7 {
  -webkit-box-ordinal-group: 8 !important;
      -ms-flex-order: 7 !important;
          order: 7 !important;
}

.order-8 {
  -webkit-box-ordinal-group: 9 !important;
      -ms-flex-order: 8 !important;
          order: 8 !important;
}

.order-9 {
  -webkit-box-ordinal-group: 10 !important;
      -ms-flex-order: 9 !important;
          order: 9 !important;
}

.order-10 {
  -webkit-box-ordinal-group: 11 !important;
      -ms-flex-order: 10 !important;
          order: 10 !important;
}

.order-11 {
  -webkit-box-ordinal-group: 12 !important;
      -ms-flex-order: 11 !important;
          order: 11 !important;
}

.order-12 {
  -webkit-box-ordinal-group: 13 !important;
      -ms-flex-order: 12 !important;
          order: 12 !important;
}

.order-first {
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important;
}

.order-last {
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important;
}

.order-none {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.font-display {
  font-family: Tungsten A, Tungsten B, sans-serif !important;
}

.font-body {
  font-family: proxima-nova, sans-serif !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-hairline:hover {
  font-weight: 100 !important;
}

.hover\:font-thin:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.focus\:font-hairline:focus {
  font-weight: 100 !important;
}

.focus\:font-thin:focus {
  font-weight: 200 !important;
}

.focus\:font-light:focus {
  font-weight: 300 !important;
}

.focus\:font-normal:focus {
  font-weight: 400 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:font-semibold:focus {
  font-weight: 600 !important;
}

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus {
  font-weight: 800 !important;
}

.focus\:font-black:focus {
  font-weight: 900 !important;
}

.h-1 {
  height: 0.3125rem !important;
}

.h-2 {
  height: 0.625rem !important;
}

.h-3 {
  height: 0.9615384615384615rem !important;
}

.h-4 {
  height: 1.25rem !important;
}

.h-5 {
  height: 1.5625rem !important;
}

.h-6 {
  height: 1.875rem !important;
}

.h-7 {
  height: 2.1875rem !important;
}

.h-8 {
  height: 2.5rem !important;
}

.h-auto {
  height: auto !important;
}

.h-xl {
  height: 4.6875rem !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1.0625rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.75rem !important;
}

.text-4xl {
  font-size: 2rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.3 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.m-1 {
  margin: 0.3125rem !important;
}

.m-2 {
  margin: 0.625rem !important;
}

.m-3 {
  margin: 0.9615384615384615rem !important;
}

.m-4 {
  margin: 1.25rem !important;
}

.m-5 {
  margin: 1.5625rem !important;
}

.m-6 {
  margin: 1.875rem !important;
}

.m-7 {
  margin: 2.1875rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-xl {
  margin: 4.6875rem !important;
}

.-m-1 {
  margin: -0.3125rem !important;
}

.-m-2 {
  margin: -0.625rem !important;
}

.-m-3 {
  margin: -0.96154rem !important;
}

.-m-4 {
  margin: -1.25rem !important;
}

.-m-5 {
  margin: -1.5625rem !important;
}

.-m-6 {
  margin: -1.875rem !important;
}

.-m-7 {
  margin: -2.1875rem !important;
}

.-m-8 {
  margin: -2.5rem !important;
}

.-m-xl {
  margin: -4.6875rem !important;
}

.my-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.mx-1 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}

.my-2 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.mx-2 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.my-3 {
  margin-top: 0.9615384615384615rem !important;
  margin-bottom: 0.9615384615384615rem !important;
}

.mx-3 {
  margin-left: 0.9615384615384615rem !important;
  margin-right: 0.9615384615384615rem !important;
}

.my-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-4 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.mx-5 {
  margin-left: 1.5625rem !important;
  margin-right: 1.5625rem !important;
}

.my-6 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.mx-6 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

.my-7 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.mx-7 {
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important;
}

.my-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-8 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-xl {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.mx-xl {
  margin-left: 4.6875rem !important;
  margin-right: 4.6875rem !important;
}

.-my-1 {
  margin-top: -0.3125rem !important;
  margin-bottom: -0.3125rem !important;
}

.-mx-1 {
  margin-left: -0.3125rem !important;
  margin-right: -0.3125rem !important;
}

.-my-2 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.-mx-2 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.-my-3 {
  margin-top: -0.96154rem !important;
  margin-bottom: -0.96154rem !important;
}

.-mx-3 {
  margin-left: -0.96154rem !important;
  margin-right: -0.96154rem !important;
}

.-my-4 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-4 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-my-5 {
  margin-top: -1.5625rem !important;
  margin-bottom: -1.5625rem !important;
}

.-mx-5 {
  margin-left: -1.5625rem !important;
  margin-right: -1.5625rem !important;
}

.-my-6 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.-mx-6 {
  margin-left: -1.875rem !important;
  margin-right: -1.875rem !important;
}

.-my-7 {
  margin-top: -2.1875rem !important;
  margin-bottom: -2.1875rem !important;
}

.-mx-7 {
  margin-left: -2.1875rem !important;
  margin-right: -2.1875rem !important;
}

.-my-8 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-8 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-my-xl {
  margin-top: -4.6875rem !important;
  margin-bottom: -4.6875rem !important;
}

.-mx-xl {
  margin-left: -4.6875rem !important;
  margin-right: -4.6875rem !important;
}

.mt-1 {
  margin-top: 0.3125rem !important;
}

.mr-1 {
  margin-right: 0.3125rem !important;
}

.mb-1 {
  margin-bottom: 0.3125rem !important;
}

.ml-1 {
  margin-left: 0.3125rem !important;
}

.mt-2 {
  margin-top: 0.625rem !important;
}

.mr-2 {
  margin-right: 0.625rem !important;
}

.mb-2 {
  margin-bottom: 0.625rem !important;
}

.ml-2 {
  margin-left: 0.625rem !important;
}

.mt-3 {
  margin-top: 0.9615384615384615rem !important;
}

.mr-3 {
  margin-right: 0.9615384615384615rem !important;
}

.mb-3 {
  margin-bottom: 0.9615384615384615rem !important;
}

.ml-3 {
  margin-left: 0.9615384615384615rem !important;
}

.mt-4 {
  margin-top: 1.25rem !important;
}

.mr-4 {
  margin-right: 1.25rem !important;
}

.mb-4 {
  margin-bottom: 1.25rem !important;
}

.ml-4 {
  margin-left: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.5625rem !important;
}

.mr-5 {
  margin-right: 1.5625rem !important;
}

.mb-5 {
  margin-bottom: 1.5625rem !important;
}

.ml-5 {
  margin-left: 1.5625rem !important;
}

.mt-6 {
  margin-top: 1.875rem !important;
}

.mr-6 {
  margin-right: 1.875rem !important;
}

.mb-6 {
  margin-bottom: 1.875rem !important;
}

.ml-6 {
  margin-left: 1.875rem !important;
}

.mt-7 {
  margin-top: 2.1875rem !important;
}

.mr-7 {
  margin-right: 2.1875rem !important;
}

.mb-7 {
  margin-bottom: 2.1875rem !important;
}

.ml-7 {
  margin-left: 2.1875rem !important;
}

.mt-8 {
  margin-top: 2.5rem !important;
}

.mr-8 {
  margin-right: 2.5rem !important;
}

.mb-8 {
  margin-bottom: 2.5rem !important;
}

.ml-8 {
  margin-left: 2.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-xl {
  margin-top: 4.6875rem !important;
}

.mr-xl {
  margin-right: 4.6875rem !important;
}

.mb-xl {
  margin-bottom: 4.6875rem !important;
}

.ml-xl {
  margin-left: 4.6875rem !important;
}

.-mt-1 {
  margin-top: -0.3125rem !important;
}

.-mr-1 {
  margin-right: -0.3125rem !important;
}

.-mb-1 {
  margin-bottom: -0.3125rem !important;
}

.-ml-1 {
  margin-left: -0.3125rem !important;
}

.-mt-2 {
  margin-top: -0.625rem !important;
}

.-mr-2 {
  margin-right: -0.625rem !important;
}

.-mb-2 {
  margin-bottom: -0.625rem !important;
}

.-ml-2 {
  margin-left: -0.625rem !important;
}

.-mt-3 {
  margin-top: -0.96154rem !important;
}

.-mr-3 {
  margin-right: -0.96154rem !important;
}

.-mb-3 {
  margin-bottom: -0.96154rem !important;
}

.-ml-3 {
  margin-left: -0.96154rem !important;
}

.-mt-4 {
  margin-top: -1.25rem !important;
}

.-mr-4 {
  margin-right: -1.25rem !important;
}

.-mb-4 {
  margin-bottom: -1.25rem !important;
}

.-ml-4 {
  margin-left: -1.25rem !important;
}

.-mt-5 {
  margin-top: -1.5625rem !important;
}

.-mr-5 {
  margin-right: -1.5625rem !important;
}

.-mb-5 {
  margin-bottom: -1.5625rem !important;
}

.-ml-5 {
  margin-left: -1.5625rem !important;
}

.-mt-6 {
  margin-top: -1.875rem !important;
}

.-mr-6 {
  margin-right: -1.875rem !important;
}

.-mb-6 {
  margin-bottom: -1.875rem !important;
}

.-ml-6 {
  margin-left: -1.875rem !important;
}

.-mt-7 {
  margin-top: -2.1875rem !important;
}

.-mr-7 {
  margin-right: -2.1875rem !important;
}

.-mb-7 {
  margin-bottom: -2.1875rem !important;
}

.-ml-7 {
  margin-left: -2.1875rem !important;
}

.-mt-8 {
  margin-top: -2.5rem !important;
}

.-mr-8 {
  margin-right: -2.5rem !important;
}

.-mb-8 {
  margin-bottom: -2.5rem !important;
}

.-ml-8 {
  margin-left: -2.5rem !important;
}

.-mt-xl {
  margin-top: -4.6875rem !important;
}

.-mr-xl {
  margin-right: -4.6875rem !important;
}

.-mb-xl {
  margin-bottom: -4.6875rem !important;
}

.-ml-xl {
  margin-left: -4.6875rem !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen-md {
  max-width: 768px !important;
}

.max-w-screen-lg {
  max-width: 1280px !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-x8 {
  min-height: 8rem !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.p-1 {
  padding: 0.3125rem !important;
}

.p-2 {
  padding: 0.625rem !important;
}

.p-3 {
  padding: 0.9615384615384615rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.p-5 {
  padding: 1.5625rem !important;
}

.p-6 {
  padding: 1.875rem !important;
}

.p-7 {
  padding: 2.1875rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.p-xl {
  padding: 4.6875rem !important;
}

.py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.px-1 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

.py-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.px-2 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-3 {
  padding-top: 0.9615384615384615rem !important;
  padding-bottom: 0.9615384615384615rem !important;
}

.px-3 {
  padding-left: 0.9615384615384615rem !important;
  padding-right: 0.9615384615384615rem !important;
}

.py-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-4 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.px-5 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.py-6 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.px-6 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.py-7 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.px-7 {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important;
}

.py-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-8 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-xl {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.px-xl {
  padding-left: 4.6875rem !important;
  padding-right: 4.6875rem !important;
}

.pt-1 {
  padding-top: 0.3125rem !important;
}

.pr-1 {
  padding-right: 0.3125rem !important;
}

.pb-1 {
  padding-bottom: 0.3125rem !important;
}

.pl-1 {
  padding-left: 0.3125rem !important;
}

.pt-2 {
  padding-top: 0.625rem !important;
}

.pr-2 {
  padding-right: 0.625rem !important;
}

.pb-2 {
  padding-bottom: 0.625rem !important;
}

.pl-2 {
  padding-left: 0.625rem !important;
}

.pt-3 {
  padding-top: 0.9615384615384615rem !important;
}

.pr-3 {
  padding-right: 0.9615384615384615rem !important;
}

.pb-3 {
  padding-bottom: 0.9615384615384615rem !important;
}

.pl-3 {
  padding-left: 0.9615384615384615rem !important;
}

.pt-4 {
  padding-top: 1.25rem !important;
}

.pr-4 {
  padding-right: 1.25rem !important;
}

.pb-4 {
  padding-bottom: 1.25rem !important;
}

.pl-4 {
  padding-left: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.5625rem !important;
}

.pr-5 {
  padding-right: 1.5625rem !important;
}

.pb-5 {
  padding-bottom: 1.5625rem !important;
}

.pl-5 {
  padding-left: 1.5625rem !important;
}

.pt-6 {
  padding-top: 1.875rem !important;
}

.pr-6 {
  padding-right: 1.875rem !important;
}

.pb-6 {
  padding-bottom: 1.875rem !important;
}

.pl-6 {
  padding-left: 1.875rem !important;
}

.pt-7 {
  padding-top: 2.1875rem !important;
}

.pr-7 {
  padding-right: 2.1875rem !important;
}

.pb-7 {
  padding-bottom: 2.1875rem !important;
}

.pl-7 {
  padding-left: 2.1875rem !important;
}

.pt-8 {
  padding-top: 2.5rem !important;
}

.pr-8 {
  padding-right: 2.5rem !important;
}

.pb-8 {
  padding-bottom: 2.5rem !important;
}

.pl-8 {
  padding-left: 2.5rem !important;
}

.pt-xl {
  padding-top: 4.6875rem !important;
}

.pr-xl {
  padding-right: 4.6875rem !important;
}

.pb-xl {
  padding-bottom: 4.6875rem !important;
}

.pl-xl {
  padding-left: 4.6875rem !important;
}

.placeholder-primary::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.placeholder-primary::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.placeholder-primary:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.placeholder-primary::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.placeholder-primary::placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.placeholder-primary-dark::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.placeholder-primary-light::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.placeholder-black::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-white::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-dark:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-light:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-webkit-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-webkit-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-webkit-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --placeholder-opacity: 1 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-1 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-2 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.inset-3 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.inset-4 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.inset-1\/3 {
  top: 33% !important;
  right: 33% !important;
  bottom: 33% !important;
  left: 33% !important;
}

.inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

.inset-y-1 {
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-x-1 {
  right: 1rem !important;
  left: 1rem !important;
}

.inset-y-2 {
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-x-2 {
  right: 2rem !important;
  left: 2rem !important;
}

.inset-y-3 {
  top: 3rem !important;
  bottom: 3rem !important;
}

.inset-x-3 {
  right: 3rem !important;
  left: 3rem !important;
}

.inset-y-4 {
  top: 4rem !important;
  bottom: 4rem !important;
}

.inset-x-4 {
  right: 4rem !important;
  left: 4rem !important;
}

.inset-y-1\/3 {
  top: 33% !important;
  bottom: 33% !important;
}

.inset-x-1\/3 {
  right: 33% !important;
  left: 33% !important;
}

.inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-x-1\/2 {
  right: 50% !important;
  left: 50% !important;
}

.top-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.left-0 {
  left: 0 !important;
}

.top-1 {
  top: 1rem !important;
}

.right-1 {
  right: 1rem !important;
}

.bottom-1 {
  bottom: 1rem !important;
}

.left-1 {
  left: 1rem !important;
}

.top-2 {
  top: 2rem !important;
}

.right-2 {
  right: 2rem !important;
}

.bottom-2 {
  bottom: 2rem !important;
}

.left-2 {
  left: 2rem !important;
}

.top-3 {
  top: 3rem !important;
}

.right-3 {
  right: 3rem !important;
}

.bottom-3 {
  bottom: 3rem !important;
}

.left-3 {
  left: 3rem !important;
}

.top-4 {
  top: 4rem !important;
}

.right-4 {
  right: 4rem !important;
}

.bottom-4 {
  bottom: 4rem !important;
}

.left-4 {
  left: 4rem !important;
}

.top-1\/3 {
  top: 33% !important;
}

.right-1\/3 {
  right: 33% !important;
}

.bottom-1\/3 {
  bottom: 33% !important;
}

.left-1\/3 {
  left: 33% !important;
}

.top-1\/2 {
  top: 50% !important;
}

.right-1\/2 {
  right: 50% !important;
}

.bottom-1\/2 {
  bottom: 50% !important;
}

.left-1\/2 {
  left: 50% !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.shadow-xs {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hover\:shadow-xs:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus\:shadow-xs:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-primary {
  --text-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--text-opacity)) !important;
}

.text-primary-dark {
  --text-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--text-opacity)) !important;
}

.text-primary-light {
  --text-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--text-opacity)) !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-primary:hover {
  --text-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--text-opacity)) !important;
}

.hover\:text-primary-dark:hover {
  --text-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--text-opacity)) !important;
}

.hover\:text-primary-light:hover {
  --text-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--text-opacity)) !important;
}

.hover\:text-black:hover {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-primary:focus {
  --text-opacity: 1 !important;
  color: #DFBBB0 !important;
  color: rgba(223, 187, 176, 1) !important;
  color: rgba(223, 187, 176, var(--text-opacity)) !important;
}

.focus\:text-primary-dark:focus {
  --text-opacity: 1 !important;
  color: #F15F4B !important;
  color: rgba(241, 95, 75, 1) !important;
  color: rgba(241, 95, 75, var(--text-opacity)) !important;
}

.focus\:text-primary-light:focus {
  --text-opacity: 1 !important;
  color: #F3E8DA !important;
  color: rgba(243, 232, 218, 1) !important;
  color: rgba(243, 232, 218, var(--text-opacity)) !important;
}

.focus\:text-black:focus {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-white:focus {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-opacity-0 {
  --text-opacity: 0 !important;
}

.text-opacity-25 {
  --text-opacity: 0.25 !important;
}

.text-opacity-50 {
  --text-opacity: 0.5 !important;
}

.text-opacity-75 {
  --text-opacity: 0.75 !important;
}

.text-opacity-100 {
  --text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --text-opacity: 0 !important;
}

.hover\:text-opacity-25:hover {
  --text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover {
  --text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover {
  --text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover {
  --text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus {
  --text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus {
  --text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus {
  --text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus {
  --text-opacity: 1 !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.line-through {
  -webkit-text-decoration: line-through !important;
  text-decoration: line-through !important;
}

.no-underline {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.hover\:underline:hover {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  -webkit-text-decoration: line-through !important;
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.focus\:underline:focus {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  -webkit-text-decoration: line-through !important;
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  -webkit-font-feature-settings: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
          font-feature-settings: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
  -webkit-font-feature-settings: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
          font-feature-settings: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  font-variant-numeric: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums {
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
  font-variant-numeric: normal !important;
}

.ordinal {
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  word-wrap: normal !important;
  word-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  word-wrap: break-word !important;
  word-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-1 {
  width: 0.3125rem !important;
}

.w-2 {
  width: 0.625rem !important;
}

.w-3 {
  width: 0.9615384615384615rem !important;
}

.w-4 {
  width: 1.25rem !important;
}

.w-5 {
  width: 1.5625rem !important;
}

.w-6 {
  width: 1.875rem !important;
}

.w-7 {
  width: 2.1875rem !important;
}

.w-8 {
  width: 2.5rem !important;
}

.w-auto {
  width: auto !important;
}

.w-xl {
  width: 4.6875rem !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.-z-1 {
  z-index: -1 !important;
}

.gap-1 {
  grid-gap: 0.3125rem !important;
  gap: 0.3125rem !important;
}

.gap-2 {
  grid-gap: 0.625rem !important;
  gap: 0.625rem !important;
}

.gap-3 {
  grid-gap: 0.9615384615384615rem !important;
  gap: 0.9615384615384615rem !important;
}

.gap-4 {
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-5 {
  grid-gap: 1.5625rem !important;
  gap: 1.5625rem !important;
}

.gap-6 {
  grid-gap: 1.875rem !important;
  gap: 1.875rem !important;
}

.gap-7 {
  grid-gap: 2.1875rem !important;
  gap: 2.1875rem !important;
}

.gap-8 {
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-xl {
  grid-gap: 4.6875rem !important;
  gap: 4.6875rem !important;
}

.col-gap-1 {
  grid-column-gap: 0.3125rem !important;
  -webkit-column-gap: 0.3125rem !important;
     -moz-column-gap: 0.3125rem !important;
          column-gap: 0.3125rem !important;
}

.col-gap-2 {
  grid-column-gap: 0.625rem !important;
  -webkit-column-gap: 0.625rem !important;
     -moz-column-gap: 0.625rem !important;
          column-gap: 0.625rem !important;
}

.col-gap-3 {
  grid-column-gap: 0.9615384615384615rem !important;
  -webkit-column-gap: 0.9615384615384615rem !important;
     -moz-column-gap: 0.9615384615384615rem !important;
          column-gap: 0.9615384615384615rem !important;
}

.col-gap-4 {
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.col-gap-5 {
  grid-column-gap: 1.5625rem !important;
  -webkit-column-gap: 1.5625rem !important;
     -moz-column-gap: 1.5625rem !important;
          column-gap: 1.5625rem !important;
}

.col-gap-6 {
  grid-column-gap: 1.875rem !important;
  -webkit-column-gap: 1.875rem !important;
     -moz-column-gap: 1.875rem !important;
          column-gap: 1.875rem !important;
}

.col-gap-7 {
  grid-column-gap: 2.1875rem !important;
  -webkit-column-gap: 2.1875rem !important;
     -moz-column-gap: 2.1875rem !important;
          column-gap: 2.1875rem !important;
}

.col-gap-8 {
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.col-gap-xl {
  grid-column-gap: 4.6875rem !important;
  -webkit-column-gap: 4.6875rem !important;
     -moz-column-gap: 4.6875rem !important;
          column-gap: 4.6875rem !important;
}

.gap-x-1 {
  grid-column-gap: 0.3125rem !important;
  -webkit-column-gap: 0.3125rem !important;
     -moz-column-gap: 0.3125rem !important;
          column-gap: 0.3125rem !important;
}

.gap-x-2 {
  grid-column-gap: 0.625rem !important;
  -webkit-column-gap: 0.625rem !important;
     -moz-column-gap: 0.625rem !important;
          column-gap: 0.625rem !important;
}

.gap-x-3 {
  grid-column-gap: 0.9615384615384615rem !important;
  -webkit-column-gap: 0.9615384615384615rem !important;
     -moz-column-gap: 0.9615384615384615rem !important;
          column-gap: 0.9615384615384615rem !important;
}

.gap-x-4 {
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
     -moz-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.gap-x-5 {
  grid-column-gap: 1.5625rem !important;
  -webkit-column-gap: 1.5625rem !important;
     -moz-column-gap: 1.5625rem !important;
          column-gap: 1.5625rem !important;
}

.gap-x-6 {
  grid-column-gap: 1.875rem !important;
  -webkit-column-gap: 1.875rem !important;
     -moz-column-gap: 1.875rem !important;
          column-gap: 1.875rem !important;
}

.gap-x-7 {
  grid-column-gap: 2.1875rem !important;
  -webkit-column-gap: 2.1875rem !important;
     -moz-column-gap: 2.1875rem !important;
          column-gap: 2.1875rem !important;
}

.gap-x-8 {
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
     -moz-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.gap-x-xl {
  grid-column-gap: 4.6875rem !important;
  -webkit-column-gap: 4.6875rem !important;
     -moz-column-gap: 4.6875rem !important;
          column-gap: 4.6875rem !important;
}

.row-gap-1 {
  grid-row-gap: 0.3125rem !important;
  row-gap: 0.3125rem !important;
}

.row-gap-2 {
  grid-row-gap: 0.625rem !important;
  row-gap: 0.625rem !important;
}

.row-gap-3 {
  grid-row-gap: 0.9615384615384615rem !important;
  row-gap: 0.9615384615384615rem !important;
}

.row-gap-4 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-5 {
  grid-row-gap: 1.5625rem !important;
  row-gap: 1.5625rem !important;
}

.row-gap-6 {
  grid-row-gap: 1.875rem !important;
  row-gap: 1.875rem !important;
}

.row-gap-7 {
  grid-row-gap: 2.1875rem !important;
  row-gap: 2.1875rem !important;
}

.row-gap-8 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-xl {
  grid-row-gap: 4.6875rem !important;
  row-gap: 4.6875rem !important;
}

.gap-y-1 {
  grid-row-gap: 0.3125rem !important;
  row-gap: 0.3125rem !important;
}

.gap-y-2 {
  grid-row-gap: 0.625rem !important;
  row-gap: 0.625rem !important;
}

.gap-y-3 {
  grid-row-gap: 0.9615384615384615rem !important;
  row-gap: 0.9615384615384615rem !important;
}

.gap-y-4 {
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.gap-y-5 {
  grid-row-gap: 1.5625rem !important;
  row-gap: 1.5625rem !important;
}

.gap-y-6 {
  grid-row-gap: 1.875rem !important;
  row-gap: 1.875rem !important;
}

.gap-y-7 {
  grid-row-gap: 2.1875rem !important;
  row-gap: 2.1875rem !important;
}

.gap-y-8 {
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.gap-y-xl {
  grid-row-gap: 4.6875rem !important;
  row-gap: 4.6875rem !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.col-auto {
  grid-column: auto !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.col-span-full {
  grid-column: 1 / -1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.auto-rows-auto {
  grid-auto-rows: auto !important;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.row-span-full {
  grid-row: 1 / -1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -webkit-transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
          transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.transform-none {
  -webkit-transform: none !important;
          transform: none !important;
}

.origin-center {
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}

.origin-top {
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}

.origin-top-right {
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important;
}

.origin-right {
  -webkit-transform-origin: right !important;
          transform-origin: right !important;
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important;
}

.origin-bottom {
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important;
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important;
}

.origin-left {
  -webkit-transform-origin: left !important;
          transform-origin: left !important;
}

.origin-top-left {
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important;
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0 {
  --transform-scale-x: 0 !important;
}

.scale-x-50 {
  --transform-scale-x: .5 !important;
}

.scale-x-75 {
  --transform-scale-x: .75 !important;
}

.scale-x-90 {
  --transform-scale-x: .9 !important;
}

.scale-x-95 {
  --transform-scale-x: .95 !important;
}

.scale-x-100 {
  --transform-scale-x: 1 !important;
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important;
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important;
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important;
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important;
}

.scale-y-0 {
  --transform-scale-y: 0 !important;
}

.scale-y-50 {
  --transform-scale-y: .5 !important;
}

.scale-y-75 {
  --transform-scale-y: .75 !important;
}

.scale-y-90 {
  --transform-scale-y: .9 !important;
}

.scale-y-95 {
  --transform-scale-y: .95 !important;
}

.scale-y-100 {
  --transform-scale-y: 1 !important;
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important;
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important;
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important;
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5 !important;
}

.rotate-0 {
  --transform-rotate: 0 !important;
}

.rotate-1 {
  --transform-rotate: 1deg !important;
}

.rotate-2 {
  --transform-rotate: 2deg !important;
}

.rotate-3 {
  --transform-rotate: 3deg !important;
}

.rotate-6 {
  --transform-rotate: 6deg !important;
}

.rotate-12 {
  --transform-rotate: 12deg !important;
}

.rotate-45 {
  --transform-rotate: 45deg !important;
}

.rotate-90 {
  --transform-rotate: 90deg !important;
}

.rotate-180 {
  --transform-rotate: 180deg !important;
}

.-rotate-180 {
  --transform-rotate: -180deg !important;
}

.-rotate-90 {
  --transform-rotate: -90deg !important;
}

.-rotate-45 {
  --transform-rotate: -45deg !important;
}

.-rotate-12 {
  --transform-rotate: -12deg !important;
}

.-rotate-6 {
  --transform-rotate: -6deg !important;
}

.-rotate-3 {
  --transform-rotate: -3deg !important;
}

.-rotate-2 {
  --transform-rotate: -2deg !important;
}

.-rotate-1 {
  --transform-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important;
}

.hover\:rotate-1:hover {
  --transform-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --transform-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --transform-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --transform-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --transform-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --transform-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --transform-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --transform-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --transform-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --transform-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important;
}

.focus\:rotate-1:focus {
  --transform-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --transform-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --transform-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --transform-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --transform-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --transform-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --transform-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --transform-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --transform-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --transform-rotate: -1deg !important;
}

.translate-x-1 {
  --transform-translate-x: 0.3125rem !important;
}

.translate-x-2 {
  --transform-translate-x: 0.625rem !important;
}

.translate-x-3 {
  --transform-translate-x: 0.9615384615384615rem !important;
}

.translate-x-4 {
  --transform-translate-x: 1.25rem !important;
}

.translate-x-5 {
  --transform-translate-x: 1.5625rem !important;
}

.translate-x-6 {
  --transform-translate-x: 1.875rem !important;
}

.translate-x-7 {
  --transform-translate-x: 2.1875rem !important;
}

.translate-x-8 {
  --transform-translate-x: 2.5rem !important;
}

.translate-x-xl {
  --transform-translate-x: 4.6875rem !important;
}

.-translate-x-1 {
  --transform-translate-x: -0.3125rem !important;
}

.-translate-x-2 {
  --transform-translate-x: -0.625rem !important;
}

.-translate-x-3 {
  --transform-translate-x: -0.96154rem !important;
}

.-translate-x-4 {
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-5 {
  --transform-translate-x: -1.5625rem !important;
}

.-translate-x-6 {
  --transform-translate-x: -1.875rem !important;
}

.-translate-x-7 {
  --transform-translate-x: -2.1875rem !important;
}

.-translate-x-8 {
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-xl {
  --transform-translate-x: -4.6875rem !important;
}

.-translate-x-full {
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2 {
  --transform-translate-x: 50% !important;
}

.translate-x-full {
  --transform-translate-x: 100% !important;
}

.translate-y-1 {
  --transform-translate-y: 0.3125rem !important;
}

.translate-y-2 {
  --transform-translate-y: 0.625rem !important;
}

.translate-y-3 {
  --transform-translate-y: 0.9615384615384615rem !important;
}

.translate-y-4 {
  --transform-translate-y: 1.25rem !important;
}

.translate-y-5 {
  --transform-translate-y: 1.5625rem !important;
}

.translate-y-6 {
  --transform-translate-y: 1.875rem !important;
}

.translate-y-7 {
  --transform-translate-y: 2.1875rem !important;
}

.translate-y-8 {
  --transform-translate-y: 2.5rem !important;
}

.translate-y-xl {
  --transform-translate-y: 4.6875rem !important;
}

.-translate-y-1 {
  --transform-translate-y: -0.3125rem !important;
}

.-translate-y-2 {
  --transform-translate-y: -0.625rem !important;
}

.-translate-y-3 {
  --transform-translate-y: -0.96154rem !important;
}

.-translate-y-4 {
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-5 {
  --transform-translate-y: -1.5625rem !important;
}

.-translate-y-6 {
  --transform-translate-y: -1.875rem !important;
}

.-translate-y-7 {
  --transform-translate-y: -2.1875rem !important;
}

.-translate-y-8 {
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-xl {
  --transform-translate-y: -4.6875rem !important;
}

.-translate-y-full {
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2 {
  --transform-translate-y: 50% !important;
}

.translate-y-full {
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.3125rem !important;
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.625rem !important;
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.9615384615384615rem !important;
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.5625rem !important;
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.875rem !important;
}

.hover\:translate-x-7:hover {
  --transform-translate-x: 2.1875rem !important;
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-xl:hover {
  --transform-translate-x: 4.6875rem !important;
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.3125rem !important;
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.625rem !important;
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.96154rem !important;
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.5625rem !important;
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.875rem !important;
}

.hover\:-translate-x-7:hover {
  --transform-translate-x: -2.1875rem !important;
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-xl:hover {
  --transform-translate-x: -4.6875rem !important;
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.3125rem !important;
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.625rem !important;
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.9615384615384615rem !important;
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.5625rem !important;
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.875rem !important;
}

.hover\:translate-y-7:hover {
  --transform-translate-y: 2.1875rem !important;
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-xl:hover {
  --transform-translate-y: 4.6875rem !important;
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.3125rem !important;
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.625rem !important;
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.96154rem !important;
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.5625rem !important;
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.875rem !important;
}

.hover\:-translate-y-7:hover {
  --transform-translate-y: -2.1875rem !important;
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-xl:hover {
  --transform-translate-y: -4.6875rem !important;
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.3125rem !important;
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.625rem !important;
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.9615384615384615rem !important;
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.5625rem !important;
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.875rem !important;
}

.focus\:translate-x-7:focus {
  --transform-translate-x: 2.1875rem !important;
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-xl:focus {
  --transform-translate-x: 4.6875rem !important;
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.3125rem !important;
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.625rem !important;
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.96154rem !important;
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.5625rem !important;
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.875rem !important;
}

.focus\:-translate-x-7:focus {
  --transform-translate-x: -2.1875rem !important;
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-xl:focus {
  --transform-translate-x: -4.6875rem !important;
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.3125rem !important;
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.625rem !important;
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.9615384615384615rem !important;
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.5625rem !important;
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.875rem !important;
}

.focus\:translate-y-7:focus {
  --transform-translate-y: 2.1875rem !important;
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-xl:focus {
  --transform-translate-y: 4.6875rem !important;
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.3125rem !important;
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.625rem !important;
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.96154rem !important;
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.5625rem !important;
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.875rem !important;
}

.focus\:-translate-y-7:focus {
  --transform-translate-y: -2.1875rem !important;
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-xl:focus {
  --transform-translate-y: -4.6875rem !important;
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important;
}

.skew-x-0 {
  --transform-skew-x: 0 !important;
}

.skew-x-1 {
  --transform-skew-x: 1deg !important;
}

.skew-x-2 {
  --transform-skew-x: 2deg !important;
}

.skew-x-3 {
  --transform-skew-x: 3deg !important;
}

.skew-x-6 {
  --transform-skew-x: 6deg !important;
}

.skew-x-12 {
  --transform-skew-x: 12deg !important;
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important;
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important;
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important;
}

.-skew-x-2 {
  --transform-skew-x: -2deg !important;
}

.-skew-x-1 {
  --transform-skew-x: -1deg !important;
}

.skew-y-0 {
  --transform-skew-y: 0 !important;
}

.skew-y-1 {
  --transform-skew-y: 1deg !important;
}

.skew-y-2 {
  --transform-skew-y: 2deg !important;
}

.skew-y-3 {
  --transform-skew-y: 3deg !important;
}

.skew-y-6 {
  --transform-skew-y: 6deg !important;
}

.skew-y-12 {
  --transform-skew-y: 12deg !important;
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important;
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important;
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important;
}

.-skew-y-2 {
  --transform-skew-y: -2deg !important;
}

.-skew-y-1 {
  --transform-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-1:hover {
  --transform-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --transform-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --transform-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --transform-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --transform-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-1:hover {
  --transform-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --transform-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --transform-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --transform-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --transform-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-1:focus {
  --transform-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --transform-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --transform-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --transform-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --transform-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-1:focus {
  --transform-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --transform-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --transform-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --transform-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --transform-skew-y: -1deg !important;
}

.transition-none {
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.transition-all {
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
}

.transition-transform {
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.ease-linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75 {
  -webkit-transition-duration: 75ms !important;
          transition-duration: 75ms !important;
}

.duration-100 {
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}

.duration-150 {
  -webkit-transition-duration: 150ms !important;
          transition-duration: 150ms !important;
}

.duration-200 {
  -webkit-transition-duration: 200ms !important;
          transition-duration: 200ms !important;
}

.duration-300 {
  -webkit-transition-duration: 300ms !important;
          transition-duration: 300ms !important;
}

.duration-500 {
  -webkit-transition-duration: 500ms !important;
          transition-duration: 500ms !important;
}

.duration-700 {
  -webkit-transition-duration: 700ms !important;
          transition-duration: 700ms !important;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important;
}

.delay-75 {
  -webkit-transition-delay: 75ms !important;
          transition-delay: 75ms !important;
}

.delay-100 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay-150 {
  -webkit-transition-delay: 150ms !important;
          transition-delay: 150ms !important;
}

.delay-200 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay-300 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay-500 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay-700 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay-1000 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

p{
  margin-top:0;
  margin-bottom:.9375rem
}

p:last-child{
  margin-bottom:0
}

.container-lg{
  max-width:1240px
}

.entry-content ul,.entry-content ol,footer ul,footer ol{
  list-style:disc outside none;
  list-style:initial;
  margin:0;
  margin:initial;
  padding-left:1em
}

.entry-content ul li,.entry-content ol li,footer ul li,footer ol li{
  margin:10px 0
}

.entry-content ol,footer ol{
  list-style-type:decimal
}

.entry-content ol ol,footer ol ol{
  list-style-type:lower-latin
}

.entry-content a:not(.button),footer a:not(.button){
  color:#f15f4b;
  -webkit-text-decoration:underline;
  text-decoration:underline
}

.entry-content a:not(.button):hover,footer a:not(.button):hover{
  color:#000;
  -webkit-text-decoration:none;
  text-decoration:none
}

input[type=button],input[type=reset],.button{
  font-weight: 700;
  font-family: Tungsten A, Tungsten B, sans-serif;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position:relative;
  -webkit-text-decoration:none;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#f15f4b;
  color:#f3e8da
}

input[type=button]:hover,input[type=reset]:hover,.button:hover{
  background:#f3e8da;
  color:#f15f4b
}

.button--primary{
  font-size: 1.125rem
}

@media(min-width: 768px){
  .button--primary{
    font-size: 1.25rem
  }
}

input,select,textarea{
  font-size:16px;
  width:100%;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border:none;
  margin:0;
  color:#000
}

legend{
  float:left;
  width:100%
}

legend+*{
  clear:left
}

select,textarea,input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url]{
  border:none;
  background-color:color-var(--form-fields__common__background-color);
  padding:10px
}

select::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder{
  color:#000;
  opacity:.5
}

select:-moz-placeholder,textarea:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=url]:-moz-placeholder{
  color:#000;
  opacity:.5
}

select::-ms-placeholder,textarea::-ms-placeholder,input[type=date]::-ms-placeholder,input[type=datetime-local]::-ms-placeholder,input[type=email]::-ms-placeholder,input[type=number]::-ms-placeholder,input[type=password]::-ms-placeholder,input[type=search]::-ms-placeholder,input[type=tel]::-ms-placeholder,input[type=text]::-ms-placeholder,input[type=time]::-ms-placeholder,input[type=url]::-ms-placeholder{
  color:#000;
  opacity:.5
}

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder{
  color:#000;
  opacity:.5
}

select::-moz-placeholder, textarea::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder{
  color:#000;
  opacity:.5
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder{
  color:#000;
  opacity:.5
}

select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder{
  color:#000;
  opacity:.5
}

select::placeholder,textarea::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder{
  color:#000;
  opacity:.5
}

input[type=radio],input[type=checkbox]{
  vertical-align:middle;
  border:none;
  width:24px;
  height:24px;
  background:#fff
}

input[type=radio]:checked,input[type=checkbox]:checked{
  background:#000
}

input[type=radio]+label,input[type=checkbox]+label{
  display:inline;
  margin:0;
  padding:0 0 0 .5em;
  line-height:1;
  text-align:left;
  vertical-align:middle;
  color:#f3e8da
}

input[type=radio]{
  border-radius:50%
}

input[type=button],input[type=reset]{
  width:auto
}

input[type=submit]{
  width:auto;
  background:#f3e8da;
  color:#f15f4b;
  cursor:pointer
}

input[type=submit]:hover{
  background:rgba(243,232,218,.75)
}

textarea{
  resize:none;
  height:8em
}

select[multiple]:focus option:checked{
  background:#000 -webkit-gradient(linear, left bottom, left top, from(#000), to(#000));
  background:#000 linear-gradient(0deg, #000 0%, #000 100%)
}

select::-ms-expand{
  display:none
}

.gform_title,.heading{
  font-family: Tungsten A, Tungsten B, sans-serif;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-transform:uppercase;
  font-weight:bold
}

.heading--medium{
  font-size: 1.25rem
}

@media(min-width: 768px){
  .heading--medium{
    font-size: 2rem
  }
}

.gform_title,.heading--xlarge{
  font-size: 2rem
}

@media(min-width: 768px){
  .gform_title,.heading--xlarge{
    font-size: 4rem
  }
}

a{
  -webkit-text-decoration:underline;
  text-decoration:underline
}

.additional-content__column{
  -webkit-box-flex:1;
      -ms-flex:1 0 50%;
          flex:1 0 50%
}

.additional-content__inset-img{
  padding:30px;
  width:400px
}

.animated-text--hide{
  display:none
}

.callouts span{
  --text-opacity: 1;
  color: #F15F4B;
  color: rgba(241, 95, 75, 1);
  color: rgba(241, 95, 75, var(--text-opacity))
}

.city{
  -webkit-text-decoration:none;
  text-decoration:none
}

.city__btn-wrap{
  -webkit-transition:padding 100ms;
  transition:padding 100ms
}

.city:hover .city__btn{
  width: 1.875rem !important;
  height: 1.875rem !important;
  --bg-opacity: 1 !important;
  background-color: #F15F4B !important;
  background-color: rgba(241, 95, 75, 1) !important;
  background-color: rgba(241, 95, 75, var(--bg-opacity)) !important
}

.city:hover .city__btn-wrap{
  padding:.5rem !important
}

.city:hover .city__image img{
  -webkit-transform:scale3d(1.1, 1.1, 1.1);
          transform:scale3d(1.1, 1.1, 1.1)
}

.modal{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  z-index:9999;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:none;
  -webkit-transform:translateY(-100%);
          transform:translateY(-100%);
  opacity:0
}

.modal--open{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-transform:translateY(0);
          transform:translateY(0);
  opacity:1;
  -webkit-transition:opacity .5s;
  transition:opacity .5s
}

.modal--box{
  background:rgba(0,0,0,.9)
}

@media(min-width: 768px){
  .modal--box{
    padding:10vh 0
  }
}

.modal__container{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-flow:column wrap;
          flex-flow:column wrap;
  width:100%;
  padding:1rem;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  pointer-events:auto;
  overflow-y:auto;
  --bg-opacity: 1;
  background-color: #F15F4B;
  background-color: rgba(241, 95, 75, 1);
  background-color: rgba(241, 95, 75, var(--bg-opacity))
}

@media(min-width: 768px){
  .modal__container{
    padding:3rem
  }
}

.modal--box .modal__container{
  --bg-opacity: 1;
  background-color: #F15F4B;
  background-color: rgba(241, 95, 75, 1);
  background-color: rgba(241, 95, 75, var(--bg-opacity));
  border-radius:0
}

@media(min-width: 768px){
  .modal--box .modal__container{
    width:80%;
    max-width:980px;
    height:auto;
    margin:auto
  }
}

.modal__container::-webkit-scrollbar{
  display:none
}

.modal__content{
  width:100%;
  max-width:980px;
  text-align:center;
  margin:auto
}

.modal__close{
  background:none;
  border:0;
  padding:0;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  position:absolute;
  z-index:1;
  top:1rem;
  right:1rem;
  height:2rem;
  width:2rem;
  line-height:2rem;
  font-size:2rem;
  color:#f3e8da;
  text-align:center;
  overflow:hidden
}

.modal__close:hover,.modal__close:active,.modal__close:active:hover{
  background:none
}

.modal__close:hover,.modal__close:active,.modal__close:focus{
  color:#f3e8da
}

.modal--blockdismiss .modal__close{
  opacity:0;
  pointer-events:none
}

.gform_body{
  text-align:left
}

.gform_heading{
  margin-bottom:20px
}

.gform_title{
  --text-opacity: 1;
  color: #F3E8DA;
  color: rgba(243, 232, 218, 1);
  color: rgba(243, 232, 218, var(--text-opacity));
  margin-bottom:0
}

.gform_required_legend,.gform_description{
  --text-opacity: 1;
  color: #F3E8DA;
  color: rgba(243, 232, 218, 1);
  color: rgba(243, 232, 218, var(--text-opacity))
}

.gform_confirmation_message{
  --text-opacity: 1;
  color: #F3E8DA;
  color: rgba(243, 232, 218, 1);
  color: rgba(243, 232, 218, var(--text-opacity))
}

.gform_wrapper ul{
  padding-left:0;
  list-style:none
}

.gform_wrapper input[type=date],.gform_wrapper input[type=datetime-local],.gform_wrapper input[type=email],.gform_wrapper input[type=number],.gform_wrapper input[type=password],.gform_wrapper input[type=search],.gform_wrapper input[type=tel],.gform_wrapper input[type=text],.gform_wrapper input[type=time],.gform_wrapper input[type=url]{
  width:100%
}

.gform_wrapper textarea,.gform_wrapper select{
  width:100%
}

.gform_wrapper .gform-field-label--type-sub{
  display:none
}

.gform_wrapper .gfield{
  margin-bottom:20px
}

.gform_wrapper .gfield .instruction,.gform_wrapper .gfield_label{
  --text-opacity: 1;
  color: #F3E8DA;
  color: rgba(243, 232, 218, 1);
  color: rgba(243, 232, 218, var(--text-opacity));
  font-size:16px
}

.gform_wrapper .gfield_radio>li,.gform_wrapper .gfield_checkbox>li{
  margin-bottom:20px
}

.gform_wrapper .gfield_radio>li:last-child,.gform_wrapper .gfield_checkbox>li:last-child{
  margin-bottom:0
}

.gform_wrapper .gfield_time_hour input+i{
  display:none
}

.gform_wrapper .gform_validation_container{
  display:none !important;
  position:absolute !important;
  left:-9000px
}

.gform_wrapper .gform_validation_errors{
  font-size:12px;
  margin-bottom:10px
}

.gform_wrapper .gform_required_legend{
  font-size:14px
}

.gform_wrapper .ginput_complex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-flow:row wrap;
          flex-flow:row wrap;
  width:100%
}

@media(min-width: 768px){
  .gform_wrapper .ginput_complex{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-flow:row nowrap;
            flex-flow:row nowrap
  }
}

.gform_wrapper .ginput_complex>span{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-flow:column;
          flex-flow:column;
  width:inherit;
  margin-bottom:20px
}

@media(min-width: 768px){
  .gform_wrapper .ginput_complex>span{
    margin-right:20px;
    margin-bottom:0
  }
}

.gform_wrapper .ginput_complex>span:first-of-type{
  margin-left:0
}

.gform_wrapper .ginput_complex>span:last-of-type{
  margin-right:0;
  margin-bottom:0
}

.gform_wrapper .ginput_container_select select{
  background-image:url("./images/svg-sprite/icon-chevron.svg");
  background-repeat:no-repeat;
  background-position:center right 1em;
  background-size:.75em
}

.gform_wrapper .ginput_recaptcha{
  margin:20px 0
}

.gform_wrapper .validation_error{
  color:#f3e8da;
  padding-left:20px
}

.gform_wrapper .validation_message{
  color:#f3e8da;
  font-size:12px
}

.gform_wrapper input.datepicker{
  width:auto
}

.gform_wrapper input.datepicker_with_icon{
  margin-right:.5em
}

.gform_wrapper .top_label .hidden_label .gfield_label,.gform_wrapper .hidden_label .ginput_complex.ginput_container label{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0, 0, 0, 0) !important;
  white-space:nowrap !important;
  border-width:0 !important
}

.gform_wrapper .clear-multi{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.gform_wrapper .clear-multi>div{
  margin-left:20px;
  margin-right:20px
}

.gform_wrapper .clear-multi>div:first-child{
  margin-left:0
}

.gform_wrapper .clear-multi>div:last-child{
  margin-right:0
}

.gform_fields{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin-right:-20px;
  margin-left:-20px
}

.gform_fields .gfield{
  position:relative;
  width:100%;
  padding-right:20px;
  padding-left:20px
}

@media(min-width: 768px){
  .gform_fields .gfield--width-eleven-twelfths{
    -webkit-box-flex:0;
        -ms-flex:0 0 91.6666666667%;
            flex:0 0 91.6666666667%;
    max-width:91.6666666667%
  }

  .gform_fields .gfield--width-five-sixths{
    -webkit-box-flex:0;
        -ms-flex:0 0 83.3333333333%;
            flex:0 0 83.3333333333%;
    max-width:83.3333333333%
  }

  .gform_fields .gfield--width-three-quarter{
    -webkit-box-flex:0;
        -ms-flex:0 0 75%;
            flex:0 0 75%;
    max-width:75%
  }

  .gform_fields .gfield--width-two-thirds{
    -webkit-box-flex:0;
        -ms-flex:0 0 66.6666666667%;
            flex:0 0 66.6666666667%;
    max-width:66.6666666667%
  }

  .gform_fields .gfield--width-seven-twelfths{
    -webkit-box-flex:0;
        -ms-flex:0 0 58.3333333333%;
            flex:0 0 58.3333333333%;
    max-width:58.3333333333%
  }

  .gform_fields .gfield--width-half{
    -webkit-box-flex:0;
        -ms-flex:0 0 50%;
            flex:0 0 50%;
    max-width:50%
  }

  .gform_fields .gfield--width-five-twelfths{
    -webkit-box-flex:0;
        -ms-flex:0 0 41.6666666667%;
            flex:0 0 41.6666666667%;
    max-width:41.6666666667%
  }

  .gform_fields .gfield--width-third{
    -webkit-box-flex:0;
        -ms-flex:0 0 33.3333333333%;
            flex:0 0 33.3333333333%;
    max-width:33.3333333333%
  }

  .gform_fields .gfield--width-quarter{
    -webkit-box-flex:0;
        -ms-flex:0 0 25%;
            flex:0 0 25%;
    max-width:25%
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3125rem * (1 - 0)) !important;
    margin-top: calc(0.3125rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(0.3125rem * calc(1 - 0)) !important;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3125rem * 0) !important;
    margin-bottom: calc(0.3125rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3125rem * 0) !important;
    margin-right: calc(0.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3125rem * (1 - 0)) !important;
    margin-left: calc(0.3125rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(0.3125rem * calc(1 - 0)) !important;
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * (1 - 0)) !important;
    margin-top: calc(0.625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(0.625rem * calc(1 - 0)) !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * 0) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * 0) !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * (1 - 0)) !important;
    margin-left: calc(0.625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(0.625rem * calc(1 - 0)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.9615384615384615rem * (1 - 0)) !important;
    margin-top: calc(0.9615384615384615rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(0.9615384615384615rem * calc(1 - 0)) !important;
    margin-top: calc(0.9615384615384615rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.9615384615384615rem * 0) !important;
    margin-bottom: calc(0.9615384615384615rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.9615384615384615rem * 0) !important;
    margin-right: calc(0.9615384615384615rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.9615384615384615rem * (1 - 0)) !important;
    margin-left: calc(0.9615384615384615rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(0.9615384615384615rem * calc(1 - 0)) !important;
    margin-left: calc(0.9615384615384615rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * (1 - 0)) !important;
    margin-top: calc(1.25rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(1.25rem * calc(1 - 0)) !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * 0) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * 0) !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * (1 - 0)) !important;
    margin-left: calc(1.25rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(1.25rem * calc(1 - 0)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5625rem * (1 - 0)) !important;
    margin-top: calc(1.5625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(1.5625rem * calc(1 - 0)) !important;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5625rem * 0) !important;
    margin-bottom: calc(1.5625rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5625rem * 0) !important;
    margin-right: calc(1.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5625rem * (1 - 0)) !important;
    margin-left: calc(1.5625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(1.5625rem * calc(1 - 0)) !important;
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * (1 - 0)) !important;
    margin-top: calc(1.875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(1.875rem * calc(1 - 0)) !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * 0) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * 0) !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * (1 - 0)) !important;
    margin-left: calc(1.875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(1.875rem * calc(1 - 0)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.1875rem * (1 - 0)) !important;
    margin-top: calc(2.1875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(2.1875rem * calc(1 - 0)) !important;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.1875rem * 0) !important;
    margin-bottom: calc(2.1875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.1875rem * 0) !important;
    margin-right: calc(2.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.1875rem * (1 - 0)) !important;
    margin-left: calc(2.1875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(2.1875rem * calc(1 - 0)) !important;
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * (1 - 0)) !important;
    margin-top: calc(2.5rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(2.5rem * calc(1 - 0)) !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * 0) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * 0) !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * (1 - 0)) !important;
    margin-left: calc(2.5rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(2.5rem * calc(1 - 0)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.6875rem * (1 - 0)) !important;
    margin-top: calc(4.6875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(4.6875rem * calc(1 - 0)) !important;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.6875rem * 0) !important;
    margin-bottom: calc(4.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.6875rem * 0) !important;
    margin-right: calc(4.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.6875rem * (1 - 0)) !important;
    margin-left: calc(4.6875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(4.6875rem * calc(1 - 0)) !important;
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3125rem * (1 - 0)) !important;
    margin-top: calc(-0.3125rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-0.3125rem * calc(1 - 0)) !important;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3125rem * 0) !important;
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3125rem * 0) !important;
    margin-right: calc(-0.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3125rem * (1 - 0)) !important;
    margin-left: calc(-0.3125rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-0.3125rem * calc(1 - 0)) !important;
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * (1 - 0)) !important;
    margin-top: calc(-0.625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-0.625rem * calc(1 - 0)) !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * 0) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * 0) !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * (1 - 0)) !important;
    margin-left: calc(-0.625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-0.625rem * calc(1 - 0)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.96154rem * (1 - 0)) !important;
    margin-top: calc(-0.96154rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-0.96154rem * calc(1 - 0)) !important;
    margin-top: calc(-0.96154rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.96154rem * 0) !important;
    margin-bottom: calc(-0.96154rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.96154rem * 0) !important;
    margin-right: calc(-0.96154rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.96154rem * (1 - 0)) !important;
    margin-left: calc(-0.96154rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-0.96154rem * calc(1 - 0)) !important;
    margin-left: calc(-0.96154rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * (1 - 0)) !important;
    margin-top: calc(-1.25rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-1.25rem * calc(1 - 0)) !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * 0) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * 0) !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * (1 - 0)) !important;
    margin-left: calc(-1.25rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-1.25rem * calc(1 - 0)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5625rem * (1 - 0)) !important;
    margin-top: calc(-1.5625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-1.5625rem * calc(1 - 0)) !important;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5625rem * 0) !important;
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5625rem * 0) !important;
    margin-right: calc(-1.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5625rem * (1 - 0)) !important;
    margin-left: calc(-1.5625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-1.5625rem * calc(1 - 0)) !important;
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * (1 - 0)) !important;
    margin-top: calc(-1.875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-1.875rem * calc(1 - 0)) !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * 0) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * 0) !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * (1 - 0)) !important;
    margin-left: calc(-1.875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-1.875rem * calc(1 - 0)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.1875rem * (1 - 0)) !important;
    margin-top: calc(-2.1875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-2.1875rem * calc(1 - 0)) !important;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.1875rem * 0) !important;
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.1875rem * 0) !important;
    margin-right: calc(-2.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.1875rem * (1 - 0)) !important;
    margin-left: calc(-2.1875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-2.1875rem * calc(1 - 0)) !important;
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * (1 - 0)) !important;
    margin-top: calc(-2.5rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-2.5rem * calc(1 - 0)) !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * 0) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * 0) !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * (1 - 0)) !important;
    margin-left: calc(-2.5rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-2.5rem * calc(1 - 0)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.6875rem * (1 - 0)) !important;
    margin-top: calc(-4.6875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-4.6875rem * calc(1 - 0)) !important;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.6875rem * 0) !important;
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.6875rem * 0) !important;
    margin-right: calc(-4.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.6875rem * (1 - 0)) !important;
    margin-left: calc(-4.6875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-4.6875rem * calc(1 - 0)) !important;
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * (1 - 0)) !important;
    border-top-width: calc(0px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(0px * calc(1 - 0)) !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * 0) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * 0) !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * (1 - 0)) !important;
    border-left-width: calc(0px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(0px * calc(1 - 0)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * (1 - 0)) !important;
    border-top-width: calc(2px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(2px * calc(1 - 0)) !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * 0) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * 0) !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * (1 - 0)) !important;
    border-left-width: calc(2px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(2px * calc(1 - 0)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * (1 - 0)) !important;
    border-top-width: calc(4px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(4px * calc(1 - 0)) !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * 0) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * 0) !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * (1 - 0)) !important;
    border-left-width: calc(4px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(4px * calc(1 - 0)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * (1 - 0)) !important;
    border-top-width: calc(8px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(8px * calc(1 - 0)) !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * 0) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * 0) !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * (1 - 0)) !important;
    border-left-width: calc(8px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(8px * calc(1 - 0)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * (1 - 0)) !important;
    border-top-width: calc(1px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(1px * calc(1 - 0)) !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * 0) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * 0) !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * (1 - 0)) !important;
    border-left-width: calc(1px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(1px * calc(1 - 0)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .md\:divide-primary > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--divide-opacity)) !important;
  }

  .md\:divide-primary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--divide-opacity)) !important;
  }

  .md\:divide-primary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--divide-opacity)) !important;
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  .md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-primary {
    --bg-opacity: 1 !important;
    background-color: #DFBBB0 !important;
    background-color: rgba(223, 187, 176, 1) !important;
    background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
  }

  .md\:bg-primary-dark {
    --bg-opacity: 1 !important;
    background-color: #F15F4B !important;
    background-color: rgba(241, 95, 75, 1) !important;
    background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
  }

  .md\:bg-primary-light {
    --bg-opacity: 1 !important;
    background-color: #F3E8DA !important;
    background-color: rgba(243, 232, 218, 1) !important;
    background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
  }

  .md\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary:hover {
    --bg-opacity: 1 !important;
    background-color: #DFBBB0 !important;
    background-color: rgba(223, 187, 176, 1) !important;
    background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #F15F4B !important;
    background-color: rgba(241, 95, 75, 1) !important;
    background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-light:hover {
    --bg-opacity: 1 !important;
    background-color: #F3E8DA !important;
    background-color: rgba(243, 232, 218, 1) !important;
    background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary:focus {
    --bg-opacity: 1 !important;
    background-color: #DFBBB0 !important;
    background-color: rgba(223, 187, 176, 1) !important;
    background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #F15F4B !important;
    background-color: rgba(241, 95, 75, 1) !important;
    background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-light:focus {
    --bg-opacity: 1 !important;
    background-color: #F3E8DA !important;
    background-color: rgba(243, 232, 218, 1) !important;
    background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-none {
    background-image: none !important;
  }

  .md\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:from-primary {
    --gradient-from-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .md\:from-primary-dark {
    --gradient-from-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .md\:from-primary-light {
    --gradient-from-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .md\:from-black {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-primary {
    --gradient-via-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .md\:via-primary-dark {
    --gradient-via-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .md\:via-primary-light {
    --gradient-via-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .md\:via-black {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:to-primary {
    --gradient-to-color: #DFBBB0 !important;
  }

  .md\:to-primary-dark {
    --gradient-to-color: #F15F4B !important;
  }

  .md\:to-primary-light {
    --gradient-to-color: #F3E8DA !important;
  }

  .md\:to-black {
    --gradient-to-color: #000 !important;
  }

  .md\:to-white {
    --gradient-to-color: #fff !important;
  }

  .md\:hover\:from-primary:hover {
    --gradient-from-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .md\:hover\:from-primary-dark:hover {
    --gradient-from-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .md\:hover\:from-primary-light:hover {
    --gradient-from-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .md\:hover\:from-black:hover {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-primary:hover {
    --gradient-via-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .md\:hover\:via-primary-dark:hover {
    --gradient-via-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .md\:hover\:via-primary-light:hover {
    --gradient-via-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .md\:hover\:via-black:hover {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white:hover {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:to-primary:hover {
    --gradient-to-color: #DFBBB0 !important;
  }

  .md\:hover\:to-primary-dark:hover {
    --gradient-to-color: #F15F4B !important;
  }

  .md\:hover\:to-primary-light:hover {
    --gradient-to-color: #F3E8DA !important;
  }

  .md\:hover\:to-black:hover {
    --gradient-to-color: #000 !important;
  }

  .md\:hover\:to-white:hover {
    --gradient-to-color: #fff !important;
  }

  .md\:focus\:from-primary:focus {
    --gradient-from-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .md\:focus\:from-primary-dark:focus {
    --gradient-from-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .md\:focus\:from-primary-light:focus {
    --gradient-from-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .md\:focus\:from-black:focus {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-primary:focus {
    --gradient-via-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .md\:focus\:via-primary-dark:focus {
    --gradient-via-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .md\:focus\:via-primary-light:focus {
    --gradient-via-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .md\:focus\:via-black:focus {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white:focus {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:to-primary:focus {
    --gradient-to-color: #DFBBB0 !important;
  }

  .md\:focus\:to-primary-dark:focus {
    --gradient-to-color: #F15F4B !important;
  }

  .md\:focus\:to-primary-light:focus {
    --gradient-to-color: #F3E8DA !important;
  }

  .md\:focus\:to-black:focus {
    --gradient-to-color: #000 !important;
  }

  .md\:focus\:to-white:focus {
    --gradient-to-color: #fff !important;
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:border-primary {
    --border-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
  }

  .md\:border-primary-dark {
    --border-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
  }

  .md\:border-primary-light {
    --border-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
  }

  .md\:border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary:hover {
    --border-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary-dark:hover {
    --border-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary-light:hover {
    --border-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
  }

  .md\:hover\:border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-primary:focus {
    --border-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
  }

  .md\:focus\:border-primary-dark:focus {
    --border-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
  }

  .md\:focus\:border-primary-light:focus {
    --border-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
  }

  .md\:focus\:border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .md\:rounded-none {
    border-radius: 0 !important;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:rounded {
    border-radius: 0.25rem !important;
  }

  .md\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .md\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .md\:place-items-auto {
    -webkit-box-align: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
    justify-items: auto !important;
    place-items: auto !important;
  }

  .md\:place-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    justify-items: start !important;
    place-items: start !important;
  }

  .md\:place-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
    justify-items: end !important;
    place-items: end !important;
  }

  .md\:place-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    justify-items: center !important;
    place-items: center !important;
  }

  .md\:place-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    justify-items: stretch !important;
    place-items: stretch !important;
  }

  .md\:place-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    place-content: center !important;
  }

  .md\:place-content-start {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    place-content: start !important;
  }

  .md\:place-content-end {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
    place-content: end !important;
  }

  .md\:place-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    place-content: space-between !important;
  }

  .md\:place-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    place-content: space-around !important;
  }

  .md\:place-content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
    place-content: stretch !important;
  }

  .md\:place-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
    justify-self: auto !important;
    place-self: auto !important;
  }

  .md\:place-self-start {
    -ms-flex-item-align: start !important;
        align-self: start !important;
    justify-self: start !important;
    place-self: start !important;
  }

  .md\:place-self-end {
    -ms-flex-item-align: end !important;
        align-self: end !important;
    justify-self: end !important;
    place-self: end !important;
  }

  .md\:place-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
    justify-self: center !important;
    place-self: center !important;
  }

  .md\:place-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    justify-self: stretch !important;
    place-self: stretch !important;
  }

  .md\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .md\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .md\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .md\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .md\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .md\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .md\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .md\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .md\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .md\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .md\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .md\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .md\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .md\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .md\:justify-items-auto {
    justify-items: auto !important;
  }

  .md\:justify-items-start {
    justify-items: start !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:justify-items-center {
    justify-items: center !important;
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .md\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .md\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .md\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .md\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .md\:justify-self-auto {
    justify-self: auto !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:justify-self-end {
    justify-self: end !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .md\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .md\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .md\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .md\:flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .md\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .md\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .md\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .md\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .md\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .md\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .md\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .md\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .md\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:clear-left {
    clear: left !important;
  }

  .md\:clear-right {
    clear: right !important;
  }

  .md\:clear-both {
    clear: both !important;
  }

  .md\:clear-none {
    clear: none !important;
  }

  .md\:font-display {
    font-family: Tungsten A, Tungsten B, sans-serif !important;
  }

  .md\:font-body {
    font-family: proxima-nova, sans-serif !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .md\:h-1 {
    height: 0.3125rem !important;
  }

  .md\:h-2 {
    height: 0.625rem !important;
  }

  .md\:h-3 {
    height: 0.9615384615384615rem !important;
  }

  .md\:h-4 {
    height: 1.25rem !important;
  }

  .md\:h-5 {
    height: 1.5625rem !important;
  }

  .md\:h-6 {
    height: 1.875rem !important;
  }

  .md\:h-7 {
    height: 2.1875rem !important;
  }

  .md\:h-8 {
    height: 2.5rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-xl {
    height: 4.6875rem !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:text-xs {
    font-size: 0.75rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
  }

  .md\:text-base {
    font-size: 1.0625rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:text-3xl {
    font-size: 1.75rem !important;
  }

  .md\:text-4xl {
    font-size: 2rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
  }

  .md\:text-6xl {
    font-size: 4rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-normal {
    line-height: 1.3 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:m-1 {
    margin: 0.3125rem !important;
  }

  .md\:m-2 {
    margin: 0.625rem !important;
  }

  .md\:m-3 {
    margin: 0.9615384615384615rem !important;
  }

  .md\:m-4 {
    margin: 1.25rem !important;
  }

  .md\:m-5 {
    margin: 1.5625rem !important;
  }

  .md\:m-6 {
    margin: 1.875rem !important;
  }

  .md\:m-7 {
    margin: 2.1875rem !important;
  }

  .md\:m-8 {
    margin: 2.5rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-xl {
    margin: 4.6875rem !important;
  }

  .md\:-m-1 {
    margin: -0.3125rem !important;
  }

  .md\:-m-2 {
    margin: -0.625rem !important;
  }

  .md\:-m-3 {
    margin: -0.96154rem !important;
  }

  .md\:-m-4 {
    margin: -1.25rem !important;
  }

  .md\:-m-5 {
    margin: -1.5625rem !important;
  }

  .md\:-m-6 {
    margin: -1.875rem !important;
  }

  .md\:-m-7 {
    margin: -2.1875rem !important;
  }

  .md\:-m-8 {
    margin: -2.5rem !important;
  }

  .md\:-m-xl {
    margin: -4.6875rem !important;
  }

  .md\:my-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .md\:mx-1 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }

  .md\:my-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:my-3 {
    margin-top: 0.9615384615384615rem !important;
    margin-bottom: 0.9615384615384615rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.9615384615384615rem !important;
    margin-right: 0.9615384615384615rem !important;
  }

  .md\:my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-5 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }

  .md\:my-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .md\:my-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .md\:mx-7 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }

  .md\:my-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-8 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-xl {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }

  .md\:mx-xl {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }

  .md\:-my-1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.3125rem !important;
    margin-right: -0.3125rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.96154rem !important;
    margin-bottom: -0.96154rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.96154rem !important;
    margin-right: -0.96154rem !important;
  }

  .md\:-my-4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.5625rem !important;
    margin-right: -1.5625rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .md\:-my-7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important;
  }

  .md\:-mx-7 {
    margin-left: -2.1875rem !important;
    margin-right: -2.1875rem !important;
  }

  .md\:-my-8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-xl {
    margin-top: -4.6875rem !important;
    margin-bottom: -4.6875rem !important;
  }

  .md\:-mx-xl {
    margin-left: -4.6875rem !important;
    margin-right: -4.6875rem !important;
  }

  .md\:mt-1 {
    margin-top: 0.3125rem !important;
  }

  .md\:mr-1 {
    margin-right: 0.3125rem !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.3125rem !important;
  }

  .md\:ml-1 {
    margin-left: 0.3125rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.625rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.625rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.625rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.625rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.9615384615384615rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.9615384615384615rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.9615384615384615rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.9615384615384615rem !important;
  }

  .md\:mt-4 {
    margin-top: 1.25rem !important;
  }

  .md\:mr-4 {
    margin-right: 1.25rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-4 {
    margin-left: 1.25rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.5625rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.5625rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.5625rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.5625rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.875rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.875rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.875rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.875rem !important;
  }

  .md\:mt-7 {
    margin-top: 2.1875rem !important;
  }

  .md\:mr-7 {
    margin-right: 2.1875rem !important;
  }

  .md\:mb-7 {
    margin-bottom: 2.1875rem !important;
  }

  .md\:ml-7 {
    margin-left: 2.1875rem !important;
  }

  .md\:mt-8 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-8 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-8 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-xl {
    margin-top: 4.6875rem !important;
  }

  .md\:mr-xl {
    margin-right: 4.6875rem !important;
  }

  .md\:mb-xl {
    margin-bottom: 4.6875rem !important;
  }

  .md\:ml-xl {
    margin-left: 4.6875rem !important;
  }

  .md\:-mt-1 {
    margin-top: -0.3125rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.3125rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.3125rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.3125rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.625rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.625rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.625rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.625rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.96154rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.96154rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.96154rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.96154rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1.25rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1.25rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1.25rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.5625rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.5625rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.5625rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.5625rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.875rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.875rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.875rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.875rem !important;
  }

  .md\:-mt-7 {
    margin-top: -2.1875rem !important;
  }

  .md\:-mr-7 {
    margin-right: -2.1875rem !important;
  }

  .md\:-mb-7 {
    margin-bottom: -2.1875rem !important;
  }

  .md\:-ml-7 {
    margin-left: -2.1875rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2.5rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2.5rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2.5rem !important;
  }

  .md\:-mt-xl {
    margin-top: -4.6875rem !important;
  }

  .md\:-mr-xl {
    margin-right: -4.6875rem !important;
  }

  .md\:-mb-xl {
    margin-bottom: -4.6875rem !important;
  }

  .md\:-ml-xl {
    margin-left: -4.6875rem !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:max-w-md {
    max-width: 28rem !important;
  }

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .md\:min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-x8 {
    min-height: 8rem !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:p-1 {
    padding: 0.3125rem !important;
  }

  .md\:p-2 {
    padding: 0.625rem !important;
  }

  .md\:p-3 {
    padding: 0.9615384615384615rem !important;
  }

  .md\:p-4 {
    padding: 1.25rem !important;
  }

  .md\:p-5 {
    padding: 1.5625rem !important;
  }

  .md\:p-6 {
    padding: 1.875rem !important;
  }

  .md\:p-7 {
    padding: 2.1875rem !important;
  }

  .md\:p-8 {
    padding: 2.5rem !important;
  }

  .md\:p-xl {
    padding: 4.6875rem !important;
  }

  .md\:py-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .md\:px-1 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }

  .md\:py-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:px-2 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:py-3 {
    padding-top: 0.9615384615384615rem !important;
    padding-bottom: 0.9615384615384615rem !important;
  }

  .md\:px-3 {
    padding-left: 0.9615384615384615rem !important;
    padding-right: 0.9615384615384615rem !important;
  }

  .md\:py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-5 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .md\:px-5 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }

  .md\:py-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .md\:px-6 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .md\:py-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .md\:px-7 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }

  .md\:py-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-8 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-xl {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }

  .md\:px-xl {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }

  .md\:pt-1 {
    padding-top: 0.3125rem !important;
  }

  .md\:pr-1 {
    padding-right: 0.3125rem !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.3125rem !important;
  }

  .md\:pl-1 {
    padding-left: 0.3125rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.625rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.625rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.625rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.625rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.9615384615384615rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.9615384615384615rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.9615384615384615rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.9615384615384615rem !important;
  }

  .md\:pt-4 {
    padding-top: 1.25rem !important;
  }

  .md\:pr-4 {
    padding-right: 1.25rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-4 {
    padding-left: 1.25rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.5625rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.5625rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.5625rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.5625rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.875rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.875rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.875rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.875rem !important;
  }

  .md\:pt-7 {
    padding-top: 2.1875rem !important;
  }

  .md\:pr-7 {
    padding-right: 2.1875rem !important;
  }

  .md\:pb-7 {
    padding-bottom: 2.1875rem !important;
  }

  .md\:pl-7 {
    padding-left: 2.1875rem !important;
  }

  .md\:pt-8 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-8 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-8 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-xl {
    padding-top: 4.6875rem !important;
  }

  .md\:pr-xl {
    padding-right: 4.6875rem !important;
  }

  .md\:pb-xl {
    padding-bottom: 4.6875rem !important;
  }

  .md\:pl-xl {
    padding-left: 4.6875rem !important;
  }

  .md\:placeholder-primary::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-1 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-2 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-3 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-4 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:inset-1\/3 {
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-1 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-x-1 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-y-2 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-x-2 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-y-3 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:inset-x-3 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-y-4 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:inset-x-4 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .md\:inset-y-1\/3 {
    top: 33% !important;
    bottom: 33% !important;
  }

  .md\:inset-x-1\/3 {
    right: 33% !important;
    left: 33% !important;
  }

  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:top-0 {
    top: 0 !important;
  }

  .md\:right-0 {
    right: 0 !important;
  }

  .md\:bottom-0 {
    bottom: 0 !important;
  }

  .md\:left-0 {
    left: 0 !important;
  }

  .md\:top-1 {
    top: 1rem !important;
  }

  .md\:right-1 {
    right: 1rem !important;
  }

  .md\:bottom-1 {
    bottom: 1rem !important;
  }

  .md\:left-1 {
    left: 1rem !important;
  }

  .md\:top-2 {
    top: 2rem !important;
  }

  .md\:right-2 {
    right: 2rem !important;
  }

  .md\:bottom-2 {
    bottom: 2rem !important;
  }

  .md\:left-2 {
    left: 2rem !important;
  }

  .md\:top-3 {
    top: 3rem !important;
  }

  .md\:right-3 {
    right: 3rem !important;
  }

  .md\:bottom-3 {
    bottom: 3rem !important;
  }

  .md\:left-3 {
    left: 3rem !important;
  }

  .md\:top-4 {
    top: 4rem !important;
  }

  .md\:right-4 {
    right: 4rem !important;
  }

  .md\:bottom-4 {
    bottom: 4rem !important;
  }

  .md\:left-4 {
    left: 4rem !important;
  }

  .md\:top-1\/3 {
    top: 33% !important;
  }

  .md\:right-1\/3 {
    right: 33% !important;
  }

  .md\:bottom-1\/3 {
    bottom: 33% !important;
  }

  .md\:left-1\/3 {
    left: 33% !important;
  }

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:right-1\/2 {
    right: 50% !important;
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:left-1\/2 {
    left: 50% !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-primary {
    --text-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--text-opacity)) !important;
  }

  .md\:text-primary-dark {
    --text-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--text-opacity)) !important;
  }

  .md\:text-primary-light {
    --text-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--text-opacity)) !important;
  }

  .md\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary:hover {
    --text-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary-dark:hover {
    --text-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary-light:hover {
    --text-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--text-opacity)) !important;
  }

  .md\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary:focus {
    --text-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary-dark:focus {
    --text-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary-light:focus {
    --text-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--text-opacity)) !important;
  }

  .md\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:underline {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }

  .md\:line-through {
    -webkit-text-decoration: line-through !important;
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    -webkit-text-decoration: line-through !important;
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    -webkit-text-decoration: line-through !important;
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    -webkit-font-feature-settings: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
            font-feature-settings: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
    -webkit-font-feature-settings: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
            font-feature-settings: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
    font-variant-numeric: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:normal-nums {
    -webkit-font-feature-settings: normal !important;
            font-feature-settings: normal !important;
    font-variant-numeric: normal !important;
  }

  .md\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
    word-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-1 {
    width: 0.3125rem !important;
  }

  .md\:w-2 {
    width: 0.625rem !important;
  }

  .md\:w-3 {
    width: 0.9615384615384615rem !important;
  }

  .md\:w-4 {
    width: 1.25rem !important;
  }

  .md\:w-5 {
    width: 1.5625rem !important;
  }

  .md\:w-6 {
    width: 1.875rem !important;
  }

  .md\:w-7 {
    width: 2.1875rem !important;
  }

  .md\:w-8 {
    width: 2.5rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-xl {
    width: 4.6875rem !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:-z-1 {
    z-index: -1 !important;
  }

  .md\:gap-1 {
    grid-gap: 0.3125rem !important;
    gap: 0.3125rem !important;
  }

  .md\:gap-2 {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .md\:gap-3 {
    grid-gap: 0.9615384615384615rem !important;
    gap: 0.9615384615384615rem !important;
  }

  .md\:gap-4 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:gap-5 {
    grid-gap: 1.5625rem !important;
    gap: 1.5625rem !important;
  }

  .md\:gap-6 {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .md\:gap-7 {
    grid-gap: 2.1875rem !important;
    gap: 2.1875rem !important;
  }

  .md\:gap-8 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-xl {
    grid-gap: 4.6875rem !important;
    gap: 4.6875rem !important;
  }

  .md\:col-gap-1 {
    grid-column-gap: 0.3125rem !important;
    -webkit-column-gap: 0.3125rem !important;
       -moz-column-gap: 0.3125rem !important;
            column-gap: 0.3125rem !important;
  }

  .md\:col-gap-2 {
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .md\:col-gap-3 {
    grid-column-gap: 0.9615384615384615rem !important;
    -webkit-column-gap: 0.9615384615384615rem !important;
       -moz-column-gap: 0.9615384615384615rem !important;
            column-gap: 0.9615384615384615rem !important;
  }

  .md\:col-gap-4 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .md\:col-gap-5 {
    grid-column-gap: 1.5625rem !important;
    -webkit-column-gap: 1.5625rem !important;
       -moz-column-gap: 1.5625rem !important;
            column-gap: 1.5625rem !important;
  }

  .md\:col-gap-6 {
    grid-column-gap: 1.875rem !important;
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }

  .md\:col-gap-7 {
    grid-column-gap: 2.1875rem !important;
    -webkit-column-gap: 2.1875rem !important;
       -moz-column-gap: 2.1875rem !important;
            column-gap: 2.1875rem !important;
  }

  .md\:col-gap-8 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .md\:col-gap-xl {
    grid-column-gap: 4.6875rem !important;
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }

  .md\:gap-x-1 {
    grid-column-gap: 0.3125rem !important;
    -webkit-column-gap: 0.3125rem !important;
       -moz-column-gap: 0.3125rem !important;
            column-gap: 0.3125rem !important;
  }

  .md\:gap-x-2 {
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .md\:gap-x-3 {
    grid-column-gap: 0.9615384615384615rem !important;
    -webkit-column-gap: 0.9615384615384615rem !important;
       -moz-column-gap: 0.9615384615384615rem !important;
            column-gap: 0.9615384615384615rem !important;
  }

  .md\:gap-x-4 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .md\:gap-x-5 {
    grid-column-gap: 1.5625rem !important;
    -webkit-column-gap: 1.5625rem !important;
       -moz-column-gap: 1.5625rem !important;
            column-gap: 1.5625rem !important;
  }

  .md\:gap-x-6 {
    grid-column-gap: 1.875rem !important;
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }

  .md\:gap-x-7 {
    grid-column-gap: 2.1875rem !important;
    -webkit-column-gap: 2.1875rem !important;
       -moz-column-gap: 2.1875rem !important;
            column-gap: 2.1875rem !important;
  }

  .md\:gap-x-8 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .md\:gap-x-xl {
    grid-column-gap: 4.6875rem !important;
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }

  .md\:row-gap-1 {
    grid-row-gap: 0.3125rem !important;
    row-gap: 0.3125rem !important;
  }

  .md\:row-gap-2 {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .md\:row-gap-3 {
    grid-row-gap: 0.9615384615384615rem !important;
    row-gap: 0.9615384615384615rem !important;
  }

  .md\:row-gap-4 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-5 {
    grid-row-gap: 1.5625rem !important;
    row-gap: 1.5625rem !important;
  }

  .md\:row-gap-6 {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .md\:row-gap-7 {
    grid-row-gap: 2.1875rem !important;
    row-gap: 2.1875rem !important;
  }

  .md\:row-gap-8 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-xl {
    grid-row-gap: 4.6875rem !important;
    row-gap: 4.6875rem !important;
  }

  .md\:gap-y-1 {
    grid-row-gap: 0.3125rem !important;
    row-gap: 0.3125rem !important;
  }

  .md\:gap-y-2 {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-3 {
    grid-row-gap: 0.9615384615384615rem !important;
    row-gap: 0.9615384615384615rem !important;
  }

  .md\:gap-y-4 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-5 {
    grid-row-gap: 1.5625rem !important;
    row-gap: 1.5625rem !important;
  }

  .md\:gap-y-6 {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .md\:gap-y-7 {
    grid-row-gap: 2.1875rem !important;
    row-gap: 2.1875rem !important;
  }

  .md\:gap-y-8 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-xl {
    grid-row-gap: 4.6875rem !important;
    row-gap: 4.6875rem !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

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

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
            transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md\:transform-none {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .md\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .md\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .md\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .md\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .md\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .md\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .md\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .md\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .md\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .md\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .md\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .md\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .md\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .md\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .md\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .md\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .md\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .md\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.3125rem !important;
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.625rem !important;
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.9615384615384615rem !important;
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.5625rem !important;
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.875rem !important;
  }

  .md\:translate-x-7 {
    --transform-translate-x: 2.1875rem !important;
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-xl {
    --transform-translate-x: 4.6875rem !important;
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.3125rem !important;
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.96154rem !important;
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.5625rem !important;
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.875rem !important;
  }

  .md\:-translate-x-7 {
    --transform-translate-x: -2.1875rem !important;
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-xl {
    --transform-translate-x: -4.6875rem !important;
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.3125rem !important;
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.625rem !important;
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.9615384615384615rem !important;
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.5625rem !important;
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.875rem !important;
  }

  .md\:translate-y-7 {
    --transform-translate-y: 2.1875rem !important;
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-xl {
    --transform-translate-y: 4.6875rem !important;
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.3125rem !important;
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.96154rem !important;
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.5625rem !important;
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.875rem !important;
  }

  .md\:-translate-y-7 {
    --transform-translate-y: -2.1875rem !important;
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-xl {
    --transform-translate-y: -4.6875rem !important;
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.3125rem !important;
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.9615384615384615rem !important;
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.5625rem !important;
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .md\:hover\:translate-x-7:hover {
    --transform-translate-x: 2.1875rem !important;
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-xl:hover {
    --transform-translate-x: 4.6875rem !important;
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.3125rem !important;
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.96154rem !important;
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.5625rem !important;
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .md\:hover\:-translate-x-7:hover {
    --transform-translate-x: -2.1875rem !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-xl:hover {
    --transform-translate-x: -4.6875rem !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.3125rem !important;
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.9615384615384615rem !important;
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.5625rem !important;
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .md\:hover\:translate-y-7:hover {
    --transform-translate-y: 2.1875rem !important;
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-xl:hover {
    --transform-translate-y: 4.6875rem !important;
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.3125rem !important;
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.96154rem !important;
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.5625rem !important;
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .md\:hover\:-translate-y-7:hover {
    --transform-translate-y: -2.1875rem !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-xl:hover {
    --transform-translate-y: -4.6875rem !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.3125rem !important;
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.9615384615384615rem !important;
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.5625rem !important;
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .md\:focus\:translate-x-7:focus {
    --transform-translate-x: 2.1875rem !important;
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-xl:focus {
    --transform-translate-x: 4.6875rem !important;
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.3125rem !important;
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.96154rem !important;
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.5625rem !important;
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .md\:focus\:-translate-x-7:focus {
    --transform-translate-x: -2.1875rem !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-xl:focus {
    --transform-translate-x: -4.6875rem !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.3125rem !important;
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.9615384615384615rem !important;
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.5625rem !important;
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .md\:focus\:translate-y-7:focus {
    --transform-translate-y: 2.1875rem !important;
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-xl:focus {
    --transform-translate-y: 4.6875rem !important;
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.3125rem !important;
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.96154rem !important;
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.5625rem !important;
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .md\:focus\:-translate-y-7:focus {
    --transform-translate-y: -2.1875rem !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-xl:focus {
    --transform-translate-y: -4.6875rem !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .md\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .md\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .md\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .md\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .md\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .md\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .md\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .md\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .md\:transition-none {
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .md\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .md\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .md\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .md\:transition-transform {
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .md\:ease-linear {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .md\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75 {
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .md\:duration-100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .md\:duration-150 {
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .md\:duration-200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .md\:duration-300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .md\:duration-500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .md\:duration-700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .md\:duration-1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .md\:delay-75 {
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .md\:delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .md\:delay-150 {
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .md\:delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .md\:delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .md\:delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .md\:delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .md\:delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .md\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.3125rem * (1 - 0)) !important;
    margin-top: calc(0.3125rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(0.3125rem * calc(1 - 0)) !important;
    margin-top: calc(0.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.3125rem * 0) !important;
    margin-bottom: calc(0.3125rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.3125rem * 0) !important;
    margin-right: calc(0.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.3125rem * (1 - 0)) !important;
    margin-left: calc(0.3125rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(0.3125rem * calc(1 - 0)) !important;
    margin-left: calc(0.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * (1 - 0)) !important;
    margin-top: calc(0.625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(0.625rem * calc(1 - 0)) !important;
    margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * 0) !important;
    margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * 0) !important;
    margin-right: calc(0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.625rem * (1 - 0)) !important;
    margin-left: calc(0.625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(0.625rem * calc(1 - 0)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(0.9615384615384615rem * (1 - 0)) !important;
    margin-top: calc(0.9615384615384615rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(0.9615384615384615rem * calc(1 - 0)) !important;
    margin-top: calc(0.9615384615384615rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.9615384615384615rem * 0) !important;
    margin-bottom: calc(0.9615384615384615rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(0.9615384615384615rem * 0) !important;
    margin-right: calc(0.9615384615384615rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.9615384615384615rem * (1 - 0)) !important;
    margin-left: calc(0.9615384615384615rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(0.9615384615384615rem * calc(1 - 0)) !important;
    margin-left: calc(0.9615384615384615rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * (1 - 0)) !important;
    margin-top: calc(1.25rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(1.25rem * calc(1 - 0)) !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * 0) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * 0) !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * (1 - 0)) !important;
    margin-left: calc(1.25rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(1.25rem * calc(1 - 0)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5625rem * (1 - 0)) !important;
    margin-top: calc(1.5625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(1.5625rem * calc(1 - 0)) !important;
    margin-top: calc(1.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5625rem * 0) !important;
    margin-bottom: calc(1.5625rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5625rem * 0) !important;
    margin-right: calc(1.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5625rem * (1 - 0)) !important;
    margin-left: calc(1.5625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(1.5625rem * calc(1 - 0)) !important;
    margin-left: calc(1.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(1.875rem * (1 - 0)) !important;
    margin-top: calc(1.875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(1.875rem * calc(1 - 0)) !important;
    margin-top: calc(1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.875rem * 0) !important;
    margin-bottom: calc(1.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(1.875rem * 0) !important;
    margin-right: calc(1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.875rem * (1 - 0)) !important;
    margin-left: calc(1.875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(1.875rem * calc(1 - 0)) !important;
    margin-left: calc(1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.1875rem * (1 - 0)) !important;
    margin-top: calc(2.1875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(2.1875rem * calc(1 - 0)) !important;
    margin-top: calc(2.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.1875rem * 0) !important;
    margin-bottom: calc(2.1875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.1875rem * 0) !important;
    margin-right: calc(2.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.1875rem * (1 - 0)) !important;
    margin-left: calc(2.1875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(2.1875rem * calc(1 - 0)) !important;
    margin-left: calc(2.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * (1 - 0)) !important;
    margin-top: calc(2.5rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(2.5rem * calc(1 - 0)) !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * 0) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * 0) !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * (1 - 0)) !important;
    margin-left: calc(2.5rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(2.5rem * calc(1 - 0)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(4.6875rem * (1 - 0)) !important;
    margin-top: calc(4.6875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(4.6875rem * calc(1 - 0)) !important;
    margin-top: calc(4.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4.6875rem * 0) !important;
    margin-bottom: calc(4.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(4.6875rem * 0) !important;
    margin-right: calc(4.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(4.6875rem * (1 - 0)) !important;
    margin-left: calc(4.6875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(4.6875rem * calc(1 - 0)) !important;
    margin-left: calc(4.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.3125rem * (1 - 0)) !important;
    margin-top: calc(-0.3125rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-0.3125rem * calc(1 - 0)) !important;
    margin-top: calc(-0.3125rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.3125rem * 0) !important;
    margin-bottom: calc(-0.3125rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.3125rem * 0) !important;
    margin-right: calc(-0.3125rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.3125rem * (1 - 0)) !important;
    margin-left: calc(-0.3125rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-0.3125rem * calc(1 - 0)) !important;
    margin-left: calc(-0.3125rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * (1 - 0)) !important;
    margin-top: calc(-0.625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-0.625rem * calc(1 - 0)) !important;
    margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * 0) !important;
    margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * 0) !important;
    margin-right: calc(-0.625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.625rem * (1 - 0)) !important;
    margin-left: calc(-0.625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-0.625rem * calc(1 - 0)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.96154rem * (1 - 0)) !important;
    margin-top: calc(-0.96154rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-0.96154rem * calc(1 - 0)) !important;
    margin-top: calc(-0.96154rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.96154rem * 0) !important;
    margin-bottom: calc(-0.96154rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.96154rem * 0) !important;
    margin-right: calc(-0.96154rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.96154rem * (1 - 0)) !important;
    margin-left: calc(-0.96154rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-0.96154rem * calc(1 - 0)) !important;
    margin-left: calc(-0.96154rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * (1 - 0)) !important;
    margin-top: calc(-1.25rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-1.25rem * calc(1 - 0)) !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * 0) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * 0) !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * (1 - 0)) !important;
    margin-left: calc(-1.25rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-1.25rem * calc(1 - 0)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5625rem * (1 - 0)) !important;
    margin-top: calc(-1.5625rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-1.5625rem * calc(1 - 0)) !important;
    margin-top: calc(-1.5625rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5625rem * 0) !important;
    margin-bottom: calc(-1.5625rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5625rem * 0) !important;
    margin-right: calc(-1.5625rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5625rem * (1 - 0)) !important;
    margin-left: calc(-1.5625rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-1.5625rem * calc(1 - 0)) !important;
    margin-left: calc(-1.5625rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.875rem * (1 - 0)) !important;
    margin-top: calc(-1.875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-1.875rem * calc(1 - 0)) !important;
    margin-top: calc(-1.875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.875rem * 0) !important;
    margin-bottom: calc(-1.875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.875rem * 0) !important;
    margin-right: calc(-1.875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.875rem * (1 - 0)) !important;
    margin-left: calc(-1.875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-1.875rem * calc(1 - 0)) !important;
    margin-left: calc(-1.875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-7 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.1875rem * (1 - 0)) !important;
    margin-top: calc(-2.1875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-2.1875rem * calc(1 - 0)) !important;
    margin-top: calc(-2.1875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.1875rem * 0) !important;
    margin-bottom: calc(-2.1875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-7 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.1875rem * 0) !important;
    margin-right: calc(-2.1875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.1875rem * (1 - 0)) !important;
    margin-left: calc(-2.1875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-2.1875rem * calc(1 - 0)) !important;
    margin-left: calc(-2.1875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * (1 - 0)) !important;
    margin-top: calc(-2.5rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-2.5rem * calc(1 - 0)) !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * 0) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * 0) !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * (1 - 0)) !important;
    margin-left: calc(-2.5rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-2.5rem * calc(1 - 0)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-xl > :not(template) ~ :not(template) {
    --space-y-reverse: 0 !important;
    margin-top: calc(-4.6875rem * (1 - 0)) !important;
    margin-top: calc(-4.6875rem * (1 - var(--space-y-reverse))) !important;
    margin-top: calc(-4.6875rem * calc(1 - 0)) !important;
    margin-top: calc(-4.6875rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4.6875rem * 0) !important;
    margin-bottom: calc(-4.6875rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-xl > :not(template) ~ :not(template) {
    --space-x-reverse: 0 !important;
    margin-right: calc(-4.6875rem * 0) !important;
    margin-right: calc(-4.6875rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4.6875rem * (1 - 0)) !important;
    margin-left: calc(-4.6875rem * (1 - var(--space-x-reverse))) !important;
    margin-left: calc(-4.6875rem * calc(1 - 0)) !important;
    margin-left: calc(-4.6875rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template) {
    --space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template) {
    --space-x-reverse: 1 !important;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * (1 - 0)) !important;
    border-top-width: calc(0px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(0px * calc(1 - 0)) !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * 0) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * 0) !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * (1 - 0)) !important;
    border-left-width: calc(0px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(0px * calc(1 - 0)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * (1 - 0)) !important;
    border-top-width: calc(2px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(2px * calc(1 - 0)) !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * 0) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * 0) !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * (1 - 0)) !important;
    border-left-width: calc(2px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(2px * calc(1 - 0)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * (1 - 0)) !important;
    border-top-width: calc(4px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(4px * calc(1 - 0)) !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * 0) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * 0) !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * (1 - 0)) !important;
    border-left-width: calc(4px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(4px * calc(1 - 0)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * (1 - 0)) !important;
    border-top-width: calc(8px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(8px * calc(1 - 0)) !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * 0) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * 0) !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * (1 - 0)) !important;
    border-left-width: calc(8px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(8px * calc(1 - 0)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * (1 - 0)) !important;
    border-top-width: calc(1px * (1 - var(--divide-y-reverse))) !important;
    border-top-width: calc(1px * calc(1 - 0)) !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * 0) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * 0) !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * (1 - 0)) !important;
    border-left-width: calc(1px * (1 - var(--divide-x-reverse))) !important;
    border-left-width: calc(1px * calc(1 - 0)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template) {
    --divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template) {
    --divide-x-reverse: 1 !important;
  }

  .lg\:divide-primary > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--divide-opacity)) !important;
  }

  .lg\:divide-primary-dark > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--divide-opacity)) !important;
  }

  .lg\:divide-primary-light > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--divide-opacity)) !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted !important;
  }

  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double !important;
  }

  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template) {
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template) {
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template) {
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template) {
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template) {
    --divide-opacity: 1 !important;
  }

  .lg\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-primary {
    --bg-opacity: 1 !important;
    background-color: #DFBBB0 !important;
    background-color: rgba(223, 187, 176, 1) !important;
    background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
  }

  .lg\:bg-primary-dark {
    --bg-opacity: 1 !important;
    background-color: #F15F4B !important;
    background-color: rgba(241, 95, 75, 1) !important;
    background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
  }

  .lg\:bg-primary-light {
    --bg-opacity: 1 !important;
    background-color: #F3E8DA !important;
    background-color: rgba(243, 232, 218, 1) !important;
    background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
  }

  .lg\:bg-black {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-white {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary:hover {
    --bg-opacity: 1 !important;
    background-color: #DFBBB0 !important;
    background-color: rgba(223, 187, 176, 1) !important;
    background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-dark:hover {
    --bg-opacity: 1 !important;
    background-color: #F15F4B !important;
    background-color: rgba(241, 95, 75, 1) !important;
    background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-light:hover {
    --bg-opacity: 1 !important;
    background-color: #F3E8DA !important;
    background-color: rgba(243, 232, 218, 1) !important;
    background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-black:hover {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary:focus {
    --bg-opacity: 1 !important;
    background-color: #DFBBB0 !important;
    background-color: rgba(223, 187, 176, 1) !important;
    background-color: rgba(223, 187, 176, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-dark:focus {
    --bg-opacity: 1 !important;
    background-color: #F15F4B !important;
    background-color: rgba(241, 95, 75, 1) !important;
    background-color: rgba(241, 95, 75, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-light:focus {
    --bg-opacity: 1 !important;
    background-color: #F3E8DA !important;
    background-color: rgba(243, 232, 218, 1) !important;
    background-color: rgba(243, 232, 218, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-black:focus {
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus {
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-none {
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t {
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tr {
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-br {
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-bl {
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-l {
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tl {
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:from-primary {
    --gradient-from-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .lg\:from-primary-dark {
    --gradient-from-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .lg\:from-primary-light {
    --gradient-from-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .lg\:from-black {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-primary {
    --gradient-via-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .lg\:via-primary-dark {
    --gradient-via-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .lg\:via-primary-light {
    --gradient-via-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .lg\:via-black {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:to-primary {
    --gradient-to-color: #DFBBB0 !important;
  }

  .lg\:to-primary-dark {
    --gradient-to-color: #F15F4B !important;
  }

  .lg\:to-primary-light {
    --gradient-to-color: #F3E8DA !important;
  }

  .lg\:to-black {
    --gradient-to-color: #000 !important;
  }

  .lg\:to-white {
    --gradient-to-color: #fff !important;
  }

  .lg\:hover\:from-primary:hover {
    --gradient-from-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .lg\:hover\:from-primary-dark:hover {
    --gradient-from-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .lg\:hover\:from-primary-light:hover {
    --gradient-from-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .lg\:hover\:from-black:hover {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-primary:hover {
    --gradient-via-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .lg\:hover\:via-primary-dark:hover {
    --gradient-via-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .lg\:hover\:via-primary-light:hover {
    --gradient-via-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .lg\:hover\:via-black:hover {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white:hover {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:to-primary:hover {
    --gradient-to-color: #DFBBB0 !important;
  }

  .lg\:hover\:to-primary-dark:hover {
    --gradient-to-color: #F15F4B !important;
  }

  .lg\:hover\:to-primary-light:hover {
    --gradient-to-color: #F3E8DA !important;
  }

  .lg\:hover\:to-black:hover {
    --gradient-to-color: #000 !important;
  }

  .lg\:hover\:to-white:hover {
    --gradient-to-color: #fff !important;
  }

  .lg\:focus\:from-primary:focus {
    --gradient-from-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .lg\:focus\:from-primary-dark:focus {
    --gradient-from-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .lg\:focus\:from-primary-light:focus {
    --gradient-from-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .lg\:focus\:from-black:focus {
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus {
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-primary:focus {
    --gradient-via-color: #DFBBB0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(223, 187, 176, 0)) !important;
  }

  .lg\:focus\:via-primary-dark:focus {
    --gradient-via-color: #F15F4B !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241, 95, 75, 0)) !important;
  }

  .lg\:focus\:via-primary-light:focus {
    --gradient-via-color: #F3E8DA !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(243, 232, 218, 0)) !important;
  }

  .lg\:focus\:via-black:focus {
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white:focus {
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:to-primary:focus {
    --gradient-to-color: #DFBBB0 !important;
  }

  .lg\:focus\:to-primary-dark:focus {
    --gradient-to-color: #F15F4B !important;
  }

  .lg\:focus\:to-primary-light:focus {
    --gradient-to-color: #F3E8DA !important;
  }

  .lg\:focus\:to-black:focus {
    --gradient-to-color: #000 !important;
  }

  .lg\:focus\:to-white:focus {
    --gradient-to-color: #fff !important;
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --bg-opacity: 1 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:border-primary {
    --border-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
  }

  .lg\:border-primary-dark {
    --border-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
  }

  .lg\:border-primary-light {
    --border-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
  }

  .lg\:border-black {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:border-white {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary:hover {
    --border-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary-dark:hover {
    --border-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary-light:hover {
    --border-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-black:hover {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-primary:focus {
    --border-opacity: 1 !important;
    border-color: #DFBBB0 !important;
    border-color: rgba(223, 187, 176, 1) !important;
    border-color: rgba(223, 187, 176, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-primary-dark:focus {
    --border-opacity: 1 !important;
    border-color: #F15F4B !important;
    border-color: rgba(241, 95, 75, 1) !important;
    border-color: rgba(241, 95, 75, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-primary-light:focus {
    --border-opacity: 1 !important;
    border-color: #F3E8DA !important;
    border-color: rgba(243, 232, 218, 1) !important;
    border-color: rgba(243, 232, 218, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-black:focus {
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, 1) !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus {
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --border-opacity: 1 !important;
  }

  .lg\:rounded-none {
    border-radius: 0 !important;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }

  .lg\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:contents {
    display: contents !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .lg\:place-items-auto {
    -webkit-box-align: auto !important;
        -ms-flex-align: auto !important;
            align-items: auto !important;
    justify-items: auto !important;
    place-items: auto !important;
  }

  .lg\:place-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    justify-items: start !important;
    place-items: start !important;
  }

  .lg\:place-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: end !important;
    justify-items: end !important;
    place-items: end !important;
  }

  .lg\:place-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    justify-items: center !important;
    place-items: center !important;
  }

  .lg\:place-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    justify-items: stretch !important;
    place-items: stretch !important;
  }

  .lg\:place-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    place-content: center !important;
  }

  .lg\:place-content-start {
    -ms-flex-line-pack: start !important;
        align-content: start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    place-content: start !important;
  }

  .lg\:place-content-end {
    -ms-flex-line-pack: end !important;
        align-content: end !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
    place-content: end !important;
  }

  .lg\:place-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    place-content: space-between !important;
  }

  .lg\:place-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    place-content: space-around !important;
  }

  .lg\:place-content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    -webkit-box-pack: stretch !important;
        -ms-flex-pack: stretch !important;
            justify-content: stretch !important;
    place-content: stretch !important;
  }

  .lg\:place-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
    justify-self: auto !important;
    place-self: auto !important;
  }

  .lg\:place-self-start {
    -ms-flex-item-align: start !important;
        align-self: start !important;
    justify-self: start !important;
    place-self: start !important;
  }

  .lg\:place-self-end {
    -ms-flex-item-align: end !important;
        align-self: end !important;
    justify-self: end !important;
    place-self: end !important;
  }

  .lg\:place-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
    justify-self: center !important;
    place-self: center !important;
  }

  .lg\:place-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    justify-self: stretch !important;
    place-self: stretch !important;
  }

  .lg\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .lg\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .lg\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .lg\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .lg\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .lg\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .lg\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important;
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .lg\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .lg\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .lg\:self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .lg\:justify-items-auto {
    justify-items: auto !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:justify-items-end {
    justify-items: end !important;
  }

  .lg\:justify-items-center {
    justify-items: center !important;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .lg\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .lg\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:justify-self-center {
    justify-self: center !important;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }

  .lg\:flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .lg\:order-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .lg\:order-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .lg\:order-6 {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .lg\:order-7 {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }

  .lg\:order-8 {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }

  .lg\:order-9 {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }

  .lg\:order-10 {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }

  .lg\:order-11 {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }

  .lg\:order-12 {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important;
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important;
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:clear-left {
    clear: left !important;
  }

  .lg\:clear-right {
    clear: right !important;
  }

  .lg\:clear-both {
    clear: both !important;
  }

  .lg\:clear-none {
    clear: none !important;
  }

  .lg\:font-display {
    font-family: Tungsten A, Tungsten B, sans-serif !important;
  }

  .lg\:font-body {
    font-family: proxima-nova, sans-serif !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900 !important;
  }

  .lg\:h-1 {
    height: 0.3125rem !important;
  }

  .lg\:h-2 {
    height: 0.625rem !important;
  }

  .lg\:h-3 {
    height: 0.9615384615384615rem !important;
  }

  .lg\:h-4 {
    height: 1.25rem !important;
  }

  .lg\:h-5 {
    height: 1.5625rem !important;
  }

  .lg\:h-6 {
    height: 1.875rem !important;
  }

  .lg\:h-7 {
    height: 2.1875rem !important;
  }

  .lg\:h-8 {
    height: 2.5rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-xl {
    height: 4.6875rem !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
  }

  .lg\:text-base {
    font-size: 1.0625rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.75rem !important;
  }

  .lg\:text-4xl {
    font-size: 2rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
  }

  .lg\:text-6xl {
    font-size: 4rem !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-normal {
    line-height: 1.3 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:m-1 {
    margin: 0.3125rem !important;
  }

  .lg\:m-2 {
    margin: 0.625rem !important;
  }

  .lg\:m-3 {
    margin: 0.9615384615384615rem !important;
  }

  .lg\:m-4 {
    margin: 1.25rem !important;
  }

  .lg\:m-5 {
    margin: 1.5625rem !important;
  }

  .lg\:m-6 {
    margin: 1.875rem !important;
  }

  .lg\:m-7 {
    margin: 2.1875rem !important;
  }

  .lg\:m-8 {
    margin: 2.5rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-xl {
    margin: 4.6875rem !important;
  }

  .lg\:-m-1 {
    margin: -0.3125rem !important;
  }

  .lg\:-m-2 {
    margin: -0.625rem !important;
  }

  .lg\:-m-3 {
    margin: -0.96154rem !important;
  }

  .lg\:-m-4 {
    margin: -1.25rem !important;
  }

  .lg\:-m-5 {
    margin: -1.5625rem !important;
  }

  .lg\:-m-6 {
    margin: -1.875rem !important;
  }

  .lg\:-m-7 {
    margin: -2.1875rem !important;
  }

  .lg\:-m-8 {
    margin: -2.5rem !important;
  }

  .lg\:-m-xl {
    margin: -4.6875rem !important;
  }

  .lg\:my-1 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .lg\:mx-1 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.9615384615384615rem !important;
    margin-bottom: 0.9615384615384615rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.9615384615384615rem !important;
    margin-right: 0.9615384615384615rem !important;
  }

  .lg\:my-4 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

  .lg\:my-7 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .lg\:mx-7 {
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }

  .lg\:my-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-xl {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }

  .lg\:mx-xl {
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }

  .lg\:-my-1 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.3125rem !important;
    margin-right: -0.3125rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.96154rem !important;
    margin-bottom: -0.96154rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.96154rem !important;
    margin-right: -0.96154rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.5625rem !important;
    margin-right: -1.5625rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }

  .lg\:-my-7 {
    margin-top: -2.1875rem !important;
    margin-bottom: -2.1875rem !important;
  }

  .lg\:-mx-7 {
    margin-left: -2.1875rem !important;
    margin-right: -2.1875rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-xl {
    margin-top: -4.6875rem !important;
    margin-bottom: -4.6875rem !important;
  }

  .lg\:-mx-xl {
    margin-left: -4.6875rem !important;
    margin-right: -4.6875rem !important;
  }

  .lg\:mt-1 {
    margin-top: 0.3125rem !important;
  }

  .lg\:mr-1 {
    margin-right: 0.3125rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.3125rem !important;
  }

  .lg\:ml-1 {
    margin-left: 0.3125rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.625rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.625rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.625rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.9615384615384615rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.9615384615384615rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.9615384615384615rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.9615384615384615rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1.25rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1.25rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1.25rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.5625rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.5625rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.5625rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.5625rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.875rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.875rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.875rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.875rem !important;
  }

  .lg\:mt-7 {
    margin-top: 2.1875rem !important;
  }

  .lg\:mr-7 {
    margin-right: 2.1875rem !important;
  }

  .lg\:mb-7 {
    margin-bottom: 2.1875rem !important;
  }

  .lg\:ml-7 {
    margin-left: 2.1875rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-xl {
    margin-top: 4.6875rem !important;
  }

  .lg\:mr-xl {
    margin-right: 4.6875rem !important;
  }

  .lg\:mb-xl {
    margin-bottom: 4.6875rem !important;
  }

  .lg\:ml-xl {
    margin-left: 4.6875rem !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.3125rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.3125rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.3125rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.3125rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.625rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.625rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.625rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.625rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.96154rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.96154rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.96154rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.96154rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.5625rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.5625rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.5625rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.5625rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.875rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.875rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.875rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.875rem !important;
  }

  .lg\:-mt-7 {
    margin-top: -2.1875rem !important;
  }

  .lg\:-mr-7 {
    margin-right: -2.1875rem !important;
  }

  .lg\:-mb-7 {
    margin-bottom: -2.1875rem !important;
  }

  .lg\:-ml-7 {
    margin-left: -2.1875rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-xl {
    margin-top: -4.6875rem !important;
  }

  .lg\:-mr-xl {
    margin-right: -4.6875rem !important;
  }

  .lg\:-mb-xl {
    margin-bottom: -4.6875rem !important;
  }

  .lg\:-ml-xl {
    margin-left: -4.6875rem !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg {
    max-width: 1280px !important;
  }

  .lg\:min-h-0 {
    min-height: 0 !important;
  }

  .lg\:min-h-x8 {
    min-height: 8rem !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:p-1 {
    padding: 0.3125rem !important;
  }

  .lg\:p-2 {
    padding: 0.625rem !important;
  }

  .lg\:p-3 {
    padding: 0.9615384615384615rem !important;
  }

  .lg\:p-4 {
    padding: 1.25rem !important;
  }

  .lg\:p-5 {
    padding: 1.5625rem !important;
  }

  .lg\:p-6 {
    padding: 1.875rem !important;
  }

  .lg\:p-7 {
    padding: 2.1875rem !important;
  }

  .lg\:p-8 {
    padding: 2.5rem !important;
  }

  .lg\:p-xl {
    padding: 4.6875rem !important;
  }

  .lg\:py-1 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .lg\:px-1 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.9615384615384615rem !important;
    padding-bottom: 0.9615384615384615rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.9615384615384615rem !important;
    padding-right: 0.9615384615384615rem !important;
  }

  .lg\:py-4 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-4 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

  .lg\:py-7 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .lg\:px-7 {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }

  .lg\:py-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-8 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-xl {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }

  .lg\:px-xl {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }

  .lg\:pt-1 {
    padding-top: 0.3125rem !important;
  }

  .lg\:pr-1 {
    padding-right: 0.3125rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.3125rem !important;
  }

  .lg\:pl-1 {
    padding-left: 0.3125rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.625rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.625rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.625rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.9615384615384615rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.9615384615384615rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.9615384615384615rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.9615384615384615rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1.25rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1.25rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1.25rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.5625rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.5625rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.5625rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.5625rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.875rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.875rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.875rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.875rem !important;
  }

  .lg\:pt-7 {
    padding-top: 2.1875rem !important;
  }

  .lg\:pr-7 {
    padding-right: 2.1875rem !important;
  }

  .lg\:pb-7 {
    padding-bottom: 2.1875rem !important;
  }

  .lg\:pl-7 {
    padding-left: 2.1875rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-xl {
    padding-top: 4.6875rem !important;
  }

  .lg\:pr-xl {
    padding-right: 4.6875rem !important;
  }

  .lg\:pb-xl {
    padding-bottom: 4.6875rem !important;
  }

  .lg\:pl-xl {
    padding-left: 4.6875rem !important;
  }

  .lg\:placeholder-primary::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-dark::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-light::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-dark:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-light:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-1 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-2 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-3 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-4 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:inset-1\/3 {
    top: 33% !important;
    right: 33% !important;
    bottom: 33% !important;
    left: 33% !important;
  }

  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-1 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-x-1 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-y-2 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-x-2 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-y-3 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:inset-x-3 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-y-4 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:inset-x-4 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .lg\:inset-y-1\/3 {
    top: 33% !important;
    bottom: 33% !important;
  }

  .lg\:inset-x-1\/3 {
    right: 33% !important;
    left: 33% !important;
  }

  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:top-0 {
    top: 0 !important;
  }

  .lg\:right-0 {
    right: 0 !important;
  }

  .lg\:bottom-0 {
    bottom: 0 !important;
  }

  .lg\:left-0 {
    left: 0 !important;
  }

  .lg\:top-1 {
    top: 1rem !important;
  }

  .lg\:right-1 {
    right: 1rem !important;
  }

  .lg\:bottom-1 {
    bottom: 1rem !important;
  }

  .lg\:left-1 {
    left: 1rem !important;
  }

  .lg\:top-2 {
    top: 2rem !important;
  }

  .lg\:right-2 {
    right: 2rem !important;
  }

  .lg\:bottom-2 {
    bottom: 2rem !important;
  }

  .lg\:left-2 {
    left: 2rem !important;
  }

  .lg\:top-3 {
    top: 3rem !important;
  }

  .lg\:right-3 {
    right: 3rem !important;
  }

  .lg\:bottom-3 {
    bottom: 3rem !important;
  }

  .lg\:left-3 {
    left: 3rem !important;
  }

  .lg\:top-4 {
    top: 4rem !important;
  }

  .lg\:right-4 {
    right: 4rem !important;
  }

  .lg\:bottom-4 {
    bottom: 4rem !important;
  }

  .lg\:left-4 {
    left: 4rem !important;
  }

  .lg\:top-1\/3 {
    top: 33% !important;
  }

  .lg\:right-1\/3 {
    right: 33% !important;
  }

  .lg\:bottom-1\/3 {
    bottom: 33% !important;
  }

  .lg\:left-1\/3 {
    left: 33% !important;
  }

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:right-1\/2 {
    right: 50% !important;
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:left-1\/2 {
    left: 50% !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow-xs {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:focus\:shadow-xs:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-primary {
    --text-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--text-opacity)) !important;
  }

  .lg\:text-primary-dark {
    --text-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--text-opacity)) !important;
  }

  .lg\:text-primary-light {
    --text-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--text-opacity)) !important;
  }

  .lg\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:text-white {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary:hover {
    --text-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary-dark:hover {
    --text-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary-light:hover {
    --text-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary:focus {
    --text-opacity: 1 !important;
    color: #DFBBB0 !important;
    color: rgba(223, 187, 176, 1) !important;
    color: rgba(223, 187, 176, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary-dark:focus {
    --text-opacity: 1 !important;
    color: #F15F4B !important;
    color: rgba(241, 95, 75, 1) !important;
    color: rgba(241, 95, 75, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary-light:focus {
    --text-opacity: 1 !important;
    color: #F3E8DA !important;
    color: rgba(243, 232, 218, 1) !important;
    color: rgba(243, 232, 218, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --text-opacity: 1 !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:underline {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }

  .lg\:line-through {
    -webkit-text-decoration: line-through !important;
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    -webkit-text-decoration: line-through !important;
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    -webkit-text-decoration: line-through !important;
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    -webkit-font-feature-settings: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
            font-feature-settings: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
    -webkit-font-feature-settings: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
            font-feature-settings: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
    font-variant-numeric: /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ /*!*/ !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:normal-nums {
    -webkit-font-feature-settings: normal !important;
            font-feature-settings: normal !important;
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal {
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:slashed-zero {
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums {
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums {
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums {
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums {
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions {
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions {
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
    word-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
    word-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-1 {
    width: 0.3125rem !important;
  }

  .lg\:w-2 {
    width: 0.625rem !important;
  }

  .lg\:w-3 {
    width: 0.9615384615384615rem !important;
  }

  .lg\:w-4 {
    width: 1.25rem !important;
  }

  .lg\:w-5 {
    width: 1.5625rem !important;
  }

  .lg\:w-6 {
    width: 1.875rem !important;
  }

  .lg\:w-7 {
    width: 2.1875rem !important;
  }

  .lg\:w-8 {
    width: 2.5rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-xl {
    width: 4.6875rem !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:-z-1 {
    z-index: -1 !important;
  }

  .lg\:gap-1 {
    grid-gap: 0.3125rem !important;
    gap: 0.3125rem !important;
  }

  .lg\:gap-2 {
    grid-gap: 0.625rem !important;
    gap: 0.625rem !important;
  }

  .lg\:gap-3 {
    grid-gap: 0.9615384615384615rem !important;
    gap: 0.9615384615384615rem !important;
  }

  .lg\:gap-4 {
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-5 {
    grid-gap: 1.5625rem !important;
    gap: 1.5625rem !important;
  }

  .lg\:gap-6 {
    grid-gap: 1.875rem !important;
    gap: 1.875rem !important;
  }

  .lg\:gap-7 {
    grid-gap: 2.1875rem !important;
    gap: 2.1875rem !important;
  }

  .lg\:gap-8 {
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-xl {
    grid-gap: 4.6875rem !important;
    gap: 4.6875rem !important;
  }

  .lg\:col-gap-1 {
    grid-column-gap: 0.3125rem !important;
    -webkit-column-gap: 0.3125rem !important;
       -moz-column-gap: 0.3125rem !important;
            column-gap: 0.3125rem !important;
  }

  .lg\:col-gap-2 {
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .lg\:col-gap-3 {
    grid-column-gap: 0.9615384615384615rem !important;
    -webkit-column-gap: 0.9615384615384615rem !important;
       -moz-column-gap: 0.9615384615384615rem !important;
            column-gap: 0.9615384615384615rem !important;
  }

  .lg\:col-gap-4 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lg\:col-gap-5 {
    grid-column-gap: 1.5625rem !important;
    -webkit-column-gap: 1.5625rem !important;
       -moz-column-gap: 1.5625rem !important;
            column-gap: 1.5625rem !important;
  }

  .lg\:col-gap-6 {
    grid-column-gap: 1.875rem !important;
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }

  .lg\:col-gap-7 {
    grid-column-gap: 2.1875rem !important;
    -webkit-column-gap: 2.1875rem !important;
       -moz-column-gap: 2.1875rem !important;
            column-gap: 2.1875rem !important;
  }

  .lg\:col-gap-8 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lg\:col-gap-xl {
    grid-column-gap: 4.6875rem !important;
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }

  .lg\:gap-x-1 {
    grid-column-gap: 0.3125rem !important;
    -webkit-column-gap: 0.3125rem !important;
       -moz-column-gap: 0.3125rem !important;
            column-gap: 0.3125rem !important;
  }

  .lg\:gap-x-2 {
    grid-column-gap: 0.625rem !important;
    -webkit-column-gap: 0.625rem !important;
       -moz-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .lg\:gap-x-3 {
    grid-column-gap: 0.9615384615384615rem !important;
    -webkit-column-gap: 0.9615384615384615rem !important;
       -moz-column-gap: 0.9615384615384615rem !important;
            column-gap: 0.9615384615384615rem !important;
  }

  .lg\:gap-x-4 {
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
       -moz-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .lg\:gap-x-5 {
    grid-column-gap: 1.5625rem !important;
    -webkit-column-gap: 1.5625rem !important;
       -moz-column-gap: 1.5625rem !important;
            column-gap: 1.5625rem !important;
  }

  .lg\:gap-x-6 {
    grid-column-gap: 1.875rem !important;
    -webkit-column-gap: 1.875rem !important;
       -moz-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }

  .lg\:gap-x-7 {
    grid-column-gap: 2.1875rem !important;
    -webkit-column-gap: 2.1875rem !important;
       -moz-column-gap: 2.1875rem !important;
            column-gap: 2.1875rem !important;
  }

  .lg\:gap-x-8 {
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
       -moz-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .lg\:gap-x-xl {
    grid-column-gap: 4.6875rem !important;
    -webkit-column-gap: 4.6875rem !important;
       -moz-column-gap: 4.6875rem !important;
            column-gap: 4.6875rem !important;
  }

  .lg\:row-gap-1 {
    grid-row-gap: 0.3125rem !important;
    row-gap: 0.3125rem !important;
  }

  .lg\:row-gap-2 {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .lg\:row-gap-3 {
    grid-row-gap: 0.9615384615384615rem !important;
    row-gap: 0.9615384615384615rem !important;
  }

  .lg\:row-gap-4 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-5 {
    grid-row-gap: 1.5625rem !important;
    row-gap: 1.5625rem !important;
  }

  .lg\:row-gap-6 {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .lg\:row-gap-7 {
    grid-row-gap: 2.1875rem !important;
    row-gap: 2.1875rem !important;
  }

  .lg\:row-gap-8 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-xl {
    grid-row-gap: 4.6875rem !important;
    row-gap: 4.6875rem !important;
  }

  .lg\:gap-y-1 {
    grid-row-gap: 0.3125rem !important;
    row-gap: 0.3125rem !important;
  }

  .lg\:gap-y-2 {
    grid-row-gap: 0.625rem !important;
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-3 {
    grid-row-gap: 0.9615384615384615rem !important;
    row-gap: 0.9615384615384615rem !important;
  }

  .lg\:gap-y-4 {
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-5 {
    grid-row-gap: 1.5625rem !important;
    row-gap: 1.5625rem !important;
  }

  .lg\:gap-y-6 {
    grid-row-gap: 1.875rem !important;
    row-gap: 1.875rem !important;
  }

  .lg\:gap-y-7 {
    grid-row-gap: 2.1875rem !important;
    row-gap: 2.1875rem !important;
  }

  .lg\:gap-y-8 {
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-xl {
    grid-row-gap: 4.6875rem !important;
    row-gap: 4.6875rem !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

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

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
            transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg\:transform-none {
    -webkit-transform: none !important;
            transform: none !important;
  }

  .lg\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important;
  }

  .lg\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important;
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important;
  }

  .lg\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important;
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important;
  }

  .lg\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important;
  }

  .lg\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important;
  }

  .lg\:rotate-0 {
    --transform-rotate: 0 !important;
  }

  .lg\:rotate-1 {
    --transform-rotate: 1deg !important;
  }

  .lg\:rotate-2 {
    --transform-rotate: 2deg !important;
  }

  .lg\:rotate-3 {
    --transform-rotate: 3deg !important;
  }

  .lg\:rotate-6 {
    --transform-rotate: 6deg !important;
  }

  .lg\:rotate-12 {
    --transform-rotate: 12deg !important;
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg !important;
  }

  .lg\:-rotate-12 {
    --transform-rotate: -12deg !important;
  }

  .lg\:-rotate-6 {
    --transform-rotate: -6deg !important;
  }

  .lg\:-rotate-3 {
    --transform-rotate: -3deg !important;
  }

  .lg\:-rotate-2 {
    --transform-rotate: -2deg !important;
  }

  .lg\:-rotate-1 {
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:rotate-1:hover {
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover {
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover {
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover {
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover {
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover {
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover {
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover {
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover {
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover {
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:rotate-1:focus {
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus {
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus {
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus {
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus {
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus {
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus {
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus {
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus {
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus {
    --transform-rotate: -1deg !important;
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.3125rem !important;
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.625rem !important;
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.9615384615384615rem !important;
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.5625rem !important;
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.875rem !important;
  }

  .lg\:translate-x-7 {
    --transform-translate-x: 2.1875rem !important;
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-xl {
    --transform-translate-x: 4.6875rem !important;
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.3125rem !important;
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.96154rem !important;
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.5625rem !important;
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.875rem !important;
  }

  .lg\:-translate-x-7 {
    --transform-translate-x: -2.1875rem !important;
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-xl {
    --transform-translate-x: -4.6875rem !important;
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.3125rem !important;
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.625rem !important;
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.9615384615384615rem !important;
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.5625rem !important;
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.875rem !important;
  }

  .lg\:translate-y-7 {
    --transform-translate-y: 2.1875rem !important;
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-xl {
    --transform-translate-y: 4.6875rem !important;
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.3125rem !important;
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.96154rem !important;
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.5625rem !important;
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.875rem !important;
  }

  .lg\:-translate-y-7 {
    --transform-translate-y: -2.1875rem !important;
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-xl {
    --transform-translate-y: -4.6875rem !important;
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.3125rem !important;
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.625rem !important;
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.9615384615384615rem !important;
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.5625rem !important;
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.875rem !important;
  }

  .lg\:hover\:translate-x-7:hover {
    --transform-translate-x: 2.1875rem !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-xl:hover {
    --transform-translate-x: 4.6875rem !important;
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.3125rem !important;
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.96154rem !important;
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.5625rem !important;
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.875rem !important;
  }

  .lg\:hover\:-translate-x-7:hover {
    --transform-translate-x: -2.1875rem !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-xl:hover {
    --transform-translate-x: -4.6875rem !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.3125rem !important;
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.625rem !important;
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.9615384615384615rem !important;
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.5625rem !important;
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.875rem !important;
  }

  .lg\:hover\:translate-y-7:hover {
    --transform-translate-y: 2.1875rem !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-xl:hover {
    --transform-translate-y: 4.6875rem !important;
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.3125rem !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.96154rem !important;
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.5625rem !important;
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.875rem !important;
  }

  .lg\:hover\:-translate-y-7:hover {
    --transform-translate-y: -2.1875rem !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-xl:hover {
    --transform-translate-y: -4.6875rem !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.3125rem !important;
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.625rem !important;
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.9615384615384615rem !important;
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.5625rem !important;
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.875rem !important;
  }

  .lg\:focus\:translate-x-7:focus {
    --transform-translate-x: 2.1875rem !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-xl:focus {
    --transform-translate-x: 4.6875rem !important;
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.3125rem !important;
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.625rem !important;
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.96154rem !important;
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.5625rem !important;
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.875rem !important;
  }

  .lg\:focus\:-translate-x-7:focus {
    --transform-translate-x: -2.1875rem !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-xl:focus {
    --transform-translate-x: -4.6875rem !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.3125rem !important;
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.625rem !important;
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.9615384615384615rem !important;
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.5625rem !important;
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.875rem !important;
  }

  .lg\:focus\:translate-y-7:focus {
    --transform-translate-y: 2.1875rem !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-xl:focus {
    --transform-translate-y: 4.6875rem !important;
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.3125rem !important;
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.625rem !important;
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.96154rem !important;
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.5625rem !important;
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.875rem !important;
  }

  .lg\:focus\:-translate-y-7:focus {
    --transform-translate-y: -2.1875rem !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-xl:focus {
    --transform-translate-y: -4.6875rem !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important;
  }

  .lg\:skew-x-1 {
    --transform-skew-x: 1deg !important;
  }

  .lg\:skew-x-2 {
    --transform-skew-x: 2deg !important;
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2 {
    --transform-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1 {
    --transform-skew-x: -1deg !important;
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important;
  }

  .lg\:skew-y-1 {
    --transform-skew-y: 1deg !important;
  }

  .lg\:skew-y-2 {
    --transform-skew-y: 2deg !important;
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2 {
    --transform-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1 {
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:skew-x-1:hover {
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover {
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover {
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover {
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:skew-y-1:hover {
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover {
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover {
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover {
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:skew-x-1:focus {
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus {
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus {
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus {
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:skew-y-1:focus {
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus {
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus {
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus {
    --transform-skew-y: -1deg !important;
  }

  .lg\:transition-none {
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all {
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .lg\:transition {
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .lg\:transition-colors {
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .lg\:transition-shadow {
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .lg\:transition-transform {
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .lg\:ease-linear {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

  .lg\:ease-in {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75 {
    -webkit-transition-duration: 75ms !important;
            transition-duration: 75ms !important;
  }

  .lg\:duration-100 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }

  .lg\:duration-150 {
    -webkit-transition-duration: 150ms !important;
            transition-duration: 150ms !important;
  }

  .lg\:duration-200 {
    -webkit-transition-duration: 200ms !important;
            transition-duration: 200ms !important;
  }

  .lg\:duration-300 {
    -webkit-transition-duration: 300ms !important;
            transition-duration: 300ms !important;
  }

  .lg\:duration-500 {
    -webkit-transition-duration: 500ms !important;
            transition-duration: 500ms !important;
  }

  .lg\:duration-700 {
    -webkit-transition-duration: 700ms !important;
            transition-duration: 700ms !important;
  }

  .lg\:duration-1000 {
    -webkit-transition-duration: 1000ms !important;
            transition-duration: 1000ms !important;
  }

  .lg\:delay-75 {
    -webkit-transition-delay: 75ms !important;
            transition-delay: 75ms !important;
  }

  .lg\:delay-100 {
    -webkit-transition-delay: 100ms !important;
            transition-delay: 100ms !important;
  }

  .lg\:delay-150 {
    -webkit-transition-delay: 150ms !important;
            transition-delay: 150ms !important;
  }

  .lg\:delay-200 {
    -webkit-transition-delay: 200ms !important;
            transition-delay: 200ms !important;
  }

  .lg\:delay-300 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }

  .lg\:delay-500 {
    -webkit-transition-delay: 500ms !important;
            transition-delay: 500ms !important;
  }

  .lg\:delay-700 {
    -webkit-transition-delay: 700ms !important;
            transition-delay: 700ms !important;
  }

  .lg\:delay-1000 {
    -webkit-transition-delay: 1000ms !important;
            transition-delay: 1000ms !important;
  }

  .lg\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }
}

/*# sourceMappingURL=main.13a7e82ae51c105e3daa.css.map*/