/* Importar las directivas de Tailwind */

/* ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

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

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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;
}

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

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

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-sticky {
  position: sticky !important;
}

.tw-inset-0 {
  inset: 0px !important;
}

.-tw-bottom-1 {
  bottom: -0.25rem !important;
}

.tw-bottom-0 {
  bottom: 0px !important;
}

.tw-left-0 {
  left: 0px !important;
}

.tw-left-1\/2 {
  left: 50% !important;
}

.tw-right-1\/2 {
  right: 50% !important;
}

.tw-right-4 {
  right: 1rem !important;
}

.tw-right-8 {
  right: 2rem !important;
}

.tw-top-0 {
  top: 0px !important;
}

.tw-top-1\/2 {
  top: 50% !important;
}

.tw-top-4 {
  top: 1rem !important;
}

.tw-top-8 {
  top: 2rem !important;
}

.tw-z-50 {
  z-index: 50 !important;
}

.-tw-order-1 {
  order: -1 !important;
}

.-tw-order-10 {
  order: -10 !important;
}

.-tw-order-11 {
  order: -11 !important;
}

.-tw-order-12 {
  order: -12 !important;
}

.-tw-order-2 {
  order: -2 !important;
}

.-tw-order-3 {
  order: -3 !important;
}

.-tw-order-first {
  order: 9999 !important;
}

.-tw-order-last {
  order: -9999 !important;
}

.-tw-order-none {
  order: 0 !important;
}

.tw-order-1 {
  order: 1 !important;
}

.tw-order-10 {
  order: 10 !important;
}

.tw-order-11 {
  order: 11 !important;
}

.tw-order-12 {
  order: 12 !important;
}

.tw-order-2 {
  order: 2 !important;
}

.tw-order-3 {
  order: 3 !important;
}

.tw-order-first {
  order: -9999 !important;
}

.tw-order-last {
  order: 9999 !important;
}

.tw-order-none {
  order: 0 !important;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.tw-col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.tw-col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.tw-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.tw-col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.tw-col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.tw-col-span-full {
  grid-column: 1 / -1 !important;
}

.-tw-m-0 {
  margin: -0px !important;
}

.-tw-m-0\.5 {
  margin: -0.125rem !important;
}

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

.-tw-m-1\.5 {
  margin: -0.375rem !important;
}

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

.-tw-m-11 {
  margin: -2.75rem !important;
}

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

.-tw-m-14 {
  margin: -3.5rem !important;
}

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

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

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

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

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

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

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

.-tw-m-3\.5 {
  margin: -0.875rem !important;
}

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

.-tw-m-36 {
  margin: -9rem !important;
}

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

.-tw-m-40 {
  margin: -10rem !important;
}

.-tw-m-44 {
  margin: -11rem !important;
}

.-tw-m-48 {
  margin: -12rem !important;
}

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

.-tw-m-52 {
  margin: -13rem !important;
}

.-tw-m-56 {
  margin: -14rem !important;
}

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

.-tw-m-60 {
  margin: -15rem !important;
}

.-tw-m-64 {
  margin: -16rem !important;
}

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

.-tw-m-80 {
  margin: -20rem !important;
}

.tw-m-0 {
  margin: 0px !important;
}

.tw-m-0\.5 {
  margin: 0.125rem !important;
}

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

.tw-m-1\.5 {
  margin: 0.375rem !important;
}

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

.tw-m-11 {
  margin: 2.75rem !important;
}

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

.tw-m-14 {
  margin: 3.5rem !important;
}

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

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

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

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

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

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

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

.tw-m-3\.5 {
  margin: 0.875rem !important;
}

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

.tw-m-36 {
  margin: 9rem !important;
}

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

.tw-m-40 {
  margin: 10rem !important;
}

.tw-m-44 {
  margin: 11rem !important;
}

.tw-m-48 {
  margin: 12rem !important;
}

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

.tw-m-52 {
  margin: 13rem !important;
}

.tw-m-56 {
  margin: 14rem !important;
}

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

.tw-m-60 {
  margin: 15rem !important;
}

.tw-m-64 {
  margin: 16rem !important;
}

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

.tw-m-80 {
  margin: 20rem !important;
}

.-tw-mx-0 {
  margin-left: -0px !important;
  margin-right: -0px !important;
}

.-tw-mx-0\.5 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

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

.-tw-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

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

.-tw-mx-11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

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

.-tw-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

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

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

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

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

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

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

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

.-tw-mx-3\.5 {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

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

.-tw-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

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

.-tw-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-tw-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.-tw-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

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

.-tw-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.-tw-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

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

.-tw-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.-tw-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

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

.-tw-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.-tw-my-0 {
  margin-top: -0px !important;
  margin-bottom: -0px !important;
}

.-tw-my-0\.5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

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

.-tw-my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

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

.-tw-my-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

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

.-tw-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

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

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

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

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

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

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

.-tw-my-3\.5 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

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

.-tw-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

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

.-tw-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-tw-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.-tw-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

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

.-tw-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.-tw-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

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

.-tw-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.-tw-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

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

.-tw-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.tw-mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

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

.tw-mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

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

.tw-mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

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

.tw-mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

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

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

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

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

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

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

.tw-mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

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

.tw-mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

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

.tw-mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.tw-mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.tw-mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

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

.tw-mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.tw-mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

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

.tw-mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.tw-mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

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

.tw-mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

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

.tw-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.tw-my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

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

.tw-my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

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

.tw-my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

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

.tw-my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

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

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

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

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

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

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

.tw-my-3\.5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

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

.tw-my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

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

.tw-my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.tw-my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.tw-my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

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

.tw-my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.tw-my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

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

.tw-my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.tw-my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

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

.tw-my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

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

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

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

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

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

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

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

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

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

.tw-mb-40 {
  margin-bottom: 10rem !important;
}

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

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

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

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

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

.tw-ml-\[-50vw\] {
  margin-left: -50vw !important;
}

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

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

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

.tw-mr-\[-50vw\] {
  margin-right: -50vw !important;
}

.tw-mt-0 {
  margin-top: 0px !important;
}

.tw-mt-0\.5 {
  margin-top: 0.125rem !important;
}

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

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

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

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

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

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

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

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

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

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

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

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

.tw-hidden {
  display: none !important;
}

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

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

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

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

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

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

.tw-h-48 {
  height: 12rem !important;
}

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

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

.tw-h-64 {
  height: 16rem !important;
}

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

.tw-h-\[2px\] {
  height: 2px !important;
}

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

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

.tw-max-h-\[270px\] {
  max-height: 270px !important;
}

.tw-max-h-\[280px\] {
  max-height: 280px !important;
}

.tw-max-h-\[300px\] {
  max-height: 300px !important;
}

.tw-max-h-\[500px\] {
  max-height: 500px !important;
}

.tw-min-h-\[150px\] {
  min-height: 150px !important;
}

.tw-min-h-\[300px\] {
  min-height: 300px !important;
}

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

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

.tw-w-1\/2 {
  width: 50% !important;
}

.tw-w-1\/3 {
  width: 33.333333% !important;
}

.tw-w-1\/4 {
  width: 25% !important;
}

.tw-w-10 {
  width: 2.5rem !important;
}

.tw-w-11\/12 {
  width: 91.666667% !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-14 {
  width: 3.5rem !important;
}

.tw-w-16 {
  width: 4rem !important;
}

.tw-w-20 {
  width: 5rem !important;
}

.tw-w-32 {
  width: 8rem !important;
}

.tw-w-40 {
  width: 10rem !important;
}

.tw-w-5 {
  width: 1.25rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-64 {
  width: 16rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-9 {
  width: 2.25rem !important;
}

.tw-w-auto {
  width: auto !important;
}

.tw-w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.tw-w-screen {
  width: 100vw !important;
}

.tw-min-w-\[150px\] {
  min-width: 150px !important;
}

.tw-min-w-\[300px\] {
  min-width: 300px !important;
}

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

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

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

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

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

.tw-max-w-7xl {
  max-width: 80rem !important;
}

.tw-max-w-\[100px\] {
  max-width: 100px !important;
}

.tw-max-w-\[120px\] {
  max-width: 120px !important;
}

.tw-max-w-\[180px\] {
  max-width: 180px !important;
}

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

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

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-origin-left {
  transform-origin: left !important;
}

.-tw-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.-tw-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-scale-x-0 {
  --tw-scale-x: 0 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

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

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

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

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.tw-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

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

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

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

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

.tw-items-start {
  align-items: flex-start !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-justify-end {
  justify-content: flex-end !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-gap-12 {
  gap: 3rem !important;
}

.tw-gap-2 {
  gap: 0.5rem !important;
}

.tw-gap-3 {
  gap: 0.75rem !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-8 {
  gap: 2rem !important;
}

.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

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

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

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

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

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

.tw-scroll-smooth {
  scroll-behavior: smooth !important;
}

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

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

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

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

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

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

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

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

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

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

.tw-border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(96 165 250 / var(--tw-border-opacity)) !important;
}

.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}

.tw-border-gray-200\/75 {
  border-color: rgb(229 231 235 / 0.75) !important;
}

.tw-border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(74 222 128 / var(--tw-border-opacity)) !important;
}

.tw-border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity)) !important;
}

.tw-border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 146 60 / var(--tw-border-opacity)) !important;
}

.tw-border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 113 113 / var(--tw-border-opacity)) !important;
}

.tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.tw-border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
}

.tw-border-zentra-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 225 223 / var(--tw-border-opacity)) !important;
}

.tw-border-zentra-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 95 0 / var(--tw-border-opacity)) !important;
}

.tw-bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.tw-bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}

.tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.tw-bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}

.tw-bg-zentra-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 20 19 / var(--tw-bg-opacity)) !important;
}

.tw-bg-zentra-black\/60 {
  background-color: rgb(20 20 19 / 0.6) !important;
}

.tw-bg-zentra-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 244 241 / var(--tw-bg-opacity)) !important;
}

.tw-bg-zentra-gray\/40 {
  background-color: rgb(246 244 241 / 0.4) !important;
}

.tw-bg-zentra-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 225 223 / var(--tw-bg-opacity)) !important;
}

.tw-bg-zentra-grey\/20 {
  background-color: rgb(225 225 223 / 0.2) !important;
}

.tw-bg-zentra-grey\/30 {
  background-color: rgb(225 225 223 / 0.3) !important;
}

.tw-bg-zentra-grey\/40 {
  background-color: rgb(225 225 223 / 0.4) !important;
}

.tw-bg-zentra-grey\/50 {
  background-color: rgb(225 225 223 / 0.5) !important;
}

.tw-bg-zentra-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 95 0 / var(--tw-bg-opacity)) !important;
}

.tw-bg-zentra-primary\/10 {
  background-color: rgb(255 95 0 / 0.1) !important;
}

.tw-bg-zentra-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(95 87 249 / var(--tw-bg-opacity)) !important;
}

.tw-bg-zentra-secondary\/10 {
  background-color: rgb(95 87 249 / 0.1) !important;
}

.tw-bg-zentra-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.tw-from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-from-zentra-gray\/40 {
  --tw-gradient-from: rgb(246 244 241 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(246 244 241 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-from-zentra-grey {
  --tw-gradient-from: #e1e1df var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 225 223 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-from-zentra-grey\/10 {
  --tw-gradient-from: rgb(225 225 223 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 225 223 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-from-zentra-grey\/5 {
  --tw-gradient-from: rgb(225 225 223 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(225 225 223 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-from-zentra-primary {
  --tw-gradient-from: #ff5f00 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 95 0 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.tw-to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position) !important;
}

.tw-to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position) !important;
}

.tw-to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}

.tw-to-zentra-grey\/10 {
  --tw-gradient-to: rgb(225 225 223 / 0.1) var(--tw-gradient-to-position) !important;
}

.tw-to-zentra-grey\/5 {
  --tw-gradient-to: rgb(225 225 223 / 0.05) var(--tw-gradient-to-position) !important;
}

.tw-to-zentra-secondary {
  --tw-gradient-to: #5f57f9 var(--tw-gradient-to-position) !important;
}

.tw-to-zentra-white {
  --tw-gradient-to: #f3f3f3 var(--tw-gradient-to-position) !important;
}

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

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

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

.tw-p-0 {
  padding: 0px !important;
}

.tw-p-0\.5 {
  padding: 0.125rem !important;
}

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

.tw-p-1\.5 {
  padding: 0.375rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-11 {
  padding: 2.75rem !important;
}

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

.tw-p-14 {
  padding: 3.5rem !important;
}

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

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

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

.tw-p-20 {
  padding: 5rem !important;
}

.tw-p-24 {
  padding: 6rem !important;
}

.tw-p-28 {
  padding: 7rem !important;
}

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

.tw-p-3\.5 {
  padding: 0.875rem !important;
}

.tw-p-32 {
  padding: 8rem !important;
}

.tw-p-36 {
  padding: 9rem !important;
}

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

.tw-p-40 {
  padding: 10rem !important;
}

.tw-p-44 {
  padding: 11rem !important;
}

.tw-p-48 {
  padding: 12rem !important;
}

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

.tw-p-52 {
  padding: 13rem !important;
}

.tw-p-56 {
  padding: 14rem !important;
}

.tw-p-6 {
  padding: 1.5rem !important;
}

.tw-p-60 {
  padding: 15rem !important;
}

.tw-p-64 {
  padding: 16rem !important;
}

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

.tw-p-80 {
  padding: 20rem !important;
}

.tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tw-px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tw-px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.tw-px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.tw-px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.tw-px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.tw-px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.tw-px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.tw-px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.tw-px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.tw-px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.tw-px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.tw-px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.tw-px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.tw-px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.tw-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.tw-py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.tw-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.tw-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tw-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.tw-py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.tw-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.tw-py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tw-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.tw-py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.tw-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.tw-py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.tw-pb-0 {
  padding-bottom: 0px !important;
}

.tw-pb-16 {
  padding-bottom: 4rem !important;
}

.tw-pb-8 {
  padding-bottom: 2rem !important;
}

.tw-pl-4 {
  padding-left: 1rem !important;
}

.tw-pt-16 {
  padding-top: 4rem !important;
}

.tw-pt-4 {
  padding-top: 1rem !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

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

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

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

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

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

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-not-italic {
  font-style: normal !important;
}

.tw-leading-relaxed {
  line-height: 1.625 !important;
}

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

.tw-text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}

.tw-text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}

.tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}

.tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}

.tw-text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
}

.tw-text-inherit {
  color: inherit !important;
}

.tw-text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
}

.tw-text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}

.tw-text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity)) !important;
}

.tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.tw-text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tw-text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.tw-text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}

.tw-text-zentra-black {
  --tw-text-opacity: 1 !important;
  color: rgb(20 20 19 / var(--tw-text-opacity)) !important;
}

.tw-text-zentra-black\/70 {
  color: rgb(20 20 19 / 0.7) !important;
}

.tw-text-zentra-black\/80 {
  color: rgb(20 20 19 / 0.8) !important;
}

.tw-text-zentra-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 95 0 / var(--tw-text-opacity)) !important;
}

.tw-text-zentra-primary\/70 {
  color: rgb(255 95 0 / 0.7) !important;
}

.tw-text-zentra-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(95 87 249 / var(--tw-text-opacity)) !important;
}

.tw-text-zentra-white {
  --tw-text-opacity: 1 !important;
  color: rgb(243 243 243 / var(--tw-text-opacity)) !important;
}

.tw-underline {
  text-decoration-line: underline !important;
}

.tw-no-underline {
  text-decoration-line: none !important;
}

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

.tw-opacity-80 {
  opacity: 0.8 !important;
}

.tw-opacity-90 {
  opacity: 0.9 !important;
}

.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Agrega aquí las clases específicas que necesitas */

/* Agrega más clases según sea necesario */

/* Clases Tailwind específicas que necesitas mantener en el CSS final */

/* Esto fuerza a Tailwind a incluir estas clases en el CSS final */

/* Variables CSS globales */

:root {
  --zentra-primary: #ff5f00;
  --zentra-black: #141413;
  --zentra-grey: #e1e1df;
  --zentra-secondary: #5f57f9;
  --zentra-white: #f3f3f3;
}

[id] {
  scroll-margin-top: 20vh;
}

body {
  overflow-x: hidden;
}

.container,
.container-fluid {
  width: 100%;
  padding: 0 var(--gutter-container);
  margin: 0px auto;
}

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

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

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

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

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

.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:tw-transform:hover {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-zentra-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 95 0 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-zentra-secondary\/90:hover {
  background-color: rgb(95 87 249 / 0.9) !important;
}

.hover\:tw-bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-inherit:hover {
  color: inherit !important;
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:tw-text-zentra-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 95 0 / var(--tw-text-opacity)) !important;
}

.hover\:tw-underline:hover {
  text-decoration-line: underline !important;
}

.hover\:tw-shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw--translate-y-1 {
  --tw-translate-y: -0.25rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-group:hover .group-hover\:tw-scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-group:hover .group-hover\:tw-scale-x-100 {
  --tw-scale-x: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-group:hover .group-hover\:tw-border-zentra-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 95 0 / var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-zentra-secondary\/20 {
  background-color: rgb(95 87 249 / 0.2) !important;
}

.tw-group:hover .group-hover\:tw-text-zentra-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(95 87 249 / var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 640px) {
  .sm\:-tw-order-1 {
    order: -1 !important;
  }

  .sm\:-tw-order-10 {
    order: -10 !important;
  }

  .sm\:-tw-order-11 {
    order: -11 !important;
  }

  .sm\:-tw-order-12 {
    order: -12 !important;
  }

  .sm\:-tw-order-2 {
    order: -2 !important;
  }

  .sm\:-tw-order-3 {
    order: -3 !important;
  }

  .sm\:-tw-order-first {
    order: 9999 !important;
  }

  .sm\:-tw-order-last {
    order: -9999 !important;
  }

  .sm\:-tw-order-none {
    order: 0 !important;
  }

  .sm\:tw-order-1 {
    order: 1 !important;
  }

  .sm\:tw-order-10 {
    order: 10 !important;
  }

  .sm\:tw-order-11 {
    order: 11 !important;
  }

  .sm\:tw-order-12 {
    order: 12 !important;
  }

  .sm\:tw-order-2 {
    order: 2 !important;
  }

  .sm\:tw-order-3 {
    order: 3 !important;
  }

  .sm\:tw-order-first {
    order: -9999 !important;
  }

  .sm\:tw-order-last {
    order: 9999 !important;
  }

  .sm\:tw-order-none {
    order: 0 !important;
  }

  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:-tw-m-0 {
    margin: -0px !important;
  }

  .sm\:-tw-m-0\.5 {
    margin: -0.125rem !important;
  }

  .sm\:-tw-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-tw-m-1\.5 {
    margin: -0.375rem !important;
  }

  .sm\:-tw-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-tw-m-11 {
    margin: -2.75rem !important;
  }

  .sm\:-tw-m-12 {
    margin: -3rem !important;
  }

  .sm\:-tw-m-14 {
    margin: -3.5rem !important;
  }

  .sm\:-tw-m-16 {
    margin: -4rem !important;
  }

  .sm\:-tw-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-tw-m-2\.5 {
    margin: -0.625rem !important;
  }

  .sm\:-tw-m-20 {
    margin: -5rem !important;
  }

  .sm\:-tw-m-24 {
    margin: -6rem !important;
  }

  .sm\:-tw-m-28 {
    margin: -7rem !important;
  }

  .sm\:-tw-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-tw-m-3\.5 {
    margin: -0.875rem !important;
  }

  .sm\:-tw-m-32 {
    margin: -8rem !important;
  }

  .sm\:-tw-m-36 {
    margin: -9rem !important;
  }

  .sm\:-tw-m-4 {
    margin: -1rem !important;
  }

  .sm\:-tw-m-40 {
    margin: -10rem !important;
  }

  .sm\:-tw-m-44 {
    margin: -11rem !important;
  }

  .sm\:-tw-m-48 {
    margin: -12rem !important;
  }

  .sm\:-tw-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-tw-m-52 {
    margin: -13rem !important;
  }

  .sm\:-tw-m-56 {
    margin: -14rem !important;
  }

  .sm\:-tw-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-tw-m-60 {
    margin: -15rem !important;
  }

  .sm\:-tw-m-64 {
    margin: -16rem !important;
  }

  .sm\:-tw-m-8 {
    margin: -2rem !important;
  }

  .sm\:-tw-m-80 {
    margin: -20rem !important;
  }

  .sm\:tw-m-0 {
    margin: 0px !important;
  }

  .sm\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .sm\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .sm\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .sm\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .sm\:tw-m-12 {
    margin: 3rem !important;
  }

  .sm\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .sm\:tw-m-16 {
    margin: 4rem !important;
  }

  .sm\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .sm\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .sm\:tw-m-20 {
    margin: 5rem !important;
  }

  .sm\:tw-m-24 {
    margin: 6rem !important;
  }

  .sm\:tw-m-28 {
    margin: 7rem !important;
  }

  .sm\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .sm\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .sm\:tw-m-32 {
    margin: 8rem !important;
  }

  .sm\:tw-m-36 {
    margin: 9rem !important;
  }

  .sm\:tw-m-4 {
    margin: 1rem !important;
  }

  .sm\:tw-m-40 {
    margin: 10rem !important;
  }

  .sm\:tw-m-44 {
    margin: 11rem !important;
  }

  .sm\:tw-m-48 {
    margin: 12rem !important;
  }

  .sm\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .sm\:tw-m-52 {
    margin: 13rem !important;
  }

  .sm\:tw-m-56 {
    margin: 14rem !important;
  }

  .sm\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .sm\:tw-m-60 {
    margin: 15rem !important;
  }

  .sm\:tw-m-64 {
    margin: 16rem !important;
  }

  .sm\:tw-m-8 {
    margin: 2rem !important;
  }

  .sm\:tw-m-80 {
    margin: 20rem !important;
  }

  .sm\:-tw-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .sm\:-tw-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:-tw-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-tw-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:-tw-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-tw-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-tw-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-tw-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-tw-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-tw-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-tw-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:-tw-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-tw-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-tw-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-tw-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-tw-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:-tw-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-tw-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:-tw-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-tw-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-tw-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:-tw-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-tw-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-tw-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:-tw-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-tw-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-tw-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:-tw-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-tw-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-tw-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:-tw-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .sm\:-tw-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:-tw-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-tw-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:-tw-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-tw-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-tw-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-tw-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-tw-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-tw-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-tw-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:-tw-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-tw-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-tw-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-tw-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-tw-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:-tw-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-tw-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:-tw-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-tw-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-tw-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:-tw-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-tw-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-tw-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:-tw-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-tw-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-tw-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:-tw-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-tw-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-tw-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:tw-flex {
    display: flex !important;
  }

  .sm\:tw-w-1\/2 {
    width: 50% !important;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-1\/4 {
    width: 25% !important;
  }

  .sm\:tw-w-full {
    width: 100% !important;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

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

  .sm\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

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

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

  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-p-0 {
    padding: 0px !important;
  }

  .sm\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .sm\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .sm\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .sm\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .sm\:tw-p-12 {
    padding: 3rem !important;
  }

  .sm\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .sm\:tw-p-16 {
    padding: 4rem !important;
  }

  .sm\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .sm\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:tw-p-20 {
    padding: 5rem !important;
  }

  .sm\:tw-p-24 {
    padding: 6rem !important;
  }

  .sm\:tw-p-28 {
    padding: 7rem !important;
  }

  .sm\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .sm\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .sm\:tw-p-32 {
    padding: 8rem !important;
  }

  .sm\:tw-p-36 {
    padding: 9rem !important;
  }

  .sm\:tw-p-4 {
    padding: 1rem !important;
  }

  .sm\:tw-p-40 {
    padding: 10rem !important;
  }

  .sm\:tw-p-44 {
    padding: 11rem !important;
  }

  .sm\:tw-p-48 {
    padding: 12rem !important;
  }

  .sm\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .sm\:tw-p-52 {
    padding: 13rem !important;
  }

  .sm\:tw-p-56 {
    padding: 14rem !important;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .sm\:tw-p-60 {
    padding: 15rem !important;
  }

  .sm\:tw-p-64 {
    padding: 16rem !important;
  }

  .sm\:tw-p-8 {
    padding: 2rem !important;
  }

  .sm\:tw-p-80 {
    padding: 20rem !important;
  }

  .sm\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

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

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

  .sm\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

@media (min-width: 768px) {
  .md\:-tw-order-1 {
    order: -1 !important;
  }

  .md\:-tw-order-10 {
    order: -10 !important;
  }

  .md\:-tw-order-11 {
    order: -11 !important;
  }

  .md\:-tw-order-12 {
    order: -12 !important;
  }

  .md\:-tw-order-2 {
    order: -2 !important;
  }

  .md\:-tw-order-3 {
    order: -3 !important;
  }

  .md\:-tw-order-first {
    order: 9999 !important;
  }

  .md\:-tw-order-last {
    order: -9999 !important;
  }

  .md\:-tw-order-none {
    order: 0 !important;
  }

  .md\:tw-order-1 {
    order: 1 !important;
  }

  .md\:tw-order-10 {
    order: 10 !important;
  }

  .md\:tw-order-11 {
    order: 11 !important;
  }

  .md\:tw-order-12 {
    order: 12 !important;
  }

  .md\:tw-order-2 {
    order: 2 !important;
  }

  .md\:tw-order-3 {
    order: 3 !important;
  }

  .md\:tw-order-first {
    order: -9999 !important;
  }

  .md\:tw-order-last {
    order: 9999 !important;
  }

  .md\:tw-order-none {
    order: 0 !important;
  }

  .md\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

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

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

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:-tw-m-0 {
    margin: -0px !important;
  }

  .md\:-tw-m-0\.5 {
    margin: -0.125rem !important;
  }

  .md\:-tw-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-tw-m-1\.5 {
    margin: -0.375rem !important;
  }

  .md\:-tw-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-tw-m-11 {
    margin: -2.75rem !important;
  }

  .md\:-tw-m-12 {
    margin: -3rem !important;
  }

  .md\:-tw-m-14 {
    margin: -3.5rem !important;
  }

  .md\:-tw-m-16 {
    margin: -4rem !important;
  }

  .md\:-tw-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-tw-m-2\.5 {
    margin: -0.625rem !important;
  }

  .md\:-tw-m-20 {
    margin: -5rem !important;
  }

  .md\:-tw-m-24 {
    margin: -6rem !important;
  }

  .md\:-tw-m-28 {
    margin: -7rem !important;
  }

  .md\:-tw-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-tw-m-3\.5 {
    margin: -0.875rem !important;
  }

  .md\:-tw-m-32 {
    margin: -8rem !important;
  }

  .md\:-tw-m-36 {
    margin: -9rem !important;
  }

  .md\:-tw-m-4 {
    margin: -1rem !important;
  }

  .md\:-tw-m-40 {
    margin: -10rem !important;
  }

  .md\:-tw-m-44 {
    margin: -11rem !important;
  }

  .md\:-tw-m-48 {
    margin: -12rem !important;
  }

  .md\:-tw-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-tw-m-52 {
    margin: -13rem !important;
  }

  .md\:-tw-m-56 {
    margin: -14rem !important;
  }

  .md\:-tw-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-tw-m-60 {
    margin: -15rem !important;
  }

  .md\:-tw-m-64 {
    margin: -16rem !important;
  }

  .md\:-tw-m-8 {
    margin: -2rem !important;
  }

  .md\:-tw-m-80 {
    margin: -20rem !important;
  }

  .md\:tw-m-0 {
    margin: 0px !important;
  }

  .md\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .md\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .md\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .md\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .md\:tw-m-12 {
    margin: 3rem !important;
  }

  .md\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .md\:tw-m-16 {
    margin: 4rem !important;
  }

  .md\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .md\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .md\:tw-m-20 {
    margin: 5rem !important;
  }

  .md\:tw-m-24 {
    margin: 6rem !important;
  }

  .md\:tw-m-28 {
    margin: 7rem !important;
  }

  .md\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .md\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .md\:tw-m-32 {
    margin: 8rem !important;
  }

  .md\:tw-m-36 {
    margin: 9rem !important;
  }

  .md\:tw-m-4 {
    margin: 1rem !important;
  }

  .md\:tw-m-40 {
    margin: 10rem !important;
  }

  .md\:tw-m-44 {
    margin: 11rem !important;
  }

  .md\:tw-m-48 {
    margin: 12rem !important;
  }

  .md\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .md\:tw-m-52 {
    margin: 13rem !important;
  }

  .md\:tw-m-56 {
    margin: 14rem !important;
  }

  .md\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .md\:tw-m-60 {
    margin: 15rem !important;
  }

  .md\:tw-m-64 {
    margin: 16rem !important;
  }

  .md\:tw-m-8 {
    margin: 2rem !important;
  }

  .md\:tw-m-80 {
    margin: 20rem !important;
  }

  .md\:-tw-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .md\:-tw-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:-tw-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-tw-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:-tw-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-tw-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-tw-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-tw-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-tw-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-tw-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-tw-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-tw-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-tw-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-tw-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-tw-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-tw-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:-tw-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-tw-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:-tw-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-tw-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-tw-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:-tw-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-tw-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-tw-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:-tw-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-tw-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-tw-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:-tw-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-tw-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-tw-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:-tw-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .md\:-tw-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:-tw-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-tw-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:-tw-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-tw-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-tw-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-tw-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-tw-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-tw-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-tw-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-tw-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-tw-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-tw-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-tw-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-tw-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:-tw-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-tw-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:-tw-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-tw-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-tw-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:-tw-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-tw-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-tw-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:-tw-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-tw-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-tw-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:-tw-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-tw-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-tw-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-w-1\/2 {
    width: 50% !important;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:tw-w-1\/4 {
    width: 25% !important;
  }

  .md\:tw-w-full {
    width: 100% !important;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:tw-flex-grow {
    flex-grow: 1 !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:tw-items-start {
    align-items: flex-start !important;
  }

  .md\:tw-p-0 {
    padding: 0px !important;
  }

  .md\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .md\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .md\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .md\:tw-p-12 {
    padding: 3rem !important;
  }

  .md\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .md\:tw-p-16 {
    padding: 4rem !important;
  }

  .md\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .md\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:tw-p-20 {
    padding: 5rem !important;
  }

  .md\:tw-p-24 {
    padding: 6rem !important;
  }

  .md\:tw-p-28 {
    padding: 7rem !important;
  }

  .md\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .md\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .md\:tw-p-32 {
    padding: 8rem !important;
  }

  .md\:tw-p-36 {
    padding: 9rem !important;
  }

  .md\:tw-p-4 {
    padding: 1rem !important;
  }

  .md\:tw-p-40 {
    padding: 10rem !important;
  }

  .md\:tw-p-44 {
    padding: 11rem !important;
  }

  .md\:tw-p-48 {
    padding: 12rem !important;
  }

  .md\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .md\:tw-p-52 {
    padding: 13rem !important;
  }

  .md\:tw-p-56 {
    padding: 14rem !important;
  }

  .md\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .md\:tw-p-60 {
    padding: 15rem !important;
  }

  .md\:tw-p-64 {
    padding: 16rem !important;
  }

  .md\:tw-p-8 {
    padding: 2rem !important;
  }

  .md\:tw-p-80 {
    padding: 20rem !important;
  }

  .md\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

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

  .md\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .md\:tw-text-left {
    text-align: left !important;
  }

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

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

  .md\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

@media (min-width: 1024px) {
  .lg\:-tw-order-1 {
    order: -1 !important;
  }

  .lg\:-tw-order-10 {
    order: -10 !important;
  }

  .lg\:-tw-order-11 {
    order: -11 !important;
  }

  .lg\:-tw-order-12 {
    order: -12 !important;
  }

  .lg\:-tw-order-2 {
    order: -2 !important;
  }

  .lg\:-tw-order-3 {
    order: -3 !important;
  }

  .lg\:-tw-order-first {
    order: 9999 !important;
  }

  .lg\:-tw-order-last {
    order: -9999 !important;
  }

  .lg\:-tw-order-none {
    order: 0 !important;
  }

  .lg\:tw-order-1 {
    order: 1 !important;
  }

  .lg\:tw-order-10 {
    order: 10 !important;
  }

  .lg\:tw-order-11 {
    order: 11 !important;
  }

  .lg\:tw-order-12 {
    order: 12 !important;
  }

  .lg\:tw-order-2 {
    order: 2 !important;
  }

  .lg\:tw-order-3 {
    order: 3 !important;
  }

  .lg\:tw-order-first {
    order: -9999 !important;
  }

  .lg\:tw-order-last {
    order: 9999 !important;
  }

  .lg\:tw-order-none {
    order: 0 !important;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:-tw-m-0 {
    margin: -0px !important;
  }

  .lg\:-tw-m-0\.5 {
    margin: -0.125rem !important;
  }

  .lg\:-tw-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-tw-m-1\.5 {
    margin: -0.375rem !important;
  }

  .lg\:-tw-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-tw-m-11 {
    margin: -2.75rem !important;
  }

  .lg\:-tw-m-12 {
    margin: -3rem !important;
  }

  .lg\:-tw-m-14 {
    margin: -3.5rem !important;
  }

  .lg\:-tw-m-16 {
    margin: -4rem !important;
  }

  .lg\:-tw-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-tw-m-2\.5 {
    margin: -0.625rem !important;
  }

  .lg\:-tw-m-20 {
    margin: -5rem !important;
  }

  .lg\:-tw-m-24 {
    margin: -6rem !important;
  }

  .lg\:-tw-m-28 {
    margin: -7rem !important;
  }

  .lg\:-tw-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-tw-m-3\.5 {
    margin: -0.875rem !important;
  }

  .lg\:-tw-m-32 {
    margin: -8rem !important;
  }

  .lg\:-tw-m-36 {
    margin: -9rem !important;
  }

  .lg\:-tw-m-4 {
    margin: -1rem !important;
  }

  .lg\:-tw-m-40 {
    margin: -10rem !important;
  }

  .lg\:-tw-m-44 {
    margin: -11rem !important;
  }

  .lg\:-tw-m-48 {
    margin: -12rem !important;
  }

  .lg\:-tw-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-tw-m-52 {
    margin: -13rem !important;
  }

  .lg\:-tw-m-56 {
    margin: -14rem !important;
  }

  .lg\:-tw-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-tw-m-60 {
    margin: -15rem !important;
  }

  .lg\:-tw-m-64 {
    margin: -16rem !important;
  }

  .lg\:-tw-m-8 {
    margin: -2rem !important;
  }

  .lg\:-tw-m-80 {
    margin: -20rem !important;
  }

  .lg\:tw-m-0 {
    margin: 0px !important;
  }

  .lg\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .lg\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .lg\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .lg\:tw-m-12 {
    margin: 3rem !important;
  }

  .lg\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .lg\:tw-m-16 {
    margin: 4rem !important;
  }

  .lg\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .lg\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:tw-m-20 {
    margin: 5rem !important;
  }

  .lg\:tw-m-24 {
    margin: 6rem !important;
  }

  .lg\:tw-m-28 {
    margin: 7rem !important;
  }

  .lg\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .lg\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:tw-m-32 {
    margin: 8rem !important;
  }

  .lg\:tw-m-36 {
    margin: 9rem !important;
  }

  .lg\:tw-m-4 {
    margin: 1rem !important;
  }

  .lg\:tw-m-40 {
    margin: 10rem !important;
  }

  .lg\:tw-m-44 {
    margin: 11rem !important;
  }

  .lg\:tw-m-48 {
    margin: 12rem !important;
  }

  .lg\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .lg\:tw-m-52 {
    margin: 13rem !important;
  }

  .lg\:tw-m-56 {
    margin: 14rem !important;
  }

  .lg\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .lg\:tw-m-60 {
    margin: 15rem !important;
  }

  .lg\:tw-m-64 {
    margin: 16rem !important;
  }

  .lg\:tw-m-8 {
    margin: 2rem !important;
  }

  .lg\:tw-m-80 {
    margin: 20rem !important;
  }

  .lg\:-tw-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .lg\:-tw-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:-tw-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-tw-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:-tw-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-tw-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-tw-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-tw-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-tw-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-tw-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-tw-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-tw-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-tw-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-tw-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-tw-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-tw-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:-tw-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-tw-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:-tw-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-tw-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-tw-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:-tw-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-tw-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-tw-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:-tw-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-tw-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-tw-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:-tw-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

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

  .lg\:-tw-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:-tw-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .lg\:-tw-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:-tw-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-tw-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:-tw-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-tw-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-tw-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-tw-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-tw-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-tw-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-tw-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-tw-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-tw-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-tw-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-tw-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-tw-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:-tw-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-tw-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:-tw-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-tw-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-tw-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:-tw-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-tw-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-tw-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:-tw-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-tw-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-tw-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:-tw-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-tw-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-tw-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

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

  .lg\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-1\/4 {
    width: 25% !important;
  }

  .lg\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-3\/4 {
    width: 75% !important;
  }

  .lg\:tw-w-full {
    width: 100% !important;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

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

  .lg\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

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

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

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-p-0 {
    padding: 0px !important;
  }

  .lg\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .lg\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .lg\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .lg\:tw-p-12 {
    padding: 3rem !important;
  }

  .lg\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .lg\:tw-p-16 {
    padding: 4rem !important;
  }

  .lg\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .lg\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:tw-p-20 {
    padding: 5rem !important;
  }

  .lg\:tw-p-24 {
    padding: 6rem !important;
  }

  .lg\:tw-p-28 {
    padding: 7rem !important;
  }

  .lg\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .lg\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:tw-p-32 {
    padding: 8rem !important;
  }

  .lg\:tw-p-36 {
    padding: 9rem !important;
  }

  .lg\:tw-p-4 {
    padding: 1rem !important;
  }

  .lg\:tw-p-40 {
    padding: 10rem !important;
  }

  .lg\:tw-p-44 {
    padding: 11rem !important;
  }

  .lg\:tw-p-48 {
    padding: 12rem !important;
  }

  .lg\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .lg\:tw-p-52 {
    padding: 13rem !important;
  }

  .lg\:tw-p-56 {
    padding: 14rem !important;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .lg\:tw-p-60 {
    padding: 15rem !important;
  }

  .lg\:tw-p-64 {
    padding: 16rem !important;
  }

  .lg\:tw-p-8 {
    padding: 2rem !important;
  }

  .lg\:tw-p-80 {
    padding: 20rem !important;
  }

  .lg\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

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

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

  .lg\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:-tw-order-1 {
    order: -1 !important;
  }

  .xl\:-tw-order-10 {
    order: -10 !important;
  }

  .xl\:-tw-order-11 {
    order: -11 !important;
  }

  .xl\:-tw-order-12 {
    order: -12 !important;
  }

  .xl\:-tw-order-2 {
    order: -2 !important;
  }

  .xl\:-tw-order-3 {
    order: -3 !important;
  }

  .xl\:-tw-order-first {
    order: 9999 !important;
  }

  .xl\:-tw-order-last {
    order: -9999 !important;
  }

  .xl\:-tw-order-none {
    order: 0 !important;
  }

  .xl\:tw-order-1 {
    order: 1 !important;
  }

  .xl\:tw-order-10 {
    order: 10 !important;
  }

  .xl\:tw-order-11 {
    order: 11 !important;
  }

  .xl\:tw-order-12 {
    order: 12 !important;
  }

  .xl\:tw-order-2 {
    order: 2 !important;
  }

  .xl\:tw-order-3 {
    order: 3 !important;
  }

  .xl\:tw-order-first {
    order: -9999 !important;
  }

  .xl\:tw-order-last {
    order: 9999 !important;
  }

  .xl\:tw-order-none {
    order: 0 !important;
  }

  .xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:-tw-m-0 {
    margin: -0px !important;
  }

  .xl\:-tw-m-0\.5 {
    margin: -0.125rem !important;
  }

  .xl\:-tw-m-1 {
    margin: -0.25rem !important;
  }

  .xl\:-tw-m-1\.5 {
    margin: -0.375rem !important;
  }

  .xl\:-tw-m-10 {
    margin: -2.5rem !important;
  }

  .xl\:-tw-m-11 {
    margin: -2.75rem !important;
  }

  .xl\:-tw-m-12 {
    margin: -3rem !important;
  }

  .xl\:-tw-m-14 {
    margin: -3.5rem !important;
  }

  .xl\:-tw-m-16 {
    margin: -4rem !important;
  }

  .xl\:-tw-m-2 {
    margin: -0.5rem !important;
  }

  .xl\:-tw-m-2\.5 {
    margin: -0.625rem !important;
  }

  .xl\:-tw-m-20 {
    margin: -5rem !important;
  }

  .xl\:-tw-m-24 {
    margin: -6rem !important;
  }

  .xl\:-tw-m-28 {
    margin: -7rem !important;
  }

  .xl\:-tw-m-3 {
    margin: -0.75rem !important;
  }

  .xl\:-tw-m-3\.5 {
    margin: -0.875rem !important;
  }

  .xl\:-tw-m-32 {
    margin: -8rem !important;
  }

  .xl\:-tw-m-36 {
    margin: -9rem !important;
  }

  .xl\:-tw-m-4 {
    margin: -1rem !important;
  }

  .xl\:-tw-m-40 {
    margin: -10rem !important;
  }

  .xl\:-tw-m-44 {
    margin: -11rem !important;
  }

  .xl\:-tw-m-48 {
    margin: -12rem !important;
  }

  .xl\:-tw-m-5 {
    margin: -1.25rem !important;
  }

  .xl\:-tw-m-52 {
    margin: -13rem !important;
  }

  .xl\:-tw-m-56 {
    margin: -14rem !important;
  }

  .xl\:-tw-m-6 {
    margin: -1.5rem !important;
  }

  .xl\:-tw-m-60 {
    margin: -15rem !important;
  }

  .xl\:-tw-m-64 {
    margin: -16rem !important;
  }

  .xl\:-tw-m-8 {
    margin: -2rem !important;
  }

  .xl\:-tw-m-80 {
    margin: -20rem !important;
  }

  .xl\:tw-m-0 {
    margin: 0px !important;
  }

  .xl\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .xl\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .xl\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .xl\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .xl\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .xl\:tw-m-12 {
    margin: 3rem !important;
  }

  .xl\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .xl\:tw-m-16 {
    margin: 4rem !important;
  }

  .xl\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .xl\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .xl\:tw-m-20 {
    margin: 5rem !important;
  }

  .xl\:tw-m-24 {
    margin: 6rem !important;
  }

  .xl\:tw-m-28 {
    margin: 7rem !important;
  }

  .xl\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .xl\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .xl\:tw-m-32 {
    margin: 8rem !important;
  }

  .xl\:tw-m-36 {
    margin: 9rem !important;
  }

  .xl\:tw-m-4 {
    margin: 1rem !important;
  }

  .xl\:tw-m-40 {
    margin: 10rem !important;
  }

  .xl\:tw-m-44 {
    margin: 11rem !important;
  }

  .xl\:tw-m-48 {
    margin: 12rem !important;
  }

  .xl\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .xl\:tw-m-52 {
    margin: 13rem !important;
  }

  .xl\:tw-m-56 {
    margin: 14rem !important;
  }

  .xl\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .xl\:tw-m-60 {
    margin: 15rem !important;
  }

  .xl\:tw-m-64 {
    margin: 16rem !important;
  }

  .xl\:tw-m-8 {
    margin: 2rem !important;
  }

  .xl\:tw-m-80 {
    margin: 20rem !important;
  }

  .xl\:-tw-mx-0 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .xl\:-tw-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:-tw-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-tw-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:-tw-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-tw-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:-tw-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-tw-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:-tw-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-tw-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-tw-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:-tw-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-tw-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-tw-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:-tw-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-tw-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:-tw-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-tw-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:-tw-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-tw-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-tw-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:-tw-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-tw-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-tw-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:-tw-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-tw-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-tw-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:-tw-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-tw-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-tw-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:-tw-my-0 {
    margin-top: -0px !important;
    margin-bottom: -0px !important;
  }

  .xl\:-tw-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:-tw-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-tw-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:-tw-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-tw-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:-tw-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-tw-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:-tw-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-tw-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-tw-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:-tw-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-tw-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-tw-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:-tw-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-tw-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:-tw-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-tw-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:-tw-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-tw-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-tw-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:-tw-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-tw-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-tw-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:-tw-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-tw-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-tw-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:-tw-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-tw-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-tw-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:tw-flex {
    display: flex !important;
  }

  .xl\:tw-w-1\/2 {
    width: 50% !important;
  }

  .xl\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-1\/4 {
    width: 25% !important;
  }

  .xl\:tw-w-full {
    width: 100% !important;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

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

  .xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

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

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

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-p-0 {
    padding: 0px !important;
  }

  .xl\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .xl\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .xl\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .xl\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .xl\:tw-p-12 {
    padding: 3rem !important;
  }

  .xl\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .xl\:tw-p-16 {
    padding: 4rem !important;
  }

  .xl\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .xl\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:tw-p-20 {
    padding: 5rem !important;
  }

  .xl\:tw-p-24 {
    padding: 6rem !important;
  }

  .xl\:tw-p-28 {
    padding: 7rem !important;
  }

  .xl\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .xl\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .xl\:tw-p-32 {
    padding: 8rem !important;
  }

  .xl\:tw-p-36 {
    padding: 9rem !important;
  }

  .xl\:tw-p-4 {
    padding: 1rem !important;
  }

  .xl\:tw-p-40 {
    padding: 10rem !important;
  }

  .xl\:tw-p-44 {
    padding: 11rem !important;
  }

  .xl\:tw-p-48 {
    padding: 12rem !important;
  }

  .xl\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .xl\:tw-p-52 {
    padding: 13rem !important;
  }

  .xl\:tw-p-56 {
    padding: 14rem !important;
  }

  .xl\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .xl\:tw-p-60 {
    padding: 15rem !important;
  }

  .xl\:tw-p-64 {
    padding: 16rem !important;
  }

  .xl\:tw-p-8 {
    padding: 2rem !important;
  }

  .xl\:tw-p-80 {
    padding: 20rem !important;
  }

  .xl\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

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

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

  .xl\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xl\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xl\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}
